/*  
Theme Name: spyderworksdesign
Theme URI: http://www.spyderworksdesign.com/
Description: Brought to you by <a href="http://www.spyderworksdesign.com">http://www.spyderworksdesign.com</a>. 
Version: 1.0
Author: cmslounge
Author URI:http://www.spyderworksdesign.com/
*/

/* Begin Typography & Colors */

.widecolumn .entry p {
font-size: 1.2em;
}

.narrowcolumn .entry, .widecolumn .entry {
float:left;
line-height:1.5em;
width:380px;
}

.widecolumn {
line-height: 1.6em;
}

.narrowcolumn .postmetadata, .narrowcolumn .postmetadata1 {
text-align: left;
font-size:11px;
}

p {	
font-size:12px;
margin:0px;
padding:0px;

}

small {
font-family:Arial, Verdana,"trebuchet MS";
font-size: 1.0em;
line-height: 1.5em;
}

h1, h2, h3 {
font-family:Arial, Verdana,"trebuchet MS";
font-weight:normal;
color:#fff200;

}

h1 {
font-size: 4em;
text-align: center;
}

#headerimg .description {
font-size: 1.2em;
text-align: center;
}

h2 {
font-size: 18px;
}

h2.pagetitle {
font-size: 20px;
}

#sidebar h2, #sidebar2 h2{
font-family: Arial, Verdana, "trebuchet MS";
font-weight:bold;
}

#sidebar ul li h2, #sidebar2 ul li h2 {
	font-family: Arial, Verdana, "trebuchet MS";
	font-size: 13px;
	padding-bottom: 8px;
	height:15px;
	color: #FFF200;
	line-height:18px;
	padding-left:5px;
	padding-top:0px;
	background-repeat:no-repeat;
	font-weight:bold;
}

h3 {
	font-size: 1.3em;
}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color:#ffffff;
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #ffffff;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2,#sidebar2 h2, #wp-calendar caption, cite {
	text-decoration: none;
}

.entry{
	padding-top:15px;
	padding-bottom:10px;
        font-size: 12px;
}

.entry p a, .entry p a:visited {
	color: #ffffff;
	text-decoration:underline;
}

.entry p a:hover {
	color:#eedd00;
}

.editpost a:link, .editpost a:visited {
	color: #ffffff;
	text-decoration:underline;
}

.editpost a:hover {
	color: #ffffff;
}

.commentlist li, #commentform input, #commentform textarea {
	font: 1.0em  Arial, Verdana,"trebuchet MS";
}

.commentlist li {
	font-weight: bold;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

#commentform p {
	font-family:Arial, Verdana,"trebuchet MS";
}

.commentmetadata {
	font-weight: normal;
	color:#ffffff;
}

 #sidebar ul ul li, #sidebar ul ol li,#sidebar2 ul ul li, #sidebar2 ul ol li{
	color: #ffffff;
}

.nocomments, blockquote, strike {
	color: #ffffff;
}
	
code {
	font: 1.1em Arial, Verdana,"trebuchet MS";
}

acronym, abbr, span.caps {
	font-size: 1.0em;
	letter-spacing: .08em;
}

a, h2 a:hover, h3 a:hover {
	color: #ffffff;
	text-decoration: none;
}

a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
}

#wp-calendar a, #wp-calendar a:visited {
	text-decoration: none;
	color: #ffffff;
	text-decoration:underline;
}

#wp-calendar caption {
	font: bold 1.3em  verdana,arial, Helvetica, Sans-Serif;
	text-align:center;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}

/* End Typography & Colors */

/* Begin Structure */

.narrowcolumn {
	padding: 0px 0px 0px 0px;
	margin: 0px 8px 0px 0px;
}

.widecolumn {
	padding: 0px 0px 0px 0px;
	margin: 0px 8px 0px 0px;
}

.post {
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-align: left;
}

.post hr {
	display: block;
}

.widecolumn .post {
	margin: 0;
}

.widecolumn .postmetadata, .widecolumn .postmetadata1 {
	margin: 30px 0;
}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
	color:#ffffff;
	line-height:20px;
}

/* End Structure */

/*	Begin Headers */

h1 {
	padding-top: 70px;
	margin: 0;
}

h2 {
	margin: 0px 0 0;
}

h2.pagetitle {
	padding-top: 10px;
	text-align: left;
	padding-bottom:15px;
}

#sidebar h2 ,#sidebar2 h2{
	margin: 0px 0 0;
	padding: 0;
}

h3 {
	padding: 0;
	margin: 22px 0 0;
}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
}

/* End Headers */


