/*  
Theme Name: Flashback
Theme URI: http://clashed.floriental.org
Description: Going for something simple, with a touch of complexity.
Version: 1.0
Author: Pocci
Author URI: http://clashed.floriental.org
*

/*BASICS*/ 

html {
background: url('http://i646.photobucket.com/albums/uu181/crashmysky/Flashbackbackground.jpg') repeat-x;
}

body {
margin: 0px;
padding: 0px;
text-align: center;
font-family: arial;
font-size: 9pt;
color: #494949;
}

b, strong {
color: #DA1E1F;
}

i, em {
color: #D59017;
font-family: georgia;
}

/*LAYOUT*/

#container {
width: 1000px;
height: 528px;
margin: 0 auto;
text-align: center;
}

/*NAVIGATION*/

.nav {
width: 1000px;
height: 27px;
margin: 0 auto;
padding: 5px;
text-align: center;
font-family: arial;
text-transform: uppercase;
font-size: 16pt;
color: #F7F7F7;
letter-spacing: -2px;
}

/*LINKS*/

a {
color: #32B5A3;
text-decoration: none;
}

a:hover {
color: #B7B139;
}

/*CONTENT*/

#content {
width: 780px;
margin: 0 auto;
}

#main {
width: 570px;
float: left;
text-align: left;
}

#sidebar {
width: 200px;
float: right;
text-align: left;
}

.box {
background: #D9C6A5;
padding: 10px;
border-left: 10px solid #C1AD30;
line-height: 16pt;
}

blockquote {
background-color: #D5C48E;
font-family: tahoma;
font-size: 8pt;
color: #8F5219;
padding: 10px;
border-bottom: 15px solid #C2874D;
border-right: 1px dotted #C2874D;
}

/*FOOTER*/

.footerbox {
font-family: tahoma;
font-size: 8pt;
float: none;
text-transform: uppercase;
margin: 0 auto;
background: #D1BA98;
padding: 10px;
border-left: 10px solid #CEBA64;
}

/*FORMS*/

input, submit, textarea {
background-color: #DABE8C;
border: 1px dotted #CE8505;
color: #BD7A45;
font-size: 9pt;
padding: 10px;
font-family: arial;
}

/*HEADERS*/

h1 {
color: #C60D13;
font-family: arial;
font-size: 24pt;
letter-spacing: -3px;
line-height: 24pt;
text-indent: 20px;
font-weight: normal;
margin: 0px;
text-transform: uppercase;
}

h2 {
color: #38B6A8;
font-family: arial;
font-size: 14pt;
text-transform: uppercase;
letter-spacing: 2px;
line-height: 18pt;
margin: 0px;
font-weight: normal;
border-bottom: 1px dashed #569777;
width: 70%;
}

h2:first-letter {
font-size: 22pt;
font-family: georgia;
font-style: italic;
font-weight: bold;
text-transform: lowercase;
}

h3 {
color: #D49104;
font-family: times new roman;
font-style: italic;
font-size: 16pt;
letter-spacing: -1px;
text-transform: lowercase;
margin: 0px;
line-height: 16pt;
font-weight: normal;
}

/*AFFILIATES*/

.a {
width: 180px;
}

.b {
width: 80px;
border-left: 3px solid #E61117;
line-height: 8pt;
text-align: left;
color: gray;
margin: 0px;
float: left;
text-transform: lowercase;
padding: 3px;
}

.c {
width: 80px;
border-right: 3px solid #E9BD44;
padding: 3px;
line-height: 8pt;
text-align: right;
color: gray;
margin: 0px;
text-transform: lowercase;
float: right;
}

/*COMMENTS*/

.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	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: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Arial, Georgia, Sans-serif;
	font-size: 16pt;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}

/*POSTS*/

.bar {
font-family: arial;
text-transform: uppercase;
font-size: 8pt;
color: #555555;
}

.links {
font-family: georgia;
font-size: 16pt;
text-transform: lowercase;
letter-spacing: -1px;
}