/**  
Theme Name: Caffine
Author URI: http://wpJunction.com
Theme URI: http://pixeledsolutions.com
Version: 1.0
Author: HPA
Description: Caffine Theme Premium WP
*/


body {
	background:#3A3128 url('./images/body-bg.gif') repeat-x 0 0;
	font:normal 12px Tahoma, Veranda, Arial;
	margin:0;
	padding:0;
	color:#A29280;
}

#body-in {
	background:transparent url('./images/footer-bg.gif') repeat-x 0 100%;
}

a img { border:none; color:transparent; }

a {
	color:#D9C8B8;
	text-decoration:none;
}

a:hover {
	color:#3A3128;
}

h1, h2, h3, h4, h5 {
	margin:0 0 0.3em;
	font-weight:normal;
}

/* Begin Calendar */
#calendar_wrap{ margin-top:10px; }
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 290px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar caption {
	text-align: center;
	font-size:14px;
	}

#wp-calendar td, #wp-calendar th {
	padding: 3px 0;
	text-align: center;
	}

#sidebar #wp-calendar a{
	display: block;
	color:#6F5F4F;
}

#wp-calendar #today {
	background-color:#665340;
	border:1px solid #5A4C3D;
}
/* End Calendar */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote{
	margin: 0px 0px 0px 5px;
	padding: 8px 25px 5px 40px;
	font-size: 15px;
	font-style: italic;
	font-family: Georgia, Times New Roman, Serif;
	}

blockquote p{
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center { text-align: center; }

.hidden { display: none; }

hr { display: none; }

/* End Various Tags & Classes*/

/* Captions */
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #352C23;
	text-align: center;
	background-color: #43382D;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.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;
}

.clear { clear:both; }

.clearleft { clear:left; }

#wrapper {
	width:980px;
	margin:0 auto;
}

/* header */
#header {
	margin-top:6px;
}

#menu-pages {
	height:38px;
	overflow:hidden;
}

#menu-pages ul {
	margin:0;
	padding:0;
}

#menu-pages li {
	background:transparent url('./images/page-menu-separator.gif') no-repeat right 0;
	float: left;
	list-style-type: none;
	font-family:Arial, Tahoma, Verdana;
	line-height:37px;
}

#menu-pages ul li a {
	display:block;
	height:38px;
	float: left;
	color:#3E3223;
	text-decoration: none;
	padding: 0 11px 0 10px;
}

#menu-pages ul li a:hover {
	background:transparent url('./images/page-menu-hover-bg.gif') repeat-x right 0;
	color:#DDC2A6;
}

#header-content {
	background:transparent url('./images/header-content-shadow.png') no-repeat 50% 100%;
	height:60px;
	padding:18px 15px;
	color:#C77C30;
}

#header-content h1 {
	font:normal 2.7em 'Century Gothic', 'Trebuchet MS', Arial, Georgia;
	margin:0;
	line-height:24px;
}
#header-content p { font-family:Arial,'Trebuchet MS',Georgia; font-size:13px; margin:3px 0 0; }

#header-content h1#logo {
	background-repeat:no-repeat;
	width:340px;
	height:61px;
	text-indent:-9999px;
}

#header-content h1#logo a {
	display:block;
	height:61px;
}

#header-content a { color:#F7F7F7; }

#header-content a:hover { color:#DADADA; }

/* container */
#container {
}

/* top-container*/
#top-container {
	margin:11px 0 10px;
	padding:0 10px;
	height:236px;
}

#top-container h2, #featured-content .title {
	font-size:16px;
	/*color:#3A3128;*/
	border-bottom:3px solid #2B2219;
	padding-bottom:5px;
}

#top-container h2 span, #featured-content .title a, .post .title a,  .post .title span {
	border-bottom:3px solid #C77C30;
	padding-bottom:5px;
}

#recent-content {
	float:right;
	width:312px;
    /*position:absolute;*/
}

#recent-content ul {
	margin:0;
	padding:0;
}

#recent-content ul li {
	background:transparent url('./images/recent-post-separator.gif') repeat-x 0 100%;
	list-style:none;
	font-size:13px;
	height:20px;
	margin-top:5px;
	padding-bottom:5px;
}

#recent-content ul li a {
	display:block;
	background:transparent url('./images/arrow.gif') no-repeat 0 3px;
	padding-left:20px;
}

#featured-content {
	float:left;
	width:634px;
}

#featured-content .title a {
	color:#3A3128;
}

#featured-content .title a:hover { color:#C77C30; }

#featured-content .entry {
	font:normal 12px Arial, Verdana, Tahoma;
	line-height:1.7em;
	color:#CABDB0;
}

#featured-control {
	float:right;
	background:transparent url('./images/featured-button.png') no-repeat 0 0;
	width:49px;
	height:15px;
}

#featured-prev-button, #featured-next-button {
	width:21px;
	height:15px;
	cursor:pointer;
	position:relative;
}

#featured-prev-button { float:left; }

#featured-next-button { float:right; }

#sliding-content {
	margin:26px 0 11px;
}

#sliding-content img {
	padding:7px;
	background-color:#2D241A;
}

/* content */
#content {
	padding-top:10px;
	float:left;
	width:630px;
}

.post { position:relative; margin-bottom:10px; clear:both; }

.post .title, #bottom-sidebar ul li h2 {
	font:normal 16px 'Trebuchet MS', Tahoma, Verdana;
	color:#C77C30;
	border-bottom:3px solid #2B2219;
	padding-bottom:3px;
}

.post .title a, .post .title span {
	padding-bottom:3px;
}

