/*
Theme Name: Freaking Collage 2
Theme URI: http://freakingbookworm.com
Description: Freaking Bookworm WordPress theme
Version: 3.0
Author: Elizabeth K. Barone
Author URI: http://ekbdesigns.com
*/

@charset "utf-8";
/* CSS Document */

* {
	padding: 0;
	margin: 0;
}

body {
	background-color: #cc3300;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #cc3300;
}

a:link, a:hover, a:visited, a:active {
	color: #006666;
	text-decoration: none;
	font-weight: bold;
}

p {
	padding: 5px;
}

h1, h2, h3, h4, h5, h6, h7 {
	font-style: italic;
	color: #660000;
}

blockquote {
	margin-left: 5%;
	border-left: dotted 3px #cc3300;
}

ul, ol {
	margin-left: 10%;
}

#wrapper {
	width: 1000px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
}

#header {
	background-image: url(images/freakingcollage_masthead3_1000x200.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 200px;
	background-color: #ffffff;
}

#nav {
	background-color: #660000;
	text-align: right;
	padding: 5px;
}

#nav a {
	color: #cc3300;
}

#nav a:hover {
	color: #cc3300;
}

#sidebar {
	float: right;
	width: 30%;	
	margin-top: 30px;
	padding: 15px;
}

#sidebar ul, #sidebar li, li.cat-item {
	list-style: none;
	margin-left: 10%;
}

#content {
	width: 60%;
	margin-right: 5%;
	margin-left: 2%;
	margin-top: 41px;
	padding-top: 10px;
	min-height: 2000px;
}

#footer {
	border-top: dotted 3px #cc3300;
	text-align: center;
	background-color: #660000;
}

#searchform {
	text-align: center;
}
	
#searchform label.screen-reader-text {
	display: none;
}

/* ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
/* home page */
p.byline {
	color: #c0c0c0;
}

p.meta {
	color: #c0c0c0;
}

p.leave-comment {
	color: #cc3300;
	font-size: 12px;
	margin-bottom: 5%;
	border-bottom: dotted 3px #cc3300;
}

/* post/page image behavior */
.wp-caption {
	border: solid 1px #cc3300;
	padding-top: 4px;
	text-align: center;
}

.wp-caption img {
	border: solid 1px #cc3300;
}

.alignleft {
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	display: block;
}

.alignright {
	float: right;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	display: block;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption-text {
	color: #006666;
	font-style: italic;
	text-align: center;
	font-size: 10px;
}

/* comments */
.comment {
	list-style: none;
	font-style: normal;
}

.comment-body {
	border-top: solid 1px #cc3300;
	border-bottom: solid 1px #cc3300;
	margin: 10px;
	padding: 5px;
}

ul.children {
	margin-left: 15px;
}

/* page children menu */
ul.page-children {
	text-align: center;
	list-style: none;
	width: 100%;
	min-height: 30px;
}

ul.page-children li {
	float: left;
	padding: 5px;
}