/*   
Theme Name: ohav 
Theme URI: http://ohav.co.il
Description: .
Author: Ohav Team
Author URI: http://ohav.co.il
Version: 2.3.1
*/

/*
	HTML5 Reset Wordpress Theme :: style.css
	----------------------------------------------------------
	We have learned much from/been inspired by/taken code where offered from:
	
	Eric Meyer					:: http://ericmeyer.com
	HTML5 Doctor				:: http://html5doctor.com
	and the HTML5 Boilerplate	:: http://html5boilerplate.com
	
	Special thanks: The Wordpress theme owes its start to an empty theme authored 
		by Chris Coyier & Jeff Starr: http://digwp.com
	
-------------------------------------------------------------------------------*/

/* Let's default this puppy out
-------------------------------------------------------------------------------*/

html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}									

article, aside, figure, footer, header, hgroup, nav, section {display: block;}

/* Responsive images and other embedded objects
   Note: keeping IMG here will cause problems if you're using foreground images as sprites, like, say for Google Maps custom placemarkers. 
   There has been a report of problems with standard Google maps as well, but we haven't been able to duplicate or diagnose the issue. */
img,
object,
embed {max-width: 100%;}

/* force a vertical scrollbar to prevent a jumpy page */
html {overflow-y: scroll;}

/* we use a lot of ULs that aren't bulleted. 
	don't forget to restore the bullets within content. */
ul {list-style: none;}

blockquote, q {quotes: none;}

blockquote:before, 
blockquote:after, 
q:before, 
q:after {content: ''; content: none;}

a {margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent;}

del {text-decoration: line-through;}

abbr[title], dfn[title] {border-bottom: 1px dotted #000; cursor: help;}

/* tables still need cellspacing="0" in the markup */
table {border-collapse: collapse; border-spacing: 0;}
th {font-weight: bold; vertical-align: bottom;}
td {font-weight: normal; vertical-align: top;}

hr {display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0;}

input, select {vertical-align: middle;}

pre {
	white-space: pre; /* CSS2 */
	white-space: pre-wrap; /* CSS 2.1 */
	white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
	word-wrap: break-word; /* IE */
}

input[type="radio"] {vertical-align: text-bottom;}
input[type="checkbox"] {vertical-align: bottom; *vertical-align: baseline;}
.ie6 input {vertical-align: text-bottom;}

select, input, textarea {font: 99% sans-serif;}

table {font-size: inherit; font: 100%;}
 
/* Accessible focus treatment
	people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active {outline: none;}

small {font-size: 85%;}

strong, th {font-weight: bold;}

td, td img {vertical-align: top;} 

/* Make sure sup and sub don't screw with your line-heights
	gist.github.com/413930 */
sub, sup {font-size: 75%; line-height: 0; position: relative;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}

/* standardize any monospaced elements */
pre, code, kbd, samp {font-family: monospace, sans-serif;}

/* hand cursor on clickable elements */
.clickable,
label, 
input[type=button], 
input[type=submit], 
button {cursor: pointer;}

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {margin: 0;}

/* make buttons play nice in IE */
button {width: auto; overflow: visible;}
 
/* scale images in IE7 more attractively */
.ie7 img {-ms-interpolation-mode: bicubic;}

/* prevent BG image flicker upon hover */
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}

/* let's clear some floats */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }  
.clearfix:after { clear: both; }  
.clearfix { zoom: 1; }  



/* Ok, this is where the fun starts.
-------------------------------------------------------------------------------*/

/* new Linux- and Windows-friendly sans-serif font stack: http://mky.be/fontstack */
body {font: 13px Helmet, Freesans, sans-serif;}

body#bordered {
	background-color:#e2e2e2;
}

body#bordered #wrapper{
	background-color:#FFF;
	box-shadow: 10px 10px 5px #888888;
	border-radius: 10px;	
}

#wrapper {
	padding:10px;
}

body#not-bordered #facebookshare,
body#not-bordered #facebookcomments,
body#not-bordered #commentsdiv
{
	background: #efffff;
}

/* using local fonts? make sure to read up on Paul Irish's 
	Bulletproof @font-face syntax: http://mky.be/font-face/bulletproof/ */

