/*
Theme Name: Fangirl
*/

@charset "UTF-8";
/* CSS Document */

/* General */

html, body {
	height: 100%; /*footer*/
}

body {
	margin: 0px;
	background: url(images/bg_pattern_header.gif) top center repeat-x #deddc2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1a1915;
}

body:before { /*Opera Fix for footer*/
	content: "";
	height: 100%;
	float: left;
	width: 0;
	margin-top: -32767px;
}

.clear {
	clear: both;
	float: none !important;
	border: 0px solid !important;
	font-size: 0px;
	height: 0px;
	padding: 0px !important;
}

.italic {
	font-style: italic;
}

.bold {
	font-weight: bold;
}

img.image {
	border: 1px solid #deddc2;
	padding: 2px;
}

p {
	margin-top: 17px;
	margin-bottom: 17px;
}

.site_wrapper {
	position: relative;
	min-height: 100%; /*footer*/
}

.rounded_corners,
.gr_custom_header_1299109910 {
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
	behavior: url(border-radius.htc);
}

.rounded_corners_search {
	-moz-border-radius: 5px 0px 0px 5px;
    -webkit-border-radius: 5px 0px 0px 5px;
    -khtml-border-radius: 5px 0px 0px 5px;
    border-radius: 5px 0px 0px 5px;
	behavior: url(border-radius.htc);
}

.rounded_corners_submit {
	-moz-border-radius: 0px 5px 5px 0px;
    -webkit-border-radius: 0px 5px 5px 0px;
    -khtml-border-radius: 0px 5px 5px 0px;
    border-radius: 0px 5px 5px 0px;
	behavior: url(border-radius.htc);
}

.shadows,
.gr_custom_book_container_1299109910 img {
	-moz-box-shadow: 0 0 5px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 5px 0px rgba(0,0,0,0.2);
	box-shadow: 0 0 5px 0px rgba(0,0,0,0.2);
}

input, select, textarea {
	background-color: #fff;
	border: 1px solid #bfb695;
	color: #1A1915;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.text, textarea {
	padding: 4px;
	margin: 0px;
}

.button {
	font-weight: bold;
	background-color: #bfb695 !important;
	color: #fff !important;
	cursor: pointer;
}


/* Body */

.body_container {
	position: relative;
	width: 910px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 0px 83px 0px; /*footer plus spacing above footer*/
	overflow: auto; /*footer*/
}

.title_fangirl {
	position: absolute;
	top: 25px;
	left: 0px;
}


/* Sidebar */

.sidebar_container {
	float: left;
	width: 214px;
	margin-top: 113px;
	margin-bottom: 40px;
	background: url(images/book_stack.png) top left no-repeat;
	padding-top: 158px;
	font-size: 11px;
}

.sidebar_section,
.gr_custom_container_1299109910 {
	list-style-type: none;
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 0px 0px;
}

.sidebar_section h2,
.gr_custom_header_1299109910 {
	font-size: 13px;
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	font-weight: normal;
	background-color: #bfb695;
	padding: 6px 12px 6px 12px;
	letter-spacing: 1px;
	margin: 0px 0px 12px 0px;
}

.sidebar_section a:link,
.sidebar_section a:visited,
.gr_custom_container_1299109910 a:link,
.gr_custom_container_1299109910 a:visited {
	color: #898d63;
	text-decoration: none;
}

.sidebar_section a:hover,
.gr_custom_container_1299109910 a:hover {
	color: #bfb695;
	text-decoration: none;
}

.sidebar_section ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 12px;
}

.sidebar_section ul li {
	list-style-image: none;
	list-style-position: inside;
	list-style-type: disc;
	color: #bfb695;
	line-height: 15px;
}

.search_section {
	position: relative;
	margin-bottom: 53px;
}

.search_section .text {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 172px;
	height: 13px;
	z-index: 2;
}

.search_section .button {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 23px;
	width: 50px;
	text-align: right;
	z-index: 1;
}

.tag_section .tag_block {
	text-align: center;
}

.archive_section div {
	text-align: center;
}

.archive_section select {
	width: 190px;
	background-color: #fff;
	border: 1px solid #bfb695;
}


