/*
THEME NAME: Jewish Ideas Daily
THEME URI: http://www.jewishideasdaily.com
AUTHOR: Yehuda Rosen <yrosen@jewishideasdaily.com>
DESCRIPTION: Default theme for Jewish Ideas Daily
VERSION: v2 - 7/28/2011
LICENSE: JID
LICENSE URI: http://www.jewishideasdaily.com
AUTHOR URI: http://www.jewishideasdaily.com
*/

/* BEGIN: RESET */
/**
 * First off: the famous Eric Meyers CSS Reset:
 */
html, body, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,
tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
	padding-left: 30px;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.textbox {
	border: 1px solid #DDD;
	padding: 3px;
}

.textbox:focus {
	border: 1px solid #BBB;
}

/* These styles are REQUIRED by WP theme checker: */
.wp-caption, .wp-caption-text, .sticky, .gallery-caption, .bypostauthor, 
.alignright, .alignleft, .aligncenter {
	margin: 0;
	padding: 0;
}

/* END: RESET */

/* BEGIN: GLOBAL */
body {
	color: #555;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	line-height: 1.4;
	margin: 0 auto 10px auto;
	overflow-y: scroll;
	width: 940px;
}

#mosaic-warn {
	background: #5D1F64;
	color: white;
	font: 13px/1.5 Verdana, sans-serif;
	text-align: center;
	padding: 8px;
	font-weight: bold;
	margin-bottom: 15px;
}

#mosaic-warn a {
	color: white;
	text-decoration: none;
	border-bottom: 1px dotted white;
}

#mosiac-warn a:hover {
	text-decoration: none;
	border-bottom: 1px solid white;
}

hr {
	border: none;
	border-bottom: 1px solid #113344;
	height: 1px;
	margin: 3px 0 3px 0;
}

h1 { font-size: 25px; }
h2 { font-size: 23px; }
h3 { font-size: 21px; }
h4 { font-size: 19px; }

h1, h2, h3, h4 {
	color: black;
	font-family: Georgia, "Times New Roman", Times, serif;
}

