@import "style/css/reset.css";

html, body
{
	background: #fff;
	color: #333;
	font-family: Georgia;
	font-size: .9em;
	line-height: 1.9em;
}

a { color: #30C6D7; outline: 0; }
a:hover { color: #FFB400; }

/* -------- IE SCALE - IE7 only. */
img { -ms-interpolation-mode:bicubic; }

img.centered, img.aligncenter {
	margin-left:auto;
	margin-right:auto;
}

.line {
	background: url('images/line-top.gif') repeat-x center top;
	height: 20px;
	margin: 0 5px;
clear: both; }
	
	#header .line
	{
		background: url('images/line-top.gif') repeat-x bottom;
		float: left;
		height: 5px;
		width: 990px;
	}
	
	.post .line {
		width: 560px;
		margin: 0;
		height: 2px;
	}
	
/*------- layouts */

#container
{	
	margin: 0px auto;
	width: 990px;	
}

/*------ header */

#header
{
	background: url("images/bg-header-24.png") center -10px repeat-x;
	border-top: 10px solid #858074;
	text-align: center;
	margin: 0 0 10px 0;
	height: 130px;
}
	
	#header_content 
	{
		text-align: left;
		padding: 10px 0 0 0;
		margin: 0px auto;
		position: relative;
		width: 990px;
	}
	
	#header_content h1
	{
		padding-top: 5px;
		width: 330px;
		float: left;
	}
	
	#header_content h1 a
	{
		background: url("images/logo.gif") no-repeat;
		display: block;
		text-indent: -9999px;
		height: 101px;
		width: 388px;
	}
	
	#header_img 
	{
		height: 130px;
		text-indent: -9999px;
		width: 910px; }
	
	ul#nav
	{
		margin: 60px 0 10px 0;
		padding: 10px 0;
		width: 500px;
		float: right;
		text-align: right; }
		
		ul#nav li
		{ 
			display: inline;
		}
		
		ul#nav a 
		{ 
			text-decoration: none;
			background: #fff;
			font-size: 120%;
			margin: 0 5px;
			padding: 5px 10px;
			color: #3f4040;
		}
		ul#nav a:hover
		{
			background: #333;
			color: #fff;
		}


#header_content  #exhibition-site-link {
	background-color: #98cbbf;
	color: #fff;
	text-decoration: none;
	font-family: Arial;
	display: block;
	padding: 5px 15px;
	position: absolute;
	text-align: center;
	top: -10px;
	right: 0px;
	border-bottom: 2px solid #689589;
}

#header_content  #exhibition-site-link:hover {
	background-color: #689589;
}


/*------ main (posts, etc) */

#main
{
/*	border-right: 3px dotted #ccc;*/
	display: inline;
	float: left;
	width: 598px;
	margin: 0 0 0 27px;
}

	#main .post_container {
		padding: 0 5px 5px 5px;
		background: #fff;
		border-color: #fff;
		border-width: 5px 0px 0px 0px;
		border-style: solid;
		margin: 0px 0px 15px;
		position: relative;
		opacity: 1.0;
	}

	#main .post_container.category_sub {
		border-color: #ccc;
	}

	#main .post {
		background: #fff;
		padding: 15px;
		opacity: 1; }
		
		#main .post h2 { 
			font-size: 200%;
			margin: 5px 0 10px 0px;
			line-height: 1em;
			text-align: left; }
					
		#main .category_sub .post h2 { 
			font-size: 150%;
			margin: 5px 0 0px 0px;
			line-height: 1em; }
		
			#main .post h2 a { 
				text-decoration: none;
				color: #333; }
				#main .post h2 a:hover { 
					text-decoration: underline;
					color: #333; }
		
		#main .post p.post_date { 
			display: none;
			font-size: 140%;
			position: absolute;
			left: -20px;
			top: 100px;
			background: #fff;
			border: 1px solid #f0f6c4;
			padding: 5px 5px; }
			
			#main .post p.post_date span { 
				background: #97CCC0;
				color: #fff;
				display: block;
				text-align: center;
				padding: 5px 5px; }
				#main .post p.post_date span span { padding: 2px; }
			
		#main .post p { 
			padding: 0px 10px 0 0px;
			margin-bottom: 15px;
      text-align: left; }
		  
		  #main .post form p {
		    margin-bottom: 5px;
		  }
		  
		  #main .post form input[type=text] {
		    display: block;
		    padding: 2px;
		  }
		  
		  #main .post form input[type=button],
		  #main .post form input[type=submit] {
		    margin: 10px 0;
		  }
		  
		  #main .post form input[type=text] {
		    display: block;
		    padding: 5px; 
		    width: 300px; 
		    margin-bottom: 10px;
		  }
		  
		#main .post img { 
			padding: 5px;
			margin: 10px 0;
			max-width: 550px; }
			
			#main .post img.alignleft {
			  float: left;
			  padding-right: 20px;
			  margin-top: 0;
			}
		
		#main .post p.post_meta {
		/*border-bottom: 3px dotted #ccc;
			border-top: 3px dotted #ccc;*/
			color: #666;
			font-size: 100%;
			margin-top: 15px;
			text-indent: 0px; }