/* Goodreads Widget */

.gr_custom_container_1299109910 {
	/* customize your Goodreads widget container here*/
	margin-bottom: 15px !important;
}
	
.gr_custom_header_1299109910 a:link,
.gr_custom_header_1299109910 a:visited {
/* customize your Goodreads header here*/
	color: #fff !important;
	cursor: default;
}

.gr_custom_header_1299109910 a:hover {
/* customize your Goodreads header here*/
	color: #fff !important;
}
	
.gr_custom_each_container_1299109910 {
/* customize each individual book container here */
	width: 100%;
	clear: both;
	overflow: auto;
	padding: 0px 0px 4px 7px;
}
	
.gr_custom_book_container_1299109910 { 
/* customize your book covers here */
	padding: 5px;
	margin: -3px 6px 0px 0px;
        float: left;
}

.gr_custom_title_1299109910 {
/* customize your book titles here */
	padding-bottom: 3px;
	font-size: 12px;
}
	
.gr_custom_author_1299109910 {
/* customize your author names here */
	font-size: 10px;
	font-style: italic;
}
	
.gr_custom_tags_1299109910 {
/* customize your tags here */
	font-size: 10px;
	color: gray;
}
	
.gr_custom_rating_1299109910 {
/* custoimize your rating stars here */
	float: right;
	display: none;
}

.gr_custom_container_1299109910 br {
	/* customize your Goodreads widget container here*/
	float: none !important;
	border: 0px solid !important;
	font-size: 0px !important;
	height: 0px !important;
	padding: 0px !important;
}

.gr_custom_container_1299109910 center {
	/* customize your Goodreads widget container here*/
	display: none;
}


/* Navigation Tabs */

.content_wrapper {
	float: right;
	width: 672px;
	margin-top: 92px;
}

.main_nav_container {
	float: right;
	position: relative;
	z-index: 1;
	text-align: right;
	margin-right: 29px;
	margin-bottom: 7px;
}

.main_nav_container li {
	float: left;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

.main_nav_container li a {
	-moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    -khtml-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
	behavior: url(border-radius.htc);
	text-transform: lowercase;
}

.main_nav_container a:link,
.main_nav_container a:visited {
	background-color: #bfb695;
	font-size: 13px;
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	letter-spacing: 1px;
	padding: 8px 12px 7px 12px;
	margin-left: 10px;
}

.main_nav_container a:hover {
	color: #e62581;
}

.main_nav_container .current_page_item a {
	background-color: #fff;
	color: #e62581;
	-moz-box-shadow: 0 0 5px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 5px 0px rgba(0,0,0,0.2);
	box-shadow: 0 0 5px 0px rgba(0,0,0,0.2);
}


/* Content */

.content_container {
	position: relative;
	z-index: 2;
	width: 614px;
	padding: 24px;
	margin-left: 5px;
	margin-bottom: 40px;
	background-color: #fff;
}

.content_container .archive_headers {
	text-align: right;
	font-style: italic;
	color: #898d63;
	margin-bottom: 20px;
}

.content_container .archive_headers span {
	font-weight: bold;
}

.content_container .single_post {
	margin-bottom: 80px;
}

.content_container h1 {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	font-family: Helvetica, Arial, sans-serif;
	padding-bottom: 3px;
	color: #e62581;
}

.content_container h1 a:link,
.content_container h1 a:visited {
	color: #e62581;
	text-decoration: none;
}

.content_container h1 a:hover {
	color: #a39c82;
	text-decoration: none;
}

.content_container .timestamp {
	font-size: 10px;
	color: #a9a184;
}

.content_container .timestamp span {
	font-style: italic;
}

.content_container .content_post {
	line-height: 17px;
}

.content_container .content_post li {
	padding-bottom: 5px;
}

.content_container .content_post a:link,
.content_container .content_post a:visited {
	color: #e62581;
	text-decoration: none;
}

.content_container .content_post a:hover {
	color: #a39c82;
	text-decoration: none;
}

#postMood {
	font-style: italic;
	padding-top: 15px;
	font-size: 11px;
}

