/*  
Theme Name: Loopy Blue
Theme URI: http://myblogit.net/2007/07/05/my-first-theme/
Description: A very simple 2 column, widget ready theme.
Version: 1.0
Author: Mr.BlogIt (David Span)
Author URI: http://myblogit.net/

*/


/*
The CSS, XHTML and design is released under Creative Commons Attribution-ShareAlike
	http://creativecommons.org/licenses/by-sa/3.0/
By David Span
*/
body, h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, hr, p, form{
margin: 0;
padding: 0;
font-weight: normal;
}


body{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
	text-align: center;
	vertical-align: top;	
	color: #000;
	background: #0B71E4 url('images/background.jpg')  repeat-x;
}

header h1{
font-family: Georgia, Sans-serif;
font-size: 25px; 
line-height: 40px;
}



a:link, a:visited{
	text-decoration: underline;
	color: #336699;
}

p{
padding: 10px 0 0 0;
}

a:hover{
	text-decoration: none;
}

#wrapper{
	margin: 0 auto;
	width: 900px;
	text-align: left;
	
}

#header{
	float: left;
	width: 900px;
	height: 230px;
	background: #0B71E4 url('images/header_background2.jpg')  no-repeat;
}

#header_name{
font-family: Georgia, Sans-serif;
font-size: 25px;
color:#FFF;
text-decoration: none;
line-height: 40px;
}

#container{
	float: left;
	width: 570px;
	/*background:#FFFFFF url('images/container-back.jpg') repeat-y;*/
	padding: 0;
}

.post{
padding: 10px;
margin: 10px 0;
border: 3px solid #000000;
background: #FFFFFF url('images/post-background.jpg') repeat-x;;
}

.post h2 a{
font-family:  Georgia, Sans-serif;
font-size: 25px;
text-decoration: none;
}

.entry{
line-height: 18px;
}

p.postmetadata{
border-top: 1px solid #ccc;
margin: 10px 0 0 0;
}

.navigation{
padding: 10px 0 10px 0;
font-size: 14px;
font-weight: bold;
line-height: 18px;
text-align:center;
background:white;
width:50%;
margin-left:100px;
}

.sidebar{
	float: right;
	width: 300px;
	/*background:#FFFFFF url('images/sidebar-background.jpg') repeat-y;*/
	background:#F7F4A6;
	margin: 10px 0;
	display: inline;
	border: 3px solid #000000;
}

.sidebar ul{
list-style-type: none;
margin: 0;
padding: 0 10px 0 10px;
}

table#wp-calendar{
width: 100%;
}

.sidebar ul li{
padding: 10px 0 10px 0;
}

.sidebar ul li h2{
font-family: Georgia, Sans-serif;
font-size: 18px;
color:#0B71E4;

}

.sidebar ul ul li{
padding: 0;
line-height: 24px;
}

#footer{
	margin:20px 0 0 0;
	clear: both;
	float: left;
	width: 100%;
	padding-top:10px;
	background:#FFFFFF url('images/footer_background.jpg') repeat-x;
	margin-top:10;
}

#footer p{
line-height:18px;
color:#FFFFFF;
text-align: left;
}

#footer p a{
color:#FFFFFF;

text-decoration: none;
}

#searchsubmit {
margin-left: 10px;
}

a img { border: none;  margin: 10px 0;}