﻿/*
Theme Name: Red Bow
Theme URI: http://love-notes.org
Description: Simple girly theme.
Version: 1.0
Author: Kayee
Author URI: http://love-notes.org
*/

body{
margin: 0;
font-family: Arial, sans-serif;
font-size: 13px;
line-height: 16px;
text-align: center;
background: #FFFFFF;
background: url(bg.png);
background-repeat: repeat-x;
color: #808080;
}

p{
margin: 10px 0 0 0;
}

#wrapper{
margin: 10px auto 5px auto;
width: 770px;
text-align: justify;
}

#header{
width: auto;
text-align: center;
font-size: 45px;
line-height: 32px;
padding: 4px 0 4px 0;
color: #808080;
background: ;
text-transform: lowercase;
font-family: "ARIAL";
letter-spacing: -2px;
}

#container{
float: right;
width: 570px;
margin: 0 0 0 20px;
padding: 0 12px 5px 0;
}

.sidebar{
width: 180px;
padding: 0 0 5px 5px;
}

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

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

.sidebar ul ul li{
padding: 0;
}

#footer{
clear: both;
width: auto;
text-align: right;
padding: 5px;
border-top: 1px solid #C0C0C0;
}

#navigation{
margin: 65px auto 0 auto;
text-align: center;
}

h1{
margin: 18px 0 0 0;
color: #f85078;
text-align: center;
font-size: 22px;
line-height: 24px;
letter-spacing: -2px;
text-transform: lowercase;
font-weight: normal;
}

h2{
margin: 12px 0 0 0;
color: #f85078;
text-align: left;
font-size: 22px;
line-height: 24px;
letter-spacing: -2px;
text-transform: lowercase;
font-weight: normal;
}

a:link, a:visited{
color: #f85078;
text-decoration: none;
}

a:hover{
color: #fa809e;
}

a.navigation:link, a.navigation:visited{
color: #c0c0c0;
font-size: 24px;
line-height: 22px;
letter-spacing: -1px;
text-decoration: none;
padding: 10px;
text-transform: lowercase;
}

a.navigation:hover{
color: #f85078;
}

.postmetadata{
margin: 10px 0 15px 0;
border: 1px solid #EFEFEF;
padding: 5px;
}

textarea, input{
padding: 2px;
border: 1px solid #C0C0C0;
}

blockquote{
padding: 7px;
border: 1px solid #EFEFEF;
border-right: 10px solid #C0C0C0;
margin: 10px 45px 10px 45px;
}

/*COMMENTS*/

.comments-template{
margin: 0;
border-top: 1px solid #FFFFFF;
padding: 10px 0 0;
}

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

.comments-template ol li{
margin: 10px 0 0;
line-height: 18px;
padding: 7px;
border: 1px solid #CCCCCC;
}

.comments-template h2, .comments-template h3{
font-family: arial;
font-size: 16px;
}

.commentmetadata{
font-size: 14px;
letter-spacing: 2px;
text-align: center;
color: #202020;
}

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

.comments-template textarea{
padding: 8px;
color: #808080;
border: 1px solid #F5F5F5;
font-family: "Arial";
font-size: 12px;
}