/*  
Theme Name: New Apartments
Theme URI: 
Description: New Apartments
Version: 1.0
Author: 
Tags: fixed width, two columns, valid XHTML, valid CSS, widget ready
*/


/* -- Basic Style -- */

h1, h2, h3, h4, h5, h6, form
	{
		margin:0px;
		padding:0px;
	}
h1{font-size:22px;}
h2{font-size:20px;}
h3{font-size:15px; font-weight:normal;}
h4{font-size:16px;}
h5{font-size:14px;}
h6{font-size:12px;}
p
	{
		margin:0px;
		padding:0px;
		padding-bottom:12px;
	}
ul, ol, li
	{
		margin:0px;
		padding:0px;
		list-style:none;
	}
a, a:visited
	{
		color:#30aaf2;
		text-decoration:none;
		outline:none;
	}
a:hover
	{
		text-decoration:underline;
		cursor:pointer;
	}
img {border:none;}
img.alignright {float:right; margin:2px 0px 5px 5px; border:solid 1px #595959; padding:2px;}
img.alignleft {float:left; margin:2px 5px 5px 0px; border:solid 1px #595959; padding:2px;}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:2px 0 2px 5px;}
a img.alignleft {float:left; margin:0px 5px 2px 0px}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

blockquote
	{
		padding:7px 0px 0px 30px;
		width:400px;
		font-size:14px;
		font-style:italic;
		border-left:solid 6px;
	}
.storyContent ul, ol
	{
		margin-left:20px;
		padding:5px 5px 15px 5px;
	}
.storyContent ol li
	{
		list-style:decimal;
	}
.storyContent ul li
	{
		list-style:square;
	}
.clear{
	clear:both;
}
	

/* -- Main Style  -- */	

body
	{
		margin:0px;
		padding:0px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:13px;
		color:#323232;
		background:url(images/bg.jpg) repeat-x top #faf7f2;
	}
#main{
	margin:0px auto;
	padding:0px;
	width:950px;
}
	
	
	
/* -- Header -- */

.header
	{
		height:138px;
		/*overflow:hidden;*/
		background:url(images/header.jpg) no-repeat left top;
	}
.title{
	width:360px;
	height:100px;
	padding:0px;
	height:0px;
	float:left;
}
.title h1{
	padding:0px;
	margin:0px;
	padding-top:15px;
}
.title a, .title a:visited{
	
}
.title a:hover{
	text-decoration:none;
}
.socio_links{
	width:500px;
	height:100px;
	float:right;
}
.socio_links p{
	font-size:12px;
	color:#073658;
	padding:10px 0px 3px 0px;
}
.socio_links img{
	margin-right:3px;
	float:left;
}

/******************************************/
/* -- Page Navigation -- */
.nav{
	height:38px;
	overflow:hidden;
}
.nav ul{
	float:left;
}
.nav li{
	float:left;
}
.nav li a,.nav li a:visited{
	font-size:13px;
	color:#fff;
	padding:10px 20px 12px 20px;
	text-decoration:none;
	float:left;
	background:url(images/nav_seperator.jpg) no-repeat right top;
}

.nav li a:hover,.nav li.current_page_item a,.nav li.current_page_item a:visited{
	color:#29a7f4;
}
/**--------------------------**/

.header_img{
	height:288px;
	background:#fff;
	padding:5px;
	margin-top:10px;
}

/*****************************************************************/
.content
	{
		padding:0px 5px;
	}
.featured_content{
	margin-bottom:10px;
}
.featured_content h2{
	font-size:17px;
	color:#000;
	padding:10px 10px 11px 10px;
	background:url(images/title1.jpg) no-repeat left top;
	margin-bottom:8px;
}
.f_c_bg{
	background:url(images/h_content_bg.jpg) repeat-y;
}
.f_c_top{
	background:url(images/h_content_top.jpg) no-repeat left top;
}
.f_c_bottom{
	background:url(images/h_content_bottom.jpg) no-repeat left bottom;
	padding:15px 20px 15px 12px;
}
.f_c_bottom img.post_image{
	width:260px;
	height:171px;
	float:left;
	margin-right:15px;
	border:2px solid #727272;
}
.f_c_bottom h3{
	font-size:21px;
	color:#0a406e;
	padding-bottom:8px;
}
.f_c_bottom h3 a,.f_c_bottom h3 a:visited{
	color:#0a406e;
	text-decoration:none;
}
.f_c_bottom p{
	line-height:20px;
	font-size:14px;
}

 
/****************************************************************/
.innerContent{
	float:left;
	width:650px;
	overflow:hidden;
}
.innerContent h2.c_title{
	font-size:17px;
	color:#000;
	padding:10px 10px 11px 10px;
	background:url(images/title2.jpg) no-repeat left top;
	margin-bottom:8px;
}
.story{
	background:url(images/c_bg.jpg) repeat-y;
}
.story_top{
	background:url(images/c_top.jpg) no-repeat left top;
}
.story_bottom{
	background:url(images/c_bottom.jpg) no-repeat left bottom;
	padding:15px;
	margin-bottom:10px;
}
.story h2{
	font-size:17px;
	font-weight:normal;
	color:#0a406e;
	padding-bottom:8px;
}
.story h2 a, .story h2 a:visited{
	text-decoration:none;
	color:#0a406e;
}
.story h2 a:hover{
	color:#0a406e;
	text-decoration:none;
}
.story .post_img{
	width:177px;
	height:124px;
	border:2px solid #727272;
	margin:0px 15px 10px 0px;
	float:left;
	background:#fff;
}
.story_author span{
	font-size:12px;
	color:#323232;
	padding:5px;
	background:#dfdfdf;
	margin-bottom:5px;
}
.story_author a,.story_author a:visited{
	color:#323232;
	text-decoration:none;
}
.story_author2{
	color:#686868;
	padding-bottom:4px;
	border-bottom:1px dashed #000;
}
.storyContent
	{
		padding:8px 0px 0px 0px;
	}
.storyContent p
	{
		text-align:justify;
		line-height:20px;
	}
.storyContent h1, .storyContent h2, .storyContent h3, .storyContent h4, .storyContent h5, .storyContent h6
	{
		padding-bottom:10px;
	}
p.read_more{
	float:right;
	padding-bottom:0px;
	padding-top:5px;
}
.story_tags a,.story_tags a:visited{
	color:#4e4e4e;
}
/**------------------------------**/

/****************************************************************/
.sidebar{
	float:right;
	width:279px;
	overflow:hidden;
}
.sidebar_bg{
	background:url(images/sidebar_bg.jpg) repeat-y;
}
.sidebar_top{
	background:url(images/sidebar_top.jpg) no-repeat left top;
}
.sidebar_bottom{
	background:url(images/sidebar_bottom.jpg) no-repeat left bottom;
	padding:0px 15px 15px 15px;
}
.sidebar ul{
	padding:0px;
	margin:0px;
}
.sidebar ul ul{
	padding:0px;
	margin:0px;
}
.sidebar ul ul ul{
	padding:0px;
	margin:0px;
}
.sidebar_bottom h3{
	font-size:17px;
	color:#fff;
	font-weight:normal;
	line-height:40px;
	height:40px;
	overflow:hidden;
	margin-bottom:15px;
}	
.sidebar li ul,li{	
	list-style:none;
}
.sidebar ul li{
	list-style:none;
	margin:0px;
	padding:0px;
	margin-bottom:10px;
}
.sidebar li li
	{
		padding:0px;
		margin:0px;
		border:none;
		padding:6px 0px 8px 6px;
		background:url(images/sidebar_border.jpg) repeat-x bottom;
		
	}
.sidebar li li a, .sidebar li li a:visited
	{
		color:#3a3a3a;
		text-decoration:none;
		padding-left:15px;
		display:block;
		background:url(images/bullet.jpg) no-repeat left top;
		
	}
.sidebar li li a:hover
	{
		text-decoration:none;
		color:#2981cb;
	}
.sidebar li a, .sidebar li a:visited
	{
		color:#3a3a3a;		
		text-decoration:none;
		padding-right:5px;
	}
.sidebar li a:hover
	{
		text-decoration:none;
		color:#2981cb;
	}
.sidebar li li li{
	padding-bottom:0px;
	background:none;
}

.connect li{
	padding:6px !important;
	background:url(images/sidebar_border.jpg) repeat-x bottom;
}
.connect li a{
	float:left;
	margin-right:10px;
	background:none !important;
	padding-left:0px !important;
}
.connect li a img{
	margin-bottom:0px;
}
.connect li a span{
	padding-top:4px;
	display:block;
	font-size:17px;
}
.sidebar img{
	margin-bottom:10px;
}
#recentcomments .recentcomments{

}
#recentcomments .recentcomments a{
	background:none;
}

