/*
Theme Name: Kosher Conscience
Theme URI: http://kosherconscience.com/
Description: Kosher Conscience design.
Version: 1.0
Author: April Hodge Silver
Author URI: http://springthistle.com/
*/


/* HTML ELEMENTS - - - - - - - - - - - - - - - - - - - - - - - - - - */
body {
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 12px;
	color: #555555;
	background: #fbfbfb url('images/body-bg.gif') repeat-x;
}

p {
	margin: 0;
}

a, a:visited {
	color: #deb26b;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

.clr {
	clear: both;
	height: 1px;
}


/* POSITIONING - - - - - - - - - - - - - - - - - - - - - - - - - - */


#container {
	width: 925px;
	margin: 20px auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -80px;
}

#content {
	margin: 20px 0 0 0;
	background: #fff;
	padding: 23px;
	border: 1px solid #dfdfdf;
}

#main {
	width: 665px;
	float: right;
}

#sidebar {
	width: 240px;
	float: left;
	margin: 10px 0;
}

#footer {
	background-color: #a0c945;
	margin-top: 100px;
	padding-top: 30px;
	height: 50px;
}


/* CONTENT - - - - - - - - - - - - - - - - - - - - - - - - - - */

#mainphoto {
	background: url('images/header1.jpg') no-repeat;
	width: 622px;
	height: 287px;
}

#content h2 {
	color: #94bf47;
}

#content h2 .edit {
	font-size: 12px;
	font-weight: normal;
}

#content p {
	line-height: 18px;
	margin: 10px 0;
}

/* BLOG - - - - - - - - - - - - - - - - - - - - - - - - - - */

.post {
	border-bottom: 1px solid #ddd;
}

.post h3, .post h3 a, .post h3 a:visited {
	color: #94bf47;
	text-decoration: none;
}

.post h3 a:hover {
	text-decoration: underline;
}

.navigation {
	padding: 20px 0 20px 0;
}

/* SIDEBAR - - - - - - - - - - - - - - - - - - - - - - - - - - */

#logo {
	margin: 0 auto 30px auto;
	display: block;
}

/* all boxes */
.box {
	background: #fff;
	border: 1px solid #dfdfdf;
	width: 218px;
	padding: 10px;
	margin: 0 0 30px 0;
}

.box h3 {
	height: 38px;
	background: no-repeat;
	margin: 0;
	font-weight: normal;
	font-size: 18px;
	padding: 8px 0 0 10px;
}

.box ul {
	margin: 0;
	padding: 0;
}

.box li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.box a, .box a:visited {
	text-decoration: none;
}

.box a:hover {
	text-decoration: underline;
}

/* first box */
.learn h3 {
	color: #905326;
	background: url('images/sidebar-h3-brown.gif') repeat-x;
}

.learn li {
	font-size: 16px;
	padding: 5px 0 5px 20px;
	border-bottom: 1px solid #e5e5e5;
}

.learn li a, .learn li a:visited {
	color: #939393;
}

.learn li a:hover {
	color: #666;
}

/* second box */

.news {
	font-size: 12px;
}

.news h3 {
	color: #fff;
	background: url('images/sidebar-h3-green.gif') repeat-x;
}

.news li {
	padding: 10px 0;
	border-bottom: 1px solid #e5e5e5;
}

.news div {
	padding: 3px 0;
	color: #999;
}

.news #link-allnews {
	margin-top: 10px;
	text-align: right;
}

/* FOOTER - - - - - - - - - - - - - - - - - - - - - - - - - - */

#footer {
	color: #fff;
	font-size: 14px;
	text-align: center;
}

#footer a, #footer a:visited {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}



/* WORDPRESS-OUTPUTTED STYLES - - - - - - - - - - - - - - - - - - - - - - - - - - */

.screen-reader-text {
	display: none;
}

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;
	}

.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}