/*
Theme Name:  Justice for Sholom
Theme URI:  
Description:  
Version:  
Author: Getzel Rubashkin
Author URI: 
*/
@charset "UTF-8";
/* CSS Document */
body, html{
       border:0;
       padding:0;
       margin:0;
       font-family: 'Trebuchet MS', Helvetica, sans-serif;
       color:#494949;
       background: #012561 url(images/header.jpg) top center no-repeat;
       font-size:13px;
       line-height:18px;
 }
a, a:visited{
	color:#0e2666;
	text-decoration:none;
	border:none;
}
img{
	border-style:none;
}
a:hover{
	text-decoration: underline;
}
 h1, h2, h3{
 font-family: Georgia, serif;
 }
 h1{
 	font-size:25px;
 	color: #1B588E;
 	line-height:25px;
 }
 h2, h3{
 	font-size:15px;
 }
 blockquote{
 	margin:10px auto;
 	background:white;
 	color:black;
 	padding:20px;
 	border:1px solid #A4A4A4;
 }
#header, #footer{
	width:1000px;
	margin:0 auto;
	height:150px;
}
#header{
	position: relative;
}
#site_title{
	padding-top:50px;
	margin:0;
}
#site_title a{
	text-indent: -999px;
	display: block;
	width: 320px;
	height: 40px;
}
#search{
	position:absolute;
	bottom:5px;
	right:0;
}
#search .gsc-clear-button{
	display:none !important;
}
.head_nav{
	list-style-type: none;
	margin:0 auto;
	padding:0;
	height:50px;
	line-height:50px;
	width:1000px;
	background: #CFCFCF url(images/head_nav.png) repeat-x;
	border-bottom:1px solid #A4A4A4;
}
.head_nav > li{
	float:left;
	text-align:center;
	border-left:2px ridge white;
}
.head_nav li:first-child{
	border:none;
}
.head_nav li a{
	display:block;
	height:100%;
	color:#1b5489;
	text-decoration: none;
	padding:0 35px;
}
.head_nav li a:hover{
	background-color:#74aad8 ;
	color:white;
}

/*sub-menu*/
 .head_nav li{
 	position:relative;
 
 }
.head_nav li .sub-menu{
	border: 1px solid #A4A4A4;
	background-color:#CFCFCF;
	color:#494949;
	display:none;
	list-style-type:none;
	padding:0;
	margin:0;
	position:absolute;
	top:50px;
	left:0px;
	z-index: 10;
	cursor:pointer;
}
.head_nav li .sub-menu li a, .head_nav li .sub-menu li a:visited{
	font-weight:normal;
	color:#494949;
	line-height:50px;
	padding:0 15px;
	display:block;
}

.head_nav li:hover .sub-menu, .head_nav li .sub-menu:hover{
	display:block;
}
.head_nav .sub-menu li{
	min-width:150px;
	width:100%;
	border-top:1px solid #A4A4A4;
	white-space:nowrap;
	line-height:30px;
}
.head_nav .sub-menu li:first-child{
	border:none;
}
.head_nav .sub-menu li a{
	padding-top:0;
	display:block;
}
.head_nav .sub-menu li:last-child{
	border-bottom:none;
}
.head_nav li .sub-menu li:hover{
	background-color:#5189c6;
}
.head_nav li .sub-menu li:hover a{
	color:white;
}
/**Sub-Sub-Menu**/

.head_nav li:hover .sub-menu li .sub-menu{
	display:none;
}
.head_nav li .sub-menu li:hover .sub-menu{
	display:block;
	color:#494949;
	position:absolute;
	top:-1px;
	left:100%;
	min-width:150px;
}
.head_nav li .sub-menu li:hover .sub-menu a{
	color:#494949;
}
.head_nav li .sub-menu li:hover .sub-menu li:hover a{
	color:#white;
}

