/*
Theme Name: galiel
Author: David Galiel
Author URI: http://galiel.com
Version: 12.2008
*/

/*
TABLE OF CONTENTS:
body
	wrapper
		header
		content
			main
			sidebar
		footer
*/
/* ---------------------------------------------
Global Settings based on ideas by John Beatrice
-------------------------------------------------

>> ::TOC::
	Resets
	Defaults
	Typography
	Forms
	Tables
	Template 
	Links
	Menus
	Global Classes
	Content

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

/* ---------- ::Resets:: --------------------- */
body, address, blockquote, dl, ol, ul, li, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre {
margin:0;
padding:0;
}
fieldset, table {
border:none;
}
/* ---------- ::Document Defaults:: ---------- */
html { 
font-size:100.01%; 
height: 101%;
}
body { 
margin:0 auto;
height:100%;
font:62.5%/1.8em "Trebuchet MS",Tahoma,Arial,Helvetica,sans-serif;
background-color:#8e6e0;
color:#333;
}

/* ---------- ::Typography:: ----------------- */
blockquote, address, pre {
	margin: .5em 1em .5em 2em;
}
blockquote, li { /* adjust as needed */
padding:0 0 .4em 0;
}
blockquote {
	color: #666;
	font-family: Verdana, Helvetica, Arial, San-Serif;
}
small {
	font-size: 1.1em;
}

/* ---------- ::Forms:: ---------------------- */
input, label {
vertical-align:middle;
}
label {
cursor:pointer;
}
input, select, textarea {
font-size:1.2em;
font-family:inherit;
font-size:inherit;
}
input, textarea {
padding:.2em;
}
textarea {
overflow:auto;
}
/* ---------- ::Tables:: --------------------- */
table {
table-layout:fixed;
word-wrap:break-word; /* will not validate IE only */
overflow:hidden;
}

/* ---------- ::Links:: ---------------------- */
a, a:visited {
text-decoration:underline;
color: #c24621;
}
a:active, a:focus, a:hover {
text-decoration:underline;
outline:none;
}
a img {
border:none;
}

/* ---------- ::Image:: ---------------------- */
p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

/* END GLOBAL SETTINGS */

/* START BODY */
body {
	margin: 0 auto;
	padding: 0;
	font-size: 62.5%;
	height: 100%;
}
ul, ol {
	font-size: 13px;
	list-style-position: outside;
	margin-left: 7px;
}
/* END BODY */

/* START WRAPPER */
#wrapper {
	text-align: left;
	margin: 0 auto;
	padding: 0;
	border:0;
	width: 850px;

	background: url("graphics/page-background.jpg") repeat-y;

}
/* END WRAPPER */

/* START HEADER */
#header {
	margin: 0;
	padding:0;
 	width: 100%;
	height: 90px;
}
#header #headerimg {
	background: url(graphics/galiel-header1.jpg) no-repeat;
	width: 100%;
	height: 90px;
}
#header h1 {
	display: none;
}
#header .description {
	display: none;
}
/* END HEADER */

/* START CONTENT */
#content {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
/* END CONTENT */

/* START MAIN */
#main {
	margin: 15px 0 0 60px;
	padding: 0;
	float: left;
	width: 520px;
	height: 100%;
	display: inline;
}

#main h1 {

}
#main .post h2 {
	margin-bottom: .8em;
}
#main .post h2 a {
	font-size: 1.6em;
	line-height:1.2em;
	text-decoration: none;
}
#main .post h2 a:link, #main .post h2 a:visited {
	color: #4a4380;

}
#main .post h2 a:hover, #main .post h2a:active {
	text-decoration: underline;
}

#main .post h3 {
	font-size: 1.5em;
	margin: .5em 0 .8em 0;
}
#main .post .entry p {
	font-size: 1.3em;
	line-height:1.4em;
	font-color: #333;
	margin-bottom: 0.6em;
}
#main .post .entry-levana p {
	font-size: 1.5em;
	line-height:1.4em;
	font-color: #333;
	margin-bottom: 0.8em;
}
#main #image {
	
}
#main a:link, #main a:visited {

}
#main a:hover, #main a:active {

}

.intro {
	font-size: 1.5em;
	margin-bottom: 1em;
	line-height: 1.3em;
}
.secondary-intro {
	font-size: 1.3em;
	font-style: italic;
	margin-bottom: 1.5em;
	line-height: 1.3em;
}
.commentlist {
	font-size: 13px;
	margin-left: 12px;
	list-style-type: none;
}

