* {
	margin: 0;
	padding: 0;
}

body {
	height: 100%;
	background: #424856 url('../img/stripes.png') repeat;
	font-family: Century Gothic, Futura, AppleGothic, sans-serif;
	color: #bbc;
}

/* LAYOUT AND DIVS */

#bg {
	width: 100%;
	background: url('../img/bar.png') repeat-x;
	background-position: 0 20px;	
}

#wrapper {
	position: relative;
	overflow: auto;
	margin: 0 auto;
	padding: 0 0 0 40px;
	width: 960px;
}

#branding {
	padding-top: 15px;
	font-family: Century Gothic, Futura, AppleGothic, sans-serif;
}

#container {
	float: left;
	width: 650px;
	text-align: center;
	margin: -20px 0 0 20px;
}


/* Menu */
#menu {
	float: left;
	text-align: center;
	margin-top: 60px;
	padding: 10px 0 20px 0;
	width: 9em;
	font-family: Century Gothic, Futura, AppleGothic, sans-serif;
	background: url('../img/1px-transparent.png') repeat;
	border: 1px dotted #667;
}
#menu ul {
	list-style: none;	
}
#menu a {
	display: block;
	padding: 0 0.8em;
	margin: 0.4em auto;
	color: #FFF;
	font-size: 1.3em;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 100;
	border-bottom: 1px dotted #424856;
}

/* different menu hover states */
#menu .home:hover {
	color: #ff9600;
	text-decoration: underline;
}
#menu .blog:hover {
	color: yellow;
	text-decoration: underline;	
}
#menu .services:hover {
	color: #00c6ff;
	text-decoration: underline;
}
#menu .portfolio:hover {
	color: #ff00ea;
	text-decoration: underline;
}
#menu .contact:hover {
	color: #888;
	text-decoration: underline;
}


/* header is enclosed in 2 divs to achieve multiple-border effect */
#header {
	width: 510px;
	background: #2c313d;
	padding: 7px;
	margin: 0 0 10px 10px;
	color: #FFF;
	font-size: 1.0em;
	border: 1px solid #1b1f26;
	border-bottom: 2px solid #1b1f26;
	font-family: Garamond, Hoefler Text, Georgia, serif;
}
#header_content {
	border: 2px solid #667;
	padding: 10px;
	background: url('../img/header_stripes.png') repeat;
}
#header_content h1 {
	font-weight: 100;
	font-size: 1.6em;
	line-height: 2em;
	color: #aab;
}


#content {
	text-align: left;
	padding: 5px 25px 5px 0;
	margin-top: 5px;
	font-family: Century Gothic, Futura, AppleGothic, sans-serif;
}

.p-block { 
	padding: 10px;
	font-family: Century Gothic, Futura, AppleGothic, sans-serif;
}

.list {
	margin-bottom: 5px;
	text-align: center;
}


#footer {
	clear: both;
	border-top: 2px solid #667;
	border-bottom: 1px solid #1b1f26;
	color: #aab;
	background: #2c313d;
	padding: 5px;
	text-align: center;
	font-size: 0.8em;
}

/* ----------- Portfolio Page + classes ------------ */

.portfolio-group {
	margin: 0 10px 25px 10px;
	background: #223 url('../img/1px-transparent.png') repeat;
	padding-top: 2px;
	padding-bottom: 10px;
	border: 1px solid #222;
}

.portfolio-group img {
	margin: 10px 0 0 10px;
	padding: 0;
	border: 4px solid #667;	
}

.portfolio-group img:hover {
	border: 4px solid #FFF;	
}

.disclaimer {
	float: right;
	color: #6ae8ff;
	font-size: 0.7em;	
}

/* ----------- Contact Form + classes ------------ */

#outer-box {
	width: 510px;
	margin: 5px 0 20px 10px;
	padding: 7px;
	background: #2c313d;
	color: #FFF;
	font-size: 1.0em;
	border: 1px solid #1b1f26;
	border-bottom: 2px solid #1b1f26;
	-moz-box-shadow: 1px 1px 5px #111;
}

.contactForm {
	border: 2px solid #667;
	padding: 25px 25px 15px 25px;
	background: url('../img/header_stripes.png') repeat;
	word-wrap: break-word;
}
.contactForm fieldset { border: none; }