/* we like off-black for text */
body, select, input, textarea {color: #333;}

a {color: #03f;}
a:hover {color: #69f;}

/* Custom text-selection colors (remove any text shadows: twitter.com/miketaylr/status/12228805301) */
::-moz-selection{background: #fcd700; color: #fff; text-shadow: none;}
::selection {background: transparent;  text-shadow: none;} 

/*	j.mp/webkit-tap-highlight-color */
a:link {-webkit-tap-highlight-color: #fcd700;} 

ins {background-color: #fcd700; color: #000; text-decoration: none;}
mark {background-color: #fcd700; color: #000; font-style: italic; font-weight: bold;}

/* special via editor */

.shareaholic-show-on-load.shr_rd-3 {
display: none !important;
}

.cleared, .clear
{
  float: none;
  clear: both;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 1px;
}
/*BOXS*/
.frame_box h1, .frame_box h2, .frame_box h3, .frame_box h4, .frame_box h5, .frame_box h6{
    padding:0px; 
    margin:0px;
}
.frame_box p{
    margin:10px 0px 0px 0px; 
    padding:0px;
}
.frame_box{
    padding:20px 20px; 
    margin:10px 0px; 
    background-color:#f0f1f2; 
    border: solid 1px #e6e7e8; 
}
.note_box h1, .note_box h2, .note_box h3, .note_box h4, .note_box h5, .note_box h6{
    padding:0px; 
    margin:0px;
}
.note_box p{
    margin:10px 0px 0px 0px; 
    padding:0px;
}
.note_box{
    padding:20px 20px; 
    margin:10px 0px;  
    border: solid 1px #e6e7e8;
}

.succes_box h1, .succes_box h2, .succes_box h3, .succes_box h4, .succes_box h5, .succes_box h6{
    padding:0px; 
    margin:0px;
}
.succes_box p{
    margin:10px 0px 0px 0px; 
    padding:0px;
}
.succes_box{
    padding:10px 10px; 
    margin:10px 0px; 
    background-color:#e9f9e5; 
    border: #b4e8aa solid 1px; 
    color:#698433;
}

.error_box h1, .error_box h2, .error_box h3, .error_box h4, .error_box h5, .error_box h6{
    padding:0px; 
    margin:0px;
}
.error_box p{
    margin:10px 0px 0px 0px; 
    padding:0px;
}
.error_box{
    padding:10px 10px; 
    margin:10px 0px; 
    background-color:#f9e5e6; 
    border: #e8aaad solid 1px; 
    color:#cc0006;
}

.info_box h1, .info_box h2, .info_box h3, .info_box h4, .info_box h5, .info_box h6{
    padding:0px; 
    margin:0px;
}
.info_box p{
    margin:10px 0px 0px 0px; 
    padding:0px;
}
.info_box{
    padding:10px 10px; 
    margin:10px 0px; 
    background-color:#e5ecf9; 
    border: #aac6e8 solid 1px; 
    color:#00499c;
}

.notice_box h1, .notice_box h2, .notice_box h3, .notice_box h4, .notice_box h5, .notice_box h6{
    padding:0px; 
    margin:0px;
}
.notice_box p{
    margin:10px 0px 0px 0px; 
    padding:0px;
}
.notice_box{
    padding:10px 10px; 
    margin:10px 0px; 
    background-color:#f9f9e5; 
    border: #e8e3aa solid 1px; 
    color:#ac8400;
}


/*COLUMNS*/
.last{ margin:0px !important; clear:left; }
.one_sixth,.one_fifth,.one_fourth,.one_third,.one_half,.two_third,.three_fourth{ float:right; margin: 0px 0px 0px 4%; border-bottom:1px dotted #ccc;}
.one_sixth { width: 13.33%;}
.one_fifth{width:16.8%; float:right;}
.one_fourth{width: 22%;}
.one_third{width: 30.6%;}
.one_half{width: 48%;}
.two_third{width: 65.4%;}
.three_fourth{width: 74%;}

/*LINES*/
.line_shortcut{
    border-top: 1px solid #efefef; 
}
.line_zero{
    clear: both; 
    border-top: 1px solid #efefef; 
    margin:0px 0px;
}
.line_padding{
    clear: both; 
    height: 10px;
} 

.highlight  {
	padding: 1px 7px;
 	display: inline-block;
}
.highlight.yellow {
 	background: #ffff99;
 }
 .highlight.green {
 	background: #00ff00;
 }
 .highlight.blue {
 	background: #00ccff;
 }
 .highlight.red {
 	background: #ff6600;
 }

/* And here begins the Wordpress fun.
-------------------------------------------------------------------------------*/

	*{padding:0;margin:0;font:18px/22px arial,sans-serif;}
	html{margin-top:0;}
	#wrapper{
		margin:0px auto ;
		/*padding-top:0px;*/  
		padding-bottom: 20px;
		margin-top: 20px;
	}
	#wrapper.on{ border: 2px solid #ccc;}
	h1{text-align:center;}
	#header {text-align:center;width:100%;}
	#header, #footer, #main ,.row{margin:0; text-align:center;width:100%;display:block !important; clear:both;}
	h1,h2,h3,h4{	font-family: Arial,Helvetica,sans-serif;color: #000000;margin:20px 0 ; line-height:1.2em;}
	h1, h1 span{font-size: 35px; font-weight:700;}
	h2, h2 span{font-size: 22px; font-weight:700;}
	h3, h3 span{font-size: 18px; font-weight:700;}
	.row{padding-top:20px;}
	form {
	text-align: right;
	width: 50%;
	margin: 0 auto;
	}
	form label{
		width: 140px;
		display: inline-block;
		margin: 10px 0;
	}
	form input {
	border: 3px inset #e2e2e2;
	background-color: #f1f1f1;
	}
	#main,#footer {width:820px;margin:0 auto;margin-top: 20px;}
	#footer{text-align:center;color:#3fa1de;margin-bottom: 10px; text-shadow: 1px 1px #dfe;}
	#underthetitletxt ul {		text-align: right;		width: 75%;		margin: 0 auto;	}		#underthetitletxt ul li {	list-style-type: none;	display: inline-block;	padding: 0 10px;	border-left: 1px solid;	margin: 10px 0;	}
		#underthetitletxt ul li:last-child{border: 0;}	#underthetitletxt a, #underthetitletxt ul li {		text-decoration: underline;		color: #3fa1de;	}
	#respond {		background-color: #F2FAFD;		border: 2px solid #D0E7F9;		margin: 0 auto 20px auto;		width: 680px;		-moz-border-radius: 5px;		-webkit-border-radius: 5px;		-khtml-border-radius: 5px;		border-radius: 5px;		padding: 20px;	}
	#commentform { border-top: 1px dotted #bbb; width:auto;}	#commentform p { margin-bottom: 1em; }	#commentform p a { text-decoration: underline; }	#commentform p a:hover { text-decoration: none; }	#commentform p .required { color: #d00; }	#commentform span.allowed { display: block; color: #807e70; background: #f9f7e4; border-style: dotted; border-color: #bbb; }	#commentform span.allowed span { display: block; }	/* Support for the highly-recommended Subscribe to Comments Plugin */	#commentform p.subscribe-to-comments label { font-size: 1em; }	#respond input[type="text"],#respond  textarea {	background-color: white;	border: 1px solid black;	color: Black;	font-size: 15px;	}	#respond input {		margin-left: 10px;		padding: 3px;	}	#respond  textarea{		width:100%;	}	#commentform input.form_submit {	background: none repeat scroll 0 0 #63BFEE;	border: 2px solid #40A0DA;	color: white;	font-family: arial;	font-size: 14px;	font-weight: bold;	width: 70px !important;	}	
	.cta_big , .cta_sm{
		text-decoration: none;
		background-image: linear-gradient(bottom, rgb(250,230,5) 22%, rgb(253,190,43) 63%);
		background-image: -o-linear-gradient(bottom, rgb(250,230,5) 22%, rgb(253,190,43) 63%);
		background-image: -moz-linear-gradient(bottom, rgb(250,230,5) 22%, rgb(253,190,43) 63%);
		background-image: -webkit-linear-gradient(bottom, rgb(250,230,5) 22%, rgb(253,190,43) 63%);
		background-image: -ms-linear-gradient(bottom, rgb(250,230,5) 22%, rgb(253,190,43) 63%);

		background-image: -webkit-gradient(
			linear,
			left bottom,
			left top,
			color-stop(0.22, rgb(250,230,5)),
			color-stop(0.63, rgb(253,190,43))
		);
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FDBE2B', endColorstr='#FAE605')"; /* IE8 */
		padding: 15px 35px;
		color: #333;
		font-weight: 700;
		border-radius: 6px;
		font-size: 35px;
		display: inline-block;
		border: 1px solid #999;
	}
	a.cta_sm{
		font-size:20px;
	}
	.rv_submit{
		position:relative;
		cursor:pointer;
	}
	.rv_submit input{cursor:pointer;}
	.rv_submit p {
		position: relative;
		top: 54px;
		font-size: 20px;
		color: #FFF;
		font-weight: 700;
	}		
	/* COMMENTS */
	dl#comment_list dl dt.bypostauthor, dl#comment_list dl dd.bypostauthor > .format_text {
		background-color:#FEF7EC;    border: 1px solid #FCE0B3;    border-radius: 5px 5px 5px 5px;    padding: 10px 10px 5px;
	}        
	dl#comment_list dl dt.bypostauthor {
		border-bottom: 0; border-radius: 5px 5px 0 0;
		}   
	dl#comment_list dl dd.bypostauthor > .format_text {
		border-top: 0; border-radius: 0 0 5px 5px; padding-right: 70px;
	}      
	dl#comment_list dt {
		background-color:#F2FAFE;    border: 1px solid #ABD4F5;    border-bottom: 0;    border-radius: 5px 5px 0px 0px;    padding: 10px 10px 5px;
	}
	#comment_list{
		text-align:right;
	}       
	dl#comment_list dd > .format_text {
		background-color:#F2FAFE;    border: 1px solid #ABD4F5;    border-top: 0;    border-radius: 0 0 5px 5px;    padding: 10px 70px 10px 10px;
	}
	dl#comment_list dd {    
		padding-top: 0;
	}
	dl#comment_list dd {
		padding-left: 0;
	}
	.format_text p {    
		margin-bottom: 0;
		}
	#respond {    
		background-color: #F2FAFD;    
		border: 2px solid #D0E7F9;    
		margin: 0 auto 20px auto;    
		width: 680px;    
		-moz-border-radius: 5px;   
		-webkit-border-radius: 5px;    
		-khtml-border-radius: 5px;    
		border-radius: 5px;    
		padding: 20px;
	}    
	#respond input[type="text"], textarea {    
		background-color: white;    
		border: 1px solid black;        
		color: Black;    
		font-size: 15px;
	}
	.comment_time a, .edit_comment a {    
		color: #888888;
	}
	ol#comment_list li p  a {    
		color: #888888;    
		letter-spacing: 1px;    
		text-decoration: none;    
		text-transform: uppercase;
	}
	#respond input {    
		margin-left: 10px;    
		padding: 3px;
	}
	#commentform input#submit{    
		background: none repeat scroll 0 0 #63BFEE;    
		border: 2px solid #40A0DA;    
		color: white;   
		font-family: arial;    
		font-size: 14px;    
		font-weight: bold; 	
		width: 70px !important;
		}
	#commentform {    
		border-top: 0;
	}
	#leaveComment{	
		margin-right: 80px;	
		margin-top: 20px;
	}
	#list_of_pages li{
		display: inline-block;
		vertical-align: middle;
		list-style-type: none;
		font-size: 16px;

	}
	
	#sthoverbuttons {
		direction: ltr;
	}
	
	#list_of_pages li:first-child a{border-right: 0 none;}
	
	#list_of_pages li a{
		text-decoration:none;
		cursor: pointer;
		padding: 0 10px;
		width: 108px;
		display: inline-block;
		color: #282828;
		font-weight: 700;
		text-shadow: 0px 1px #cacaca;
		border-right: 1px solid #CCC;
	}
	#list_of_pages li.current a{
		color: #256FB8;
		text-shadow: 0px 1px #cacaca;
		}
	#list_of_pages li span{

		display: inline-block;
		padding: 0 20px;
	        color: #808080;
		opacity:0.4;
		text-shadow: 0px 1px #cacaca;
		width: 108px;
		border-right: 1px solid #CCC;
	}
	#list_of_pages{
		padding: 10px 0;
		margin-bottom: 20px;		
		border-radius: 10px;
		background-color: #9F9F9F;
		background-image: linear-gradient(top, rgb(230,230,230) 50%, rgb(210,210,210) 90%);
		background-image: -o-linear-gradient(top, rgb(230,230,230) 50%, rgb(210,210,210) 90%);
		background-image: -moz-linear-gradient(top, rgb(230,230,230) 50%, rgb(210,210,210) 90%);
		background-image: -webkit-linear-gradient(top, rgb(230,230,230) 50%, rgb(210,210,210) 90%);
		background-image: -ms-linear-gradient(top, rgb(230,230,230) 50%, rgb(210,210,210) 90%);

		background-image: -webkit-gradient(
			linear,
			left top,
			left bottom,
			color-stop(0.5, rgb(230,230,230)),
			color-stop(0.9, rgb(210,210,210))
		);
	}
	.row.post_comments{
		text-align:right;
	}
