/*
Theme Name: Web Disect
Theme URI: http://www.webdisect.com
Description: Custom theme created for webdisect.com
Version: v2
Author: Dheer Gupta
*/

/*---------------------------- Main -------------------------------*/
body {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 0.82em;
	line-height: 1.55em;
	margin: 0;
	padding: 0;
	text-align: center;
}

body.default {
	background: url(images/body_bg.png) repeat-x #F4F4F4;
}

body.home {
	background: url(images/body_bg.jpg) repeat-x #F4F4F4;
}

/*---------------------------- General HTML -------------------------------*/
h1, h2, h3, h4, h5 {
	color: #0099cc;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

h1 {
	font-size: 1.5em;
	margin: 0;
}

a, img { border: none; } 

/*---------------------------- Main Container -------------------------------*/
#wrapper {
	margin: 0 auto;
	text-align: left;
	width: 1205px;
	padding-top: 11px;
}

#wrapper2 {
	margin: 0 auto;
	width: 900px;
	text-align: left;
}

#contentwrapper {
	clear: both;
	padding: 10px 0 0;
	width: 900px;
	overflow: hidden;
}

/*---------------------------- Header -------------------------------*/
#home {
	display: none;
}

#header {
	width: 900px;
}

.home-header {
	height: 510px;
}

#logo {
	float: left;
	height: 80px;
}

#logo a img {
	border: none;
}

#slideshow {
	background: url(images/slideshow_bg.jpg) no-repeat;
	clear: both;
	float: left;
	height: 300px;
	margin-bottom: 33px;
	width: 900px;
	padding: 0 15px 0 20px;
}

#ssleft {
	color:#EEEEEE;
	float:left;
	font-family:'Century Gothic',Arial,Helvetica,sans-serif;
	font-size:1.45em;
	line-height:1.4;
	padding:90px 0 0 3px;
	width:520px;
}

#headerbottom {
	clear: both;
	height: 82px;
	width: 900px;
}

.pitch {
	background: url(images/astepcloser.jpg) no-repeat;
	background-position: 0 -3px;
	width: 523px;
	height: 81px;
	padding: 0;
	margin: 0;
	text-indent: -9999px;
	float: left;
}

#getaquote {
	float: right;
}

#getaquote a {
	background: url(images/getaquote.jpg) no-repeat;
	background-position: 0 -3px;
	text-indent: -9999px;
	display: block;
	height: 81px;
	width: 239px;
}

#getaquote a:hover, #getaquote a:active {
	background-position: 0 -87px;
}

#ourprocess {
	float: left;
	padding: 30px 0 0 100px;
	display: none;
}

#ourprocess a {
	background: url(images/ourprocess.png) no-repeat;
	background-position: 0 -50px;
	text-indent: -9999px;
	display: block;
	height: 50px;
	width: 300px;
}

#ourprocess a:hover, #ourprocess a:active {
	background-position: 0 0;
}

/*---------------------------- Page Navigation -------------------------------*/

.nav {
	float: right;
}

.nav ul {
	padding: 0;
	margin: 0;
	width: 370px;
}

.nav ul li {
	list-style: none;
	float: left;
}

.nav ul li a {
	height: 77px;
	background: url(images/nav_bg.jpg) no-repeat 0 0;
	border: 0;
	display: block;
	padding-left: 9px;
	text-indent: -9999px;
}

.nav ul li.nhome a {
	width: 59px;
	background-position: -10px 0;
}

.nav ul li.nportfolio a {
	width: 76px;
	background-position: -80px 0;
}

.nav ul li.nabout a {
	width: 90px;
	background-position: -168px 0;
}

.nav ul li.ncontact a {
	width: 92px;
	background-position: -269px 0;
}

.nav ul li.nhome a:hover {
	width: 59px;
	background-position: -10px -77px;
}

.nav ul li.nportfolio a:hover {
	width: 76px;
	background-position: -80px -77px;
}

.nav ul li.nabout a:hover {
	width: 90px;
	background-position: -168px -77px;
}

