/* --------------------------------------------------------------------- */
/* Browser resets
/* --------------------------------------------------------------------- */ 

body, h1, h2, h3, h4, h5, h6, hr, pre, code, blockquote, form, fieldset,
legend, ul, ol, li, table, caption, th, tr, td, thead, tbody, tfoot, div {
   margin: 0;
   padding: 0;
   line-height: 1.5;
} 

/* --------------------------------------------------------------------- */
/* Basics
/* --------------------------------------------------------------------- */ 

body {
	background: #dddddd url('images/keylime.png');
	color: #000000;
	font-size: 12px;
	font-family: Calibri, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h1, h2, h3, h4 {
	font-family: Calibri, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: normal;
}

h1 {
	color: #ff9a26;
	font-size: 4.5em;
	line-height: 1em;
	margin-top: .5em;
}

h2 {
	color: #a1bf45;
	font-size: 2.5em;
	margin-top: 1em;
}

h2 em {
	color: #FD444E;
}

h3 {
	color: #4d4d4d;
	font-size: 2em;
	text-transform: lowercase;
	font-family: Calibri, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h4 {
	color: #4d4d4d;
	font-size: 1.3em;
	font-weight: bold;
	font-family: Calibri, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
}

h1 a, h1 a:active, h1 a:visited {
	color: #fd6068;
	text-decoration: none;
	border-bottom: 1px dotted #ff9a26;
}


p a, p a:active, p a:visited, h4 a, h4 a:active, h4 a:visited {
	color: #fd6068;
	text-decoration: none;
	border-bottom: 1px dotted #ff9a26;
}

p a:hover, h4 a:hover {
	color: #df545b;
	text-decoration: none;
	border-bottom: 1px dotted #ff9a26;
}

a.outside, a.outside:active, a.outside:visited {
	color: #a1bf45;
}

a.outside:hover {
	color: #7d9436;
}

p {line-height: 1.6em;
}

span.highlight {
	background-color: #ffce95;
	padding: 3px;
	margin: 0 3px;
}

ul {}

li {}

table {}

div {}

img.apartment {
	width: 800px;
}

img.apartment.vert {
	width: 600px;
}

.clear {clear: both;}


div#container {
	margin: 0 auto;
	width: 985px;
	background: #ffffff;
	overflow: auto;
	border-left: 5px solid #dddddd;
	border-right: 5px solid #dddddd;
}

/* --------------------------------------------------------------------- */
/* Header
/* --------------------------------------------------------------------- */ 

div#header {
	width: 950px;
	margin: 0px auto;
}

#header h4 {
	height: 175px;
	margin-top: 0px;
	margin-left: 10px;
	color: #ff9a26;
	float: left;
	background: url('images/name.jpg') #ffffff no-repeat;
}

.line {
	height: 5px;
	width: 985px;
	background: #d2d3d5;
	position: absolute;
	top: 32px;
}

#header h4 a {
	display: block;
	height: 175px;
	width: 569px;
	text-indent: -9999px;
	text-decoration: none;
	border-bottom: none;
}

#header h4 a:hover {
	text-decoration: none;
	border-bottom: none;
}



/* --------------------------------------------------------------------- */
/* Menu
/* --------------------------------------------------------------------- */ 

.nav {
	padding: 124px 0 0 0;
	float: right;
	margin-right: 20px;
}

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

.nav ul li {
	float: left;
}
	
.nav ul li a {
	text-indent: -9999px; 
	overflow:hidden;
	display: block;
	width: 50px;
	background-repeat: no-repeat;
	background-color: transparent;
}
	
.nav ul li a:hover {
	text-decoration: none;
}


/* about */

.nav ul li.nav_about a {
	background-image: url('images/nav.jpg');
	width: 107px;
	height: 30px;
	margin: 0px 0px 0px 0px;
}
.nav ul li.nav_about a:hover {
	background-image: url('images/nav.jpg');
	background-position: 0 -36px;
	height: 30px;
}


/* portfolio */

.nav ul li.nav_portfolio a {
	background-image: url('images/nav.jpg');
	background-position: -140px 0;
	width: 107px;
	height: 30px;
	margin: 0px 0px 0px 0px;
}
.nav ul li.nav_portfolio a:hover {
	background-image: url('images/nav.jpg');
	background-position: -140px -36px;
	height: 30px;
}

