/*
Theme Name: Pyrmont V2
Theme URI: http://imotta.cn/wordpress/pyrmont-theme-v2-for-wordpress.html
Description: A dark WordPress theme. Build in links and archives pages. Widget support. The theme is released under GPL.
Version: 2.0.7
Author: motta
Author URI: http://imotta.cn/
Tags: black, dark, two-columns, fixed-width, threaded-comments, sticky-post
*/


/* 
   Meyer's CSS Reset
   v1.0 | 20080212 
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}


body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* css reset ends */

*{
	margin: 0;
	padding: 0;
}

body{
	
	font-family: "Lucida Grande", Arial, Helvetica, Sans-Serif;
	/*background: #fff url(images/body-bg.gif) repeat;*/
	background: #999;
}

a{
	text-decoration: none;
	outline-color: invert;
	outline-style: none;
	border: none;
}

a img{
	border: none;
}

.clear{
	clear: both;
}

div#page_wrap{
	width: 920px;
	margin: 0 auto;
}

div#header{
	font-size: 12px;
	}
div#header div.syr-logo{
	float: left;
	display: inline;
	margin-top: 25px;
	width: 626px;
	height: 65px;
	}
div#header div#social-links{
	border: none;
	float: left;
	position: relative;
	width: 272px;
	height: 55px;
	padding: 5px 12px 0 0;
	background: url(images/social-links-bg.png) no-repeat top right; 
	text-align: right;
	}
div#header div#social-links ul#icons{
	float: right;
	list-style-type: none;
}
div#header div#social-links ul li{
	position: relative;
	float: left;
	padding: 0 5px;
}
div#header div#social-links ul li a{
	float: left;
	width: 25px;
	height: 25px; 
}
div#header div#social-links ul li a img {
	border: none;
	vertical-align: bottom; 
}

div#header div#social-links ul li a:hover { visibility:visible; /* for IE6 */ }
div#header div#social-links ul li a:hover img { visibility:visible; /* for IE6 */ }
div#header div#social-links ul li a:hover img/**/ { visibility:hidden; /* hide from IE5.0/win */}

#facebook { background: url(images/icon-facebook-hover.png) no-repeat; }
#myspace 	{ background: url(images/icon-myspace-hover.png) no-repeat; }
#twitter 	{ background: url(images/icon-twitter-hover.png) no-repeat; }


div#header div#social-links div#mycart{
	clear: both;
	width: 100px;
	float: right;
	text-align: left;
	padding: 0;
	margin: 45px 0 0 0;
	padding-left: 25px;
	background: url(images/shop-cart.png) no-repeat left center;
}
div#header div#social-links div#mycart h2{ 
	font-size: 15px;
}
div#header div#social-links div#mycart h2 a {
	color:#000 !important;
	text-decoration: none;
}
div#header div#social-links div#mycart h2 a:hover {
	text-decoration: underline;
}


div#header div.blog_title{
	float: left;
	margin-top: 50px;
	margin-left: 10px;
	}
div#header div.blog_title h1 a{
	font-family: Helvetica, "Trebuchet MS", Verdana, sans-serif;
	font-weight: bold;
	letter-spacing: -1px;
	font-size: 36px;
	color: #fff;
	line-height: 45px;
	display: block;
	}
div#header div.blog_title p.description{
	color: #999;
	margin-top: 10px;
	margin-left: 5px;
	}
div#header div#search{
	border: none;
	float: right;
	position: relative;
	}
div#header div#search form#searchform{
	position: absolute;
	top: 65px;
	right: 10px;
	width: 200px;
	height: 25px;
	border: none;
	background-color: #fff;
	}
div#header div#search form#searchform .searchinput{
	position: absolute;
	top: 5px;
	left: 8px;
	color: #666;
	font-size: 13px;
	width: 165px;
	border: 0;
	}
div#header div#search form#searchform .button{
	position: absolute;
	top: 0px;
	left: 175px;
	background: url(images/mag.gif) no-repeat;
	height: 25px;
	width: 25px;
	border: 0;
	cursor: pointer;
	}

/*--------------------- nav ---------------------------------------*/
div#main_navi{
	background: url(images/nav-bg.png) no-repeat;
	float: left;
	margin-top: 3px;
	height: 35px;
	width: 920px;
	}
div#main_navi ul.left{
	float: left;
	list-style-type: none;
	padding: 2px 0 0 10px;
	width: 750px;
	}