/**------------------------------**/

/**-------------- Sidebar Search -------------**/
.search .search_t{
	float:left;
	width:237px;
	height:39px;
	background:url(images/search_txt.jpg) no-repeat left top;
	margin:0px;
	padding:0px;
}
.search .search_txt{
	margin:0px;
	padding:0px;
	padding:6px;
	width:225px;
	background:none;
	border:none;
	font-size:12px;
	color:#494949;
}
.search .search_btn2{
	float:left;
}

/***********************************************/

/* -- Sidebar Search Tool -- */
.search{
	text-align:center;
	padding:0px;
	margin:0px;
}

.search .search_text{
	margin:0px;
	padding:0px;
	padding:3px;
	width:150px;
	background:#fff;
	border:1px solid #ccc;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	color:#494949;
	margin-right:5px;
	float:left;
}
.search .search_btn{
	float:left;
	background:#fff;
	border:1px solid #ccc;
	padding:3px;
}
/***********************************************/

/************************************/


/* -- Footer -- */
.footer{
	text-align:left;
	padding:15px 15px 15px 0px;
	overflow:hidden;
	color:#fff;
	line-height:22px;
	margin-top:5px;
	background:url(images/footer.jpg) repeat-x top;
	height:70px;
}
.footer_bg{
	width:950px;
	margin:0px auto;
}
.footer p a,.footer p a:visited{
	color:#fff;
}
.footer_left{
	height:18px;
	overflow:hidden;
	margin-bottom:10px;
}
.footer_left ul{
	display:inline;
	margin:0px;
	padding:0px;
}
.footer_left li{
	padding:0px;
	margin:0px;
	display:inline;
}
.footer_left li a,.footer_left li a:visited{
	color:#fff;
	text-decoration:none;
	padding:0px 15px;
	border-right:1px solid #fff;
}
.footer_right{
	float:right;
}
/*****************************************************/

