/*
Theme Name: Orange Pleasure
Theme URI: http://wp-themes.erikgyepes.com/?wptheme=Orange+Pleasure
Description: Orange Pleasure is a very nice orange and white Wordpress temaplte with mplemented "Add to" social bookmarking links and widget ready.
Version: 1.0
Author: Geek Hacks
Author URI: http://www.geekhacks.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 Attribution-NonCommercial-ShareAlike 3.0 Unported:
	http://creativecommons.org/licenses/by-nc-sa/3.0/

	Orange Pleasure uses:

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


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

body {
	background: #fbfbfb url("images/body-bg.png") repeat-x;
	color: #000;
}

#wrapper {
	padding-top: 11px;
	background: url("images/flowers.gif") no-repeat 15px 92%;
}

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

#header {
	float: left;
	height: 70px;
}

#search {
	float: right;
}

#navigation {
	float: right;
	height: 70px;
}

#sidebar-left {
	display: inline;
	float: left;
	width: 168px;
	margin-left: 10px;
	margin-top: 3px;
}

#content {
	display: inline;
	float: left;
	width: 806px;
}

#latestposts {
	display: inline;
	color: #fff;
	float: left;
}
#footermeta {
	display: inline;
	color: #fff;
	float: right;
}

#footer-wrapper {
	width: 806px;
	margin: 0 auto;
	padding-top: 20px;
}

#footer {
	background: url("images/footer-bg.png") repeat-x;
	clear: both;
	height: 365px;
	position: relative;
}

.flowers {
	background: url("images/flowers.png") no-repeat;
	height: 340px;
	position: absolute;
	top: -340px;
	width: 990px;
}

#footer .footer-decoration {
	background: url("images/footer-decoration.png") no-repeat 100% 4px;
	height: 365px;
}

.credits {
	clear: both;
	text-align: center;
	padding-top: 25px;
}
/* END STRUCTURE
----------------------------------------------------------- */


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

#navigation ul li {
	background: url("images/tabLeft.png") repeat-x;
	float: left;
	height: 70px;
	padding-left: 20px;
}
#navigation a {
	color: #fff;
	background: url("images/tabRight.png") no-repeat 100% 0;
	display: block;
	float: left;
	font-size: 16px;
	font-weight: bold;
	height: 55px;
	padding-right: 20px;
	padding-top: 15px;
}

#navigation ul li.current_page_item a {
	color: #ffff00;
}
/* END NAVIGATION
----------------------------------------------------------- */


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

#sidebar-left a {
	color: #fff;
}
/* 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;
	font-weight: normal;
}
h3, h3 a {
	font-size: 18px;
}
h4, h4 a {
	font-size: 16px;
}

#header h1 a {
	color: #fff;
	font-size: 25px;
}
#header h2 {
	color: #fff;
	font-size: 16px;
	font-weight: normal;
}

#content .post h2 a {
	color: #ff7d00;
}

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

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

#sidebar-left ul li h2 {
	color: #ffff00;
	font-size: 15px;
	font-weight: bold;
}

#sidebar .textwidget {
	padding-left: 15px;
}

#footer {
	color: #fff;
}

#footer h2 {
	color: #ffff00;
	font-weight: bold;
}

#footer ul li a {
	color: #fff;
}

.credits,
.credits a {
	font-size: 11px;
}
.credits a {
	color: #ffff00;
	font-weight: bold;
}
/* END TYPHOGRAPHY & COLORS
----------------------------------------------------------- */


/* BEGIN LISTS
----------------------------------------------------------- */

#sidebar-left ul li,
#latestposts ul li,
#footermeta ul li {
	list-style: none;
}

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

#sidebar-left ul li ul li ul {
	background: none;
	padding: 0;
}

#sidebar-left ul li ul li {
	background: url("images/sidebar-bullet.gif") no-repeat 0 5px;
	padding-left: 15px;
}

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

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

#content ul li {
	list-style: none;
	margin-left: 5px;
	position: relative;
}
/* END LISTS
----------------------------------------------------------- */


/* BEGIN IMAGES
----------------------------------------------------------- */
#content img {
	border: 1px solid #ff7d00;
	margin: 4px;
	padding: 2px;
}

#content img.left {
	display: inline;
	float: left;
	margin: 4px 4px 4px 0;
}
#content img.right {
	display: inline;
	float: right;
	margin: 4px 0 4px 4px;
}
#content img.center
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#content .social-bookmarking img {
	border: none;
}
/* END IMAGES
----------------------------------------------------------- */


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

#sidebar-left input.s,
#sidebar-left input#s {
	background: #fff;
	color: #000;
	border: 1px solid #ff7d00;
	height: 15px;
	padding: 4px;
	width: 150px;
}

