/* 
	Theme Name: StamfordCTGuide
	Version: 2.0
		
*/

body {
	background:#8f8e8e;
	text-align:center;
	font-family:arial,verdana;
	font-size:12px;
}

#page-wrap {
	width:980px;
	text-align:left;
	margin:0px auto;
}

/* Header Layout */
#header {
	background:url(images/scg_header_bg.gif) no-repeat;
	height:135px;
		overflow: hidden;

}

#nav {
	background:url(images/scg_nav_bg.gif) no-repeat;
	height:41px;
	
}

.logo {
	padding-top:10px;
	padding-left:25px;
	float:left;
}

.image-frame {
	float:right;
	padding-top:30px;
	padding-right:25px;
	
}

#main-container {
	background:url(images/scg_main_bg.gif) repeat-y;
	width:979px;
}

#main-content {
	margin:0px 0px 0px 10px;
	padding:0px;
}

#footer {
	background:url(images/scg_footer_bg.gif) no-repeat;
	height: 74px;
}

#footer-body {
	margin: 0px 0px 0px 25px;
	padding-top: 10px;
	color: #fff;
}

.clr, .clear {
	clear:both;
	margin:0;
}

/* Links */

a, a:visited {
	color: #1c71d9;
	text-decoration: none;
	}
	
a:hover, a:active {
	color: #1c71d9;
	text-decoration: underline;
	}

#footer a, #footer a:visited {
	color: #fff;
	text-decoration: underline;
	}
	
#footer a:hover, #footer a:active {
	color: #fff;
	text-decoration: none;
	}


/* Homepage Layout */
#main-col {
	width:640px;
	float:left;	
	margin: 0;
}

#main-col-left {
	float:left;
	width:300px;
	margin: 0;
	padding: 0;
}

#main-col-right {
	float:right;
	width:320px;
	
}

#right-col {
	width:320px;
	float:right;
	margin:0px;
}


/* Navigation */



.nav, .nav ul { 
	list-style: none !important;
	margin: 0 0px 0px 15px;
	padding: 0;
	position: relative;
	top: 7px;
}

.nav {
  font-family: Arial, Helvetica, sans-serif;
  z-index: 100;
  position: relative;
  
}

.nav li#current {
	  background: #0C6C9B;
  color: #fff;
}
.nav li {
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
}
.nav li a {
  font: bold 1.1em/28px Arial, Helvetica, sans-serif;
  color: #fff;
  display: block;
  padding: 0 9px;
  text-decoration: none;

}

.nav li a:link, .nav li a:active, .nav li a:visited {
  font: bold 1.1em/28px Arial, Helvetica, sans-serif;
  color: #fff;
  display: block;
  padding: 0 9px;
  text-decoration: none;

}


.nav li a:hover {
  background: #333;
  color: #fff;	

}
#nav-one li:hover a, 
#nav-one li.sfHover a {
  background: #0C6C9B;
  color: #fff;
}
#nav-one li:hover ul a, 
#nav-one li.sfHover ul a {
  background: #0C6C9B;
  color: #fff;	
}
#nav-one li:hover ul a:hover, 
#nav-one li.sfHover ul a:hover {
  background: #1093D6;
  color: #fff;	
}

.nav ul {
  background: #fff;
  list-style-type: none !important;
  margin: 0;
  width: 12em;
  position: absolute;
  top: -999em;
  left: 0px;
}
.nav li:hover ul,
.nav li.sfHover ul {
  top: 28px;
}
.nav ul li {
  border: 0;
  float: none;
}
.nav ul a {
  border-bottom: 0;
  width: 12em;
  white-space: nowrap;
}
.nav ul a:hover {
  background: #ccc;
  color: #000;
}

* html .nav ul li a {
height:1%;
}
/* --- Homepage Blocks ---*/

.left-home-block {
	width:300px;
	background:#ffffff;
	margin:0px 10px 10px;
}

.left-home-block h1.welcome {
	padding: 10px 10px 0px 10px;
	color:#0066cc;
	font-size: 16px;

}

.featured-image {
	padding: 0px 10px;
	margin: 0;
	 
}

.featured-image div {
	padding: 4px 3px;
	border: 1px solid #ccc;
}


.left-home-block h1.feature {
	padding: 10px 10px 0px 10px;
	color: #333 !important;
	font-size: 16px;
}

.left-home-block p {
	font-size:12px;
	padding: 5px 10px 10px;
}


.middle-home-block {
	width:320px;
	background:#ffffff;
	margin:10px 10px 10px 0px; 
}

.middle-home-block ul {
	margin: 10px 0px 10px;
	padding:0px 0px 10px 25px;
}

.middle-home-block ul li{
	margin: 0;
	padding:2px 0px;
}

.middle-home-block h1, .right-home-block h1 {
	padding: 10px 10px 0px 10px;
	color: #333 !important;
	font-size: 16px;
	margin: 0;

}

.right-home-block {
	width:300px;
	background:#ffffff;
	margin:10px 10px 10px 0px; 	
}

.right-home-block ul{
	padding-bottom: 10px;
}

/* --- Interior Blocks ---*/

.main-interior-block {
	background: #fff;
	width: 620px;
	margin: 10px 0px 0px 10px;
	overflow: hidden;
}

.main-block-body {
	padding: 10px 10px;
	margin-bottom: 10px;
}

