/*
Theme Name: The Bookworm Confessions
Theme URI: http://www.chaptersandpages.com/
Description: Wordpress theme for Sasha
Version: 1.0
Author: Anne
Author URI: http://pinkfab.info
*/




body {
	margin: 0px;
	padding: 0px;
	background: #fff;
	font: 14px Georgia, Helvetica, sans-serif;
	color: #333;
	line-height:1.6em;
}

h1, h2, h3 {
	margin-top: 0px;
}

h1 {
	font-size: 2.4em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.4em;
}

p, ol, ul {
	margin-bottom: 1.8em;
	line-height: 160%;
}

a {
	color: #c72e64;
        text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #393939;
}

a img {
	border: none;
}

/* Header */

#header {
	width: 920px;
	height: 70px;
	margin: 10px auto;
}


/* Logo */

#logo {
	float: left;
	padding-left: 50px;
	background: url(images/header.png) top left no-repeat;
	width: 920px;
	height: 90px;
	overflow: hidden;
}

#logo h1{
margin:-10px 5px 0;
padding:15px 20px 0px 45px;
line-height:1.2em;
text-transform:uppercase;
letter-spacing:.2em;
font-family: Georgia;
font-weight: normal;
font-size: 28px;
color:#e87e93;
}

#logo p {
margin:0 5px 5px;
padding:2px 20px 15px 5px;
max-width:700px;
text-transform:uppercase;
letter-spacing:.2em;
line-height: 1.4em;
font: normal normal 78% 'Trebuchet MS', Trebuchet, Arial, Verdana, Sans-serif;
color: #9D1961;
}

#logo h1 {
	padding: 25px 0px 0px 0px;
}

#logo a {
	color: #393939;
}

/* Menu */

#menu {
	float: right;
	margin-top: -220px;
}

#menu ul {
	margin: 0px 0 0 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	margin: 0px 5px 0px 1px;
}

#menu a {
	display: block;
	width: 50px;
	height: 20px;
	padding: 8px;
	background: #FED1F1;
	color: #000;
	text-align: center;
	font-weight: bold;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .first {
	background: none;
}

#menu .active a {
}

/* Page */

#page {
	width: 920px;
	margin: auto;
	padding: 30px 0px;
	background: url(images/wrap.png) repeat;
}

/* Content */

#content {
	float: left;
	width: 525px;
	margin-top: -20px;
	margin-left: 25px;
}

.post {
	margin: 0px 0px 30px 0px;
	padding:15px;
	text-align: justify;
}

.post ul li {
	background: url(images/li.gif) top left no-repeat;
	list-style-type: none;
	padding-left: 18px;
}

.post .title {
	margin-top: 10px;
	padding: 0px 0px 5px 0px;
	color: #c72e64;
}

.post .title a {
margin:.25em 0 0;
padding:0 0 4px;
font-size:75%;
font-weight:normal;
text-decoration: none;
line-height:1.4em;
color:#c72e64;
}

.post .title a:hover {
color:#333333;
}

.post .entry {
}

.post .meta {
	font-weight: bold;
}

.post .byline {
	margin-top: -20px;
	color: #333;
}

.post .byline a{
	color:#c72e64;
	text-decoration: none;
}

.post .byline a:hover{
	color:#c72e64;
	text-decoration: underline;
}

.post .tags {
	color: #474547;
}

.post .tags a{
	color: #9AB101;
}

.post .links {
	color: #c72e64;
	font-family: georgia;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 1px;
}

.post .links a{
	color: #c72e64;
	font-weight: normal;
	text-decoration: none;
}

.post .links a:hover{
	text-decoration: underline;
}

.navigation a{
	text-decoration: none;
	padding: 10px;
	color: #c72e64;
}

.navigation a:hover{
	text-decoration: underline;
}


.mydate {
background: #e87e93;
text-transform: uppercase;
letter-spacing: 1px;
font-weight: bold;
color: #fff;
margin: 1px;
text-align: right;
font-size: 11px;
font-family: Georgia;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 370px;
	color: #FFFFCC;
}

#sidebar-bgtop {
	height: 3px;
}

#sidebar-bgbtm {
	height: 3px;
}

#sidebar-content {
	padding: 0px 20px 20px 20px;
}

#sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#sidebar li ul {
	margin-bottom: 1.8em;
	list-style: none;
}

#sidebar li li {
	padding: 2px 3px 2px 4px;
	background: #F3BBC2;
	border-bottom: #E87E94 solid 2px;
}

#sidebar li li a{
	color: #FF00FF;
}

#sidebar h2 {
	font-size: 12px;
	text-transform: uppercase;
	color: #C72E64;
	letter-spacing: 1px;
}

#sidebar a {
	text-decoration: none;
	color: #C72E64;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Search */

#search {
}

#search form {
	margin-bottom: 1.8em;
	padding: 0px;
}

#search fieldset {
	margin: 0px;
	padding: 0px;
	border: none;
}

#search #s {
	width: 160px;
}

/* Footer */

#footer {
	clear: both;
	width: 920px;
	margin: 0px auto;
	color: #666;
	background: url(images/footer.png) top left no-repeat;
}

#footer p {
	margin: 0px;
	padding: 30px;
	text-align: center;
	line-height: normal;
	font-size: smaller;
}

#footer a {
	color: #666;
}

#commentform {
	padding: 10px;
}

#comment {
	width: 300px;
	height: 100px;
}


textarea, input, select, insert {
	background-color: #FFFFFF;
	border: 1px solid #dadada;
	margin-bottom: 6px;
	padding: 3px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#tweets {
	font-family: Tahoma;
	color: #666;
	font-size: 10px;
	text-align: left;
	margin-left: 250px;
	padding: 50px 10px 0px 10px;
}

