/* 
	Theme Name: Chrome WordPress Theme
	Theme URL: http://www.studiopress.com/themes/chrome
	Description: Chrome is a 2-column Widget-ready theme created for WordPress.
	Author: StudioPress
	Author URI: http://www.studiopress.com
	Version: 2.0
	Tags: two columns, fixed width, black, white, gray, blue, sidebar widgets
	
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	
	Changelog:
		v2.0 - 1/24/09
		Second Release of Chrome, to ensure compatibility with WordPress 2.7
*/

body {
	background: #f9f9f9;
	color: #222222;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px auto 0px;
	padding: 0px;
	}
	
#wrap {
	background: #f9f9f9 url(images/bg.png) repeat-x;
	color: #222222;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px auto 0px;
	padding: 0px;
	}
	
/************************************************
*	Hyperlinks									*
************************************************/
	
a img {
	border: none;
	}
	
a:focus, a:hover, a:active {
	outline: none 
	}
	
/************************************************
*	Header  									*
************************************************/

#header-wrap {
	}

#header {
	width: 960px;
	margin: 0px auto 0px;
	padding: 0px;
	overflow: hidden;
	}

#header h1 {
	color: #333333;
	font-size: 36px;
	font-family: Times New Roman, Georgia, Trebuchet MS;
	font-weight: normal;
	margin: 0px;
	padding: 20px 0px 0px 0px;
	text-decoration: none;
	}
	
#header h1 a, #header h1 a:visited {
	color: #333333;
	font-size: 36px;
	font-family: Trebuchet MS, Arial, Tahoma;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	}
	
#header h1 a:hover {
	color: #333333;
	text-decoration: none;
	}

.headerleft {
	width: 310px;
	height: 128px;
	float: left;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	}

.headerleft p {
	color: #333333;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	line-height: 20px;
	}

.headerright {
	width: 650px;
	float: right;
	margin: 0px;
	padding: 0px;
	text-align: right;
	}
	
.headerright p {
	margin: 0px;
	padding: 0px 50px 0px 0px;
	}
	
.headerright .phone {
	margin: 15px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
	font-size: 1.2em;
	color: #9c9c9c;
	}
	
.headerright a, .headerright a:visited {
	color: #000000;
	text-decoration: none;
	}
	
.headerright a:hover {
	color: #666666;
	text-decoration: underline;
	}
	
/************************************************
*	Navbar      								*
************************************************/

#navbar {
	width: 650px;
	font-size: 13px;
	font-family: Arial, Tahoma, Verdana;
	color: #FFFFFF;
	font-weight: bold;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	text-align: left;
	z-index: 2;
	}

#nav {
	margin: 0px;
	padding: 0px;
	float: right;
	}

#nav ul {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#nav li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#nav li a, #nav li a:link {
	background: #f2f2f2;
	color: #323232;
	display: block;
	font-weight: bold;
    margin: 0px 0px 0px 15px;
	padding: 8px 15px 8px 15px;
	text-decoration: none;
	text-transform: uppercase;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	border: solid 1px #a8a8a8;
	border-bottom: none;
	}

#nav li a:hover, #nav li a:active {
	background: #FFFFFF;
	color: #666666;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	}
	
#nav li li a, #nav li li a:link, #nav li li a:visited {
	background: #F2F2F2;
	width: 170px;
	color: #323232;
	float: none;
	margin: 0px;
	padding: 7px 10px 7px 10px;
	border-top: none;
	border-bottom: 1px solid #A8A8A8;
	border-left: 1px solid #A8A8A8;
	border-right: 1px solid #A8A8A8;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-khtml-border-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	}
	
#nav li li a:hover, #nav li li a:active {
	background: #FFFFFF;
	color: #666666;
	padding: 7px 10px 7px 10px;
	}

#nav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 192px;
	margin: 0 0 0 15px;
	padding: 0px;
	border-top: 1px solid #A8A8A8;
	}

#nav li li { 
	}

#nav li ul a { 
	width: 160px;
	}

#nav li ul a:hover, #nav li ul a:active { 
	}

#nav li ul ul {
	margin: -32px 0 0 191px;
	}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
	}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	}

#nav li:hover, #nav li.sfhover { 
	position: static;
	}
	
