@import url("reset.css");
/*
Theme Name: cPlus
Theme URI: http://cplus.lk/
Description: cPlus Theme
Version: 1.0
Author: Malinthe Samarakoon
Author URI: http://malinthe.com/
Tags: fixed width, sidebar widget, two column
*/

body {
font:13px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
text-align:center;
background:#fff url(images/bg.jpg) center top repeat-y;
}

a {color:#2d7ba4; text-decoration:none;}
a:hover {text-decoration:underline;}

p, ul {margin-bottom:10px}

p, p *, ul li {line-height:1.5em;}

strong, strong * {font-weight:bold;}
	
em, em * {font-style:italic; font-family:Georgia, "Times New Roman", Times, serif;}

.light {color:#999;} .light a {color:#666; text-decoration:none;} .light a:hover {text-decoration:underline;}

ul {list-style-type:square}
ul li {margin-left:30px;margin-right:15px;}

blockquote {
	margin-left:15px;
	}	
.post img {
	padding: 5px;
	border: 1px solid #ccc;
	}

.alignleft{float:left;padding-right:10px;}
.alignright{float:right;padding-left:10px;}
.clear{clear:both;}
.center{text-align:center;}

h2 {padding-bottom:10px; font-size:16px;font-weight:bold;}
h4 {padding-bottom:10px; font-size:14px;font-weight:bold;}

h2 a { font:24px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
color:#ec2125;
font-weight:bold;
text-decoration:none;
letter-spacing:-1px;
}

#container {
	width:960px;
	text-align:left;
	margin:0 auto;
	overflow:hidden;
	border-right:#ccc 1px solid;
	border-left:#ccc 1px solid;
	background:url(images/bg.jpg) top center repeat-y;
	}
	
	#leftcol {
		float:left;
		width:190px;
		padding:10px 20px;
		background:#eee url(images/rcolbg.jpg) 0 0 repeat-x;
		min-height:709px;
		}
		
		#logo {
			background:url(images/logo.png) center top no-repeat;
			width:191px;
			height:110px;
			}
		
			#logo h1 {text-indent:-9999px;}
		
	#midcol {
			width:465px;
			float:left;
			padding:0 15px;
		overflow:hidden;
			}
			
			.post {
				padding-bottom:5px;
				margin-bottom:20px;
			border-bottom:#ccc 1px solid;
			}
				
				.post:last-child {border-bottom:0 none}
				
				.smallcolumn {width:225px; float:left;}
	
	#rightcol {
		float:left;
		width:188px;
		padding:20px;
		overflow:hidden;
		}
		
		#rightcol img {
			border:#ccc 1px solid;
			margin-bottom:10px;
	-moz-box-shadow:#ccc 0 0 5px;
-webkit-box-shadow:0 0 5px #ccc;
		}
				
		#nav ul {
			text-align:right;
			height:25px;
			border-bottom:#ccc 1px solid;
margin-bottom:10px;
			}
			
		#nav ul li {
			display:inline;
			margin:0;}
			
			#nav ul li a {
			padding:30px 10px 10px 10px;
			color:#000;
			text-decoration:none;
			font-weight:400;
			text-transform:lowercase;
			}
			
			#nav ul li:last-child a {margin-right:0}
			
			#nav ul li a:hover {
				color:#000;
				border-bottom:#ec2125 1px solid;

				}
				
			#nav ul li.current_page_item a {
				background:#f8f8f8;
			}
			
			#nav ul li.current_page_item a:hover {
					border-bottom:#2d7ba4 1px solid;
			}
				
		#footer {
			clear:both;
			background:#0f3265 url(images/footer_bg.jpg) top left repeat-x;
			padding:12px 0; margin-top:10px;
			color:#fff;
			overflow:hidden;
			}
			
			#footer img {
				float:left;
				padding-right:10px; padding-top:3px;
				}
				
			#footer p {font-size:12px;}
			#footer a {color:#fff; text-decoration:none;}