div#main_navi ul li{
	position: relative;
	float: left;
	text-transform: uppercase;
	}
div#main_navi ul.left li a{
	float: left;
	overflow: hidden;
	color: #fff;
	font-size: 12px;
	line-height: 15px;
	margin: 0 15px 0 15px;
	padding: 8px 4px;
	font-weight: bold;
	}
div#main_navi ul.left li a:hover{
	color: #ffcc00;
	}
div#main_navi ul.left li a.selected{
	color: #ffcc00;
	}
	
/*---------------------header dropdown menu 20090803---------------------------------------*/
			div#main_navi ul.left li ul{
				display: none;
				position: absolute;
				left: 0;
				width: 125px;
				margin-top: 33px;
				padding: 0 3px;
				height: auto;
				background-color: #111;
				border: 1px solid #2d2c2c;
				border-top: 0;
				-moz-border-radius-bottomleft: 5px;
				-moz-border-radius-bottomright: 5px;
				-webkit-border-bottom-left-radius: 5px;
				-webkit-border-bottom-right-radius: 5px;
				}
			div#main_navi ul.left li ul li{
				width: 125px;
				overflow: hidden;
				}
			div#main_navi ul.left li ul li a{
				font-size: 12px;
				padding: 3px 6px;
				margin: 0 2px;
				}
		/*---------------------header dropdown menu 20090803---------------------------------------*/
	div#main_navi ul.right{
		float: right;
		list-style-type: none;
		padding: 9px 10px 0 0;
		}
		div#main_navi ul.right li a{
				float: left;
				overflow: hidden;
				color: #fff;
				font-size: 12px;
				line-height: 20px;
				margin: 0 0 0 10px;
				text-transform: uppercase;
				}
			div#main_navi ul.right li.twitter a{
				background: url(images/twitter.gif) no-repeat 0 3px;
				padding-left: 21px;
				}
			div#main_navi ul.right li.twitter a:hover{
				color: #0af;
				}
			div#main_navi ul.right li.feed a{
				background: url(images/feed.gif) no-repeat 0 5px;
				padding-left: 15px;
				}
			div#main_navi ul.right li.feed a:hover{
				color: #ff5a00;
				}
/* END div#header */

/****************************** main ************************************/
div#main{
	width: 591px;
	min-height: 393px;
	float: left;
	display: inline;/* fix double margin */
	margin: 0 5px 0 9px;
	background: #fff;
	padding: 5px;
	}
div#home-slideshow{
	width: 591px;
	height: 393px;
	float: left;
	display: inline;/* fix double margin */
	margin: 0 5px 0 9px;
	background: #fff;
	padding: 5px;
	}
div#main div.post{
	width: 571px;
	color: #000;
	line-height: 20px;
	padding: 10px 10px 0 10px;
	}

/* sticky post */
div#main div.sticky{
	background-color: #0d0d0d;/* if a post is set as sticky post, it'll have a darker bg color */
	}
div#main div.post div.date{
	background: url(images/date.gif) no-repeat;
	float: left;
	font-size: 12px;
	line-height: 19px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	height: 50px;
	width: 50px;
	/*margin-left: -10px;*/
	padding-top: 4px;
	_position: relative;/* ie6 fix */
	margin-right: 12px;
	}
div#main div.post div.date .month {
	text-transform: uppercase;
	display: block;
	text-align: center;
	color: #000;
	margin-bottom: 2px;
	font-weight: bold;
}
div#main div.post div.date .day {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}
div#main div.post div.title{
	margin-left: 50px;
	margin-bottom: 5px;
	_margin-top: 0;/*ie6 fix*/
	*+margin-top: 0;/*ie7 fix*/
	}
div#main div.post div.title h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	line-height: 25px;
	}
div#main div.post div.title h2 a{
	color: #000;
	}
div#main div.post div.title h2 a:hover{
	color: #00;
	text-decoration: underline;
	}
div#main div.post div.title div.postmeta {
	font-size: 10px;
	color: #000;
	width: 580px;
	overflow: hidden;
	}
div#main div.post div.title p {
	font-size: 11px;
}
div#main div.post div.title p a{
	color: #666;
	text-decoration: none;
	}
div#main div.post div.title p a:hover{
	color: #000;
	text-decoration: underline;
	}
div#main div.post div.entry {
	clear: both;
	padding: 0;
	overflow: hidden;/* in case large img or video */
	_width: 591px;
	font-size: 12px;
	border-bottom: 1px dashed #000;
	margin-bottom: 15px;
	}
