/*
Theme Name: deColor
Theme URI: http://webdemar.com/demo/?wptheme=deColor
Description: Clean greyscale Theme by <a href="http://webdemar.com">webdemar</a>
Version: 0.8
Author: webdemar
Author URI: http://webdemar.com
Tags: simple, clean, widgets, widget-ready, two columns, fixed width, valid CSS, valid XHTML
*/

/*
	- GENERAL
	- BASIC LAYOUT
	- HEADINGS
	- HEADER
	- CONTENT
		+ CONTENT LEFT
		+ CONTENT RIGHT
	- COMMENTS
	- SEARCHFORM
	- FOOTER
	- USEFUL

/*	##################################
   	GENERAL
	################################## */
	
body {
	margin: 0px;
	padding: 0px;
	/*background: #80832A url(img/bg-body.jpg) repeat-x left top;*/
	background: #DBDAB7 url('img/sankrit.jpg') repeat fixed; /* Hebrew */
	font-size: 62.5%;/* 16px × 62.5% = 10px */
}

p {
	font-size: 1.1em; /* 10px × 1.1em = 11px */
}

a {
	color:#80832A;
	/*outline: none;*/
	font-weight:bold; /* Hebrew */
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border:1px #333 solid;
}

p {
	margin: 0 0 20px 0;
	padding: 0px;
}

ul, ol {
	margin-bottom: 20px;
}

blockquote {
	/*margin: 0 10px 0 0; /* Hebrew */
	/*padding: 0 10px 0 0; /* Hebrew */
	margin: 1em 20px; /* Hebrew add-on */
	padding: 0 50px 0 20px; /* Hebrew add-on */
	background: transparent url('img/quote.gif') no-repeat top right; /* Hebrew add-on */
	line-height:1.4em; /* Hebrew add-on */
	font-style:italic;
	color:#555555;
	border-top:#80832A 2px solid;
	border-bottom:#80832A 2px solid;
	border-right:none;
	border-left:none;
	/*border-right: 5px solid #80832A; /* Hebrew */
}

blockquote.english {
	margin: 1em 20px;
	padding-left: 50px;
	background: transparent url('img/quote.gif') no-repeat top left;
}

/*	##################################
   	BASIC LAYOUT
	################################## */
	
#wrap {
	width: 987px; /* Hebrew was 940 */
	margin: 0 auto;
	padding: 0px 0 40px 0; /* Hebrew was 0px 0 40px 0 */
	/*background: transparent url(img/bg-wrap.jpg) no-repeat left top;*/ /* Hebrew */
	font:normal 1.2em/1.6em Arial, sans-serif;
	color: #80832A;
}

#header-top {
	height: 30px;
	/*background: url(img/bg-header-top.gif) no-repeat left top;*/
}
	
#header {
	position: relative;
	height: 150px;
	background: #DBDAB7 url('img/header-987-trans.png') no-repeat 0 0; /* Hebrew */
}

#content {
	padding: 10px 0 0 0;
	background: #DBDAB7 url('img/bg-987.png') repeat-y 0 0; /* Hebrew */
	margin: 0 auto;
	width:987px;
}

#content-left {
	float: right; /* Hebrew */
	width: 680px; /* Hebrew 580 */
	padding-right:20px; /* Hebrew add-on */
	margin-right:20px; /* Hebrew add-on */
}

#content-right {
	float: left; /* Hebrew */
	width: 220px; /* Hebrew was 320px */
	margin-left:20px; /* Hebrew add-on */
}

#footer {

}

/*	##################################
   	HEADINGS
	################################## */

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	font-family:Tahoma, Geneva, sans-serif;
	color:#404115;
}

h1 { font-size: 1.6em; }
h2 { font-size: 1.4em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1.1em; }
h5 { font-size: 1.0em; }
h6 { font-size: 0.9em; }

h1 {
	/*position: absolute;*/ /* Hebrew */
	bottom: 100px;
	left: 20px;
	margin: 0px;
	padding: 0px;
	line-height: 1;
	display:none;
}

h2#blog-description {
	/*position: absolute;*/ /* Hebrew */
	bottom: 80px;
	left: 20px;
	margin: 0px;
	padding: 0px;
	font:normal 1.0em/1.0em Arial, sans-serif;
	display:none;
}

h2 {
	margin: 0 0 20px 0;
	padding: 0 20px;
}
h2 a:hover {
	text-decoration:none;
}

h3 {
	margin: 0 0 0px 0; /* Hebrew was 0 0 20px 0*/
}
h3 a:hover {
	text-decoration:none;
	color:#000;
}

