/*
Theme Name: Wet Summer
Theme URI: http://wordpress.org/
Theme by: Erik Gyepes
URI: http://www.erikgyepes.com/
Version: 1.0

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
*/

/* USED COLORS
-----------------------------------------------------------
	#fff - white (backgrounds, comments text);
	#000 - black (common text)
	#88a39f - dark green (post headers)
	#b0d265 - green (sidebar headers)
	#67b7fc - blue (some highlighted texts);
	#757575 - grey (or silver?) (hyperlinks)
*/

/* BEGIN STRUCTURE
----------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}

#wrapper {
	background: url("images/header-bg.png") repeat-x;
	height: 144px;
}

#subwrapper {
	margin: 0 auto;
	width: 980px;
	padding-left: 20px;
}

#subwrapper #header {
	float: left;
	clear: none;
	padding: 15px 0 0 0;
	height: 83px;
	width: 50%;
}

#subwrapper #search {
	float: left;
	clear: none;
	width: 50%;
	text-align: right;
	padding-top: 20px;
}

#subwrapper #search .searchform {
	padding-top: 20px;
}

#subwrapper #search a {
	background: url("images/icons/rss-icon.gif") no-repeat 100% 0;
	font-size: 12px;
	padding: 2px 25px 2px 0;
}



#navigation {
	height: 46px;
}

#content {
	float: left;
	margin: 30px 30px 0 10px;
	width: 700px;
}

#sidebar {
	float: right;
	margin: 30px 0;
	width: 220px;
}

#footer {
	background: #fff url("images/footer-bg.png") repeat-x;
	clear: both;
	height: auto;
	padding-top: 15px;
	margin-left: 10px;
}
#footer #footerwrapper {
	margin: 0 auto;
	width: 770px;
}
#footer #latestposts,
#footer #blogroll,
#footer #meta {
	float: left;
	width: 28%;
	margin: 0 15px;
}

#footer div#credits {
	clear: both;
	display: block;
	padding: 30px 0;
	text-align:center;
}

/* END STRUCTURE
----------------------------------------------------------- */


/* BEGIN NAVIGATION
----------------------------------------------------------- */
#navigation ul {
	list-style: none;
}

#navigation ul li {
	float: left;
}

#navigation ul li {
	float: left;
	height: 36px;
	margin-right: 1px;
	padding-left: 10px;
	margin-top: 10px;
}
#navigation a {
	color: #fff;
	display: block;
	float: left;
	font-size: 14px;
	height: 40px;
	padding-right: 30px;
	padding-top: 6px;
}

#navigation ul li.page_item {
	font-weight: bold;
}

#navigation ul li.current_page_item {
	background: url("images/tabLeft.gif") no-repeat;
	float: left;
	height: 36px;
	margin-right: 1px;
	padding-left: 30px;
	margin-top: 10px;
}
#navigation ul li.current_page_item a {
	color: #959595;
	background: url("images/tabRight.gif") no-repeat 100% 0;
	display: block;
	float: left;
	font-weight: bold;
	height: 40px;
	padding-right: 30px;
	padding-top: 6px;
}
/* END NAVIGATION
----------------------------------------------------------- */


/* BEGIN HYPERLINKS
----------------------------------------------------------- */
a {
	color: #757575;
	outline-style: none;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}

#content a {
	color: #6F6F6F;
	outline-style: none;
}
#content a:link {
	text-decoration: underline;
}
#content a:visited {
	text-decoration: underline;
}
#content a:hover {
	color: #67b7fc;
	text-decoration: underline;
}
#content a:active {
	text-decoration: underline;
}
/* END HYPERLINKS
----------------------------------------------------------- */


/* BEGIN TYPHOGRAPHY & COLORS
----------------------------------------------------------- */
* {
	font-family: "Bitstream Vera Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5;
}

h1, h1 a {
	font-size: 18px;
	font-weight: bold;
}
h2, h2 a {
	font-size: 17px;
}
h3, h3 a {
	font-size: 18px;
}
h4, h4 a {
	font-size: 14px;
	font-weight: bold;
}

#header #description {
	color: #757575;
	font-size: 11px;
	font-weight: bold;
	padding-top: 42px;
}

#header #logo {
	float: left;
	clear: none;
	padding-right: 4px;
}

#header #logo img {
	padding-top: 8px;

}

#content h2.pagetitle {
	color: #757575;
}

#content h1 {
	color: #333333;
}
#content h2 {
	color: #666666;
}
#content h3 {
	color: #666666;
}
#content .post h2 a {
	color: #88a39f;
}
#content .post h4 {
	color: #757575;
}


h3#comments,
h3#respond {
	font-size: 16px;
	font-weight: normal;
}

h3.enjoy, h3.enjoy em, h3.enjoy a {
	font-size: 15px;
	font-weight: normal;
}
h3.enjoy em {
	color: #67b7fc;
}

#content .post p {
	margin: 10px 0;
}

