/*  
Theme Name: Retro
Theme URI: http://nerdized.com/
Description: Theme for BlackBook Poetry
Version: 1.0
Author: Tobias Lidström
Author URI: http://nerdized.com/
*/

/* elements */

html, body {
	margin: 0;
	padding: 0;
}

body {
	background: silver;
}

body, select, input, textarea {
	font-family: georgia, verdana, arial;
	font-size: 11pt;
	color: #1a1a1a;
}

textarea {
	margin-bottom: 5px;
}

a {
	text-decoration: none;
	outline: none;
	color: #af4040;
}

a img {
	border: none;
}

a:hover {
	text-decoration: underline;
}

p {
	margin: 0;
	margin-bottom: 15px;
	line-height: 140%;
}

p:first-letter {
	text-transform: capitalize;
}

h1, h2, h3 {
	font-weight: normal;
	margin: 0;
	padding: 0;
	clear: both;
	padding-bottom: 10px;
	padding-top: 0;
	text-align: left;
}

h1 {
	font-size: 18pt;
	letter-spacing: 1px;
	padding-bottom: 5px;
}

h2 {
	font-size: 16pt;
	font-style: italic;
	padding-bottom: 10px;
}

h3 {
	font-size: 13pt;
	font-style: italic;
	padding-bottom: 10px;
}

form {
	margin: 0;
	padding: 0;
}

form input[type=hidden], form input[type=image] {
	border: none !important;
	padding: 0 !important;
}

input, textarea, select {
	padding: 3px;
	font-size: 10pt;
}

input:hover, textarea:hover, select:hover {
	border: 1px solid #737373;
}

input[type=submit] {
	padding: 4px;
	font-size: 9pt;
}

select, input, textarea {
	color: black;
	border: 1px solid #abad9a;
	background: #fcfcfc;
}

ul, ol, li {
	padding: 0;
	margin: 0;
}


/*************************
	Properties
**************************/

#index {
	position: relative;
	z-index: 1;
	display: table;
	width: 960px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	background: url('images/page-background.jpg');
	border-left: 1px solid black;
	border-right: 1px solid black;
}

#page {
	position: relative;
	z-index: 2;
}

#header {
	width: 100%;
	height: 449px;
	background: url('images/header2-background.png') no-repeat;
}

#main {
	position: relative;
	z-index: 3;
	background: url('images/main2-background.png') repeat-y;
}

#content {
	position: relative;
	z-index: 4;
	text-align: left;
	background: url('images/content-background.png') bottom no-repeat;
	display: table;
	width: 100%;
	padding-bottom: 50px;
}

#feedicon {
	position: absolute;
	top: 300px;
	right: 48px;
	width: 60px;
	height: 105px;
}

#ispage {
	text-align: justify;
	min-height: 500px;
}



/*********************
	Top Menu
**********************/

#topmenu {
	position: relative;
	z-index: 5;
	top: 295px;
	left: 520px;
	width: 100px;
}

#topmenu li {
	list-style-type: none;
	margin-bottom: 2px;
}

#topmenu li a {
	font-size: 10pt;
	font-style: italic;
	font-weight: bold;
}


/*********************
	Side Menu
**********************/

#side {
	float: right;
	position: relative;
	z-index: 5;
	right: 104px;
	top: 0;
	width: 350px;
	display: block;
	margin-top: -40px;
	padding-top: 0;
	padding-left: 20px;
	border-left: 1px solid #c0bfb7;
}



/*********************
	Footer
**********************/

#footer {
	position: relative;
	top: 0;
	z-index: 2;
	height: 146px;
	display: block;
	background: url('images/footer-background.png') no-repeat;
	font-size: 8pt;
}

#footer #site_links {
	position: relative;
	z-index: 5;
	top: 0;
	width: 170px;
	display: table;
	margin-left: auto;
	margin-right: auto;
	opacity: 0.7;
}

#footer #site_links a {
	color: #1a1a1a;
	font-weight: bold;
	padding-right: 4px;
	display: inline-block;
}

#footer #site_info {
	position: relative;
	z-index: 5;
	top: 5px;
	width: 270px;
	display: table;
	margin-left: auto;
	margin-right: auto;
	opacity: 0.7;
}

#footer #site_info p {
	margin-bottom: 0;
}



/*********************
	Post
**********************/

.post {
	position: relative;
	z-index: 5;
	top: 0;
	left: 105px;
	float: left;
	margin-top: -250px;
	padding-top: 40px;
	padding-right: 20px;
	margin-bottom: 0;
	width: 360px;
	border-right: 1px solid #c0bfb7;
}