/*------ sidebars */

.sidebar_container {
	float: left;
	display: inline;
	padding: 0px 5px 5px 5px;
	background: #f0f6c4;
	border-color: #97CCC0;
	border-width: 5px 0px 0px 0px;
	border-style: solid;
	margin: 0px 0px 15px 10px;
	opacity: 1.0;
}

.sidebar
{
	display: inline;
	float: right;
	padding: 0px 20px 10px 0;
	width: 180px; }

	.sidebar ul li h2,
	.sidebar ul li ul,
	.sidebar ul div.textwidget
	{ 
		background: #fff;
		padding: 0 10px;
	}
	
	.sidebar ul li h2,
	.sidebar ul div.textwidget
	{
		border-top: 5px solid #fff;
		border-bottom: 1px dashed #fff;
		font-weight: bolder;
		padding: 5px 10px 0px 10px;
	}
	
	.sidebar ul li ul,
	.sidebar ul div.textwidget
	{
		padding-bottom: 10px;
		margin-bottom: 20px;
	}
		.sidebar ul li ul li
		{
			border-bottom: 1px solid #e8e8e8;
		}
		
	.sidebar ul div.textwidget img { 
		padding: 2px;
		margin: 5px 0 5px 2px;
		max-width: 150px; }

#sidebar_left {
	padding: 0 0 0 5px;
	float: left;
	
}
#sidebar_right {
  padding: 0;
}

/*------ pagination */

#pagination
{
	float: left;
	width: 560px;
	display: inline;
 	padding: 0 5px 5px 5px;
 	background: #fff;
	border-color: #fff;
	border-width: 5px 0px 0px 0px;
	border-style: solid;
	margin: 0px 0px 15px;
	opacity: 1.0;
}

	#pagination ul
	{
		float: left;
		background: #fff;
		padding: 5px;
		width: 490px;
	}
		#pagination ul li
		{ 
			display: inline;
			width: 230px;
		}
		#pagination_older { 
			float: right; 
			text-align: right;
			padding-right: 5px; }
		#pagination_newer { 
			float: left;
			padding-left: 5px; }

/*------ comments/respond */

#comments,
#respond
{
	float: left;
	width: 570px;
	display: inline;
 	padding: 0 5px 5px 5px;
 	background: #f0f6c4;
	border-color: #97CCC0;
	border-width: 5px 0px 0px 0px;
	border-style: solid;
	margin: 0px 0px 15px;
	text-align: left;
	opacity: 1.0;
}
	#comments ol,
	#comments h3
	{
		float: left;
		background: #fff;
		padding: 0 5px 0 10px;
	}
		#comments ol li { 
			float: left;
			padding-top: 10px; }
		#comments ol li.alt
		{} /*Todo: Add zebra striping*/
	#comments h3
	{
		border-bottom: 1px dotted #e8e8e8;
		font-size: 130%;
		width: 560px;
		display: inline;
		padding: 10px 0px 10px 10px;
	}
	
	#comments .comment_meta {
		float: left;
		width: 550px;
	}
	
	#comments .comment_avatar {
		color: #999;
		float: left;
		width: 200px;
	}
		
	#comments .comment_body {
		float: left;
		padding: 5px 0;
		margin: 0 10px 0px 10px;
		width: 550px;
	}
	
	#comments .comment_date { 
		float: right;
		font-size: 80%;
		border-bottom: 1px dotted #e8e8e8;
		padding-bottom: 5px;
		margin-bottom: 20px;
		text-align: right;
		width: 550px; }

#respond_body {
	background: #fff; }
	
	#respond_body h3
	{
		border-bottom: 1px dotted #e8e8e8;
		font-size: 130%;
		width: 560px;
		padding: 10px 0px 10px 10px;
	}
	
	#respond_body #commentform {
		padding-left: 10px;
	}
	
	#respond_body #commentform p 
	{
		padding: 5px 0;
	}

	#respond_body #commentform label
	{
		color: #999;
	}
	
	#respond_body input.fatty
	{
		border: 1px solid #e8e8e8;
		font-size: 130%;
		padding: 5px;
		width: 530px;
	}
	
	#respond_body textarea.fatty
	{
		border: 1px solid #e8e8e8;
		font-size: 130%;
		padding: 5px;
		width: 530px;
	}

        .stbutton {
           margin-top: 10px; }

/*------ footer */

#footer
{
	clear: both;
	text-align: center;
}

/*----- plugins */

#fbmeme_button {
margin-bottom: 10px;
}
