/*  
Theme Name: Ketubah Graphia
Theme URI: http://wordpress.org/
Description: Custom theme for Ketubah Graphia
Version: 2.0
Author: Kenneth Feldman
Author URI: http://www.kpfdigital.com/

*/

/*CSS Reset*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td{margin:0; padding:0}
table{border-collapse:collapse; border-spacing:0}
fieldset, img{border:0}
address, caption, cite, code, dfn, th, var{font-style:normal; font-weight:normal}
li{list-style:none}
caption, th{text-align:left}
h1, h2, h3, h4, h5, h6{font-size:100%; font-weight:normal}
q:before, q:after{content:''}
abbr, acronym{border:0; font-variant:normal}
sup{vertical-align:baseline; position:relative; top:-0.5em}
sub{vertical-align:text-bottom}
input, textarea, select{font-family:inherit; font-size:inherit; font-weight:inherit}
input, textarea, select{font-size:100%}
legend{color:#000}
hr{clear:both}

a{outline:none}
/*
IE 7 no likey this: a{position:relative}
*/

.clearfix:after{content:"."; clear:both; height:0; visibility:hidden; display:block}
.clearfix{display:inline-block}
* html .clearfix{height:1%}
.clearfix{display:block}

html, body{min-height:101%}

img#wpstats{display:none}

h1, h2, h3, h4, h5, h6, p, blockquote, form, label, ol, ul, dl, fieldset, address{margin-bottom:1em}

ol{list-style:decimal}
ul{list-style:square}
ul li{margin-left:00px;list-style:square;}
ol li{margin-left:00px;list-style:decimal;}


body { /* This is where you set many of the universal defaults */
	background: #ffffff; color: #333;
	font-family: Verdana, geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.7em;
	text-align: center;
}

/*********************************************
		Universal Link Styles
*********************************************/
a {
	color: #800517;
	text-decoration: underline;
}
a:hover { 
	color: #999; 
	text-decoration: underline; 
}

/*********************************************
		Universal Text Elements
*********************************************/
i, em {
	font-style: italic;
}
b, strong {
	font-weight: bold;
}
p, ul, ol, blockquote {
	color: #333;
}
ol, ul {
	margin: 5px 35px;
}
ol {
	list-style-type: decimal;
}
ul {
	list-style-type: square;
}



blockquote {
background:url("images/quote.png") no-repeat scroll 5px 8px transparent;
font: bold 12px/16px Arial, Helvetica, verdana, geneva, sans-serif;
margin-bottom:10px;
margin-left: 5px;
padding:5px 5px 5px 25px;
}


blockquote em {color:#999; font-size: .85em;}



img { border: 0px; background: none; }

hr { margin: 0px 0px 2em; height: 1px; color: #ccc; border: none; } /* For Internet Explorer */
#content hr { margin: 0px 0px 2em; height: 1px; background-color: #ccc; border: none;} /* For Gecko-based browsers */
#content hr { margin: 0px 0px 2em; height: 1px; background-color: #ccc; border: 0px solid #ccc; } /* For Opera and Gecko-based browsers */



/*********************************************
		Header Styles
*********************************************/
/* Use this for universal styles for all header elements
Be sure to uncomment the styles before using */
h1,h2,h3,h4,h5,h6 {
	font-family: verdana, geneva, Arial, Helvetica,sans-serif;
	font-size: 25px;
	font-weight: normal;
/*
	font-weight: normal;
*/
	color: #666;
}

h1 { /* This style is generally used as title on single posts and pages */
	font-size: 20px;
}


h1.pagetitle { 
	padding-bottom: 5px;
	border-bottom:1px solid #CCCCCC;
	color:#800517; /* #66abc5  */
}


h2 { /* This style used as a sub-header in post/page content */
	font-size: 18px;
}


h3 { /* This style used as the post titles on homepage/archive */
	clear: both;
	font-size: 20px;

}


#page_8 #content h3 { /* This style used as the post titles on homepage/archive */
	clear: both;
	font-size: 18px;
	padding-top: 10px;
	padding-bottom: 5px;
	border-bottom:2px dotted #CCCCCC;
	font-weight: normal;
	color: #C57F0A;
	}


#page_8 #content ul {padding-bottom: 10px;}



h3 a {
}
h3 a:hover {
}
h4 { /* This style used as title for comments and as the identifying header on archive page  */
	font-size: 14px;
/*
	text-transform: uppercase;
*/
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 14px;
}

/*********************************************
		The Obligatory WP Styles
*********************************************/








/*


.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}
.alignleft {
   float: left;
   margin: 0px 15px 15px 0px;
}
.alignright {
   float: right;
   margin: 0px 0px 8px 8px;
}
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
}
.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;
}


*/

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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;
	clear: both;
	}