div#main div.post div.no_result {
	padding: 20px;
	}
div#main div.post div.no_result p.no_result {
	margin-bottom: 0;
	}
div#main div.post div.entry a {
	color: #000;
	font-size: 12px;
	font-weight: bold;
	border: none;
	text-decoration: underline;
	}

div#main div.post div.entry a.read-more {
	text-decoration: none;
}	
	
div#main div.post div.entry a:hover{
	text-decoration: underline;
	}
div#main div.post div.entry p {
	margin: 5px 0 0 0;
	font-weight: normal;
	font-size: 12px;
	}

div#main div.post div.entry-simple {
	border-bottom: none;
	padding: 0;
	margin: 0;
}	
div#main div.post div.entry-simple p {
	padding: 0 !important;
	margin-top: 0 !important;
	margin-bottom: 15px;
}

div#main div.post div.entry div.entry-links {
	float: left;
	width: 571px;
	margin: 0;
	padding: 10px 0;
}

div#main div.post div.entry span a {
	font-size: 11px;
	font-weight: bold;
	color: #000 !important;
	padding: 2px 5px;
	margin-right: 2px;
	background: #fff;
	border: 1px solid #000;
	text-decoration: none !important;
	display: inline;
} 
div#main div.post div.entry span a:hover {
	border: 1px solid  #000;
	color: #000 !important;
	background: #e2e2e2;
	text-decoration: none;
} 

/* 20090629 add h1-h6 style in entry */
div#main div.post div.entry h1{ font-size: 20px; margin-bottom: 5px; }
div#main div.post div.entry h2{ font-size: 18px; margin-bottom: 5px; }
div#main div.post div.entry h3{ font-size: 16px; margin-bottom: 5px; }
div#main div.post div.entry h4{ font-size: 15px; margin-bottom: 5px; }
div#main div.post div.entry h5{ font-size: 14px; margin-bottom: 5px; }
div#main div.post div.entry h6{ font-size: 12px; margin-bottom: 5px; }
			
div#main div.post div.entry ul,
div#main div.post div.entry ol{
	padding-bottom: 0;
	/*padding-bottom: 24px;
	margin-left: 40px;
	margin-right: 40px;*/
	}
div#main div.post div.entry ul{
	list-style-type: none;
	}
div#main div.post div.entry ol{
	list-style-type: none;
	}
div#main div.post div.entry ul li,
div#main div.post div.entry ol li{
	/*padding: 1px 0;*/
	padding: 0;
	/*list-style: inside; creates a indentation on list - affects contact left margin*/
	}
div#main div.post div.entry blockquote{
	background: url(images/blockquote.gif) no-repeat;
	padding: 35px 20px 10px 50px;
	margin: 0 15px 24px 15px;
	background-color: #181818;
	border-top: 1px solid #2a2e2f;
	border-bottom: 1px solid #2a2e2f;
	color: #999;
	}
div#main div.post div.entry blockquote p{
	margin-bottom: 8px;
	}
div#main div.post div.entry code{
	font-family: Arial, Helvetica, sans-serif;
	background-color: #181818;
	border-left: 1px solid #2a2e2f;
	color: #197b30;
	padding: 5px 10px;
	display: block;
	}
/* 20090629 add table layout */
div#main div.post div.entry table{
	/*margin-bottom: 20px;*/
	border-collapse:collapse;
	/*border: 1px solid #2a2e2f;*/
	background-color: #181818;
	color: #000;
	}
div#main div.post div.entry table td,
div#main div.post div.entry table th{
	padding: 6px 6px;
	/*border: 1px solid #2a2e2f;*/
	}
div#main div.navigation{
	font-size: 13px;
	}
div#main div.navigation a{
	display: block;
	color: #ccc;
	border: 1px solid #1f2223;
	padding: 0 5px;
	background-color: #101010;
	line-height: 28px;
	}
div#main div.navigation .left a:hover,
div#main div.navigation .right a:hover{
	color: #ff5a00;
	background-color: #000;
	}
div#main div.navigation .left{
	float: left;
	}
div#main div.navigation .right{
	float: right;
	}
/* END div#main */

/******************** footer ***********************/
div#footer{
	color: #000;
	font-size: 11px;
	}
div#footer div.footer_wrapper{
	width: 915px;
	margin: 0 auto;
	padding: 0 0 0 5px;
	/* position: relative; */
	}
div#footer div.footer_left{
	float: left;
	width: 600px;
	}	
