/*  
Theme Name: skinpress14v7
Theme URI: 
Description: 
Version: 1.0
Author: 
Author URI: 

*/

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input{
	margin:0;
	padding:0;
}
ul{
	list-style:none;
}
a{
	color:#323130;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
a img{
	border:0;
}
.clear{
	clear:both;
}
html{
	background:#ffffff url(images/bgr_html.gif) repeat-x;
}
body{
	margin:0;
	padding:0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	background:url(images/bgr_main.gif) repeat-x bottom;
	color:#323130;
}
#page{
	width:996px;
	margin:0 auto;
}

/* HEADER */
#header{
	width:100%;
	height:109px;
	overflow:hidden;
	clear: both;
}
#header #logo{
	float:left;
	padding:30px 0 0 24px;
}
#header #logo a{
	background:url(images/logo.png) no-repeat;
	display:block;
	text-indent:-9999px;
	width:227px;
	height:51px;
	cursor:pointer;
}
#header_box{
	width:348px;
	float:right;
	padding:6px 10px 6px 10px;
	margin:38px 20px 0 0;
	border:1px dotted #928a83;
}
#header_box h2{
	font-size:16px;
	color:#fff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	padding:0 0 6px 0;
}
#header_box h2 a{
	color:#fff;
}
#header_box p{
	font-size:11px;
	color:#a59e98;
}
#header_box p a{
	color:#a59e98;
}
/* mainmenu */
#mainmenu{
	width:100%;
	height:37px;
	clear: both;
}
#mainmenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	z-index:1000;
}
/*Top level list items*/
#mainmenu ul li{
	position: relative;
	display: inline;
	float: left;
	z-index:1000;
	color:#fff;
	padding:0 0 0 2px;
	font-size:13px;
	text-transform:capitalize;
}
#mainmenu ul li.first{
	padding:0;
	background:none;
}
/*Top level menu link items style*/
#mainmenu ul li a{
	display:block;
	color:#fff;
	background:#c90102;
}
* html #mainmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
	float:left;
}
* html #mainmenu ul li ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
	float:none;
}
#mainmenu ul li a img{
	position:relative;
	top:4px;
	left:4px;
}
/*Top level menu link items style*/
#mainmenu ul li a .left{
	display:block;
	background:url(images/bgr_menu_left.gif) no-repeat;
}
* html #mainmenu ul li a .left{ /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
	float:left;
}
* html #mainmenu ul li ul li a .left{ /*IE6 hack to get sub menu links to behave correctly*/
	float:none;
}
/*Top level menu link items style*/
#mainmenu ul li a .right{
	display:block;
	z-index:1000;
	padding:10px 18px 0 18px;
	height:27px;
	background:url(images/bgr_menu_right.gif) no-repeat right top;
	cursor:pointer;
}
* html #mainmenu ul li a .right{ /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
	float:left;
}
* html #mainmenu ul li ul li a .right{ /*IE6 hack to get sub menu links to behave correctly*/
	float:none;
}
#mainmenu ul li a:link, #mainmenucat ul li a:visited{
}
#mainmenu a:hover{
	text-decoration:none;
}
#mainmenu .current_page_item a{
	text-decoration:none;
	background:#fff url(images/bgr_menu_hover.gif) repeat-x;
	color:#000;
}
#mainmenu .current_page_item a .left{
	background:url(images/bgr_menu_left_hover.gif) no-repeat;
}
#mainmenu .current_page_item a .right{
	background:url(images/bgr_menu_right_hover.gif) no-repeat right top;
}
/*1st sub level menu*/
#mainmenu ul li ul{
	position: absolute;
	left: 0;
	display: block;
	visibility: hidden;
	margin:0 0 0 2px;
	background:#c90102;
}
/*Sub level menu list items (undo style from Top level List Items)*/
#mainmenu ul li ul li{
	display: list-item;
	float: none;
	font-size:1.0em;
	background:none;
	padding:0;
}
/*All subsequent sub menu levels vertical offset after 1st level sub menu */
#mainmenu ul li ul li ul{
	top: 0;
	margin:0;
	background:#9d080d;
}
/* Sub level menu links style */
#mainmenu ul li ul li a, #mainmenu ul li.current_page_item ul a, #mainmenu ul li.select ul a{
	width: 137px; /*width of sub menus*/
	height:auto;
	padding: 10px 10px 10px 10px;
	margin: 0;
	border-bottom: 1px solid #d43435;
	background:#c90102;
	border-top-width: 0;
	text-align:left;
	text-decoration:none;
	color:#f4cccc;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	text-transform:capitalize;
}
#mainmenu ul li ul li a:hover{ /*sub menus hover style*/
	color:#f4cccc;
	background:#d70304 url(images/ico_arrow.gif) no-repeat right center;
}
#mainmenu ul li ul li a .left, #mainmenu ul li ul li a .right, #mainmenu ul li ul li a:hover .left, #mainmenu ul li ul li a:hover .right{ /*sub menus hover style*/
	background:none;
	padding:0;
	width:auto;
	height:auto;
}
/* Sub level menu links style */
#mainmenu ul li ul li ul li a, #mainmenu ul li.current_page_item ul ul a, #mainmenu ul li.select ul ul a{
	border-bottom: 1px solid #b1393d;
	background:#9d080d;
}
#mainmenu ul li ul li ul li a:hover{ /*sub menus hover style*/
	background:#aa090e;
}
#mainmenu .multy{
	background:#9d080d;
}
#mainmenu .multy li{
	background:#9d080d;
}
#mainmenu .multy li ul{
	padding:5px 0 5px 10px;
	background:#9d080d;
}
#mainmenu .multy li.last_ul ul{
	padding:5px 10px 5px 10px;
}
#mainmenu .multy li ul li{
	padding:0;
}
/* ######### CSS classes applied to down and right arrow images  ######### */

