/* CSS Document */

/*  Background Initialization 
------------------------------------------------------------------------------------------*/

body {
	font-family: "Lucida Grande", Verdana, Lucida, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background: #FFF url(../images/logo_vertical.gif) no-repeat fixed 650px top;
	color: #999;
}

/* commented backslash hack \*/ 
html, body {height:100%;} 
/* end hack */

*, html, body {
	margin: 0;
	padding: 0;	
}


/*  CLEARING METHOD  
------------------------------------------------------------------------------------------*/


.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */




/*  Classes and Tags 
------------------------------------------------------------------------------------------*/

h2 {
	font: 1.3em/1 Helvetica, Arial, sans-serif;
	color: #3c3c3c;
	margin: 0 0 8px 0;

}

h3 {
	font: 1.2em/1 Helvetica, Arial, sans-serif;
	color: #585858;
	margin: 0 0 5px 0;
}
	

p {
	

}



acronym { border-bottom: #999 dotted 1px; }

.logo {
	float: left;

}

.siteLaunch {text-align: right; padding: 0 40px 0 0;}

.last { padding-bottom: 15px; } /* last in a list and needs bottom space */

.clear { clear: both; }


/*  SITE LINKS
------------------------------------------------------------------------------------------*/


p a { text-decoration: none; }
a strong { color: #6a6a6a; text-decoration: none; }
a:hover strong { color: #f68a39; text-decoration: none; }

#infoColumn div.projects a, .siteLaunch a { color:#f68a39; text-decoration: none; }
#infoColumn div.projects a:hover, .siteLaunch a:hover { color: #585858; text-decoration: none; }



/*  Content Divs 
------------------------------------------------------------------------------------------*/

#container {
	width: 650px;
	min-height: 100%;
	margin-bottom: -115px;
	height: auto;
	background: transparent url(../images/filmStrip.gif) repeat-y left top;
	font-size: 1.2em;
	line-height: 1;	

}

* html #container { height: 100%;}

#header {
	height: 100px;
	width: 550px;
	background: transparent url(../images/home_logo.jpg) no-repeat 0 0;
	margin: 0 0 0 50px;
	border-bottom: 15px solid #020202;

}

#header h1 {
	text-indent: -9999px;
}

#logo {
	position: absolute;
	width: 80px;
	height: 90px;
	top: 5px;
	left: 60px;
}

#logo a {
	width: 80px;
	height: 90px;
	display: block;
	text-indent: -9999px;
}

#mainContent {
	width: 550px;
	margin: 0 0 0 50px;	
	min-height: 500px;
	overflow: auto;

}

* html #mainContent { height: 100%;}

#mainContent p {
	margin: 0 0 15px 0;
	line-height: 1.7em;

}


#infoColumn {
	width: 355px;  /* still 20px to give in width if needed  */
	float: left;
	margin: 10px 0 0 20px;
	display: inline;	

}

#infoColumn dl dt {
	height: 40px;
	text-indent: -9999px;
	
}

#infoColumn dl dt#who {
	background: url(../images/headers/header_home.gif) no-repeat 0 0;
	margin: 10px 0 0 -20px;

}

#infoColumn dl dt#design {
	background: url(../images/headers/header_design.gif) no-repeat 0 0;
	margin: 10px 0 0 -20px;

}

#infoColumn dl dt#seo {
	background: url(../images/headers/header_seo.gif) no-repeat 0 0;
	margin: 10px 0 0 -20px;

}

#infoColumn dl dt#marketing {
	background: url(../images/headers/header_marketing.gif) no-repeat 0 0;
	margin: 10px 0 0 -20px;

}

#infoColumn dl dt#ecommerce {
	background: url(../images/headers/header_ecommerce.gif) no-repeat 0 0;
	margin: 10px 0 0 -20px;

}

#infoColumn dl dt#hosting {
	background: url(../images/headers/header_hosting.gif) no-repeat 0 0;
	margin: 10px 0 0 -20px;

}

#infoColumn dl dt#portfolio {
	background: url(../images/headers/header_portfolio.gif) no-repeat 0 0;
	margin: 10px 0 0 -20px;

}

#infoColumn dl dt#photos {
	background: url(../images/headers/header_photography.gif) no-repeat 0 0;
	margin: 10px 0 0 -20px;

}

#infoColumn dl dt#about {
	background: url(../images/headers/header_about.gif) no-repeat 0 0;
	margin: 10px 0 0 -20px;

}