.alignleft {
	float: left
	}
	


.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1em;
}

img.alignright,
img.alignleft,
img.alignnone,
img.centered {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

div.alignleft, img.alignleft {
	margin: 0 20px 7px 0;
	}

div.alignright, img.alignright {
	margin: 0 0 7px 20px;
	}
	
img.alignnone {
	padding: 4px;
	margin: 0 10px 10px 0;
	}
	
	
.wp-caption img {
	margin: 0;
	padding: 4px;
	border: 1px solid #ddd;
}

.wp-caption p.wp-caption-text {
	font-size: 10px;
	line-height: 13px;
	padding: 0 7px 5px;
	margin: 0;
	text-align: left;
	color: #4c4b4b;
	}



dd.gallery-caption {padding: 0 15px;line-height: 1.2em;font-size: .85em;}


/* End Images */




/*********************************************
		Container Div
*********************************************/
#container {
	background: transparent;
	width: 960px;
	margin: 20px auto; padding: 0px;
	text-align: left;
}

/*********************************************
		Header Styles
*********************************************/
#header {
	background: url(images/header.jpg) no-repeat;
	width: 960px; height: 124px;
}
#header a {
	display: block;
	width: 960px; height: 124px;
	margin: 0px; padding: 0px;
	text-indent: -9999px;
}
/*********************************************
		Horizontal Navigaion Styles 
				(with dropdowns)
*********************************************/
#menu {
	font-size: 14px;
	background: transparent;
	width: 960px; height: 30px;
	margin: 0px 0 0px 3px; padding: 0px;
	border: 0px solid #fff;
	border-top: 0px solid #ccc;
	border-bottom: 0px solid #ccc;
	position: relative;
	z-index: 100;
	font-family: verdana, geneva, Arial, Helvetica,sans-serif;
	font-weight:bold;
	}
/* This is the style for the first UL (horizontal) */
#menu ul {
	float: left;
	background: transparent;
	height: 30px; line-height: 30px;
	margin: 0px; padding: 0px;
}
/* This is the style for the top level list items */
#menu ul li {
	background: none;
	width: auto;
	display: block;
	float: left;
	list-style-type: none;
	height: 30px; line-height: 30px;
	margin: 0px; padding: 0px;
	border-right: 0px solid #ccc;
}
#menu ul li.home {
	background: none;
}
/* The style for all links */
#menu a {
	color: #666;
	text-decoration: none;
}
/* The universal hover state colors and background for all LI items and links */
#menu li:hover,
#menu li:hover a,
#menu li.sfhover,
#menu li.sfhover a,
#menu li a:hover {
	background: transparent;
	color: #800517;
	text-decoration: none;
}
/* This is the style for the top level links, if different than the universal */
#menu ul li a {
	display: block;
	height: 30px; line-height: 30px;
	margin: 0px; padding: 0px 14px;
	text-decoration: none;
}
/* if you want to set a "current page item" style, do it here */
#menu ul li.current_page_item a, #menu ul li.current_page_ancestor a {
	background: transparent;
	color: #800517;
	text-decoration: none;

}
/****************************** 
The second-level stuff 
*******************************/
/* This hides the nested UL before you hover */
#menu li ul {
	clear: both;
	position: absolute;
	width: 200px; /* the width of the dropdown */
	left: -999em;
	font-weight:normal;
	background-color: #dbd5c7;
}