#nav .current_page_item a {
	background: #FFFFFF;
	color: #666666;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	}
	
/************************************************
*	SubNavbar      								*
************************************************/

#subnavbar {
	width: 650px;
	height: 35px;
	color: #5a5a5a;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	text-align: left;
	}
	
#subnav {
	margin: 0px;
	padding: 0px;
	float: right;
	}
	
#subnav ul {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#subnav li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#subnav li a, #subnav li a:link, #subnav li a:visited {
	color: #5a5a5a;
	display: block;
    margin: 0px;
	padding: 2px 8px;
	text-decoration: none;
	border-left: 1px solid #5a5a5a;
	text-transform: uppercase;
	}
	
#subnav li#first a, #subnav li#first a:link, #subnav li#first a:visited {
	border-left: none;
	}

#subnav li a:hover, #subnav li a:active {
	color: #000000;
	display: block;
    margin: 0px;
	}
	
#subnav li li a, #subnav li li a:link, #subnav li li a:visited {
	background: #ededed;
	width: 170px;
	color: #5a5a5a;
	float: none;
	margin: 0px;
	padding: 4px 8px;
	border-bottom: 1px solid #5a5a5a;
	border-left: 1px solid #5a5a5a;
	border-right: 1px solid #5a5a5a;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-khtml-border-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	}
	
#subnav li li a:hover, #subnav li li a:active {
	background: #5a5a5a;
	color: #FFFFFF;
	}
	
#subnav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 188px;
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #5a5a5a;
	}

#subnav li li { 
	}

#subnav li ul a { 
	width: 160px;
	}

#subnav li ul a:hover, #subnav li ul a:active { 
	}

#subnav li ul ul {
	margin: -25px 0 0 187px;
	}

#subnav li:hover ul ul, #subnav li:hover ul ul ul, #subnav li.sfhover1 ul ul, #subnav li.sfhover1 ul ul ul {
	left: -999em;
	}

#subnav li:hover ul, #subnav li li:hover ul, #subnav li li li:hover ul, #subnav li.sfhover1 ul, #subnav li li.sfhover1 ul, #subnav li li li.sfhover1 ul {
	left: auto;
	}

#subnav li:hover, #subnav li.sfhover { 
	position: static;
	}

/************************************************
*	Content 					     		    * 
************************************************/

#home-banner-wrap {
	background: #000000;
	margin: 0px;
	padding: 0px;
}

#wrap .home-banner {
	width: 960px;
	margin: 0px auto 0px;
	padding: 0px 0px 0px 0px;
}

#wrap .home-banner p {
	margin: 0px;
	padding: 0px;
}

#wrap .home-banner img {
	margin: 0px;
	padding: 0px;
}

#content-wrap {
	background: transparent url('images/content-bg.jpg') repeat-x top left;
	margin: 0px;
	padding: 0px;

	}

#content {
	width: 960px;
	margin: 0px auto 0px;
	padding: 20px 0px 0px 0px;
	line-height: 20px;
	}
	
#contentleft {
	float: left;
	width: 645px;
	margin: 0px 20px 20px 0px;
	padding: 10px 20px;
	border: 1px solid #A7A7A7;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: #FFF;
	}

#contentwide {
	width: 920px;
	margin: 0px 0px 20px 0px;
	padding: 10px 20px;
	border: 1px solid #A7A7A7;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: #F9F9F9;
	}
	
#contentwide a, #contentwide a:visited {
	color: #C41230;
	text-decoration: none;
	}
	
#contentwide a:hover {
	color: #C41230;
	text-decoration: underline;
	}

#contentleft h1, #contentwide h1 {
	color: #C41230;
	font-size: 20px;
	font-family: Trebuchet MS, Arial, Tahoma;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
	line-height: 24px;
	border-bottom: solid 1px #d4d4d4;
	}
	
#contentleft h1 a, #contentwide h1 a  {
	color: #C41230;
	text-decoration: none;
	border: none;
	}

#contentleft h1 a:hover, #contentwide h1 a:hover {
	color: #666666;
	text-decoration: none;
	border: none;
	}
	
#contentleft h2, #contentwide h2 {
	color: #222222;
	font-size: 18px;
	font-family: Trebuchet MS, Arial, Tahoma;
	margin: 10px 0px 15px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: solid 1px #d4d4d4;
	}
	
