@charset "utf-8";
/* CSS Document */

body, html{
	margin: 0;
	height: 100%;
}
body{
	background: #05577c url(/images/bg-attic-main.gif) center top repeat-x;	
}
.clear{
	clear: both;
}
/*------------------------------------------------------------------------------------platform*/
.platform{
	width: 700px;
	height: 100%;
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 0;
	margin-left:-500px; /* set back to -500px*/
}
.atticGuy{
	width: 311px;
	height: 337px;
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 469px;
	margin-left:200px; /* set back to -500px*/
}
/*------------------------------------------------------------------------------------header*/
.header{
	height: 170px;
}
	.header img{
		margin: 13px;
	}
/*------------------------------------------------------------------------------------platform*/
.container{
	width: 660px;
	height: 700px;
	padding: 20px;
	background: white url(/images/bg-content.gif) right 300px no-repeat;
	color: #4b4b4b;
	font: 13px trebuchet ms;
	line-height: 1.5em;
	text-align: justify;
}
	.featured{
		width: 660px;
		height: 300px;
		margin-bottom: 40px;
	}
	.content{
		width: 660px;
	}
	.body{
		text-align: justify;
		padding: 0 20px 0 10px;
	}
	.sidePanel{
		width: 230px;
		text-align: justify;
		padding-left: 20px;
		background: url(/images/bg-sidepanel.gif) left top no-repeat;
	}
	
	.gallery a{
		padding: 2px;
		border: 1px solid #999999;
		margin: 8px;
		float: left;
	}
	.gallery a:hover{
		opacity:.50; filter: alpha(opacity=50); -moz-opacity: 0.5;
	}


	.service-gallery img{
		padding: 2px;
		border: 1px solid #999999;
		margin: 8px;
		float: left;
	}
	.service-gallery a:hover{
		opacity:.50; filter: alpha(opacity=50); -moz-opacity: 0.5;
	}

/*------------------------------------------------------------------------------------footer*/
.footer{
	height: 70px;
	padding: 40px 0 20px 0;
	color: #5c92aa;
	font: bold 12px trebuchet ms;
	line-height: 1.2em;
}
	.footer a{
		color: #5c92aa;
		text-decoration: none;
	}
	.footer a:hover{
		color: white;
	}
.BBB{
	display: block;
	float: right;
	margin-right: 30px;
	width: 100px;
	height: 46px;
	background: url(/images/bbb-logo.gif) left top no-repeat;
	filter:alpha(opacity=40); 
	-moz-opacity: 0.4; 
	opacity: 0.4;
}
.BBB:hover{
	filter:alpha(opacity=100); 
	-moz-opacity: 1; 
	opacity: 1;
}
/*------------------------------------------------------------------------------------text*/
.textHeading{
	width: 350px;
	font: 32px Arial, Helvetica, sans-serif;
	color: #05577c;
	line-height: 1.2em;
}
.textHeading-Sub{
	font: italic 12px Arial, Helvetica, sans-serif;
	color: #999999;
	line-height: 1em;
}
.textGreen{
	font: bold 13px trebuchet ms;
	color: #3f7320;
	line-height: 2em;
}
a{
	font: 12px trebuchet ms;
	color: #333333;
	line-height: 1em;
	text-decoration: none;
}
a:hover{
	color: #3f7320;
}
a.links1{
	font: bold 13px trebuchet ms;
	color: #3f7320;
	line-height: 1.5em;
	text-decoration: underline;
}
a.links1:hover{
	color: #999999;
}
a.links2{
	font: bold 15px trebuchet ms;
	color: #3f7320;
	line-height: 2.3em;
}
a.links2:hover{
	color: #999999;
}
/*-----form------*/
.textField1{
	width: 279px;
	font: 12px Arial;
	color: #666666;
	text-indent: 3px;
}
.textArea1{
	width: 279px;
	height: 60px;
	font: 12px Arial;
	color: #666666;
	text-indent: 3px;
}
.btn1{
	display: block;
	width: 93px;
	height: 26px;
	font: bold 12px trebuchet ms;
	color: white;
	background: url(/images/btn1.gif) center center no-repeat;
	border: none;
}

/*/////////////////////////////////////////////////////////////////////////////////// RECENT POST*/
#wp-posts{}
#wp-posts ul{
	margin: 0px;
	padding: 15px 0 0 0;
	list-style: none;
}
#wp-posts ul li{
	margin: 0px;
	padding: 0px;
	display: block;
}
#wp-posts ul li a{
	display: block;
	padding: 10px 0px 10px 10px;
	line-height: 16px;
	border-top: 1px dotted #CCC;
	border-bottom: 1px dotted #CCC;
	margin-top: -1px;
	text-align: left;
	font-weight: bold;
}
	#wp-posts ul li a:hover{
		background: #eeeeee;
	}

.yelp, .angies{
	float: left;
	width: 330px;
	margin: -30px 0 20px 0;
	position: relative;
	display: block;
	min-height: 170px;
}
.rating{ /*//YELP//*/
	width: 82px;
	height: 14px;
	display: block;
	margin-bottom: 10px;
}
.grade{
	font: normal bold 18px Arial, Helvetica, sans-serif;
	text-align: left;
	width: 55px;
	padding: 1px 0 2px 5px;
	border: 1px solid #CCC;
	line-height: 20px;
	position: relative;
	display: block;
	margin-top: -10px;
	margin-bottom: 10px;
}
	.grade span{
		display: block;
		position: absolute;
		top: 7px;
		right: 0px;
		z-index: 100;
		float: right;
		width: 43px;
		text-align: center;
		padding: 0px;
		font: normal normal 8px Arial, Helvetica, sans-serif;
		line-height: 8px;
	}
.review{
	font: italic normal 12px Arial, Helvetica, sans-serif;
	line-height: 16px;
	height: 100px;
	overflow: hidden;
	position: relative;
	display: block;
	text-align: left;
	background: white;
	padding: 20px 20px 65px 20px;
}
	.review:hover{
		position: absolute;
		top: 0px;
		left: 0px;
		overflow: visible;
		height: auto;
	}
.user{
	width: 300px;
	display: block;
	position: absolute;
	padding-top: 15px;
	padding-left: 20px;
	padding-bottom: 20px;
	bottom: 0px;
	left: 0px;
	z-index: 100;
	background: white;
	font: normal normal 10px Arial, Helvetica, sans-serif;
}
.user span{
	display: block;
	font: normal bold 11px Arial, Helvetica, sans-serif;
}

.cali{
	width: 168px;
}
.north, .central, .south{
	background-repeat: no-repeat;
	background-position: center top;
}
	.north:hover, .central:hover, .south:hover{
		background-position: center bottom;
	}
.cali .north{
	height: 132px;
}
.cali .central{
	height: 50px;
}
.cali .south{
	height: 74px;	
}
