/* @override http://cousinoharris.com/wp/wp-content/themes/ch/style.css */

/*
Theme Name: Cousino Harris
Version: 0.1-alpha-r1
Author: Jesse Schmidt
Author URI: http://jesseschmidt.com/
Note: This theme is ugly.
*/

/* @group Resets */

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dd,dl,dt,li,ol,ul,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;font-weight:normal;font-style:normal;text-align:left;font-family:inherit;}table{border-collapse:collapse;border-spacing:0;}ol,ul{list-style:none;}q:before,q:after,blockquote:before,blockquote:after{content:"";}

/* @end */

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #333;
	background: #fff url(images/bkgrdGrey.png) repeat-x 0 top;
}

#page {
	font-size: 1.4em;
	text-align: left;
	width: 766px;
	margin: 0 auto;
	background: white url(images/bkgrd-gradient.jpg) repeat-x;
}

#header {
	height: 40px;
}

#content {
	padding: 0 10px 10px 10px;
}

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

a:link {
	color: #e53936;
}

a:visited {
	color: #e53936;
}

a:hover {
	color: #ff0c00;
}

a:active {
	color: #e53936;
}

ul {
	list-style-type: none;
	list-style-position: inside;
	list-style-image: url(images/list-arrow.png);
	margin: 0 0 15px 10px;
}

ul li {
	margin: 0 0 4px 0;
}

.alignright {
	float: right;
	margin: 0 0 10px 10px;
}

.alignleft {
	float: left;
	margin: 0 10px 10px 0;
}

.clear {
	clear: both;
}


/* @group Header */

/* @group Nav */

#nav {
	border: 2px solid #e5393b;
	border-bottom: none;
	height: 34px;
	padding: 2px 0 0 2px;
	background-color: #2f4489;
}

#nav ul { /* all lists */
	padding: 2px 0 0 18px;
	margin: 0;
	list-style: none;
	line-height: 1;
	font-size: 12px;
}

#nav a {
	display: block;
	width: inherit;
	padding: 7px 7px;
	color: #fff;
	text-decoration: none;
}

#nav ul>li { 
    position: relative;
    display: inline-block;
    margin: 0;
    height: 25px; 
    text-align: center;
    width: inherit; /* width needed or else Opera goes nuts */
} 

#nav ul li { 
    fl\oat: left;
} 

#nav li ul { /* second-level lists */
	position: absolute;
	padding: 0;
	background: #2f4489;
	width: 200px;
	top: 25px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul li {
	text-align: left;
	border: none;
	width: 200px;
	font-size: 12px;
	border-bottom: 1px solid #263873;
}

#nav li ul li a {
	display: block;
	padding: 4px 0 9px 5px;
	width: 191px;
}

#nav li ul li a:hover {
	background-color: #263873;
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 10em;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav li:hover {
	background-color: #263873;
}

#nav ul li.last {
	border: none;
}

/* @end */

/* @end */

#headerimg {
	width: 350px;
	margin: 7px auto 17px 15px;
}

/* @group Content */

/* @group Quicknav */

#quicknav {
	height: 100px;
	background: url(images/blueBarBig.png) no-repeat center center;
}

#quicknav ul {
	padding: 20px 0 0 14px;
	margin: 0;
}

#quicknav ul li {
	margin: 0 4px;
	width: 74px;
	height: 71px;
	display: block;
	float: left;
	overflow: hidden;
}

#quicknav ul li a{
	width: 74px;
	height: 71px;
	display: block;
	text-indent: -9999px;
}

#quicknav ul li.page-item-18 a {
	background: url(images/btnCleaning.png);
}

#quicknav ul li.page-item-8 a {
	background: url(images/btnFire.png);
}

#quicknav ul li.page-item-6 a {
	background: url(images/btnFloor.png);
}

#quicknav ul li.page-item-20 a {
	background: url(images/btnInsurance.png);
}

#quicknav ul li.page-item-22 a {
	background: url(images/btnElectric.png);
}

#quicknav ul li.page-item-10 a {
	background: url(images/btnRain.png);
}

