/* 
* Title: Main Style Sheet 
* For: html 
* Site: cruciald.com
* Author: John Cole 
* Last Modified: 08.01.2010
*/
/* @group global reset */
/* Don't forget to set a foreground and background color on the 'html' or 'body' element! For more information on the current state of Global Reset visit http://meyerweb.com/eric/thoughts/2007/04/12/reset-styles 
*/
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, 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: inherit;  
font-style: inherit;  
font-size: 100%;  
line-height: 1;  
font-family: inherit;  
text-align: left;  
vertical-align: baseline;
}

a img, :link img, :visited img 
{  
border: 0;
}

table 
{  
border-collapse: collapse;  
border-spacing: 0;
}

ol, ul 
{  
list-style: none;
}

q:before, q:after,blockquote:before, blockquote:after 
{  
content: "";
}

.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}



/* @end global reset */

/* defaults */

body {
  background: #fff;
  color: #c0c0c0;
  margin: 0;
  padding: 0;
  font-family: Tahoma, Verdana, sans-serif;
  font-size: 12px;
  text-align: center;/*this is in place to center in older browsers*/
}

p {
	line-height: 125%;
}


a{
	text-decoration: none;
	color: #ff981e;
}


.container {
width: 1000px;
margin: 0 auto;
}


/* end defaults */

/* header */

#header {
	background: url('images/cranes.jpg') no-repeat right top;
	width: 100%;
	border-bottom: solid 1px #f2f2f2;
	padding-bottom: 25px;
	
}

#nav {
	margin-left: 50px;
	padding-top: 15px;
}


#nav a.active {
	color: #464646;
	font-weight: bold;
}

#nav a.active:hover {
	color: #ff981e;
}

#nav a.inactive {
	color: #c0c0c0;
}

#nav a.inactive:hover {
	color: #ff981e;
}

#branding {
	margin-left: 50px;
	margin-top: 30px;
}


#saying {
	margin-top: 25px;
	margin-left: 50px;
	margin-right: 50px;
	color: #898989;
	font-size: 32px;
}

#saying p {
	line-height: 125%;
	text-align: justify;
}

#saying em {
	color: #464646;
}

/* end header */

/* main */

#main {
	margin-top: 50px;
}


/* sidebar */

#sidebar {
	width: 180px;
	padding: 10px;
	float: left;
	background-color: #ececec;
	color: #898989;
	margin-bottom: 20px;
}

#sidebar p {
	margin-bottom: 10px;
	font-size: 14px;
}

#sidebar #stand_out {
	width: 177px;
	height: 84px;
	text-indent: -1000em;
	background-image: url('images/stand_out.jpg');
	margin-bottom: 10px;
}

#sidebar h3 {
	color: #ff981e;
	font-size: 18px;
	font-family: arial, verdana, sans-serif;
	margin-bottom: 10px;
	font-weight: bold;
}

#sidebar #contact {
	width: 77px;
	height: 20px;
	text-indent: -1000em;
	background: url('images/contact.jpg');
	margin-bottom: 5px;
}

#sidebar #design {
	width: 65px;
	height: 29px;
	text-indent: -1000em;
	background: url('images/design.jpg');
	margin-bottom: 5px;
}

#sidebar #build {
	width: 48px;
	height: 23px;
	text-indent: -1000em;
	background: url('images/build.jpg');
	margin-bottom: 5px;
}

#sidebar .button {
	width: 161px;
	height: 20px;
	background: url('images/start_button.jpg');
	padding-top: 5px;
	padding-left: 5px;
	margin-bottom: 10px;
}

#sidebar .button a {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}

/* end sidebar */

/* content */ 

#content {
	
	margin-left: 60px;
	width: 700px;
	float: left;
}

#content p {
	font-size: 16px;
	line-height: 150%;
}

#content #designs_that_stand_out {
	width: 474px;
	height: 74px;
	margin-bottom: 40px;
	text-indent: -1000em;
	background: url('images/designs_that_stand_out.jpg');
}

#content #contact_me {
	width: 474px;
	height: 74px;
	margin-bottom: 40px;
	text-indent: -1000em;
	background: url('images/contact_me.jpg');
}

#content #about_me {
	width: 474px;
	height: 74px;
	margin-bottom: 40px;
	text-indent: -1000em;
	background: url('images/about_me.jpg');
}

/* gallery */

#gallery h2 {
	font-size: 24px;
	color: #555;
	margin-bottom: 10px;
}

.thumb {
	overflow: hidden;
	float: left;
	position: relative;
	margin-bottom: 50px;
}

.thumb img {
	padding: 10px;
	background-color: #ececec;
}

.thumb a {
	float: left;
}

.thumb a .more {
	position: absolute;
	right: 10px;
	bottom: 10px;
	font-size: 16px;
	color: #ececec;
	background: #111;
	padding: 5px 10px;
	filter:alpha(opacity=95);
	opacity:.95;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)"; /*--IE 8 Transparency--*/
}


.thumb a:hover .desc {
	display: block;
	font-size: 12px;
	padding: 10px;
	background: #111;
	filter:alpha(opacity=95);
	opacity:.95;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)"; /*--IE 8 Transparency--*/
	color: #ececec;
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 10px;
	margin: 10px;
	width: 700px;
	border-top: 1px solid #999;
}

.thumb a .desc {
	display: none;
}

.thumb a .desc h2 {
	font-size: 24px;
	margin-bottom: 10px;
	color: #efefef !important;
}

.thumb a .desc p {
	line-height: 125%;
	margin-bottom: 5px;
	color: #959595;
}

.thumb a:hover .more {
	visibility: hidden;
}


/* end gallery */

/* contact */

.contact {
	
}

.contact p {
	margin-bottom: 20px;
	line-height: 150%;
	font-size: 16px;
}

input[type='text'], textarea, input[type='submit'] {
	padding: 5px;
	color: #d6d6d6;
	border: 1px solid #d6d6d6;
	font-size: 16px;
	font-family: tahoma, arial, sans-serif;
}

input[type='submit'] {
	color: #fff !important;
	font-weight: bold;
	background-color: #ff981e;
	border: none;
}

/* end contact */

/* end content */

/* end main */

/* footer */

#footer {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #d6d6d6;
	background-color: #e8e8e8;
	margin: 0;
	text-align: center;
}

#footer p {
	width: 100%;
	text-align: center;
}

/* end footer */
