/*
Theme Name: יום יפה
Theme URI: http://www.kaushalsheth.com
Version: 1.0
Description: תבנית עדינה בת שני טורים.
Author: Kaushal Sheth
Author URI: http://www.kaushalsheth.com
*/

/*#############################################################
Name: Beautiful Day
Date: 2006-11-12
Description: A soft and bright two-column template.
Author: Viktor Persson
URL: http://templates.arcsin.se

Feel free to use and modify but please provide credits.
#############################################################*/
@import url('../../../plugins/easy-contact/sample/econtact-basic.css');
/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #963;}
a:hover {color: #C60;}

body {
	background: #CCD8E0 url('img/bg.jpg') repeat top left;
/*	background: #3E4B4B;*/
	color: #4D5858;
	font: normal 65% arial, sans-serif;
	direction:rtl;
	position:relative;
}

p,code,ul {padding-bottom: 10px;}

li {list-style: none;}

h1 {
	font: normal 1.8em arial,sans-serif;
	margin-bottom: 4px;
}
h2 {font: normal 1.6em sans-serif;}
h3 {font: bold 1.1em sans-serif;}

code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #C1CAD3;
	color: #666;
	display: block;
	font: normal 1em arial,sans-serif;
	line-height: 1.6em;
	margin: 4px 0 12px;
	padding: 8px 10px;
	white-space: pre;
}

.quote {
	font-size:75%;
	float:left;
}

blockquote {
	background: transparent none;
	display: block;
	font: normal 1em arial,sans-serif;
	padding-right: 26px;
	font-style:italic;
	color:#737E82;
}

blockquote strong {
	font-weight:normal;
}

big {font-size: 1.1em;}

h1, h2, h3 {padding-top: 6px;}

label {
	display: block;
	font-size: 0.9em;
}

.cmtTtl {
	color:#BFA082;
	margin-top;10px;
}

.sep {
	color:#BFA082;
	padding:0 4px;
}
/* misc */
.clearer {clear: both;}
.left {float: left;}
.right {float: right;}

/* structure */
.container {
	background: #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 0 10px 10px;
	width: 780px;
}

/* header */
.top {
	position:relative;
	/*background: url('img/clouds.gif') repeat-x;
	padding-left:10px; padding-right:10px; padding-top:50px; padding-bottom:0*/
}

/* title */
.header {
	background: #FFF;
	height: 196px;
	margin: 0 auto;
	padding: 10px 10px 5px;
	width: 780px;
	position:relative;
	overflow:hidden;
}
.header .left, .header .right {
	background: #B3C2C7;
	color: #FFF;
	height: 195px;	
}
.header .left {
	background: #B3C2C7 no-repeat;
	width: 560px;
	font-size:0;
	cursor:pointer;
	overflow:hidden;
}

.header .hdr0 {background-image: url('img/header0.jpg')}
.header .hdr1 {background-image: url('img/header1.jpg')}
.header .hdr2 {background-image: url('img/header2.jpg')}
.header .hdr3 {background-image: url('img/header3.jpg')}
.header .hdr4 {background-image: url('img/header4.jpg')}
.header .hdr5 {background-image: url('img/header5.jpg')}
.header .hdr6 {background-image: url('img/header6.jpg')}
.header .hdr7 {background-image: url('img/header7.jpg')}
.header .hdr8 {background-image: url('img/header8.jpg')}
.header .hdr9 {background-image: url('img/header9.jpg')}
.header .hdr10 {background-image: url('img/header10.jpg')}
.header .hdr11 {background-image: url('img/header11.jpg')}
.header .hdr12 {background-image: url('img/header12.jpg')}
.header .hdr13 {background-image: url('img/header13.jpg')}
.header .hdr14 {background-image: url('img/header14.jpg')}
.header .hdr15 {background-image: url('img/header15.jpg')}
.header .hdr16 {background-image: url('img/header16.jpg')}
.header .hdr17 {background-image: url('img/header17.jpg')}
.header .hdr18 {background-image: url('img/header18.jpg')}
.header .hdr19 {background-image: url('img/header19.jpg')}
.header .hdr20 {background-image: url('img/header20.jpg')}

.header .right {
	width: 215px;
	cursor:pointer;
	background:#B3C2C7 url('img/logo.jpg') no-repeat 10px 10px;	
}

.zoti {
	position:absolute;
	width:163px;
	height:120px;
	bottom:-6px;
	right:-40px;
	background:transparent url('img/zoti_small.gif') no-repeat right bottom;
	z-index:10;
	display:none;
}

.header .right p, .header .right h2 {padding: 0 16px;}
.header .right h2 {padding-top: 16px; font: normal 1.6em "Trebuchet MS",sans-serif;}

