/*  
Theme Name: totally
Author URI: http://www.totallyannette.com
Version: 0.3
Author: Annette Schwarz
Description: blog.totallyannette.com main theme
*/
body {
	background: #ffffff url(images/background.gif) top center;
	color: #000000;
	font-size: 11px;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	margin: 0px 0px 0px 0px;
	}
#test { background: yellow;}
a, a:visited{
	color: #6d0002;
	text-decoration: none;
	}
	
a:hover{
	text-decoration: underline;
	}
#container { 
	width: 900px; 
	text-align: left; 
	margin: 0 auto; 
	padding: 0px 0px 0px 0px	
	}

#header { 
	padding: 0px; 
	margin-left: 0px; 
	margin-bottom: 0px; 
	margin-right: 0px; 
	margin-top: 0px; 
	text-align: right; 
	background: url(images/header_background.gif) top center no-repeat;	
	height: 168px;
	}
#header h2 {
	display: none;
	color: #ffffff;
	font-size: 10px;
	font-family: Georgia, Times New Roman, Sans-Serif;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
	float: left; 
	}

#header h2 a {
	display: none;
	color: #ffffff;
	text-decoration: none;
	float: left; 
	}

#header h2 a:hover {
	display: none;
	color: #ffffff;
	text-decoration: underline;
	float: left; 
	}

#header h3 {
	display: none;
	color: #cccccc;
	font-size: 10px;
	font-family: Georgia, Times New Roman, Sans-Serif;
	font-weight: bold;
	text-transform: uppercase;
	text-indent: 10px; 
	margin: 0px;
	float: left; 
	}
	
.header_flash {
	margin-top: 43px;
	vertical-align: top;
	margin-right: 34px;
	text-align: right;
	height: 114px;
	width: 143px;
	float: right;
	margin-bottom: 0px;
	display: inline;
	}
	

#menu { 
	margin-bottom: 10px; 
	}
#menu h2 {
	color: #333333;
	font-size: 15px;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}
#menu li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
		
#menu ul {
	margin: 0px;
	padding: 4px;
	}
	
#menu ul li a {
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-size: 11px;
	color: #000000;
	padding: 0px 20px 0px 20px;
	margin: 0px;
	text-decoration: none;
	}

#menu ul li a:hover {
	color: #cccccc;
	background: #000000;
	padding: 8px 20px 10px 20px;
	text-decoration: none;
	}


#content { 
	background-color: white; 
        display: inline;
	width: 600px; 
	float: right; 
	margin-bottom: 20px;
	margin-right: 27px;
	}
#content p{
	margin: 0px;
	line-height: 18px;
	padding: 0px 0px 15px 0px;
	}
	
#content p img{
	border: none;
	margin-right: 15px;
	margin-bottom: 10px;
	}
#content h1 {
	color: #333333;
	font-size: 22px;
	font-family: Helvetica Bold, Arial Bold, Verdana, Sans-Serif;;
	font-weight: normal;
	padding: 10px 10px 10px 10px;
	line-height: 150%
	margin: 0px;
	}
	
#content h1 a  {
	color: #006699;
	text-decoration: underline;
	}

#content h1 a:hover {
	color: #000000;
	text-decoration: none;
	}

#content h2 {
	color: #333333;
	font-size: 15px;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-weight: bold;
	margin: 0px;
	line-height: 150%;
	}
#content h2 a  {
	color: #ff0600;
	text-decoration: none;

	}

#content h2 a:hover {
	color: #ff0600;
	text-decoration: underline;
	}

blockquote{
	margin: 0px 0px 0px 25px;
	padding: 0px 25px 0px 10px;
	font-style: italic;
	color: #666666;
	border-left: 1px solid #cccccc;
	}
	
#content blockquote p{
	margin: 0px 0px 20px 0px;
	padding: 0px;
	}

.postspace {
	background: #FFFFFF;
	width: 440px;
	height: 32px;
	margin: 0px;
	padding: 0px;
	}
.postspace2 {
	background: #FFFFFF;
	width: 440px;
	height: 0px;
	margin: 0px;
	padding: 0px;
	}

#sidebar { 
	width: 159px; 
	background: #ffffff url(images/sidebar_head.gif) top left no-repeat;
	float: left; 
        display: inline;
	margin-top: 0px;
	margin-left: 28px;
	margin-bottom: 20px;
	padding: 40px 15px 15px 15px; 
	border: 0px solid #000000;
	}

#sidebar h2 {
	border-bottom-color: #b6b6b6;
	color: #333333;
	font-size: 15px;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-weight: bold;
	list-style: none;
	padding: 15px 0px 5px 0px;
	margin: 0px;
	border-bottom: 1px dotted;
	}

#sidebar ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 20px 0px;
	}
	
#sidebar li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#sidebar ul li {
	list-style: square inside;
	margin: 0px;
	padding: 5px 0px 0px 0px;
	}
	
#sidebar ul li a {
	color: #6d0002;
	text-decoration: none;
	}

#sidebar ul li a:hover {
	color: #6d0002;
	text-decoration: underline;
	}

#footer {  
	text-align: center;  
	height: 32px;
	background: url(images/content_element_end.jpg) top center no-repeat;	
	clear: both;
	}

#content, #footer { padding: 15px; }