/* BODY */
#body{
	width:100%;
	overflow:hidden;
	padding:10px 0 10px 0;
	clear: both;
}
#body_top{
	width:100%;
	overflow:hidden;
	background:url(images/bgr_body_top.gif) repeat-y;
	padding:10px 0 40px 0;
}
.category-gift-card-deals #body_top {
	background:#faf5ef;
}
#content{
	float:left;
	width:628px;
	padding:10px 0 0 34px;
}
#content_cat{
	float:left;
	width:660px;
	padding:5px 0 0 20px;
}
#content_wide{
	width:945px;
	padding:10px 0 0 25px;
}
#sidebar{
	width:263px;
	padding:0 10px 0 0;
	float:right;
}
.sidebarpost{
        width:260px;
		height:auto;
		margin:20px 0 0 3px;
		padding:0;
		float:left;
}
.sidebar_post{
width:240px;
		height:auto;
		padding:0;
		float:left;
		margin:0 15px 0 0;
}
.sidebarpost h2{
      font-size:20px;
	  color:#010101;
	  font-family:Georgia;
	  font-weight:normal;
}
.sidebarpost_items{
width:90%;
       margin:0 10px 0 10px;
	   padding:0 0px 0 0;
	   float:left;
}
.sidebarpost_items li{
           
			 padding:10px 10px 0 0;
			 margin:0;
			 
			 
}
.sidebarpost_items li .p_title a{
                color:#C80202;
		font-size:14px;
		line-height:18px;
		font-style:Italic;
		font-weight:bold;
font-family:Georgia;

		
}
.sidebarpost_items li .p_content p{
      font-family:Georgia;
	  font-weight:normal;
	  font-size:10px;
	  color:#010101;
	  float:left;
	 
}
/* post */
.post{
	width:100%;
	margin:0 0 40px 0;
}
.post .post_top{
	width:100%;
	overflow:hidden;
	margin:0 0 10px 0;
}
.post .post_title{
	width:560px;
	float:left;
	margin:0 0 10px 0;
}
.post_title h2{
	font-size:31px;
	margin:0 0 10px 0;
	color:#000;
	font-weight:normal;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.post_title h2 a{
	color:#000;
}
.post .post_comm{
	width:63px;
	height:47px;
	padding:4px 0 0 0;
	color:#d7d7d7;
	text-align:center;
	font-weight:normal;
	font-size:25px;
	float:right;
	background:url(images/bgr_post_comment.gif) no-repeat;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.post .post_comm a{
	color:#fff;
}
.post .post_top p{
	font-size:12px;
	line-height:1.4em;
	padding:0 0 4px 0;
	color:#7d7d7d;
	font-family:Verdana, Geneva, sans-serif;
}
.post .post_top p a{
	color:#bd1015;
}
.post .post_author span, .post .post_top .post_author a{
	font-weight:bold;
	color:#bd1015;
}
.post .post_top .post-ratings{
	width:100%;
	overflow:hidden;
	border-bottom:1px solid #66564a;
	border-top:1px solid #66564a;
	padding:5px 0 5px 0;
	color:#bd1015;
}
.entry{
	line-height:20px;
	font-size:13px;
	width:100%;
	overflow:hidden;
}
.entry .banner{
	text-align:center;
	padding:0 0 10px 0;
}
.entry .banner img{
	border:0;
}

.banner_left{
	float:left;
	padding:0 20px 10px 0;
}
.entry .banner_left img{
	border:0;
}
.entry img{
	border:0px solid #333;
}
.entry p{
	padding-bottom:15px;
}
.entry p a{
	font-weight:bold;
	text-decoration:underline;
	color:#aa393c;
}
.entry p a:hover{
	text-decoration:none;
}
.postmetadata{
	width:100%;
	overflow:hidden;
}
.postmetadata p{
	color:#b10508;
	font-size:13px;
	font-weight:bold;
}
.postmetadata p a{
	color:#b10508;
	text-decoration:underline;
}
.postmetadata p a:hover{
	text-decoration:none;
}
.post-page{
	width:100%;
}
h2.page_title{
	font-size:31px;
	color:#000;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:0 0 15px 0;
	padding:0 0 10px 0;
	border-bottom:1px solid #66564a;
}
.entry strong{
	color:#000;
}

.post-page .entry h1, .post-page .entry h2, .post-page .entry h3, .post-page .entry h4, .post-page .entry h5, .post-page .entry h6{
	color:#000;
	font-family:Georgia, "Times New Roman", Times, serif;
	display:block;
	font-weight:normal;
}
.post-page .entry h1{
	font-size:26px;
	padding:0 0 14px 0;
}

.post-page .entry h2{
	font-size:24px;
	padding:0 0 14px 0;
}

.post-page .entry h3{
	font-size:22px;
	padding:0 0 12px 0;
}

.post-page .entry h4{
	font-size:20px;
	padding:0 0 10px 0;
}

.post-page .entry h5{
	font-size:18px;
	padding:0 0 8px 0;
}

.post-page .entry h6{
	font-size:16px;
	padding:0 0 6px 0;
} 

/*wp_related_posts*/
#wp_related_posts{
	margin:0 0 30px 0;
	clear:both;
	background:#fcf9f5;
	border:1px solid #dbd8d5;
	padding:10px 18px 20px 18px;
	width:591px;
	overflow:hidden;
}

#wp_related_posts h2{
	padding:5px 0 5px 0;
}
#wp_related_posts .banner_right{
	float:right;
	padding:0 0 0 20px;
}
#wp_related_posts ul{
	padding:10px 0 0 0;
	margin:0;
	list-style:none;
	float:left;
	width:260px;
}