#wrap{
	min-height:210px;
	width:1000px;
	margin:0 auto;
	background: #f2f2f2 url(images/head_nav_shade.png) no-repeat;
	padding-top:1px;
	border-bottom:1px #f2f2f2 solid;
	display:table;
	table-layout: fixed;
	_word-wrap:break-word;
	
}
#wrap > ul{
	display: table-row;
	padding-left:0;
	margin:0;
	list-style-type:none;
}
#wrap > ul > li{
	display: table-cell;
	vertical-align: top;
	width:350px;
}
#ie_wrap #wrap > ul > li{
	overflow-x:hidden;
	display:inline;
	zoom:1;
}
#slider{
	width:630px;
	height:320px;
	background:url(images/slider_ph.jpg);
	margin:20px;
	margin-right:0;
	/*display: inline-block;*/
}
#main{
	width:650px !important;
}
.article .wp-post-image{
	margin-left:5px;
}
#synopsis_wrap{
	margin:20px;
}

#synopsis{
	color:white;
	padding:10px;
  background-color: #18558b;
  background-image: -moz-linear-gradient(top, #79aeda, #18558b); 
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #79aeda),color-stop(1, #18558b)); 
  background-image: -webkit-linear-gradient(#79aeda, #18558b); 
  background-image: linear-gradient(top, #79aeda, #18558b);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#79aeda', EndColorStr='#18558b'); 
}
.section{
	border: 1px solid #CCC;
	margin:20px;
}
.in_short, .sub-pages, #blogroll{
	margin:0;
	margin-bottom:20px;
}
.section h3{
	margin:0;
	margin-bottom: 3px;
}
.section_header{
	height:30px;
	line-height:30px;
	color:white;
	font-size:20px;
	margin:0;
	padding:15px;
	font-variant: small-caps;
	text-align:left;
}
.section > p{
	margin:10px;
}

.blue_head{
	background:#DDD url(images/blue_shade.png)  center 60px no-repeat;
}
.status h2{
	color:#1b588e;
	background: url(images/gavel.jpg) no-repeat top 240px;
}
/*IN SHORT*/
.in_short, .sub-pages, #blogroll{
	padding-bottom:10px;
}
.in_short h2{
	color:#1b588e;
	background: url(images/watch.png) no-repeat 250px 3px;
}
.in_short ul{
	list-style:none;
	margin:10px;
	padding-left:60px;
	font-size:12px;
	line-height:14px;
}
.in_short li{
	margin-bottom:4px;
}
.in_short li strong{
	float:left;
	width:60px;
	margin-left:-60px;
	text-align:left;
}
.in_short p{
	margin:10px 20px;
}
.status p, .in_short p{
	margin-top:0 !important;
}

/*In This Section*/
.sub-pages h2, #blogroll h3{
	color:#1b588e;
}
.sub-pages ul, #blogroll ul{
	list-style:none;
	padding:0;
	margin:0;
	margin-left:15px;
}
.sub-pages li, #blogroll li{
	margin-bottom:5px;
}
.sub-pages a:link, .sub-pages a:visited, #blogroll a:link, #blogroll a:visited{
	color: #555;
	font-size: 15px;
	font-family: Georgia, serif;
	font-weight: bold;
}
.sub-pages a:hover{
	
}
.sub-pages .current_page_item{
	display:none;
}
#synopsis a{
	color:#adc8de;
	font-weight:bold;
}
#siblings .page_item{
	margin-left:15px;
}