#content form#commentform input {
	background: #fff;
	border: 1px solid #ff7d00;
	color: #000;
	float: left;
	height: 15px;
	padding: 4px;
	width: 200px;
}

#content form#commentform textarea {
	background: #fff;
	border: 1px solid #ff7d00;
	color: #000;
	float: left;
	height: 185px;
	padding: 4px;
	width: 320px;
	overflow: hidden;
}

#content form#commentform input#submit {
	background: #fff;
	border: 1px solid #ff7d00;
	color: #000;
	float: left;
	height: 30px;
	padding: 4px;
	width: 150px;
}

* html #header input.s,
* html #content form#commentform input,
* html #content form#commentform textarea,
* html input#submit,
* html #sidebar-left 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 5px;
}

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

#content form div.search input {
	background: #fff;
	border: 1px solid #ff7d00;
	color: #000;
	height: 15px;
	padding: 4px;
	width: 150px;
	margin: 0 auto;
}

#content form div.search {
	text-align: center;
}

#search .search-input {
	background: url("images/search-input-bg.png") no-repeat;
	float: left;
	height: 32px;
	margin-right: 5px;
	width: 224px;
}
#search .search-input .srch {
	background: none;
	border: none;
	padding: 8px 5px 0 5px;
	width: 214px;
}

#search .search-submit {
	background: url("images/search-button.png") no-repeat;
	float: left;
	height: 32px;
	width: 87px;
}
#search .search-submit .sbmt {
	background: none;
	border: none;
	height: 32px;
	width: 87px;
}


/* END FORMS
----------------------------------------------------------- */


/* BEGIN POST
----------------------------------------------------------- */
#post-holder {
	float: left;
	padding: 0 10px;
	width: 598px;
}

#content .post {
	clear: both;
	height: 1%;
	margin-bottom: 20px;
	position: relative;
}

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

#content .post .commentslink {
	color: #ff7d00;
	font-weight: bold;
}

#content .entry {
	margin: 15px 0 0 0;

}

* html #content .entry  {
		display: inline; /* IE :( */
}


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

#content small {
	color: #000;
	display: block;
	font-style: italic;
	height: 16px;
}


#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 {
	background: #fff;
	border: 1px solid #ff7d00;
	color: #000;
	position: relative;
	padding-top: 15px;
	margin: 15px auto;
	width: 100%;
}

.comment {
	padding: 15px 15px 30px 15px;
}

cite.comment-author,
small.comment-metadata  {
	color: #000;
	margin-left: 15px;
}

label small {
	font-size: 11px;
}

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

cite.comment-author,
cite.comment-author a {
	color: #ff7d00;
	font-size: 16px;
	font-weight: bold;
}
cite.comment-author {
	color: #000;
}


ol.commentlist .editlink a {
	background: url("images/icons/pencil.gif") no-repeat;
	display: block;
	padding: 0 15px 15px 20px;
	position: absolute;
	top: 15px;
}
/* END COMMENTS
----------------------------------------------------------- */


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

.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: 28px;
	height: auto !important;
	height: 28px;
	/**/
	margin:	15px 0;
	padding-left: 56px;
}

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

#content .wp-smiley {
	border: none;
	vertical-align: middle;
}
/* END OTHER
----------------------------------------------------------- */


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

#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: #ffff00;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}
#wp-calendar th {
	color: #ffff00;
	font-weight: bold;
	text-transform: capitalize;
}

#wp-calendar {
	color: #000;
}

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


/* BEGIN CONTENT ROUNDED BOX
----------------------------------------------------------- */
.content-top {
	background: url("images/content-top-bg.png") no-repeat 0 0;
	height: 7px;
	width: 806px;
	line-height: 7px;
}
.content {
	background: #fbfbfb;
	width: 806px;
}
/* END CONTENT ROUNDED BOX
----------------------------------------------------------- */


/* BEGIN SIDEBAR ROUNDED BOX
----------------------------------------------------------- */
.sidebar {
   background: url("images/sidebar-bg.png") repeat-y;
}
.sidebarbox-top div {
   background: url("images/sidebar-top-bg.png") no-repeat top left;
}
.sidebarbox-bottom div {
   background: url("images/sidebar-bottom-bg.png") no-repeat bottom left;
}

.sidebarbox-top div, .sidebarbox-top,
.sidebarbox-bottom div, .sidebarbox-bottom {
   width: 100%;
   height: 20px;
   font-size: 1px;
}
/* END SIDEBAR ROUNDED BOX
----------------------------------------------------------- */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