#quicknav ul li.page-item-16 a {
	background: url(images/btnTrauma.png);
}

#quicknav ul li.page-item-14 a {
	background: url(images/btnStructure.png);
}

#quicknav ul li.page-item-12 a {
	background: url(images/btnMold.png);
}

/* @end */

/* @group Sidebar */

#sidebar {
	width: 175px;
	float: left;
	padding: 0 0 10px 10px;
	font-size: 11px;
}

#sidebar h4 {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 5px;
	margin: 0 0 3px 0;
}

#sidebar ul {
	margin: 0 0 15px 0;
	list-style-type: none;
	list-style-position: inside;
	list-style-image: url(images/list-arrow.png);
}

/* @end */

/* @group Team List */

#post-82 ul, #post-80 ul {
	list-style-image: none;
	float: left;
	width: 150px;
	margin: 0 30px 20px 0;
	font-size: 13px;
}

#post-82 ul {
	min-height: 260px;
}

#post-80 ul {
	width: 99%;
	margin: 0;
}

#post-82 ul li, #post-80 ul li {
	margin: 0 0 10px 0;
}

/* @end */

/* @group Esporta List */

#post-30 ul {
	float: left;
	width: 170px;
	margin: 0 10px 20px 0;
	font-size: 13px;
}


/* @end */

/* @group Contact Page */

#post-32 p {
	padding: 0 0 9px 0;
	border-bottom: 1px solid #bcbcbc;
}

#post-32 em {
	color: #e53936;
	font-size: 14px;
	font-style: normal;
}

#post-32 a {
	font-size: 13px;
	margin: 0 0 0 2px;
	padding: 0 0 0 10px;
	background: url(images/list-arrow.png) no-repeat left center;
}

/* @end */

/* @group Company Info */

#memberships {
	clear: both;
	text-align: center;
}

#memberships h5 {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 5px;
	margin: 0 0 3px 0;
	text-align: center;
}

#memberships div {
	text-align: center;
}

#memberships img {
	margin: 0 8px;
}

/* @end */

.entry {
	text-align: center;
	width: 600px;
	margin: 0 auto;
	padding: 20px;
	border: 2px solid #2f4489;
	-moz-border-radius: 25px;
	-khtml-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
}

.home .entry {
	text-align: center;
	width: 400px;
	margin: 0 auto;
	padding: 20px;
	border: 2px solid #2f4489;
	-moz-border-radius: 25px;
	-khtml-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
}

.page-entry {
	text-align: center;
	margin: 0 auto;
	padding: 0 10px 10px 10px;
}

h3 {
	text-align: center;
	font-size: 18px;
	color: #e53936;
	margin: 0 0 10px 0;
}

.page-entry h3 {
	text-align: left;
	font-size: 18px;
	color: #e53936;
	margin: 0 0 10px 0;
}

.page-entry ul {
	list-style-type: none;
	list-style-position: inside;
	list-style-image: url(images/list-arrow.png);
	margin: 0 0 20px 10px;
}

.page-entry ul li {
	margin: 0 0 4px 0;
}

p {
	margin: 0 0 10px 0;
	line-height: 20px;
}

em {
	font-size: 12px;
	font-style: italic;
}

strong {
	font-weight: bold;
	color: #e53936;
}

small {
	color: #2f4489;
	text-transform: uppercase;
	font-size: 10px;
	text-align: center;
	display: block;
	margin: 0 0 8px 0;
}

small.servicelist {
	letter-spacing: 2px;
	color: #e53936;
	text-transform: uppercase;
	font-size: 9px;
	text-align: center;
	display: block;
	margin: 20px 0;
}

/* @end */

/* @group Footer */

#footer {
	color: #fff;
	font-size: 10px;
	clear: both;
	padding: 10px 0 0 0;
}

#footer_banner {
	background-image: url(images/footer-banner.jpg);
	height: 79px;
}

#footer p {
	margin: 10px 0 0 0;
	padding: 8px;
	border: 2px solid #2f4489;
	border-top: none;
	background: #e53936;
	text-align: center;
}

#footer a {
	color: #fff;
}

/* @end */



