/*  
Theme Name: Wicked Faire 2010 - Mad Tea Party
Theme URI: http://www.wickedfaire.com
Description: Theme for the Wicked Winter Renaissance Faire IV.
Version: 1.0
Author: Cidney and Kristen
Author URI: http://www.cidney.org/
*/

/*
[Color Scheme]
Dark Purple (background): #492026
Dark purple (heading 2): #735B7F
Light Green (heading 3): #98AF67
Bright Blue (links): #00AAF6
*/


/* CSS Reset */

body, table, tr, td, form, ul, li, h1, h2, h3, h4, h5, h6, blockquote, p{
	border:0;
	margin:0;
	padding:0;
}

ul {
	list-style-type:none;
}

img{
	border:none;
}

/* LINKS */
a:link, a:visited, a:active{
	color:#00AAF6;
}

a:hover{
	color:#c979da;
}

/* HEADINGS */

h1,h2,h3,h4,h5,h6{
       font-family:Times New Roman, serif;
       letter-spacing:0.5px;
       font-weight:bold;
       font-variant:small-caps;
}

h2{
        padding:10px 0px 0px 0px;
	font-size:22px;
	color:#735B7F;
}


h3{
	padding:5px 0px 10px 0px;
	font-size:20px;
	color:#98AF67;
}


/* LAYOUT DIV ELEMENTS */


body{
	background-image:url('images/bg-image.jpg');
	background-color: #492026;
	color: #000;
	font-family:Arial, sans-serif;
	font-size:13px;
}

div #layout{
        position:absolute;
	top:0px;
}

div #ad{
	border: 1px solid #000;
	left:5px;
        position:absolute;
	top:120px;
	width:150px;
}

#sidebar{
	left:55px;
        position:absolute;
	top:150px;
	width:150px;
}

#sidebar a{
text-decoration:none;
}

div #photo{
	left:840px;
        position:absolute;
	top:75px;
	width:150px;
	
}

#main{
	left: 270px;
	position:absolute;
	top: 180px;
	width:500px;
}

#main img {
margin:5px;
}

#quote {
	background-color: #8A7F83; 
	border: 5px solid #735B7F; 
	color: white;
 	font-weight:bold;
	margin:5px;
	text-align: center;
	width: 460px; 
}

div #bluequote {
	background-color: #017EAC;
	border: 5px solid #00C3F7;
	color: white; 
	font-weight:bold;
	margin:5px;
	text-align: center;
	width: 460px; 
}

div #copyright{
        position:absolute;
	width: 550px;
	top: 800px;
	left: 180px;
	z-index: 0;
}

.post p{
       padding:5px 0px 5px 0px;
}