/*  
Theme Name: OutThere
Description: Mustang Survival Blog
Author: Rob McMahon
Author URI: http://www.mustangsurvival.com
*/


/*....................................................*/
/*.             Page Set Up Section                  .*/
/*....................................................*/


body {
	background-color: white;/*....................................................*/
	background-image: url(images/background.jpg);
	background-position: 120px top;/*....................................................*/
	background-repeat: repeat-y;/*....................................................*/
	background-attachment: scroll;/*....................................................*/
	}


#banner {
	position: absolute;/*....................................................*/
	top: 0px;/*....................................................*/
	right: 0px;
	width: 750px;/*....................................................*/
	height: 250px;/*....................................................*/
	padding:0px;
	margin-right: 0px;
	left: 145px;/*....................................................*/
				}
#spacer {
	position: absolute;/*....................................................*/
	top: 250px;/*....................................................*/
	right: 0px;
	width: 750px;/*....................................................*/
	height: 4px;/*....................................................*/
	margin-right: 43px;
	left: 145px;/*....................................................*/
}

#sidebar {
        width: 170px;
	position: absolute;
	top: 282px;
	left: 150px;
}

/*I set the typography here to make it easy to read. Note the    */
p {
	font: 13px/22px "Lucida Sans Unicode",Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
        padding-top: 0px;
        padding-bottom: 10px;
	line-height: 15pt;/*....................................................*/
	text-align: left;/*....................................................*/

	
}

/*This is the Header, Categories. It should align perfectly right with the list below it.*/
h1 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, sans-serif;/*....................................................*/
	font-size: 12pt;/*....................................................*/
	font-weight: bold;/*....................................................*/
	line-height: 19pt;
	color: #000000;/*....................................................*/
	margin-right: 0px;
	padding: 0;
	letter-spacing: 3pt;/*....................................................*/
	text-align: right;/*....................................................*/
	}


/*This is the Title of each posting. I'm assuming Wordpress takes care of this with the rest of the main content, but it gives the position from top and left*/	
h2 {
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;/*....................................................*/
	font-size: 16pt;/*....................................................*/
	font-style: normal;/*....................................................*/
	line-height: normal;/*....................................................*/
	font-weight: normal;/*....................................................*/	
	color: #990000;/*....................................................*/
	letter-spacing: 1pt;/*....................................................*/
	margin: 0px;
	padding: 0px;
}
/*This is the footer to each posting*/
h3 {
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;/*....................................................*/
        font-size: 14pt;
	margin: 0px;
	padding: 0px;
	text-align: left;/*....................................................*/
	color: #003773;/*....................................................*/
	

}
/*This is the contributors name*/
h4 {
	font-family: 'Trebuchet MS' Verdana, Arial, Helvetica, sans-serif;/*....................................................*/
	font-size: 10px;/*....................................................*/
	color: #747AA9;/*....................................................*/
	margin: 0px;
	padding: 0px;
}

h5{

        font: 18px "Lucida Sans Unicode", "Trebuchet MS", Arial, Helvetica, sans-serif;	
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #003773;


}

/*This follows on from h2*/
#content {
        width: 450px;/*....................................................*/
	position: absolute;/*....................................................*/
	top: 282px;
	left: 375px;/*.................................................... 430 is the title, h2, but had to adjust to align*/
}

ol {

font: 13px/22px "Lucida Sans Unicode",Verdana, Arial, Helvetica, sans-serif;


}

ul {
	list-style-image: none;
	list-style-type: none;
	display: list-item;
	letter-spacing: 1pt;
	margin: 0px;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}

li (

        font: "Lucida Sans Unicode", Verdana, Helvetica, sans-serif;
        color:#555;

)




/*....................................................*/
/*.             Content Formatting                   .*/
/*....................................................*/


#posts{
       font: 14px/26px "Lucida Sans Unicode",Verdana, Arial, Helvetica, sans-serif;
        font-style: normal;
	line-height: normal;
	font-weight: normal;        
        color:#555;
	padding: 0px;
	line-height: 15pt;/*....................................................*/
	text-align: left;/*....................................................*/
}

#PostTitle {
        font-family: Verdana, Arial, Helvetica, sans-serif;/*....................................................*/
	font-size: 16px;/*....................................................*/
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #003773;
	letter-spacing: 1pt;
	margin: 0px;
	padding: 0px;
        text-decoration: none;
}

#underposts{
	font:10px/22px "Lucida Sans Unicode", Verdana, Helvetica, sans-serif;
        color:#555;
	margin: 0px;
	padding: 0px;
	line-height: 15pt;
	text-align: left;
	
}

/*....................................................*/
/*.             Sidebar Formatting                   .*/
/*....................................................*/

#sidebar ul{
	margin: 0px;
	padding: 0px;
        text-align: right;
	}

#sidebar li a{
font: 10px Verdana;
color: #FFFFFF;
text-decoration: none;
font-weight:bold;
}

#sidebar h2{
  font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;/
  font-size: 14pt;
  font-style: normal;
  line-height: normal;
  font-weight: normal;
  color: #000000;
  letter-spacing: 1pt;
  margin: 0px;
  padding: 0px;
  text-align: right;
}
