/*
Theme Name: SA Developer Blog
Theme URI: 
Version: 1.0
Author: 
Author URI: 
*/
body{
		font-family:Arial, Helvetica, sans-serif;
		background:#FFF url(images/background.jpg) repeat-x;
		font-size:12px;
		color:#707070;
		line-height:18px;
}
img{
		border:none;
}
a{ 
	color:#0082c8;
	text-decoration:none;
}
a:hover{ 
	color: #707070;
}
ul{
	margin:0;
	padding:0;
}
h1,h2,h3{
	margin:0;
	padding:0;
}

h1{
	font-size:20px;
	color:#0082c8;
}

h2{
	font-size:20px;
	color:#0082c8;
}

.left{
		float:left;
}
.right{
		float:right;
}
.clear{
		clear:both;
}
.container{
		width:930px;
		margin:auto;
		background:url(images/container_bg.png) no-repeat;
		padding:30px 30px 0 30px;
		
}
.logo{
		float:left;
		position:relative;
}

	.logo h1 a{
		background-image: url(images/logo.jpg);
		background-repeat:no-repeat;
		background-position:top left;
		display:block;
		font-size:26px;
		height:77px;
		width:418px;
		text-indent:-999em;
	}
	
	.logo span {
		background-image: url(images/v_poweredby.gif);
		background-repeat:no-repeat;
		background-position:top left;
		display:block;
		width:92px;
		height:32px;
		text-indent:-999em;	
		position:absolute;
		left:415px;
		top:48px;	
	}

	.back_to_our_website {
		position:relative;
		top:56px;
	}
		
		.back_to_our_website ul {
			padding:0px;
			margin:0px;
			list-style-type:none;
		}
		
		.back_to_our_website li {
			float:left;
			text-align:right;
			margin: 0px 5px 0px 5px;
			position:relative;
			top:5px;
		}
		
		.back_to_our_website li.sa-website { 
			width:155px;
		}
		
		.back_to_our_website li.dev-blog { 
			width:120px;
			border-left:1px solid #707070;
		}		
		
		
		.back_to_our_website li a {
			font-family:Arial, Helvetica, sans-serif;
			font-size:12px;
			color:#0082C8;
			text-decoration:none;
		}
		
		.back_to_our_website li a:hover {
			color:#707070;
		}


.content{
		margin-top:30px;
}

.content a{
	color:#0082c8;
	font-weight:normal;
}

.content a:hover{
	color:#707070;
}

.left-col{
		float:left;
		width:700px;
}

.right-col{
		border-top: solid 1px #CCC;
		float:left;
		width:230px;
		background:url(images/right-col-bg.jpg) repeat-y;
		font-size:18px;
}

.right-col ul{
		margin:0;
		padding:0;
		margin-top:10px;
		margin-bottom:20px;
}

.right-col li {
		list-style:none;
		margin:0;
		padding:0;
		margin-left:0px;
}

.right-col li a{
		color:#707070;
		display:block;
		height:30px;
		padding-top:10px;
		padding-left:10px;
		font-weight:normal;
}

.right-col li a:hover{
		color:#0082c8;
		background:#FFF url(images/right-navi-bg.jpg) no-repeat ;
		background-position:1px 0px;
}

.right-col .current-cat {
		color:#0082c8;
		background:#FFF url(images/right-navi-bg.jpg) no-repeat ;
		background-position:1px 0px;
}


.right-col .current-cat a {
	color:#0082C8
}

.post{
	border-top: solid 1px #CCC;
}

.date-author {
	float:left;
	width:123px;
}

.author{
	float:left;
	width:60px;
}

.post-date {
	width:63px;
	float:right;
	text-align:center;
	padding-top:10px;
	text-transform:uppercase;
}

	.post-date span {
		display:block;
	}

	.post-date .date-month {
		font-size:14px;
		font-weight:bold;
	}
	
	.post-date .date-number {
		font-size:18px;
		font-weight:normal;
	}

	.post-date .date-prefix {
		display:inline;
		font-size:9px;
		font-weight:bold;
		padding-left:2px;
		position:relative;
		top:-6px;
		text-transform:lowercase;
	}