#contentleft h3, #contentwide h3 {
	color: #222222;
	font-size: 16px;
	font-family: Trebuchet MS, Arial, Tahoma;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	}
	
#contentleft h4, #contentwide h4 {
	color: #222222;
	font-size: 14px;
	font-family: Trebuchet MS, Arial, Tahoma;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	}
	
#contentleft h5, #contentwide h5 {
	color: #222222;
	font-size: 12px;
	font-family: Trebuchet MS, Arial, Tahoma;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	}
	
#contentleft h6, #contentwide h6 {
	color: #222222;
	font-size: 10px;
	font-family: Trebuchet MS, Arial, Tahoma;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	}
	
#contentleft img.wp-smiley {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
	}

#contentleft img.wp-wink {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
	}

.postarea p {
	padding: 0px 0px 10px 0px;
	margin: 0px;
	}
	
.postarea a, .postarea a:visited, .postcomments a, .postcomments a:visited {
	color: #C41230;
	text-decoration: none;
	}
	
.postarea a:hover, .postcomments a:hover {
	color: #C41230;
	text-decoration: underline;
	}
	
.postarea ol {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 10px 0px;
	}
	
.postarea ol li {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 5px 0px;
	}
	
.postarea ul {
	list-style-type: none;
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 10px 0px;
	}
	
.postarea ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}
	
.postarea ul li {
	background: url(images/list-arrow.png) no-repeat top left;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 5px 0px;
	}
	
.postarea ul ul li {
	background: url(images/list-arrow.png) no-repeat top left;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 5px 0px;
	}
	
blockquote {
	font-style: italic;
	margin: 0px 25px 15px 25px;
	padding: 0px 25px 0px 10px;
	border-left: 2px solid #C0C0C0;
	}
	
#content blockquote p {
	margin: 0px;
	padding: 10px 0px 10px 0px;
	}
	
.postauthor {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}
	
.postmeta {
	background: #F5F5F5;
	font-size: 11px;
	text-transform: uppercase;
	margin: 0px 0px 50px 0px;
	padding: 5px 10px 5px 10px;
	border: 1px dotted #BBBBBB;
	}

.postmeta p {
	margin: 0px;
	padding: 0px;
	}
	
code {
	color: #222222;
	background: #EAEAEA;
	font-size: 11px;
	margin: 0px;
	padding: 10px;
	display: block;
	font-family: Verdana, Tahoma, Verdana;
	}
	
.archive {
	float: left;
	width: 320px;
	margin: 0px;
	padding: 0px 25px 20px 0px;
	}

/************************************************
*	Images  					     		    * 
************************************************/

img.centered  {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0px;
	}
	
img.alignnone {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	display: inline;
	}

img.alignright {
	padding: 0px;
	margin: 0px 0px 10px 10px;
	display: inline;
	}

img.alignleft {
	padding: 0px;
	margin: 0px 10px 10px 0px;
	display: inline;
	}
	
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	}

.alignright {
	float: right;
	margin: 0px 0px 10px 10px;
	}

.alignleft {
	float: left;
	margin: 0px 10px 10px 0px;
	}
	
.wp-caption {
	border: 1px solid #DDDDDD;
	text-align: center;
	background-color: #F5F5F5;
	padding: 4px 0px 5px 0px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}

.wp-caption img {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	border: 0px;
	}

.wp-caption p.wp-caption-text {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	}
	
hr {
	border: none;
	border-bottom: 1px solid #D4D4D4;
}
	
/************************************************
*	Home Sidebar 	        			     	* 
************************************************/

#home-sidebar li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#home-sidebar .youtube {
	background: transparent url('images/youtube-bg.jpg') no-repeat top left;
	width: 301px;
	height: 314px;
	padding: 16px 10px 10px 18px;
	margin: 0 20px 0 0;
	float: left;
}

#home-sidebar .widget_sp_image {
	width: 356px;
	padding: 0px;
	margin: 0 0 0 0;
	float: left;
}

#home-sidebar .widget_advancedrecentposts {
	width: 255px;
	padding: 0px;
	margin: 0;
	float: left;
	font-size: 11px;
	line-height: 18px;
}

