/*  
Theme Name: Loopy Rainbow
Theme URI: http://myblogit.net/
Description: A very simple 2 column, widget ready theme.
Version: 2.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;
}
h3 {margin-top:5px;color:#0B71E4;}

body{
	margin: 0;
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	color: #000000;
	background: #0B71E4 url('images/header_background.jpg') repeat-x;
}

#primnav {list-style-type: none; padding: 0; margin: 0; }
#primnav li {background: 0 3px url('images/stopvodafoneitem.jpg') no-repeat; padding:0 0 0 20px; }
#primnav li a {font-weight:bold; font-size:16px; }

h1{
font-family: Georgia, Arial, Helvetica, Sans-serif;
font-size: 28px;
border: 1px solid #000000;
margin-top: 35px;
width:670px;
height:70px;
padding: 20px 10px 10px;
background: #FFFFFF url('images/post-background.jpg') repeat-x;
}

a img {border:none;}

a:link, a:visited{
	text-decoration: underline;
	color: #336699;
}

p{
padding: 10px 0 0 0;
}

a:hover{
	text-decoration: none;
	color: #c90000;
}

#wrapper{
	margin: 0 auto 0 auto;
	width: 900px;
	text-align: left;
}

#header{
	float: left;
	width: 900px;
	height: 170px;
}
#header_name{
font-family: Arial, Helvetica, Georgia, Sans-serif;
font-size: 38px;
color:#000;
text-decoration: none;
}

#container{
	float: left;
	width: 670px;
	/*background:#FFFFFF url('images/container-back.jpg') repeat-y; */
	padding: 0 10px 0 10px;
}

.post{
padding: 10px;
margin: 10px;
border: 1px solid #000000;
background: #FFFFFF url('images/post-background.jpg') repeat-x;
-moz-border-radius:4px;

}

.post h2{
font-family: Arial, Helvetica, Georgia, Sans-serif;
font-size: 25px;
}

.entry{
line-height: 18px;
}

p.postmetadata{
border-top: 1px solid #ccc;
margin: 10px 0 0 0;
}

.navigation{
padding:2px;
text-align:center;
background:white;
border: 1px solid #000000;
}

.sidebar{
	float:left;
	width: 160px;
	background:#F7F4A6;
	margin: -82px 0 0 10px;
        
	display: inline;
	border: 3px solid #000000;
        padding:15px;
}

#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;
}

blockquote {
padding-left: 20px;
}