/*
Theme Name: Wet Summer
Theme URI: http://wordpress.org/
Description: Wet Summer is a modern Web 2.0 Wordpress theme with implemented "Add to" social bookmarking links. Coded by <a href="http://www.erikgyepes.com">Erik Gyepes</a>.
Version: 1.0
Author: Erik Gyepes
Author URI: http://www.erikgyepes.com/

	This theme was coded by Erik Gyepes,
	whose website you will find at http://www.erikgyepes.com

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

	Wet Summer uses:

	Fam Fam Fam Silk Icons:
	http://www.famfamfam.com/lab/icons/silk/
	Social Bookmark Script
	http://www.social-bookmark-script.com/
*/


/* 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: 164px;
}

#subwrapper {
	margin: 0 auto;
	width: 770px;
}

#header {
	padding: 15px 0 0 15px;
	height: 103px;
}
#header #subscribe {
	background: url("images/subscribe-bg.png") no-repeat;
	display: block;
	height: 23px;
	padding: 4px;
	position: absolute;
	right: 15px;
	top: 0;
	width: 105px;
}
#header #subscribe a {
	background: url("images/icons/rss-icon.gif") no-repeat 100% 0;
	color: #fff;
	font-size: 15px;
	padding-right: 25px;
}

#navigation {
	height: 46px;
}

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

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

#footer {
	background: #fff url("images/footer-bg.png") repeat-x;
	clear: both;
	height: auto;
	padding-top: 15px;
}
#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: 10px 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: 30px;
	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.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;
}
/* 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: 22px;
}
h2, h2 a {
	font-size: 17px;
}
h3, h3 a {
	font-size: 18px;
}
h4, h4 a {
	font-size: 16px;
}

#header h1 a {
	background: url("images/logo.gif") no-repeat 100% 0;
	color: #fff;
	font-size: 30px;
	font-weight: normal;
	padding-right: 30px;
}
#header h2 {
	color: #000;
	font-size: 18px;
	font-weight: normal;
}

#content h2.pagetitle {
	color: #757575;
	text-align: center;
}

#content .post h2 {
	color: #757575;
}
#content .post h2 a {
	color: #88a39f;
}

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;
	color: #b0d265;
	font-size: 15px;
	height: 33px;
	padding-top: 8px;
	text-align: center;
	width: 215px
}

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

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

#sidebar ul li ul li ul li a {
	padding-left: 30px;
}

#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
----------------------------------------------------------- */
#header div.search {
	background: url("images/search-input-bg.png") repeat-x;
	height: 16px;
	padding: 5px 10px;
	position: absolute;
	right: 15px;
	top: 80px;
}
#header input.s {
	color: #000;
	background: url("images/icons/magnifier.gif") no-repeat 100% 0;
	border: none;
	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: 5px;
}

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

#content .post small.author {
	background: url("images/icons/user.gif") no-repeat;
	color: #b0d265;
	font-weight: bold;
	padding-left: 20px;
}
#content .post small.authorname {
 	color: #757575;;
	font-weight: normal;
}
#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;
}
/* 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 {
	background: url("images/quotes.gif") no-repeat;
	font-style: italic;
	min-width: 41px;
	/* IE6 min-height hack: */
	min-height: 27px;
	height: auto !important;
	height: 27px;
	/**/
	margin:	15px 0;
	padding-left: 56px;
}

#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
----------------------------------------------------------- */