div#footer div.footer_left a{
	color: #ccc;
	text-decoration: none;
	}
div#footer div.footer_left a:hover{
	color: #fff;
	}
/******************** end div#footer ***********************/

/******************** sidebar ******************************/
div#sidebar{
	width: 296px;
	margin: 0 9px 0 0;
	float: left;
	display: inline;/* fix double margin */
	overflow: hidden;
	color: #aaa;
	font-size: 12px;
	}
div#sidebar #title {
	height: 30px;
}
div#sidebar ul{
	background-color: #e2e2e2;
	}
div#sidebar ul li h2{
	background: url(images/sidebar-title-bg.gif) repeat;
	font-size: 16px;
	line-height: 30px;
	color: #ccc;
	background-color: #ff0000;
	font-weight: normal;
	float: left;
	}
div#sidebar ul li ul{
	list-style-type: none;
	color: #eee;
	line-height: 20px;
	}
div#sidebar ul li ul li{
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 26px;
	padding-right: 10px;
	background: url(images/sidebar_list_bg.gif) no-repeat;
	background-position: left bottom;
	}
div#sidebar ul li ul li:hover{
	background-color: #0d0d0d;
	}
div#sidebar ul li ul li a{
	background: none;
	display: inline;
	color: #ccc;
	line-height: 26px;
	text-decoration: none;
	}
div#sidebar ul li ul li a:hover{
	color: #ff5a00;
	}
div#sidebar .toggle {
	width: 19px;
	height: 19px;
	float: left;
	background: url(images/toggle-close.gif) no-repeat;
}
/******************** end div#sidebar ******************************/

/******************** sidebar - news ********************************/
div.sidebar-news, div.sidebar-movement{
	width: 286px;
	/*min-height: 100px;*/
	background-color: #e2e2e2;
	padding: 5px;
	margin-bottom: 5px;
	font: Arial, Helvetica, sans-serif;
	}
div.sidebar-news .title {
	width: 286px;
	height: 30px;
	background: url(images/sidebar-title-bg.gif) repeat;
	}
div.sidebar-news .title h2{
	line-height: 30px;
	margin-left: 10px;
	background: url(images/title-news.gif) no-repeat;
	text-indent: -9999px;
	}
div.sidebar-movement .title {
	width: 286px;
	height: 30px;
	background: url(images/movement-open.gif) no-repeat;
	}
div.sidebar-movement #title-mmarts {
	width: 286px;
	height: 30px;
	background: url(images/movement-open.gif) no-repeat;
	}
div.sidebar-movement #title-grapple {
	width: 286px;
	height: 30px;
	background: url(images/movement-open.gif) no-repeat;
	}
div.sidebar-movement #title-roots {
	width: 286px;
	height: 30px;
	background: url(images/movement-open.gif) no-repeat;
	}
div.sidebar-news .title-news-cats h2{
	line-height: 30px;
	margin-left: 10px;
	background: url(images/title-news-categories.gif) no-repeat;
	text-indent: -9999px;
	}
div.sidebar-news .title-recent-posts h2{
	line-height: 30px;
	margin-left: 10px;
	background: url(images/title-recent-posts.gif) no-repeat;
	text-indent: -9999px;
	}
div.sidebar-news .title-news-archive h2{
	line-height: 30px;
	margin-left: 10px;
	background: url(images/title-news-archive.gif) no-repeat;
	text-indent: -9999px;
	}
div.sidebar-news .title-shop-categories h2{
	line-height: 30px;
	margin-left: 10px;
	background: url(images/title-shop-categories.gif) no-repeat;
	text-indent: -9999px;
	}
div.sidebar-movement .title-mma h2{
	line-height: 30px;
	margin-left: 10px;
	background: url(images/title-mma.gif) no-repeat;
	text-indent: -9999px;
	cursor: pointer;
	}
div.sidebar-movement .title-grappling h2{
	line-height: 30px;
	margin-left: 10px;
	background: url(images/title-grappling.gif) no-repeat;
	text-indent: -9999px;
	cursor: pointer;
	}
div.sidebar-movement .title-roots-ambassadors h2{
	line-height: 30px;
	margin-left: 10px;
	background: url(images/title-roots-abassadors.gif) no-repeat;
	text-indent: -9999px;
	cursor: pointer;
	}

	
div.sidebar-news ul, div.sidebar-movement ul {
	width: 285px;
	padding: 0;
	margin: 0;
	color: #000;
}