/* navigation */
.navigation {	
	border: 1px solid #DFEEF7;
	/*border-color: #DFEEF7 #CFDEE7;
	background:#D9E1E5 url('img/nav.gif');*/
	background:#E2E9EC;
	height: 24px;
	overflow:hidden;
}
.navigation a {
	background: #E2E9EC; 
	border-left: 1px solid #BCCBD1;
	color: #737E82;
	display: block;
	text-decoration: none;
	font: bold 1em sans-serif;
	line-height: 24px;
	padding: 0 20px;
	overflow:hidden;
}
.navigation a:hover {background-color:#EAF0F2; color: #525F62;}
.navigation ul {display: inline;}
.navigation li {float: left;}

#menu ul {
	float:right;
	display: inline; /* Added to fix the double margin in IE6 */
	list-style: none;
}



#menu ul li {
	display: inline; /* Added to fix the double margin in IE6 */
}
/* main */
.main {
	border-top: 4px solid #FFF;
	background: url('img/bgmain.gif') repeat-y top right;
}


/* sub navigation */
.sidenav {
	float: right;
	width: 206px;
	padding:5px 10px 0 0;
}
.sidenav h2 {
	color: #996633;
	font: bold 1.05em arial,sans-serif;
	line-height: 24px;
	margin: 0;
}
.sidenav ul {
	padding:0;
	border-bottom: 1px solid #EAEADA;
	margin-left:16px;
	padding-bottom:6px;
}
.sidenav li {border-bottom: 0px solid #EAEADA;padding:0;}
.sidenav li a {
	font-size: 1em;
	color: #996633;
	display: block;
	padding: 1px 1px 1px 0;
	text-decoration: none;
	width: 190px;
}
.sidenav li a:hover {
	background: #F0F0EB;
	color: #C60;
}

/* content */
.content {
	float: left;
	margin: 10px 0;
	padding: 0 16px;
	width: 531px;
}
.content .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}

.content ul {margin-left: 18px;}
.content ul li {list-style: url('img/li.gif');}
.content ol li {list-style: decimal;}

.content p {font-family: arial,sans-serif; font-size:1.2em;}