/* 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;
}

div.alignright, div.alignright2{
	float: right;
	color:#ffffff;
}

div.alignleft, div.alignleft2{
	float: left;
	color:#ffffff;
}

.alignleft a, .alignleft a:visited {
	color:#ffffff;
}	

.alignright a, .alignright a:visited {
	color:#ffffff;
}	

.spacer{
	line-height:0px;
	margin:0px;
	padding:0px;
}

/* End Images */


/* Begin Lists */

.entry ul {
	margin-left: 0px;
	padding: 0;
	list-style: none;
	padding-left: 10px;
	text-indent: 0px;
	float: right;
	width: 300px;
} 

.entry li {
	margin: 7px 0 8px 10px;
}

.news ul {
	margin-left: 0px;
	padding: 0;
	list-style: none;
	padding-left: 11px;
	text-indent: 0px;
	float: left;
	width: 350px;
} 
.news a:link, .news a:visited {
        text-decoration: underline;
        padding: 0px 0px 0px 0px;
        padding-left: 0px;
        text-indent: 0px;
        margin-left: 0px;
}

.news li {
        margin: 0px 0 0px 0px;
        font-size: 12px;
}

.plain ul {
        margin: -20px 0px 0px 25px;
        padding: 0px 0px 0px 0px;
        font-size: 12px;
        width: 360px;
	text-indent: 0px;
	float: left;
}
.plain li {
        margin: 0px 0 0px 0px;
        font-size: 12px;
}
.plain {
	text-indent: 0px;
	float: left;
	width: 380px;
        font-size: 12px;
        padding-bottom: 20px;
}
.post page p{
        font-size: 12px;
}

.entry ul li:before {
	/*list-style-image:url(images/arrow.gif);
	list-style-position:outside;*/
	list-style:none;
	margin:0px;
	padding:0px 0px 0px 0px;
}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
}

.entry ol li {
	margin: 0;
	padding: 0;
}

.postmetadata ul, .postmetadata li, .postmetadata1 ul, .postmetadata1 li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

#sidebar ul, #sidebar ul ol,#sidebar2 ul, #sidebar2 ul ol {
	margin: 0;
	padding: 0;
}

#sidebar ul li, #sidebar2 ul li {
	border:1px solid #333333;
	list-style-image:none;
	list-style-type:none;
	margin-bottom:30px;
	padding:10px;
}

#sidebar ul p, #sidebar ul select, #sidebar2 ul p, #sidebar2 ul select {
	margin: 5px 0 8px;
}

#sidebar ul ul, #sidebar ul ol, #sidebar2 ul ul, #sidebar2 ul ol {
	margin: 5px 4px 0 25px;
}

#sidebar ul ul ul, #sidebar ul ol, #sidebar2 ul ul ul, #sidebar2 ul ol {
	margin: 0 0 0 10px;
}

ol li, #sidebar ul ol li, #sidebar2 ul ol li{
	list-style: none;/*decimal outside;*/
}

#sidebar ul ul li, #sidebar ul ol li, #sidebar2 ul ul li, #sidebar2 ul ol li {
	border:medium none;
	margin:3px 0 0;
	padding:0;
}

/* End Entry Lists */


/* Begin Form Elements */

#searchform {
	margin: 0px auto;
	padding: 10px 0px 10px 0px; 
	text-align: center;
}

#sidebar #searchform #s, #sidebar2 #searchform #s  {
	width: 108px;
	padding: 2px;
}

#sidebar #searchsubmit, #sidebar2 #searchsubmit  {
	padding: 1px;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}

select {
	width: 130px;
}

#commentform{ }

#commentform input {
	width: 100px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform textarea {
	width: 90%;
	padding: 2px;
}

#commentform #submit {
	margin: 0px;
	width:170px;
}

/* End Form Elements */


/* Begin Comments*/

.alt {
	padding: 10px;
	color:#ffffff;
	font-size:11px;
}

.commentlist {
	padding: 0;
	text-align: justify;
}

ol.commentlist{
	list-style: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 20px 0px 20px;
}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 0px 0px 10px;
	list-style: none;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}

#commentform p {
	margin: 0px;
	padding:0px 0px 8px 15px;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}
	
/* End Comments */


/* Begin Sidebar */

#sidebar

{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size:12px;
	font-family: Arial, Verdana, "trebuchet MS";
}

#sidebar2

{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size:12px;
	font-family: Arial, Verdana, "trebuchet MS";
}

#sidebar form, #sidebar2 form {
	margin: 0;
}

/* End Sidebar */


/* Begin Calendar */

#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 140px;
	color:#ffffff;
}

#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 td {
	padding: 3px 0;
	text-align: center;
}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: transparent;
}

/* End Calendar */

/* Begin Various Tags & Classes */

acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #999;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #afafaf;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.center {
	text-align: center;
	margin:6px 0px 6px 0px;
}