div.sidebar-news ul li, div.sidebar-movement ul li {
	list-style-type: none;
	color: #000;
	line-height: 14px;
	font-size: 11px;
	padding: 10px 10px;
	border-bottom: 1px dashed #000;
	}

	
div.sidebar-news ul li:hover, div.sidebar-movement ul li:hover {
	background: #f1f1f1;
	}
	
div.sidebar-news ul li.last,div.sidebar-movement ul li.last {
	border: none;
}
div.sidebar-news ul li a, div.sidebar-movement ul li a {
	background: none;
	color: #606060;
	line-height: 12px;
	text-decoration: none;
	}
div.sidebar-news ul li a:hover, div.sidebar-movement ul li a:hover {
	text-decoration: underline;
	}
div.sidebar-news ul li a.news-side-links, div.sidebar-movement ul li a.news-side-links {
	background: none;
	color: #000;
	line-height: 12px;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	}
div.sidebar-news ul li a:hover.news-side-links {
	text-decoration: underline;
	}

div.sidebar-news ul li p.post-details {
	margin-bottom: 10px;
	color: #606060;
	}
div.sidebar-news ul li p span a {
	text-decoration: underline;
	}
div.sidebar-news ul li p span a:hover {
	color: #000;
	}

div.sidebar-news ul li a.post-title {
	font-size: 12px;
	color: #000;
	font-weight: bold;
	}
div.sidebar-news ul li a.readmore {
	font: 11px Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #000;
	text-decoration: none;
	}
div.sidebar-news ul li a:hover.readmore {
	text-decoration: underline;
	}
/******************** end sidebar - news ****************************/
div.sidebar-ad{
	width: 296px;
	height: 132px;
	background-color: #000;
	margin-bottom: 3px;
	font: Arial, Helvetica, sans-serif;
}
.nomargin{
	margin-bottom: 0 !important;
}


div#sidebar-ad img a {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

/******************** sidebars section ******************************/
div.sidebar-secs{
	width: 295px;
	background-color: #e2e2e2;
	padding: 5px;
	}
div.sidebar-secs .title{
	width: 285px;
	height: 30px;
	background: url(images/sidebar-title-bg.gif) repeat;
	}




/******************** end sidebars section ******************************/

/* modify div#sidebar for default widget */

div#sidebar ul li ul li.rc a{
	display: inline;
}

div#sidebar ul li.widget,
div#sidebar ul li.widget_archive,
div#sidebar ul li.widget_categories, 
div#sidebar ul li.widget_search, 
div#sidebar ul li.widget_tag_cloud div, 
div#sidebar ul li.widget_text{/* sidebar_list_bg fix */
	background: url(images/sidebar_list_bg.gif) no-repeat left bottom;
}

div#sidebar ul li.widget h2 a{
	color: #ccc;
}

div#sidebar ul li.widget_archive select, 
div#sidebar ul li.widget_categories select{/* dropdown view */
	margin: 15px 26px;
}

/* calendar widget */
div#sidebar ul li.widget_calendar div#calendar_wrap{
	padding: 15px 26px;
	background: url(images/sidebar_list_bg.gif) no-repeat left bottom;
}

#wp-calendar {
	color: #ccc;
	width: 95%;
	font-family: Arial, sans-serif;
}

#wp-calendar caption {
	padding: 5px;
	letter-spacing: 2px;
}

#wp-calendar th, #wp-calendar td {
	padding: 5px;
	text-align: center;
}

#wp-calendar th{
	border-bottom: 1px solid #1f2223;
	border-top: 1px solid #1f2223;
}

#wp-calendar td {
	background: transparent;
}

#wp-calendar td, table#wp-calendar th {
	padding: 3px 0;
}

#wp-calendar a {
	color: #ff5a00;
}

#wp-calendar a:hover {
	text-decoration: underline;
}

#wp-calendar #prev{
	text-align: left;
	padding-left: 5px;
}

#wp-calendar #next{
	text-align: right;
	padding-right: 5px;
}

#wp-calendar #prev, #wp-calendar #next, #wp-calendar tfoot tr td.pad{
	border-top: 1px solid #1f2223;
}

#wp-calendar #prev a, #wp-calendar #next a{
	color: #999;
}

#wp-calendar td#today{
	color: #fff;
	background-color: #101010;
	font-weight: bold;
}

/* multi-level category */
div#sidebar ul li ul li ul li,
div#sidebar ul li ul li ul.children li{
	background: none;
}

