
/*  

	++++++++++	+++++++++++		+++++       +++++	+++++       +++++       
	++++++++++	+++++++++++		++++++     ++++++	++++++     ++++++
		   +++	+++				+++ +++	  +++ +++	+++ +++   +++ +++
		   +++	+++				+++	 +++ +++  +++	+++  +++ +++  +++
	++++++++++	+++++++++++		+++	  +++++   +++	+++   +++++   +++
	++++++++++	+++++++++++		+++    +++    +++	+++    +++    +++
		   +++		    +++		+++     +     +++	+++     +     +++
		   +++		    +++		+++           +++	+++           +++
	++++++++++	+++++++++++		+++           +++	+++           +++
	++++++++++	+++++++++++		+++           +++	+++           +++
	
													
/*  
 ====================================================================
				client:				mydreamworksconstruction.com
				css author:			steve scavo
				began on:			11/05/06
=====================================================================
*/

@import url("reset.css");




/* ------------- GLOBALS -------------*/


* { 
	outline:none;
	}
			
body {
	background:#fff url(../img/desk.jpg) repeat top center scroll;
	font: small "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #353535;
	}
	


/* ------------- TYPE -------------*/
	
a {
	text-decoration:none;
	cursor:pointer;
	color:#B5584A;
	}
a:hover {
	color: #444;
	background-color:#F4EF96;
	}

address {
	margin-bottom:1em;
	}

blockquote {
	width:100%;
	text-indent:40px;
	padding:10px 0 2em;
	margin:0;
	background:url(../img/quote.gif) no-repeat;
	border-bottom:1px dashed #ccc;
	}
	
em, i {
	margin-right:3px;
	}

h1, h2, h3, h4, h5, h6 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000;
	letter-spacing:-0.05em;
	text-transform:uppercase;
	text-shadow: #bbb 0.2em 0.2em 0.4em;
	margin-bottom:0.5em;
	}
h1 {
	font:bold 1.3em "Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#222;
	text-transform:none;
	margin-bottom:1em;
	letter-spacing:0.03em;
	}
	
h2 {
	font-size:1.05em;
	color:#BC695C;
	letter-spacing:0.05em;
	margin-top:.9em;
	}
	
h3 {
	font-size:1em;
	}


	
	
/*-------------- MAIN ELEMENTS ---------------*/


#container {
	width: 790px;
	margin:0 auto;
	}

#wrapper {
	width:790px;
	height:730px;
	margin:0 auto;
	background:#fff url(../img/bg_desk.jpg) no-repeat top center scroll;
	}
	
#header {
	position:relative;
	width:100%;
	height:200px;
	}

#inner {
	position:relative;
	width:100%;
	}

#left {
	position:relative;
	float:left;
	width:270px;
	height:335px;
	text-align:right;
	border-right:1px dashed #999;	
	}

#content {
	float:right;
	width:450px;
	height:355px;
	}
	html>body #content { margin-right:30px; }
	
#footer {
	clear:both;
	position:relative;
	width:100%;
	height:100px;
	margin:20px 0 0;
	padding:20px 0 0;
	text-align:center;
	}
	
	
	
	
/*---------- HEADER STYLING -----------*/

#header span.logo {
	position: absolute;
	top: 90px;
	left: 25px;
	width: 293px;
	height: 82px;
	text-indent: -9999px;
	}
	
#header span.logo a	{
	display: block;
	width: 293px;
	height: 82px;
	}
	html>body #header span.logo a { background:url(../img/logo.png) no-repeat top left; }

#header h1 {display:none;}

#header span.photo {
	position: absolute;
	top: 0px;
	left:405px;
	height:187px;
	text-indent: -9999px;
	display:block;
	}
	
#header span.photo a {
	display: block;
	width: 240px;
	height: 187px;
	}
	html>body #header span.photo a { background:url(../img/btn_gallery.png) no-repeat; }
	
#header span.photo a:hover { background-color:transparent; }

#header span.logo a:hover { background-color:transparent; }
	
#flash {
	 margin-left:400px;
	 width:350px;
	 height:189px;
	 }




/* ----------- NAV / MENU ------------- */

#left ul.menu {
	position:absolute;
	top:15px;
	left:35px;
	font-size:small;
	}

#left ul.menu li {
	float:left;
	height:30px;
	display:inline;
	list-style-type: none;
	}
	
#left ul.menu li a {
	display:block;
	height:30px;
	}

#left li.portfolio a {
	width:225px;
	background:url(../img/portfolio.gif) no-repeat 0px 0px;
	}

