@charset "utf-8";
/* CSS Document */

* {
	padding: 0px;
	margin: 0px;
}

body {
	background-image: url(images/top.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	min-width: 1024px;
	font-family: Arial, Helvetica, sans-serif;
}

#header {
	height: 396px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;

}

#logo {
	position: relative;
	left: 568px;
	top: 32px;
	height: 53px;
	width: 287px;
	
}

#banner {
	background-color: #FFF;
	height: 90px;
	width: 728px;
	border: 1px solid #333;
	position: relative;
	top: 16px;
	left: 220px;
}

#nav {
	height: 35px;
	width: 1000px;
	position: relative;
	top: 156px;
}

#nav ul {
	list-style-type: none;	
}

#nav li a {
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	background-color: #2CB684;
	padding: 10px;
	float:right;
	margin-left:10px;
	
}

#nav li a:hover {
	color: #2CB684;
	background-color: #FFF;	
}

#container {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

#container2 {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

#content {
	width: 690px;
	font-size: 12px;
	margin-top: 10px;
	float: left;
}

#content2 {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

#content h1 {
	font-size: 18px;	
}

.cg-title {
	font-size: 16px;
	padding-bottom: 10px;
}

#sidebar {
	width: 300px;
	float: left;
	font-size: 12px;
	padding-left: 10px;
}

#side-banner {
	width: 160px;
	height: 600px;
}

#sidebar ul {
	list-style-type: none;	
}

#footer {
	background-color: #2CB684;
	width: 100%;
	float: left;
	text-align: center;
	font-size: 12px;
}

#footer-container {
	padding: 10px;
}

#footer a {
	color: #FFF;
	text-decoration: none;	
}

#footer a:hover {
	text-decoration: underline;	
}

.gallery-item {
	float: left;
	width: 100px;
	margin-left: 10px;
	margin-bottom: 10px;
}

.col {

}

.maintitle h2 {
	font-size: 12px;
	color: #2CB684;
}	

.maintitle a {
	text-decoration: none;
}

.maintitle {
	
}

#series2 {
	-moz-column-count: 2;
    -moz-column-gap: 0px;
    -webkit-column-count: 2;
    -webkit-column-gap: 0px;
    column-count: 2;
    column-gap: 0px;	
	width: 680px;
	float: left;
	padding-bottom: 10px;
}

#series2 ul {
	list-style-type: none;	
}

.series-cotainer {
	float: left;
	width: 320px;
	background-color: #E3FBEB;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 5px;
}

.series-img {
 float: left;
 height: 100px;
 margin-right: 5px;
}

.date {
	
}

.seriestitle h2 {
	font-size: 14px;
}

.seriestitle a {
	color: #2CB684;
	text-decoration: none;	
}

.seriestitle a:hover {
	font-weight: bold;
	color: #000;
}

.seriesbox {
	width: 318px;
	margin-bottom: 10px;
	margin-right: 10px;
	background-color: #E3FBEB;
	padding: 5px;
	border: 1px dotted #2CB684;
	display: table;
}

.seriesimage {	
	margin-right: 5px;
	float: left;
}

.seriestag {
	font-size: 12px;	
}

.seriestag a {
	color: #000;
	text-decoration: underline;
}

.seriestag a:hover {
	color: #2CB684;	
}

#pagination {
	float: left;
	width: 1000px;
	margin-bottom: 15px;
}

.pagination {
clear:both;
padding:20px 0;
position:relative;
font-size:11px;
line-height:13px;
margin-bottom: 20px;
}
 
.pagination span, .pagination a {
	display:block;
	float:left;
	margin: 2px 2px 2px 0;
	padding:6px 9px 5px 9px;
	text-decoration:none;
	width:auto;
	color:#fff;
	background: #2CB684;
	font-weight: bold;
}
 
.pagination a:hover{
color:#2CB684;
background: #FFF;
}
 
.pagination .current{
padding:6px 9px 5px 9px;
background: #FFF;
color:#2CB684;
}

.gallery-item {
	margin: 0px;
}

.gallery-item:hover {
	opacity: 0.7;
}

.tags a {
	color: #2CB684;
	text-decoration: none;	
}

.tags a:hover {
	color: #000;	
}

#respond {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #E3FBEB;
	margin-top: 10px;
	margin-bottom: 10px;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

#respond h3 {
	padding-bottom: 5px;	
}

#respond input {
	border: 1px solid #2CB684;
	margin-bottom: 5px;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
	padding-left: 5px;
	font-size: 12px;
}

#respond textarea {
	border: 1px solid #2CB684;
	margin-bottom: 5px;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
	padding-left: 5px;
}

#submit {
	font-weight: bold;
	color: #FFF;
	background-color: #2CB684;
	padding: 5px;
}

.tagstyle {
	list-style-type: none;
	float: left;
	width: 700px;
	padding-bottom: 10px;
}

.tagstyle a {
	color: #2CB684;
	text-decoration: none;	
}

.tagstyle a:hover {
	color: #000;	
}

.tagstyle img {
	float: left;
	margin-right: 10px;
}

.tagstyle h2 {
	font-size: 14px;
	text-decoration: none;
}

.tagtitle {
	font-size: 18px;
	color: #000;
	padding-bottom: 10px;
}

.longlist ul {
	list-style-type: none;	
}

.longlist li {
	float: left;
	width: 200px;
}

.longlist h2 {
	display: block;
	background-color: #2CB684;
	float: left;
	width: 685px;
	color: #FFF;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 16px;
	padding-left: 5px;
}

.longlist a {
	color: #2CB684;
	text-decoration: none;
}

.lognlist a:hover {
	color: #000;	
}

.recentbox {
	-moz-column-count: 3;
    -moz-column-gap: 10px;
    -webkit-column-count: 3;
    -webkit-column-gap: 10px;
    column-count: 3;
    column-gap: 0px;
    width: 680px;
}

.recentbox ul {
	list-style-type: none;	
}

.recentbox li {
	background-color: #E3FBEB;
	display: inline-block;
	padding: 10px;
	margin-bottom: 10px;
}

.recentbox a {
	color: #2CB684;
	text-decoration: none;
}

.recentbox a:hover {
	color: #000;	
}

.recentbox h2 {
	font-size: 14px;
	text-align: center;
}

.recent-heading {
	margin-bottom: 10px;	
}

.recent-image {
	text-align: center;	
}

.recent-image img {
	padding: 5px;
}

.recent-time {
	color: #FFF;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	background-color: #2CB684;
}

.breadcrumbs {
	font-size: 12px;
	color: #000;
	font-weight: bold;
	padding-bottom: 10px;
}

.breadcrumbs a {
	color: #2CB684;
	text-decoration: none;	
}

.breadcrumbs a:hover {
	color: #000;	
}

.search-title {
	font-size: 18px;	
}

#searchform {
	padding-bottom: 10px;	
	padding-top: 10px;
}

input#s {
	border: 1px solid #2CB684;	
	width: 245px;
}

#searchsubmit {
	color: #FFF;
	background-color: #2CB684;	
	border: none;
}

.tweet {
	display: inline;
	padding-left: 25px;
}	

.tumblr {
	display: inline;
}

#commentform label {
	display: block;
}

.comment-notes {
	padding-bottom: 10px;	
}