div#sidebar ul li ul li ul li:hover,
div#sidebar ul li ul li ul.children li:hover{
	background: none;
}

/* widget rss */
.widget_rss a{
	color: #ccc;
}

/* widget search */
li.widget_search #search{/* 090627fix */
	padding: 10px 30px;
}

li.widget_search form#searchform{
	width: 200px;
	height: 25px;
	border: none;
	background-color: #fff;
	position: relative;
	}
	li.widget_search form#searchform .searchinput{
		position: absolute;
		top: 5px;
		left: 8px;
		color: #666;
		font-size: 13px;
		width: 165px;
		border: 0;
		}
	li.widget_search form#searchform .button{
		position: absolute;
		top: 0px;
		left: 175px;
		background: url(images/mag.gif) no-repeat;
		height: 25px;
		width: 25px;
		border: 0;
		cursor: pointer;
		}

/* tag cloud */
div#sidebar ul li.widget_tag_cloud div{
	padding: 10px 16px;
}

div#sidebar ul li.widget_tag_cloud div a{
	color: #ccc;
}

div#sidebar ul li.widget_tag_cloud div a:hover{
	color: #ff5a00;
}

/* textwidget */
.textwidget{
	padding: 10px 26px;
	line-height: 16px;
}

.textwidget p{
	margin-bottom: 10px;
	line-height: 16px;
}

.textwidget a, .textwidget p a{
	color: #ff5a00;
	text-decoration: none;
}

.textwidget a:hover, .textwidget p a:hover{
	text-decoration: underline;
}

/* END modify div#sidebar */

div#main div#comments{
	width: 571px;
	margin: 10px 10px;
	padding: 10px 0 !important;
	border-top: 1px dashed #000;
	border-bottom: 1px dashed #000;
	}
div#main div#comments h3{
	font-size: 18px;
	color: #000;
	line-height: 24px;
	font-weight: bold;
	}
div#main div#comments .title {
	color: #000;
	font-weight: normal;
}	
div#main div#comments .add_your_comment a{
	float: right;
	font-size: 16px;
	color: #ccc;
	line-height: 24px;
	font-weight: normal;
	}
div#main div#comments .add_your_comment a:hover{
	color: #ff5a00;
	}
div#main ol.commentlist{
	font-size: 13px;
	color: #000;
	overflow: hidden;
	width: 571px;
	margin: 0 10px;
	}
div#main ol.commentlist li{
	margin-bottom: 15px;
	border-top: 1px dashed #000;
	border-bottom: 1px dashed #000;
	padding: 10px;
	}
div#main ol.commentlist li ul{
	list-style-type: none;
	margin-left: 60px;
	margin-top: 6px;
	}
div#main ol.commentlist li ul.children li{
	background-color: #0d0d0d;
	border-left: 1px solid #181a1b;
	border-top: 0;
	border-bottom: 0;
	border-right: 0;
	}
div#main ol.commentlist li div.vcard{
	float: left;
	}
div#main ol.commentlist li div.vcard div.left{
	width: 28px;
	margin-right: 5px;
	}
div#main ol li div.left img{
	display: block;
	height: 18px;
	width: 28px;
	}
div#main ol li div.left div.reply a{
	background: url(images/reply.gif) no-repeat 0 0;
	display: block;
	height: 0;
	padding-top: 17px;
	width: 41px;
	overflow: hidden;
	margin-left: 5px;
	margin-top: 5px;
	}
div#main ol li div.left div.reply a:hover{
	background-position: 0 -17px;
	}
div#main ol.commentlist li div.right{
	width: 571px;/* 3-level or less thread comments display well. 4 or more leves may have some issue. ORIGINAL - width: 80% */
	}
div#main ol.commentlist li div.right p a{
	color: #ccc;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
	}
div#main ol.commentlist li div.right p a:hover{
	color: #ff5a00;
	border-bottom: 1px solid #ff5a00;
	}
div#main ol li div.right div.commentmetadata {
	font-size: 12px;
	color: #000;
	padding: 0 !important;
	line-height: 18px;
	margin-bottom: 10px;
	}
div#main ol li div.right div.commentmetadata span.post-author{
	font-size: 14px;
	color: #000;
	font-weight: bold;
	clear: right;
	}

div#main ol li div.right div.commentmetadata span.post-date{
	font-size: 12px;
	color: #999;
	}

div#main ol li div.right div.commentmetadata a {
	color: #000;
	text-decoration: underline;
	font-weight: bold;
	}