#left li.portfolio a:hover, #left li.portfolio#currentpage a {
	background:url(../img/portfolio.gif) no-repeat -225px 0px;
	}
	
#left li.letters a {
	width:225px;
	background:url(../img/letters.gif) no-repeat 0px 0px;
	}

#left li.letters a:hover, #left li.letters#currentpage a {
	background:url(../img/letters.gif) no-repeat -225px 0px;
	}
	
#left li.about a {
	width:225px;
	background:url(../img/about.gif) no-repeat 0px 0px;
	}

#left li.about a:hover, #left li.about#currentpage a {
	background:url(../img/about.gif) no-repeat -225px 0px;
	}

#left li.contact a {
	width:225px;
	background:url(../img/contact.gif) no-repeat 0px 0px;
	}

#left li.contact a:hover, #left li.contact#currentpage a {
	background:url(../img/contact.gif) no-repeat -225px 0px;
	}
	
#left li.home a {
	width:225px;
	background:url(../img/home.gif) no-repeat 0px 0px;
	}

#left li.home a:hover, #left li.home#currentpage a {
	background:url(../img/home.gif) no-repeat -225px 0px;
	}

#left ul.menu li span {
	display:none;
	}
	
/* BBB */

#left .bbb a {
	position:absolute;
	top:190px;
	left:180px;
	width:60px;
	height:60px;
	}
	
#left .bbb a:hover {
	opacity: 0.8;
	background:transparent;
	}





/*-------------- CONTENT STYLING ------------*/


.holder {
	float:left;
	margin: 0;
	}

.scroll-pane {
	position: relative;
	float:left;
	width: 440px;
	overflow: auto;
	}
	
#pane {
	height:345px;
	}

#content p {
	font-size:.95em;
	line-height:1.5em;
	margin:0 2em 1em 0;
	text-align:left;
	}
	
#content ul {
	margin:0 0 2em;
	}

#content ul li {
	list-style-image:url(../img/arrow.gif);
	padding-left:1em;
	margin:0.4em 0 0.4em 4em;
	border-bottom:1px dashed #ccc;
	font-size:.95em;
	line-height:1.5em;
	}

#content ul#intro {
	height:171px;
	overflow:hidden;
	}

#content ul#intro li {
	margin:0;
	padding:0;
	border:none;
	list-style-image:none;
	}
	
#content ul#intro li img {
	margin:0 0 0.2em;
	}
	
#content ul#quik_gallery li {
	font-size:1.2em;
	margin-left:2.75em;
	}

blockquote p.quote {
	background:url(../img/quote_last.png) no-repeat right bottom;
	padding-right:37px;
	padding-bottom:6px;
	font-weight:bold;
	font-style:italic;
	display:inline;
	}

.more a {
	float:right;
	width:auto;
	font-weight:bold;
	font-size: 1.05em;
	background:#fff url(../img/arrow.gif) no-repeat center right;
	margin-top:1em;
	padding:0.2em 2em 0.2em 1em;
	text-align:right;
	display:block;
	}
	
.more a:hover {
	background-color:#f5f5f5;
	}
	



/*-------------- FORMS ------------*/

form {
	padding-left:0px;
	font-size:11px;
	}
	
#footer span {
	display:none;
	}
	
form table { width:85%; }
	
input {
	width:300px;
	border:1px dashed #999;
	background-color:#ddd;
	color:#333;
	font-size:11px;
	margin:3px 0px 10px;
	padding:6px 6px;
	}
	
input:focus,
textarea:focus {
	}
	
label {
	line-height:1em;
	display:block;
	clear:both;
	}
	
textarea {
	border:1px dashed #999;
	background-color:#ddd;
	margin:3px 0 0 0;
	padding:6px 6px;
	width:300px;
	height:40px;
	font:11px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#333;
	}
		
.submit,
.submit:focus {
	width:50px;
	height:30px;
	line-height:1em;
	margin:0.5em 0 0 -5px;
	background:transparent;
	border:none;
	cursor:pointer;
	}


/* --- MISC CLASSES AND STYLES --- */

.thumb {
	float:left;
	width:auto;
	border:1px solid #999;
	margin:0 1.2em 0.2em 0;
	padding:3px;
	display:block;
	}
	
.port {
	width:120px;
	height:80px; 
	}

.big {
	font-size:1em;
	line-height:inherit;
	}
	
.byline {
	font-weight:bold;
	font-size:0.85em;
	padding:1em;
	margin:1em;
	background:#f5f5f5;
	float:right;
	}
