@charset "UTF-8";
/* CSS Document */

/* Eric Meyer's Reset Reloaded */
/* http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
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, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


body {
	background: #000;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 13px;
}
.wrap {
	margin: 0 auto /* 1.2em */;
	width: 960px;
	background: transparent;
	clear: both;
}


.clear {
	clear: both;
}

h2 {
	font-size: 1.3em;
	font-weight: normal;
}

h3 {
	color: #68a2ac;
	font-size: 2em;
}

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

a:hover {
	color: #68a2ac;
}

#header {
	background: url('../assets/stripe.png') repeat 0 0;
	padding: .5em 0 .5em .5em;
	/* margin-bottom: 10px; */
	height: 150px;
	border-bottom: 1px solid #ececec;
}

#header h1 {
	background: url('../assets/logo.png') no-repeat;
	color: #ececec;
	width: 321px; height: 107px;
	float: left;
	margin: 2em 0;
}

#header h1 a {
	display: block;
	text-indent: -9999px;
	width: 321px; height: 107px;	
}
ul#menu {
	float: right;
}

ul#menu li {
	float: left;
	display: inline;
}

ul#menu li a {
	border-right: 1px dotted #ececec;
	display: block;
	padding: 0 1em;
	text-decoration: none;
	color: #ececec;
}

ul#menu li .last {
	border-right: none;
}

ul#menu li a:hover {
	color: #68a2ac;
}

#header .portrait {
	margin: 2.1em 0 0 1em;
	padding: 0;
	border: 2px solid #333;
}

#header .portrait:hover {
	border: 2px solid #ececec;
}

/* SKILLS */

#skills {
	width: 960px;
	text-align: center;
	color: #ececec;
	font-size: 1.2em;
}


ul.skills li {
	display: inline;
	padding: 0 1em;
}

ul.skills li a {
	color: #ececec;
	text-decoration: none;
}

ul.skills li a:hover {
	color: #68a2ac;
}



/* BODY */

#content {
	background: #000;
	color: #ececec;
	padding: 1.1em 0;
}

.cameraedit {
	font-size: 1.5em;
}

#content .img {
	background: #333;
	width: 200px;
	height: 298px;
	float: left;
	margin: 1.5em 4.2em 0;
	border: 2px solid #333;
}

#content .img:hover {
	border: 2px solid #ececec;
}


.desc {
	color: #ececec;
	float: left;
	margin: .5em 4.2em 0;
	width: 200px;
}

.desc h3 {
	color: #68a2ac;
	line-height: 2em;
	text-align: center;
	font-size: 1.2em;
}



.desc h4 {
	color: #ececec;
	font-size: 1.1em;
	text-indent: 0em;
	font-weight: normal;
}

#press {
	position: relative;
}

#dropdown {
	position: absolute;
	background: #000;
	bottom: -9em;
	left: 4.1em;
	z-index: 50;
	display: none;
	width: 180px;
	text-align: left;
	border-bottom: 1px solid #ececec;
	list-style: none;
	overflow: hidden;
}

#dropdown li {
	border: 1px solid #ececec;
	border-bottom: none;
	padding: 3px;
}

#press:hover #dropdown {
	display: block;
}


#content li {
	line-height: 1.5em;
}

#content li a {
	color: #ececec;
	text-decoration: none
}

#content li a:hover {
	color: #68a2ac;
}

.desc img {
	margin: 1em 0 0 3em;
}

/* QUICK INFO */

#primary {
	/*position: relative;*/
	color: #ececec;
	width: 47%;
	float: left;
	padding: 1em 0 5em;
}

div#primary.about {
	color: #ececec;
	width: 100%;
	float: left;
	margin-bottom: 5em;
	padding: 1em 0 5em;
}

#primary h2 {
	margin-bottom: .5em;
}

#primary p {
	line-height: 1.3em;
	font-size: 1.1em;
}

#primary a {
	color: #68a2ac;
}

#primary a:hover {
	text-decoration: underline;
}

img {
	float: left;
	padding: 0 .8em 0 0;
}

/* CLIENT */

#secondary {
	color: #ececec;
	width: 46%;
	float: right;
	padding: 1em;
}

#secondary.clients {
	color: #ececec;
	width: 20%;
	float: right;
	padding: 1em;
}

#secondary ul {
	margin-left: 1.5em;
}
#secondary li {
	list-style: disc;
}


/* CONTACT */

#contact {
	color: #ececec;
	width: 46%;
	float: right;
	padding: 1em;
}

label {
	float: left;
	
}

input {
	width: 250px;
	margin-bottom: 1em;
	border: .15em solid #333;
	padding: .3em;
}

textarea {
	height: 225px;
	margin-bottom: 1em;
	border: .15em solid #333;
	padding: .3em;
}

.button {
	width: 100px;
	background: #333;
	border: 1px solid #333;
	color: white;
	margin-bottom: 1em;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	cursor: pointer;
}

.button:hover {
	color: #68a2ac;
}

/* FOOTER */

#footer {
	/*background: url('../assets/stripe.png') repeat 0 0;*/
	border-top: 1px solid #ececec;
	height: 2em;
	margin-top: 1em;
}

#footer p {
	color: #ececec;
}