#wp_related_posts ul li{
	line-height:1.6em;
	border-bottom:1px solid #dcdbd8;
	padding:6px 0 6px 0;
	font-size:13px;
	list-style:none;
}

#wp_related_posts ul li a{
	background:url(images/ico_related_posts.gif) no-repeat left 5px;
	padding:0 0 0 16px;
	display:block;
}
/*post_themes*/
.post_themes{
	margin:0 0 24px 0;
	clear:both;
	background:#f2ebe3;
	border:1px solid #e8ddcf;
	padding:10px 15px 16px 15px;
}
.post_themes h2{
	color:#000;
	font-size:23px;
	line-height:1.3em;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-style:italic;
	padding:0 0 10px 0;
}
.post_themes ul{
	width:100%;
	overflow:hidden;
}
.post_themes ul li{
	float:left;
	background:none;
	padding:0 8px 0 0;
	margin:0;
	border:0;
}
.post_themes ul li.last{
	padding:0;
}
.post_themes ul li img{
	float:left;
	width:280px;
	height:185px;
	border:7px solid #eddfcd;
}
/*post_win*/
#post_win{
	width:100%;
	height:281px;
	background:url(images/bgr_post_win.png) no-repeat;
	overflow:hidden;
}
#post_win_twitter{
	float:left;
	width:195px;
	text-align:center;
	padding:106px 0 0 0;
}
#post_win_twitter p{
	color:#c7c3c0;
	font-size:17px;
	line-height:1.1em;
}
#post_win_reg{
	float:right;
	width:361px;
	padding:133px 22px 0 0;
}
#post_win_reg p{
	color:#c7c3c0;
	font-size:13px;
	line-height:1.5em;
	padding:10px 0 0 0;
}
#post_win_reg p a{
	color:#c7c3c0;
	text-decoration:underline;
	font-weight:bold;
}
#post_win_reg p a:hover{
	text-decoration:none;
}
/*post_digtwit*/
.post_digtwit{
	margin:10px 0 24px 0;
	clear:both;
	background:#f2ebe3;
	border:1px solid #e8ddcf;
	padding:10px 18px 20px 18px;
}
.post_digtwit h2{
	padding:5px 0 5px 0;
}