#image_links, #video_links, #audio_links{
	padding-left:40px;
}
.media_total{
	line-height:32px;
}
#image_links{
	background:url(images/picture.png) no-repeat left top;
}
#video_links{
	background:url(images/video.png) no-repeat left top;
}
#audio_links{
	background:url(images/audio.png) no-repeat left top;
}
/*SORT LIST*/
.sort h2{
	color:#1b588e;
	background: url(images/sort.png) no-repeat 220px 18px;
}
.sort ul{
	list-style: none;
	padding:0;
	margin:0;
}
.sort li{
	height:35px;
	line-height:35px;
	
}
.sort a{
	display:block;
	padding-left:15px;
	text-decoration: none;
}
.red_head{
	width:300px;
	float:left;
	background: white url(images/red_shade.png)  center 60px no-repeat;
	display:inline-block;
	zoom:1;
	margin-right:0;
}
.red_head ul{
	list-style-type: none;
	padding: 0;
	margin:10px;
}
.red_head li{
	margin:5px;
	padding-bottom:16px;
	padding-top:4px;
	background:url(images/red_hr.png) bottom center no-repeat;
}
.red_head li > p{
	margin:0;
}
.read_more{
	display:block;
	text-align:right;
}
.noshow{color:#CCC;}
.show{color: #0E2666;}
.c_s span.noshow {display:none;}
.c_s:hover span.noshow {display:inline;}
.c_s:hover span.show {display:none;}
.gray_head{
	width:auto !important;
	clear: both;
	margin-right:0;
	border:none;
}
.gray_head ul{
	list-style-type: none;
	padding: 0;
	margin:0;
}
.gray_head li{
	margin:10px 0;
	border-bottom:1px solid #ccc;
	padding:5px 0;
}
.gray_head li > p{
	margin:0;
}
.article img{
	float:right;
}
.byline{
	background:white;
	height:20px;
	line-height:20px;
	padding:4px;
	margin:5px 0;
	margin-top:10px;
	clear:both;
	color:#777;
}
.byline em{
	float:right;
}

.source, .source:visited, .title{
	color:#0b2759;
	text-decoration: none;
}
.source:hover{
	text-decoration: underline;
}
.title{
	font-weight:bold;
	font-size:17px;
}

.red_head h2{
	background: #991600 url(images/red_head.jpg) top right no-repeat;
}
.blue_head h2{
	background:#1b588e url(images/blue_head.jpg) top right no-repeat;
}
.gray_head h2{
	background: #cDCDCD url(images/gray_head.jpg) top right no-repeat;
	color:#333;
}
.button{
	color:white !important;
	text-decoration:none !important;
	padding:4px;
	border-radius:3px;
	background-color: #d60107;
  background-image: -moz-linear-gradient(top, #d60107, #73171a); 
  background-image: -o-linear-gradient(top, #d60107, #73171a); 
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #d60107),color-stop(1, #73171a)); 
  background-image: -webkit-linear-gradient(#d60107, #73171a); 
  background-image: linear-gradient(top, #d60107, #73171a);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#d60107', EndColorStr='#73171a'); 

}
.button:active{
	background-color: #73171a;
  background-image: -moz-linear-gradient(top, #73171a, #d60107); 
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #73171a),color-stop(1, #d60107)); 
  background-image: -webkit-linear-gradient(#73171a, #d60107); 
  background-image: linear-gradient(top, #73171a, #d60107);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#73171a', EndColorStr='#d60107');
}
#aa_form{
	margin:10px;
}
.margins{
	margin:20px;
}
#page #sidebar .margins{
	margin:20px;
	margin-left:0;
}

.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft, .left{
	float: left;
}
.alignright, .right {
	float: right;
}
.wp-caption {
	background-color: #f3f3f3;
	border: 1px solid #ddd;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; /* optional rounded corners for browsers that support it */
	margin: 10px;
	padding-top: 4px;
	text-align: center;
}
.wp-caption img {
	border: 0 none;
	margin: 0;
	padding: 0;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

.listing li{
	margin-bottom:10px;
	}
.listing h3{
	margin-bottom:0;
}
.listing p{
	margin-top: 3px;
}
#footer{
	list-style-type:none;
	height:25px;
	line-height: 25px;
	color:white;
	font-size: 11px;
	padding:0;
	margin:0 auto;
}
#footer li{
	float:left;
	margin:0 7px 0 3px;
	
}
#footer a, #footer a:visited{
	display:block;
	color:inherit;
	text-decoration: none;
	border-left:1px solid white;
}
#footer a:hover{
	text-decoration: underline;
}
#footer a:first-child{
	border:none;
}