/*  
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
*/
*{
margin: 0;
padding: 0;
}
body, h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, hr, p, form{
margin: 0;
padding: 0;

}


body{
	margin: 0;
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	
	color: #000000;
	background: #bed1df url('images/header-bg.png') repeat-x;
}

h1{
font-family: Times New Roman;
font-size: 30px;
padding: 25px 10px 20px 10px;
margin-bottom: 11px;
}

*+html h1{
	margin-bottom:6px;
}
* html h1{
	margin-bottom:6px;
}


a:link, a:visited{
	text-decoration: underline;
	color: #0d3655;
}

p{
padding: 10px 0 0 0;
color: #315b7e;
font-family:Arial, Helvetica, sans-serif;
}

a:hover{
	text-decoration: none;
}

#wrapper{
	margin: 0 auto 0 auto;
	width: 900px;
	text-align: left;
	
}

#header{
	float: left;
	width: 900px;
	height: 170px
}
#header_name{
font-family: Times New Roman;
font-size: 50px;
color:#FFFFFF;
text-decoration: none;
}

#container{
	float: left;
	width: 658px;
	/*background:#FFFFFF url('images/container-back.jpg') repeat-y;*/
	
}



.post{
padding: 10px;
margin: 10px;
/*border: 3px solid #000000;*/
background: #d8e3eb;
}

.post h2{
font-family: Times New Roman;
font-size: 25px;
}

.entry{
line-height: 18px;
}

p.postmetadata{
border-top: 1px solid #9ab1c5;
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;
}

.post-box-top{
	background: url('images/post-box-top.png') no-repeat top left;
	padding: 14px 0 0;
	float: left;
}

.post-mid{
	background: url('images/post-mid.png') repeat-y;
	padding: 0 10px;
	float: left;
	width:635px;
}

.post-box-bottom{
	background: url('images/post-box-bottom.png') no-repeat bottom left;
	padding: 0 0 14px;
	float: left;
}

.box-top{
	background: url('images/box-top.gif') no-repeat;
}

.sidebar-top{
	background: url('images/sidebar-top.png') no-repeat top left;
	padding: 0 0 0 0;
}

.sidebar-bottom{
	background: url('images/sidebar-btm.png') no-repeat bottom left;
	padding: 0 0 0 0;
}

.sidebar{
	float: right;
	width: 215px;
	/*background:#FFFFFF url('images/sidebar-background.jpg') repeat-y;*/
	background: #315876;
	margin: 0 0 0 1px;
	display: inline;
	
}

.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: Arial;
font-size: 14px;
color:#ffffff;
background: url('images/bubble.gif') no-repeat ;
padding: 0 0 0 17px;
}

.sidebar a{
	color: #ffffff;
	padding: 0 0 0 17px;
}

.sidebar ul ul li{
padding: 0;
line-height: 24px;
}

#footer{
	margin:20px 0 0 0;
	clear: both;
	float: left;
	width: 100%;
	
	background:#FFFFFF url('images/footer-span.png') repeat-x;
	margin-top:10;
}

#footer p{
line-height:5px;
color:#FFFFFF;
text-align: left;
padding: 5pt;
font-weight:900;
}

#footer p a{
color:#FFFFFF;

text-decoration: none;
}