/*  
Theme Name: eDealsUK Theme
Theme URI: http://www.edealsuk.com
Version: 1.0.1
Author: Small Potato
Author URI: http://www.edealsuk.com/
*/

body, h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, hr, p, form{
	margin: 0;
	padding: 0;	
}

body{
	font-family: Arial, Helvetica, Georgia, Sans-Serif;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	color: #fff;background-color:#f2efe8;
}

h1, h2, h3, h4, h5, h6{
	font-family: Arial, Helvetica, Georgia, Sans-Serif;
	font-size: 16px;
}

a{
	text-decoration: none;
	color: #7b6b4a;
}

a:hover{ text-decoration: underline; }

a img{ border: 0; }

abbr, acronym{ border: 0; }

address, dl, p{ padding: 10px 0 0; }

blockquote{
	margin: 10px 10px 0;
	background: #fffada url(images/bg_blockquote.gif) no-repeat 5px 7px;
	color: #736926;
}

blockquote p{
	padding: 10px 10px 10px 20px;
}

blockquote blockquote{
	margin: 10px 20px;
	background: #fff;
	color: #333;
}

blockquote blockquote p{ padding: 10px; }

code{
	background: #f9f9f9;
}

dt{
	font-weight: bold;
}

dd{
	padding: 0 0 5px 15px;
}

hr{
	clear: both;
	margin: 15px 0 5px;
	width: 100%;
	border: 0;
	height: 1px;
	text-align: left;
	background: url(images/bg_comment_bottom.gif) no-repeat;
}

small{
	font-size: 10px;
}

input, textarea{
	font-family: Arial, Helvetica, Georgia, sans-serif;
	font-size: 12px;
	padding: 2px;
}

input#author, input#email, input#url, textarea#comment{
	border: 1px solid #cbb945;
	background-color: #fffadb;
	padding: 3px;
}

input#author, input#email, input#url{
	margin: 0 5px 0 0;
}

#container, #header, #menu, #menu ul li, #menu ul li a, #pagetitle, h1, #syndication, .pagewrapper, .page, .wrapper, .narrowcolumnwrapper, .narrowcolumn, .content, .post, .entry, .browse, sidebar{
	text-align: left;
	vertical-align: top;
}

#container{
	margin: 0 auto;
	width: 780px;
	padding: 0px 0 0;
}

/*#header{
	margin: 0 0 10px;
	float: left;
	width: 904px;
	height: 250px;
	background: url(images/bg_header.gif) no-repeat left bottom;
	color: #333;
}*/
#header{
	margin: 0 0 10px;
	float: left;
	width: 780px;
	height: 149px;
	background: url(images/bg_header.gif) no-repeat left bottom;
	color: #333;
}

#menu ul{
	margin: 0;
	padding: 17px 0 0 10px;
	list-style: none;
}

#menu ul li{
	float: right;
	margin: 0px 1px 0 0;
	font-size: 14px;
	font-weight: bold;
	background: url(images/bg_tab_right.gif) no-repeat right top;
	color: #325b0a;
}

#menu ul li a{
	font-family:Tahoma, Helvetica, sans-serif;
	font-size:12px;
	display: block;
	padding: 19px 12px 10px;
	text-decoration: none;
	background: url(images/bg_tab_left.gif) no-repeat left top;
	color: #FFFFFF;
}

#menu ul li a:hover{
	text-decoration: none;
}

#pagetitle{
	clear: both;
	width: 780px;
	height: 60px;
}

#pagetitle h1{
	padding: 36px 28px 0;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #fff;
}

#pagetitle h1 a{
	text-decoration: none;
	color: #fff;
}

#syndication{
	float: left;
	padding: 0px 5px 0px;
	color: #999;

}

#syndication a{ color: #666; }

#syndication a.feed{
	padding: 0 0 0 19px;
	background: url(images/feed_icon.png) no-repeat 0 1px;
}

#searchbox{
	float: left;
	padding: 18px 10px 0;
}

#searchbox input#s{
	border: 1px solid #ddd;
	padding: 3px;
	background: #fff;
	width:100px;
	height:12px;
}

#searchbox input#searchsubmit{ height: 22px; }

.pagewrapper{
	margin: 0px 0 10px;
	float: left;
	width: 780px;
	background: #fff url(images/bg_page_bottom.gif) no-repeat left bottom;
	color: #333;
}

.page{
	float: left;
	padding: 0 2px 2px;
	/*background: url(images/bg_page_top.gif) no-repeat;*/
}

.wrapper{ /* This wrapper class appears only on Page and Single Post pages. */
	float: left; 
	width: 550px;
}

.narrowcolumnwrapper{
	margin: 5px 0 0;
	float: left;
	width: 550px;
	background: #fff url(images/bg_narrowcol.gif) repeat-y;
}

.narrowcolumn{
	float: left;
	width: 550px;
	background: url(images/bg_narrowcol_bottom.gif) no-repeat left bottom;
}

.content{
	float: left;
	width: 550px;
	background: url(images/bg_narrowcol_top.gif) no-repeat left top;
}

.post{
	padding: 9px 16px 15px;
	line-height: 18px;
}

.post h2{
	padding: 0 0 2px;
	font-size: 16px;
	font-weight: bold;
	line-height: 27px;
}

.post h2 a{
	text-decoration: none;
	color: #000000;
	border-bottom: 1px solid #000000;
}

.post img{
	padding: 4px;
	border: 1px solid #ddd;
	background: #fff;
}

.post img.alignleft{
	float: left;
	margin: 5px 10px 0 0;
}

.post img.alignright{
	float: right;
	margin: 5px 0 0 10px;
}

.post img.wp-smiley{
	padding: 0;
	border: 0;
	background: none;
}