div#main ol li div.right div.commentmetadata a:hover{
	color: #ff5a00;
	}
div#main ol li div.right p{
	line-height: 20px;
	}
div#main .comments_navi{
	font-size: 12px;
	}
div#main .comments_navi .alignleft{
	float: left;
	}
div#main .comments_navi .alignright{
	float: right;
	}
div#main .comments_navi .alignleft a, 
div#main .comments_navi .alignright a{
	display: block;
	color: #ccc;
	border: 1px solid #1f2223;
	padding: 0 5px;
	background-color: #101010;
	line-height: 28px;
	}
div#main .comments_navi .alignleft a:hover, 
div#main .comments_navi .alignright a:hover{
	color: #ff5a00;
	background-color: #000;
	}
div#main div#respond {
	width: 536px;
	color: #000;
	margin: 0 10px;
	background: #111;
	padding: 10px 0 10px 35px;
	}
div#main div#respond div.h3_cancel_reply{

	}
div#main div#respond h3{
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	margin: 0;
	display: inline;/* fix double margin */
	padding-bottom: 0 0 10px 0;
	}
div#main div#respond span.cancel-comment-reply{
	float: right;
	display: inline;/* fix double margin */
	padding-top: 6px;
	}
div#main div#respond span.cancel-comment-reply a{
	font-size: 12px;
	color: #999;
	text-decoration: none;
	}
div#main div#respond span.cancel-comment-reply a:hover{
	color: #ff5a00;
	}
div#main div#respond form#commentform{
	}
div#main div#respond form#commentform p{
	font-size: 12px;
	color: #999;
	padding: 3px 0;
	}
div#main div#respond form#commentform p a{
	color: #fff;
	border: 0;
	}
div#main div#respond form#commentform p a:hover{
	border-bottom: 1px solid #fff;
	}
div#main div#respond div.input_area{
	width: 536px;
	}
div#main div#respond div .message_input{
	font-family: Arial, Helvetica, sans-serif;
	background-color: #fff;
	border: 1px solid #111;
	color: #333;
	font-size: 13px;
	width: 494px  !important;
	padding: 2px !important;
	margin-top: 10px;
	height: 120px;
	
	}
div#main div#respond div.user_info{
	width: 536px; 
	font-size: 12px;
	margin-top: 10px;
}
div#main div#respond div.user_info div.single_field{
	display: inline;
	float: left;
	margin: 0 4px 0 0;
	}
div#main div#respond div.user_info div.single_field-nomargin {
	display: inline;
	float: left;
	margin-right: 0;
	}
label.desc{
	display: block;
	color: #999;
	padding: 0 0 4px 0;
	}
label.desc abbr{
	color: #ff5a00;
	border: 0;
	}
div#main div#respond div.user_info input.comment_input{
	background-color: #fff;
	color: #000;
	border: 1px solid #111;
	padding: 2px;
	width: 158px;
	}
div#main div#respond div.submit_button{
	padding-top: 10px;
	}
div#main div#respond form#commentform div.submit_button input.button{
	display: block;
	background: url(images/submit.gif) no-repeat 0 0;
	width: 131px;
	height: 28px;
	padding: 0;
	border: 0;
	/*text-indent: -9999px; 20090708 no text button*/
	color: #bbb;/*20090708 no text button*/
	font-size: 12px;/*20090708 no text button*/
	cursor: pointer;
	float: left;
	}
div#main div#respond form#commentform div.submit_button input.button:active{
	background-position: 0 -28px;
	color: #fff;/*20090708 no text button*/
	}
div.submit_button span.key{
	float: left;
	margin-left: 10px;
	padding-top: 6px;
	font-size: 12px;
	line-height: 16px;
	color: #333;
	}
.nocomments{
	color: #ccc;
	font-size: 16px;
}
/* END single page */

/*---------------- WordPress Generated Classes -------------------*/

.aligncenter,
div.aligncenter{
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft{
	float: left;
	}
	
.alignright{
	float: right;
	}

img.alignleft{
	display: inline;
	margin-bottom: 2px;
	margin-right: 6px;
	padding: 3px;
	}

img.alignright{
	display: inline;
	margin-bottom: 2px;
	margin-left: 6px;
	padding: 3px;
	}

.wp-caption {
   border: 1px solid #1f2223;
   text-align: center;
   background-color: #0d0d0d;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 12px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
   color: #ccc;
}

div#main div.post div.entry div.wp-caption p{
	margin-bottom: 3px;
	padding: 5px;
} 


