@charset "utf-8";
/* CSS Document */

/* 
------------General Styles------------------------------------------------
*/

* {
	background-image: none !important;
	}

html, body {
	height: 100%;
	min-height: 100%;
	}

body {
	background: #000;
	color: #fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding: 28px;
	margin: 0;
}	

a {color:#FFFF00; text-decoration:underline;}
a:visited {color:#FFFFFF; text-decoration:underline;}

p {
	margin-top: 0;
	}
/*
-----------Content Styles---------------------
*/

#header #logo, #header h1 {
	font-size: 2em;
	font-family: "Century Gothic", "Avant Garde", Helvetica, Arial, sans-serif;
	}
	
#header h1 {
	margin-bottom: 1em;
	}
	
#header #logo p, #header h1 {
	margin-top: 0;
	}
	
#header #question, #header #consultation, #header .telephone, #content h1  {
	margin-bottom: 1.3em;
	text-transform: uppercase;
	font-size: 1.1em;
	font-family: "Century Gothic", "Avant Garde", Helvetica, Arial, sans-serif;
	}
	
#header .telephone {
	padding-bottom: 1.5em;
	margin-bottom: 1.5em;
	border-bottom: 1px dotted #fff;
	}
	
#skip {
	font-style: italic;
	}
	
ul li, ul ol {
	line-height: 1.6em;
	}
		
.section {
	padding-top: 1.7em;
	margin-top: 1.7em;
	border-top: 1px dotted #fff;
	text-transform: uppercase;
	font-family: "Century Gothic", "Avant Garde", Helvetica, Arial, sans-serif;
	}
	
#content h1 {
	font-size: 1.6em;
	margin-bottom: 1em;
	padding-top: 0.2em;
	}
	
h2, h3, h4, h5, h6, h7 {
	text-transform: uppercase;
	font-family: "Century Gothic", "Avant Garde", Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	line-height: 2.1em;
	}
	
h3, h4, h5, h6, h7 {
	font-size: 1em;
	text-transform: none;
	line-height: 1.8em;
	}
 
.section p {
	margin-top: 0;
	}
	
#copy p, p#introduction, #footer p, #flashcontent p {
	line-height: 1.6em;
	}
	
#flashcontent p strong {
	font-weight: normal;
	}
	
#contact, #footer {
	padding-top: 1.7em;
	margin-top: 1.7em;
	border-top: 1px dotted #fff;
	}
	
p.utility {
	margin-bottom: 2em;
	}
	
/* Homepage */


#home .section {
	padding-top: 0em;
	margin-top: 0em;
	border-top: none;
	}
	
#home #welcome {
	padding-top: 1.7em;
	margin-top: 1.7em;
	border-top: 1px dotted #fff;
	padding-bottom: 0.3em;
	}
	
#recent_projects {
	display: none;
	}
	
	
/* Custom Pages */
	
.project_item strong {
	font-weight: normal;
	}
	
.first_project_item {
	border-top: 1px dotted #fff;
	margin-top: 1.7em;
	padding-top: 0.3em;
	}
	
.deliverables p {
	padding-bottom: 1.7em;
	margin-bottom: 1.4em;
	border-bottom: 1px dotted #fff;
	}

/* Latest News */

#stories .postInfo {
	font-size: 0.8em;
	margin-bottom: 0.9em;
	margin-top: 0;
	}
	
#stories .postViewInfo {
	padding: 0;
	background-image: none !important;
	border: none;
	font-style: italic;
	font-size: 1em !important;
	margin: 0 !important;
	padding-top: 0.3em !important;
	margin-bottom: 1.5em !important;
	line-height: 1.6em;
	}
	
#stories h1.title {
	font-style: italic;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: none;
	font-size: 0.8em;
	margin-bottom: 1.4em;
	padding-top: 0.4em;
	font-weight: normal;
	}
	
#stories .globalMenu {
	display: none;
	}
	
#stories h1 {
	font-size: 1.1em;
	line-height: 1.7em;
	padding-top: 0;
	}
	
p.return {
	margin-bottom: 1.7em;
	padding-top: 0.4em;
	}
	
#copysidebar .blogList li {
	list-style-position:outside;
	list-style-type: disc;
	}

#copysidebar {
	padding-top: 1.1em;
	margin-top: 0.8em;
	border-top: 1px dotted #fff;
	}

#copysidebar h2 {
	margin-top: 0;
	}

.rss_feed strong {
	font-weight: normal;
	}
	
p.rss_feed {
	padding-top: 0.3em;
	}



/* Things to hide */
	
img, iframe, embed, #TabbedPanels1, #home #content .section, .blogBack, #photo_gallery, #video_production, #virtual_tour  {
	display:none;
	}