#content .post_digtwit ul{
	width:100%;
	overflow:hidden;
	padding:14px 0 0 0;
}
#content .post_digtwit li{
	float:left;
	background:none;
	padding:0 25px 0 0;
	margin:0;
	border:0;
}
#content .post_digtwit li a{
	background:none;
	padding:0;
	margin:0;
}
/*line_cat*/
.line_cat{
	width:282px;
	height:12px;
	margin:-15px 0 0 -10px;
	position:absolute;
}
/* ADS */
#sidebar_ads{
	width:100%;
	overflow:hidden;
	padding:5px 0 5px 0;
	margin:0 0 20px 0;
}
#sidebar_ads div{
	float:left;
	padding:0 11px 10px 0;
}
#sidebar_ads div.last{
	padding:0 0 10px 0;
}
#sidebar_ads div img{
	float:left;
}
#sidebar_ads p{
	text-align:center;
	color:#c90102;
	padding:15px 0 15px 0;
	font-size:12px;
	font-weight:bold;
}
#sidebar_ads p a{
	color:#c90102;
	text-decoration:underline;
}
#sidebar_ads p a:hover{
	text-decoration:none;
}

/* SIDE BAR */

/*sidebars*/
.sidebar_widgets{
	width:96%;
	margin:0 0 0 4px;
	padding:20px 0 0 0;
	font-size:13px;
	line-height:1.5em;
	color:#4b4947;
	float:left;
}
.sidebar_widgets a{
	color:#4b4947;
}
.sidebar_widgets .widgettitle{
	font-size:21px;
	color:#000000;
	margin:0 0 5px 0;
	padding:0 0 8px 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	border-bottom:1px solid #66564a;
}
.sidebar_widgets .widget_twitter .widgettitle{
	background:url(images/ico_twitter.gif) no-repeat left center;
	padding:8px 0 8px 25px;
}
.sidebar_widgets .widget_categories a, .sidebar_widgets .widget_archive a, .sidebar_widgets .widget_links a, .sidebar_widgets .widget_meta a, .sidebar_widgets .widget_pages a, .sidebar_widgets .widget_meta a, .sidebar_widgets .widget_recent_entries a{
	display:block;
	background:url(images/ico_cat.gif) no-repeat left 2px;
	padding:0 0 0 20px;
}
.sidebar_widgets .widget_categories{
	font-weight:bold;
}
.sidebar_widgets .widget_categories a{
	font-weight:normal;
	display:inline;
	background:url(images/ico_cat.gif) no-repeat left 1px;
}
.sidebar_widgets ul{
}
.sidebar_widgets ul li{
	margin:0 0 30px 0;
}
.sidebar_widgets ul ul{
}
.sidebar_widgets ul li ul li{
	background:none;
	border-bottom:1px solid #ebe5de;
	padding:7px 0 7px 0;
	margin:0;
	width:auto;
}
.sidebar_widgets ul li.widget_popular ul li{
	background:url(images/dotted_grey.gif) repeat-x bottom;
	padding:7px 0 8px 0;
	border:0;
}
.sidebar_widgets ul ul ul{
	margin:0 0 0 15px;
}
.sidebar_widgets ul li ul li ul li{
	border:0;
	background:none;
	padding:7px 0 7px 0;
}
.widget_tag_cloud a, .widget_text .textwidget{
	padding:5px 15px 5px 15px;
	line-height:1.4em;
}
.sidebar_widgets .widget_polls li{
	border:0;
}
.widget_recent_entries, .widget_recent_entries a{
	color:#7d7d7d;
	font-weight:bold;
}
#twitter_update_list{
}
#twitter_update_list li{
	background:none;
	border:0;
	padding:5px 0 5px 7px;
	font-style:italic;
}
#twitter_update_list li a{
	display:block;
	font-size:13px !important;
	text-decoration:underline;
}
#twitter_update_list li a:hover{
	text-decoration:none;
}
#twitter_update_list li span a{
	display:inline;
}
.widget_twitter p{
	padding:20px 0 0 0;
	text-align:center;
}
/*main_search*/
#main_search{
	width:100%;
	overflow:hidden;
}
#searchform_top_text{
	width:186px;
	padding:9px 6px 9px 6px;
	color:#5a5856;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	float:left;
	border:0;
	margin:0 8px 0 0;
	background:#e1dcd7;
}
#gosearch{
	float:left;
}
/*footer_widgets*/
#footer_widgets{
	width:1000px;
	padding:0 0 30px 0;
	margin:0 auto;
	background:#303030;
	clear: both;
}
#footer_widgets_inner{
	width:982px;
	overflow:hidden;
	background:url;
	padding:20px 0 0 18px;
}
/* FOOTER */
#footer{
	width:100%;
	height:89px;
	overflow:hidden;
	padding:26px 0 0 0;
}
#footer_logo{
	float:left;
	padding:0 25px 0 35px;
	border-right:1px solid #ffffff;
}
#footer_logo a{
	background:url(images/logo.png) no-repeat;
	text-indent:-9999px;
	cursor:pointer;
	width:227px;
	height:51px;
	display:block;
}
#footer_info{
	float:left;
	padding:0 0 0 25px;
}
#footer_info p{
	color:#b1aca9;
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
	line-height:1.6em;
}
#footer_info p a{
	color:#b1aca9;
	font-weight:bold;
}
#footer_info p.valid a{
	background:url(images/ico_valid.gif) no-repeat left center;
	padding:2px 0 2px 20px;
	text-decoration:underline;
	font-weight:normal;
}
#footer_info p.valid a:hover{
	text-decoration:none;
}
/* Begin Typography & Colors */

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */




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

.alignleft {
	float: left
	}
/* End Images */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 98%;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 10px 10px;
	padding-left: 24px;
	padding-bottom:7px;
	background:url(images/blockquote_bg.gif) repeat-y;
	}

blockquote blockquote{
	background:url(images/blockquote_bg2.gif) repeat-y;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}


.navigation {
	display: block;
	margin:10px 0 0 0;
	overflow:hidden;
	clear:both;
	color:#000000;
	font-size:12px;
	line-height:1.8em;
	font-family:Arial, Helvetica, sans-serif;
	}
.navigation a{
	color:#000000;
	font-size:13px;
	}
.wp-pagenavi{
	background:#fcf9f5;
	border:1px solid #cecbc7;
	padding:10px 15px 10px 15px;
	text-align:center;
}
.wp-pagenavi a {
	padding: 6px; 
	margin: 2px;
	color:#000000;
}
.wp-pagenavi span.pages {
	padding: 6px; 
	margin: 2px;
	background:#000000;
	color:#fff;
}
.wp-pagenavi span.current {
	padding: 6px; 
	margin: 2px;
	background:#9d080d;
	color:#fff;
}
.wp-pagenavi span.extend {
	padding: 6px; 
	margin: 2px;
	background:#000000;
	color:#fff;
}
/* End Various Tags & Classes*/

/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

.entry ul {
	margin: 0 0 15px 0;
	list-style: none;
	padding:15px 15px 15px 20px;
	background:#f2ebe3;
	border:1px solid #e8ddcf;
	clear:both;
	} 

.entry ul li {
	border-bottom:1px solid #d6d2cd;
	background:url(images/ico_entry.gif) no-repeat left 13px;
	padding:7px 0 7px 15px;
	}

.entry ol {
	margin: 0 0 15px 0;
	padding:15px 15px 15px 40px;
	background:#f2ebe3;
	border:1px solid #e8ddcf;
	clear:both;
	}

.entry ol li {
	margin: 0;
	padding:7px 0 7px 0;
	border-bottom:1px solid #d6d2cd;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	
ol li{
	list-style: decimal outside;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform{
	width:400px;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 350px;
	padding: 2px;
	}

#commentform #submit {
	margin: 5px 0 0 0;
	padding:0;
	width:85px;
	height:35px;
	}
/* End Form Elements */



/* Begin Comments*/

#comments{
	font-size:25px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000;
	font-weight:normal;
	font-style:italic;
	border-bottom:1px solid #e1dcd7;
	padding:0 0 10px 0;
	margin:0 0 20px 0;
}
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	margin:0;
	}

.commentlist .comment {
	margin: 15px 0 0 0;
	padding: 10px 15px 20px 15px;
	list-style: none;
	background:#f2ebe3;
	border:1px solid #e2d7cb;
	}

.commentlist .alt {
	background:#fbf9f7;
	}

.commentlist .comment .comment {
	margin: 15px 15px 15px 15px;
	padding: 10px 15px 20px 15px;
	width:auto;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	line-height:18px;
	}
.commentmet_data{
	width:100%;
	overflow:hidden;
}
.commentmet_data td{
	vertical-align:top;
	text-align:left;
}
.commentmet_avatar{
	width:102px;
	padding:15px 0 0 0;
}
.commentmet_text{
}
.commentmet_avatar img{
	border:1px solid #000;
}

#commentform p {
	margin: 5px 0;
	}

.commentmet_replay{
	width:100%;
	overflow:hidden;
}
.commentmet_replay a{
	float:right;
	display:block;
	text-indent:-9999px;
	text-transform:capitalize;
	background:url(images/button_replay.gif) no-repeat;
	width:82px;
	height:27px;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	padding:0 0 5px 0;
	color:#767676;
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform:capitalize;
	font-style:italic;
	font-weight:bold;
	}
.commentmetadata a{
	color:#9d080d;
}
.commentmetadata span{
	color:#9d080d;
	font-size:17px;
}

.commentmet_text{
	font-size:12px;
	line-height:1.4em;
	color:#000;
	font-family:Verdana, Geneva, sans-serif;
}
#respond{
	margin:40px 0 0 0;
	font-family:Verdana, Geneva, sans-serif;
}