/* -- Pagination -- */

.navigation{
	padding-bottom:10px;
}
.alignleft
	{
		float:left;
		padding-left:0px;
		width:300px;
	}
.alignright
	{
		float:right;
		padding-right:0px;
		width:300px;
		text-align:right;
	}
/**------------------------**/

/* -- search result's title -- */

h2.pagetitle, .article h2, .error, h2.center
	{
		color:#30aaf2;
		font-size:22px;
		font-weight:normal;
		font-family:"trebuchet ms";
		padding-top:10px;
		padding-bottom:10px;
		text-align:left;
	}
	
	
	
/* -- Comments Section -- */
.comment_template{
	padding:0px;
	margin:0px;
}
#comments, .commenttitle{
	font-weight:bold;
	color:#414141;
	padding-top:10px;
}
.commentlist{
	margin:0px 10px;
	padding:0px;
}
.commentlist li{
	padding:10px;
	margin:0px;
	border-bottom:1px solid #dddddd;
}
.commentlist li img{
	float:left;
	margin:0px 15px 10px 0px;
}
.commentlist li p{
	padding:10px 0px;
	line-height:20px;
}
.commentlist li .fn, .commentlist li .says{
	color:#000;
	font-weight:bold;
	font-style:italic;
	font-size:14px;
}
.commentmetadata{
	font-size:12px;
}
.commentlist li ul{
	margin-left:30px;
}
.commentlist li li{
	border:none;
	background:#efefef;
}
.commentlist li li li{
	background:#fff;
}
.reply{
	width:32px;
	border:1px solid #CCCCCC;
	padding:3px;
	margin-bottom:10px;
}
.reply a{
	text-decoration:none;
	color:#0a406e;
}
#commentform p{
	padding:5px 0px;
}
#commentform #author,#commentform #email,#commentform #url,#commentform #comment{
	border:1px solid #CCCCCC;
}
#submitcomment{
	cursor:pointer;
}
/**---------------------------**/


