/* 
	Theme Name: Organic WordPress Theme
	Theme URL: http://www.organicthemes.com/
	Description: Organic Themes is the main theme for organicthemes.com created for WordPress.
	Author: Jeff Milone and David Morgan
	Author URI: http://www.organicthemes.com
	Version: 1.0
	Tags: organic, themes, wordpress, seo, design, support, customization
	
	The CSS, XHTML and design is copywrited 2009 Milone Ventures, LLC and Muku Studios, LLC
	All Rights Reserved
	
	Changelog:
		v1.0 - 1.30.09
		New theme
*/

html {
	background: none;
	}

body {
	background: #EEEEEE url(images/bg_pattern.jpg) repeat;
	}

.fixed_width {
	width: 960px;
	margin: 0 auto 0;
	}

/************************************************
*	Header  									*
************************************************/

#header_forum {
	display: inline-block;
	background: #FFFFFF url(images/bg_nav.png) repeat-x;
	width: 100%;
	height: 50px;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	z-index: 1;
	zoom: 1;
	}

#header_content {
	width: 960px;
	margin: 0px auto 0px;
	padding: 0px;
	}
	
#header_logo a {
	float: left;
	display: block;
	background: url(images/logo.png) no-repeat;
	width: 250px;
	height: 50px;
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	}

#header h1 {
	color: #666666;
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	}

#header h1 a, #header h1 a:visited {
	color: #666666;
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	}

#header h1 a:hover {
	color: #999999;
	text-decoration: none;
	}
	
#cart {
	float: right;
	display: block;
	width: 40px;
	height: 40px;
	margin: 0px;
	padding: 0px;
	}
	
#cart a {
	float: right;
	background: #333333 url(images/cart_btn.png);
	color: #333333;
	width: 40px;
	height: 40px;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	}
	
#cart a:hover {
	background-position: -40px 0px;
	color: #333333;
	}
	
/************************************************
*	Sub Header     								*
************************************************/

.above_body {
	padding-top: 10px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	}
.toplinks {
	right: 0px;
	}
.toplinks li a, .toplinks .logindetails {
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}
.toplinks .remember {
	margin: 0px;
	}
	
/************************************************
*	Navbar      								*
************************************************/

.navbar_search {
	width: auto !important;
	}
	
#navbar_forum {
	float: right;
	display: block;
	position: relative;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #CCCCCC;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	z-index: 9;
	}
	
.navbarright {
	float: right;
	display: inline;
	height: 40px;
	margin: 0px;
	padding: 0px;
	}
	
#navicons {
	float: right;
	display: block;
	margin: 0px;
	padding: 13px 10px 0px 5px;
	}

.navicon {
	float: right !important;
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 3px 0px 3px;
	}
	
#navbar .ot-menu {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	height: 40px;
	}
	
/*** ESSENTIAL STYLES ***/

.ot-menu, .ot-menu * {
	margin:	0;
	padding: 0;
	list-style:	none;
	}
	
.ot-menu {
	line-height: 1.0;
	}

.ot-menu ul {
	position: absolute;
	top: -9999px;
	width: 160px; /* left offset of submenus need to match (see below) */
	}
	
.ot-menu ul li {
	width: 100%;
	margin: 0px 0px 0px 0px;
	}
	
.ot-menu li:hover {
	visibility:	inherit; /* fixes IE7 'sticky bug' */
	}
	
.ot-menu li {
	float: left;
	position: relative;
	}
	
.ot-menu a {
	display: block;
	position: relative;
	}
	
.ot-menu li:hover ul,
.ot-menu li.sfHover ul {
	left: 0;
	top: 50px; /* match top ul list item height */
	z-index: 99;
	}
	
ul.ot-menu li:hover li ul,
ul.ot-menu li.sfHover li ul {
	top: -9999px;
	}
	
ul.ot-menu li li:hover ul,
ul.ot-menu li li.sfHover ul {
	left: 160px; /* match ul width */
	top: 0;
	}
	
