/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/

h2 {  color: #730F0F; }

table { width:75%; }
td {
	padding-left:10px;
	padding-right:10px;
        width: 800px;
	/*border-bottom:1px solid #000000;*/
}
th
{
	border-bottom:1px solid #000000;
	padding-left:10px;
	padding-right:10px;
	text-align:left;
	background:#CCCCCC;
}
table.tightTable {
width:50%;
border:0;
}

table.tightTable td {
padding:5px 10px 0 0;
}

ul.checklist
{
	list-style-type:none;
	padding:0px;
	margin:0px;
}
li.checkbox
{
	list-style-type:none !important;
	background-image:url(/wp-content/uploads/2009/11/check.png);
	background-repeat:no-repeat;
	background-position:0px 5px;
	padding-left:14px;
}
#header
{
	width:980px;
	margin:0 auto;
	height:140px;
}
#hebrew-date
{
	color:#FFFFFF;
	display:block;
	float:right;
	margin: 114px 20px 0 0;
	/*position:absolute;
	left:140px;
	top:160px;*/
}
#header #subscribe 
{
	display:block;
	float:right;
	font-weight:bold;
	height:28px;
	margin:76px 0 0;
	padding:8px 0 0 35px;
	text-decoration:none;
	width:183px;
}

#header img { margin-left: 11px; }

#footer .footnav { width:980px; }
#footer .footnav a { color:#FFF; }

p a { list-style: text-decoration:underline; }

p a:hover { 	list-style: text-decoration:none }

#featured .information h2 { color:#730F0F; }

div#featured div.information a { text-decoration:none;}
div#featured div.information a:hover { text-decoration:underline; }