/*
Theme Name: Fresh Cappuccino
Theme URI: http://wordpress.org/
Description: Fresh Cappuccino is a modern Web 2.0 Wordpress theme with implemented "Add to" social bookmarking links. Brought to you by <a href="http://www.memory4mobiles.co.uk">Mobile phone memory</a> and <a href="http://www.memorybits.co.uk">Cheap SD Micro cards</a>.
Version: 1.0
Author: Erik Gyepes
Author URI: http://www.erikgyepes.com/

	This theme was designed and built 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

	Fresh Cappuccino uses:

	Fam Fam Fam Silk Icons:
	http://www.famfamfam.com/lab/icons/silk/
	Fast Icon RSS Feed Icon:
	http://fasticon.com/freeware/?p=40
	Social Bookmark Script
	http://www.social-bookmark-script.com/
*/


/* USED COLORS
-----------------------------------------------------------
	#000 - black (navigation text)
	#e7f262 - green (header text)
	#675e42 - dark brown (text);
	#fdfde7 - cream (backgrounds, comments text);
	#7c7356 - brown (footer background)
*/


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

body {
	background: url("images/bg-px.png") repeat;
}

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

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

#header {
	padding: 15px 0 0 15px;
	height: 89px;
}

#navigation {
	height: 42px;
}

#content {
	float: left;
	margin-top: 30px;
	padding: 0 10px;
	width: 540px;
}
#content #recentpost {
/*	background: url("images/recentpost-bg.png") no-repeat;*/
	padding: 15px;
	/* IE6 min-height hack: */
	min-height: 150px;
	height: auto !important;
	height: 150px;
	/**/
	width: 510px;
}


#sidebar {
	background: url("images/sidebar-bg.png") no-repeat;
	float: right;
	margin-top: 30px;
	/* IE6 min-height hack: */
	min-height: 533px;
	height: auto !important;
	height: 533px;
	/**/
	padding: 15px;
	width: 170px;
}

#footer {
	background: #7c7356 url("images/footer-bg.png") repeat-x;
	clear: both;
	height: auto;
	padding-top: 48px;
}
#footer #footerwrapper {
	margin: 0 auto;
	width: 770px;
}
#footer #latestposts {
	float: left;
	padding-left: 50px;
}
#footer #meta {
	float: right;
	padding-right: 50px;
}
#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 a {
	color: #000;
	display: block;
	font-size: 15px;
	float: left;
	height: 30px;
	padding: 12px 10px 0 15px;
}

#navigation ul li.current_page_item a {
	background: url("images/nav-selected.png") no-repeat 50% 0;
	font-weight: bold;
}

#navigation ul li.page_item a:hover {
	background: url("images/nav-selected.png") no-repeat 50% 0;
}

/* END NAVIGATION
----------------------------------------------------------- */


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

#footer a {
	color: #e7f262;
}
/* 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: 1.1em;*/
}
h4, h4 a {
	font-size: 16px;
}

#header h1 a {
	color: #fdfde7;
	font-size: 30px;
	font-weight: normal;
}
#header h2 {
	color: #e7f262;
	font-size: 18px;
	font-weight: normal;
}

#content .post h2,
#content #recentpost h2 {
	width: 470px;
}

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

h3#comments,
h3#respond {
	color: #675e42;
	font-size: 16px;
	margin: 10px 0;
}

#sidebar ul li h2 {
	color: #675e42;
	font-size: 15px;
}

#footer h2 {
	color: #e7f262;
}

#footer {
	color: #fdfde7;
}

#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/sb-bullet.gif") no-repeat 0 5px;
	padding-left: 15px;
}

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

#sidebar ul li ul li a:hover {
	text-decoration: underline;
}

#sidebar ul li#rssfeed-big a {
	background: url("images/icons/rss-icon-big.png") no-repeat;
	display: block;
	height: 115px;
	margin: 0 auto;
	width: 125px;
}

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