#home-sidebar .widget_advancedrecentposts h2 {
	background: transparent url('images/recent-posts-headline.jpg') no-repeat top left;
	padding: 0;
	margin: 0;
	height: 49px;
	text-indent: -9999px;
}

#home-sidebar .widget_advancedrecentposts ul {
	padding: 0;
	margin: 0;
}

#home-sidebar .widget_advancedrecentposts li {
	padding: 0 0 0 10px;
	margin: 0 0 15px 0;
	background: url('images/list-arrow.png') no-repeat scroll left top transparent;
}

#home-sidebar .widget_advancedrecentposts a {
	padding: 0;
	margin: 0;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #C41230;
	text-decoration: none;
}

#home-sidebar .widget_advancedrecentposts a:hover {
	color: #C41230;
	text-decoration: underline;
}
	
/************************************************
*	Sidebar 	        			     	    * 
************************************************/
	
#sidebar {
	float: right;
	width: 246px;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 20px 0px;
	line-height: 18px;
	}
	
#sidebar a, #sidebar a:visited  {
	color: #C41230;
	text-decoration: none;
	}
	
#sidebar a:hover {
	color: #C41230;
	text-decoration: underline;
	}
	
#sidebar h2 {
	color: #222222;
	font-size: 14px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	}
	
#sidebar h3 {
	color: #222222;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-transform: uppercase;
	margin: 20px 0px 5px 0px;
	padding: 3px 0px 3px 10px;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	}

#sidebar p {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	line-height: 20px;
	}
	
#sidebar .widget {
	border: 1px solid #A7A7A7;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: #F9F9F9;
	margin: 0px 0px 10px 0px;
	padding: 10px;
	}
	
#sidebar .widget_sp_image {
	border: none;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	-webkit-border-radius: 0px;
	background: none;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}
	
#sidebar .widget_sp_image a {
	border: none;
	}
	
#sidebar ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#sidebar ul li {
	list-style-type: none;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	}
	
#sidebar ul ul li a, #sidebar ul ul li a:visited {
	color: #222222;
	text-decoration: none;
	border-bottom: 1px solid #FFFFFF;
	}
	
#sidebar ul ul li a:hover {
	color: #C41230;
	text-decoration: none;
	border-bottom: 1px dotted #C41230;
	}

#sidebar ul ul {
	list-style-type: none;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	}
	
#sidebar ul ul ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}
	
#sidebar ul li li {
	background: url(images/list-arrow.png) no-repeat top left;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 5px 0px;
	}
	
#sidebar ul li ul li {
	background: url(images/list-arrow.png) no-repeat top left;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 5px 0px;
	}
	
.textwidget {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}
	
.widget_tag_cloud {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	}
	
/************************************************
*	Footer Background							*
************************************************/

#footerbg {
	}
	
/************************************************
*	Footer  									*
************************************************/

#footer {
	width: 960px;
	height: 80px;
	color: #FFFFFF;
	margin: 0px auto 0px;
	padding: 0px;
	}
	
#footer p {
	margin: 0px;	
	padding: 0px;
	}

.footertop {
	font-size: 11px;
	color: #222222;
    font-weight: normal;
	margin: 0px;
	padding: 5px 20px;
	border: 1px solid #A7A7A7;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	}
	
.footertop .connect {
	margin: 10px 0 0 0;
	float: left;
	font-size: 12px;
	font-weight: bold;
	color: #949494;
}

.footertop .buttons {
	margin: 0;
	float: left;
}

.footertop .copyright {
	margin: 10px 0 0 10px;
	float: left;
}
	
.footertop  a {
	color: #c41230;
	text-decoration: none;
	}

.footertop  a:hover {
	color: #c41230;
	text-decoration: underline;
	}
	
.footerbottom {
	background: transparent url('images/nwboc.jpg') no-repeat center center;
	font-size: 11px;
	color: #bababa;
    font-weight: normal;
	margin: 0 0 10px 0;
	padding: 20px 0;
	}
	
.footerbottom a {
	color: #bababa;
	text-decoration: none;
	}

.footerbottom a:hover {
	color: #7f7f7f;
	text-decoration: underline;
	}
	
/************************************************
*	Search Form									*
************************************************/

.postform {
	background: #F5F5F5;
	width: 240px;
	color: #222222;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 5px 0px 0px 0px;
	padding: 1px;
	display: inline;
	border: 1px solid #DDDDDD;
	}
	
#cat {
	background: #FFFFFF;
	color: #222222;
	margin: 5px 0px 0px 0px;
	width: 228px;
	position: relative;
	z-index: 1;
	}