h4 {
	margin: 0 0 10px 0;
}

/*	##################################
   	HEADER
	################################## */
	
/*#header ul {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 900px;
	height: 50px;
	margin: 0px;
	padding: 0 20px;
	list-style: none;
	background: url('img/bg-menu.gif') repeat-x left top;
	border-top: 5px solid #80832A;
}

#header li {
	float: left;
	margin: 0 2px 0 0;
	padding: 0px;
}

#header li#first {
	background: url('img/bg-menu-a.gif') no-repeat left top;
}

#menu .page_item a {
	display: block;
	float: left;
	height: 27px;
	margin: 0px;
	padding: 8px 22px 0 22px;
	background: url('img/bg-menu-a.gif') no-repeat right top;
	text-decoration: none;
	text-align: center;
}

#menu .page_item a:hover {
	text-decoration: underline;
}

#rss {
	position: absolute;
	bottom: 80px;
	right: 20px;
	width: 300px;
	height: 40px;
	text-align: right;
}

#rss p {
	margin: 0px;
	padding: 1px 0 0 0;
}

#rss img {
	float: right;
	margin: 0 0 0 10px;
}*/

/*	##################################
   	CONTENT
	################################## */
	
/** content RIGHT */

.box-left {
	margin: 0 20px 40px 0; /* was 0 0 40px 20px; */
	padding-right:150px;
}

.box-left h3.posttitle {
	font-size:1.4em;
	background: url('img/h3-gradient-trans.png') no-repeat left top;
	color:#fff;
	letter-spacing:0.1em;
	height:1.4em;
	overflow:hidden;
}
div.english h3 {
	font-size:1.4em;
	background: url('img/h3-gradient-invers-trans.png') no-repeat left top;
	color:#fff;
	letter-spacing:0.1em;
}
.box-left h3.posttitle a{	color:#fff;}
.box-left img {
	/*float: left;
	margin: 0 10px 10px 0;*/
	padding:3px;
	margin:3px 0;
	border:1px solid #333;
}
	
.meta {
	clear: both;
	padding: 10px;
	/*background: #fff url('img/bg-meta.gif') repeat-x right top; /* Hebrew */
	color: #80832A;
}

.meta-date {
	padding: 0 5px 0 10px;
	background: url('img/bg-meta-date.gif') no-repeat 100% 2px; /* Hebrew 0px 2px */
}

.meta-categories {
	padding: 0 5px 0 10px;
	background: url('img/bg-meta-categories.gif') no-repeat 100% 2px; /* Hebrew 0px 2px */
}

.meta-comments {
	padding: 0 5px 0 10px;
	background: url('img/bg-meta-comments.gif') no-repeat 100% 2px; /* Hebrew 0px 2px */
}

p.tags {
	clear: both;
}

/** content LEFT (sidebar) */

.box-right {
	margin: 0 0 10px 20px; /* Hebrew was 0 0 40px 20px */
}

.box-right ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.box-right li {
	display: inline; /* white space bug IE6 */
}

.box-right li a {
	display: block;
	margin: 0px;
	padding: 5px;
	/*border-bottom: 1px solid #dedede;*/
	text-decoration: none;
}

.box-right li a:hover {
	/*background: #f7f7f7;*/
}

.box-right li ul {
	margin: 0px;
	padding: 0 20px 0 0; /* Hebrew */
}

/*	##################################
   	COMMENTS
	################################## */
	
#commentform label {
	display: block;
	margin: 0 0 5px 0;
}

#commentform input.text, #commentform textarea {
	width: 500px;
	margin: 0 0 10px 0;
}

#commentform .text {
	height: 22px;
	padding: 6px 6px 0 6px;
	background: #fff url('img/bg-form-text.gif') repeat-x right top; /* Hebrew */
	border: 1px solid #dadada;
	color: #80832A;
}

#commentform textarea {
	height: 150px;
	padding: 6px 6px 0 6px;
	background: #fff url('img/bg-form-text.gif') repeat-x right top; /* Hebrew */
	border: 1px solid #dadada;
	color: #80832A;
}

#commentform .button {
	width: 90px;
	height: 30px;
	margin: 0px;
	padding: 0px;
	background: #fff url('img/bg-button.gif') no-repeat right top; /* Hebrew */
	border: none;
	color: #80832A;
}

.comment-meta {
	padding: 10px 10px 0 10px;
	/*background: #fff url('img/bg-meta.gif') repeat-x right top; /* Hebrew */
	color: #80832A;
}

.comment-meta .avatar {
	/*float: right; /* Hebrew */
	/*margin: 0 10px 0 0;*/
}