#sidebar ul li h2 {
	background: url("images/sidebar-bg.png") no-repeat;
	font-size: 14px;
	color: #757575;
	height: 33px;
	padding-top: 8px;
	width: 215px
}

#sidebar ul li a {
	color: #757575;
}

#footer h2 {
	font-size: 14px;
	font-weight: bold;
	color: #757575;
}

#footer #credits,
#footer #credits a {
	font-size: 10px;
}
/* END TYPHOGRAPHY & COLORS
----------------------------------------------------------- */


/* BEGIN LISTS
----------------------------------------------------------- */
#sidebar ul li,
#footer ul li {
	list-style: none;
}

#sidebar ul li ul li {
	/*background: url("images/dots.png") repeat-x 0 0;*/
}

#sidebar ul li h2 {
	background: #fbfbfb url("images/dots.png") repeat-x 0 0;
}

#sidebar ul li ul li a {
	background: url(images/icons/arrow.gif) no-repeat 0 6px;
	display: block;
	padding: 2px 0 0 20px;
	height: auto;
}
* html #sidebar ul li ul li a {
	height: 1%;
}
#sidebar ul li ul li a:hover {
	color: #67b7fc;
}

#sidebar ul li ul li ul li a {
	background: url(images/sub_icon.gif) no-repeat 0 6px;
	margin: 2px 0 2px 13px;
}

#sidebar ul li ul li ul li ul li a {
	background: url(images/sub_icon.gif) no-repeat 0 6px;
	margin: 2px 0 2px 22px;
}

#sidebar ul li {
	margin-bottom: 15px;
}
#sidebar ul li ul li{
	margin-bottom: 0px;
}

#content ol li {
	margin-left: 35px;
}

#content ul li {
	list-style: disc;
	margin-left: 30px;
	position: relative;
}

#footer ul li {
	background: url("images/dots.png") repeat-x 0 0;
}
#footer ul li a {
	display: block;
	height: 1%;
	padding-left: 15px;
	padding: 6px 0;
	height: auto;
}
* html #footer ul li a {
		height: 1%;
}
#footer ul li a:hover {
	background: #fbfbfb url("images/dots.png") repeat-x 0 0;
	color: #67b7fc;
}


/* END LISTS
----------------------------------------------------------- */


/* BEGIN IMAGES
----------------------------------------------------------- */
#content img {
	border: none;
	margin: 5px;
}

#content img.left {
	display: inline;
	float: left;
	margin: 5px 5px 5px 0;
}
#content img.right {
	display: inline;
	float: right;
	margin: 5px 0 5px 5px;
}
#content img.center
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/* END IMAGES
----------------------------------------------------------- */


/* BEGIN FORMS
----------------------------------------------------------- */

#search input.s {
	padding: 3px;
	color: #000;
	border: 1px solid #ccc;
	background: url("images/icons/magnifier.gif") no-repeat 100% 2px;
	padding-right: 20px;
}

#sidebar input {
	display: none;
}


#sidebar input#s {
	background: transparent url("images/search-input-bg.png") repeat-x;
	border: 1px solid #dcdcdc;
	color: #000;
	display: block;
	height: 14px;
	padding: 8px 10px;
	width: 150px;
}

#content form#commentform input {
	background: transparent url("images/form-input-bg.png") repeat-x right 50%;
	border: 1px solid #dcdcdc;
	color: #000;
	float: left;
	height: 15px;
	padding: 8px 10px;
	width: 235px;
}

#content form#commentform textarea {
	background: transparent url("images/form-textarea-bg.png") repeat-x;
	border: 1px solid #dcdcdc;
	color: #000;
	float: left;
	height: 185px;
	padding: 8px 10px;
	width: 420px;
	overflow: hidden;
}

#content form#commentform input#submit {
	background: transparent url("images/form-submit-bg.png") no-repeat;
	border: none;
	color: #fff;
	float: left;
	height: 35px;
	padding: 8px 10px;
	width: 78px;
}

* html #header input.s,
* html #content form#commentform input,
* html #content form#commentform textarea,
* html input#submit,
* html #sidebar input#s {
	background-attachment: fixed;
}

#commentform input,
#commentform textarea {
	margin: 5px 0;
}

* html #commentform input,
* html #commentform textarea {
	margin: 10px 0;
}


#commentform label {
	float: left;
	margin: 10px 0 0 10px;
}

#commentform p {
	clear: both;
	height: 1%;
}

#content form div.search input {
	background: transparent url("images/form-input-bg.png") repeat-x right 50%;
	border: 1px solid #dcdcdc;
	color: #000;
	height: 16px;
	padding: 8px 10px;
	width: 231px;
	margin: 0 auto;
}

#content form div.search {
	text-align: center;
}
/* END FORMS
----------------------------------------------------------- */


/* BEGIN DATE BLOCK
----------------------------------------------------------- */
#content .post .date {
	background: url("images/date-bg.png") no-repeat;
	float: left;
	height: 65px;
	margin-right: 10px;
	text-align: center;
	width: 52px;
}

