/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/


body {

	background-color: white;

	background-image: url('images/rotate/rotate.php');

	background-repeat: no-repeat;

	margin: 0;
        
        padding: 0;

        text-align: left;

}







h1 {

	font family: "Times New Roman", Times, "Palatino Linotype", serif;

	color: #891519;

	letter-spacing: -2px;

	font-size: 40px;

	font-weight: normal;

	margin: -10px 0 0 0;	

}



h2 {

	font family: "Times New Roman", Times, "Palatino Linotype", serif;

	color: #891519;

	letter-spacing: -1px;

	font-size: 35px;

	font-weight: normal;

	margin: 0 0 0 0;	

}







#page-container {

	width: 980px;
        height: 100%;
	margin: 0;
        padding: 0;

}

#footer {
width: 740px;
font-family: Tahoma, Arial, sans-serif;
font-size: 9px;
margin: 15px 0 0 0;
float: left;
color: #565656;
padding: 0 0 0 5px;
letter-spacing: 1px;
border-top: 1px solid #c2c2c2;
}

#footer a {
color: #891519;
text-decoration: none;
}


#header {
	height: 23px;
        float: left;
        margin: 130px 0 0 176px;
        padding: 0;
        border-bottom: 1px solid #c2c2c2;
       

}



#header dl {
         float: left;
        text-align: left;
	margin: 0px 20px 0 0px;	

}



#header li {

	display: inline;

	float: left;

	list-style-type: none;

	margin-left: 12px;

	font-family: "lucida sans unicode", "lucida sans", helvetica, sans-serif;

	font-size: 16px;

	color: #891519;
        
       

	       

}



#header li a {

	text-decoration: none;

	color: #891519;

	padding: 2px;



}



#header li a:hover {

	background-color: #891519;

	color: #ffffff;   

        padding: 2px;

}



/*--------------Main Content---------------*/


#content {
width: 729px;
float: left;
margin: 0 0 0 245px;
padding: 0;
}


#main {

	width: 430px;

        height: 100%;

        float: left;

	padding: 0 20px;

	border-right: 1px solid #c2c2c2;

	margin: 25px 0px 0 30px;


}



#main p {

 

 	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;

	color: #353535;

	font-size: 12px;

	margin: 10px;

	vertical-align: top;

	text-align: justify;

	font-weight: normal;

        padding: 0;

        line-height: 1.5em;

}



#main h2 {

	font-size: 36px;
        color: #663333;

}



#main h3 {

	font-size: 22px;

	border-bottom: 1px solid #c2c2c2;

	color: #891519;

	font-weight: normal;

	margin: 16px 0 12px 0;

}





#main a {

	text-decoration: none;

	color: #891519;

	padding: 0px;

	border: 1px dotted #ffffff;

	letter-spacing: 0px;


	font-weight: bold;

}



#main a:hover {

 color: #663333;

}





/*--------------sidebar---------------*/



#sidebar {



	width: 220px;

	border-left: 0px solid #c2c2c2;

        margin: 20px 0 0 0;

	text-align: left;

	padding-left: 5px;

	overflow: visible;

        color: #663333;

        float: left;



}



#sidebar ul {

	margin: -10px 0 0 20px;

	padding: 0 0 0 0;	



}



#sidebar h2 {

	border-bottom: 1px solid #891519;

	padding-left: 2px;

        color: #663333;

        font-size: 22px;

        margin: 0 0 10px 0;

        width: 150px;
}

#sidebar h3 {



	padding-left: 2px;

        color: #663333;

        font-size: 18px;

        margin: 0 0 10px 0;

        font-weight: normal;

}




#sidebar li {

	text-align: left;

	margin: 5px 0 0 5px;

	font-family: "Lucida Grande", "Lucida Sans Unicode", "Tahoma", "Sans-serif";

	color: #891519;

	font-weight: normal;

	list-style-type: square;

        list-style-position: inside;
 
        color: #c2c2c2;

        letter-spacing: -.5px;

        font-size: 10px;
}



#sidebar li a {

	text-decoration: none;

	color: #663333;

	font-size: 12px;

}





#sidebar li a:hover {

       color: #999999;
}