/* about */

.nav ul li.nav_contact a {
	background-image: url('images/nav.jpg');
	background-position: -315px 0;
	width: 107px;
	height: 30px;
	margin: 0px 0px 0px 0px;
}
.nav ul li.nav_contact a:hover {
	background-image: url('images/nav.jpg');
	background-position: -315px -36px;
	height: 30px;
}


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

div.content {
	width: 950px;
	margin: 0 auto;
}

div.column {
	float: left;
	width: 55%;
	padding-bottom: 2em;
}

div.column.alternate {
	float: right;
	width: 42%;
	padding-bottom: 2em;
}

div.column.alternate h2 {
	color: #00abc7;
}

div.column.alternate h2.brushlong {
	background: transparent url('images/brush_rollover_getintouch.gif') 0 8px no-repeat;
	padding-left: 10px;	
}

div.column.alternate h2.brush {
	background: transparent url('images/brush_rollover_about.gif') 0 8px no-repeat;
	padding-left: 10px;	
}


div.project {
	padding: 0 0 0 .5em;
	margin: .5em 0;
}


p.project_info span {
	padding-right: 1em;
}

p.project_info span strong {
	color: #ff9a26;
}


ul.resume {
	border-bottom: 1px dotted #4d4d4d;
	border-top: 1px dotted #4d4d4d;
	clear: both;
	height: 20px;
	list-style-type: none;
	padding: 12px 0px;
	margin-bottom: 3em;
}

ul.resume li {
	float: left;
	padding-right: 12px;
}

ul.resume li.title.second {
	padding-left: 20px;
}

ul.resume li.pdf, a.pdf {
	background: url("images/pdf_icon.gif") no-repeat;
	padding-left: 20px;
}

ul.resume li.html, a.html {
	background: url("images/html_icon.gif") no-repeat;	
	padding-left: 20px;
}

ul.resume li.web, a.web {
	background: url("images/web_icon.gif") no-repeat;	
	padding-left: 20px;	
}

ul.resume li.linkedin, a.linkedin {
	background: url("images/linkedin_icon.gif") 0 -1px no-repeat;	
	padding-left: 22px;	
}

ul.resume li.twitter, a.twitter {
	background: url("images/twitter_icon.gif") no-repeat;	
	padding-left: 18px;	
}

ul.resume a, ul.resume a:active, ul.resume a:visited {
	color: #fd6068;
	text-decoration: none;
	border-bottom: 1px dotted #ff9a26;
}

ul.resume a:hover {
	color: #fd444e;
	text-decoration: none;
	border-bottom: 1px dotted #ff9a26;
}


a.pdf {
	background: url("images/pdf_icon.gif") 0 -2pt no-repeat;
	padding: 0px 2px 2px 20px;
}

a.html {
	background: url("images/html_icon.gif") 0 -2pt no-repeat;	
	padding: 0px 2px 2px 20px;
}

a.linkedin {
	background: url("images/linkedin_icon.gif") 0 -2pt no-repeat;	
	padding: 0px 2px 2px 22px;
}

a.twitter {
	background: url("images/twitter_icon.gif") 0 -1pt no-repeat;	
	padding: 0px 2px 2px 18px;
}



ul.contactinfo {
	list-style-type: none;
	color: #a1bf45;
	font-style: italic;
	font-size: 1.4em;
}

ul.contactinfo li {
	float: left;
}

ul.contactinfo a, ul.contactinfo a:active, ul.contactinfo a:visited {
	color: #a1bf45;
	border-bottom: 1px dotted #ff9a26;
	text-decoration: none;
}

ul.contactinfo a:hover {
	color: #7d9436;
	border-bottom: 1px dotted #ff9a26;
	text-decoration: none;
}

ul.contactinfo li.tele {
	background: url("images/contact_tele.gif") 0 .5em no-repeat;
	padding-left: 25px;
}

ul.contactinfo li.email {
	background: url("images/contact_email.gif") 0 .5em no-repeat;
	padding-left: 40px;
	margin-left: 10px;
}



/* contact form */



/* footer */

div#footer {
	background: #fd6068 url('images/footer.gif') no-repeat;
	height: 161px;
	margin-top: 3em;
}

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

