@charset "UTF-8";

/* CSS - Chad Ritchie
	http://chadritchie.net */
	
	
/* BEGIN RESET */

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, b, u, i, center, 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: baseline;
	background: transparent;
}

body {
	margin: 0 auto;
	padding: 25px;
	background: #333;
	font: normal 100%/1.5 Helvetica, Arial, sans-serif;
	color: #999;
}

ol, ul { list-style: none; }

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 16px;
	font-weight: normal;
	text-align: left;
}

/* END RESET  */


/*  BASIC SETUP */
a img { border: none; }

a { outline: none; }

/* TYPOGRAPHY */
h1 {
	font-size: 28px;
	color: #999;
	font-weight: normal;
	padding-bottom: 40px;
	line-height: normal;
}

.h1_strong {
	font-size: 36px;
	color: #FFF;
}

h2 {
	font-size: 22px;
	color: #FFF;
	font-weight: normal;
	text-indent: 25px;
	line-height: 4;
	border-left: 10px inset #666;
	margin-top: 15px;
	margin-bottom: 15px;
}

h3 {
	font-size: 18px;
	line-height: 5;
	color: #CCC;
}

h4 { font-size: 16px; }

h5 { font-size: 14px; }

h6 { font-size: 12px; }

p {
	font-size: 14px;
	line-height: 1.5;
}

a {
	color: #09F;
	text-decoration: none;
}

a:hover { color: #6C0; }

/* STRUCTURE */
body {
	margin: 0;
	padding: 0;
	font: 10px normal Arial, Helvetica, sans-serif;
	background: #111 url(../images/body_bg.jpg) repeat-x;
}

.container {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

#header {
	background: url(../images/header.jpg) no-repeat center top;
	padding-top: 120px;
}

#header img { margin: 20px 0 10px; }

#content {
	text-align: left;
	padding: 25px;
	margin: 50px 0;
	background: url(../images/background.png) repeat;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	min-height: 520px;
}

#about { }

#about img {
	float: right;
	padding-right: 25px;
	clear: both;
	margin-top: -75px;
	z-index: 9999;
}

#about p {
	padding-right: 420px;
	line-height: 2;
	padding-left: 50px;
}

#services {
	width: 675px;
	margin: 0 125px;
	height: 100%;
}

#services a {
	color: #09F;
	text-decoration: none;
}

#services p {
	padding-left: 150px;
	margin-top: -20px;
}

#services h3 { padding-left: 150px; }

#services h4 {
	margin-top: 40px;
	padding-left: 75px;
}

ul#service li {
	font-size:14px;
	list-style: url(../images/symbolcheck.png) inside;
	padding-top: 20px;
	padding-left: 75px;
}


#portfolio { }

#portfolio li {
	list-style: url(../images/portfolio.png) inside;
	font-size: 24px;
	color: #666;
	text-indent: 24px;
	padding-top: 25px;
	height: 30px;
}

#portfolio li a {
	text-decoration: none;
	color: #999;
}

#portfolio li:hover {
	list-style: url(../images/symbolcheck.png) inside;
	text-decoration: none;
	color: #999;
}

#footer { }

/* NAVIGATION */
ul.topnav {
	list-style: none;
	padding: 0 20px;
	margin: 0;
	float: left;
	width: 920px;
	background: #222;
	font-size: 14px;
	background: url(../images/topnav_bg.jpg) repeat-x;
}

ul.topnav li {
	float: left;
	margin: 0;
	padding: 0 35px 0 0;
	position: relative; /*--Declare X and Y axis base--*/
}

ul.topnav li a {
	padding: 10px 5px;
	color: #fff;
	display: block;
	text-decoration: none;
	float: left;
}

ul.topnav li a:hover { background: url(../images/topnav_hover.jpg) no-repeat center top; }

ul.topnav li span { /*--Drop down trigger styles--*/
	width: 17px;
	height: 35px;
	float: left;
	background: url(../images/subnav_btn.png) no-repeat center top;
}

ul.topnav li span.subhover {
	background-position: center bottom;
	cursor: pointer;
} /*--Hover effect for trigger--*/

ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0;
	top: 35px;
	background: #333;
	margin: 0;
	padding: 0;
	display: none;
	float: left;
	width: 170px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border: 1px solid #111;
}

ul.topnav li ul.subnav li {
	margin: 0;
	padding: 0;
	border-top: 1px solid #252525; /*--Create bevel effect--*/
	border-bottom: 1px solid #444; /*--Create bevel effect--*/
	clear: both;
	width: 170px;
	z-index: 1000;
}

html ul.topnav li ul.subnav li a {
	float: left;
	width: 145px;
	background: #333 url(../images/dropdown_linkbg.png) no-repeat 10px center;
	padding-left: 20px;
}

