/*
THEME NAME: CAYA
DESCRIPTION: CAYA to Christ
VERSION: 1.0
AUTHOR: Miguel Manchego
AUTHOR URI: http://www.miguelmanchego.com/
TAGS: fixed-width, two-columns, right-sidebar, orange, black, custom-header, theme-options, microformats
*/

body {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;
	background-color: #000;
	color:#333;
	background-image:url(images/body_bg.png);
	background-repeat:no-repeat;
	background-attachment:fixed;
}
p {
	margin-bottom:5px;
}
h2 {
	margin-bottom:7px;
	margin-top:5px;
}
h3 {
	margin-bottom:7px;
	margin-top:5px;
}
ul {
	padding-left:15px;
	list-style-type:square;
}
ol {
	padding-left:15px;
	list-style:decimal;
}
li {
	line-height:18px;
}
th{
	border:1px solid #bebebe;
	background-color:#f0f0f0;
}
#mybanner {
	height:150px;
	margin:auto;
	width:940px;
}
#header {
	display:none;
}
#header h1 {
	margin: 0;
	padding: 0;
}

a {
	color: #000;
}



a img {
	border: 0 none;
}


#wrapper {
	width: 960px;
	margin: 0 auto;
	position: relative;
	background-color: #fff;
	border: 2px solid #000;
}

#content {
	padding: 1em;
}

body.home div#container, body.page div#container {
	padding-top:20px;
}

#header-text {
	padding: 1em;
}

#header-image {
	text-align: center;
}

#blog-title {
	font-size: 2em;
	text-align: left;
	margin: 0;
	padding: 0;
}

#blog-title a, #blog-title a:hover {
	background: none;
	color: #6A2E22;
	text-decoration: none;
}

#access {
	background-color: #1D1D1D;
	background-image: url(images/top_bg.png);
	background-repeat: repeat-x;
	height: 36px;
	/*margin: 1em 0;*/
	border-top: 1px solid #191919;
}

#access div.menu {
	float: left;
}


div.menu ul ul {
	border: 1px solid #191919;
}
div.menu {
	padding-top:7px;
	padding-left:20px;
}
div.menu, div.menu a {
	color: #fff;
}

div.menu ul li a {
	line-height: 23px;
	padding: 0 1em;
	display:block;
	color:#000;
	font-weight:bold;
	border-right:1px solid #333333;
}

div.menu ul li a:hover, div.menu ul li.current_page_item a {
	text-decoration:underline;	
}

div.menu ul ul {
}

div.menu ul li ul li {
	border: 0 none;
	float: none;
}

div.menu ul li ul li a {
	padding-right: 5em;
	font-size: 1em;
}

div.menu ul li ul li a, div.menu ul li ul li a:hover, div.menu ul li.current_page_item ul li a {
	background-image: none;
}



div.menu ul li ul li a:hover, div.menu ul li ul li.current_page_item a {
	text-decoration: underline;
}

#header-search {
	float: right;
	margin: 3px 0;
	padding: 0 15px;
	margin-top:10px;
}

#header-search label {	
	font-variant: small-caps;
	font-size: 0.9em;
	color:#333;
}

#header-search label, #header-search button {
	float: left;
}

#header-search input, #header-search button {
	margin: 0;
	padding: 0;
	border-width: 0;
	border: 0 none;
}

#header-search input.text {
	width: 111px;
	height: 12px;
	/*background-image: url(images/search-field.jpg);
	background-repeat: no-repeat;
	*/
	font-size: 0.9em;
	padding: 2px;
	margin-left: 1em;
	background-color:#000;
	color:#FFF;
}

#header-rss {
	float: right;
	margin-right: 10px;
}

.entry-title a {
	color: #F58E0E
}

.sidebar, .sidebar a, .entry-date, .entry-meta, .entry-meta a {
	color: #666;
}

#rss_icon {
	padding: 1em;
}

#rss_icon span {
	font-size: 1.5em;
	font-weight: bold;
	line-height: 62px;
}

#rss_icon img {
	float: right;
}

.entry-title {
	font-size: 1.5em;
}

.entry-date {
	color: #666;
	margin-bottom: 1em;
}

.entry-date abbr, .entry-meta abbr {
	border: 0;
}

.entry-meta {
	margin-bottom: 3em;
	font-style: italic;
}

body.single .entry-meta {
	margin-bottom: 0;
}

#comments-list .comment-author .n {
	font-weight: bold;
}

#comments-list .comment-meta {
	font-style: italic;
}

#comments-list .comment-author img.avatar {
	float: left;
	margin-right: 0.5em;
}

.sidebar {
	background-image:url(images/sidebar-2.png);
	background-repeat:repeat-x;
	background-position:top;
	padding:10px;
	width:182px;
}

.sidebar ul {
	padding: 0;
}

#footer {
	margin-top: 1em;
	padding: 1em 0;
	border-top: 1px dashed #191919;
}

#footer, #footer a, #footer a:hover {
	color: #999;
}

#footer a, #footer a:hover {
	text-decoration: none;
	background: none;
}


/*
LAYOUT: Two-Column (Right)
DESCRIPTION: Two-column fluid layout with one sidebars right of content
*/
div#container {
float:left;
margin:0 -300px 0 0;
width:100%;
background-image:url(images/pagetop.png);
background-repeat:repeat-x;
background-position:top;
}

div#content {
margin:0 200px 0 0;
}

