/*
Theme Name: GreenZone
Author: Swell Surf Camp
Author URI: http://www.swellsurfcamp.com/
	This theme was designed and built by Ronald Nunez,
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

/* Layout Styles */
body {
	margin:0;
	background:#cdc2af url(images/bodybg.jpg) top center no-repeat;
	font-family:Georgia, "Times New Roman", Times, serif;
	}

/*CSS reset*/	
h1,h2,h3,h4,h5,h6,p,ul,li {
	margin:0;
	padding:0; 
	}
h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
	}
h1 {
	font-size:22px;
	}
h2 {
	font-size:20px;
	}
h3 {
	font-size:18px;
	}
h4 {
	font-size:16px;
	}
h5 {
	font-size:14px;
	}
h6 {
	font-size:12px;
	}

/*page layout */
#wrapper {
	width:960px;
	margin:0 auto;
	}

#headwrapper {
	overflow:hidden;
	margin:0 0 22px 0;
	}
.header {
	background:url(images/titlebg.png) top left no-repeat;
	height:123px;
	}
.title {
	float:left;
	padding:24px 0 0 112px;
	
	}
.title h1 a {
	font-size:32px;
	float:left;
	color:#000;
	padding:0 0 10px 0;
	text-decoration:none;
	font-weight:normal;
	}
.description {
	clear:both;
	color:#8e8c8c;
	font-size:18px;
	}
.rss { 
	float:right;
	background: url(images/rssfeed.png) top left no-repeat;
	width:252px;
	height:122px;
	}
.rss a {
	display:block;
	width:252px;
	height:122px;
	}
.rss span {
	display:none;
	}
.masthead {
	background: #fff url(images/banner.jpg) center center no-repeat;
	padding:7px;
	height:264px;
	}
.searchwrapper {
	float:right;
	margin:16px 26px 0 0;
	position:relative;
	}

#maincontent {
	overflow:hidden;
	}
#content {
	width:709px;
	float:left;
	}
#content h2.pagetitle {
	margin:0 0 8px;
	padding:6px 0 6px 20px;
	}

#content h2 {
	font-size:20px;
	color:#010101;
	}
#content h2 a {
	color:#010101;
	text-decoration:none;
	}
#content h2 a:hover {
	text-decoration:underline;
	}

.datewrap {
	float:left;
	width:50px;
	padding:4px 0 0;
	}
.datewrap p.date {
	font-size:12px;
	text-align:center;
	line-height:14px;	
	}
.titlewrap {
	float:left;
	padding:2px 0 0 20px;
	}
.titlewrap p.author, .titlewrap p.category {
	font-size:12px;
	}
.titlewrap p.author a, .titlewrap p.category a {
	color:#05d6fc;
	text-decoration:none;
	}
.titlewrap p.author a:hover, .titlewrap p.category a:hover {
	text-decoration:underline;	
	}
.contenttop {
	background:url(images/posttopbg.png) top left no-repeat;
	padding:10px 10px 0;
	overflow:hidden;
	}
.post {
	background:url(images/postbodybg.png) top left repeat-y;
	padding:18px 18px 0;
	}
.post p {
	font-size:14px;
	line-height:22px;
	padding:0 0 30px 0;
	}
.post p a {
	color:#05d6fc;
	text-decoration:none;
	}
.post p a:hover {
	text-decoration:underline;
	}

.postbot {
	background:url(images/postbotbg.png) top left no-repeat;
	height:62px;
	padding:0 10px 12px 18px;
	margin:0 0 28px;
	}
.postbot p.readmore {
	float:left;
	}
.postbot p.readmore a {
	color:#05d6fc;
	text-decoration:underline;
	}
.postbot p.readmore a:hover {
	text-decoration:none;
	}
.postbot p.comments {
	font-size:10px;
	float:right;
	text-align:center;
	line-height:24px;
	padding:10px 0 0;
	}
.postbot p.comments a {
	color:#000;
	text-decoration:none;
	}
.postbot p.comments a:hover {
	text-decoration:underline;
	}
.postbot p.comments span.commentsnum {
	font-size:22px;
	}

#sidebar {
	background:url(images/sidebarbg.png) top right no-repeat;
	width:186px;
	height:810px;
	float:right;
	padding:14px 20px 0 20px;
	}
	
/* Wordpress Default Styles*/
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
   padding:0 10px 0 0;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}
/* End Layout Styles */

/* Begin Typography & Colors */
.post  p.postmetadata {
	margin:0;
	padding:0;
	}
.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: none;
}

#footer {
	background:#DBD3C8;
	height:40px;
	width:709px;
	margin:0;
	}
	
#footer p {
	font-size:11px;
	line-height:40px;
	text-align:center;
	}
#footer p a {
	text-decoration:none;
	color:#000;
	}
#footer p a:hover {
	text-decoration:none;
	}
.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li div {
	overflow:hidden;
	background:#fff url(images/commentcorner.jpg) top right no-repeat;
	margin:0 0 3px;
	}

.commentlist li .avatar { 
	float: left;
	width:48px;
	height:48px;
	margin:0 10px 0 0;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 16px;
	text-transform: none;
	}

#commentform p {
	font-family:Georgia,Verdana,Arial,Sans-Serif;
	font-size:12px;
	}
#commentform p a {
	color:#05D6FC;
	}
.commentmetadata {
	font-weight: normal;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */

/*	Begin Headers */
#sidebar h1, #sidebar  h2 {
	margin: 5px 0 0;
	padding: 0 0 0 28px;
	font-weight:normal;
	background:url(images/headebull.png) center left no-repeat;
	}
h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	display: inline;
	}

img.alignleft {
	display: inline;
	}
/* End Images */



/* Begin Lists*/

.post ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.post ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li div p {
	font-size:12px;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 16px;
	}
#sidebar ul li a {
	font-size:12px;
	color:#000000;
	text-decoration:underline;	
	}
#sidebar ul li a:hover {
	text-decoration:none;	
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	font-size: 12px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 0 0 0 36px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 0;
	padding: 1px 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 0;
	padding: 0;
	text-align: center;
	}

#searchform #s {
	padding:4px 28px 4px 4px;
	width:156px;
	background:url(images/txtbox.png) top left no-repeat;
	border:none;
	}

#searchform #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 2px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond {
	margin:0 0 28px 0;
	}
#respond:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */

/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}
h3#comments {
	display:none;
	}
.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin:6px 0 2px;
	padding:8px 10px 10px;
	list-style: none;
	background:#DBD3C8;
	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 0 0 4px;
	font-size:14px;
}
.commentlist p.commentauthor {
	padding:6px 0 0 0;
	}
.commentlist p.commentauthor {
	padding:2px 0 0 0;
	}
.commentlist p.commentauthor a {
	padding:6px 0 0 0;
	color:#000;
	text-decoration:none;
	}
.children { padding: 0; }

#commentform p {
	margin: 2px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
.center {
	text-align: center;
	}

.screen-reader-text {
     position: absolute;
     left: -1000em;
}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
	}
/* End Various Tags & Classes*/

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */
