/*
Theme Name: polaroidlove.net
Theme URI: http://www.katiiness.net
Description: Personal theme
Version: 1.0
Author: katiiness
Author URI: http://www.katiiness.net
*/

body, h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, hr, p, form{
margin: 0;
padding: 0;
}

body{
font-family: Arial, Helvetica, Georgia, Sans-serif;
font-size: 11px;
text-align: center;
vertical-align: top;
background: #d0ed82 url('images/contentbg.jpg') fixed repeat-x;
color: #5fb008;
margin: 0;
padding: 0;
}

h1{
font-family: Georgia, Sans-serif;
font-size: 24px;
margin: 0;
padding: 0 0 10px 0;
}

#wrapper{
margin: 0 auto 0 auto;
width: 502px;
text-align: center;
}

#header{
float: left;
width: 800px;
}


#container{
float: left;
width: 502px;
}

.post{
padding: 3px;
border: 5px solid #fff;
background: url('images/postbg.png');
text-align: justify;
margin-bottom: 20px;
}

.post h2{
font-family: Georgia, Sans-serif;
font-size: 18px;
letter-spacing: 4px;
text-align: center;
}

a.headerlink:link, a.headerlink:visited, a.headerlink:active{
text-decoration: none;
color: #0a96a6;
background: transparent;
padding: 2px;
text-transform: uppercase;
letter-spacing: 4px;
}

a.headerlink:hover{
text-decoration: none;
color: #f7306d;
background: transparent;
padding: 2px;
text-transform: uppercase;
letter-spacing: 4px;
}

.entry{
line-height: 18px;
}

p.postmetadata{
margin: 5px 0 0 0;
	background: url('images/separator.png') no-repeat;
	padding-top: 60px;
text-align: center;
}

.sidebar{
float: left;
width: 240px;
background: #eeeeee;
display: inline;
margin: 0 0 0 10px;
}

.sidebar ul{
list-style-type: none;
margin: 0;
padding: 0 10px 0 10px;
}

.sidebar ul li{
padding: 10px 0 10px 0;
}

.sidebar ul li h2{
font-family: Georgia, Sans-serif;
font-size: 14px;
}

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

table#wp-calendar{
width: 100%;
}

.navigation{
padding: 10px 0 0 0;
font-size: 14px;
font-weight: bold;
line-height: 18px;
}

#footer{
text-align: center;
width: 502px;
padding: 3px;
line-height: 18px;
color: #107e82;
font-size: 10px;
}

p{
padding: 10px 0 0 0;
}

a:link, a:visited{
text-decoration: none;
color: #f7306d;
background: transparent;
padding: 2px;
text-transform: uppercase;
}

a:hover{
text-decoration: none;
color: #0a96a6;
background: transparent;
padding: 2px;
text-transform: uppercase;
}

.comments-template{
	background: url('images/separator.png') no-repeat;
	padding-top: 60px;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 4px;
	border: 1px solid #ff8c91;
    background: #ddf1be;
    text-align: left;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
    border-bottom: 1px solid #ff8c91;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}

.box {
position: fixed;
	top: 0px;
	background:#0099FF url('images/headerbg.jpg');
    z-index: 10;
    height: 95px;
    width: 100%;
}