/*
Rainbowbreeze customizations to default theme
*/

.postentry table {
	border-width:0 0 0 0;
}

.postentry table tr td {
	border-width:0px 0px 0px 0px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Lucida Grande', Sans-Serif;
}

h1 {font-size:2.6em;}
h2 {font-size:2.2em;}


/* Header */

#header {
	background-color:#f5d55c;
}

#header div.description {
	font-size:1.5em;
	text-align:right;
}


/* Display navigation bar under the header, not inside */
#hmenu {
	background-color:#f5d55c;
	border-color:-moz-use-text-color #f5d55c #f5d55c;
	border-width:medium 0 0;
	float:none;
	position:static;
	height:24px;
	border:1px solid #aaa;
	border-top:none;
	margin:0;
}
#hmenu ul {
	float:none;
}



#hmenu ul li a {
	background:#F5D55C none repeat scroll 0 0;
	color:#444444;
}

#hmenu ul li a:hover, #hmenu ul li.hmenu_rss a:hover {
	background-color:#f4ee72;
	color:#555555;
}

#footer {
	background-color:#f5d55c;
	border-color:#f5d55c;
	color:#444444;
}


body {
	background:#AAAAAA none repeat scroll 0 0;
}