.commentlist li {
	border-bottom: 1px solid #ccc;
	padding-bottom: 8px;
	margin-bottom: 8px;
}

.commentlist p {
	margin-top: 8px;
	font-size: 14px;
}

.commentmetadata {
	color: #666;
}

#commentform {
	width: 500px;
	margin-bottom: 9px;
}

/* My Comment */
#comment {
	width: 500px;
}

#commentform p {
	margin-top: 6px;
}
/* END MAIN */

/* START SIDEBAR */
#sidebar {
float: right;
width: 200px;
height:  100%;
margin: 0;
padding: 0;
}
#sidebar #menu {
	font-size: 1.8em;
	letter-spacing: 0.1em;
}
#sidebar #menu ul {
	list-style: none;
}
#sidebar #menu ul li.page_item a {
	padding: 0 0 3px 21px;
}
#sidebar #menu ul li.page_item a:link, #sidebar #menu ul li.page_item a:visited  { 
	color: #696e99;
	background: url(graphics/nav-square-gold.jpg) no-repeat 0 .35em;

}
#sidebar #menu ul li.page_item a:hover, #sidebar #menu ul li.page_item a:active  { 
	text-decoration: underline;
	background: url(graphics/nav-square-red.jpg) no-repeat 0 .35em;
}
#sidebar #menu ul li.current_page_item a:link, #sidebar #menu ul li.current_page_item a:visited { 
	background: url(graphics/nav-square-blue.jpg) no-repeat 0 .35em;
	color: #4a4380;
	text-decoration: none;
}
#sidebar #menu ul li.current_page_item a:hover, #sidebar #menu ul li.current_page_item a:active  { 
	text-decoration: underline;
	background: url(graphics/nav-square-red.jpg) no-repeat 0 .35em;
}

#sidebar h2 {
	background: url(graphics/sidebar-dashed-line.jpg) no-repeat 0 top;
	margin: 16px 0 10px 0;
	padding: 10px 0 0 0;
	font-size: 2em;
	letter-spacing: 0.1em;
}
#sidebar #sidebar-1 h2 {
	color: #bab460;
}
#sidebar #sidebar-2 h2 {
	color: #d66749;
}
#sidebar #sidebar-3 h2 {
	color: #696e98;
}
#sidebar h3 {
}
#sidebar p {
	color: #6c6b8a;
	font-size: 1.2em;
}
#sidebar a:link, #sidebar a:visited {

}
#sidebar a:hover, #sidebar a:active {

}
.feed-list {
  margin: 20px 0 22px 0;
  padding: 0;
  list-style-type: none;
}

.feed-list li {
  margin: 0 0 20px 0;
  padding: 0;
  list-style-type: none;
}

.feed-list li a {
  padding: 0 0 0 5px;
  list-style-type: none;
} 
/* END SIDEBAR */
#photo-sidebar {
float: right;
width: 200px;
height:  100%;
margin:15px 12px 0 0;
padding: 0;
}

#photo-sidebar p {
	margin-bottom: 12px;
}
#respond {
	font-size: 1.6em;
}

/* START FOOTER */
#footer, #levana-header {
	width:100%;
	height: 45px;
	background: url(graphics/galiel-footer-background.jpg) no-repeat;
	clear: both;
}

#footer {
	background: url(graphics/galiel-footer-background.jpg) no-repeat;
}

#levana-header {
	background: url(graphics/levana-header-background.jpg) no-repeat;	
}

#footer p, #levana-header p {
	padding: 10px 0 0 60px;
	font-size: 1.2em;
}
#footer a:link, #footer a:visited {

}
#footer a:hover, #footer a:active {

}
/* END FOOTER */

/*CFORMS II STUFF*/

/*                                                    */
/*  main 'top-level' form elements                    */
/*                                                    */
@import "calendar.css";

.cform { 
	margin:10px auto 0 auto; 
	width: 450px; 
}

.cform fieldset	{ 
	margin-top:10px; 
	padding:10px 0 10px 0; 
	border:none; 
}

.cform .cf_hidden {
	display:none; 
	border:none!important;
	background:none!important;
	padding:0!important;
	margin:0!important;
}

