/**********
 Pipebox.ca CSS
 Author: Graham Schmidt
 http://www.pipebox.ca
 **********/

/**********
 HTML redefined 
 **********/
body {
	background-image: url(../images/bg/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #0096db;
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	line-height: 130%;
}

p, li {
	padding-bottom: 0.5em;
}

img {
	border: none;
}

a, a:link {
	color: #66ccff;
	text-decoration: underline;
}

a:visited {
	color: #ccc;
}

a:hover {
	text-decoration: none;
}

h2, h3, h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0;
	line-height: 110%;
	padding-top: 0.5em;
}

h2 {
	font-size: 36px;
	font-weight: bold;
	border-bottom: 1px dotted #66CCFF;
	margin-bottom: 0.5em;
}

h3 {
	font-size: 24px;
	line-height: 80%;
	padding-top: 1em;
}

.subheader {
	font-style: italic;
}

h4 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

/**********
 HEADER sections
 **********/

#top-title-bar {
	position: absolute;
	margin: 0px auto;
	width: 100%;
	top: 0;
	height: 35px;
	background-color: #072538;
	background-image: url(../images/bg/top-title-bar-bg.png);
	background-repeat: repeat-x;
	background-position: top;
	z-index: 10;
}

#top-title-bar-wrapper {
	position: relative;
	margin: 0px auto;
	height: 35px;
	width: 917px;
}

#top-title-bar .title {
	position: relative;
	left: 50px;
	width: 600px;
	top: 8px;
	height: 25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 4px;
	color:#0096db;
	text-transform: uppercase;
}

#menu-bar {
	position: relative;
	margin: 0px auto;
	padding: 0;
	width: 100%;
	top: 60px;
	height: 63px;
	background-color: #f32837;
	background-image: url(../images/bg/top-menu-bg.png);
	background-repeat: repeat-x;
	background-position: top;
	z-index: 20;
}

#header {
	position: relative;
	margin: 0px auto;
	width: 917px;
	height: 63px;
}

#pipebox {
	position: absolute;
	margin: 0;
	left: -30px;
	top: -50px;
}

#logo {
	position: absolute;
	margin: 0;
	left: 170px;
}

/**********
 Container sections
 **********/

#container {
	margin: 0px auto;
	width: 970px;
	position: relative;
	top: 110px;
	padding: 0;
}

/**********
 Content
 **********/

#top-corners {
	margin: 0px auto;
	padding: 0;
	background-image: url(../images/bg/top-rounded-corners.png);
	background-position: top;
	background-repeat:no-repeat;
	width: 917px;
	height: 9px;
}

#content {
	position: relative;
	margin: 0px auto;
	background-color: #003a69;
	background-image: url(../images/bg/middle-bg.png);
	background-position: top;
	background-repeat:no-repeat;
	width: 817px;
	padding: 50px;
	padding-top: 30px;
}

#content-wrapper {
	margin: 0px auto;
	padding: 0;
	overflow: hidden;
	width: 750px;
}

.return-link {
	float: left;
	padding: 3px;
	padding-bottom: 10px;
}

.paging {
	float: right;
	padding: 3px;
}

/**********
 FEATURED PROJECTS THUMBS
 **********/

.featured-thumb {
	float: left;
	position: relative;
	display: block;
	margin: 20px;
	background-image: url(../images/featured-thumbs/featured-thumbs-back.png);
	background-position: top;
	background-repeat: no-repeat;
	width: 318px;
	height: 190px;
}

.featured-thumb-pic {
	border: 1px solid #11436a;
	margin: 16px;
	margin-top: 10px;
}

.featured-thumb h4 {
	padding-left: 16px;
	padding-top: 18px;
}

.featured-thumb a, .featured-thumb a:link, .featured-thumb a:visited {
	color: #fff;
	text-decoration: none;
}

.featured-thumb a:hover {
	text-decoration: underline;
}

/**********
 FEATURED PROJECTS BIG
 **********/
 
.featured-big {
	background-image: url(../images/featured-big/featured-thumbs-big.png);
	background-position: top;
	background-repeat: no-repeat;
	width: 850px;
}

.featured-big-pic {
	border: 1px solid #11436a;
	margin: 39px;
}

h3.featured-big-title {
	padding-bottom: 10px;
}


/**********
 FORMS
 **********/
.text-input {
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 110%;
	padding: 3px;
	border: 1px solid #b5b8c8;
} 

/**********
 FOOTER
 **********/

#footer-wrapper {
	background-color: #000;
	border-top: 1px #fff solid;
	margin: 0px auto;
	margin-top: 100px;
	padding: 0;
	width: 100%;
	position: relative;
	clear: both;
	min-height: 200px;
}

#footer {
	font-size: 11px;
	margin: 0px auto;
	margin-top: 40px;
	width: 900px;
	position: relative;
	clear: both;
	color: #fff;
	overflow: hidden;
}

#footer a, #footer a:link {
	color: #fff;
}

#left-footer {
	float: left;
	width: 50%;
	line-height: 180%;
}

#left-footer p {
	line-height: 180%;
}

#left-footer h3 {
	padding-top: 0.3em;
	margin: 0;
}

#left-footer h3 a:link, #left-footer h3 a:visited {
	text-decoration: none;
}

#left-footer h3 a:hover {
	text-decoration: underline;
}

#right-footer {
	width: 49%;
	margin-left: 50%;
	text-align: right;
	line-height: 100%;
}

#right-footer .validator-link a:link, #right-footer .validator-link a:visited {
	color: #ff9999;
}

/**********
 IMAGES
 **********/
 
.porfolio-thumb {
	background: url(../images/bg/port-thumb-bg.png);
	background-position: top left;
	padding: 25px;
	margin-left: -10px;
}

.profile-pic {
	position: relative;
	float: right;
	margin-left: 20px;
	margin-right: -10px;
	margin-top: -15px;
}

/**********
 LINKS
 **********/
 
.portfolio-item a, .portfolio-item a:link {
	color: #0066FF;
}

a .portfolio-item, a:link .portfolio-item {
	color: #0066FF;
}
