/*   
Theme Name: Centerdrive
Theme URI: http://www.centerdrive.ca
Description: The Official Theme of Centerdrive Graphic and Web Corp.
Author: Todd Smith-Salter
Author URI: http://www.centerdrive.ca
Version: 2.0
.
This theme was developed with love and care in Photoshop CS3 and Dreamweaver CS3 by me!
.
*/



/* Reset */

html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, img, ins, kbd, q, s, samp, small, strike, strong, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baselinebaseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End Reset */

/* Main styles */

html 			{ overflow-y: scroll; }
body 			{ background: black url(images/background.jpg) repeat-x; color: white;
				  font-family: Verdana, Arial, Helvetica, sans-serif; }
#wrap 			{ width: 940px; margin: auto; }
p 				{ font-size: 12px; }
h2 				{ font-size: 26px; color: #0085ff; }
a, a:visited 	{ color: #0085ff; text-decoration: none; }
a:hover 		{ text-decoration:underline; }
p a 			{ text-decoration: none; }
p a:hover 		{ text-decoration: underline; }


/* Header styles */

#header {
	height: 150px;
	overflow: hidden;
	margin-bottom:30px;
}
#header h1 {
	background: url(images/logo.png) no-repeat;
	width: 441px;
	height: 60px;
	float:left;
	text-indent:-9999px;
	margin-top: 40px;
}
#header h1 a {
	width: 441px;
	height: 60px;
	display: block;
}
#header h1 a:hover {
	border: 0;
}
/* Navigation */
#header ul {
	height: 120px;
	float:right;
	margin-top:10px;
	padding-top:8px;
	border-right: 10px solid #0085ff;
	text-align: right;
}
#header ul li {
	display: block;
	margin: 0;
	height: 28px;
	width: 80px;
	line-height: 28px;
	padding-right:10px;
	/*padding: 6px 10px 0 10px;*/
	/*padding: 6px 10px 6px 10px; did not work in ie7 when height was not declared*/
}
#header li {
	background:url(images/menu-bg-right.png) no-repeat 0 0;
}
#header li:hover {
	background-position:-250px 0;
}
#header ul li a {
	display: block;
	color: white;
	text-decoration:none;
	width: 100%;
	height: 100%;
}
#header ul li a:hover {
	border: 0;
}
/* Main Content */

#headline {
	position: relative;
}

#headline #roadPic {
	background: white;
	margin-bottom: 30px;
	padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	z-index: 10;
}
#headline img#weave {
	position: absolute;
	top: 0px;
	left: -4px;
	z-index: 5;
}
#main {
	margin-bottom: 20px;
}

#main h2 {
	margin-bottom: 20px;
}
#main #aboutUs h2 {
	background: url(images/aboutUsHeadline.png) no-repeat;
	width:138px;
	height: 27px;
	text-indent: -9999px;
}
#main #whatWeDo h2 {
	background: url(images/whatWeDoHeadline.png) no-repeat;
	width: 182px;
	height: 27px;
	margin-left: 480px;
	text-indent:-9999px;
}
#aboutUs {
	width: 460px;
	float: left;
	margin-right: 20px;
	margin-bottom: 30px;
}
#aboutUs p {
	border-left: 10px solid #0085ff;
	padding-left:20px;
	padding-top: 10px;
	padding-bottom:10px;
	line-height: 1.5em;
	text-align: justify;
}
#whatWeDo ul {
	border-left: 10px solid #0085ff;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 480px;
	line-height: 2em;
	font-size: 12px;
}
#whatWeDo ul li {
	padding-left: 20px;
	width: 275px;
	background: url(images/menu-bg-left.png) no-repeat -300px 0;
}
#whatWeDo ul li:hover {
	background-position: 0 0;
}
#whatWeDo ul li a {
	display:block;
	width: 100%;
	height: 100%;
	color: white;
	text-decoration: none;
}
#whatWeDo ul li a:hover {
	border: 0;
}

/* Portfolio nav */

#portfolio-nav {
	margin-left: 640px;
	margin-bottom: 30px;
}
#portfolio-nav h2 {
	margin-top: 30px;
}
#portfolio-nav #webDesign {
	height: 22px;
	background: url(images/webdesignHeadline.png) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