.cform legend { 
	margin-left:0px;
	padding:0; 
	font:bold 20px Verdana; 
	color:#888;
	letter-spacing:4px;
}

ol.cf-ol { 
	margin:0!important; 
	padding:0!important; 
}
ol.cf-ol li	{
	background:none!important; 
	margin:5px 0!important; /*some themes may interfere otherwise*/
	padding:0; 
	list-style:none!important; 
	text-align:left;
	line-height:26px;
}


/*                                                    */
/* just for text-only fields (no input)               */
/*                                                    */

ol.cf-ol li.textonly {
	color:#AAAAAA;
	letter-spacing:3px;
	padding:3px 0pt;
	text-align:center;
}


/*                                                    */
/* global definitions for field labels                */
/*                                                    */

.cform label {
	margin:2px 10px 0 0; 
	text-align:left;
	font-size: 16px;
	display:block;
	color:#aaa;
	padding:2px;
}

label.cf-before {
	display:-moz-inline-box; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/
	margin:1px 5px 0 0; 
}

label.cf-before span{
	width:100px; 
	display:block;
}

label.cf-after 	{
	display:-moz-inline-box; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/
	margin:1px 2px 0 4px;
	width:195px;
	text-align:left;	
}

label.cf-after span {
	width:195px;
	display:block;
}

label.cf-group-after {
	display:-moz-inline-box; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/
	margin:1px 5px 0pt 4px;;
	width:190px;
	text-align:left;
}
label.cf-group-after span {
	width:190px;
	display:block;
}

/*                                                    */
/*   FORM FIELDS general formatting                   */
/*                                                    */

.cform input,
.cform textarea,
.cform select { 
	margin:0;
	padding:3px;
	background: #fbfbfb; 
	border:none;
	border-top: 1px solid #f0f0f0; 
	vertical-align:top;
	color:#777777;
	font-weight:bold;
	letter-spacing:1px;	
}
.cform input:hover,
.cform textarea:hover,
.cform select:hover	{
	background:#CEDDDF; 
}

.cform input:focus,
.cform textarea:focus,
.cform select:focus	{ 
	background:#F3F8F8; 
}

.cform textarea,
.cform input {
	width:415px; 
}
.cform select {
	width:421px; /* attempt to have equal length */
}  

.cform select.cfselectmulti	{ 
	height:6.5em; 
}

.cform textarea {
	font-family: arial;
	font-size: 16px;
	height: 6em;
	overflow:auto;
}

.cform  input.cf_date {
	width:395px;
}

/*                                                    */
/*   radio button title                               */
/*                                                    */

ol.cf-ol li.cf-box-title {
	font-size:16px;
	color:#888888;
	letter-spacing:2px;
	margin:20px 0pt 0pt !important;
}

/*                                                    */
/*   check boxes                                      */
/*                                                    */

input.cf-box-a,
input.cf-box-b 	{ 
	margin:8px 0 0 0; 
	width:16px; 
	height:22px;
	border:none!important;
	background:none!important; 
}


/*                                                    */
/* check box groups                                   */
/*                                                    */

ol.cf-ol li.cf-box-group {
	padding: 0 0 5px 0; 
} 


/*                                                    */
/* formatting for text:  "(required)"  & other        */
/*                                                    */

span.reqtxt,
span.emailreqtxt { 
	display:block; /*for mozilla*/
	font-size:9px;
	vertical-align:top;
	color:#888888;
	text-align:right;
	margin:0 0px 0 0;
	line-height:13px;
	letter-spacing:3px;
	width:420px;
}

/*                                                    */
/*   FORM submit button                               */
/*                                                    */

p.cf-sb {
	padding: 0!important;
	margin: 0;
	text-align:right;
}
.cform input.sendbutton	{ 
	width:150px;  
	padding:2px; 
	margin: 0px 28px 4px 0pt;
	font-size:0.8em;
	background:url(../images/button-bg.gif) repeat-x; 
	border:1px solid #adadad!important;
	border-left-color:#ececec!important; 
	border-top-color:#ececec!important;
}

/*                                                    */
/*   FORM FIELDS enhanced error display               */
/*                                                    */
ol.cf-ol li.cf_li_err {
	background:#FFDFDF url(li-err-bg.png) repeat!important;
	border-color:#DF7D7D;
	border-style:solid;
	border-width:1px 0pt;
	padding:5px 0px 5px 10px!important;
	margin:5px 0!important;
}

