/*
Theme Name: Exhibit
Theme URI: http://shailan.com/wordpress/themes/exhibit
Description: This theme is brought to you by <a href="http://shailan.com">shailan.com</a>. 
Author: Matt Say
Version: 0.1
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style
*/

/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#access .menu-header,
div.menu,
#colophon,
#branding,
#main,
#wrapper,
#top-bar {
	margin: 0 auto;
	width: 940px;
}

#branding {margin-bottom:15px;}

#wrapper {
	background: #333;
	margin-top: 20px;
	padding: 0 20px;
	
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	
	box-shadow: 0 0 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 0 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.5);
}

/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 220px;
}
#footer-widget-area #fourth {
	margin-right: 0;
}
#site-info {
	float: left;
	font-size: 14px;
	font-weight: bold;
	width: 600px;
}
#site-generator {
	float: right;
	text-align:right;
	width: 300px;
}

/* =Header
-------------------------------------------------------------- */

#header {
	padding: 15px 0 0 0;
}
#site-title {
	font-size: 60px;
	line-height: 60px;
	text-align:left;
	text-shadow: #111 -1px -1px 1px;
}
#site-title a {
	color: #222;
	font-weight: bold;
	text-decoration: none;
}
#site-description {
	color:#999;
	text-align:left;
	font-style: italic;
	font-size:24px;
	margin: -15px 0 20px 70px;
	text-shadow:#222 0 1px 1px;
}

#branding img {
	clear: both;
	display: block;
}

#logo{float:left;}

#header-search{float:right;}

/* =Content
-------------------------------------------------------------- */

#main {
	clear: both;
	overflow: hidden;
	padding: 0;
}
#content {
	margin-bottom: 36px;
}
#content,
#content input,
#content textarea {
	font-size: 13px;
	line-height: 24px;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 24px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #999;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #888;
	line-height: 1.5em;
	margin: 0 0 20px 0;
}
#content table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
#content tr th,
#content thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
#content tr.odd td {
	background: #f2f7fc;
}
.hentry {
	margin: 0;
	
	background: #444;
	padding: 0;
	
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	
	border:1px solid #222;
	
	margin-bottom:15px;
}

.home .sticky {
	background: #444;
	padding: 0;
	
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	
	border:1px solid #222;
	
}
.single .hentry {
	margin: 0 0 36px 0;
}
.page-title {
	color: #000;
	font-size: 22px;
	font-weight: normal;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #39c;
	font-style: italic;
}
.page-title a:link,
.page-title a:visited {
	color: #555;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #ff4b33;
}

.entry-category{float:left; width:250px; display:inline; zoom:1; padding:0 5px;}
.entry-category a, .entry-category a{ color:#666; }

.entry-header{background:transparent url('css/images/opacity.png'); height:26px !important; }
*html .entry-header{background-color:#222;}

#content .entry-title {
	color: #777;
	font-size: 28px;
	font-weight: lighter;
	/*font-style:italic;*/
	line-height: 1.3em;
	margin-bottom: 0;
	float:left; display:inline; zoom:1;
	text-shadow:#222 0 1px 1px;
	padding:5px 0 0 15px;
}
.entry-title a:link,
.entry-title a:visited {
	color: #999;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #66ccff;
}
.entry-meta {
	color: #777;
	font-size: 13px;
	padding:0 15px 0 0;
	font-style:oblique;
	float:right; 
	display:inline; zoom:1;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #444;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 12px 15px 0 15px;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #999;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	color: #888;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #222;
	color: #555;
	font-weight: normal;
	padding: 0.2em 0.5em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #222;
}

body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #888;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	font-size: 12px;
	
	color: #666;
	font-size: 12px;
	padding:3px;
	font-style:oblique;
	
	margin: 0 15px 0;
}
.entry-meta a,
.entry-utility a {
	color: #777;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #ff4b33;
}
#content .video-player {
	padding: 0;
}


/* =Asides
-------------------------------------------------------------- */

.home #content .category-asides p {
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.category-asides {
	padding: 10px;
	background:#343434;
	border: 0; 
}
.home #content .category-asides .entry-content {
	padding-top: 0;
}


/* =Gallery listing
-------------------------------------------------------------- */

.category-gallery .size-thumbnail img {
	border: 10px solid #111;
	margin-bottom: 0;
}
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */

#content img {
	margin: 0;
	height: auto;
	max-width: 560px;
}
#content .attachment img {
	max-width: 900px;
}
#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content img.alignleft,
#content img.alignright,
#content img.aligncenter {
	margin-bottom: 12px;
}
#content .wp-caption {
	background: #444;
	line-height: 18px;
	margin-bottom: 20px;
	padding: 4px;
	text-align: center;
}
#content .wp-caption img {
	margin: 5px 5px 0;
}
#content .wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
#content .wp-smiley {
	margin: 0;
}
#content .gallery {
	margin: 0 auto 18px;
}
#content .gallery .gallery-item {
	float: left; display:inline;
	margin-top: 0; text-align: center;
	width:188px !important;
	/* width: 33%; */
}
#content .gallery img {
	border: 10px solid #2d2d2d;
}
#content .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery br+br {
	display: none;
}
#content .attachment img { /* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #888;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #ff4b33;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #678;
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0 15px;
}
.commentlist li.comment {
	border: 1px solid #111;
	background: #2d2d2d;
	line-height: 24px;
	margin: 0 0 10px 0;
	padding: 10px 10px 10px 42px;
	position: relative;
	
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
.commentlist li:last-child {
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 10px;
	left: -10px;
	border:1px solid #111;
}
.comment-author {
	float:left; display:inline; zoom:1;
}
.comment-author cite {
	color: #39c;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	float:right; display:inline; zoom:1;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #555;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #888;
}
.commentlist .even {
	background:#292929;
}
#comments .commentlist .bypostauthor {
	/* background-image:url('css/images/exhibit-opacity.png');*/
	border-color: #456;
	background-repeat:repeat;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	/*border: none; */
	margin: 5px 5px;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #222;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #ccc;
}
#respond {
	padding:15px;
	margin:15px;
	position: relative;
	
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	
	background:#2d2d2d;
	
	border: 1px solid #282828;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title { /*display:none;*/ }
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}


#respond .logged-in-as{}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	width: 98%;
	border-color:#2d2d2d;
	color: #666;
}
#respond textarea {
	width:98%;
	height:50px !important;
	font-size:14px;
	padding:5px;
}

#respond .comment-form-comment label{display:none;}

#respond .form-allowed-tags {
	display:none;
}
#respond .form-submit {
	margin: 0;
	text-align:right;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}

#content .cse-branding-form{
	margin:0 auto;
} 

#search{
	background:url('css/images/exhibit-opacity.png') repeat top left;
	width:200px !important;
	height:30px !important;
}
div#header #search{
	float:right;
	margin-top:20px;
}
div#search .lef {
	padding:0;
	height:23px;
	position:relative;
	display:block;
}
#q, #s {
    display:inline;
	margin:3px;
    width:163px;
    border:none;
    height:16px !important;
    padding:4px;
    font-size:13px;
    color: #666;
	float:left;
	background:#333 url('css/images/search_btn.png') top left no-repeat;
	padding-left:26px; 
}

#sa{ float:right; border:none; display:inline; background:transparent; margin:0; padding:0; }

.widget_search label {
	display: none;
}
.widget-container {
	margin: 0 0 18px 0;
}

.widget-container ul, 
.widget-container ol{
	border-top:2px solid #222;
	padding:0;
}

#header .widget-container ul, 
#header .widget-container ol{
	border:0;
}

.widget-container li{
	border-bottom:1px solid #222;
	padding:5px 10px;
}

#header .widget-container li{
	border:0;
}

.widget-container li:hover, .widget-container li.hover{
	background:#2d2d2d;
}

#header .widget-container li:hover, #header .widget-container li.hover{
	background:transparent;
}

.widget-container tr:hover, .widget-container tr.hover{
	background:#282828;
}

.widget-container td:hover, .widget-container td.hover{
	background:#383838;
}

.widget-title {
	color: #777;
	font-size: 20px;
	font-weight: lighter;
	/*font-style:italic;*/
	line-height: 1.3em;
	margin-bottom: 0;
	text-shadow:#111 0 1px 1px;
	padding:0 0 10px;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}
#primary {
}
#secondary {
}

/* Footer widget areas */
#footer-widget-area {
}


/* =Footer
-------------------------------------------------------------- */

#footer {
	margin-bottom: 20px;
}
#colophon {
	overflow: hidden;
	padding: 18px 0;
}
#site-info {
	font-weight: bold;
}
#site-info a {
	color: #000;
	text-decoration: none;
}
#site-generator {
	font-style: italic;
	position: relative;
	color: #555;
}
#site-generator a {
	color: #555;
	display: inline-block;
	line-height: 16px;
	text-decoration: none;
}
#site-generator a:hover {
	text-decoration: underline;
	color:#777;
}
img#wpstats {
	display: block;
	margin: 0 auto 10px;
}


/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}