h3#respond_title{
	font-size:25px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000;
	font-weight:normal;
	border-bottom:1px solid #b0a59c;
	padding:0 0 10px 0;
	margin:0 0 20px 0;
}

#commentform{
	margin-left:25px;
	color:#000000;
	font-size:12px;
	width:90%;
}

#commentform small{
	position:relative;
	top:-1px;
	font-size:12px;
}
#cancel-comment-reply-link{
	font-size:12px;
	color:#000000;
	margin:0 0 0 25px;
	font-family:Verdana, Geneva, sans-serif;
}

#commentform a, #commentform small{
	color:#000000;
}

#commentform input{
	background:#fafafa;
	border:2px solid #cbcbcb;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:4px;
	color:#000000;
}

#commentform textarea{
	background:#fafafa;
	border:2px solid #cbcbcb;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:4px;
	margin:5px 0 0 0;
	color:#000000;
	overflow:auto;
}

#commentform input#submit{
	background:none;
	border:0px;
}

/* End Comments */
/* Archives page */
.page_archives_div{
	padding-bottom:60px;
}

.page_archives_div h2{
	font-size:31px;
	color:#000;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:0 0 15px 0;
	padding:0 0 10px 0;
	border-bottom:1px solid #66564a;
}

.page_archives_div ul h2{
}

.page_archives_div ul{
	margin:10px 0 40px 0;
}

.page_archives_div ul li{
	margin:0px;
	padding:8px 0 8px 5px;
	list-style:none;
	border-bottom:1px solid #e1dcd7;
}

.page_archives_div ul li ul li{
	border:0px;
	background:none;
}

.page_archives_div ul li ul{
	margin:0px;
	padding:0px;
	padding-left:10px;
}

.page_archives_div ul li a{
	font-weight:normal;
	color:#333;
	font-size:13px;
	background:url(images/ico_ar.gif) no-repeat left 5px;
	padding:0 0 0 14px;
}

	
/* ==================================================================
    Secure and Accessible PHP Contact Form v.2.0WP FIXED width
    ACCESSITES.CSS made by Mike Cherim - http://green-beast.com 
   Designed and built to work with the Accessites WordPress theme
================================================================== */

#gb_form_div { 
  text-align : left;
  width : 100%;
  margin:-40px 0 0 0;
  font-family:Verdana, Geneva, sans-serif;
}

#gb_form_div p {
  margin-left : 12px;
}

#gb_form {
  text-align : left;
  background : transparent;
}

#gb_form_div a {
  color : #4c4c4c;
  text-decoration : underline;
}

#gb_form_div a:hover, #gb_form_div a:focus, #gb_form_div a:active {
  color : #4c4c4c;
  text-decoration : none;
}

fieldset { 
  border : 0;
  margin-top : 10px;
}

#gb_form legend, legend, #gb_form dt { 
  font-weight : bold; 
  color : #4c4c4c;
}

#gb_form legend {
  margin-left : -10px;
  padding-top : 5px;
}

* html #gb_form legend {
  margin-left : -5px;
  padding:0 0 10px 0;
}

#gb_form legend#mainlegend { 
  font-size : 1.2em;
  color : #4c4c4c;
  margin-left : -10px;
  padding-top : 5px;
  padding-bottom : 10px;
  background:url(images/dotted_grey.gif) repeat-x bottom;
  width:100%;
}

* html #gb_form legend#mainlegend {
  margin-left : -5px;
}

#gb_form legend#mainlegend small { 
  font-size : .7em;
  text-transform : uppercase;
}

#gb_form_div .formhead small a {
  font-size : .7em;
  background-image : none;
  display : inline;
  padding : 0;
  margin : 0;
}

#gb_form_div .main_formhead, #gb_form_div .formhead {
  font-size : 1.2em;
  color : #000000;
  width : 97%;
}

#gb_form_div .main_formhead {
  margin-left : -35px;
  text-indent: -9999px;
}

#gb_form_div label { 
  color : #000000; 
  margin-top : 5px;
  margin-left : 20px;
  font-size:11px;
}

#gb_form_div input.short, #gb_form_div input.med, #gb_form_div select.med, #gb_form_div textarea.textbox, #gb_form_div textarea { 
  color : #555; 
  padding : 3px; 
  border : 1px solid #d7d0c9;
  background-color : #d7d0c9;
  font-size:13px;
  font-family:Arial, Helvetica, sans-serif;
  width : 60%;
  height : auto;
  margin:0 0 5px 20px;
}

#gb_form_div input.short {
  width : 7%;
}

#gb_form_div textarea.textbox, #gb_form_div textarea { 
  width : 80%;
  height : 220px;
  line-height : 1.5em;
}

#gb_form_div select.med {
  width : 60%;
}