.entry-content {}
.entry-content a {}
.entry-content a:hover {}

#meta {}
.postmetadata {}

#sidebar {}

.blue_headerheadline * {
	font-size: 46px;
	line-height: 50px;
	color: white;
	background-color: #082545;
	font-weight: normal;
	text-align: center;
	margin: 0px;
	padding: 10px;
}

.blue_bodybackground {
	background: #1D4881 url('https://lh4.ggpht.com/Mx5j3p0xFvB-WU3ysbDp5vneDwIlt4jpo6ZHp68uqe1-93e0cJvIYPUYOiJheyOpEmM8QESLWAbXbRTPnA-w5MU=s0');
}

.purple_headline {
	color: #800080;
}

.name_headerheadline {
	font-size: 46px;
	font-weight: normal;
	text-align: center;
	width: 1024px;
	margin: 0 auto;
	padding: 25px 0 50px 0;
}

.name_headerheadline p{line-height:1.1em;}

.lp-header{
	height: 65px;
	width: 100%;
	background-image: url("images/header_seperator.png");
	background-repeat: repeat-x;
}
.name_form .formheader {
	position: relative;
}
.name_form .formImageSelect {
	left: -4px;
	top: -4px;
	position: absolute;
}
.text_formheadline {
	text-align:center;
}
.name_footertext {
padding: 10px;
color: #ffffff;
text-align: center;
}