div.sidebar {
float:right;
overflow:hidden;
}
div.sidebar li{
	padding-bottom:10px;
}
div.widgettitle{
	padding-bottom:5px;
	font-size:14px;
}
div#secondary {
clear:right;
}

div#footer {
clear:both;
width:100%;
}


/* Misc styles */

.clear {
	clear: both;
}

div.sidebar .title {
	font-weight: bold;
	font-size: 14px;
	padding-bottom:5px;
}

div.skip-link {
	display: none;
}


/* Ad styles */

div.sidebar #ads ul {
	margin: 0;
	padding: 0;
}

div.sidebar #ads li {
	float: left;
	padding: 0;
	margin: 0 10px 10px 0;
	list-style-type: none;
}

div.sidebar #ads img {
	width: 125px;
	height: 125px;
}

/* Sandbox styles */

div.menu ul,div.menu ul ul {
line-height:1;
list-style:none;
margin:0;
padding:0;
}

div.menu ul a {
display:block;
text-decoration:none;
}

div.menu ul ul ul a {
font-style:italic;
}

div.menu ul li ul {
left:-999em;
position:absolute;
}

div.menu ul li:hover ul, div.menu ul li.sfhover ul {
left:auto;
}

.entry-title,.entry-meta {
clear:both;
}

form#commentform .form-label {
margin:1em 0 0;
}

form#commentform span.required {
background:#fff;
color:#c30;
}

form#commentform,form#commentform p {
padding:0;
}

input#author,input#email,input#url,textarea#comment {
padding:0.2em;
}

div.comments ol li {
margin:0 0 3.5em;
}

textarea#comment {
height:13em;
margin:0 0 0.5em;
overflow:auto;
width:66%;
}

.alignright,img.alignright{
float:right;
margin:1em 0 0 1em;
}

.alignleft,img.alignleft{
float:left;
margin:1em 1em 0 0;
}

.aligncenter,img.aligncenter{
display:block;
margin:1em auto;
text-align:center;
}

div.gallery {
clear:both;
height:180px;
margin:1em 0;
width:100%;
}

p.wp-caption-text{
font-style:italic;
}

div.gallery dl{
margin:1em auto;
overflow:hidden;
text-align:center;
}

div.gallery dl.gallery-columns-1 {
width:100%;
}

div.gallery dl.gallery-columns-2 {
width:49%;
}

div.gallery dl.gallery-columns-3 {
width:33%;
}

div.gallery dl.gallery-columns-4 {
width:24%;
}

div.gallery dl.gallery-columns-5 {
width:19%;
}

div#nav-above {
margin-bottom:1em;
}

div#nav-below {
margin-top:1em;
}

div#nav-images {
height:150px;
margin:1em 0;
}

div.navigation {
height:1.25em;
}

div.navigation div.nav-next {
float:right;
text-align:right;
}

div.sidebar h3 {
font-size:1.2em;
padding-bottom:5px;
}

div.sidebar input#s {
width:7em;
}
div.sidebar li form {
margin:0.2em 0 0;
padding:0;
}

div.sidebar ul ul ul {
margin:0 0 0 0.5em;
}

div.sidebar ul ul ul li {
list-style:circle;
}

div.menu ul li,div.gallery dl,div.navigation div.nav-previous {
float:left;
}

div#footer {
text-align:center;
}

input#author,input#email,input#url,div.navigation div {
width:50%;
}

div.gallery *,div.sidebar div,div.sidebar h3 {
margin:0;
padding:0;
}
div.entry-content {
	line-height:18px;
}
#shop_wrapper {
	height:210px;
	padding:105px 10px 30px 10px;
	/* border:1px dashed #CCCCCC; */
	background-image:url(images/shop_bg.png);
	background-repeat:no-repeat;
}
/* BOF listing */
#productsWrapper {
	padding:10px;
	padding-left:40px;
	list-style:none;
}
#productsWrapper li{
	float:left;
	width:200px;
	border:1px solid #666666;
	margin-right:10px;
	background-color:#ffffff;
	text-align:center;
	margin-bottom:10px;
}
#productsWrapper .listingLeft{
	float:left;
	width:140px;
}
#productsWrapper .listingRight{
	float:right;
	width:200px;
}
#productsWrapper .image {
	width:120px;
	height:150px;
	text-align:center;		
	margin:auto;
}
#productsWrapper .price{
	text-align:center;
	font-size:14px;
	font-weight:bold;
}
#productsWrapper h3{
	font-size:12px;
	margin:0px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
	background-color:#333333;
	color:#FFF;
	height:38px;
	line-height:12px;
	margin-bottom:10px;
} 
#productsWrapper h3 a{
	color:#FFF;
	font-size:11px;
	text-decoration:none;
}
#productsWrapper h3 a:hover{
	color:#F6004C;
}
#productsWrapper .description {
	color:#878787;
	line-height:14px;
	margin-bottom:10px;
}
#productsWrapper .qty{
	/* border:1px solid #DFDFDF;	 */
	text-align:center;
	background-color:#000000;
	padding-top:3px;
	padding-bottom:3px;
	vertical-align:middle;
}	
#productsWrapper input.btn{
	color:#FFFFFF;	
	font-size:11px;
	cursor:pointer;
	border:none;
	width:94px;
}
/* EOF listing */
.hentry {
	font-size:24px;
	line-height:32px;
	color:#808080;
}
.entry-content ul li{
	line-height:32px;
}