#content .post .date .month {
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	padding-top: 3px;
}

#content .post .date .day {
	color: #a2b47d;
	font-size: 25px;
	padding-top: 2px;
}

/* END DATE BLOCK
----------------------------------------------------------- */


/* BEGIN POST
----------------------------------------------------------- */

#content .post .title {
	float: left;
	width: 460px;
}

#content .post {
	clear: both;
	height: 1%;
	position: relative;
}

#content .entry {
	clear: both;
	height: 1%;
	margin-bottom: 40px;
	padding-top: 10px;
}

.editlink a {
	background: url("images/icons/pencil.gif") no-repeat;
	display: block;
	padding-left: 20px;
	position: absolute;
	right: 0;
	top: 0;
}

.editlinkCategory a {
	background: url("images/icons/pencil.gif") no-repeat;
	padding-left: 20px;
	position: absolute;
}

#content .post small.author {
	background: url("images/icons/user.gif") no-repeat;
	color: #888;
	font-weight: normal;
	padding-left: 20px;
}
#content .post small.authorname {
 	color: #757575;;
	font-weight: bold;
}
#content .post small.categories {
	background: url("images/icons/tag_blue.gif") no-repeat;
	color: #68d0f0;
	padding-left: 20px;
}
#content .post small.categories a {
	color: #757575;
}

#content .post .comments {
	color: #b0d265;
	font-weight: bold;
}
#content .post a.commentslink {
	background: url("images/icons/comments.gif") no-repeat;
	color: #68d0f0;
	padding-left: 20px;
}

#content a.rssfeed-small {
	background: url("images/icons/rss-icon-post.gif") no-repeat;
	padding: 1px 0 1px 20px;
}

#content .post  ul {
	padding: 10px;
}

/*
#content .post  ul {
	padding: 5px 0 20px 0;
}

#content .post  ul li {
	list-style: none;
	margin-left: 20px;
	padding-left: 25px;
	background: url("images/links_bullet.gif") no-repeat;
}
*/

/* END POST
----------------------------------------------------------- */


/* BEGIN COMMENTS
----------------------------------------------------------- */
ol.commentlist {
  list-style: none;
}

#content ol.commentlist li.comm {
  margin-left: 0;
}

#content ol.commentlist li.comm {
	color: #000;
	position: relative;
	width: 541px;
}

.comment {
	padding: 15px;
}

cite.comment-author,
small.comment-metadata  {
	display: block;
}

cite.comment-author,
cite.comment-author a {
	color: #67b7fc;
	font-size: 16px;
	font-weight: bold;
	padding-left: 15px;
}

cite.comment-author {
	color: #b0d265;
	background: url("images/dots.png") repeat-x 0 100%;
}

small.comment-metadata,
small.comment-metadata a {
	text-align: right;
}

small.comment-metadata a {
	font-weight: bold;
}

#respond {
	background: url("images/icons/user_comment.gif") no-repeat 0 50%;
	padding-left: 20px;
}
/* END COMMENTS
----------------------------------------------------------- */


/* BEGIN OTHER
----------------------------------------------------------- */
.navigation {
	display: block;
	padding-bottom: 30px;
	text-align: center;
}

.left {
	float: left;
}

.right {
	float: right;
}

.center {
	text-align: center;
}

blockquote {
	margin:	15px 0 15px 0;
	padding-left: 24px;
}

#content .post .wp-smiley {
	border: none;
	vertical-align: middle;
}

.highlight {
	color: #67b7fc;
	font-size: 16px;
}
/* END OTHER
----------------------------------------------------------- */


/* BEGIN CALENDAR
----------------------------------------------------------- */
#wp-calendar {
	empty-cells: show;
	margin: 0 auto 0;
	width: 150px;
}

#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 {
	text-align: center;
}


#wp-calendar caption {
	color: #b0d265;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}
#wp-calendar th {
	color: #b0d265;
	font-weight: bold;
	text-transform: capitalize;
}
#wp-calendar {
	color: #000;
}

table#wp-calendar tr td a {
	color: #757575;
}
/* END CALENDAR
----------------------------------------------------------- */


/* BEGIN CODE HIGHLIGHT
----------------------------------------------------------- */
#content pre.none {
	font-family: Courier New, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	background-color: #f0f0ff;
	border: 1px solid #ccc;
	padding: 8px;
	width: 95%;
	text-align: left;
}

.ch_code_container {
	font-family: Courier New, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	background-color: #f0f0ff;
	border: 1px solid #ccc;
	padding: 8px;
	width: 95%;
	text-align: left;
}
.ch_code_container .head
{
	color: #808080;
	font-weight: bold;
	background-color: #f0f0ff;
	border-bottom: 1px solid #d0d0d0;
	padding: 2px;
}

.ch_code_container span {
	font-family: Courier New, Helvetica, Verdana, sans-serif;
	font-size: 12px;
}

div #line {
	border: 1px dotted #ccc;
}