.main-block-body h1.article {
	color: #333;
	font-size: 18px;
	font-weight: bold;
	margin: 0px 0px;
	padding: 0px 0px;
}

.main-block-body h1.category {
	color: #333;
	font-size: 18px;
	font-weight: bold;
	margin: 0px 0px;
	padding: 10px 0px;
}

/* Newsletter */

.newsletter-block {
	padding: 10px;
}

.newsletter-block p {
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

/* Search */

.search-block {
	padding: 10px;
}



/* Comments */


	
#commentblock {
	width: 600px;
	background: #fffff;
	color: #333333;
	float: left;
	padding: 10px 0px 0px 0px;
	margin: 10px 0px 10px 0px;
	}
	
#commentblock h3 {
	padding: 0px 0px 5px 0px;
	font-weight: normal;
	font-size: 16px;
	font-style: normal;
}
	
ol#commentlist {
	padding: 5px 0px 5px 0px;
	margin: 0px;
	list-style-type: none;

	}

.comment-reviewedby {
	margin: 0px 0px 5px 0px;
	font-size: 12px;
	padding: 0px;
}
.commentdate {
	font-size: 12px;
	padding-left: 0px;
	}
.comments-blocks {
	background: #F6F7EE;
	padding: 5px;
	border: 1px solid #ccc;
	margin: 10px 0px;
}

.comments-blocks label {
	font-weight: bold;
}
	
#commentlist li p{
	margin-bottom: 8px;
	line-height: 20px;
	padding: 0px;
	}

.commentname {
	color: #333333;
	margin: 0px;
	padding: 5px 5px 5px 0px;
	}

.commentinfo{
	clear: both;
	}

.commenttext {
	clear: both;
	margin: 5px 0px 20px 0px;
	padding: 20px 0px 5px 0px;
	width: 400px;
	background: #FFFFFF;
	}

.commenttext-admin {
	clear: both;
	margin: 5px 0px 20px 0px;
	padding: 20px 10px 5px 10px;
	width: 325px;
	background: #FFFFFF url(images/comment.gif) no-repeat top;
	}

#commentsformheader{
	padding-left: 0px;
	}

#commentsform{
	text-align: left;
	margin: 0px;
	padding: 0px;
	}

#commentsform form{
	text-align: left;
	margin: 0px;
	}

#commentsform p{
	margin: 0px;
	}

#commentsform form textarea{
	width: 99%;
	}
	
p.comments_link  img{
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}

#apartments-table th {
	border-bottom: 1px solid #dedede;
	padding: 5px;
}

#apartments-table td {
	padding: 5px;
}

#apartments-table td img {
	border: 1px solid #ccc !important;
	padding: 3px;
}

/* tables */
table.tablesorter {
	font-family:arial;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px;
}
table.tablesorter thead tr .header {
	background-image: url(images/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(images/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(images/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #8dbdd8;
}

#authorpic {width: 100px; height: 100px; overflow: hidden; float: left; padding: 1px; border: 1px solid black; margin-right:15px;}

.ratings-float {
	float: right;
	width: 150px;
	border: 1px solid #ccc;
	padding: 3px;
}

.ratings-float label {
	font-weight: bold;
	padding: 2px 0px;
}

/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:300px;
		height:320px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:696px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(../images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../images/btn_next.gif) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
		margin:1em .5em;
		padding:0;
		height:28px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:18px;
		line-height:18px;
		}
	ol#controls li a{
		float:left;
		height:18px;
		line-height:18px;
		border:1px solid #ccc;
		background:#DAF3F8;
		color:#555;
		padding:0 5px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#5DC9E1;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
.ratings-float {
	float: right;
	position: relative;
	width: 185px;
	border: 1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
	background: #efefef;
	text-align: center;
	margin: 0 0 5px 5px;
}

.ratings-float label {
	font-weight: bold;
	padding: 2px 0px;
}

	
/* Rating */
.loading-wrapper {
  display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 10000;
}

.loading-wrapper .loading {
	margin: 5px auto 0 auto;
	width: 16px;
	height: 11px;
}
.vote-yes {
		display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font:bold 14px Arial, Helvetica, sans-serif !important;
	padding: 6px 10px;
	margin: 0;
	color: #fff !important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: solid 1px #a4b357 !important;
	background: #a4b357; /* Old browsers */
background: -moz-linear-gradient(top, #a4b357 0%, #75890c 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a4b357), color-stop(100%,#75890c)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #a4b357 0%,#75890c 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #a4b357 0%,#75890c 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #a4b357 0%,#75890c 100%); /* IE10+ */
background: linear-gradient(top, #a4b357 0%,#75890c 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a4b357', endColorstr='#75890c',GradientType=0 ); /* IE6-9 */}

.vote-no {
		display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font:bold 14px Arial, Helvetica, sans-serif !important;
	padding: 6px 10px;
	margin: 0;
	color: #fff !important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: solid 1px #79112A !important;
	background: #9B0034; 
	background: -moz-linear-gradient(top, #CB0D44 0%, #9B0034 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#CB0D44), color-stop(100%,#9B0034)); 

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#CB0D44', endColorstr='#9B0034',GradientType=0 );
	background: linear-gradient(top, #CB0D44 0%, #9B0034 100%); 
}

.recommend-wrapper h3 {
	margin: 0;
}

.percent {
	font-size: 24px;
	font-weight: bold;
}
