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

/*
div {
	border:thin;
	border-color:#F00;
	border-style:solid;
}
*/

#content_wrapper {
/*
	background-color:#747474;
*/
	background-color:#edefda;
	width:950px;
	margin:0px auto;
}

#spacer_row {
	width:100%;
	height:30px;
}

#intro_block {
	float:left;
	margin:0px;
	padding:0px;
	width:270px;
	height:520px;
	background-color:inherit;
}

#contact_block {
	float:left;
	margin:0px;
	padding:0px;
	width:440px;
	height:520px;
	background-color:inherit;
}

#category_travel {
	position:absolute;
	float:left;
	padding:0px;
	background-color:#828c1a;
	width:170px;
	height:520px;
	margin:0px 0px 0px 270px;
}

#category_portraiture {
	position:absolute;
	float:left;
	padding:0px;
/*
	background-color:#301c18;
	background-color:#63100b;
*/
	background-color:#;
	width:170px;
	height:520px;
	margin:0px 0px 0px 440px;
}

#category_commercial {
	position:absolute;
	float:right;
	padding:0px;
	background-color:#404759;
/*
	background-color:#20295a;
*/
	width:170px;
	height:520px;
	margin:0px 0px 0px 610px;	
}


#category_editorial {
	position:absolute;
	float:right;
	padding:0px;
	background-color:#81b7d1;
/*
	background-color:#997b1a;
*/
	width:170px;
	height:520px;
	margin:0px 0px 0px 780px;	
}


.category_image {
	padding:10px 10px 0px 10px;
}

.portfolio_divider_image {
	padding:0px;
	margin:50px 0px 0px 0px;
}

h1, h2 {
	font-family:Arial, Helvetica, sans-serif;
	padding:2px 10px 2px 10px;
	margin:15px 0px 2px 0px;
	color:#eeeeee;
	font-weight:lighter;
}

h1 {
	font-size:30px;
	letter-spacing:.25em;
	text-transform:uppercase;
}

/* h1 for categories */
.category_header {
	font-size:14px;
	letter-spacing:.25em;
	text-transform:uppercase;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#eeeeee;
	padding:0px 10px;
	margin:10px 0px 0px 0px;
}

#intro_block p {
	padding:0px 10px 0px 10px;
}

#contact_block p {
	padding:0px 100px 0px 10px;
}

p.caption {
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size:12px;
}

p.category_blurb {
}


#intro_block ul {
	list-style:none;
	margin:10px 0px 0px 10px;
	padding:0px;
}

#intro_block li {
	margin:0px;
	padding:0px;
	font-weight:400;
	font-size:small;
}

#contact_block ul {
	list-style:none;
	margin:10px 0px 0px 10px;
	padding:0px;
}

#contact_block li {
	margin:0px;
	padding:0px;
	font-weight:400;
	font-size:small;
}

a {
	font-weight:400;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;
	color:#c2c2c2;
}

a:active {
	font-weight: 500;
	color: #ffffff;
}

a:hover {
	color:#dddddd;	
}

img {
	border:none;
}



#contact_block h1, h2, p, a {
	color:#697754;
}


/* Below this is old stuff... not sure how important / used it is. */
/*

address {
	FONT-WEIGHT: 400; FONT-SIZE: small; FONT-FAMILY: Arial, Serif
}

H1 {
	FONT-WEIGHT: 700; FONT-SIZE: x-large; FONT-FAMILY: Arial, Serif;
}
H2 {
	FONT-SIZE: large; FONT-FAMILY: Arial, Serif
}
H3 {
	FONT-SIZE: medium; FONT-FAMILY: Arial, Serif
}
H4 {
	FONT-SIZE: medium; FONT-STYLE: italic; FONT-FAMILY: Arial, Serif
}
H5 {
	FONT-WEIGHT: 700; FONT-SIZE: small; FONT-FAMILY: Arial, Serif
}
H6 {
	FONT-WEIGHT: 500; FONT-SIZE: x-small; FONT-FAMILY: Arial, Serif
}
P {
	FONT-WEIGHT: 500; FONT-SIZE: small; COLOR: #FFFFFF; FONT-FAMILY: Arial, Serif
}
TABLE {
	FONT-WEIGHT: 600; FONT-SIZE: small; BACKGROUND: #FFFFFFF; COLOR: #FFFFFF; FONT-FAMILY: Arial
}
TD {
	FONT-WEIGHT: 600; FONT-SIZE: small; COLOR: #FFFFFF; FONT-FAMILY: Arial
}
TH {
	FONT-WEIGHT: 600; FONT-SIZE: large; COLOR: #FFFFFF; FONT-FAMILY: Arial
}
LI {
	FONT-WEIGHT: 500; FONT-SIZE: small; COLOR: #FFFFFF; FONT-FAMILY: Arial, Serif
}
*/