.post .date {
	background:#DA9D2A url('./images/date-bg.gif') no-repeat 0 0;
	width:65px;
	height:22px;
	text-align:center;
	position:absolute;
	right:0;
	top:0;
	font:normal 10px 'Trebuchet MS', Tahoma, Verdana;
	color:#392F24;
	text-transform:uppercase;
	line-height:22px;
}

.post a:hover { color:#D9C8B8; }

.post .entry {
	line-height:19px;
}

.post .entry p {
	margin-top:0;
}

.post a, .post .meta span em {
	color:#C77C30;
	font-style:normal;
}

.post .meta {
	background:#332A21 url('./images/meta-bg.gif') repeat-x 0 0;
	height:56px;
	font:normal 11px Verdana, Tahoma;
	color:#6F5F4F;
	padding:8px 10px 0;
	position:relative;
}

.meta-left, .meta-right {
	display:block;
	height:65px;
	top:0;
	position:absolute;
}

.meta-left {
	background:transparent url('./images/meta-left-bg.gif') no-repeat 0 0;
	width:9px;
	left:0;
}

.meta-right {
	background:transparent url('./images/meta-right-bg.gif') no-repeat 100% 0;
	width:10px;
	right:0;
}

.post .meta p {
	clear:left;
	margin:0;
}

.post .meta p span {
	background-image:url('./images/all-icons.gif');
	background-repeat:no-repeat;
	padding-left:20px;
	margin-bottom:11px;
	display:block;
	height:20px;
	float:left;
}

.author { background-position:0 -1px; }

.commented { background-position:0 -22px; }

.tagpost { background-position:0 -42px; }

#comments, #respond h3 {
	color:#C77C30;
	font-size:14px;
}

#commentform input, #commentform textarea {
	border:1px solid #352C23;
	background-color:#43382D;
	padding:5px;
	color:#A29280;
}

#commentform #submit {
	background-color:#332A21;
}

h2.center { font-size:16px;}

h2.pagetitle { font:normal 20px 'Trebuchet MS'; color:#AE967C; }

/* sidebar */
#sidebar {
	float:right;
	width:328px;
	padding-top:10px;
}

#top-sidebar a {
	color:#AE967C;
}

#top-sidebar a:hover {
	color:#D9C8B8;
}

.widget-in {
	background:transparent url('./images/widget-bottom-bg.gif') no-repeat left bottom;
	padding:0 10px 10px 0;
}

#sidebar ul li {
	background:transparent url('./images/widget-bg.gif') repeat-y left top;
	list-style: none;
	margin-bottom: 5px;
	}

#top-sidebar ul li h2 {
	background:transparent url('./images/widget-h2-bg.gif') no-repeat left top;
	font:normal 16px 'Trebuchet MS';
	color:#C77C30;
	padding:3px 7px;
	height:24px;
}

#top-sidebar ul p, #top-sidebarul select {
	margin: 7px;
}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
}

#top-sidebar ul .widget-content {
	padding:0 7px;
}

#top-sidebar ul ul { margin:0; padding:0 7px; }

#top-sidebar ul ul ul, #top-sidebar ul ol {
	margin: 0 0 0 10px;
}

ol li, #top-sidebar ul ol li {
	list-style: decimal outside;
}

#top-sidebar ul ul li, #top-sidebar ul ol li {
	background:transparent url('images/all-icons.gif') no-repeat 0 -63px;
	font-family:Arial,Verdana;
	margin: 0;
	padding:3px 0 2px 20px;
	border-bottom:1px solid #3A3128;
	line-height:24px;
}

#top-sidebar ul ul li li {
	border-top:1px solid #3A3128;
	border-bottom:none;
}

#top-sidebar ul ul li.last { border:none; }

#top-sidebar object {
	margin:7px;
	display:block;
}

#top-sidebar #wrap-tag-cloud {
	padding:0 7px;
}

#top-sidebar ul li#search {
	background:none;
	margin:0 0 5px;
	padding:0;
	border:none;
	height:44px;
}

.widget-in #searchform {
	background: transparent url('./images/search-form-bg.gif') no-repeat;
	width:320px;
	height:45px;
}

.widget-in #searchform div { position:relative; }

#search .widget-in input {
	border:none;
	background-color:transparent;
	position:absolute;
	display: block;
}

#search .widget-in #s {
	left:12px;
	top:13px;
	width:222px;
	color:#A5A5A5;
	height:18px;
}

#search .widget-in #searchsubmit {
	height:30px;
	right:9px;
	top:7px;
	width:66px;
	color:#FFFFFF;
	padding:0;
	cursor:pointer;
	text-indent:-999px;
}

#bottom-sidebar {
	background:transparent url('./images/widget2-bg.gif') repeat-y 0 0;
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 5px;
}

#bottom-sidebar-in {
	background:transparent url('./images/widget2-top-bg.gif') no-repeat 0 0;
	padding-top:4px;
}

#bottom-sidebar ul li { background:transparent none repeat scroll 0 0; }

#bottom-sidebar ul li h2 {
	border-bottom-width:4px;
}

#bottom-sidebar ul li li {
	background:transparent url('./images/widget2-separator.gif') repeat-x scroll 0 100%;
	line-height:24px;
	margin:0;
	padding:1px 0 6px;
}

#bottom-sidebar ul li li li {
	background-position:0 0;
	margin:0;
	padding:0 0 0 7px;
}

#bottom-sidebar ul li a { color:#A29280; }

#bottom-sidebar ul li a:hover { color:#D9C8B8; }

#sidebar-left, #sidebar-right {
	width:150px;
	float:left;
	padding-left:7px;
}

#bottom-widget {
	background:transparent url('./images/widget2-bottom-bg.gif') no-repeat 0 100%;
	display:block;
	height:7px;
}

/* footer */
#footer {
	height:41px;
	text-align:center;
	color:#3E3223;
	line-height:43px;
	overflow:hidden;
}