a { color:#21759B; text-decoration: none; }
a:hover { text-decoration: underline; }
a.bluelink {color: #205080; /* 1694c9,54AACC */}
.fp_pick a, a.blacklink {color: black; }
a.redlink {color: red; }
a.titlelink { color: black; }
a.titlelink:hover { color: red; text-decoration: none; }


i, em { font-style:italic; }

.right {float:right;width:48%;}
.left   {float: left;width:48%;}
.clear { clear:both; }

input.button {
background-color: #E6E6E6;
border-color: #CCCCCC #CCCCCC #BBBBBB;
background-image: -moz-linear-gradient(center top , #FFFFFF, #FFFFFF 25%, #E6E6E6);
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    background-repeat: repeat-x;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    -moz-transition: all 0.1s linear 0s;
    border-radius: 4px 4px 4px 4px;
    border-style: solid;
    border-width: 1px;
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: normal;
    padding: 5px 14px 6px;

}

input.redbutton {
	color: white;
    background-color: #C43C35;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    background-image: -moz-linear-gradient(center top , #EE5F5B, #C43C35);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
}


input.bluebutton {
	color: white;
  background-color: #339bb9;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#5bc0de), to(#339bb9));
  background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -ms-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5bc0de), color-stop(100%, #339bb9));
  background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  background-image: linear-gradient(top, #5bc0de, #339bb9);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #339bb9 #339bb9 #22697d;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

input.button:hover {
	background-position: 0 -15px;
}

header {
	margin-bottom: 20px;
	text-align: center;
}

/* BEGIN: MAIN NAVIGATION */
/* TODO: Combine this and bottom nav CSS */
nav#main_navigation a {
	/* background: transparent url(./images/main_navigation.gif) top left no-repeat; */
	background: transparent url(./images/navigation.png) top left no-repeat;
	display: inline-block;
	height: 17px;
	margin: 8px 33px 5px 0;
	outline: none;
	text-indent: -999999px;
	text-align: left;
}

.content_main .fullwidth_container li {
	list-style: disc;
	margin-left: 20px;
	margin-bottom:15px;
}

/* Link items: */
nav#main_navigation a#main_nav_home { width: 35px; }
nav#main_navigation a#main_nav_tags { background-position: -65px 0; width: 31px; }
nav#main_navigation a#main_nav_sabbathandholidays { background-position: -126px 0; width: 137px; }
nav#main_navigation a#main_nav_religion { background-position: -293px 0; width: 59px; }
nav#main_navigation a#main_nav_historypolitics { background-position: -382px 0; width: 124px; }
nav#main_navigation a#main_nav_israel { background-position: -536px 0; width: 44px; }
nav#main_navigation a#main_nav_artsculture { background-position: -610px 0px; width: 102px; }
nav#main_navigation a#main_nav_archive { background-position: -742px 0; width: 44px; }
nav#main_navigation a#main_nav_search { background-position: -816px 0; width: 39px; }
nav#main_navigation a#main_nav_about { background-position: -641px -45px; width: 50px; margin-right: 0;}
nav#main_navigation a#main_nav_feedback { background-position: -885px 0; width: 50px;  }

/* Link item hover/active states: */
nav#main_navigation a#main_nav_home:hover, nav#main_navigation a#main_nav_home.active      { background-position: 0 -22px; }
nav#main_navigation a#main_nav_tags:hover, nav#main_navigation a#main_nav_tags.active   { background-position: -65px -22px; }
nav#main_navigation a#main_nav_sabbathandholidays:hover, nav#main_navigation a#main_nav_sabbathandholidays.active { background-position: -126px -22px; }
nav#main_navigation a#main_nav_religion:hover, nav#main_navigation a#main_nav_religion.active { background-position: -293px -22px; }
nav#main_navigation a#main_nav_historypolitics:hover, nav#main_navigation a#main_nav_historypolitics.active { background-position: -382px -22px; }
nav#main_navigation a#main_nav_israel:hover, nav#main_navigation a#main_nav_israel.active { background-position: -536px -22px; }
nav#main_navigation a#main_nav_artsculture:hover, nav#main_navigation a#main_nav_artsculture.active { background-position: -610px -22px; }
nav#main_navigation a#main_nav_archive:hover, nav#main_navigation a#main_nav_archive.active { background-position: -742px -22px; }
nav#main_navigation a#main_nav_search:hover, nav#main_navigation a#main_nav_search.active { background-position: -816px -22px; }
nav#main_navigation a#main_nav_about:hover, nav#main_navigation a#main_nav_about.active { background-position: -641px -66px; }
nav#main_navigation a#main_nav_feedback:hover, nav#main_navigation a#main_nav_feedback.active { background-position: -885px -22px; }

/* END: MAIN NAVIGATION */

.top_logo {
	border: none;
	outline: none;
}

div.content_main {
	float: left;
	width: 680px;
}

div.content_left {
	float: left;
	width: 360px;
}

div.content_middle {
	float: right;
	width: 300px;
}

div.content_right {
	float: right;
	width: 240px;
}

div.section_header {
	color: black;
	font-family: myriad-pro-condensed-1, myriad-pro-condensed-2, sans-serif;
	font-weight: bold;
	border-bottom:4px solid red;
	margin-bottom:5px;
	font-size: 20px;
	text-transform:uppercase;
}

/* BEGIN: FOOTER */
footer {
	color: #AAA;
	margin-top: 20px;
}

footer .right {
	text-align: right;
}

footer .bottom {
	font-size: 11px;
	margin: 6px 0;
}

footer .bottom a {
	color: #777;
}

nav#footer_navigation a {
	background: transparent url(./images/navigation.png) top left no-repeat;
	display: inline-block;
	height: 17px;
	margin: 8px 33px 5px 0;
	outline: none;
	text-indent: -999999px;
	text-align: left;
}

/* Link items: */
nav#footer_navigation a#footer_nav_home { background-position: 0 -45px; width: 35px; }
nav#footer_navigation a#footer_nav_tags { background-position: -50px -45px; width: 31px; }
nav#footer_navigation a#footer_nav_sabbathandholidays { background-position: -96px -45px; width: 137px; }
nav#footer_navigation a#footer_nav_religion { background-position: -248px -45px; width: 59px; }
nav#footer_navigation a#footer_nav_historypolitics { background-position: -321px -45px; width: 124px; }
nav#footer_navigation a#footer_nav_israel { background-position: -460px -45px; width: 44px; }
nav#footer_navigation a#footer_nav_artsculture { background-position: -519px -45px; width: 102px; }
nav#footer_navigation a#footer_nav_about { background-position: -641px -45px; width: 50px; }
nav#footer_navigation a#footer_nav_advertise { background-position: -711px -45px; width: 56px; }
nav#footer_navigation a#footer_nav_legal { background-position: -787px -45px; width: 73px; }
nav#footer_navigation a#footer_nav_contact { background-position: -879px -45px; width: 60px;}
nav#footer_navigation a#footer_nav_archive { background-position: -742px 0; width: 44px; }
nav#footer_navigation a#footer_nav_search { background-position: -816px 0; width: 39px; }
nav#footer_navigation a#footer_nav_about { background-position: -641px -45px; width: 50px; margin-right: 0;}

/* Link item hover/active states: */
nav#footer_navigation a#footer_nav_home:hover, nav#footer_navigation a#footer_nav_home.active      { background-position: 0 -66px; }
nav#footer_navigation a#footer_nav_tags:hover, nav#footer_navigation a#footer_nav_tags.active   { background-position: -50px -66px; }
nav#footer_navigation a#footer_nav_sabbathandholidays:hover, nav#footer_navigation a#footer_nav_sabbathandholidays.active { background-position: -96px -66px; }
nav#footer_navigation a#footer_nav_religion:hover, nav#footer_navigation a#footer_nav_religion.active { background-position: -248px -66px; }
nav#footer_navigation a#footer_nav_historypolitics:hover, nav#footer_navigation a#footer_nav_historypolitics.active { background-position: -321px -66px; }
nav#footer_navigation a#footer_nav_israel:hover, nav#footer_navigation a#footer_nav_israel.active { background-position: -460px -66px; }
nav#footer_navigation a#footer_nav_artsculture:hover, nav#footer_navigation a#footer_nav_artsculture.active { background-position: -519px -66px; }
nav#footer_navigation a#footer_nav_about:hover, nav#footer_navigation a#footer_nav_about.active { background-position: -641px -66px; }
nav#footer_navigation a#footer_nav_advertise:hover, nav#footer_navigation a#footer_nav_advertise.active { background-position: -711px -66px; }
nav#footer_navigation a#footer_nav_legal:hover, nav#footer_navigation a#footer_nav_legal.active { background-position: -787px -66px; }
nav#footer_navigation a#footer_nav_contact:hover, nav#footer_navigation a#footer_nav_contact.active { background-position: -879px -66px; }
nav#footer_navigation a#footer_nav_archive:hover, nav#footer_navigation a#footer_nav_archive.active { background-position: -742px -22px; }
nav#footer_navigation a#footer_nav_search:hover, nav#footer_navigation a#footer_nav_search.active { background-position: -816px -22px; }
nav#footer_navigation a#footer_nav_about:hover, nav#footer_navigation a#footer_nav_about.active { background-position: -641px -66px; }

/* END: FOOTER */

/* END: GLOBAL */

/* BEGIN: FRONT PAGE */
div.fp_feature {
	margin: 10px 0 30px 0;
}

div.caption {
	font-size: 10px;
	color: #AAA;
}

div.fp_feature span.byline, div.fp_feature span.fp_article_controls {
	color: #999;
	font-size: 13px;
}

div.fp_feature span.fp_article_controls {
	display: inline-block;
}

div.fp_first_feature span.fp_article_controls {
	width: 100%;
	text-align: right;
}

span.fp_article_controls a {
	font-size: 12px;
	font-weight: bold;
	padding-left: 16px;
	text-transform:uppercase;
}

div.fp_feature_image {
	float:right;
	margin: 0 0 8px 8px;
	width:130px;
	font-size: 10px;
	color:#aaa;
}

div.fp_firstfeature_image {
	float:left;
	margin: 0 8px 8px 0;
	width:130px;
	font-size: 10px;
	color:#aaa;
}

span.fp_article_controls a.fp_feature_readmore, span.fp_article_controls a.fp_feature_comments {
	background: transparent url(./images/icons.png) left no-repeat;
}

span.fp_article_controls a.fp_feature_readmore {
	background-position: 0 0;
}
span.fp_article_controls a.fp_feature_comments {
	background-position: 0 -37px;
	margin-left: 16px;
}


div.fp_pick {
	color: #446677;
	margin-bottom: 10px;
	font-size: 12px;
}

div.fp_pick_seperator {
	color: black;
	font-family: myriad-pro-condensed-1, myriad-pro-condensed-2, sans-serif;
	border-bottom:1px solid #555;
	margin:20px 0 15px 0;
	font-size: 16px;
	text-transform:uppercase;
}
/* END: FRONT PAGE */

/* BEGIN: ARTICLE PAGE */
div.article_page {
	/* ML req, 04 oct 12 */
	font-size: 1.055em;
}

div.article_page h1 {
	font-size: 35px;
}

div.article_page div.article_controls {
	background:#F8F8F8;
	border-top: 1px solid #AAA;
	border-bottom:1px solid #AAA;
	font-size:12px;
	font-weight: bold;
	margin-top:5px;
	padding: 10px 0px 8px 8px;
}

div.article_page ul {
	list-style: disc;
	margin: 0 0 15px;
    padding-top: 0;
}

div.article_page ol {
	padding: 10px 15px 0 0;
}

div.article_page li {
    margin: 0 0 15px 30px;
    padding: 0;
}

/* TODO: SPRITES */
div.article_page div.article_controls a {
	line-height: 25px;
	padding-left: 15px;
	color: #555;
	margin-right: 20px;
}

div.article_page div.article_controls a:hover {
	color: red;
	text-decoration: none;
}

div.article_page div.tag_box a {
	line-height: 1.5em;
	padding: 0;
	margin: 0 0 0 5px;
}
div.article_page div.article_controls a.article_control_icon  {
	background: transparent url(./images/icons.png) left no-repeat;
}

div.article_page div.article_controls a.article_control_comment { background-position: 0 -37px; }
div.article_page div.article_controls a.article_control_email    { background-position: 0 -73px; }
div.article_page div.article_controls a.article_control_print    { background-position: 0 0; }
div.article_page div.article_controls a.article_control_comment:hover { background-position: 0 -56px; }
div.article_page div.article_controls a.article_control_email:hover    { background-position: 0 -89px; }
div.article_page div.article_controls a.article_control_print:hover    { background-position: 0 -18px; }


div.article_page .byline {
	color: #999;
}
/*
div.article_page .article_content p a {
	color: red;
} */
/* END: ARTICLE PAGE */

/* BEGIN: STATIC PAGE */
div.title_container {
	background:#EEE;
	margin-top:-20px;
	border-bottom:1px solid #555;
	width:940px;
	z-index:-999999;
}

div.title_container h1 {
	padding: 8px;
	color:red;
	font-size:40px;
}

.fullwidth_container {
	width:940px;
	z-index:-999999;
}
/* END: STATIC PAGE */

h2.section_title {


	border-bottom: 1px solid #888;

}

a.li_small_link {	/* For the "back to top" links on author & source listing pages */
	text-transform:none;
	font-size:10px;
	line-height:40px;
	float:right;
	font-family: Helvetica,Arial,sans-serif;
	outline: none;
}

/* BEGIN: SEARCH WIDGET */
div.search_widget {
	background: white;
	border: 2px solid red;
	margin-bottom: 20px;
	padding: 8px;
}

div.search_widget form {
	border: 1px solid #999;
	padding: 3px;
	height: 18px;
}

div.search_widget input#s {
	border: none;
	width: 183px;
	font-size: 14px;
	height: 18px;
}

div.search_widget input#search_submit {
	border: none;
	background: red url(./images/searchwidget_button.gif) no-repeat;
	cursor: pointer;
	height: 18px;
	float: right;
	width: 23px;
	text-indent: -99999999px;
}
/* END: SEARCH WIDGET */

/* BEGIN: SIGNUP WIDGET */
div.signup_widget {
	background: #ffd760;
	border: 2px solid red;
	margin-bottom: 20px;
	padding: 8px;
}

div.signup_widget input#signup {
	border: 2px solid #999;
	width: 130px;
	font-size: 12px;
	padding: 4px;
}