#gb_form_div input.checkbox {
  cursor : default;
  background : transparent;
  color : #bcbab7;
  border : 0;
  padding : 0; 
  margin : 0;
  width : 14px;
  height : 14px;
}

#gb_form_div input.button {
  cursor : pointer;
  border : 0;
  background:url(images/button_submit.gif) no-repeat;
  width:85px;
  height:35px;
  display:block;
  text-indent:-9999px;
  text-transform:capitalize;
  clear:both;
}

#content #gb_form input.button {
  margin : 15px 5px 25px 20px;
  padding : 2px 15px 2px 15px;
}

* html #content #gb_form input.button {
  margin-left : -5px;
}

#gb_form_div span.error, #gb_form_div span.success, #gb_form_div dt { 
  color : #4c4c4c;  
  font-weight : bold; 
}

#gb_form_div dt small, #gb_form_div .formhead span.success, span.success, dl#result_dl_blockq dt {
  color : #4c4c4c;
}

#gb_form_div small.whythis a { 
  font-size : 11px; 
  text-decoration : none;
  color : #4c4c4c;
}
#gb_form_div small.whythis a span{ 
  text-decoration : none;
  color : #faf5ef;
}
#gb_form_div small.whythis a:hover span{ 
  color : #fff;
  background:#000;
  border:1px solid #fff;
}

#gb_form_div p.creditline small {
  clear : both; 
  display : block;
  text-align : right;
  margin : 0;
  padding : 25px 0 15px 0;
  font-size : 0.75em;
  letter-spacing : .0001em;
  color : #666;
}

dl#result_dl_blockq blockquote {
  margin-left : 0;
}

dl#result_dl_blockq blockquote p cite {
  display : block;
  text-align : right;
}

#gb_form_div span.items {
  font-weight : bold;
  color : #339999;
}

#gb_form_div ul {
  margin : 10px 10px 20px 10px;
}

#gb_form_div ul li {
  list-style-type : none;
  margin : 0 10px 0 20px;
}
/* End ACCESSITES CSS */

/*home_resources*/
.home_resources{
	width:100%;
	overflow:hidden;
	background:#f1e6d9;
	margin:20px 0 0 0;
}
.home_resources h2{
	font-size:31px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	color:#000;
	border-bottom:1px solid #d8cfc3;
	padding:18px;
}
.home_resources ul{
	padding:10px 18px 18px 18px;
}
.home_resources li{
	font-size:13px;
	line-height:1.4em;
	padding:7px 0 7px 20px;
	color:#000;
	border-bottom:1px solid #d8cfc3;
	background:url(images/ico_res.gif) no-repeat left 9px;
}
.home_resources li.last{
	border-bottom:0;
	padding:7px 0 0 20px;
}
.home_resources a{
	color:#000;
	font-weight:bold;
}
/*panel*/
#ico_line_sep{
	position:absolute;
	width:700px;
	height:12px;
	margin:-30px 0 0 -20px;
}
#panel{
	width:100%;
	overflow:hidden;
	padding:0 0 30px 0;
}
#panel_top{
	width:100%;
	overflow:hidden;
	background:url(images/bgr_body_top.gif) repeat-y;
}
#panel_left{
	width:100%;
}
#panel_left h2{
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:23px;
	color:#000;
	font-weight:normal;
	padding:0 0 12px 0;
}
#panel_left h2 span{
	font-style:normal;
	font-size:12px;
	padding:0 0 0 10px;
}
#panel_left p{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:normal;
	font-size:13px;
	padding:0 0 20px 10px;
    line-height:20px;
}
/*carousel_t1*/
#carousel_t1{
	width:660px;
	overflow:hidden;
}
#carousel_t1_box{
	width:660px;
	height:530px;
	overflow:hidden;
}
#stepcarouse_tl{
	position: relative; /*leave this value alone*/
	overflow:hidden;
	width: 660px; /*Width of Carousel Viewer itself*/
	height: 530px; /*Height should enough to fit largest content's height*/
}