#menu li.page-item-10 ul {
	clear: both;
	position: absolute;
	width: 270px; /* the width of the dropdown */
	left: -999em;
}



/* This shows the nested UL when you hover */
#menu li:hover ul, 
#menu li.sfhover ul {
	left: auto;
	display:  block;
	z-index: 1000;
}

/* This is the style for the nested UL */
#menu li:hover ul, #menu li.sfhover ul {
	background: transparent;
	display: block;
	border-top: 0px solid #ccc;
	margin: 0px 0 0 0; padding: 0px 0 0 0;
}
/* This is the style for the LI items within the nested UL */
#menu li:hover ul li,
#menu li.sfhover ul li {
	background: #b9b2a2;
	width: 100%;
	display: block;
	padding: 0px; margin: 0px;
	height: 30px; line-height: 30px;
	overflow: hidden;
	text-align: left;
	border-right: 0px solid #ccc;
}
/* This is the style for the links within the LI items within the nested UL */
#menu li:hover ul li a,
#menu li:hover ul li.current_page_item a,
#menu li.sfhover ul li a,
#menu li.sfhover ul li.current_page_item a {
	width: 190px;
	display: block;
	background: #e1dcd0;
	margin: 0px; padding: 0px 5px;
	height: 29px; line-height: 29px;
	border: 0px solid #ccc;
	border-top: none;
	color: #454545;
}
/* This is the style for the hover state on the links within the LI items within the nested UL */
#menu li:hover ul li a:hover, 
#menu li.sfhover ul li a:hover {
	background: #ede9e0;
	text-decoration: none;
	margin: 0px; padding: 0px 5px;
	height: 29px; line-height: 29px;
	color: #800517;
}



/* This is the style for the links within the LI items within the nested UL */
#menu li.page-item-10:hover ul li a,
#menu li.page-item-10:hover ul li.current_page_item a,
#menu li.sfhover ul li a,
#menu li.sfhover ul li.current_page_item a {
	width: 260px;
}











/*********************************************
		Homepage Styles
*********************************************/
#homefeature {
	width: 960px;
	background: transparent;
	margin: 0px 0 0px 0;
	padding: 25px 0 25px 0;
	border-left: 0px solid #fff;
	border-right: 0px solid #fff;
}
#homefeature #rotator-wrapper {
	display: block;
	float: left;
	border-right: 1px solid #fff;
}
#homefeature #homefeature-blurb {
	display: block;
	float: left;
	width: 435px;
	margin: 0px; padding: 20px;
	padding-top: 7px;
}


#homefeature #homefeature-blurb p {
	font-size: 13px;
	line-height: 1.8em;
	}

#homefeature #homefeature-blurb p strong {
	font-size: 15px;
	color: #3e7a23;
}


#homefeature #homefeature-blurb img {
	margin: 0px 0 15px 0;
	}



#homefeature #homefeature-blurb h1  {
	font-size: 19px;
	font-weight: normal;
	text-align: left;
	line-height: 1.4em;
	color: #800517; /*#66ABC5*/
	}




#homefeature #homefeature-blurb ol {
	margin: 5px 10px 5px 25px;
	}
#homefeature #homefeature-blurb ol li{
	margin: 0 0 .75em 0;
	}




#homebottom {
	width: 960x;
	background: transparent;
	margin: 0px; padding: 0px;
	border-top: 0px solid #ccc;
	border-left: 0px solid #fff;
	border-right: 0px solid #fff;
}
#homebottom .widget {
	width: 318px;
	display: inline;
	float: left;
	padding:0px 0 5px 0px;
}

#homebottom h4 {
	padding: 23px 20px 0px;
	font-size: 14.5px;
	font-weight: normal;
	text-align: left;
	border-bottom: 0px solid #ccc;
	color: #800517;
	text-transform: uppercase;
	}



