@charset "utf-8";
/* Thomas Roberts Photography */
/* typography based on: http://24ways.org/2006/compose-to-a-vertical-rhythm */
/* color scheme designed with: http://colorschemedesigner.com/#0X11TbH88w0w0 */
/* main gallery image border based on kubric template: http://wordpress.com/ */
/* flash image publishing tool: http://slideshowpro.net/ */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td { 
	margin: 0; 
	padding: 0; 
}

body {
	background-color: #2A210D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #A09580;
}

html>body { 
	font-size: 12px; 
} 
  
h1 { 
	font-size: 1.5em; 
	line-height: 1em; 
	margin-top: 0; 
	margin-bottom: 1em; 
}

h2 { 
	font-size: 1.1667em; 
	line-height: 1.286em; 
	margin-top: 1.929em; 
	margin-bottom: 0.643em; 
}

a, a:link, a:visited a:active {
	text-decoration: none;
	color: #cccccc;
	outline: 0;
}

a:hover {
	text-decoration: none;
	color: #ff9900;
}

p { 
	line-height: 1.5em; 
	margin-top: 1.5em; 
	margin-bottom: 1.5em;
}

li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px; 
	line-height: 1.25em; 
}

.inline { display: inline; } 

.top {
	margin: 0px;
	padding: 0px;
	height: 212px;
	border-bottom: 1px solid #2A210D;
}

.container {
	width: 960px;
	margin-top: -192px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.head {
	float: left;
	height: 64px;
	width: 550px;
}

.head h1 {
	color: #A09174;
	padding: 0px;
}

.head h2 {
	color: #909090;
	padding: 0px;
	font-weight: normal;
}

.main {
/*	background-color: #312C23; */
	width: 960px;
	float: left;
/*	border: thin solid #394345; */
}

.content {
	float: right;
	width: 740px;
	/* width: auto; */
	padding: 10px;
	color: #A09580;
	border-left: thin solid #2A210D;
}

.content h2 {
	padding-left: 46px;
}

.main-gallery_row-1 {
	margin-top: 48px;
}

.main-gallery_row-2 {
	margin-top: 4px;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.border {
	border: 1px solid #666666;
	text-align: center;
	background-color: #2A210D;
	padding-top: 4px;
	margin: 12px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.border img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.border p {
	text-align: center;
	padding-top: 4px;
	margin: 10px;
	font-size: 11px; 
}

.border p.border-caption {
	font-size: 11px;
	line-height: 10px;
	padding: 0 4px 5px;
	margin-bottom: -24px;
}


/***  

div.borderland {
	margin: 6px 14px 17px 14px;
}

.borderland img {
	border: 1px solid #666;
	padding: 4px;
}

.borderland p {
	font-size: 11px;
	text-align: center;
	padding: 2px 5px 2px 5px;
	margin: 3px 0 0 0;
}

***/


.about img {
	border: 1px solid #666666;
	padding: 3px;
}

.sidebar {
	float: left;
	width: 60px;
	padding: 128px 4px 4px 4px;
	color: #A09580;
	margin: 8px;
	font-size: 11px; 
	text-align: right;
	clear: right;
}

.sidebar_gallery {
	float: left;
	width: 90px;
	padding: 128px 4px 4px 4px;
	color: #A09580;
	margin: 8px;
	font-size: 11px;
	text-align: left;
	clear: right;
}

.bottom {
	color: #A09580;
	float: left;
	clear: left;
	padding: 12px;
	width: 960px;
	font-size: 10px; 
	margin: 3px 0 0 0;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}