/*
 Theme Name: Rob Muir
 Theme URI:
 Description: Rob Muir
 Author: Rob Muir
 Author URI:
 */

* {
    padding: 0;
    margin: 0;
}

body {
    font-family:Arial, Helvetica, sans-serif;
    font-size: 62.5%;
    text-align: center; /*centers layout in IE6*/
	background: transparent url(images/bg.png) repeat-x;
	background-color:#cbcbcb;		
}

/*********************/
/*    G L O B A L    */
/*********************/

/*links*/

a, a:link, a:visited {
    color: #83AE62;
    text-decoration: none;
}

a:hover, a:active {
    color: #83AE62;
    text-decoration: underline;
}

blockquote {
    display: block;
    margin: .5em 2.0em .5em 2.0em;   
	padding: 0 0 0 1.0em; 
    border-left: dotted black .1em;
}

blockquote blockquote {
    padding: 0 0 0 1.0em;
	border-left: dotted black .1em;
}

.bold {
    font-weight: bold;
}

.italic {
	font-style:italic;    
}

img {
	border:none;
}

.alignleft{
	float:left;
	text-align:left;
}

.alignright{
	float:right;
	text-align:right;
}

.center{
	text-align:left;
}

.black a,.black a:link,.black a:visited {
    color: black;   
}

.black a:hover,.black a:active {
    color: black;    
}

.gray{/*date*/
	color:#D2D2D2;
}

/*********************/
/* S T R U C T U R E */
/*********************/

#container {
    width: 950px;
    margin: 0 auto 0 auto;
    text-align: left;			
}

#header {
    width: 950px;
    height: 300px;
    background: transparent url(images/header.jpg) no-repeat;		
}

/*wraps content and sidebar*/

#wrapper {
    float: left;
    width: 100%;
	background: transparent url(images/wrapper.png) repeat-y;
    position: relative;		
}

#sidebar {
    float: right;
    width: 338px;	
    height: auto;
	margin: 0px 0 0 0px;  	
	top:-60px;
	position:relative;
	background: transparent url(images/gradient-sidebar.png) repeat-x top left;	
}

#content {
    float: left;
    width: 500px;    	
    height: auto;	
	position:relative;	
	background: transparent url(images/gradient-left.png) no-repeat top left;	
	top:0px;
	left:-22px;
}

#footer {
	float:left;
    width: 950px;
    height: 106px;    
    background: transparent url(images/footer.png) no-repeat;	
    clear: both;
}

/*gradient*/

.gradient-right{	
    float:left;
	width:22px;
	height:500px;
	position:relative;
	top:0px;
	right:-602px;
	background: transparent url(images/gradient-right.png) no-repeat top right;		
}

/*********************/
/* H E A D E R       */
/*********************/

.logo {    
    float:left;
    width: 950px;
    height: 235px;
    margin: 0px 0 0px 0px;      
	display:inline; 	
}

#nav{
	float:left;
	width:605px;
	height:38px;
	margin: 5px 0 0 7px;
	line-height:38px;
	text-align:center;	
}

* html #nav{
	margin: -3px 0 0 7px;
}

#nav ul{	
    height:38px;
	line-height:38px;
	list-style-type:none;	
	font-size:1.4em;
	font-weight:bold;
}

#nav ul li{
	height:38px;
	line-height:38px;
	padding: 5px 7px 5px 11px;
	background: transparent url(images/nav-line.png) no-repeat left center;
	text-transform:uppercase;
	display:inline;
}

#nav ul li:first-child{
	background:none;
	background-image:none;	
}

/*********************/
/*  S I D E B A R    */
/*********************/

.widget {	
	width:318px;	
	margin: 0px 0px 10px 10px;
    text-align:center;       
	text-transform:uppercase;
	font-weight:bold;
    overflow: hidden;	
	background-color: #7BA957;		
}

.widget h2 {
	width:328px;	
	margin: 0 0px 0px -1px;
	padding: 5px 0 5px 0;
	text-align: center;		
	font-size:1.6em;
    color: white;    
	background-color:#3D542B;	
}

.widget a:link, .widget a:visited {
    text-decoration: none;
    color: white;
    line-height: 1.5em;
	font-size: 1.3em;
}

.widget a:hover, .widget a:active {
    color: white;
    text-decoration: underline;
}

.widget ul {
    list-style-type: none;
    color: black;
    margin: 5px 0 10px 0;
    text-align: center;
}

ul.underline a:link, ul.underline a:visited{
	text-decoration:underline;
}

ul.underline a:hover, ul.underline a:active{
	text-decoration:none;
}

.widget ul ul {    
    margin-left: 10px;
}

.widget ul ul li {
    list-style-type: none;
    color: black;
}

img.doing{
	margin:0 0 10px 10px;
}

.issues{
	margin: 0 0 0 10px;
}

h2.issues{
	font-size:1.4em;
	padding: 8px 0 8px 0;
}

p.issues{	
	padding:5px 14px 20px 10px;
	color:white;
	font-size:1.1em;
	font-weight:bold;
	text-align:justify;
}


/*********************/
/*      P O S T      */
/*********************/

.post-content {    
    width: 540px;
    margin: 20px 0px 0px 40px;    	
}

.post-content h1{
	font-size:2.4em;
	font-weight:lighter;
	margin: 0 0 .2em 0;
}

.post-entry {    
    margin: .5em 0em 1.0em 0em;
    font-family:Helvetica, Arial, Sans-Serif;
	font-size:1.2em;	
	color:#6F6F6F;
}

.post-entry p{
	padding: 5px 0 5px 0;
}

.post-entry ul {    
	padding: .5em 0 .5em 3.0em;
}

.post-entry ol {
    padding: .5em 0 .5em 3.3em;
}

.post-entry img {    
    margin: 5px 5px 5px 5px;
    padding: 0 0 0 0;
}

.meta{
	width:540px;
	height:46px;
	padding: 0 15px 0 15px;
	line-height:46px;
	font-size:1.2em;
	background: transparent url(images/meta.png) no-repeat;
}

.navigation {	
    font-size: 1.2em;
    margin: 10px 0px 0px 100px;	
	padding: 0 0 10px 0;/*fixes nav bottom in IE*/
}

/*   S E A R C H     */


#searchform {	
    width: 316px;
    height: 66px;   
	margin: 0 0 0 1px; 
	background-color:red;	
    display: block;
	background-color: #7BA957;		
	background:  url(images/form-signup.png) no-repeat left center;
}

#searchfield {
    float: left;
    width: 190px;
    height: 20px;
    margin: 20px 0px 0px 18px;
    padding: 1px 2px 0px 2px;
    font-size: 1.4em;
    background: none;
    border: none;
    display: inline;		
}

#searchsubmit {
	float: right;
    height: 35px;
    width: 85px;
    margin: 10px 5px 0 0px;
    color: #FFFFFF;
    background: transparent url(images/searchsubmit.png) no-repeat;
    border: 0px none;
    cursor: pointer;   	
}

* html #searchfield{
	margin: 20px 0px 0px 5px;
}

/*********************/
/*     F O O T E R      */
/*********************/

#footer p{	
	height:20px;
	margin:0px 0 -20px 0;	
	text-align:center;
	font-size:1.5em;
	color:white;
	position:relative;
	bottom:-70px;
}

/* clearfix */

.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clear {
    min-width: 0;
    display: inline-block; /* \*/
    display: block;
}

* html .clear { /* \*/
    height: 1%;
}