html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/ background: #222 url(../images/dropdown_linkbg.png) no-repeat 10px center; }

/* LAYOUT TOOLS */
.floatLeft { float: left; }

.floatRight { float: right; }

.clear { clear: both; }

.layoutCenter { margin: 0 auto; }

.textCenter { text-align: center; }

.textRight { text-align: right; }

.textLeft { text-align: left; }

/*


/* DISPLAY VALUES */
.hide { display: none; }

.show { display: block; }

.invisible { visibility: hidden; }

/*CONTACT FORM*/
fieldset { border: none; }

input, textarea {
	outline: none;
	color: #999;
}

#contact {
	width: 800px;
	margin: 0 auto;
	min-height: 600px;
}

form { padding: 0px 0 0 76px; }

#formLeft {
	width: 360px;
	float: left;
}

#formLeft input {
	width: 250px;
	margin: 0 0 20px 0;
	border: none;
	text-align: center;
	background: none;
	margin: 13px 0 0 8px;
	font-size: 1.4em;
}

#formLeft .input-bg {
	background: #333;
	height: 45px;
	margin-bottom: 10px;
	position: relative;
}

#formLeft .active { background: #666; }

#formRight {
	width: 360px;
	float: left;
	padding-right: 44px;
}

#formRight textarea {
	width: 298px;
	height: 209px;
	display: block;
	border: none;
	background: none;
	margin: 0 0 0 20px;
	padding: 13px 0 13px 0;
	overflow: auto;
	font: 16px Helvetica, sans-serif;
}

#formRight .message-bg {
	background: #333;
	height: 238px;
}

#formRight .active { background: #666; }

label {
	display: block;
	font-size: 16px;
	text-indent: 10px;
	font-weight: bold;
}

label.error {
	position: absolute;
	top: -16px;
	right: 49px;
	padding: 3px;
	color: #da3939;
	font-size: 1.0em;
	text-align: right;
	font-style: italic;
	font-weight: normal;
}

input.submit-button {
	float: right;
	padding-top: 30px;
}

/*  
Sticky Footer
*/

* {
	margin:0;
	padding:0;
}


html, body, #container { height: 100%; }

body > #container {
	height: auto;
	min-height: 100%;
}

#content { padding-bottom: 150px; }  /* must be same height as the footer */

#footer {
	position: relative;
	margin-top: -150px; /* negative value of footer height */
	height: 150px;
	clear:both;
	background: #151515;
	border-top: 1px solid #999;
}
#footer h6 {
	font-weight: normal;
	text-align: center;
	padding-top: 15px;
	line-height: 1.5;
}

ul#footer_nav {
	color: #999;
	text-align: center;
	padding-right: 30px;
	margin-top: 20px;
	list-style: none;
}
ul#footer_nav a {
	font-size: 12px;
	text-decoration: none;
}

ul#footer_nav li {
	display: inline;
	padding: 15px;
}

/* CLEAR FIX*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix { display: inline-block; }

ul#social {
	position: fixed;
	margin-top: 160px;
}

li#facebook { list-style: url(../images/facebook.png); }

li#flickr { list-style: url(../images/flickr.png); }

li#LastFM { list-style: url(../images/lastfm.png); }

li#LinkedIn { list-style: url(../images/linkedin.png); }

li#twitter { list-style: url(../images/twitter.png); }

#twitter {
	font-size: 13px;
	background: url(../images/twitter_bubble2.png) no-repeat scroll center bottom;
	float: right;
	height: 110px;
	width: 245px;
	padding: 20px 20px 50px 20px;
	position: absolute;
	top: 60px;
	right: 80px;
	text-align: center;
}

.twitter_heading {
	font-size: 16px;
	line-height: 1.5;
	color: #CCC;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	text-align: left;
}

#twitter #twitter_update_list {
	list-style: url(../images/twitter_17x17.png) inside;
	line-height: 1.3;
}

.contact_indicatesRequiredField {
	text-indent: 20px;
	margin-bottom: 50px;
}

#footer_icons {
	text-align: center;
	margin: 15px 0;
}

#footer_icons a img {
	padding: 0 7px;
}

#google_call {
	padding-left: 45px;
	padding-top: 15px;
}
#sitemap li {
	list-style: url(../images/symbolcheck.png) inside;
	font-size: 16px;
	color: #666;
	text-indent: 24px;
	padding-top: 15px;
	height: 20px;
	padding-left: 100px;
}

#sitemap_contact {
	clear: left;
	float: left;
	margin-left: 35px;
	margin-top: 25px;
	font-style: normal;
}