#subscribe {
	margin: 0px;
	padding: 10px 0px 5px 0px;
	overflow: hidden;
	}

#subbox {
	background: #F5F5F5 !important;
	width: 185px;
	color: #222222;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	margin: 0px;
	padding: 5px 0px 5px 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	display: inline;
	border: 1px solid #DDDDDD;
	}
	
#subbutton {
	background: #333333 url(images/homelink.png);
	color: #FFFFFF;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0px 0px 0px 5px;
	padding: 3px 5px 4px 5px;
	border: 1px solid #333333;
	}

#searchform {
	margin: 5px 0px 0px 10px;
	}
	
#searchformheader {
	margin: 0px 0px 0px 0px;
	}
	
#searchbox {
	background: #ffffff;
	width: 140px;
	color: #222222;
	font-family: Arial, Tahoma, Verdana;
	font-size: 0.9em;
	padding: 2px 6px;
	margin: 0px 3px 0px 0px;
	border: 1px solid #d1d0cc;
	}
	
#searchbutton {
	background: #ffffff url('images/search-arrow.jpg') no-repeat top left;
	color: #222222;
	font-family: Arial, Tahoma, Verdana;
	font-size: 0.9em;
	padding: 1px 5px;
	margin: 0px;
	border: 1px solid #d1d0cc;
	text-indent: -9999px;
	}
	
#searchbutton:hover {
	border: 1px solid #222222;
	cursor: pointer;
	}
	
#s {
	background: #F5F5F5;
	width: 170px;
	color: #222222;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 5px 3px 0px 0px;
	padding: 3px 0px 3px 3px;
	display: inline;
	border: 1px solid #DDDDDD;
	}
	
#searchsubmit {
	background: #DDDDDD;
	color: #222222;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-family: Trebuchet MS, Arial, Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding: 1px 2px 1px 2px;
	border: 1px solid #AAAAAA;
	display: inline;
	}
	
#submit {
	background: #DDDDDD;
	color: #222222;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-family: Trebuchet MS, Arial, Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding: 2px 5px 2px 5px;
	border: 1px solid #AAAAAA;
	}
	
#author, #email, #url {
	background: #EAEAEA !important;
	color: #222222;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px;
	padding: 4px;
	border: 1px solid #AAAAAA;
	}
	
#comment {
	background: #EAEAEA !important;
	color: #222222;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 5px 0px 5px 0px;
	padding: 4px;
	border: 1px solid #AAAAAA;
	}
	
/************************************************
*	Comments									*
************************************************/
	
.commentlist li ul li {
	font-size: 12px;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	background: #FFFFFF;
	float: right;
	border: 1px solid #EEEEEE;
	padding: 2px;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
	}

.commentlist p {
	font-weight: normal;
	text-transform: none;
	}

.commentmetadata {
	font-weight: normal;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0px;
	}

#commentform {
	margin: 5px 10px 0px 0px;
	}
	
#commentform textarea {
	width: 98%;
	padding: 2px;
	}
	
#respond:after {
	content: "."; 
	display: block; 
	height: 0px; 
	clear: both; 
	visibility: hidden;
	}
	
#commentform p {
	margin: 5px 0px 5px 0px;
	}
	
#commentform #submit {
	margin: 0px;
	float: left;
	}
	
.alt {
	margin: 0px;
	padding: 10px;
	}

.commentlist {
	margin: 0px;
	padding: 0px;
	}
	
.commentlist ol {
	margin: 0px;
	padding: 10px;
	}

.commentlist li {
	margin: 15px 0px 10px;
	padding: 10px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
	}

.commentlist p {
	margin: 10px 0px 10px 0px;
	padding: 0px;
	}
	
.children { 
	margin: 0px;
	padding: 0px;
	}

.nocomments {
	text-align: center;
	margin: 0px;
	padding: 0px;
	}
	
.reply a, .reply a:visited {
	background: #DDDDDD;
	color: #222222;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-family: Trebuchet MS, Arial, Tahoma;
	font-size: 11px;
	text-decoration: none;
	margin: 0px;
	padding: 2px 5px 2px 5px;
	border: 1px solid #AAAAAA;
	}
	