#footer ul li {
	float: left;
}
	
#footer ul li a {
	text-indent: -9999px; 
	overflow:hidden;
	display: block;
	width: 50px;
	background-repeat: no-repeat;
	background-color: transparent;
}
	
#footer ul li a:hover {
	text-decoration: none;
}


/* about */

#footer ul li.footer_about a {
	background-image: url('images/footer_about.gif');
	width: 107px;
	height: 118px;
	margin: 42px 0px 0px 145px;
}
#footer ul li.footer_about a:hover {
	background-image: url('images/footer_about.gif');
	background-position: 0 -120px;
}


/* portfolio */

#footer ul li.footer_portfolio a {
	background-image: url('images/footer_portfolio.gif');
	width: 107px;
	height: 118px;
	margin: 42px 0px 0px 20px;
}
#footer ul li.footer_portfolio a:hover {
	background-image: url('images/footer_portfolio.gif');
	background-position: 0 -120px;
}

/* about */

#footer ul li.footer_contact a {
	background-image: url('images/footer_contact.gif');
	width: 107px;
	height: 118px;
	margin: 42px 0px 0px 20px;
}
#footer ul li.footer_contact a:hover {
	background-image: url('images/footer_contact.gif');
	background-position: 0 -120px;
}

/* about */

#footer ul li.footer_resume a {
	background-image: url('images/footer_resume.gif');
	width: 252px;
	height: 161px;
	margin: 0px 0px 0px 65px;
}
#footer ul li.footer_resume a:hover {
	background-image: url('images/footer_resume.gif');
	background-position: 0 -161px;
}




/* ABOUT PAGE */

/* clients table */

table.clients {
}


tr.type td.identity,
tr.type td.print,
tr.type td.graphics,
tr.type td.promotional,
tr.type td.webdesign,
tr.type td.development,
tr.type td.uiux {
	background: url(images/clients_type.gif) no-repeat;
	width: 10px;
	height: 120px;
	padding: 0 5px;
}

tr.type td.print { background-position: -22px 0; }
tr.type td.graphics { background-position: -45px 0; }
tr.type td.promotional { background-position: -65px 0; }
tr.type td.webdesign { background-position: -88px 0; }
tr.type td.development { background-position: -110px 0; }
tr.type td.uiux { background-position: -131px 0; }

tr.company {
	font-weight: bold;
	text-align: right;
	font-size: 1.3em;
}


tr.client {
	background: #eeeeee;
	padding: 3px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}

tr.company td.name {
	padding-right: 10px;
	padding-top: 1em;	
}

tr.client td.name {
	background: #ffffff;
	color: #4d4d4d;
	font-weight: normal;
	text-align: right;
	padding-right: 10px;
}

td {
	border: 1px solid white;
}

tr.client td.selected {
	background: #ff9a26;
}


tr.company.bazaarvoice {
	color: #FF9A26;
	
}
tr.client.bazaarvoice td.selected {
	background: #FF9A26;
}


tr.company.bmg {
	color: #641589;
	
}
tr.client.bmg td.selected {
	background: #641589;
}


tr.company.imarc {
	color: #a1bf45;
	
}
tr.client.imarc td.selected {
	background: #a1bf45;
}

tr.company.squeaky {
	color: #00abc7;
	
}
tr.client.squeaky td.selected {
	background: #00abc7;
}

tr.company.contract {
	color: #fc6168;
	
}
tr.client.contract td.selected {
	background: #fc6168;
}

/* RESUME */

div.content.resume {
	width: 75%;
}

div.content.resume div.column {
	width: 48%;
	padding-bottom: 2em;
}

div.content.resume div.column.alternate {
	width: 48%;
	padding-bottom: 2em;
}

div.content.resume div.column.alternate h2 {
	color: #A1BF45;
}


/* PORTFOLIO */


div.project.featured_images img.featured_large {
	padding: 5px;
	background: #ffffff;
	border: 1px solid #cccccc;
}

div.project.featured_images .featured_image {
	padding-bottom: 7px;
	border-bottom: 5px solid #FF9A26;
}

div.project.featured_images .featured_image.open {
	border-bottom: 5px solid #4d4d4d;
	opacity:0.4;
	filter:alpha(opacity=40);
}