#homebottom .widget p,
#homebottom .widget img,
#homebottom .widget form,
#homebottom .widget div  {
	padding: 0 20px;
}


#homebottom .widget img {
	margin-bottom: 15px;
}






#homebottom .widget p {
	font-size: 11px;
	line-height: 1.4em;
	margin-bottom: 25px;
	color: #666;
	}



#homebottom .widget .textwidget p,
#homebottom .widget .textwidget img,
#homebottom .widget .textwidget form,
#homebottom .widget .textwidget div,
#homebottom .widget .textwidget ul,
#homebottom .widget .textwidget ol {
	margin: 0px; padding: 0px;
}




#homebottom .widget form,
#homebottom .widget div  {
	padding: 0 20px;
}





#homebottom .widget ul,
#homebottom .widget ol {
	padding: 10px 0px; margin: 0px 15px 5px 25px;
	list-style-type: square;
}





#homebottom .widget .textwidget img {
	margin-bottom: 15px;
}

#homebottom .widget .textwidget p {
	margin-bottom: 15px;
}



#homebottom .widget h4 img.ttf {
	margin: 0px;
	padding: 0px;
}

#homebottom .widget h4 {
	margin-bottom: 0px;
	padding-bottom: 5px;

}






	
/*********************************************
		Content Div
*********************************************/
#content {
	display: inline;
	width: 576px;
	float: left;
	margin: 0px; padding: 30px;
}
#content-full {
	background: transparent;
	display: inline;
	width: 914px;
	float: left;
	margin: 0px; padding: 20px;
	border-left: 0px solid #FFF;
	border-right: 0px solid #FFF;
}
#featureimg-wide {
	width: 954px;
	padding: 0px 3px;
	border-bottom: 1px solid #FFF;
}
#featureimg-wide img {
	width: 954px;
}
#featureimg {
	width: 635px;
	padding: 0px 0px 0px 3px;
	border-bottom: 1px solid #FFF;
	float: left;
}
#featureimg img {
	width: 635px;
}

/*********************************************
		Post Div
*********************************************/
.post {
	clear: both;
}



.post h3, .post h1 {
font-weight:normal;
margin-bottom:0;
}

.post h3 a {text-decoration: none;}



/*********************************************
		Post Meta Styles, if needed
*********************************************/
.meta-top {
	clear: both; /* we need this so floats in the post are cleared */
	margin-bottom:1em;
}
.meta-bottom {
	clear: both; /* we need this so floats in the post are cleared */
	padding: 10px 0px;
	margin-bottom: 3em;
	border-bottom: 1px dashed #CCC;
	}
.meta-date {
}
.meta-author {
}
.meta-comments {
}
.meta-category {
}

/*********************************************
		Previous/Next Page Navigation
*********************************************/
.page-nav {
	clear: both; /* To clear any floats */
	margin: 0px; padding: 0px;
}

/*********************************************
		Sidebar
*********************************************/
.sidebar {
	display: inline;
	float: right;
	width: 278px;
	margin: 0px; padding: 20px;
}
.sidebar .widget {
	clear: both;
	margin: 0px; padding: 0px 0px 20px 0px;
}
.sidebar p, 
.sidebar .textwidget {
}
.sidebar img {
	margin: 10px 0px;
}
.sidebar form {
	margin: 5px; padding: 0px;
}
.sidebar ul {
	margin: 0px; padding: 0px 20px;
}
.sidebar ul li {
	margin: 5px 10px 5px 5px; padding: 0px;
}