h2.center {
	text-align: center;
	margin:6px 0px 6px 0px;
}

hr {
	display: none;
}

.yellow {
       color:#fff200;;
}

a img {
	border: none;
}

.navigation {
	margin-top: 0px;
	padding-top:2px;
	padding-bottom:25px;
	padding-left:15px;
	padding-right:10px;
}

.navigation2 {
	margin-top: 0px;
	padding-top:2px;
	padding-bottom:25px;
	padding-left:15px;
	padding-right:10px;
}

/* End Various Tags & Classes*/

div.post h2 a:link,div.post h2 a:visited, div.post h3 a:link,div.post h3 a:visited {
	color:#fff000;
	font-family:Arial, Verdana,"trebuchet MS";
	font-size:20px;
	font-weight:normal;
	padding:0px 10px 5px 0px;
}
div.post p{
        font-family:Arial, Verdana,"trebuchet MS";
	font-size:12px;
}
div.post h3 a:hover, div.post h2 a:hover{
	color: #f8ed5e;
}

li.current-cat a:link,li.current-cat a:visited{
	padding-left: 0px;
	margin-left: 8px;
	color: #ffffff;
}

li.pagenav a:link,li.pagenav a:visited{
	padding-left: 0px;
	margin-left: 8px;
	color: #ffffff;
}

.narrowcolumn li a:link, .narrowcolumn li a:visited{
	color: #ffffff;
}

.narrowcolumn li a:hover{
	color: #ffffff;
}

li a:link,li a:visited{
	padding-left: 0px;
	margin-left: 8px;
	color: #ffffff;
}

li a:hover{
	color: #ffffff;
}

div.post small{
	color: #ffffff;
}

.postmetadata a{
	color: #ffffff;
	text-decoration: none;
}

.postmetadata a:hover{
	color: #eedd00;
	text-decoration: underline;
}

.narrowcolumn h2, .narrowcolumn h3 {
	color:#FFF000;
	margin-top:0px;
}

label small{
	color:#ffffff;
}

#comments, #respond{
	color:#ffffff;
	padding:0px 0px 8px 15px;
}

img{ 
	margin-right:10px;
}

.but{
	vertical-align:top;
	padding-top:0px;
	padding-left:4px;
}

.input01{
	width:170px;
}

#sidebar li ul, #sidebar2 li ul{
	padding-left:10px;
}

#today, #today a:link, #today a:visited {
	color:#eedd00;
}

#commentform p a {
	color:#ffffff;
}

.title{
	padding: 0px 0px 10px 0px;
	background-image:url(images/bg_title.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}

.title small{
	padding:4px 0px 0px 2px;
	margin:0px;
	line-height:18px;
}

.title_mid h2, .title_mid h3 {
  clear:both;
	padding-top:0px;
	padding-left:0px;
	padding-right:10px;
}

.title_mid{ }

.textwidget{
	padding-left:20px;
	text-align:left;
	padding-right:10px;
	padding-top:5px;
}

/*=========style index.html========*/

body{
	background-color:#000000;
	font-family:Arial, Verdana,"trebuchet MS";
	font-size:11px;
	color:#ffffff;
	padding:0px;
	margin:0px;
	line-height:18px;
}
	
#container {
	width:1024px;
	margin-left:40px;
	text-align:left;
}

#header {
	width:1000px;
	height:120px;
	float:left;
	margin:10px 0px 0px 0px;
}
	
#main{
	width:1000px;
	background-repeat:repeat-y;
	float:left;
	margin:15px 0px 0px 0px;
}

#main_content{
	float:left;
	margin-right: 20px;
	width: 420px;
	display:inline;
}


#left_nav {
	width:200px;
	float:left;
	margin-right: 70px;
	display:inline;
}
	
#right_nav{
	width:290px;
	float:right;
}

#footer {
	width:1000px;
	text-align:center;
	font-size:11px;
	float:left;
	height:100px;
}

#footer_left {
	display: none;
}

#footer_right {
	float:right;
	height:90px;
	width:728px;
/*	background:url(images/bottom.gif);*/
}

#footer li {
list-style-type:none;
}


.logo{
	padding: 0;
	background: url(http://90percentrule.com/wp-content/uploads/2010/04/90percentrule_WebHeader.jpg);
	width: 1000px;
	height: 120px;
	float: left;

}


.header_right {
	height: 100px;
	width: 465px;
	float: right;
}
	

#txt_logo{
	font-family:Verdana,  Arial, "trebuchet MS";
	font-size:36px;
	color:#ffffff;
	padding-left:0px;
	padding-top:30px;
	text-align:left;
	font-weight:bold;
}

#txt_logo a:hover{
	color:#eedd00;
	text-decoration:none;
}