#portfolio-nav h2#printDesign {
	background: url(images/printdesignHeadline.png) no-repeat;
	height: 22px;
	text-indent:-9999px;
	overflow: hidden;
}
#portfolio-nav ul {
	border-left: 10px solid #0085ff;
	padding: 5px 0 5px 0;
}
#portfolio-nav ul li {
	font-size: 12px;
	padding: 6px 20px 6px 20px;
	background: url(images/menu-bg-left.png) repeat-y -300px 0;
}
#portfolio-nav ul li:last-child {
	margin-bottom: 0;
}
#portfolio-nav ul li:hover {
	background-position: 0 0;
}
#portfolio-nav ul li a {
	display:block;
	color: white;
	text-decoration:none;
	height: 100%;
	width: 100%;
}
#portfolio-nav ul li a:hover {
	border: 0;
}
#portfolio-nav a.viewall {
	float: right;
	display: inline;
	position:relative;
	top: -35px;
	color:#CCCCCC;
	text-decoration: none;
	font-size:12px;
}
#portfolio-nav a.viewall:hover {
	border-bottom: 1px solid #CCC;
}
#portfolio-nav ul li.selectedPortfolioItem {
	background-color:#0085ff;
}
/* Portfolio Item */

#portfolio-item {
	float: left;
	display: inline;
	width: 620px;
	margin-bottom: 30px;
}
#portfolio-item img {
	border:5px solid white;
	margin-bottom: 30px;
	margin-left: 1px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#portfolio-item h3 {
        margin-top: 0px;
	margin-bottom: 30px;
	font-family:'Myriad Pro', Verdana, Arial, Helvetica, sans-serif;
	font-size: 36px;
}
#portfolio-item h3 small {
        color: #aaa;
        display: block;
        font-size: 16px;
        line-height: 1.6;
}
#portfolio-item h3 a {
	font-size:12px;
	color:#0085ff;
	font-weight:normal;
	border-color:#0085ff;
}
#portfolio-item p {
	margin-bottom: 20px;
	line-height:1.5em;
}
#portfolio-item p em {
	font-weight:bold;
	text-transform:uppercase;
	color:#0085ff;
	font-style:normal;
}
#portfolio-item ul {
	padding-top: 20px;
}
#portfolio-item ul li {
	margin-left: 40px;
	line-height: 2.5em;
	font-size:12px;
	list-style-image:url(images/tick-icon.png);
}
#portfolio-item a {
	color: white;
	text-decoration: none;
}
#portfolio-item a:hover {
	border-bottom: 1px solid white;
}
#portfolio-item p a {
	color: #0085ff;
}
#portfolio-item p a:hover {
	border-color: #0085ff;
}
#item-description {
	background: url(images/grad-bg.jpg) repeat-x;
	padding: 20px 20px 0 20px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	overflow: auto;
}
/* Service formatting */

div.service {
	margin-bottom: 30px;
	padding-left:110px;
	position: relative;
	left: 210px;
	width:620px; 
}
.service h3 {
	margin-bottom: 10px;
	font-size: 18px;
}
.service p {
	line-height: 1.5em;
	margin-bottom: 10px;
}
.service img {
	float:left;
	display: inline;
}
/* sprite formatting for service icons */
div.webdesign {background: url(images/internetServices.png) no-repeat 0 0;}
div.printdesign {background: url(images/printServices.png) no-repeat 0 0;}
div.hosting {background: url(images/hostingServices.png) no-repeat 0 0;}
div.repair {background: url(images/repairServices.png) no-repeat 0 0;}

/* contact page */

#map {
	float: left;
	display: inline;
}
#map #map_canvas {
	border:5px solid white;
	margin-bottom: 30px;
	margin-left: 1px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width:610px; 
	height:230px;
}
#map h2 {
	margin-left: 640px;
	background: url(images/addressHeadline.png) no-repeat;
	width: 165px;
	height: 35px;
	text-indent:-9999px;
}
h2.address {
	margin-left: 640px;
	background:url(images/addressHeadline.png) no-repeat;
	width: 165px;
	height: 35px;
	text-indent:-9999px;
}
address {
	margin-left: 640px;
	padding-left: 20px;
	border-left: 10px solid #0085ff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	line-height:3em;
}
form {
	clear: both;
	margin-bottom:30px;
}
/* form styling */
#wufooForm {
	float: left;
	width: 620px;
	border-left:10px solid #0085ff;
	margin-bottom: 20px;
	padding-left: 20px;
}

/* footer */

#footer {
	clear: both;
	padding:20px;
	margin-bottom: 20px;
	background: url(images/grad-bg.jpg) repeat-x;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	overflow: hidden;
}
#footer p {
	float: left;
}
#footer p, #footer ul {
	font-size: 10px;
}
#footer ul {
	float: right;
}
#footer ul li {
	display: inline;
	margin-left: 15px;
}
#footer ul li a {
	color: white;
	text-decoration:none;
}
#footer ul li a:hover {
	text-decoration: underline;
}
#footer ul li.current_page_item a{
	color: #0085ff;
}
/* Other tags */

abbr {
	border-bottom: 1px dotted white;
	cursor: default;
}


/* were inline */
#portfolio-nav ul a {padding-bottom: 0; margin-bottom:0;}
#portfolio-nav ul li a {padding-bottom: 0; margin-bottom:0;}