.contactForm legend { 
	padding:0 10px; 
	margin-left:20px; 
	color:#b4de73;}
.contactForm ul { 
	margin:0;  
	list-style:none;}
.contactForm ul li {
	clear:both; 
	background:none; }
.contactForm ul label { 
	display:block; 
	float:left; 
	width:180px; 
	padding:3px 0;
	font-family: Century Gothic, Futura, AppleGothic, sans-serif;
	text-transform: uppercase;}
.contactForm .txtField  {
	display:block; 
	float:left; 
	padding:3px; 
	width:260px; 
	margin:5px 0 7px 0;
	font: 1em "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	color:#477500;
	outline:none;}
.contactForm .txtField:hover, .txtField:focus, .txtField:active { 
	border-color:#425274; 
	background:#dde3ee;}
em {
	font-size:0.9em; 
	color:#ff9600; 
	font-style:normal;
	text-transform: lowercase;}
.contactForm .send { 
	width:174px; 
	height:35px;
	padding-bottom:10px;
	background: none;
	text-align:center; 
	border:none; 
	margin:15px 0 0px 0; 
	border:none;
	color: #c2f671;
	font: 1.2em Century Gothic, Futura, AppleGothic, sans-serif;
	text-transform: uppercase;
	margin-left:210px; 
	color:#FFFFFF;   }
.contactForm .send:hover {
	cursor:pointer;
	text-decoration: underline;
	color:#ff9600;}
.contactForm.request fieldset {
	border:1px #5b8a10 solid; 
	padding:5px;}
.contactForm fieldset.extra { margin-top:15px; }
.contactForm .file {
	display:block; 
	float:left; 
	padding:3px; 
	width:260px; 
	margin:5px 0 7px 0;
	font: 1em "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;}
.mail_icon {
	float: left;
	margin: -150px 0 0 15px;	
}

#inner-box {
	border: 2px solid #667;
	padding: 25px 25px 15px 25px;
	background: url('../img/header_stripes.png') repeat;
	color: #aab;
}

#thank-you a {
	font: 0.7em Century Gothic, Futura, AppleGothic, sans-serif;
}


/* GLOBAL TYPOGRAPHY AND CLASSES */

h1 { /* branding at top of page */
	color: #FFF;
	font-size: 1.6em;
	line-height: 2.3em;
}

h2 { /* titles in main content */
	display: block;
	color: #FFF;
	width: 13em;
	text-decoration: none;
	font-size: 1.5em;
	font-weight: 100;
	padding: 0.5em 0.5em;
	margin: 10px 0;
	font-family: Garamond, Hoefler Text, Georgia, serif;
	border: 1px solid #667;
}

h2:hover {
	background: #414358;	
}

h3 { /* list of services */
	display: block;
	font-weight: 100;
	padding: 0.4em 0.7em;
	margin: 10px 10px 0 10px;
	background: #2c313d url('../img/header_stripes.png') repeat;
	border: 4px solid #667;
}

h3:hover {
	background: #333b49;	
}

p {
	font-size: 1.0em;
	color: #ccd2dd;
	margin: 5px 0 20px 25px;
}

p.indented {
	padding-left: 18px;	
}

a {
	text-decoration: none;
	color: #bbc;
}

p a, #footer a {
	text-decoration: none;
	border-bottom: 1px dotted #FFF;
	text-transform: uppercase;
	color: #FFF;
}

.title {
	margin-top: 10px;
	font-size: 3.6em;
	font-weight: 500;
	line-height: 1.4em;
}

.subtitle {
	color: #c1c4cc;
	font-size: 2.0em;
	font-weight: 800;
	line-height: 0;
	text-transform: uppercase;
}

.home_title {
	padding: 5px 10px;
	margin-bottom: 5px;
	font-size: 1.6em;
	font-weight: 800;
	font: Century Gothic, Futura, AppleGothic, sans-serif;
	letter-spacing: -.06em;
	text-transform: uppercase;
}

.h2-larger {
	font-size: 1.3em;	
}

.qmark {
	font-weight: 100;
	font-family: Georgia, Baskerville, "Goudy Old Style", serif;
}

.white {
	color: #FFF;	
}

.orange {
	color: #ff9600;	
}

.teal {
	color: #00c6ff;
}

.magenta {
	color: #ff00ea;
}

.grey {
	color: #888;
}

.kern-less {
	letter-spacing: -0.05em;
}

.kern-more {
	letter-spacing: 0.05em;	
}

.padding-5px {
	margin: 0;
	padding-top: 5px;	
}

.warning {
	color: red;	
}

.service-title {
	margin-top: -15px;
	display: block;
	padding: 0;
	font-size: 1.6em;
	font-weight: 800;
	font: Century Gothic, Futura, AppleGothic, sans-serif;
	letter-spacing: -.1em;
	text-transform: uppercase;
}

span.asterisk {
	font-family: Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", serif;
	font-weight: 100;
	font-style: italic;
	text-decoration: none;
	color: #ff00ea;
}

/* credit goes to SimpleBits.com for ampersand font stack */
span.amp {
	font-family: Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", serif;
	font-weight: normal;
	font-style: italic;
	font-size: 1.1em;
	text-decoration: none;
	color: #fff;
	}