/*
Theme Name: NEOIS
Theme URI: http://adjacentconcepts.com
Description: Custom template for the North East Ohio Iris Society
Version: 1.0
Author: AdjacentConcepts.com
Author URI: http://adjacentconcepts.com
Tags: blue, flower, fixed width, two columns, widgets
*/

@import "http://meyerweb.com/eric/tools/css/reset/reset.css";

body{
	background-color: #E7E7DC;
	color: #575757;
	font: normal 62.5% Georgia, serif;
	line-height:2.7em;
}

h1, h2, h3 {  
	font-style: italic;
	font-weight: normal; 
	color: #575757;
}

h1 { font-size: 4.0em; }
h2 { font-size: 2.4em; color: #8548C3; }
h3 { font-size: 1.8em; color: #5A7ACF; }
h4 { font-size: 1.6em; }

#kpg-paginator, #kpg-backLink, #kpg-album-description, p, td, #content ul, #content ol { font-size: 1.6em; }
table#kpg-pictures td div.kpg-summary { font-size: 0.8em; line-height: 1.2em; }

p, ul, ol { margin-bottom: 16px; }

ol { margin-left: 20px; list-style: decimal; }

#content ul {
	margin-left: 40px;
	list-style: disc;
}

a { color: #5A7ACF; }

img { 
	padding: 0;
	border:2px solid #E3E3D5; 
}

img.align-left {
	float: left;
	margin: 0 10px 10px 0;
}

img.align-right {
	float: right;
	margin: 0  0 10px 10px;
}

#outer {
	margin: 20px auto 0;
	width: 920px;
}

#inner {
	padding: 20px;
	border: 2px solid #E3E3D5;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	/*background: #ffffff url(http://www.istockphoto.com/file_thumbview_approve/371790/2/istockphoto_371790-spring-iris.jpg) no-repeat right top;*/
	background: #ffffff url(images/iris-logo.png) no-repeat 0 -20px;
	/*background: #ffffff url(http://www.istockphoto.com/file_thumbview_approve/4757608/2/istockphoto_4757608-bouquet-of-flowers.jpg) no-repeat left top;*/
}

#main {
	float: right;
	margin-left: 10px;
	width: 650px;
}

#header {
	margin-bottom: 20px;
}

#header h1 a {
	text-decoration: none;
	color: #a4a4a4;
}

#header h1 span {
	color: #8548C3;
}

#sidebar {
	float: left;
	margin-top: 220px;
	width: 210px;
}

#sidebar li.widget {
	margin-bottom: 20px;
}

#sidebar li.widget h3 {
	color: #8548C3;
}

#sidebar li.widget h3 span {
	color: #c0c0c0;
}

#sidebar li.widget ul {
	margin-left: 26px;
	list-style: disc;
}

#sidebar li.widget ol {
	margin-left: 26px;
	list-style: decimal;
}

#sidebar li.widget li, #sidebar li.widget p {
	font-size: 1.4em;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	margin: 0 10px 0 0;
	padding: 0;
	float: left;
	font-size: 1.6em;
}

#menu li a {
	text-decoration: none;
	font-family: Georgia, serif; 
	color: #8548C3;
	border-bottom: 2px solid #eeeeee;
}

#menu li a:hover {
	border-bottom: 2px solid #c0c0c0;
}

#content {
	margin-top: 40px;
	padding-top: 30px;
	background: transparent url(images/separator_end_fancy.jpg) no-repeat center top;
}

#content h2 {
	margin-bottom: 10px;
}

.post {
	padding-bottom: 30px;
	background: transparent url(images/separator_end_fancy.jpg) no-repeat center bottom;
}

.post .timestamp {
	font-size: 1.2em;
	line-height: 0.8em;
}

.event p {
	margin-bottom: 0;
}

.event { margin-bottom: 16px; }

#gallery li {
	height: 125px;
}

#footer {
	text-align: center;
}

#sidebar li.widget_google_stats p {
	margin: 0;
	font-size: 1.2em;
	line-height: 0.8em;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