/* -- CALENDER STYLE -- */
/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin:0px auto;
	padding: 0px;
	width: 180px;
	font-size:11px;
	font-family:tahoma;
	text-align:center;
	}
#wp-calendar th
	{
		color:#0a406e;
	}
#wp-calendar #today
	{
		color:#fff;
		font-weight:normal;
		background:#000;
	}
#wp-calendar #next a {
	padding-right: 5px;
	color:#0a406e;
	text-align: right;
	background:none;
	text-decoration:none;
	}
#wp-calendar #next a:hover
	{
		text-decoration:underline;
		background:none;
	}
#wp-calendar #prev a {
	padding-left: 5px;
	text-align: left;
	color:#0a406e;
	background:none;
	text-decoration:none;
	}
#wp-calendar #prev a:hover
	{
		text-decoration:underline;
		background:none;
	}
#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align:center;
	font-weight:bold;
	padding-top:5px;
	padding-bottom:10px;
	width:180px;
	/*color:#105a82;*/
	/*background:#cfcfd0;*/
	}
	
#wp-calendar td a, #wp-calendar td a:visited {
	border-left: none;
	padding:0px;
	color: #0a406e;
	text-decoration:none;
	font-weight:bold;
	font-size:11px !important;
}
#wp-calendar td a:hover {
	background: none;
	border-left: none;
	font-weight:bold;
	text-decoration: underline;
}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	/*background-color: #b48625;*/ }
/* End Calendar */




/************************************************/
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}


.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   /*-moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;*/
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}
/*----------------------------------------------**/

/**------------- Home Page ------------------**/
.r_art{
	background:url(images/r_art.jpg) no-repeat left top;
	margin-bottom:10px;
}
.randon_title{
	background: url(images/ra_art.jpg) no-repeat left top;
	margin-bottom:10px;
}
.randon_articles{
	width:340px;
	background:url(images/ar_bg.jpg) repeat-y;
	float:left;
}
.ar_top{
	background:url(images/ar_top.jpg) no-repeat left top;
}
.ar_bottom{
	background:url(images/ar_bottom.jpg) no-repeat left bottom;
	padding:14px;
}
.rand_img{
	width:125px;
	float:left;
}
.randContent{
	padding-bottom:15px;
	border-bottom:1px dashed #cdcbcb;
	margin-bottom:15px;
}
.rand_img img{
	width:107px;
	height:66px;
	margin:0px 15px 10px 0px;
	float:left;
	border:2px solid #727272;
}
.featuredTitle{
	font-size:15px;
	font-weight:normal;
	color:#0a406e;
	padding-bottom:5px;
}
.featuredTitle a,.featuredTitle a:visited{
	color:#0a406e;
}
.randContent p{
	text-align:justify;
	line-height:20px;
	padding-bottom:10px;
}
.twitter{
	width:270px;
	height:112px;
	float:right;
	background:url(images/twitter.jpg) no-repeat left top;	
	padding:218px 15px 58px 15px;
	font-size:11px;
	line-height:20px;
}
.hm_bottom h2{
	font-size:23px;
	color:#414141;
	padding-bottom:0px;	
}
.hm_bottom_content{
	height:230px;
	overflow:auto;
}
.hm_bottom_content h3{
	font-size:17px;
	color:#ff6600;
	padding-bottom:10px;
}

