/*  
Theme Name: new_loos
Theme URI: http://www.wpdesigner.com
Description: This is my theme for a tutorial.
Version: 1.0
Author: Richard Lord
Author URI: http://lastoutpostofsanity.com/
*/

/*main design------------------------------------------------------*/

body{
	font-family: Arial, Helvetics, Georgia, Sans-serif;
	font-size: 12px;
	margin: 0;
	background: #fed7dd;
	color: #000000;
}

#wrapper{
	width: 800px;
	margin: 0 auto 0 auto;
}

#header{
	padding: 0;
	margin: 0;
	float: left;
	width: 800px;
	background: #fed7dd;
}

#sidebar{
	float: left;
	width:	150px;
	background: #fed7dd;
	text-align: left;
}

#container{
	float: left;
	width: 650px;
	background: #fed7dd;
	text-align: left;
}

#footer{
	clear: both;
	float: left;
	width: 800px;
	text-align: center;
	background: #ffa7b3 repeat ;
}

/*post-------------------------------------------------------------*/

.postmetadata{
	background: #ffa7b3 url(images/layer.jpg) repeat ;
	padding:5px 3px;
}

.postmetadata a{
	padding-left:5px;
	text-decoration:none;
	color: #000000;
}

/*images------------------------------------------------------------*/

a img{
	border: none;
}

#sidebar a img{
         margin: 10px 0 0 0;
}

/*paragraph---------------------------------------------------------*/

p{
	margin: 0;
	padding: 0;
}


/*post title style(h2)----------------------------------------------*/

h2 {
	margin: 0;
	padding: 0;
	color: #60a5c5;
}

h2 a{
	margin: 0;
	padding: 0;
	text-decoration:none;
}

h2 a:link{
	color: #60a5c5;
}

h2 a:visited{
	color: #60a5c5;
}

/*previous and next entries------------------------------------------*/

.navigation{
	padding:20px;
}

.navigation a{
	background: #ffa7b3 repeat;
	color:black;
	padding:5px 10px;
}

.alignleft{
	float: left;
	text-align: left;
	width: 50%;
}

.alignright{
	float: right;
	text-align: right;
	width: 50%;
}