ul.ot-menu li li:hover li ul,
ul.ot-menu li li.sfHover li ul {
	top: -999em;
	}
	
ul.ot-menu li li li:hover ul,
ul.ot-menu li li li.sfHover ul {
	left: 160px; /* match ul width */
	top: 0;
	}

/*** DEMO SKIN ***/

.ot-menu .current_page_item a {
	color: #000000 !important;
	background: #EEEEEE url(images/nav_arrow.png) no-repeat top center;
	padding: 16px 9px 16px 9px;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	}
	
.ot-menu li li.current_page_item a {
	color: #FFFFFF !important;
	background: #669900 !important;
	}

.ot-menu {
	float: left;
	margin-bottom: 0;
	}
	
.ot-menu a {
	border-left: none;
	border-top:	none;
	margin: 5px 0px 0px 0px;
	padding: 16px 10px 16px 10px;
	text-decoration: none;
	line-height: 12px;
	}
	
.ot-menu li li a {
	margin: 0px;
	padding: 6px 10px 6px 10px;
	text-decoration: none;
	text-transform: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #DDDDDD;
	}
	
.ot-menu a, .ot-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color: #999999;
	text-decoration: none;
	}

.ot-menu li {
	background: none;
	}
	
.ot-menu li li, .ot-menu li.current_page_item li a {
	background:	#E5E5E5;
	}
	
.ot-menu li li li {
	background:	#E5E5E5;
	}
	
.ot-menu a:focus, .ot-menu a:hover, .ot-menu a:active {
	background: #EEEEEE url(images/nav_arrow.png) no-repeat top center;
	color: #000000;
	padding: 16px 9px 16px 9px;
	text-decoration: none;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	outline: 0;
	}
	
.ot-menu li:hover, .ot-menu li.sfHover,
.ot-menu li:focus, .ot-menu li:active {
	outline: 0;
	}
	
.ot-menu li li:hover, .ot-menu li li.sfHover,
.ot-menu li li a:focus, .ot-menu li li a:hover, .ot-menu li li a:active {
	background:	#000000;
	color: #FFFFFF;
	outline: 0;
	}
.ot-menu li li a:focus, .ot-menu li li a:hover, .ot-menu li li a:active {
	padding: 6px 10px 6px 10px;
	}

/*** ARROWS **/

.ot-menu a.sf-with-ul {
	padding: 16px 25px 16px 12px;
	min-width: 1px; /* trigger IE7 hasLayout so spans position accurately */
	}
	
.ot-menu a.sf-with-ul:hover {
	padding: 16px 24px 16px 11px;
	}
	
.sf-sub-indicator {
	position: absolute;
	display: block;
	right: 10px;
	top: 16px; /* IE6 only */
	width: 10px;
	height:	10px;
	text-indent: -9999px;
	overflow: hidden;
	background:	url(images/arrows-ffffff.png) no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
	}
	
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top: 16px;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
	}
	
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
	}

/* point right for anchors in subs */
.ot-menu ul .sf-sub-indicator { 
	background-position:  -10px 0; 
	}
	
.ot-menu ul a > .sf-sub-indicator { 
	top: 6px;
	background-position:  0 0; 
	}
	
/* apply hovers to modern browsers */
.ot-menu ul a:focus > .sf-sub-indicator,
.ot-menu ul a:hover > .sf-sub-indicator,
.ot-menu ul a:active > .sf-sub-indicator,
.ot-menu ul li:hover > a > .sf-sub-indicator,
.ot-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
	}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url(images/shadow.png) no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
	}
	
.sf-shadow ul.sf-shadow-off {
	background: transparent;
	}
	