/* footer */
.footer {
	background-color:white;
	color: #A7BAC7;
	font: normal 9px sans-serif;
	padding-top: 6px;
}
.footer .right {color: #DEF;}
.footer .right a {color: #DEF; text-decoration: none;}
.footer a, .footer a:hover,.footer .right a:hover {color: #A7BAC7;}

/* posts */
.post h1 a {text-decoration:none;}
.post h1 a:hover {text-decoration:underline;}

.post {margin: 6px 0 2px;}
.post .info{
	padding: 5px 10px;
	border: 1px solid #E6DCD2;
	background:#F7F7F2;
	color: #555;
	margin: 2px 0 4px;
	font-size:90%;
}
.post img {border: 4px solid #DDD; margin: 4px 0;}
.post a img {border: 4px solid #DDD;}
.post a:hover img {border-color: #CCC;}

.info a {text-decoration: none;}
.info a:hover {text-decoration: underline;}

/* comments */
.content ol li {list-style: none; background: none;}

h2.ananda_comments {
	font-size:14px;
	margin:10px 0;
	font-weight:bold;
	color:#BFA082;
}

.ananda_author {
	font-weight:bold;
}

.commentlist {
	font-size:11px !important;
}

.commentlist li {
	margin-bottom: 1.5em;
	padding-bottom: 1em;
	border-bottom: 1px solid #E6DCD2;
	list-style: none;
}

#commentform {
	margin: 1em 0;
	background: #FAFAFA;
	width: 280px;
}
.commentmetadata {display:block;margin:1px 0 6px 0;}
.commentmetadata a:link {color: #996633; text-decoration:none !important;}
.commentmetadata a:hover {color: #C60; text-decoration:underline !important;}

textarea.styled {width: 280px;}

.styled {
	font-size: 1.1em;
	background: #F8F7F6;
	border: 1px solid #D6D3D3;
}
.styled:hover {
	background: #FFF;
	border: 1px solid #D6D3D3;
}
.styled:focus {
	background: #FFF;
	border: 1px solid #939793;
}
#commentform input {margin-bottom: 3px;}

#commentform input {
	width:280px;
}

#comment {
	width:500px;
}

#submit {
	width:100px !important;
}

a img {border:none;}

/* calendar */
#wp-calendar {color:#A0A0A0;}

.sidenav table caption {border-bottom-color:#000;}

.sidenav table thead tr {
  border-bottom-color:#000;
  color:#A53512;
}

.sidenav table th {border-bottom-color:#000;}

.sidenav table td#today {
  border-color:#000;
  color:#A53512;
}

.sidenav table td a {
  border-bottom-color:#000;
  background-color:#EDF3DE;
}

.sidenav table tfoot {border-top-color:#000;}

.sidenav table tfoot a {background:none;}

/* calendar
--------------------------------------------------*/
#wp-calendar {
  display:inline-table;
  border-collapse:collapse;
  width:185px;
  margin:0px 10px 0 10px;
  text-align:center;
}

.sidenav table caption {
  margin: -5px 10px 0 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid;
  letter-spacing: 0.1em;
}

.sidenav table thead tr {border-bottom:1px solid;}

.sidenav table th {border-bottom:1px solid;}

.sidenav table td {
  width: 225px; /* maximaize width; honestly, I don't know much about tables... */
  padding: 1px;
  font-size: 0.9em;
}

.sidenav table td#today {
  padding: 0;
  border: 1px solid;
  font-size: 1em;
  font-weight: bold;
}

.sidenav table td a {
  display: block;
  border-bottom: 1px solid;
  font-weight: bold;
  font-size: 1.15em;
}

.sidenav table tfoot {border-top:1px solid;}
.sidenav table tfoot a {
  border: none;
  font-weight: bold;
}
.sidenav table tfoot #prev a {text-align:left;}
.sidenav table tfoot #next a {text-align:center;}

#searchform {padding:10px;}

.ananda_widget {
	padding-top:12px;
	margin:12px 0 0 15px;
	border-top:1px solid #EAEADA;
}

.last {
	border-bottom:1px solid #EAEADA;
	padding-bottom:12px;
}

.rssLink {
	padding: 2px 0 2px 2px;
	text-align:left;
	background: url('img/rss_s.jpg') no-repeat right 0;
}

.wp-smiley {
	border:0 none !important;
	background-color:transparent;
	vertical-align:middle;
	
}

#smilies_toolbar {
	width:500px;
}
.yoga1, .yoga2, .yoga3, .yoga4, .yoga5, .yoga6, .bred, .bgrey, .byellow, .starred, .stargrey, .staryellow {
	display:none;
}

/* Daily pose widget */
.wg_ananda_widget {
	padding:0 0 12px 0;
	margin:10px 0 0 13px;
	border-bottom:1px solid #EAEADA;
}

.wg_outer {
	direction:ltr;
	width:190px;
	height:139px;
	padding-left:2px;
	position:relative;
}

.wg_inner {
	position:relative;
	width:184px;
	height:137px;
	border:0 none;
	overflow:hidden;
}

.wg_over {
	position:absolute;
	display:block;
	width:182px;
	height:162px;
	top:0;
	left:0;
	background-image:url(http://www.anandanow.com/images/trans.gif);
	z-index:100;
}

.widgLink {
	margin-left:4px;
}

#widg {
	position:absolute;
	top:0;
	left:0;
}

/*tag cloud */
.nktagwrap {
	color:#996633;
	margin-left:13px;
}

.nktag  {
	text-decoration:none !important;
}

 a:hover.nktag  {
	text-decoration:underline !important;
}
/*Collapsing archive */
.sidenav .collapsArchUL {
	border-bottom:0 none !important;
}

.sidenav span.collapsArch {
 padding:0; 
 margin:0; 
 cursor:pointer;
}
	.sidenav li.collapsArch:before {content:'';} 
	.sidenav li.collapsArch {list-style-type:none;}
	.sidenav li.collapsArch a {display:inline !important ; }
	.sidenav li.collapsArchPost {
	             text-indent:-1em;
	              list-style-type:none;
	             margin:0 2em 0 0 ;}
	.sidenav li.collapsArchPost:before {content: "\00BB \00A0" !important;} 
	.sidenav li.collapsArch .sym {
	font-size:1.2em;
	font-family:Monaco, 'Andale Mono', 'FreeMono', 'Courier new', 'Courier', monospace;
	margin:2px 5px 0px 0; 
	line-height:.8em;
	padding:0;
	/* uncomment to put a box around +/-
	border:1px solid;
	height:.9em;
	display:inline-block;
	vertical-align:baseline;
	*/
}

/* Quote widget */           
.ananda_quote {
	border-top:1px solid #EAEADA;
	padding:12px 0 0 0;
	margin:10px 0 0 13px;
	color:#996633;
}

.quotescollection_randomquote {
	margin-top:8px;
}


.quotescollection_nextquote {
	font-size:9px;
}

/* Widgets Widget */  

.wg_anada_gl {
	border-top:1px solid #EAEADA;
	padding:10px 0 0 0;
	margin:10px 0 0 13px;
	color:#996633;
	text-align:center;
	height:185px;
	cursor:pointer;
	background:#f7f7f7 url(img/chakra.jpg) no-repeat center 9px;
	display:block;
}

/* Widgets Widget */  
.wg_anada_gl span {
	display:block;
	padding-top:160px;
	text-decoration:underline;
}

.gl0 { background-image: url(img/chakra.jpg)}
.gl1 { background-image: url(img/ayurveda.jpg)}
.gl2 { background-image: url(img/gandhi.jpg)}
.gl3 { background-image: url(img/singing.jpg)}
.gl4 { background-image: url(img/zen.jpg)}