.reply a:hover {
	background: #C41230;
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #C41230;
	}

.commentmetadata {
	font-size: 10px;
	margin: 0px;
	display: block;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
	
.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
	
.thread-alt {
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
	}
	
.thread-even {
	background: #F5F5F5;
	margin: 0px;
	padding: 0px;
	}
	
.depth-1 {
	border: 1px dotted #BBBBBB;
	margin: 0px;
	padding: 0px;
	}

.even, .alt {
	border-top: 1px dotted #BBBBBB;
	border-bottom: 1px dotted #BBBBBB;
	border-left: 1px dotted #BBBBBB;
	margin: 0px;
	padding: 0px;
	}
	
/* Shopp Plugin */

#wrap #shopp .gallery {
	width: 390px;
}

#shopbox {
	float: right;
	width: 200px;
	margin: 0px 0px 10px 10px;
	padding: 10px 15px;
	border: 1px solid #A7A7A7;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	font-size: 11px;
	line-height: 18px;
}

#shopbox h4 {
	text-transform: uppercase;
	font-size: 12px;
}

#shopp #shopbox .price {
	font-size: 20px;
	text-align: center;
	margin: 5px 0px;
}

#shopbox select {
	border: 1px solid #A7A7A7;
	padding: 1px;
}

#wrap  #shopp #shopbox input.addtocart {
	border: none;
	padding: 3px 8px;
	margin: 0 0 0 5px;
	background: #C41230 !important;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	color: #ffffff;
	font-weight: bold;
}

#wrap #shopp  #shopbox input.addtocart:hover {
	background: #AA0C27 !important;
	cursor: pointer;
}

#wrap #shopp .gallery {
	width: 390px;
}

#wrap #shopdetailsbox {
	float: left;
	width: 390px;
	margin: 0px 10px 10px 0px;
}

#wrap #shoprelatedbox {
	float: right;
	width: 230px;
	margin: 0px 0px 10px 10px;
}

#wrap #shoprelatedbox  h2 {
color:#C41230;
font-family:Trebuchet MS,Arial,Tahoma;
font-size:16px;
margin:0 0 5px;
padding:0;
border: none;
}

#wrap #shoprelatedbox ul ul {
	margin: 0px 0px 0px 15px;
	padding: 0px 0px 0px 0px;
}

#wrap #shoprelatedbox ul ul li {
	list-style-type: square;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}


#shopp h3.details-head {
	color:#C41230;
}

#wrap #shopp dl dd {
clear:right;
display:block;
margin:0 0 10px;
}

#wrap #shopp input, #wrap #shopp #email {
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #fff !important;
	color: #222222;
	border: 1px solid #A7A7A7;
	margin: 0px 5px 5px 0px;
	padding: 2px;
	}
	
#wrap #shopp input#submit-login, #wrap #shopp input#checkout-button {
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #fff !important;
	color: #222222;
	border: 1px solid #A7A7A7;
	margin: 0px 5px 5px 0px;
	padding: 2px;
	}
	
#wrap #shopp input#submit-login, #wrap #shopp input#checkout-button, #wrap #shopp input.update-button, #wrap #shopp button.remove {
	background: #9f9f9f !important;
	border: 1px solid #9f9f9f;
	color: #ffffff;
	padding: 1px 3px;
	font-size: 12px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
	
#wrap #shopp input#submit-login:hover, #wrap #shopp input#checkout-button:hover, #wrap #shopp input.update-button:hover, #wrap #shopp button.remove:hover {
	background: #919191 !important;
	border: 1px solid #919191;
	color: #ffffff;
	cursor: pointer;
	}
	
#wrap #shopp select {
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #fff !important;
	color: #222222;
	border: 1px solid #A7A7A7;
	margin: 0px 5px 5px 0px;
	padding: 1px 2px;
	}
	
#wrap #shopp select:hover {
	cursor: pointer;
	}
	
#sidebar #text-3 h2 {
	margin: 0;
}

#sidebar #text-3 h2 a {
	background: transparent url('images/feed.png') no-repeat center left;
	color: #e06d21;
	font-weight: bold;
	margin: 0;
	padding: 5px 5px 5px 30px;
	display: block;
}