.content_container  img.image {
	border: 1px solid #deddc2;
	padding: 2px;
}

.content_container .post_footer {
	position: relative;
	font-size: 10px;
	color: #a39c82;
	background-color: #deddc2;
	padding: 12px 12px 10px 12px;
	margin-top: 50px;
	margin-bottom: 25px;
}

.content_container .post_footer .posted_by {
	float: left;
	padding-top: 2px;
}

.content_container .post_footer a {
	float: right;
}

.content_container .post_footer a:link,
.content_container .post_footer a:visited,
.content_container .post_nav_container a:link,
.content_container .post_nav_container a:visited {
	font-size: 16px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #e62581;
	text-decoration: none;
}

.content_container .post_footer a:hover,
.content_container .post_nav_container a:hover {
	color: #a39c82;
	text-decoration: none;
}

.content_container .post_footer .avatar {
	position: absolute;
	left: 254px;
	top: -33px;
	background-color: #fff;
	padding: 2px;
	border: 1px solid #deddc2;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
	behavior: url(/css/border-radius.htc);
}

.content_container .post_nav_container .older {
	float: left;
}

.content_container .post_nav_container .newer {
	float: right;
}


/* Comments */

.comment_list {
	margin-bottom: 40px;
	border-top: 1px solid #bfb695;
}

.comment_container {
	border-bottom: 1px solid #bfb695;
	padding: 12px 0px 6px 0px;
}

.comment_container a:link, 
.comment_container a:visited,
.commentForm a:link,
.commentForm a:visited {
	color: #e62581;
	text-decoration: none;
}

.comment_container a:hover,
.commentForm a:hover {
	color: #a39c82;
	text-decoration: none;
}

.comment_author {
	float: left;
	color: #e62581;
	font-size: 13px;
}

.comment_timestamp {
	float: right;
	font-size: 10px;
	color: #a9a184;
}

.comment_timestamp span {
	font-style: italic;
}

.comment_body {
	padding-left: 25px;
	line-height: 17px;
}

.commentForm {
	margin-top: 20px;
}

.commentForm div {
	margin-top: 5px;
	margin-left: 25px;
}

.commentForm textarea {
	margin: 0px !important;
}


/* Pages */

.single_page {
	margin-bottom: 24px !important;
}

.single_page h1 {
	margin-bottom: 20px !important;
}

table.layouts_container td {
	vertical-align: top;
	padding-bottom: 40px;
}

table.layouts_container .thumbnail {
	padding-right: 12px;
}

table.layouts_container .writeup .theme_title {
	font-size: 13px;
}

table.layouts_container .writeup .theme_title span {
	font-weight: bold;
}

table.layouts_container .writeup span.specs {
	font-size: 10px;
	font-style: italic;
}

.single_page span.subheadings {
	font-size: 13px;
	font-weight: bold; 
}


/* Footer */

.footer_wrapper {
	position: relative; /*footer*/
	margin: -83px auto 0px auto; /*footer - negative value of footer height and extra spacing */
	height: 83px; /*footer*/
	clear: both; /*footer*/
	background: url(images/bg_pattern.gif) top center;
}

.footer_wrapper .footer_border {
	position: absolute;
	top: 0px;
	height: 9px;
	width: 100%;
	background: url(images/bg_border_footer.gif) repeat-x;
}

.footer_container {
	position: relative;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

.footer_container img.book_glasses {
	position: absolute;
	top: -16px;
}

.footer_container .follow_me_container {
	position: absolute;
	top: 32px;
	left: 162px;
}

.footer_container .follow_me_container a {
	margin-right: 2px;
}

.footer_container .footer_nav {
	position: absolute;
	top: 29px;
	right: 0px;
	text-align: right;
	font-size: 11px;
	color: #a39c82;
	line-height: 17px;
}

.footer_container .footer_nav a:link,
.footer_container .footer_nav a:visited {
	color: #fff;
	text-decoration: none;
}

.footer_container .footer_nav a:hover {
	color: #e62581;
	text-decoration: none;
}

.footer_container .footer_nav span {
	font-size: 10px;
}