div.signup_widget input#signup_submit {
	border: none;
	background: red url(./images/signupwidget_button.jpg) no-repeat;
	cursor: pointer;
	height: 27px;
	float: right;
	width: 72px;
	text-indent: -99999999px;
}
/* END: SIGNUP WIDGET */

/* BEGIN: JIWEEKLY WIDGET */
div.jiweekly_widget p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: center;
}
div.jiweekly_widget span.jiweekly_date {
	color: red;
}
div.jiweekly_widget img {
	margin: 5px;
}
/* END: JIWEEKLY WIDGET */

/* BEGIN: COMMENTS */
.comment {
	margin-bottom: 15px;
}

.depth-2 {
	padding-left: 15px;
}
.depth-3 {
	padding-left: 30px;
}
.depth-4 {
	padding-left: 45px;
}
.depth-5 {
	padding-left: 60px;
}
/* END: COMMENTS */
/* calendar - this works nicely on duotone theme */
#wp-calendar caption {width: 240px; text-align: center; background: #4b5d67; color: #fff; border-bottom: 2px solid #e6eef7;}
#wp-calendar { border-collapse:collapse; width: 240px; text-align: center;}
#wp-calendar tbody td {padding: 2px 0;}
#wp-calendar #today {color: #000;}
#wp-calendar tbody .pad { background: url(images/cal_pad.gif) top left no-repeat;}
#wp-calendar a {padding: 2px 0; font-weight: bold; color:red;}
#wp-calendar tfoot td {padding: 3px 0; }
#wp-calendar #next {text-align: right; padding-right: 10px;}
#calendar_wrap {display: block; width: 240px; padding: 0 1px 1px 0; margin: 0 0 18px 18px;}