.post h1 {
	font-style: italic;
	font-variant: small-caps;
	width: 355px;
	color: #593817;
}

.post h1 a {
	font-style: italic;
	font-variant: small-caps;
	width: 480px;
	color: #593817;
}

.post h3 {
	margin-top: 50px;
	font-variant: small-caps;
	font-weight: bold;
	color: #593817;
}

.post ul {
	margin: 0;
}

.post ul li {
	margin-left: 0;
	margin-bottom: 4px;
	list-style-type: none;
}

.post ul li a {
	font-style: italic;
	font-weight: bold;
	font-size: 10pt;
}

.post img {
	margin-bottom: 10px;
}

.post .post_info {
	margin-bottom: 30px;
}

.post .post_info p {
	font-size: 8pt;
	margin-bottom: -2px;
}

.post .post_info .date {
	font-size: 9pt;
	color: #4d4d4d;
}



/*************************
	Browse List
*************************/
#list p {
	font-style: italic;
}

#list a {
	font-style: italic;
	font-weight: bold;
	font-size: 10pt;
}

#list ul {
	margin-top: 10px;
	margin-bottom: 30px;
}

#list ul li {
	position: relative;
}

#list ul li a {
	position: relative;
	z-index: 2;
	background: #e2e1d7;
}

#list ul li span {
	position: absolute;
	z-index: 1;
	top: -2px;
	left: 0;
}



/*************************
	Section
*************************/
.section {
	border-bottom: 1px solid #c0bfb7;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 25px;
	margin-bottom: 25px;
}

.section.noborder {
	border: none;
}

.section h2 {
	font-size: 18pt;
	letter-spacing: 1px;
	font-style: italic;
	font-variant: small-caps;
	color: #593817;
}

.section p {
	margin-top: -3px;
	margin-bottom: 10px;
	font-size: 11pt;
	font-style: italic;
	line-height: 155%;
	text-align: justify;
}

.section ul {
	margin: 0;
}

.section ul li {
	margin-left: 0;
	list-style-type: none;
}

.section a {
	font-style: italic;
	font-weight: bold;
	font-size: 10pt;
}








/*************************
	WHACK Functions
*************************/
#whack_pages_links {
	float: right;
}

#whack_pages_links a, #whack_pages_links strong {
	border: 1px solid #737373;
	display: inline-block;
	padding-top: 1px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	text-align: center;
	font-weight: bold;
	font-style: normal;
	font-size: 9pt;
	margin-right: -2px;
}

#whack_pages_links strong {
	background: #737373;
	color: white;
}

#whack_pages_links a {
	background: #f2f1e6;
	color: #40403d;
}

#whack_pages_links a:hover {
	text-decoration: none;
	background: #737373;
	color: white;
}



/*************************
	Comments
*************************/

#comments {
	position: relative;
	top: 0;
	left: -20px;
	z-index: 5;
	width: 355px;
}

#comments_form {
	display: block;
	padding-top: 80px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 70px;
	background: url('images/comments2-header.png') top left no-repeat;
	width: 355px;
}

#comments_form label {
	font-size: 9pt;
}

#comments_form input, #comments_form select, #comments_form textarea {
	display: block;
	margin-top: 3px;
	margin-bottom: 10px;
}

#comments_form input[name=author], #comments_form input[name=email], #comments_form input[name=url] {
	width: 240px;
}

#comments_form textarea {
	width: 330px;
	height: 130px;
}

#comments_form input[type=submit] {
	font-size: 11pt;
	font-weight: bold;
	padding: 5px;
}

#comments_list {
	margin-top: 40px;
	padding-top: 50px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	background: url('images/comments-list2-header.png') top left no-repeat;
}

#comments #comments_list .comment {
	position: relative;
	z-index: 6;
	display: table;
	width: 310px;
	background: #e5e5da;
	padding: 15px;
	margin-bottom: 15px;
	border: 1px solid silver;
}

#comments .comment .comment_image img {
	float: left;
	margin-top: -3px;
	margin-left: -5px;
	border: 1px solid silver;
}

#comments .comment .comment_author {
	font-weight: bold;
	font-size: 8pt;
	text-align: right;
	opacity: 0.7;
	margin-right: -8px;
	margin-bottom: -8px;
}

#comments .comment .comment_date {
	font-size: 8pt;
	opacity: 0.7;
	text-align: right;
	margin-bottom: 3px;
	margin-right: -4px;
}

#comments .comment .comment_text {
	position: relative;
	z-index: 7;
	top: -3px;
	left: 10px;
	display: table;
	width: 75%;
	padding-right: 20px;
	margin-bottom: -5px;
	font-size: 9pt;
	text-align: justify;
}