ol.cf-ol li ul.cf_li_text_err {
	padding:0 0 0 10px;
	margin:0;
	color:#333;
	display:inline-block;
}

ol.cf-ol ul.cf_li_text_err li {
	background:url(icon-alert.png) no-repeat left 1px!important;
	list-style:none!important;
	font-weight:bold;
	text-indent:0;
	margin:0 0 2px!important;
	padding-left:15px;
}
ol.cf-ol ul.cf_li_text_err li:before {
	content:'';
}


/*                                                    */
/* 'visitor verification' related styles              */
/*                                                    */

label.seccap {
	margin-top: 6px;
}

label.secq{
	display:-moz-inline-box; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/
	width:auto;
	padding:2px 4px 2px 2px;
}
label.secq span {
	display:block!important;
	width:auto;
}

input.secinput {
	vertical-align:text-bottom;
}

#cforms_captcha6,
#cforms_captcha5,
#cforms_captcha4,
#cforms_captcha3,
#cforms_captcha2,
#cforms_captcha {
	height:15px;
	width:196px;
	padding: 4px 4px;
	margin: 0;
	vertical-align:text-bottom;
}

img.captcha	{
	vertical-align:text-bottom;
	margin:0 0 0 10px!important;
	padding:0!important;
	border:none!important;
	float:none!important;
}

img.captcha-reset {
	vertical-align:text-bottom;
	background:	url(captcha_reset_grey.gif) no-repeat;
	margin:0 0 2px 3px;
	width:21px;
	height:21px;
	border:none!important;
}

img.imgcalendar {
	border:none!important;
}

/*                                                    */
/* change formatting of response msgs here            */
/*                                                    */

div.cf_info {
	color:#333;
	display:none;
	padding:10px 15px!important;
	width:420px;
	line-height:1.3em;
	margin:10px auto;
}
div.cf_info ol {
	margin:0;
	padding:5px 15px 0 30px;
}
div.cf_info ol li {
	padding:1px 0;
	margin:2px 0;
}
div.cf_info a	{
	color:red!important;
	text-decoration:underline!important;
}
div.success {
	color: #009900;
	display:block;
	letter-spacing:2px;
	text-align:right;
	font-size: 120%;
	font-weight: bold;
}
div.failure {
	display:block;
	background:#FFDFDF url(li-err-bg.png) repeat!important;
	border-color:#DF7D7D;
	border-style:solid;
	border-width:1px 0pt;
}
div.waiting {
	background:#F9F9F9;
	color:#AAAAAA;
	display:block;
}
/*                                                    */
/*   formatting for invalid user inputs               */
/*                                                    */
.cform .cf_error { 
	color:#ad2929; 
	border:1px solid #ad2929; 
}
div.mailerr {
	display:block;
}
.mailerr,
.cform .cf_errortxt {
	color:#ad2929; 
}

/*                                                    */
/* disabled fields [disabled] does not work on IE!    */
/*                                                    */

[disabled] {
	color:#dddddd;
	border-color:#dddddd!important;
	background:none!important;
}
.disabled {
	border-color:#dddddd!important;
}

/*                                                    */
/* upload box styling                                 */
/*                                                    */

.cform input.cf_upload  {
	width:220px;
	background: #f9f9f9;
	border:1px solid #888888;
}

/*                                                    */
/*  Other: link love                                  */
/*                                                    */
.linklove {
	width:410px;
	margin:0 auto 10px!important;
	padding:0!important;	
	text-align:center!important;
	display: none;
}
.linklove a,
.linklove a:visited {
	font-size: 0.8em;
	font-family: Tahoma;
	color:#aaaaaa!important;
	display: none;
}

  
/*                                                    */
/*  Other: browser hacks                              */
/*                                                    */
* html .cform legend { 
	position:absolute; 
	top: -10px; 
	left: -7px; 
	margin-left:0;
}
* html .cform fieldset {
	position: relative;
	margin-top:15px;
	padding-top:25px; 
}
* html span.reqtxt,
* html span.emailreqtxt { 
	display:inline-block; /*for Opera & IE*/
	width:415px;
}
* html ol.cf-ol 	{
	display:inline-block; /*for IE6!!*/
}
* html img.captcha	{
	margin-bottom:1px!important;
}
*+html img.captcha	{
	margin-bottom:1px!important;
}