.wp-pagenavi {
	clear: both;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #BFBFBF;
	padding: 3px 5px;
	margin: 2px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: black;
}

.wp-pagenavi span.current {
	font-weight: bold;
}

/* BEGIN: Landing Page */
.landing_page {
	margin: 5px 0 15px 100px;
	width: 715px;
}

.landing_page .landing_page_box {
	background-color: #FFD760;
	border: 3px solid #FF0000;
	height: 225px;
	margin-bottom: 20px;
}

.landing_page .landing_page_box .lsignup {margin-top: 18px;}

.landing_page .landing_page_box .lsignup #signup {
	background-color: #FFFFFF;
	border: 1px solid #7F7F7F;
    color: #7F7F95;
    font-size: 16px;
    padding: 5px;
	margin-right: 5px;
    width: 200px;
}

.landing_page .landing_page_box .lsignup #signup_submit {
	border: none;
	background: red url(./images/landing/landing_submit_button.png) no-repeat;
	cursor: pointer;
	height: 30px;
	width: 88px;
	text-indent: -99999999px;
}

.landing_page .landing_page_article .landing_image {
	float: left;
	margin-right: 8px;
}
/* END: Landing Page */

/* BEGIN: Additional */
.list_separator {
	border-top: 1px solid #DDD;
	clear: both;
	margin:14px 0;
}

#ob_strip_container_rel_0_stripBox{
	padding: 10px 0 0 25px;
}
.strip-like {
	/* Same as section header */
	color: black;
	font-family: myriad-pro-condensed-1, myriad-pro-condensed-2, sans-serif;
	font-weight: bold;
	border-bottom:4px solid red;
	margin-bottom:5px;
	font-size: 20px !important;
	text-transform:uppercase;
}

#outbrain_whatIs_0_stripBox {
	display: none;
}

#simplemodal-container a.modalCloseImg {
	background:url(./images/dialog_close.png) no-repeat;
	width:16px;
	height:16px;
	display:inline;
	z-index:3200;
	position:absolute;
	top:-8px;
	right:-8px;
	cursor:pointer;
}

#simplemodal-overlay {background-color:#000;}
/* END: Additional */
