/*  
Theme Name: Jewish Recipes
Theme URI: http://jewish-recipes.com/
Description: Custom theme for Jewish-Recipes.com. Copyrighted, all rights reserved.
Version: 1.0
*/
html, body, table, tr, td, div, span, li
{
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
}

body
{
	margin:5px 0 0 0;
	padding:0;
	background-color:#DDDCF6;
}

table.main
{
	width:800px;
  	border:1px solid #2C80D5;
	border-top:2px solid #1574D2;
	border-bottom:3px solid #1574D2;
	background-color:white;
}

td.header
{
	background-image:url(/images/header.jpg);
	background-repeat:no-repeat;
	height:125px;
	padding:0 0 0 10px;
}

h1
{
	color:white;
	margin:0;
	font-family:Times New Roman;
	font-weight:normal;
	font-size:36px;
}


a:link, a:active, a:visited
{
}
td.content {
      width:485px;
      padding:10px;
      vertical-align:top;
}

.bold {
    font-weight:bold;
}

.post, .comment {
	border:1px dashed #aaa;
	padding:7px;
	margin-bottom:7px;
}
.cat_title {
	font-size:18px;
	font-weight:bold;
	}

.posttitle {
	font-size: 16px;
	font-weight:bold;
	padding-top:6px;
	padding-bottom:10px;
	}
.postmetadata {
	font-size:10px;
	}

/*we're hiding "Categories","Pages" titles, etc. in sidebar widgets*/
.widgettitle {
	display:none;
}
#sidebar{
	text-align:left;
	list-style:none;
	margin:0;
	padding:0;
	}
li.catlist {
	padding: 6px 3px 0 3px;
	font-weight:bold;	
}

li.postlist {
	margin:3px;
	padding-left: 6px;
	 }
.sidetext {
	padding:3px;
	text-align:center;
	font-size: 11px;
	}
.social {
	font-size:11px;
	text-align:center;
	}