.comment-text p {
	margin: 0;
	/*padding: 10px;*/
}

/*	##################################
   	SEARCHFORM
	################################## */
	
#searchform #search {
	float: right; /* Hebrew */
	width: 186px;
	height: 22px;
	padding: 6px 6px 0 6px;
	background: #fff url('img/bg-form-text.gif') repeat-x right top; /* Hebrew */
	border: 1px solid #dadada;
	color: #80832A;
}

#searchform #search-submit {
	width: 90px;
	height: 30px;
	margin: 0px;
	padding: 0px;
	background: #fff url('img/bg-button.gif') no-repeat right top; /* Hebrew */
	border: none;
	color: #80832A;
}

/*	##################################
   	FOOTER
	################################## */

#footer {
	width: 987px; /* Hebrew was 900 */
	margin: 0 auto;
	padding: 0px 0 40px 0; /* was 0 15px; */
	position: relative;
	height: 68px;
	background: #DBDAB7 url('img/foot-1024-trans.png') no-repeat 0 0; /* Hebrew */
	text-indent: 1.5em; /* added because of new padding */
}

#legal {
	/*float: right; /* Hebrew */
	/*width: 400px;*/
}

#webdemar {
	/*float: left; /* Hebrew */
	/*width: 380px;*/
	/*text-align: right;*/
}

#footer-bottom {
	width: 987px;
	height: 20px;
	margin: 0 auto;
	/*background: url('img/bg-footer-bottom.gif') no-repeat right bottom; /* Hebrew */
}

/*	##################################
   	USEFUL
	################################## */

.clear {
	clear:both;
}

/** WORDPRESS CSS */

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.aligncenter {
	margin: 0 0 10px 0;
}

.alignleft {
   float: left;
   margin: 0 10px 10px 0;
}

.alignright {
   float: right;
   margin: 0 0 10px 10px;
}

.wp-caption {
   border: 1px solid #ccc;
   text-align: center;
   background-color: #f7f7f7;
   padding-top: 4px;
}

.wp-caption img {
   float: none;
   margin: 0px;
   padding: 0px;
   border: none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0px;
   margin: 0px;
}

/** WIDGETS CSS */

#calendar_wrap table {
	width: 100%;
}

#calendar_wrap td {
	text-align: center;
}

/*	##################################
   	TABLES
	################################## */
table.schedule {
	background-color:#DBDAB7;
	color:#000;
	border:1px solid #80832A;
	text-align: center;
}
table.schedule th, table.schedule h3, table.schedule h2, table.schedule h1, table.schedule h4 {
	background-color:#80832A;
	color:#fff;
	text-align:center;
	font-family: tahoma, arial;
}
table.schedule h3, table.schedule p {
	padding:0;
	margin:0;
}
table.schedule td {
	padding:1px;
	vertical-align:top;
	/*position:relative;*/
}
table.message-board {
	background:none;
	color:#000;
	border:none;
	text-align: right;
}
table.message-board td {
	padding:3px;
	vertical-align:top;
	/*position:relative;*/
}
table.message-board th {
	font-size: 1.2em;
	color: #000;
	font-family: tahoma, arial, sans-serif;
}

/*	##################################
   	ADD-ONS
	################################## */
#first {
	display:none;
}
h1#blogname {
	display:none
}
h6#blogdesc {
	display:none
}
h5 {
	float:left;
	margin: 0 20px 0 0;
	background: transparent url('img/quote-start.gif') no-repeat top right;
	width: 10em;
	color: #000;
	font-style:italic;
	font-weight:normal;
	font-size: 1.2em;
}
#footer h6, #footer h5, #footer h4 {
	margin: auto 0;
	text-align: center
}
#suckerfishnav li li li {
	display: none;
}
#suckerfishnav, #suckerfishnav ul {
	border: none!important;
}
body {
	color: #80832A; /* was 333 */
}
.blogname, .blogname a, blogname a:hover, .blogname a:visited, .blogdesc {
	color: #80832A;
}
.posttitle, .posttitle a:link, .posttitle a:visited, .posttitle a:hover, .posttitle a:active, .pagetitle, .post .pagetitle {
	/*color: #80832A;*/
	font-family: Tahoma, Arial, Sans-Serif;
	text-align: right;
	text-decoration: none;
}
.posttitle a:hover, .posttitle a:active {
	text-decoration: underline;
}
.blogname, .blogname a, blogname a:hover, .blogname a:visited, .blogdesc {
	text-decoration: none;
	color: #80832A;
}
.breadcrumb, .breadcrumb a, .breadcrumb a:hover, .breadcrumb a:visited {
	text-align: right;
	text-decoration: none;
	color: #80832A;
	font-size: 100%;
	padding: 0; /* was 0 4px 8px 0*/
	font-weight:bold;
	margin-bottom:1em;
}
.breadcrumb a:hover {
	text-decoration: underline;
}
.nocomments {
	display:none;
}
.sidebars {
	background:none;
	border:none;
}
.sidebars #searchform #s {
	background: #C8BDB2 none repeat scroll 0 0;
	border: 1px solid #EEEEEE;
	font-family: arial, serif;
	color: #80832A;
}
.textwidget {
	background-image:url('img/pin-note.png');
	background-position:center top;
	background-repeat:no-repeat;
	text-align: center;
	padding:25px 0 0 0;
	margin:0;
	height:76px;
}
.textwidget:hover {
	background-image:url('img/pin-note-hover.png');
}

