/*--------------------------------------
	Site Framework
---------------------------------------*/

* {
	padding: 0;
	margin: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #6B6D6E;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-image: url(/ee_images/bkgnd.gif);
	background-position: center top;
}

#wrapper {
	margin: 10px 0 0 0;
	width: 935px;
	text-align: left;
	display: table;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-image: url(/ee_images/bkgnd_body.gif);
	background-position: center top;
}

#header {
	width: 915px;
	height: 103px;
	margin: 10px 0 0 10px;
}

#logo {
	width: 253px;
	height: 63px;
	position: relative;
	top: 35px;
	left: 25px;
	float: left;
}

#section {
	margin: 25px 0 0 35px;
}

#section.no_left_margin {
	margin: 25px 0 0 10px;
}

#blog_section {
	width: 865px;
	margin: 25px 0 0 35px;
}

#section_header {
	width: 865px;
	height: 53px;
	background-repeat: no-repeat;
	background-image: url(/ee_images/header_2col.gif);
	background-position: center top;
	margin: 0 0 15px 0;
}

#section_subheader {
	width: 865px;
	height: 50px;
	background-repeat: no-repeat;
	background-image: url(/ee_images/header.gif);
	background-position: left top;
	margin: 35px 0 0 0;
	padding: 20px 0 0 0;
}

#section_body {
	margin: 15px;
	width: 850px;
	background-repeat: no-repeat;
	background-position: left top;
}

#col1_2 {
	width: 305px;
	margin: 0 0 0 0;
	float: left;
}

#col2_2 {
	width: 515px;
	margin: 0 0 0 0;
	float: right;
	display: inline;
}

.column {
	padding: 0 10px 0 25px;
}

#footer {
	width: 915px;
	height: 25px;
	font-size: 10px;
	margin: 40px 0 50px 0;
	background-color: #F0F5F7;
	text-align: left;
	display: table;
}

#footer b {
	margin: 4px 0 0 25px;
	color: #81898C;
	font-weight: bold;
	display: block;
}


/*--------------------------------------
	Links
---------------------------------------*/

#links {
	width: 490px;
	height: 50px;
	position: relative;
	top: 35px;
	right: 25px;
	float: right;
	display: table;
}

#links span {
	display: none;
}

#links .portfolio a {
	height: 50px;
	width: 115px;
	display: block;
	background: url(/ee_images/links2.gif);
	background-repeat: no-repeat;
	float: left;
	background-position: 0 0;
}

#links .portfolio a:hover {
	background-position: 0 -50px;	
}

#links .photography a {
	height: 50px;
	width: 121px;
	display: block;
	background: url(/ee_images/links2.gif);
	background-repeat: no-repeat;
	float: left;
	background-position: -115px 0;
}

#links .photography a:hover {
	background-position: -115px -50px;	
}

#links .travel a {
	height: 50px;
	width: 78px;
	display: block;
	background: url(/ee_images/links2.gif);
	background-repeat: no-repeat;
	float: left;
	background-position: -236px 0;
}

#links .travel a:hover {
	background-position: -236px -50px;	
}

#links .blog a {
	height: 50px;
	width: 72px;
	display: block;
	background: url(/ee_images/links2.gif);
	background-repeat: no-repeat;
	float: left;
	background-position: -314px 0;
}

#links .blog a:hover {
	background-position: -314px -50px;	
}

#links .contact a {
	height: 50px;
	width: 104px;
	display: block;
	background: url(/ee_images/links2.gif);
	background-repeat: no-repeat;
	float: left;
	background-position: -386px 0;
}

#links .contact a:hover {
	background-position: -386px -50px;	
}



/*--------------------------------------
	Inline
---------------------------------------*/

p {
	margin-top: 10px;
}
		
hr {
	height: 1px;
	margin: 20px 0;
	padding: 0 0 0 0;
	border-top: 1px solid #B6BDBF;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}

#col1_2 h1 {
	margin-left: 25px;
}

h1 {
	margin-top: 21px;
	font-size: 18px;
	line-height: 22px;
	color: #81898C;
}

h1.light {
	color: #B6BDBF;
}

h1 span {
	margin-top: 21px;
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
	color: #B6BDBF;
}

h2 {
	font-size: 18px;
	text-align: left;
	font-weight: normal;
	color: #81898C;
}

h2 i {
	font-weight: bold;
	font-style: normal;
	color: #4B4C4C;
}

h3 {
	font-size: 11px;
	color: #3685AD;
	margin: 12px 0 0 0;
}

#section_subheader h2 {
	float: left;
}

#section_subheader h3 {
	float: right;
	margin: 0 5px 0 0;
}

h4 {
	line-height: 13px;
	font-size: 10px;
	color: #B6BDBF;
	font-weight: normal;
}

h4 b {
	color: #81898C;
}

blockquote {
	margin: 20px 0;
	font-size: 15px;
	line-height: 22px;
	color: #B6BDBF;
}

#col2_2 b {
	color: #DB883B;
}

.first {
	margin-top: 0;
}

a {
	color: #3685AD;
}

a:hover {
	color: #DB883B;
}



/*--------------------------------------
	Photos
---------------------------------------*/


.photo_thumb {
	width: 121px;
	height: 83px;
	border: 1px solid #DB883B;
	margin: 0 18px 0 25px;
	float: left;
	text-align: center;
	display: inline;
}

.photo_thumb img {
	margin: 4px 0 0 0;
}

.photo_thumb_desc {
	float: left;
}

.col1_photo {
	width: 305px;
	display: table;
	border-bottom: 4px solid #F0F5F7;
	margin-top: 15px;
	padding-bottom: 15px;
}

#col1_link {
	width: 305px;
	display: table;
	border-bottom: 4px solid #F0F5F7;
	margin-top: 15px;
	padding-bottom: 15px;
}

#col1_link a {
	margin: 0 0 0 25px;
	display: table;
	font-weight: bold;
}

#photocat {
	font-size: 11px;
	line-height: 18px;
	width: 865px;
}

#photocatrow {
	line-height: 12px;
	width: 865px;
	height: 23px;
	margin: 2px;
	padding: 0 0 0 0;
	display: block;
	clear: both;
	border-bottom: 1px dashed #edf2f5;
}

#photocatrow .col1 {
	width: 160px;
	float: left;
	margin: 1px 1px 1px 0;
	padding: 5px 0 3px 0;
	text-align: left;
	display: inline;
}

#photocatrow .col2 {
	width: 570px;
	float: left;
	margin: 1px 1px 1px 10px;
	padding: 5px 0 3px 0;
	text-align: left;
	display: inline;
}

#photocatrow .col3 {
	width: 100px;
	float: left;
	margin: 1px 1px 1px 10px;
	padding: 5px 0 3px 0;
	text-align: right;
	display: inline;
}

#thumbsrow {
	width: 865px;
	clear: both;
	text-align: center;
	display: table;
}

#thumbs {
	width: 100px;
	height: 75px;
	float: left;
	padding: 5px;
	margin: 0 6px;
	text-align: center;
	background-image: url(images/dropshadow.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
}

#websitethumbs {
	width: 100px;
	height: 125px;
	float: left;
	padding: 5px;
	margin: 4px;
	text-align: center;
	background-image: url(images/dropshadow.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
}

#column1 {
	width: 422px;
	float: left;
	text-align: left;
	margin-top: 10px;
	margin-left: 0;
	margin-right: 20px;
	margin-bottom: 10px;
}

#column2 {
	width: 422px;
	float: left;
	text-align: left;
	margin-top: 10px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 10px;
}