.bodybottom {
height: 51px;
width: 100%;
background-image: url("http://simages.ravpages.co.il/xsites/images/template1/shadow_seperator.png");
background-position: center bottom;
background-repeat: no-repeat;
}

.name_form .formheadline {
font-size: 36px;
font-weight: bold;
}
.text_formheadline p{
padding: 20px 10px;
}
.name_form .formsubheadline p{
padding: 0px 0 10px;
line-height: 1.2em;
}
.name_form .formsubheadline {
font-size: 23px;
font-weight: normal;
text-align: center;
}
.name_form .formBody {
background-color: #cdcccc;
padding: 20px;
border: 1px solid #c9c9c9;
}
.multy {
margin-bottom: 20px;
}
.name_form .submitButton {
background-color: #ffff00;
}

#oh-rav-submit{
font-size: 19px;
font-weight: 700;
}

.name_form .submitButtonRed:hover {
background: #E55B38;
background: -webkit-gradient(linear, left top, left bottom, from(#990000), to(#E55B38));
background: -moz-linear-gradient(#990000, #E55B38);
background: -ms-linear-gradient(#990000, #E55B38);
background: linear-gradient(#990000, #E55B38);
-pie-background: linear-gradient(#990000, #E55B38);
}

.name_form .submitButtonRed {
border: 1px solid #990000;
background: #990000;
background: -webkit-gradient(linear, left top, left bottom, from(#E55B38), to(#990000));
background: -moz-linear-gradient(#E55B38, #990000);
background: -ms-linear-gradient(#E55B38, #990000);
background: linear-gradient(#E55B38, #990000);
-pie-background: linear-gradient(#E55B38, #990000);
}

.name_form .submitButtonOrange:hover {
background: #CE662B;
background: -webkit-gradient(linear, left top, left bottom, from(#F3C812), to(#CE662B));
background: -moz-linear-gradient(#F3C812, #CE662B);
background: -ms-linear-gradient(#F3C812, #CE662B);
background: linear-gradient(#F3C812, #CE662B);
-pie-background: linear-gradient(#F3C812, #CE662B);
}

.name_form .submitButtonOrange {
border: 1px solid #f79443;
background: #f79443;
background: -webkit-gradient(linear, left top, left bottom, from(#f3e04d), to(#f79443));
background: -moz-linear-gradient(#f3e04d, #f79443);
background: -ms-linear-gradient(#f3e04d, #f79443);
background: linear-gradient(#f3e04d, #f79443);
-pie-background: linear-gradient(#f3e04d, #f79443);
}

.name_form .submitButtonYellow:hover {
background: #9e9d9d; 
background: -webkit-gradient(linear, left top, left bottom, from(#fcec23), to(#9e9d9d)); 
background: -moz-linear-gradient(#fcec23, #9e9d9d); 
background: -ms-linear-gradient(#fcec23, #9e9d9d); 
background: linear-gradient(#fcec23, #9e9d9d); 
-pie-background: linear-gradient(#fcec23, #9e9d9d);
}

.name_form .submitButtonYellow {
border: 1px solid #fcec23; 
background: #fcec23; 
background: -webkit-gradient(linear, left top, left bottom, from(#9e9d9d), to(#fcec23)); 
background: -moz-linear-gradient(#9e9d9d, #fcec23); 
background: -ms-linear-gradient(#9e9d9d, #fcec23); 
background: linear-gradient(#9e9d9d, #fcec23); 
-pie-background: linear-gradient(#9e9d9d, #fcec23);
}

.submitButton:hover {
color:blue;
}

.name_form .submitButton:active {
position: relative;
top: 1px; 
}
#oh-rav-submit{
background: transparent;
border: 0 none;
}
.name_form .submitButton {
-moz-box-shadow: 1px 1px 3px #333;
-webkit-box-shadow: 1px 1px 3px #333;
box-shadow: 1px 1px 3px #333;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
display: inline-block;
color: #000000;
font-family: 'Merriweather Sans', Prelo, Exo, 'Myriad Pro', Arial, Helvetica;
font-size: 24px;
font-weight: 800;
letter-spacing: -1px;
padding: 12px 42px;
text-decoration: none;
}
.formBody .form{width:auto;}
.multytexttextimageselectform .submitbuttonbox {
text-align: center;
padding: 19px 0 21px;
}
.lp_content{
float: right;
clear: right;
min-width: 640px;
padding: 20px 0;
}
.footerarea {
padding: 0px;
background-color: #000000;
font-size: 14px;
margin-top: 50px;
}
.name_form .field input {
background-image: url("http://simages.ravpages.co.il/xsites/images/template1/form_input.png");
background-repeat: no-repeat;
border: medium none !important;
width: 281px;
height: 45px;
padding-left: 15px !important;
padding-right: 15px !important;
color: #979797;
font-size: 24px;
}
.youtube {
float:right;
width:640px;
}

#form{float:left;width: 353px;}
.lp-wrapper{
	width:1024px;
	margin:0 auto;
}

.commentlist li{
-webkit-border-radius: 6px 6px 6px 6px;
list-style-type: none;
background: none repeat scroll 0 0 #EFFFFF;
border: 1px solid #B5DFDE;
padding: 3px 56px 13px;
margin:5px 0;
min-height: 77px;
}
.comment-author.vcard{
	color:#888;
}
.comment-content{
	font-size:15px;
}
.commentlist li img{
	float:right;
	padding:0 0 10px 15px;
}
.navgation {}
.next-posts {}
.prev-posts {}

#searchform {}
#s {}
#searchsubmt {}
	
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget iframe{
	width:100% !important;
	position: static !important;
}


/* Print styles!
-------------------------------------------------------------------------------*/
@media print {



}


/* Media queries!
-------------------------------------------------------------------------------*/

/* Consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-device-width: 480px) {
	
		
}

@media all and (orientation: portrait) {
	
}

@media all and (orientation: landscape) {
	
}

#list_of_pages li.disabled a{
    pointer-events: none;
    cursor: default;
    color: #808080 !important;
    opacity: 0.4;
    font-weight: 100!important;
}