.sidebar ul li.current_page_item a {color:#66abc5;font-weight: bold;}

.sidebar ul#all_texts_list li {line-height:1.3em;}

.sidebar ul#all_texts_list li a {text-decoration: none;}

.sidebar ul#all_texts_list li ul li a {text-decoration: underline;}


.sidebar ul#all_texts_list li ul {margin-bottom: 1.5em;margin-left: 1.5em;}

.sidebar ul#all_texts_list li ul li {line-height:1.3em;margin-bottom: 0em;}

.sidebar ul#all_texts_list li {list-style-type: none;}

.sidebar ul#all_texts_list li ul li {list-style-type: disc;}

.sidebar ul#all_texts_list {list-style-type: none;margin-left: 0;padding:0;}






.sidebar ul li a {
	
}
.sidebar ul li a:hover {
	
}
.sidebar ul li ul {
	margin: 0px 0px 0px 10px; padding: 0px;
}
.sidebar ul li ul li {
	margin: 5px 10px 5px 5px; padding: 0px;
}

/*********************************************
		Comment Styles
*********************************************/
#comments {
	margin: 20px 0px; padding: 0px;
	overflow: hidden;
}
#comments .title {
	font-size: 25px;
	margin: 0px; padding: 15px 0px;
}
#comments ol.commentlist {
	margin: 0px; padding: 0px;
}
#comments ul.children {
	margin: 0px; padding: 10px 0px 0px 20px;
}
#comments .vcard {
	
}
#comments .vcard .avatar {
	display: block;
	float: left;
	margin: 0px; padding: 0px 10px 0px 0px;
}
#comments .comment-meta {
	padding: 0px 0px 20px 0px;
}
#comments li.even,
#comments li.odd {
	clear: both;
	list-style-type: none;
	border: 1px solid #CCC;
}
#comments ul.children li {
	border: 1px solid #CCC;
}
#comments li.even {
	margin: 5px 0px 5px 0px;
	padding: 10px;
	overflow: hidden;
}
#comments li.odd {
	margin: 5px 0px 5px 0px;
	padding: 10px;
	overflow: hidden;
}
#comments blockquote {
	background: #F2F2F2;
	margin: 10px 0px; padding: 10px;
}
#comments blockquote {
	background: #FFF;
	border: 1px solid #CCC;
	margin: 10px 0px; padding: 10px;
}
#comments .alert {
	background: #fffbd6;
	border: 1px solid #ebe067;
	margin: 5px 0px; padding: 5px;
}
#comments p {
	margin: 0px 0px 10px; padding: 0px;
}

#respond {
	overflow: hidden;
}
#respond #commentform {
	margin: 5px 0px 0px 0px;
	padding: 0px;
	overflow: hidden;
}
#respond #commentform #author,
#respond #commentform #email,
#respond #commentform #url {
	width: 50%;
	margin: 0px 0px 5px 0px; padding: 5px;
}
#respond #commentform #comment {
	width: 98%;
	margin: 10px 0px 15px 0px; padding: 5px;
}

/*********************************************
		Footer Styles
*********************************************/
#footer {
	height: 65px;
	clear: both;
	display: block;
	background: transparent;
	color: #c6c6c6;
	text-align: left;
	border-top: 0px solid #ccc;
	margin: 0px;
	padding: 0px 20px 0px 28px;
	font-size: .85em;
}
#footer p {padding-top:20px; line-height: 1em;color: #999;}

#footer a {
	color: #999;
	text-decoration: none;
}
#footer a:hover {
	color: #c6c6c6;
	text-decoration: underline;
}

#footer a.mlist {
	color: #45546e;
	text-decoration: none;
}
#footer a.mlist:hover {
	color: #3CC;
	text-decoration: underline;
}




ol.message_list li {
background:url("images/bullet8.png") no-repeat scroll 0 7px transparent;
color:#333;
list-style:none;
padding:0 0 10px 15px;
}



ol.message_list  {
font-size:12px;
line-height:18px;
margin:0 0 0 0px;

}


ol.message_list li p.message_head {
cursor:pointer;
font-weight:bold;
margin:0;
padding:0px 0 0;
color:#4a91ac;
}



.textspage {padding: 10px 25px 10px;line-height:1.9em;}

.textspage ul {padding: 20px 25px 10px; background-color: #e9eef4; font-size: .85em;line-height:1.5em;}

.textspage ul li {margin-bottom: 10px;}



