/*  
Theme Name: Passion
Description: bold, red, brown
Author: Huma  http://ardor.me
*/


/*  set eveything to 0*/

* {
  margin: 0;
  padding: 0;
  }

/* The Main body settings */
body {
	margin: 0 auto;
	padding: 0; 
	background: url('images/bg.jpg');
	font: 62.5%/1.5   tahoma, arial, verdana, sans-serif;
	color: #c98e82;
	text-align: center;
	}
	
/* The Div settings */
#main {
	background-color: #1a100e;
	margin: 0 auto;
	padding: 0;
	width: 720px;	
	text-align: center;
	}
	

/* The header settings */	
#header{
	background: url('images/ardor.jpg') no-repeat;
	margin: 0 auto;
	padding: 0px;
	width: 720px;
	height: 357px;	
	text-align: center;
	}
	
	/* The content settings */	
#content
{
	padding: 2px 0px 20px 10px;
	margin-left: 160px;
	width: 500px;
	text-align: left;
	background-color: #1a100e;

}

/* The sidebar settings */

#sidebar {
	float: left;
	padding: 0 0 5px 20px;
	margin-left: 0px;
	width: 130px;
	text-align: left;
	background-color: #1a100e;
	}

/* The footer settings */

#footer {
	padding: 0;
	margin: 0 auto;
	width: 720px;
	clear: both;
	background-color: #1a100e;

	}
	
#footer p {
	margin: 0;
	padding: 0px 1px 0px 8px;
	text-align: center;	
	}


/* The header settings */

h1, h2 {
	color: #c38b80;
	font-weight: bold;
	font-family: georgia, serif;
	}

h1 {
    	
	text-decoration: none;
	letter-spacing: 0px;
	font-size: 1.2em;
	line-height: 1em;
	text-transform: uppercase;
	font-style: normal;
	letter-spacing: 7px; 
	padding: 10px 0 0 0;
	margin:0 ;
	}
	
	
h1:first-letter {
	margin:  0;
	padding: 0 0 0 7px;
	color: #ffcfc5;
	font-size: 1.6em;
	font-style: italic;
	
	}
	
h2 {

	margin: 5px 0 5px 0;
	padding: 5px 0 0 0;
	text-decoration: none;
	letter-spacing: 0px;
	font-size: 1.2em;
	line-height: 1em;
	text-transform: uppercase;
	font-style: italic;
	letter-spacing: 7px; 	
	}

h3 {
	margin: 0 0 10px 50px;
	padding: 0;
	color: #ffcfc5;
	font-size: 0.85em;	
	font-family: arial narrow, arial, sans-serif; 
	letter-spacing: 2px;
	font-weight: normal;
	text-transform: uppercase;
	}
	
#sidebar h2  {	
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	padding-top: 0.5em;
	font-size: 1.1em;
	letter-spacing: 2px;
	color: #ffcfc5;
	text-transform: none;
	}	
	
/* The a settings */
a img {
	border: none;
	}


a:link, a:visited, a:active{
	color: #b7300c;
	 text-decoration: none;	
	}

a:hover	{	
	color: #ff6d4e;		
	}
	

/* The navigation settings */
.nav {
   	list-style: none;
  	 margin: 0; 
	 padding: 0;
	}

	.nav li {
	list-style: none;
	 line-height: 1.6em;
	}



.nav ul {
  	padding: 0;
  	margin: 0 0 0 0;
  	list-style: none;
	
 	 }

.nav li a {
    background: url('images/nav.gif') no-repeat;
    margin: 0 0 0 0;
  	 display: block;
   	text-align: left;
   	 color: #ae5f4e;
	padding: 0 0 0 20px;		 
	text-decoration: none;
	background-position: 5px;
	  
	 }


.nav li a:hover {
   background: #4d2a27 url('images/navb.gif') no-repeat;
   color: #f8bcaf;
   background-position: 5px;
	}	


/* The font settings */
#content {
	font-size: 1.1em;
	}
	
#sidebar {
	font-size: 1.1em;
	}
	
#footer {
	font-size: 1em;
	font-family: tahoma, verdana, arial, sans-serif;
	}
	
.small {
	font-size: 0.9em;
	line-height: 1.5em;
	}
.tiny {
	font-size: 0.9em;
	}
	
.tween{
	font-size: 0.8em;
	}
	
	/* bold em strong i */
b, i, strong, em { 
     color: #b7300c;
		}	
	
/* The image settings */
p img {
	padding: 0;
	max-width: 100%;
	}
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}
	
.box {
	padding: 1px;
	}
	
/* The p settings */
p.text	{
	text-indent: 20px;
	}


p.center {
	text-align: center;
	}

p.right	 {
	text-align: right;
	}


/* center and indent settings */


.indent	{

	text-indent: 30px;
	margin: 2px 3px 5px 3px;
	}

.center {
	text-align: center;
	}

/* The select alt acronmy abbr span settings */
select {
	width: 130px;
	}


.alt {
	margin: 0;
	padding: 10px;
	}

acronym, abbr {
	border-bottom: 1px dashed #f8bcaf;
	padding: 1px;
	}
	
	
span.fan {
    font-family: georgia, serif; 	
    padding: 0;
	margin-bottom: 0.7em;
	color: #ae5f4e;
	font-size: 1.2em;	
	line-height: 1.2em;
	text-transform:uppercase;
	letter-spacing: 3px;
	}

span.list {
	font-weight:bold;
	color: #ae5f4e;
	}
	
span.dom {
	color: #ae5f4e;
	font-style: italic;
	}
	
span.cob {
	font-style: italic;
	color: #ae5f4e;
	}

span.bloc {
	font-weight:bold;
	font-style: italic;
	color: #c25c46;
	}

span.floc {
	font-weight:bold;	
	color: #ae5f4e;
}

span.none {
	display: none;
}

/* The blockquote settings */

blockquote {
	margin: 20px 30px 0 20px;
	padding-left: 10px;
	width: 400px;
	background-color: #4d2a27;
   color: #f8bcaf;
	border: 1px solid #ae5f4e;

	}

blockquote  ul li {
	list-style: none;
	}

blockquote ul {
  	padding: 0;
  	margin: 0;
  	list-style: none;	
 	 }
	 
/* clear divs*/	
	.clear {
	clear: both;
	}

.clr {
	clear: left;
	}
/* The input and form settings */
input, textarea, option, select {
	border: 1px solid #ae5f4e;
	color:#f8bcaf;  
	font: inherit;
	text-decoration: none; 
	background-color: #201413;
	} 
	
/*fanlisting divs */

#fl
{   padding: 0;
	margin: 0;
	width: 430px;
	}
	
#flc
{   padding: 0;
	margin: 0 auto;
	width: 440px;
	text-align:center;
	font-weight:bold;
	}
	
.fl1

{   float: left;
	padding: 0 0 0 0;
	margin: 0px;
	width: 120px;
	font-weight:bold;
}

.fl2

{

	padding: 0;
	margin-left: 120px;
	width: 310px;
}	

.fl3

{   float: left;
	padding: 0 0 0 0;
	margin: 0 auto;
	width: 200px;


}

.fl4
{
	padding: 0;
	margin-left: 150px;
	width: 200px;
	
}	

/*	Sort out the lists	*/
ul	{
	margin: 0 0 0 30px;	
	
	
	}
	
ul li {
  list-style-type: square;
  line-height: 2em;
}



/*	Don't want stats shown	*/

#click {
	display: none;
	}
