/* -- Site container definition -- */
* {
	padding: 0;
	margin: 0;
}

body {
	font: 0.8em/1.5em arial, sans-serif;
	color: #666;
	background-color: #E5E5E5;
	margin: 10px 0px;
}

#container {
	width: 980px;
	margin: 0px auto 0px auto;
	background: #FFF url(/images/gray.gif) repeat-y 195px 0px;
}

/* -- Header definitions -- */
#headerBox {
	float: left;
	width: 100%;
	height: 125px;
	font-size: 1em;
	font-weight: bold;
	border-bottom: 5px solid #E5E5E5;
	background: #FFFFFF url(/images/banner.png) no-repeat 10px 10px;
}

#content h3 {
	margin: 10px 0px 5px 10px;
	font-size: 1.1em;
}

#content h4 {
	margin: 10px 0px 5px 10px;
	font-size: 1em;
}

#headerLeft {
	float: left;
}

#headerLeft h1.title {
	font-size: 1px;
	color: #fff;
}

#headerRight {
	float: right;
	width: 65%;
	text-align: right;
	margin-right: 20px;
	margin-top: 100px;
}

/* -- Header link bar definitions -- */
#headerRight a {
	padding-left: 20px;
	text-decoration: none;
	color: #999;
	margin-left: 15px;
}

#headerRight a:hover {
	color: #444;
}

#headerRight a.home:hover, #headerRight a.design:hover, #headerRight a.about:hover, #headerRight a.archival:hover, #headerRight a.photography:hover {
	color: #444;
	background: url(/images/bullet.gif) no-repeat left center;
}

#headerRight a.activehome, #headerRight a.activedesign, #headerRight a.activeabout, #headerRight a.activearchival, #headerRight a.activephotography {
	color: #444;
	background: url(/images/bullet_on.gif) no-repeat left center;
}

/* -- Content column & layout definitions -- */
#contentBox {
	width: 100%;
	clear: both;
}

#sidebar {
	float: left;
	width: 195px;
}

#sidebar h3 {
	color: #333;
	font-size: 0.9em;
	padding: 4px 0px 3px 10px;
	background-color: #F6F6F6;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.contactBox {
	border-bottom: 5px solid #E5E5E5;
	padding-bottom: 10px;
}

.contactBox p {
	font-size: .9em;
	padding-left: 10px;
}

.contactBox h3 {
	border-bottom: 1px solid #E5E5E5;
}

.contactBox h4  {
	margin: 5px 0px 2px 10px;
	font-size: 1em;
}

.linkBox {
	font-size: 0.9em;
}

.linkBox h4 {
	padding: 2px 0px 2px 10px;
	font-size: 1em;
	border-top: 1px solid #E5E5E5;
}

.sidebarBox {
	border-bottom: 5px solid #E5E5E5;
}

.sidebarBox h3 .live {
	color: #990000;
}

#sidebar a {
	text-decoration: none;
	color: #999999;
}

#sidebar a:hover {
	color: #111111;
}

#content {
	float: right;
	width: 780px;
}

#content h2.posttitle {
	clear: both;
	color: #333;
	font-size: 0.9em;
	border-bottom: 1px solid #E5E5E5;
	padding: 4px 0px 3px 10px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	background-color: #F6F6F6;
}

#content h2.posttitle a {
	text-decoration: none;
	color: #999999;
}

#content h2.posttitle a:hover {
	color: #444444;
}

#content h2.singleposttitle {
	clear: both;
	color: #333;
	font-size: 0.9em;
	border-bottom: 1px solid #E5E5E5;
	padding: 4px 0px 3px 10px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	background-color: #F6F6F6;
}

#content .post object {
	margin-left: 30px;
}

.categorytitle {
	font-size: 1.5em;
}

hr.clearing {
	clear: both;
	display: none;
	height: 1px;
}

.line {
	border-bottom: 1px solid #E5E5E5;
	height: 1px;
}

/* -- Footer definitions -- */
#footerBox {
	clear: both;
	width: 100%;
	height: 20px;
	font-size: 0.8em !important;
	font-size: 1em;
	color: #999999;
	border-top: 5px solid #E5E5E5;
	background-color: #F6F6F6;
}

#footerLeft {
	float: left;
	width: 49%;
	text-align: left;
	padding: 0px 10px 5px;
}

#footerRight {
	float: right;
	width: 40%;
	text-align: right;
	padding: 0px 10px 5px;
}

#footerBox a {
	text-decoration: none;
	color: #999999;
}

#footerBox a:hover {
	text-decoration: underline;
	color: #111111;
}

/* -- Layout class definitions -- */
.subHeading {
	display: block;
	clear: both;
	font-size: 0.85em;
	font-weight: bold;
}

.noDisplay	{
	display: none;
}

.center {
	text-align: center;
}

/* -- Element class definitions -- */
#gallery img {
	margin: 10px 0px 0px 10px;
}

#content ul {
	list-style: none;
}

#default #content ul {
	margin: 10px 0px 10px 20px;	
}

#default #content ul li {
	padding: 5px;
}

#default #content li a {
	background: url(/images/bullet.gif) no-repeat 0px 3px;
	padding-left: 20px;
}

#default #content ul li a:hover {
	background: url(/images/bullet_on.gif) no-repeat 0px 3px;
}

#gallery #content ul li {
	float:left;
}

ul a img {
	border: 1px solid #E5E5E5;
	padding: 5px;
}

#gallery #content ul a:hover img {
	border: 1px solid #333;
	background-color: #F6F6F6;
}

#gallery #content .caption {
	font-size: .9em;
}

#sidebar li {
	list-style: none;
	border-top: 1px solid #E5E5E5;
	padding-top: 1px;
	padding-bottom: 1px;
}

#sidebar li a {
	background: url(/images/bullet.gif) no-repeat 0px 5px;
	padding-left: 20px;
	margin-left: 10px;
	display: block;
}

#sidebar ul li a:hover {
	background: url(/images/bullet_on.gif) no-repeat 0px 5px;
}

#content p a, #content ul a, #content #paging a {
	text-decoration: none;
	color: #999999;
}

#content p a:hover, #content ul a:hover,  #content #paging a:hover {
	color: #111111;
}

#content p {
	margin: 10px 10px;
}

#paging {
	margin: 0px 0px 10px 10px;
}

#paging #lefttext {
	margin-right: 20px;
}

/* -- Image class definitions -- */

.imgLeft {
	float: left;
	padding: 5px;
}

.imgRight {
	float: right;
	padding: 5px;
}

.imgText {
	display: block;
	font-size: 0.7em;
}