.post {
	background: none;
	border: none;
	padding: 5px 160px 5px 15px
}
.postmetadata {
	display:none;
}
.post small {
	display:none;
}
h2.posttitle {
	padding:0;
	margin:0;
}

p, li {
	color: #000;
}
p, address {
	margin: 0.5em 0;
}
li {
	margin-top: 0;
	margin-bottom: 0;
}
.ddmcl p.sep {
	display:none;
}
.catdesc {
	display:none;
}
.navigation .alignleft {
	padding: 0; /* Hebrew 20px 0 */
	width: 45%;
	float: right;
	text-align: right;
}
.navigation .alignright {
	padding: 0; /* Hebrew 20px 0 */
	width: 45%;
	float: left;
	text-align: left;
}
.english, .english h3, .english h2, .english h1, .english h4, address {
	direction: ltr;
	text-align:left
}
address {
	font-style:normal;
	color: #000;
}
h2 {
	padding-top:.8em;
}
.slideshow {
	border: 1px solid #fff;
}
h3.posttitle-search {
	font-size:1.1em;
	margin:0;
	padding:0;
}
h3.posttitle-search a:hover, h3.posttitle-search a:active {
	text-decoration:underline;
}
h3.posttitle-search img {
	margin-right:.5em; /* Hebrew */
}
div.img div {
	margin-left: 6px!important; /* Hebrew */
	padding:3px!important;
}
.post h4, .post h3, .post h2, .post h1 {
	margin-top: 1em;
	color: #000;
	font-family: tahoma, arial, sans-serif;
}

.more-link {
	display:block;
	margin-bottom: .7em;
}
.sidebars li {
	list-style-image: none;
	list-style: none;
}
#per-post-bg {
	background-position: 97% bottom;
	background-repeat: no-repeat;
}

/********/
div.postinfo h3 {
	font-size:1.6em;
}

.datestamp div {
	color: #fff;
	text-align: center;
	line-height: 1.4em;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Sans-Serif;
	padding: 1px;
	width: 2.9em;
	background:#FFBA2C url('img/cal_bg.jpg') repeat-x scroll 0 0;
	border:1px solid #C08800;
}

.datestamp {
	display: inline;
	padding: 1px;
	float: right; /* Hebrew */
	margin-left: 1em; /* Hebrew */
	display:none;
}

.datestamp span {
	display: block;
}

.cal1 {
	font-size: 1.5em;
	letter-spacing: .2em;
	padding-right: .2em /* Hebrew */
}
.cal1x {
	letter-spacing: 0em;
	padding-right: 0em; /* Hebrew */
}

.cal2 {
	font-weight: bold;
	font-size: 2em;
	line-height: .7em;
}

.cal3 {
	font-size: .8em;
	line-height: 1em;
}


div#ShadowBox, div#ZoomClose {
	direction:ltr;/* for fancy zoom plugin*/
}

/* tooltip styling. uses a background image (the yellow arrow) */
div.tooltip {
	background:transparent url('img/yellow-75.png') repeat scroll 0;
	display:none;
	height:107px;
	padding:15px;
	width:178px;
}

#trigger {
	position:relative;
}

/* flash banner */
#flash {
	text-align:center;
}

/* Preload images using CSS */
#preloadImages {
	width: 0px;
	height: 0px;
	display: inline;
	background-image:url('img/pin-note.png');
	background-image:url('img/pin-note-hover.png');
	background-image:url('img/pin-note.jpg');
	background-image:url('img/pin-note-hover.jpg');
}

img.wp-post-image {
	float:right;
	margin-left:5px!important;
}
img.wp-post-image:hover {
	float:right;
	border-color:#8f9241;
}