.post-heading{
	border-left:solid 1px #CCC;
	border-right:solid 1px #CCC;
	width:490px;
	float:left;
	padding:10px;
	font-size:12px;
}

	.post-heading h2 {
		padding-bottom:5px;
	}
	
	.post-heading h2 a {
		color:#0082c8;
		font-weight:bold;
	}

		.post-heading h2 a:hover {
			color:#707070;
		}
		
	.post-heading .tags {
		padding-left:15px;
	}		

.post-content{
	width:550px;
	margin:auto;
	margin-top:10px;
}

.post-comment{
	float:left;
	color:#FFF;
	background:url(images/post-comment-bg.jpg) no-repeat;
	margin:18px 10px 20px 19px;
	font-size:11px;
	text-align:center;
	width:20px;
	height:22px;
}

	.post-comment a {
		color:#FFF;
		font-size:11px;
		font-weight:bold;
	}
	
	.post-comment a:hover {
		color:#ffffff;
	}	
	
.post-content b {
	font-size:16px;
	}
	
	.post-content code {
		background-color:#707070;
		border-color:#FFF;
		border-style:dashed;
		border-width:1px;
		color:#FFF;
		width:530px;
		padding:10px;
		display:block;
	}
	
#commentform p label {float:left; width:85px;}	

.read-more{
	float:left;
	}
.read-more a{
	color:#0082c8;
	font-weight:normal;
	text-decoration:underline;
	}
.read-more a:hover{
	color:#707070;
	}
	
.post-content .comments_heading {
	font-size:15px;
	color:#666;
}

.search{
	padding-left:10px;
	margin-bottom:20px;
	position:relative;
}

	.search_input{
		color:#CCC;
		height:21px;
		width:144px;
		padding:2px 3px 0px;
		border:1px solid #dadada;
	}
	
	.search p {
		position:absolute;
		top:0px;
		left:162px;
		margin:0px;
	}
	
	.search_submit {
		width:58px;
		border-style:none;
		border-width:0px;
	}
	
.tag{
	background:#FFF;
	padding:10px;
	border:solid 1px #ccc;
	margin:10px;
	margin-bottom:20px;
}
	.tag h2 {
		margin-bottom:15px;
	}
	.tag a {
		color:#707070;
		font-weight:normal;
	}
	
		.tag a:hover {
			color:#0082c8;
		}
	
	.subscribe {
		background:#FFF;
		padding:10px;
		border:solid 1px #ccc;
		margin:10px;
		margin-bottom:20px;
		height:95px;
	}
		
		.subscribe h2 {
			font-size:14px;
			font-weight:bold;
			background-image: url(images/rss-title.jpg);
			background-repeat:no-repeat;
			background-position:left center;
			text-indent:-999em;
		}
		
		.subscribe_input {
			border:solid 1px #ccc;
			color:#959595;
			font-size:12px;
			height:23px;
			width:182px;
			margin-top:10px;
			padding-top:5px;
			padding-left:5px;
			position:relative;
		}
		
		.subscribe_submit {
			background-image:url(images/subscribe-btn.jpg);
			background-repeat:no-repeat;
			border:none;
			height:25px;
			width:48px;
			margin-top:10px;
			border-style:none;
			border-width:0px;
			cursor:pointer;
		}

.sponsored{
	background:#FFF;
	border:solid 1px #ccc;
	margin:10px;
	margin-bottom:20px;
	padding:5px 13px 13px 13px;
	font-size:10px;
	}
	
.sponsored a {
	margin-top:4px;
	display:block;
}	
	
.right-bg{
	background:url(images/right-bg.jpg) no-repeat;
	height:510px;
	}
.footer{
	border-top:solid 1px #CCC;
	padding:10px;
	text-align:right;
	font-size:10px;
	color:#999;
	line-height:14px;
}
.footer a{
	color:#999;
	}
.footer a:hover{
	color:#000;
	}