/*
Theme Name: Theme for One Twelve Gallery
Theme URI: http://www.sideways8.net
Description: Custom Theme for One Twelve Gallery
Version: 1.0
Author: Adam J. Walker
Author URI: http://www.sideways8.net
Tags: 

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

body {
	background: #f6f6f6;
	font: normal 11px Tahoma,Arial, Helvetica, sans-serif;
	color: #000;
}

img {
	border:none;
}

#wrapper {
	width:940px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}

#left_side {
	width:200px;
	height:auto;
	float:left;
}

#right_side {
	width:740px;
	height:auto;
	float:left;
}

#logo {
	width: 200px;
	height: 175px;
	float:left;
}

#logo h1 {
	width: 200px;
	height: 175px;
	float:left;
}

#logo h1 a {
	background: url('images/logo.jpg') no-repeat scroll top left;
	width: 200px;
	height: 175px;
	float:left;
}

#current_exhibition {
/*	background: url('images/current_exhibition.jpg') no-repeat scroll top left;*/
	width: 500px;
	height: 41px;
	margin:0 0 0 200px;
/*	padding:0 0 0 175px;*/
	line-height:41px;
	font-size:14px;
	color:#000;
}

#current_exhibition li {
	list-style:none;
}

#current_exhibition h2 {
	float:left;
	font-size: 20px;
	font-family:"arial narrow", verdana;
	margin:0 25px 0 0;
}

#current_exhibition h3 {
	font-size:18px;
	margin:0 15px 0 0;
	color:#555;
	float:left;
}

#content_area_top {
/*	background: url('images/content_area_top.jpg') no-repeat scroll top left;*/
	width: 740px;
	height: 6px;
	margin: 15px 0 0 0;
	float:left;
}

#content_area {
/*	background: url('images/content_area_repeat.jpg') repeat-y scroll top left;*/
	width: 670px;
	min-height:600px;
	height: auto;
	padding:0 20px 0 50px;
	float:left;
}

#content_area_bottom {
/*	background: url('images/content_area_bottom.jpg') no-repeat scroll top left;*/
	width: 740px;
	height: 8px;
	float:left;
}

#sidebar {
	width:180px;
	height:auto;
	float:left;
	text-align:right;
	list-style:none;
	text-transform:uppercase;
	font-size:18px;
	color:#000;
	text-decoration:none;
	padding: 0 20px 0 0;
}

#sidebar ul {
	padding:0;
}

#sidebar li {
	list-style:none;
}

#sidebar a {
	text-decoration:none;
	color:#000;
}

#sidebar .widgettitle {
	background: url('images/sb_item_top.jpg') no-repeat scroll top left;
	width: 200px;
	height: 21px;
	margin:5px 0 5px 0;
}

#sidebar h5 {
	font-size:13px;
	font-weight:bold;
	margin:4px 0 4px 0;
}

#sidebar h6 {
	font-size:10px;
	margin:2px 0 2px 0;
}

.press {
	width:120px;
	height:auto;
	float:left;
	margin:0 10px 0 10px;
	border:4px #000 solid;
}

/* Post */

.post {
	font-size:14px;
}

.post .title {
	border-bottom:3px #000 solid;
	text-transform:uppercase;
}

.post .title a {
	text-decoration: none;
	color: #000;
	font-size:18px;
}

.post .date {
	margin-bottom: 20px;
	font-size: 11px;
	font-weight: normal;
}

.post .date strong {
	font-weight: bold;
	color: #AAAAAA;
}

/* End Post Divs */

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.clear {
	clear:left;
	clear:right;
}

#footer {
	height: 50px;
	width: 940px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	padding:15px 0 0 0;
	float:left;
}