.nav ul li.ncontact a:hover {
	width: 92px;
	background-position: -269px -77px;
}

.nav ul li.nhome a.active {
	width: 59px;
	background-position: -10px -77px;
}

.nav ul li.nportfolio a.active {
	width: 76px;
	background-position: -80px -77px;
}

.nav ul li.nabout a.active {
	width: 90px;
	background-position: -168px -77px;
}

.nav ul li.ncontact a.active {
	width: 92px;
	background-position: -269px -77px;
}

.divider {
	clear: both;
	height: 77px;
	width: 900px;
}

#footwrapper .divider {
	background: none;
}

#contact .divider {
	margin-top: 10px;
}

#portfolio .divider {
	background-color:#282828;
}

/*---------------------------- Content -------------------------------*/

#who-uses ol {
	font-size:1.1em;
	margin:12px 0;
}
 
#who-uses ol li {
	margin:0 0 10px;
}

#who-uses ol li ul {
	list-style:none;
	margin: 0;
	padding: 0;
}

#who-uses ol li li {
	background:#CEE0E4;
	border-left:5px solid #282828;
	margin:10px 0;
	padding-left:5px;
}

.checklist {
	list-style: none;
	padding: 0;
}

.checklist li {
	background: url(images/checkmark.jpg) no-repeat left top;
	padding-left: 32px;
	line-height: 1.8em;
}

/*---------------------------- Portfolio -------------------------------*/

#portfolio {
	clear: both;
	width: 900px;
}

.post {
	clear: both; 
	width: 100%; 
	padding-bottom: 15px;
}

#portfolio .post {
	height: 430px;
}

.post h2 {
	border-bottom: #999999 1px solid;
	color: #363636; 
	padding-bottom: 5px;
}

.post img {
	border: 8px solid #CCCCCC;
	float: left;
}

.entry {
	float: right;
	text-align: left;
}

#portfolio .entry {
	height: 350px;
	width: 280px;
}

#portfolio .entry ul {
	list-style-type: none;
	margin: 0 0 1.5em 0;
	position: relative;
	padding: 0;
}

#portfolio .entry ul li {
	border-bottom: 1px dotted #AE9789;
	padding-left: 7px;
}

#portfolio .entry span {
	color: #0099CC;
	font-size: 0.9em;
}

#portfolio .entry h3 {
	color: #AC8975;
	display: inline;
	font-size: 0.9em;
	letter-spacing: 0.05em;
	line-height: 1;
	margin-bottom: 1em;
	text-transform: uppercase;
}

/*---------------------------- About WD -------------------------------*/

#aboutwd {
	clear: both;
	width: 900px;
}

#aboutwd divider {
	margin-top: -15px;
}

#aboutwd .left, #aboutwd .right {
	color: #0099cc;
	padding: 0 10px;
	width: 430px;
}

#aboutwd .left {
	float: left;
}

#aboutwd .right {
	float: right;
}

#aboutwd .left h2, #aboutwd .right h2 {
	color: #F2F2F2;
	font-size: 1.3em;
}

#aboutwd .testimonials {
	text-align: left;
	color: #C75700;
}

#aboutwd .testimonials .source {
	color: #787878;
}

/*---------------------------- Contact WD -------------------------------*/ 

#contact {
	background: url(images/contact_bg.jpg) top left no-repeat;
	clear: both;
	overflow: hidden;
	width: 900px;
}

#contact .left {
	float: left;
	padding-top: 20px;
	width: 440px;
}

#contact .right {
	float: right;
	width: 440px;
}

/*---------------------------- Footer -------------------------------*/

#footwrapper {
	background: url(images/footer_bg.jpg) top left repeat-x #282828;
	width: 100%;
	text-align: center;
	min-height: 500px;
}

#footcontainer {
	background: url(images/blue_divider.jpg) top left no-repeat;
	margin: 0 auto;
	padding: 10px 0;
	width: 900px;
	text-align: left;
}