/************************************************
*	Footer Top									*
************************************************/
/*
#footerfull {
	background: url(images/footer_bg.png) no-repeat bottom;
	margin: 20px auto 0px;
	padding: 0px;
	width: 100%;
	text-align: center;
	}

#footertopbg {
	background: #dddddd;
	width: 960px;
	margin: 0 auto 0;
	padding: 0px 20px 0px 20px;
	text-align: left;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	}

#footertop {
	background: #dddddd;
	width: 960px;
	height: 200px;
	line-height: 20px;
	margin: 0px auto 0px;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #AAAAAA;
	}

#footertop h4 {
	color: #333333;
	font-size: 18px;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	font-weight: bold;
	margin: 0px;
	padding: 20px 0px 10px 0px;
	list-style-type: none;
	}

#footertop li a, #footertop li a:link, #footertop li a:visited {
	color: #333333;
	font-weight: normal;
	text-decoration: none;
	}
	
#footertop li {
	list-style: none;
	}

#footertop ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#footertop ul li {
	list-style-type: none;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	}

#footertop ul li a {
	background: #DDDDDD;
	display: block;
	height: 18px;
	_height: 22px;
	padding: 3px 6px 3px 6px;
	overflow: hidden;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}	

#footertop ul li a:hover {
	background: #EEEEEE;
	display: block;
	padding: 3px 6px 3px 6px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}
	
#footertop .footertwitter ul li a {
	color: #669900;
	background: none;
	display: inline;
	padding: 0px;
	text-decoration: none;
	}
	
#footertop .footertwitter ul li a:hover {
	color: #669900;
	background: none;
	display: inline;
	padding: 0px;
	text-decoration: underline;
	}

.footertopleft {
	width: 175px;
	float: left;
	display: inline;
	margin: 0px 15px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

.footertopmid {
	width: 175px;
	float: left;
	display: inline;
	margin: 0px 15px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

.footertopright {
	width: 175px;
	float: left;
	display: inline;
	margin: 0px 15px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
	
.footertwitter {
	width: 380px;
	height: 190px;
	float: left;
	display: inline;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	}
	
#footertop .footertwitter div h4 {
	background: none;
	color: #333333;
	font-size: 18px;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	font-weight: bold;
	margin: 0px;
	padding: 20px 0px 0px 0px;
	list-style-type: none;
	list-style: none;
	}
	
#footertop .footertwitter div h4 a {
	background: url(images/twitter_bird.png) no-repeat right;
	color: #333333;
	font-size: 18px;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	font-weight: bold;
	margin: 0px;
	padding: 20px 35px 10px 0px;
	list-style-type: none;
	list-style: none;
	}
	
#footertop .footertwitter ul li {
	list-style-type: none;
	margin: 5px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	border-top: 1px solid #BBBBBB;
	}
*/
/************************************************
*	Footer Background							*
************************************************/
/*
#footerbottombg {
	background: #DDDDDD;
	width: 960px;
	margin: 0 auto 0;
	padding: 0px 20px 0px 20px;
	}
*/	
/************************************************
*	Footer  									*
************************************************/

.footer {
	margin: 15px 0px 10px 0px;
	-moz-box-shadow: none;
 	-webkit-box-shadow: none;
 	box-shadow: none;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}
	
.footer_links {
	margin-top: 0px;
	}

.footer_copyright {
	display: none;
	}

/*
#footer {
	width: 960px;
	height: 60px;
	color: #333333;
	text-align: left;
	margin: 0px auto 0px;
	padding: 0px;
	border-top: solid 1px #EEEEEE;
	}
	
#footer p {
	margin: 0px;	
	padding: 0px;
	line-height: 12px;
	}

.footertop {
	font-size: 12px;
	color: #999999;
    font-weight: normal;
	margin: 0px;
	padding: 16px 0px 0px 0px;
	}
	
.footertop a {
	color: #666666;
	text-decoration: none;
	}

.footertop  a:hover {
	color: #333333;
	text-decoration: none;
	}
	
.footerbottom {
	font-size: 11px;
	color: #999999;
    font-weight: normal;
	margin: 0px;
	padding: 5px 0px 0px 0px;
	}
	
.footerbottom a {
	color: #666666;
	text-decoration: none;
	}

.footerbottom a:hover {
	color: #333333;
	text-decoration: none;
	}
*/