#infoColumn dl dt#contact {
	background: url(../images/headers/header_contact.gif) no-repeat 0 0;
	margin: 10px 0 0 -20px;

}

#infoColumn dd.who p, #infoColumn dd.about p, #infoColumn dd.photos p {
	text-align: justify;

}

#infoColumn ul {
	margin: 0 0 15px 20px;

}

#infoColumn ul li {
	margin: 0 0 5px 0;
	line-height: 1.2em;
	list-style: square;
}


#footer {
	width: 550px;
	height: 100px;
	border-top: 15px solid #020202;
	margin: 0 0 0 50px;
	background: transparent url(../images/footer_market.jpg) no-repeat 0 0;
		

}

#clearfooter{ clear:both; height:100px; }



/*  PORTFOLIO STYLING
------------------------------------------------------------------------------------------*/

#infoColumn div.projects {
	border-bottom: 1px dotted #ccc;
	margin: 10px 0 30px 0;

}

#infoColumn div.projects img {
	float: right;
	margin: 0 0 10px 0;
	border: none;
	padding-left: 5px;

}




/*  GLOBAL NAVIGATION STYLES
------------------------------------------------------------------------------------------*/

#navColumn {
	float: right;
	width: 150px;
	margin: 10px 5px 0 0;

}

ul#nav {
	list-style: none;
	margin: 0;
	padding: 0;

}

#nav li, #nav li a {
	height: 30px;
	width: 150px;
	position: relative;
	display: block;
	line-height: 30px;

}

/* mac hide \*/
#nav li, #nav li a { overflow:hidden;}
/* end hide */

#nav a { font-size: 1em;}

li em {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	height: 30px;
	width: 150px;

}

li#homeMenu em { background: url(../images/nav/home.gif) no-repeat 0 0;}
li#projectsMenu em { background: url(../images/nav/projects.gif) no-repeat 0 0;}
li#servicesMenu em { background: url(../images/nav/services.gif) no-repeat 0 0;}
li#photosMenu em { background: url(../images/nav/photography.gif) no-repeat 0 0;}
li#aboutMenu em { background: url(../images/nav/about.gif) no-repeat 0 0;}
li#contactMenu em { background: url(../images/nav/contact.gif) no-repeat 0 0;}

ul#nav li a:hover { visibility: visible;}  /* needed for ie to work */

ul#nav li a:hover em, ul#nav li em.current {
	background-position: 0 -30px;
	border-right: dotted #f68a39 1px;
}


/*  PLANNING FORM STYLES  
------------------------------------------------------------------------------------------*/

form.planning {
	width: 800px;
	margin: 0 auto;
	

}

form.planning .textWidth {
	width: 18em;

}

form.planning fieldset {
	margin-bottom: 10px;
	

}


form.planning fieldset legend {
	padding: 0 5px;
	font-weight: bold;
	font-size: 1.4em;
	

}

form.planning label {
	display: block;
	float: left;
	line-height: 1.2;
	vertical-align: top;
	clear: left;
	padding: 0 5px 0 0;
	
}

form.planning fieldset ol {
	margin: 0;
	padding: 0;

}

form.planning fieldset li {
	list-style: none;
	padding: 5px;
	margin: 0;

}

form.planning fieldset fieldset {
	border: none;
	margin: 3px 0 0;

}

form.planning fieldset fieldset legend {
	padding: 0 0 5px;
	font-weight: normal;
	font-size: 120%;
	color: #999;

}

form.planning fieldset fieldset label {
	display: block;
	width: 597px;
	clear: left;

}

form.planning label {
	width: 200px;  /* Width of labels */

}

form.planning fieldset fieldset label {
	margin-left: 203px  /* Width plus 3px  (html space) */

}

form.planning input.submit {
	margin: 1em;

}

/*  CONTACT FORM STYLES  
------------------------------------------------------------------------------------------*/

dd.contact form li {
	list-style: none;
	padding: 2px;
	margin: 0;
	width: auto;
}

dd.contact form label {
	float: left;
	line-height: 1.5;
	width: 120px;
	display: inline;
	color: #999;

}

dd.contact form input, form select, form textarea {
	background-color: #e2e2e2;
	border: 1px solid #6a6a6a;
	color: #3c3c3c;
	width: 200px;

}

dd.contact form textarea {	
	font-family: "Lucida Grande", Verdana, Lucida, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}

dd.contact form input.submit {
	width: 80px;
	height: 25px;
	text-align: center;
	position: absolute;
	left: 190px;

}

form p.address { 
	padding-top: 4em;
	
 }