#stepcarouse_tl .stepcarouse_belt_tl{
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
}
#stepcarouse_tl .stepcarouse_tl_thumb{
	width:660px;
	height:530px;
	float:left;
}
#stepcarouse_tl .stepcarouse_tl_item{
	float: left;
	width:325px;
	overflow:hidden;
	margin:0 0 10px 10px;
}
#stepcarouse_tl .stepcarouse_tl_item_last{
	margin:0 0 10px 0;
}
#stepcarouse_tl .stepcarouse_tl_item_thumb{
	width:311px;
	height:204px;
	display:block;
	border:7px solid #f2e5d5;
	overflow: hidden;
}
#stepcarouse_tl .stepcarouse_tl_item_thumb img{
	width:311px;
	height:204px;
	float:left;
}
.stepcarouse_tl_info{
	font-size:13px;
	color:#000;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:center;
	padding:11px 0 8px 0;
}
.stepcarouse_tl_info a{
	font-weight:bold;
	position:relative;
}
.stepcarouse_tl_info span, .stepcarouse_tl_info span a{
	color:#c90102;
}
.stepcarouse_tl_item_except{
	position:absolute;
	background:url(images/bgr_carousel_t1_panel.png) repeat;
	width:300px;
	display:none;
	padding:12px;
	font-size:13px;
	color:#333232;
	line-height:1.4em;
	border:3px solid #d0cec9;
	margin:-130px 0 0 -40px;
}
.stepcarouse_tl_item_except_last{
	margin:-130px 0 0 40px;
}
.stepcarouse_tl_item_thumb:hover{
	text-decoration:none;
}
#board_carusel_nav{
	width:100%;
	overflow:hidden;
	padding:0 0 16px 0;
}
#board_carusel_nav ul{
	float:left;
}
#board_carusel_nav li{
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
	float:left;
	padding:0 5px 0 0;
}
#board_carusel_nav a{
	display:block;
	float:left;
	background:#ecddd1;
	color:#000;
	width:19px;
	line-height:0;
	text-align:center;
	padding:10px 0 10px 0;
}
#board_carusel_nav a.selected, #board_carusel_nav a:hover{
	text-decoration:underline;
	background:#c90102;
	color:#fff;
}
.cat_themes{
	width:100%;
	overflow:hidden;
}
.cat_themes li{
	float:left;
	padding:0 10px 10px 0;
	text-align:center;
}
.cat_themes li.last{
	padding:0 0 10px 0;
}
#cat_themes_big li{
	padding:0 20px 10px 0;
}
#cat_themes_big li.last{
	padding:0 0 10px 0;
}
.cat_themes li img{
	float:left;
	width:311px;
	height:204px;
	border:7px solid #f2e5d5;
}
#cat_themes_big li img{
	width:448px;
	height:360px;
}
.cat_themes li .title{
	font-size:13px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	color:#000;
	display:block;
	padding:7px 0 0 0;
	clear:both;
	width:311px;
	height:18px;
	overflow:hidden;
}
.cat_themes li .except{
	position:absolute;
	background:url(images/bgr_carousel_t1_panel.png) repeat;
	width:300px;
	display:none;
	padding:12px;
	font-size:13px;
	color:#333232;
	line-height:1.4em;
	border:3px solid #d0cec9;
	margin:100px 0 0 -40px;
}
.cat_themes li .except_last{
	margin:100px 0 0 40px;
}
#cat_themes_big li .title_big{
	text-align:center;
	color:#c90102;
	font-size:13px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	display:block;
	overflow:hidden;
	padding:8px 0 0 0;
	width:448px;
}
#cat_themes_big li .title_big a{
	color:#c90102;
}
/*cat_info*/
#cat_info{
	margin:0 0 20px 0;
}
#cat_info h2{
	color:#000000;
	margin:0 0 15px 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:23px;
	font-style:italic;
	font-weight:normal;
}
#cat_info p{
	background:#f3ede5;
	color:#000000;
	font-size:13px;
	line-height:1.5em;
	padding:14px;
	border:1px dotted #797672;
}
/*cat_line*/
.cat_line{
	width:701px;
	height:12px;
	line-height:0;
	background:#fff;
	position:absolute;
	margin:-30px 0 0 -20px;
}
/*sidebar_premium*/
#sidebar_premium{
	width:100%;
	overflow:hidden;
}
#sidebar_premium li{
	float:left;
	padding:5px 0 0 0;
}
#sidebar_premium li img{
	float:left;
	width:258px;
	height:165px;
	border:0px solid #e9dccb;
}

/*sidebar_premium1*/
#sidebar_premium1{
	width:100%;
	overflow:hidden;
}
#sidebar_premium1 li{
	float:left;
	margin:5px 4px 0 0;
}
#sidebar_premium1 li img{
	float:left;

	border:0px solid #e9dccb;
}

/*top_premium*/
#top_premium {
    width:100%;
    background:#FAF5EF;
    margin:-5px 0 10px 0;
    padding:10px 10px 0 10px;
    
}

#top_premium div{
    float:left;
    margin:5px 0 0px 10px;
    width:315px;
    
}

#top_premium div img{
    border:2px solid #f2e5d5;
    width:311px;
	height:204px;
	float:left;
    margin:0 0 5px 0;
    
}

#top_premium div p{
    font-size:13px;
	color:#000;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:center;
	padding:11px 0 8px 0;
    font-weight:bold;
    
    
    
}

#top_premium div p span{

	color:#fc3943;
	
    
    
    
}

#bsap_1246011 {
    margin:10px 0 0 0;
}