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

/* RESET */
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, img, ins, kbd, q, s,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: #000000;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: Arial, Helvetica, sans-serif;
}
and /* HTML5 display-role reset for older browsers */
Cal     
      {
	display: block;
}
body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

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

a:hover {
	text-decoration: underline;
	color: #58595b
}

strong {
	font-weight: bold;
}

li strong {
	font-weight: bold;
}

/* MAIN STYLE */

#container {
	width: 950px;
	margin-top: 2em;
	margin-left: 4em
}

#header {
	overflow: hidden;
	height: 100% /*Needed for Internet Explorer 6 conflicts */
}

#header img {
	margin-bottom: 80px;
	border: none
}

#nav {
	width: 150px;
	height: 400px;
	float: left
}

#nav ul#nav {
	font-size: 14px;
}

#nav li {
	color: #58595b;
	display: list-item;
	padding-bottom: 10px
}

#nav li a {
	color: #939598
}

#nav a:hover {
	color: #58595b;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}

#content {
	width: 800px;
	float: right
}

#content img#LinkedinIcon {
	margin-top: 40px
}


#content a {
	color: #939598;
}

/*#content img.ProjectImages {
	margin-bottom: 100px
} */

#content li img {
	border: 0px
}

#content li {
	display: inline;
	padding-right: 2px;
}

#content li a {
	font-family: Arial, Helvetica, sans-serif;
	color: #939598;
	font-size: 12px;
	font-weight: normal;
}

/* PROJECT PAGES ROLLOVERS (li#??_info a:hover) colors for project infos:
HM= #c19ec4
VA= #f0ba60
DH= #41c4dc
SB= #e76f34
RG= #8cc63f
MA= #ee4d9b
Personal= #0156a3*/ 

#content li#hm_info a:hover {
	color: #c19ec4;
	text-decoration: none;
}

#content li#va_info a:hover {
	color: #f0ba60;
	text-decoration: none;
}

#content li#dh_info a:hover {
	color: #41c4dc;
	text-decoration: none;
}

#content li#sb_info a:hover {
	color: #e76f34;
	text-decoration: none
}

#content li#rg_info a:hover {
	color: #8cc63f;
	text-decoration: none;
}

#content li#ma_info a:hover {
	color: #ee4d9b;
	text-decoration: none;
}

#content li#personal_info a:hover {
	color: #0156a3;
	text-decoration: none;
}

#content p {
	color: #939598;
	font-size: 12px;
	line-height: 16px;
	padding-right: 300px;
	padding-bottom: 15px
}

#content p#hm_back a {
	color: #58595b;
	font-size: 12px;
}

#content p#va_back a {
	color: #58595b;
	font-size: 12px;
}

#content p#dh_back a {
	color: #58595b;
	font-size: 12px;
}

#content p#sb_back a {
	color: #58595b;
	font-size: 12px;
}

#content p#rg_back a {
	color: #58595b;
	font-size: 12px;
}

#content p#ma_back a {
	color: #58595b;
	font-size: 12px;
}


#content p#personal_back a {
	color: #58595b;
	font-size: 12px;
}

#content p#details a {
	color: #939598;
}

/* DESCRIPTION PAGES ROLLOVERS (p#??_back a:hover) colors for project decription pages:
HM= #c19ec4
VA= #f0ba60
DH= #41c4dc
SB= #e76f34
RG= #8cc63f
MA= #ee4d9b
Personal= #0156a3 */

#content p#hm_back a:hover {
	color: #c19ec4;
	text-decoration: none;
}

#content p#va_back a:hover {
	color: #f0ba60;
	text-decoration: none;
}

#content p#dh_back a:hover {
	color: #41c4dc;
	text-decoration: none;
}

#content p#sb_back a:hover {
	color: #e76f34;
	text-decoration: none;
}

#content p#rg_back a:hover {
	color: #8cc63f;
	text-decoration: none;
}


#content p#ma_back a:hover {
	color: #ee4d9b;
	text-decoration: none;
}

#content p#personal_back a:hover {
	color: #0156a3;
	text-decoration: none;
}

#content p#details a:hover {
	color: #0156a3;
	text-decoration: none;
}

#content p#dsc_quote {
	font-style: italic;
}

#content h2 { /* Project Titles for all project pages */
	color: #58595b;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 12px;
	padding-top: 15px;
	line-height: normal
}

#content h3 { /* Description Title for Shotguns Paper only */
	color: #58595b;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 12px;
	line-height: normal
}


#content h4 { /* Links for all projects from landing page */
	color: #58595b;
	font-size: 12px;
	font-weight: bold;
}

#content h5 { /* Links for all Beach Club and Shotguns project pages */
	color: #939598;
	font-size: 12px;
	font-weight: normal;
	padding-bottom: 12px;
	line-height: normal
}

#content h5 a {
	color: #939598;
	text-decoration: none;
}

#content h5 a:hover { /* Match "personal_info a:hover" colors found above */
	color: #0156a3;
}

#content span {
	font-style: italic
}

#col1, #col2 {
	float: left;
	width: 330px;
	margin-right: 4.5ems
}

#col1 a {
	color: #939598
}

#col2 a {
	color: #939598
}

#col1 p {
	line-height: normal;
	padding-right: 0px;
	padding-top: 0px;
	line-height: 15px
}

#col2 p {
	padding-right: 0px;
}

/* COL 1 OFFICE CATEGORIES (p.??_projects) colors:
HM= #c19ec4
VA= #f0ba60
DH= #41c4dc
SB= #e76f34
RG= #8cc63f
MA= #ee4d9b
Personal= #0156a3 */

#col1 a.hm_office {
	color: #c19ec4;
}

#col1 a.va_office {
	color: #f0ba60;
}


#col1 p.dh_office {
	color: #41c4dc;
}

#col1 p.sb_office {
	color: #e76f34;
}

#col1 p.rg_office {
	color: #8cc63f;
}

#col1 p.ma_office {
	color: #ee4d9b;
}

/* COL 1 & COL 2 ROLLOVERS (p#??_projects a:hover) colors for links to individual project pages:
HM= #c19ec4
VA= #f0ba60
DH= #41c4dc
SB= #e76f34
RG= #8cc63f
MA= #ee4d9b
Personal= #0156a3 */

#content #col1 p#hm_projects a:hover {
	color: #c19ec4;
	text-decoration: none
}

#content #col1 p#va_projects a:hover {
	color: #f0ba60;
	text-decoration: none
}

#content #col1 p#dh_projects a:hover {
	color: #41c4dc;
	text-decoration: none
}

#content #col1 p#sb_projects a:hover {
	color: #e76f34;
	text-decoration: none
}

#content #col1 p#rg_projects a:hover {
	color: #8cc63f;
	text-decoration: none
}


#content #col1 p#ma_projects a:hover {
	color: #ee4d9b;
	text-decoration: none
}
#content #col2 p#personal_projects a:hover {
	color: #0156a3;
	text-decoration: none
}
