/*
Theme Name: S&S Processing
Theme URI: http://forwardtrends.com
Description: Default version of s&sprocessing.com
Version: 1.0
Author: Aaron Elliott
Author URI: http://forwardtrends.com/
Tags: s&s

*/


/* Begin Typography & Colors */

html, body {
	height: 100%;
}

body {
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(/img/center_bg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	background-color:#2D1E1A;
}

* html #center_bg {
	height: 100%;
}

#center_bg {

	width:100%;
	min-height: 100%;
}

h1 {
	font-size:28px;
	font-weight:normal;
	letter-spacing:-1px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#F4F7EE;
}

#wrapper {
	width:860px;
	display:block;
	margin:0 auto;
}

#header {
	display:block;
	height:160px;
}

#logo {
	position:absolute;
}

h1 {
	font-size:24px;
	font-weight:normal;
	margin:0px;
	padding:0px;
	color:#555;
	font-family:Georgia, "Times New Roman", Times, serif;
}

h2 {
	font-size:20px;
	font-weight:normal;
	margin:0px;
	padding:0px;
	color:#596C0D;
	font-family:Georgia, "Times New Roman", Times, serif;
}

h3 {
	font-size:20px;
	font-weight:normal;
	color:#777;
}

hr {
	height:1px;
	border:0px;
	background-color:#3F3F3F;
	color:#3F3F3F;
}

/*structure*/


#splash {
	display:block;
	height:440px;
}

#splash_sub {
	display:block;
	height:280px;
}

#shoponline {
	margin-top:10px;
}	

#content {
	display:block;
	width:840px;
	padding:10px;
	background-color:#FFF;
}


#main {
	
}

#sub {
	float:left;
	width:510px;
	padding:10px;
	background-repeat:repeat-x;
	background-position:top;
}

#midbar {
	float:left;
	width:200px;
	padding:10px;
	margin-left:10px;
	background-image:url(/img/000_bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#333;
}

#sidebar {
	float:left;
	width:280px;
	padding:10px;
	margin-left:10px;
	background-color:#EFEFEF;
}

#content a {
	color:#B9D13B;
}

#main p {
	font-size:12px;
	color:#E4E4E4;
	line-height:18px;
	margin:0px;
	padding:0px;
	margin-top:6px;
}

#sub p, #sub td {
	font-size:14px;
	color:#666;
	line-height:20px;
	margin:0px;
	padding:0px;
	margin-top:10px;
}

#sub li {
	font-size:12px;
	color:#99CC00;
}

#midbar p, #sidebar p {
	font-size:11px;
	color:#AEAEAE;
	line-height:16px;
	margin:0px;
	padding:0px;
	margin-top:4px;
}

#midbar ul {
	margin:0px;
	padding:0px;
	list-style:none;
}

#midbar li {
	margin:0px;
	padding:0px;
	font-size:12px;
	text-indent:none;
	height:26px;
	margin-bottom:2px;
}

#sidebar ul {
	margin:0px;
	padding:0px;
	list-style:none;
}

#sidebar li {
	margin:0px;
	padding:0px;
	font-size:12px;
	text-indent:none;
	height:26px;
	margin-bottom:2px;
}

#sidebar li a {
	display:block;
	padding:8px;
	color:#666;
	margin:0px;
	border:0px;
	
}

#threecolumns {
	margin-top:20px;
}

#footer {
	display:block;
	border-top:1px solid #EFEFEF;
	background-color:#FFF;
	height:100px;
}

#siteinfo {
	width:840px;
	display:block;
	margin:0 auto;
	font-size:10px;
	color:#C3C3C3;
	padding-top:20px;
	padding-bottom:20px;
}

#siteinfo a {
	color:#C3C3C3;
}

#nextprev {
	display:block;
}

/* classes */

.left_50 {
	float:left;
	width:50%;
}
.right_50 {
	float:right;
	width:50%;
	text-align:right;
}

.left_33 {
	float:left;
	width:33%;
}

.floatinner {
	margin:10px 5px ;
}
.floatinner p {
	font-size:12px;
	color:#4F4F4F;
}


#rss {
	left:50%;
	position:absolute;
	margin-left:400px;
	margin-top:1px;
}	
/*classes*/

.small {
	font-size:10px;!important;
}

.postmetadata {
	color:#666!important;
	margin-top:20px;
}

.post small {
	color:#666666;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}

/*clearfix*/

.clearfix:after
{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix
{
	min-width: 0;		/* trigger hasLayout for IE7 */
	display: inline-block;
	/* \*/	display: block;	/* Hide from IE Mac */
}
* html .clearfix
{
	/* \*/  height: 1%;	/* Hide from IE Mac */ 
}


/* PNG Fix */

img, div, input { 
	behavior: url("htc/iepngfix.htc") ;
}

/* menus */

#topnav {
	display:block;
	position:absolute;
	margin-top:10px;
	width:860px;
}

#topnav ul {
	list-style-type:none;
	margin:0;
	padding:0;
	float:right;
	width:auto;
}

#topnav ul li {
	float:left;
	margin:0;
	padding:0px 7px;
	font-size:18px;
	color:#D6D0CD;
}

#topnav ul li.nobord {
	border-right:none!important;
	padding-right:0px!important;
}	



#topnav ul li a {

	padding:0px;
	margin:0px;
	color:#FFCC00;
}


#dnav {
	position:absolute;
	margin-top:54px;
	margin-left:210px;
	z-index:1000;
}


/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
	z-index:10000;
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			1.6em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	margin-bottom:	1em;
}
.sf-menu a {
	border-left:	1px solid #333;
	padding: 		.75em 1em;
	text-decoration:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#CCC;
	font-size:11px;
	text-transform:uppercase;
}
.sf-menu li {
}
.sf-menu li li {
	background-color:#1B1B1B;
	
}
.sf-menu li li li {
	background-color:#1B1B1B;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	color: #FFF;
	outline:		0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('/img/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:			.8em;
	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 */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-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('/img/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;
}
