/*
********************************************************
	Theme Name: Synapsa 
	Description: Synapsa based on WPBlank
	Version: 1.1
	Author: Ruthy Robbins
********************************************************
*/

/* WordPress needs this for aligning images attached to posts */
@import url("image_alignment.css"); 

@import url("header.css"); 
@import url("footer.css"); 
@import url("menu.css"); 
@import url("style2.css"); 
@import url("facebook.css"); 

/* - BASIC STUFF - */
body { 
    font:9pt/11pt Verdana, Geneva, sans-serif; color:#000; margin:0 auto; padding:0px;      
    text-align: center; 
    background-color: #fffbd0;
    background-color: #ffffff;
}

/* -- MAIN DIV'S -- */
#wrapper {
    float:none; clear:both; margin:0 auto; padding:0;
    width:960px; 
    text-align: right;
/*    border: 6px solid white;  */
    background-color:#fdca87; 
}

#footer {
    float: none; overflow:hidden; clear:both;
    text-align:center;
}

/* decides which side the sidebar is on */
.sidebar-wrap { float:left; width:190px; margin:0 auto; overflow:hidden; clear:none; padding-left: 10px; padding-top: 10px;}
.posts-wrap { float: right; width: 710px; clear: none; padding:0 30px 0 10px; }


/* HOMEPAGE index.php */
#home_right_col { float: right; width: 350px; margin-left: 10px; }
#home_left_col { float: left;  width: 350px; }


.sidebar-wrap .widget{
    background: #ffb957; 
/*    background: #fffbd0 ; */
    border: 1px solid black;
    padding: 5px 5px 5px 15px  ;
    margin-bottom: 10px;
}
div.widget h3 {padding-right: 2px;}
#home_body .widget {padding: none; background: #FDCA87;  border: 1px solid beige; overflow: auto;}

.home_widget {border: 1px solid beige; padding: 0 10px; margin-bottom: 10px;}

#home_right_col .home_classes .content { height: 300px; width: 320px; overflow-y: auto; overflow-x: hidden; direction:ltr;}
#home_left_col .home_widget marquee { height: 300px; }

a {text-decoration:none; color: #d34b23;}
a:visited {color: #d34b23;}
a:used {color: #d34b23;}
a:hover {color: #d34b23;}
a:hover {text-decoration: underline;}

.additional-meta {font-size: xx-small}
blockquote {font-style:oblique}

/* -- CUSTOMIZED--*/
.entry-content{    margin-top: 10px; }


img a{border: 1px solid black}
img {border: none;}
img.entry-content {
    float:right;
    margin-left:20px;
    margin-bottom: 15px;
}

/* styling for built-in post thumbnails */
img.attachment-post-thumbnail {float: right; margin-left: 20px; width: 90px; height: 90px; }

/* -- LISTS -- */
ul {margin:0;padding:0;}
ul li {	margin-left:5px;padding:0;}
ul {list-style:disc outside; margin-right: 15px;} 
/* 
li {list-style-image: url(/wp-content/themes/synapsa_classic/images/list-item.jpg);} 
 */

.hr { width: 100%; margin: 0 auto; border-bottom: 1px dashed white; clear: both;}

/* -- POSTS -- */
.post-index {margin:0 0 10px;}
#post-single {margin:0 0 20px;}

.posts-wrap-page { padding:0 40px 0 40px; }
.post { margin: 0 0 2em 1em;}
#home_right_col .post, #home_left_col .post {padding: 0px; overflow: hidden; border-bottom: 1px dashed beige; }


#page.post {margin-top: 0; padding-top:0px;}

.archive .post {background-color: #FFFBD0;}

.wp-post-image { float: right;  padding: 4px; margin: 0 0 2px 7px; display: inline;}
.gallery  .wp-post-image { padding-left: 0px; margin: 0px;}

/*****************************
 	TITLES 
******************************/

/* -------------------------------------
   Main Page Titles <h1> == h2.homepage 
 */

h1, h1 a, h1 a.visited, h1 a.hover, 
h2.homepage, h2.homepage a, h2.homepage a.visited, h2.homepage a.hover
{
    font-size: 22px;
    line-height: 24px;
    color: #89811F;
    text-align: right;
}

/* ...but on homepage main titles are smaller then elsewhere 
h2.homepage, h2.homepage a, h2.homepage a.visited, h2.homepage a.hover
{
    font-size: 20px; line-height: 21px;
}*/


/* single post page title (single.php) 
.post h1, .post h1 a, .post h1 a.hover, .post h1 a.visited {
    color: #d34b23;
    font-size: 18px;
    line-height: 20px
} */

h2, h2 a, h2 a.hover, h2 a.visited {
    color: #d34b23;
    font-size: 18px;
    line-height: 20px;
    font-weight:bold;
}

.subtitle {
    display: block;
    font-size: 14px;
    line-height: 20px;

}


.home-widget h2 { font-size: 14px !important;}
#home-body h2 .subtitle { font-size: 12px; color: black; }


/* h1 is used in the homepage for SEO - פיתוח קול */
h1.homepage, h1.homepage a, h1.homepage a.hover,  h1.homepage a.visited
{
   font-size: 14px;
} 

/* -- Contact Form -- */
div.wpcf7 input {width: 120px; }
div.wpcf7 textarea {width: 120px; height: 70px; }

/* -- Tag Cloud -- */
div.tag_cloud {padding: 0 10px 0 10px;}
div.tag_cloud a { color: #89811F;}
div.tag_cloud a:visited { color: #89811F;}
div.tag_cloud a:used { color: #89811F;}
div.tag_cloud  a:hover { color: #89811F;}


/* -- 404-PAGE --*/
.error404 {margin:0;width:100%;}
.error404 h1, .error404 h2 {margin: 10px auto;}

/* -- COMMENTS -- */
div.comments-wrap {margin:15px auto; padding:0;}
li.comment, li.trackback, li.pingback {margin: 10px auto;}
ul.children {margin-left:10px;}
ul.commentlist, ul.pinglist {margin:10px 0;}
textarea#comment {overflow:auto}

/* -- NAVIGATION --*/
div.navigation {height:30px; overflow:visible;float:none;clear:both; margin:0 auto}
* +html div.navigation {overflow:visible} /* IE hack to prevent scrollbars on the .navigation div... */

.nav-next {float:right;clear:none;width:48%; text-align:right;}
.nav-prev {float:left;clear:none;width:48%; text-align:left;}

div.datetime {font-weight: bold;}


.FA_overall_container_light {
background-color: #fffbd0 !important;
}
