/*******
Main Tags
**************/

body 
{
	font-size: 95%;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #333;
	margin: 0;
	padding: 0;
	background-color: #15151f;
	background-image: url(padme/background.jpg);
	background-repeat: repeat-y;
	background-position: 0 0;
}

a:link, a:active {
color:#b4adae
}

a:hover, a:visited {
color:#d5d5ce;
}
ul, li {
	list-style-image: none;
}

/******
DIV ID'S
******/

#header 
{
	height: 60px;
	margin:0px;
	background-attachment: scroll;
	background-image: url(padme/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#header h1 
{font-family: Verdana, Arial, Sans-Serif;
font-size: 28px;
font-weight: bold;
margin: 0;
padding: 50px 20px 0 280px;
}

#header h1 a {
color: #FFF;
}

#header div 
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

/*************************
CONTENT DIV
************************/

#body {
	width: 974px;
	min-height:240px;
	padding: 5px 0 0px;
	position: relative;
	background-attachment: scroll;
	background-image: url(padme/header2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#body h1 
{
	font-family: "Courier New", Courier, monospace;
	font-size: 20px;
	font-weight: bold;
	color:#656a83;
	margin: 0;
}

#body .content 
{
	width: 400px;
	color: #FFF;
	font-size: 12px;
	line-height: 1.5em;
	margin: 10px 0px 0px 15px;
	clear:both;
}

#body .content2 
{
	width: 500px;
	margin: 10px 0px 0px 15px;
	color: #FFF;
	clear:both;

}

#body .content a 
{
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

#body .content a:hover {
	text-decoration: none;
	color: #CCCCCC;
}

#body .post {
margin: 0 0 75px 0;
}

#body .post h2,#body .post h3 {
font-size: 20px;
margin: 10px 0 0 0;
padding: 8px 0 15px 0;
}

h2.pagetitle {
	color: #999999;
	font-size: 18px;
}

#body .post small {
font-size: 10px;color: #999;}

#body .postmetadata {font-size: 11px;color: #999;}

#body .postmetadata.alt {
padding: 10px;
color: #BBB;
margin-top: 40px;
}

#body .sidebar {
	width: 320px;
	float: left;
	margin-left: 0px;
	margin-top:-20px;
	color: #666;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #20242f;
}

#body .sidebar ul,#body .sidebar ul ol {
margin: 0;padding: 8px 8px 20px 8px;
list-style: none;}

#body .sidebar form {margin: 0;}



#body .sidebar ul ul li:before {
content: "\00BB \0020";
}

#body .sidebar a 
{
	font-weight: bold;
	color: #CCCCCC;
}

#body .sidebar h3
{
	color:  #3e4257;
}

#body .sidebar a:hover 
{text-decoration: none;color: #89D;}

/***navbar on far right***/

#body .sidebar2 {
position:absolute;
	left: 777px;
	top: 0px;
	width: 180px;
	float: left;
	padding:0px 0px 90px 0px;
	color: #666;
	list-style-type: none;
	
} 

#body .sidebar2 ul,#body .sidebar ul ol {
margin: 0;padding: 8px 8px 20px 8px;
list-style: none;}

#body .sidebar2 form {margin: 0;}

#body .sidebar2 h2 {
font-size: 15px;
font-weight: bold;
margin: 5px 0 0 0;
padding: 4px;
color: #d7d9ee;
background: #111;
border:1px solid #d7d9ee;}

#body .sidebar2 ul ul li:before {
content: "\00BB \0020";
}

#body .sidebar2 a 
{
	font-weight: bold;
	color: #d7d9ee;
}

#body .sidebar2 a:hover 
{text-decoration: none;color: #243175;}





/************END CONTENT DIV**********************/

/***START OTHER MAIN DIVS****/


#footer {
	text-align: center;
	margin: 0;
	color: #444;
	background-attachment: scroll;
	background-image: url(padme/footer.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height:246px;
}

#footer a {color: #666;}

.hide {display: none;}

.clear
{
	clear: both;}
	
.quote {
font-size: 14px;
margin: 5px 0 0 0;
padding: 4px;
color: #ccc;

}	

/**************
Redefines Major Tags
*****************/

h3#comments,h3#respond {
	color: #CCCCCC;
}

img.alignleft{
float:left;padding:5px}

img.aligncenter{text-align:center;padding:5px}

img.alignright{float:right;padding:5px}