/*  
Theme Name: My Weston Blog
Theme URI: http://realestatetomato.typepad.com
Description: Another theme from the <a href="http://realestatetomato.typepad.com">Real Estate Tomato</a> collection.
Version: 1.0
Author: Real Estate Tomato
Author URI: http://realestatetomato.typepad.com/
*/

body {
	color: #4B4B4B;
	padding: 0;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	margin: 0;
	background-color: #DADFE4;
}
	
/*
= TEXT / HEADINGS
*/
	
a {
	color: #46B6BE;
	text-decoration: none;
}
	
	a:hover {
		text-decoration: underline; }
	
h1 {
	width: 250px;
	height: 50px;
	position: absolute;
	right: 56px;
	top: 20px;
}
	
	h1 a {
	text-indent: -9999px;
	display: block;
	width: 250px;
	outline: none;
	height: 50px;
}
		
h2 {
	color: #292929;
	margin: 5px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
	#left h2 {
	color: #35A7B3;
	font-size: 13px;
	margin: 0px;
	padding-bottom: 6px;
	font-weight: bold;
}
	
	h2.title {
	margin: 0;
}
	h2.title a {
	color: #292929;
	font-weight: normal;
}
	h2.title a:hover {
	text-decoration: underline;
}
	
/*
= HEADER / MENU / FOOTER
*/

#header {
	height: 232px;
	position: relative;
	background: url("images/header.jpg") top left no-repeat;
	width: 953px;
	float: left;
}
#header #search {
	float: right;
	margin-top: 100px;
	margin-right: 76px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#topnav {
	list-style: none;
	width: 900px;
	height: 25px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	float: right;
	margin-top: 0;
	padding-top: 80px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: relative;
}
		#topnav li {
	float: right;
}
		
		#topnav li a {
	display: block;
	font-weight: bold;
	color: #525252;
	text-decoration: none;
	padding-right: 30px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 24px;
	padding-left: 30px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	line-height: 22px;
	float:left;
}
		#topnav li a:hover {
	text-decoration: none;
	color: #999999;
}	
/*
= CONTAINER / COLUMNS
*/
	
#container {
	position: relative;
	width: 953px;
	z-index: 1;
	background-repeat: repeat-y;
	background-position: left top;
	background-image: url(images/container_bg.jpg);
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	margin-top: 0px;
}

#container #left {
	position: relative;
	width: 206px;
	float: left;
	padding-left: 20px;
	background-image: url(images/content_bg.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	padding-top: 30px;
}
	
		
	#left ul {
		padding:0;
		list-style: none;
		width: 179px;
		margin-bottom: 20px;
		margin-top: 0;
		margin-right: 0;
		margin-left: 0;
	
}

	#left .children {
		margin-left:8px;
}
	
	#left li a {
		color: #666666;
		text-decoration: none;
		display: block;
		height: 28px;
		width: 190px;
		line-height: 26px;
		background-image: url(images/li_bg.jpg);
		background-repeat: no-repeat;
		background-position: left top;
		padding-left: 14px;
		padding-top: 1px;
		padding-bottom: 1px;
}
		
	#left li a:hover {
		background-image: url(images/li_active.jpg);
		background-repeat: no-repeat;
		background-position: left top;
		color: #FC299E;
}
		
	#container #right {
	position: relative;
	width: 223px;
	float: left;
	padding-left: 4px;
	background-image: url(images/rcol_bg.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	padding-top: 30px;
}
#container #right #contact {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 46px;
}
	#right #rssBox {
	width: 192px;
	height: 140px;
	margin: 0px;
	padding: 0px;
	padding-left: 20px;
}

	#right #rssBox img {
		margin-left:-15px;
	}
	
#right #rssBox #search {
	width: 185px;
	padding-left: 30px;
	font-size: 15px;
	font-weight: normal;
	line-height: 20px;
}
	
		#right #rssBox input {
	background-color: #E4E4E4;
	margin-bottom: 6px;
	border: 1px solid #C0C0C0;
	font-family: Arial, Helvetica, sans-serif;
	width: 160px;
	color: #666666;
	padding: 3px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	font-size: 11px;
	font-weight: bold;
}
			

#right h2 {
	margin-left:10px;
}
		
		
	#container #content {
	position: relative;
	width: 485px;
	float: left;
	padding-top: 30px;
	padding-right: 15px;
	padding-left: 0px;
	line-height: 18px;
}
		
		#content .postinfo {
	color: #46B6BE;
	margin: 0;
	font-size: 10px;
	line-height: 14px;
}
			
		#content .postdata {
	text-align: right;
	font-size: 11px;
	color: #FF2DA1;
	background-image: url(images/content_divide.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 50px;
	padding-top: 15px;
	padding-right: 8px;
}
	

	
#footer {
	clear: both;
	position: relative;
	background-image: url(images/footer.jpg);
	height: 111px;
}
	
/*
= COLUMN LISTS
*/
		
.commentlist {
	margin:0;
	padding:0;
	list-style: none; }
	
	.commentlist li { padding: 10px; }
	.commentlist li.alt { background-color: #F6F2FF; }
	
	#comment {
		width:450px;
	}
	
	p.credits {
		width:800px;
		margin:0 auto;
		padding:20px;
		text-align:center;
	}
	
	.clear {
		clear: both;
		}
		
		.textwidget {
				margin-bottom:20px;
						}
						
			.textwidget p {
				margin:0 8px 0 10px;
			}

			.post_footer ul {
				padding: 5px 0px 5px 105px;
				margin: 0px 0 20px 0; }

			.post_footer ul.plugins {
				border-bottom: 3px solid #eee;	}

			.post_footer ul li {
				list-style-type: none;
				display: inline;
				padding: 0 20px 0 0; }

			.post_footer ul.cta li {
				background: url(images/post_cta.jpg) repeat-x;
				list-style-type: none;
				display: inline;
				padding: 10px 20px; }

			.post_footer ul li a:link, .post_footer ul li a:visited {
				text-decoration: none;
				font-weight:bold;
				font-size:18px; }

			.post_footer ul li a:hover {
				text-decoration: underline; }
				
			.postform {
				width:180px;
				margin:0 10px 0 20px;
			}
			
			#right select {
				width:180px;
				margin:0 10px 0 20px;
			}
			
			#right #twitter-box {
				margin:0 15px 0 0;
			}	
			
			#right #twitter-list li {
				margin:10px 0 0 0;
			}	
	
/*
= END
*/
	