.desc{
	padding:12px 0px 0px 0px;
	color:#ffffff;
	font-size:12px;
	font-family:Verdana,  Arial, "trebuchet MS";
	font-weight:bold;
}

a.mainpix01_link, a.mainpix01_link:visited{
	color:#ffffff;
}

p.alt small{
	color:#ffffff;
}

p.alt small a, p.alt small a:visited{
	color:#ffffff;
	text-decoration:underline;
}

p.alt small a:hover{
	color:#ffffff;
	text-decoration:underline;
}	

#sidebar ul ul li a:link, #sidebar ul ul li a:visited, #sidebar2 ul ul li a:link, #sidebar2 ul ul li a:visited {
	padding:0px;
	margin:0px;
	text-align:left;
}

small.commentmetadata a:link, small.commentmetadata a:visited{
	color:#ffffff;
	text-decoration:underline;
}

.bg_toppost{
	margin:0px 0px 35px 0px;
	padding: 15px;
	border:1px solid #333333;
	width: 380px;
	float:left;
}

.bg_mainpost{
	margin:0px 0px 0px 0px;
}

.bg_bottompost{
	padding:0px 0px 0px 0px;
}

#left_nav #sidebar ul li,#left_nav #sidebar2 ul li {
	border:none;
	margin:0;
	padding-left:0;
}

#left_nav #sidebar ul ul li a:link,#left_nav #sidebar ul ul li a:visited,#left_nav #sidebar2 ul ul li a:link,#left_nav #sidebar2 ul ul li a:visited {
	color:#fff200;
	margin:0;
	padding:0;
	text-align:left;
}

.entry p {
	float:right;
	font-size:11px;
	margin:0;
  margin-bottom:1em;
	padding:0;
	width:300px;
}

.entry .addtoany_share_save_container {
	margin:0;
	width:75px;
}

.narrowcolumn .postmetadata, .narrowcolumn .postmetadata1 {
	border:0 none;
	padding-top:15px;
	padding-bottom:15px;
}

p.tags {
  padding-top:15px;
}

.commentlist li {
	border:0 none;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:15px 0 3px;
	padding:5px 0 0 10px;
}

/* links block */

li#text-7 .textwidget,
li#text-7 .textwidget h2,
li#text-7 .textwidget a {
margin-left:0;
padding-left:0;
}

li#text-7 .textwidget h2 a {
color:#fff200;
}

/* twitter rss styling */

li#rss-2 h2 a {
color:#fff200;
padding-left:0px;
margin-left:0px;
}

a.rsswidget img {
display:none;
}

li#rss-2 ul li {
margin-bottom:8px;
padding-left:0px;
}

li#rss-2 ul {
margin-left:10px;
}

/* Recent Posts styling */

li#recent-posts-3 h2 a {
color:#fff200;
padding-left:0px;
margin-left:0px;
list-style-image:none;
list-style-type:none;
}

li#widget widget_recent_entries {
padding-left:0px;
list-style:none;
}

li#recent-posts-3 ul li {
margin-bottom:8px;
padding-left:0px;
}

li#recent-posts-3 ul {
margin-left:10px;
}

.entry ul li {
  list-style-type:disc; 
}

.entry {
position:relative;
}

.add-facebook {
position:absolute;
top:90px;
left:0px;
}

.add-facebook p {
float:none; 
width:auto;
vertical-align:top;
}

.90percentleft {
font-size:18px;
color:#fff200;
}

h2.nine-perc,
#left_nav .textwidget h2 {
text-transform:uppercase;
margin-bottom:0px;
padding-bottom:0px !important;
}

.left-cultivate {
font-size:13px;
padding-bottom:1em;
}

.left-img img {
border:1px solid #333;
margin-bottom:1.5em;
}

#sidebar ul li .textwidget h2 {
padding-left:4px;
width:150px;
padding-top:1em;
}

#sidebar ul li h2.home {
  border-top:2px solid #333;  
}

#sidebar ul li.widget_archive {
width:145px;
border-bottom:2px solid #333 !important;
margin-bottom:1em !important;
}

form.shopp {
clear:both;
}

div.gallery {
padding-left:75px;
padding-bottom:10px;
}

#sidebar2 li#text-5 .textwidget {
padding:5px;
}

.header_right li {
list-style-type:none;
margin:0;
padding:0;
font-size:12px;
}

#sidebar2 ul li#execphp-3 {
padding-right:0px;
padding-left:8px;
}

/* promo code spacing */ 

input#promocode,
input#apply-code {
  margin-top:1em !important;
}

.page .entry p {
float:none;
}


.book-physical {
padding-left:20px;
font-size:12px;
padding-top:10px;
}