/*
Theme Name: Harms Memorial Default
Version: 1.0
Author: Mark Blethen
Author URI: http://ieproductions.com/
*/

* {
	margin:0;
	padding:0;
}

body {
	background:#dfe6ec url(graphics/bkgd.jpg) repeat-x;
	font-family:Arial, Helvetica, sans-serif;
}

a {
	outline:none;
	text-decoration:none;
	color:#5e8ebb;
}

a:hover {
	text-decoration:underline;
}

/*** Header ***/

#header {
	background:#f2f2f2;
	width:900px;
	margin:0 auto;
	padding:14px 0 14px 0;
}

#header h1.logo {
	background:url(graphics/logo.gif) no-repeat;
	width:273px;
	height:55px;
	text-indent:-9999px;
}

#header .search {
	float:right;
}

/*** Menu ***/

#menu {
	width:900px;
	height:118px;
	background:url(graphics/menu-bkgd.jpg) no-repeat;
	margin:0 auto;
}

#menu ul {
	margin:0 0 0 20px; 
	padding:0;
	list-style:none;
}

#tabbar li, #tabbar ul li, {
	display: inline;
	margin: 0 5px;
}

.tab, .tabselected {
	display: -moz-inline-box;
	display: inline-block;
}

.tab a, .tabselected a {
	display: -moz-inline-box;
	display: inline-block;
	padding: 5px;
	color:#fff;
	text-transform:uppercase;
	/*border-top: 1px solid #829595;*/
	font-size:1.2em;
}
.tab a:hover, .tabselected a:hover {
	text-decoration:none;
	background-color: #a8d7d7;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-khtml-border-radius-bottom-left: 10px;
	-khtml-border-radius-bottom-right: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

.dmenu {
	text-align: left;
	position: absolute;
	margin: 30px 0 0 10px;
	padding: 5px 5px;
	background-color: #a8d7d7;
	font-size:.7em;
}
#tabbar .dmenu ul {
	padding: 0px 0 0 5px;
	margin: 0;
}
#tabbar .dmenu ul li {
	display: list-item;
	background:none;
}

.dmenu ul li a:hover {
	color:#565656;
	text-decoration:underline;
}

.dmenu {
	left: -999em;
}

#tabbar .fademenu .dmenu {
	margin: 5px 0 0 -6px;
}
#tabbar .fademenu:hover .dmenu {
	left: auto;
}

/*** Main ***/

#main {
	background:#f2f2f2 url(graphics/inner-sides.gif) no-repeat top center;
}

#main .content {
	width:862px;
	margin:0 auto;
	padding:30px;
}

#main #sidebar {
	float:right;
	width:195px;
}

#sidebar ul {
	list-style:none;
}

#sidebar ul li {
	font-size:.95em;
}

#sidebar h3.news {
	width:220px;
	height:34px;
	background:url(graphics/news-sidebar.jpg) no-repeat;
	margin-left:-25px;
	text-indent:-9999px;
}

#main .content h2, #main .content h2 a {
	color:#738889;
	font-weight:normal;
	text-transform:uppercase;
	font-size:1.2em;
}

#main .content .copy {
	width:608px;
	margin-left:22px;
	color:#565656;
}

#main .post {
	margin-bottom:35px;
}

#main .content p {
	margin-bottom:1em;
}

#main .content .copy img {
	background:#74898a;
	padding-bottom:5px;
}

.alignleft {
	float:left;
}

.alignright {
	float:right;
}

#main .content .copy a img {
	border:0;
}

small.date {
	color:#738889;
	font-style:italic;
}

#main .content .copy ul li {
	margin-left:1em;
	list-style-image:url(graphics/bullet.gif);
}

/*** Footer ***/

#footer {
	border-top:#a8afb5 6px solid;
}

#footer .content {
	width:900px;
	margin:0 auto;
	padding:30px 0;
	text-align:center;
}

#footer .content p {
	color:#99a0a5;
	text-transform:uppercase;
}

#footer a {
	color:#94b0c7;
}

p.copyright {
	font-size:.7em;
	text-transform:none;
}

#footer h3.login {
	background:url(graphics/admin-login.gif) no-repeat;
	width:114px;
	height:22px;
	text-indent:-9999px;
	margin:0 auto;
}