/*
Theme Name: Asoyoga
Theme URI: http://asoyogacr.org/
Description: Custom WP theme for AsoyogaCR
Version: 1.0
Author: Matilde Rosero
Author URI: http://enso.nu/
/* --------------------------------------------- */



/* TABLE OF CONTENTS



00 - Global Elements - Standard Elements

01 - Typography - All Type throughout the site

02 - Links

03 - Main Structure - Columns, etc.

04 - Navigation - Main & Sub Navigation + Search




/* ----------------------------------------------*/

/* 00 - GLOBAL ELEMENTS

/* ----------------------------------------------*/


* { padding:0; margin:0; }

html { 	background: #f5f3ea url(images/bg2.jpg) center 151px repeat-x;
 }
body {
	background: url(images/bg_verde.gif) top center repeat-x;
	font: 12px/17px Georgia, Times, Serif;  
	color:#333;
	text-align: center;	
}

img { border:0; }



/* 01 - TYPOGRAPHY

/* ----------------------------------------------*/



h1, h2, h3, h5, h6, p, pre, blockquote, form, label, ul, ol, dl, fieldset, address { margin:0 0 1em 0; }

h1, h2, h3 {
	font-family:Arial, Helvetica, Sans-serif; 
	font-weight:normal;
	color:#d2cb49;
	margin-bottom:12px;
}

h1 { font-size:2em; line-height:1em; }

h2, h3 { font-size:1.5em; line-height:1em; }


#footer h3 { margin-top:0; padding-top:0;}

li, dd, blockquote { margin-left: 40px; }

fieldset { padding:10px; }

ol li {margin-left: 25px}

p { text-align:justify; }


.center { text-align:center; }

.txtright { text-align:right; }

.txtleft { text-align:left; }

/*.nobold { font-weight:normal; } */

.breadcrumb, .details {
	font: 10px/13px Georgia, Times, Serif; 
	margin-bottom:3em;
}

.breadcrumb span {
	border-bottom: 1px solid #e2e1d7;
	padding-right:50px;
	padding-bottom:3px;
}

.postmetadata, .small {
	font: 10px/13px Georgia, Times, Serif;
}
.postmetadata span {
	border-top: 1px solid #e2e1d7;
	padding-right:50px;
	padding-top:3px;
}
.entry { margin: 1em 0 2em 0;}
.post { margin-bottom:3em; }

/* LINKS */
/* ---------- */



a {
	color:#a59e1f;
	font-weight: normal; 
	text-decoration:none;
	background:transparent;
}


a:active, a:hover { 
	color: #554405;
	text-decoration:underline;
}

a img, a:active img, a:hover img { border: 0; }


/* 02 - MAIN STRUCTURE

/* ----------------------------------------------*/



#wrap {
	margin: 0 auto;
	padding:0;
	width:750px;
	text-align:left;
}

#header {
	margin:0;
	padding:0;
	height:150px;
	background: url(images/header_verde.jpg) top center no-repeat;
	text-indent:-9999px; 
}

#pagebody { margin-top:170px;}

#sidebar {
	width:160px;
	float:left;
	text-align:right;
	margin-bottom:50px;
	margin-top:50px;
}

#main {
	width:540px;
	float:right;
	margin-bottom:50px;
}

#footer {
	padding:20px 0;
	clear:both;
	background:#ebe7d7;
}
#footercont {
	margin: 0 auto;
	padding:0;
	width:750px;
}
#footercont p { text-align:right; margin:0; padding:0; }



/* SIDEBAR NAVIGATION */

/* ---------- */


#sidebar ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: right;
}

#sidebar ul li {
	display: block;
	padding: 0;
	margin: 0;
	border-bottom:1px solid #e2e1d7;
}



#sidebar ul li a:hover { 
	background: #ebe7d7;
}

#sidebar ul li a {
	display: block;
	padding:4px 5px 0 5px;
	width:150px;
	height:22px;
	font-weight: normal;
	text-decoration:none;
}
#sidebar ul li ul li {
	border:0px;
}
#sidebar ul li ul li a {
	padding:4px 15px 0 5px;
	width:140px;
}

#sidebar ul > li:first-child a {
	border-top:0px;
}


#sidebar ul li.current_page_item {
	background:#efecdf;
}
#sidebar ul li.current_page_item a {
	color:#554405;
}

#sidebar ul li ul {
	padding-right: 50px;
}

.search {
	margin: 25px 0;
}