.entry{}

.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6{
	padding: 9px 0 0;
}

.entry h1{
	font-size: 20px;
	line-height: 30px;
}

.entry h2{ line-height: 18px; }

.entry h3{ font-size: 14px; }

.entry h4{ font-size: 12px; }

.entry h5{ font-size: 11px; }

.entry h6{ font-size: 10px; }

.postinfo{
	font-size: 11px;
	color: #999;
}

.postinfo a{
	color: #7b6b4a;
}

.postdate{ color: #a12a2a; }

.browse{
	border-top: 1px solid #bdbdbd;
	padding: 15px 16px;
	line-height: 18px;
}

.sidebar, .obar{
	margin: 0 0 0 5px;
	float: right;
	width: 192px;
	line-height: 12px;
	
}

.obar{
	margin: 0 5px 0 0;
	float: left;
}

.sidebar ul, .obar ul{
	margin: 0;
	padding: 0;
	list-style: none;
	
}
.sidebar a
{
	padding-left:15px;
	background: url(images/arrow.gif) no-repeat left top;
}

.sidebar ul li, .obar ul li{
	margin: 5px 0 0;
	padding: 0px 16px 15px;
	background: url(images/bg_ul_li.gif) no-repeat left top;
}

.sidebar ul li.widget_search, .obar ul li{
	padding: 15px 16px;
}

.obar ul li h2{
	font-size: 13px;
	font-weight: bold;
	line-height: 27px;
	color: #212121;
}
.sidebar ul li h2{
	font-size: 13px;font-weight: bold;line-height: 27px;
	color: #FFFFFF;
}
.sidebar ul ul li, .obar ul ul li{
	margin: 0;
	padding: 6px 0 3px;
	background: none;
	
}

.sidebar ul ul ul, .obar ul ul ul{ padding: 3px 0 0; }

.sidebar ul ul ul li, .obar ul ul ul li{
	padding: 6px 0px 3px 15px;
	background: url(images/bg_arrow_right.gif) no-repeat 0px 8px;
}

.sidebar ul ul ul ul li, .obar ul ul ul li{
	background: url(images/bg_arrow_right_2.gif) no-repeat 0px 8px;
}

/* COMMENTS TEMPLATE */

.post h3#comments, .post h3#respond{
	padding: 0 0 2px 19px;
	line-height: 27px;
	background: url(images/user_comment.gif) no-repeat 0 6px;
	color: #e45b00;
}

.post h3#respond{
	background: url(images/add_comment.gif) no-repeat 0 6px;
	color: #333;
}

ol.commentlist{
	margin: 0 0 11px;
	padding:0;
	list-style: none;
}

ol.commentlist li{
	padding: 13px 0;
	background: url(images/bg_comment_bottom.gif) no-repeat left bottom;
}

ol.commentlist li .commentmetadata{
	font-size: 11px;
	color: #546477;
}

ol.commentlist li .commentmetadata a{
	color: #546477;
}

form#commentform small{
	font-size: 11px;
}

#site_content {position: absolute;left: -10000px;};
.rightmenu{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;color:#333333;font-weight:bold;
	background: url(images/bg_arrow_right.gif) no-repeat 0 6px;
}


.toppiece1{
	background-image:url('http://www.primecashback.com/images/top_left_1.gif');
	background-position:bottom;	background-repeat:no-repeat;
}
.toppiece2{
	background-image:url('http://www.primecashback.com/images/top_left_2.gif');
	background-position:bottom;	background-repeat:no-repeat;
}
.toppixbg{
	background-image:url('http://www.primecashback.com/images/top_box_bg.gif');
	background-repeat:repeat-x;	background-position:bottom;	vertical-align:bottom;	
}
.toppixbglogo{
	background-image:url('http://www.primecashback.com/images/top_box_bg.gif');
	background-repeat:repeat-x;	background-position:bottom;	vertical-align:bottom;	
	padding-bottom:3px;padding-left:26px;
}
.searchpleft{
	 width:5px; height:59;
	 background-image:url('http://www.primecashback.com/images/top_left.gif');
	 background-repeat:no-repeat;
}
.searchpcenter{	 
	 background-image:url('http://www.primecashback.com/images/top_bg.gif');
	 background-repeat:repeat-x;
}
.searchpright{
	 width:5px;height:59;
	 background-image:url('http://www.primecashback.com/images/top_right.gif');
	 background-repeat:no-repeat;
}
.topm-n {
	float:left;margin:0 0px;line-height:25px;color:#FFFFFF;font-weight:bold;font-size:13px;
	background: url('http://www.primecashback.com/images/s-top2-left.gif') top left no-repeat;
	height:29px;padding-left:4px;font-family:Arial, Helvetica, sans-serif;
}
.topm-n a{
	float:left;font-size:13px;color:#FFFFFF;font-weight:bold;text-decoration:none;	
	background: url('http://www.primecashback.com/images/s-top2-right.gif') top right no-repeat;
	display:block;padding: 0 5px;height:29px;	font-family:Arial, Helvetica, sans-serif;
}
.topm-a 
{
	float:left;margin:0px 1px;line-height:25px;color:#FFFFFF;font-weight:bold;font-size:13px;
	background: url('http://www.primecashback.com/images/s-top2-left-a.gif') top left no-repeat;
	height:29px;padding-left:4px;font-family:Arial, Helvetica, sans-serif;	
}
.topm-a a
{
	float:left;display:block;padding: 0 5px;height:29px;font-size:13px;margin:0px 0px;
	background: url('http://www.primecashback.com/images/s-top2-right-a.gif') top right no-repeat;
	font-family:Arial, Helvetica, sans-serif;color:#FFFFFF;font-weight:bold;text-decoration:none;	
}