/*------------------------ Archives Page ------------------------*/

ul.archiveslist{
	color: #ccc;
	font-size: 13px;
}

div#main div.post div.entry  ul.archiveslist li a{
	color: #ccc;
}

div#main div.post div.entry  ul.archiveslist li a:hover{
	color: #ff5a00;
}

/*------------------------ Links Page ------------------------*/

.linkpage{
	background-color: #131313;
	padding: 10px 15px;
}

.linkpage ul{
	list-style-type: none;
}

.linkpage ul li{
	float: left;
	margin-bottom: 10px;
}

.linkpage ul li ul li{
	float: left;
	width: 130px;
	text-align: center;
	margin: 5px 12px;
	line-height: 180%;
	background-color: #202020;
}

.linkpage ul li ul li a{
	color: #ccc;
	display: block;
	text-decoration:none;
	border: 1px solid #1f2223;
	font-size: 12px;
}

.linkpage ul li ul li a:hover{
	background-color: #0d0d0d;
	border: 1px solid #1f2223;
	color: #ff5a00;
}

.linkpage ul li h3{
	margin-bottom: 5px;
	margin-left: 12px;
}

/*------------------------ Strong ------------------------*/

div.strong{
	color: #fff;
	font-size: 18px;
	padding: 10px 0;
	margin-bottom: 25px;
}

div.strong .keyword{
	color: #ff5a00;
}

/*------------------------ Sticky Footer ------------------------*/
/*--------------- Code from www.cssstickyfooter.com -------------*/

html, body, #page_wrap{
	height: 100%;
}

body > #page_wrap{
	height: auto; min-height: 100%;
}

#container{
	padding-bottom: 10px;/* must be same height as the footer */
}

#container #top {
	float: left;
	width: 920px;
	height: 9px;
	background: url(images/container-top-bg.png) no-repeat;
	clear: both;
}

#container #mid {
	float: left;
	width: 920px;
	background: url(images/container-main-bg.png) repeat-y;
	clear: both;
}
#container #bot {
	float: left;
	width: 920px;
	height: 8px;
	background: url(images/container-bot-bg.png) no-repeat;
	clear: both;
}

#footer{
	height: 10px;
	padding-bottom: 50px;
	clear: both;
}

.contact-form ul {
 	font-size: 13px;
	margin: 0;
}

.contact-form label {
	font: 12px Arial, Helvetica, sans-serif;
	padding-bottom: 10px;
	color: #111;
}
.contact-form input, textarea {
	font-size: 12px !important;
	padding: 4px 2px !important;
	border: 1px solid #111111;
	margin: 0;
}
.contact-form input.button {
	border: none !important;
	outline: 0;
}

#acpro_inp5 { border: none }

.single-product-left {
	float: left;
	width: 300px !important;
	margin-right: 15px;
}

.single-product-right {
	text-align: left;
	float: left;
	width: 256px;
	padding: 0;
	margin: 0;
}
.single-product-right p {
	color: #333;
}
.single-product-right .main-description {
	padding-top: 5px;
}

.single-product-right .wpsc_product_price {
	float: left;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 10px;
}
.single-product-right .wpsc_product_price span.pricelabel {
	font-size: 12px;
	color: #333;
}
.single-product-right .wpsc_product_price span.price {
	float: left;
	font-size: 20px;
	font-weight:bold;
	padding: 2px 4px;
	background: #ffcc00;
}

.single-product-right h2.prodtitles {
	float: left;
	color: #000;
}

.single-product-right ul {
	float: left;
	width: 240px;
	margin: 0 0 0 0;
	padding: 0 0 0 15px ;
}
.single-product-right ul li {
	list-style-type: disc;
	color: #333;
}

.wpcart_gallery {
	width: 300px;
}

input.addcart {
	margin-top: 10px;
	width: 120px !important;
	height: 28px !important;
	background: url(images/add-to-cart.gif) no-repeat;
	margin-bottom: 15px !important;
	border: none !important;
	cursor: pointer;
	border: none !important;
	outline: none !important;
}

input.make_purchase {
	margin-top: 20px;
	cursor: pointer;
	border: none !important;
	outline: none !important;
	background: url(images/make-purchase.gif) no-repeat;
	width: 142px;
	height: 28px;
	
}

div.divide {
	width: 571px;
	height: 2px;
	border-bottom: 1px dashed #000;
	clear: both;
	margin-bottom: 15px;
}
