/*
Theme Name: Outside In Organizer
Theme URI: http://wordpress.org/
Description: A custom theme for the site.
Version: 1.0
Author: Bayard Lewis
Author URI: 
Tags: 


*/


/*  other colors

#1251E3

*/



/* Elements */


a {
	color: #7B09A0;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

body {
	font-family: verdana, tahoma, arial;
	background: #3E7518;
/*	background: url('images/site-background.jpg');  */
	font-size: 12px;
	line-height: 150%;
}


H1, H2, H3 {
	color: #580078;
}

H1 {
	font-size: 17px;
	margin-top: 1em;
	margin-bottom: 1em;
}

H2 {
	font-size: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
}


H3 {
	font-size: 13px;
	margin-top: 0px;
	margin-bottom: 0px;
}
	

img {
	border: none;
}



/* Classes  */


A.footer {
	color: white;
}

A.header {
	color: #580078;
}

A.heading, A.heading:visited {
	text-decoration: none;
}

A.heading:hover {
	text-decoration: underline;
}

.b1, .b2, .b3, .b4{font-size:1px; overflow:hidden; display:block;}.b1 {height:1px; background:#CCC; margin:0 5px;}.b2 {height:1px; background:#F1F0FF; border-right:2px solid #CCC; border-left:2px solid #CCC; margin:0 3px;}.b3 {height:1px; background:#F1F0FF; border-right:1px solid #CCC; border-left:1px solid #CCC; margin:0 2px;}.b4 {height:2px; background:#F1F0FF; border-right:1px solid #CCC; border-left:1px solid #CCC; margin:0 1px;}.contentb {background: #F1F0FF; border:1px solid #CCC;}.contentb div {margin-left: 1px;}

/*  For two columns of posts in the loop  */

.PostNarrow {
float: left;
width: 270px;
margin: 10px;
}


.cleared {
float: none;
clear: both;
margin: 0;
padding: 0;
border: 1px solid #DDD;
font-size:1px;
}


.alignleft {
	float: left;
}

.alignright {
	float: right;
}


.credit {
  margin: 0 0 0 24px;
}


.footer-icon {
	border-right: none !important;
	padding: 0.2em 3px !important;
}


.post-title {
	clear: both;
}


.postmetadata {
	clear: both;
}


.sidebar-box {
	margin: 0px 0px 30px 0px;
}

.spaced {
	margin-top: 1em;
}

DIV.nav {
	background: url("http://www.outsideinorganizer.com/wp-content/uploads/gradient.jpg") repeat scroll 0 0 transparent;
}


TD.leftcol {
	width: 685px;
	padding: 0px 30px 10px 30px;
	border-right: 2px solid #CECECE;
}

TD.main {
	background: white;
}

TD.rightcol {
	width: 295px;
	padding: 10px 20px;
}

UL.footer
{
padding: 5px 0;
margin: 0;
list-style-type: none;
color: black;
width: 100%;
text-align: center;
}

UL.footer li { display: inline; }

UL.footer li a
{
text-decoration: none;
color: white;
padding: .2em 1em;
border-right: 1px solid black;
}

UL.footer li a:hover
{
text-decoration: underline;
}


UL.icons {
	list-style-image: url('images/gold-star.jpg');
	list-style-type: disc;
}


UL.nav
{
padding: 3px 0;
margin: 0;
list-style-type: none;
/*background-color: #58A623;  */
color: #FFF;
width: 100%;
font-size: 12px;
font-weight: bold;
/*text-align: center; */
}

UL.nav li { display: inline; }

UL.nav li a
{
text-decoration: none;
/* background-color: #58A623;  */
color: #FFF;
padding: .2em 0.8em;
border-right: 1px solid #fff;
}

UL.nav li a:hover
{
/* background-color: #1251E3;  */
color: #FFF;
text-decoration: underline;
}




/* IDs    div#main */

#footer {
	width: 980px;
	float: left;
	margin-top: 15px;
	color: white;
	margin-bottom: 10px;
}

#main {
	width: 980px;
	float: left;
	border: 2px solid #CCC;
	border-top: none;
}

#masthead {
	width: 980px;
	float: left;
	background: url('http://www.outsideinorganizer.com/wp-content/uploads/masthead.jpg'); 
	height: 159px;
	border: 2px solid #CCC;
	border-bottom: none;
}

#wrapper {
	width: 980px;
	margin: 0 auto;
}