#footer li a {
	background: url("images/ft-bullet.gif") no-repeat 0 50%;
	padding-left: 15px;
	margin-left: 10px;
}

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

#content ul li {
	background: url("images/sb-bullet.gif") no-repeat 0 50%;
	list-style: none;
	padding-left: 15px;
	margin-left: 15px;
	position: relative;
}

#content .commentlist ul li {
	background: url("images/ft-bullet.gif") no-repeat 0 50%;
}

/* 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") no-repeat;
	height: 14px;
	padding: 8px 10px;
	position: absolute;
	right: 15px;
	top: 15px;
}
#header input.s {
	color: #fdfde7;
	background: transparent;
	border: none;
	width: 196px;
}

#sidebar input {
	display: none;
}


#sidebar input#s {
	background: transparent url("images/sb-search-input-bg.gif") no-repeat;
	border: none;
	color: #fdfde7;
	display: block;
	height: 14px;
	padding: 8px 10px;
	width: 150px;
}

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

#content form#commentform textarea {
	background: transparent url("images/form-textarea-bg.png") no-repeat;
	border: none;
	color: #fdfde7;
	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: #fdfde7;
	float: left;
	height: 30px;
	padding: 8px 10px;
	width: 150px;
}

* 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") no-repeat right 50%;
	border: none;
	color: #fdfde7;
	height: 15px;
	padding: 8px 10px;
	width: 231px;
	margin: 0 auto;
}

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


/* BEGIN CALENDAR
----------------------------------------------------------- */
/* END CALENDAR
----------------------------------------------------------- */


/* BEGIN POST
----------------------------------------------------------- */
#content .post {
	clear: both;
	height: 1%;
	padding: 10px 10px;
	position: relative;
}
#content #recentpost {
	position: relative;
}

#content .post .commentslink,
#content #recentpost .commentslink {
	background: url("images/comment-bubble.png") no-repeat;
	color: #fdfde7;
	display: block;
	font-weight: bold;
	padding-top: 6px;
	position: absolute;
	right: 15px;
	height: 34px;
	text-align: center;
	top: 10px;
	width: 51px;
}
#content #recentpost .commentslink {
	background: url("images/rp-comment-bubble.png") no-repeat;
	top: 15px;
}

#content .entry {
	margin: 5px 0 20px 0;
}

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

#content small.datetime {
	background: url("images/icons/date.gif") no-repeat;
	display: block;
	height: 16px;
	padding-left: 20px;
}


#content a.rssfeed-small {
	background: url("images/icons/rss-icon-small.gif") no-repeat;
	padding-left: 20px;
}
/* END POST
----------------------------------------------------------- */


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

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

#content ol.commentlist li.comm {
	color: #fdfde7;
	background: #675e42 url("images/comment-top.png") no-repeat;
	position: relative;
	margin-bottom: 90px;
	width: 541px;
}

.comment {
	padding: 15px;
}

div.comment-tip {
	background: url("images/comment-bottom.png") no-repeat;
	bottom: -30px;
	display: block;
	height: 30px;
	position: absolute;
	width: 541px;
}


cite.comment-author,
small.comment-metadata  {
	color: #000;
	bottom: -25px;
	display: block;
	position: absolute;
	margin-left: 40px;
}

cite.comment-author,
cite.comment-author a {
	font-size: 18px;
	left: 0;
}

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

ol.commentlist .editlink a {
	background: url("images/icons/pencil.gif") no-repeat;
	bottom: -5px;
	display: block;
	padding-left: 20px;
	position: absolute;
	right: 0;
}
/* 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/blockquote-post-bg.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;
}

.comment blockquote {
	background: url("images/blockquote-comment-bg.gif") no-repeat;
}

#content .post .wp-smiley {
	border: none;
	vertical-align: middle;
}
/* 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: #675e42;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}
#wp-calendar th {
	color: #675e42;
	font-weight: bold;
	text-transform: capitalize;
}

#wp-calendar {
	color: #000;
}

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