/* @override http://brakemandesign.com/stulberg/css/style.css */

h1, h2, h3, h4 {
	font-family: "Gill Sans", Verdana;
}

body {
	font-family: Trebuchet MS, Arial, sans;
	font-size: small;
	line-height: 1.4em;
	background: #88201d;
	margin: 0;
	padding: 0;
}

#container {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
	background-image: url(http://www.stulberg.org/themes/stulberg/images/elements/background.gif);
}

/* @group Header */

#header {
	height: 142px;
	clear: both;
	background: url(http://www.stulberg.org/themes/stulberg/images/elements/header.jpg) no-repeat;
}

#header h1 {
	display: none;
	padding: 0;
	margin: 0;
}

#header ul {
	color: black;
	font-family: Trebuchet MS, Arial, sans;
	font-size: 11px;
	list-style-type: none;
	clear: both;
	margin: 0;
}

#header li a:hover{
	color:white;
}

#header li {
	float: left;
	height: 35px;
	width: 115px;
	background-color: #dbbcbb;
	padding: 4px;
	border-right: 2px solid white;
	font-weight: bold;
}

#header li.last {
	border-right-color: #dbbcbb;
}

#header li:hover {
	background-color: #88201d;
	color: white;
}

#header li.last:hover {
	border-right-color: #88201d;
}


/* Email Subscriber Form */

.emailSubscriptionForm{
width:120px;	
	
}
/* DROP DOWN MENU */


#info {
position:relative;
}
p.bold {
color:#CC0000;
padding-left:15px;
}
a.linkup {
position:relative;
}
a.buttonup {
left:650px;
position:absolute;
top:200px;
}
a.buttonup img {

}
.gleft {
float:left;
margin:25px 0pt 10px;
}
.gright {
float:right;
margin:25px 5px 10px 0pt;
}
.grc {
margin:20px 0pt 0pt 10px;
}
.menu {
font-size:0.85em;
height:32px;
position:relative;
width:745px;
z-index:10;
top: 2px;
}
* html .menu {
width:745px;
}
.menu ul {
list-style-type:none;
margin:0pt;
padding:0pt;
}
.menu ul ul {
width:115px;
}
.menu li {
float:left;
position:relative;
width:115px;
}
.menu a, .menu a:visited {
background:none repeat scroll 0%;

color:#000000;
display:block;
font-size:11px;
height:30px;
line-height:15px;
padding-left:5px;
text-decoration:none;
width:115px;
}
* html .menu a, * html .menu a:visited {
width:110px;
}
.menu ul ul {
height:0pt;
left:0pt;
position:absolute;
top:42px;
visibility:hidden;
width:115px;
}
* html .menu ul ul {
top:42px;
}
.menu ul ul ul {
left:149px;
top:-1px;
width:115px;
}
.menu ul ul ul.left {
left:-149px;
}
.menu table {
border-collapse:collapse;
left:0pt;
position:absolute;
top:0pt;
}
.menu ul ul a, .menu ul ul a:visited {
color:#000000;
height:auto;
line-height:1em;
padding:10px 5px 5px 5px;
height:30px;
width:115px;
}
* html .menu ul ul a, * html .menu ul ul a:visited {
width:105px;
}

.menu ul li:hover ul, .menu ul a:hover ul, .menu ul li.over ul {
visibility:visible;
}
.menu ul *:hover ul ul, .menu ul *.over ul ul {
visibility:hidden;
}
.menu ul *:hover ul *:hover ul, .menu ul *.over ul *.over ul{
visibility:visible;
}

.menu li:hover, .menu li.over{
color:white;	
}
/* DROP DOWN MENU END */


/* @end */

/* @group Content */



#content_container {
	width: 499px;
	float: left;
	background: white;
	border-top: 3px solid black;
	
}


#content h2 {
	font-size: large;
	color: #88201d;
	padding-right: 20px;
	padding-left: 10px;
	margin-top: 12px;
}

#content p {
	padding-right: 20px;
	padding-left: 10px;	
}

#content img.right {
	float: right;
	padding: 8px 20px 8px 8px;
}

#content img.left {
	float: left;
	padding: 8px 8px 8px 8px;
}



#mp3player table{
	padding-left:20px;
}

#contact table{
	padding-left:20px;
}


#sidebar ul{
	color: black;
	font-family: Trebuchet MS, Arial, sans;
	font-size: 11px;
	list-style-type: none;
	clear: both;
	margin: 0;
}

#sidebar li{
	padding: 2px;
	font-weight: bold;
}

#sidebar a, a:visited{
	color:black;
}
/* @end */

/* @group Sidebar */

	#sidebar {
		width: 248px;
		float: right;
	}

#sidebar p, h3 {
	padding-left: 10px;
	padding-right: 10px;
}

#sidebar h3 {
	font-size: 1.1em;
	color: #88201d;
	text-transform: uppercase;
}

#callout h3 {
	font-family: Trebuchet MS, Arial, sans;
	font-size: 2em;
	text-transform: none;
	color: black;
	font-style: italic;
	text-align: center;
	line-height: 1.2em;
	margin-top: 0px;
	margin-bottom: 0;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* @end */

#footer {
	border-top:1px solid black;
	text-align: center;
	width:750px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0;
}


#footer ul {
	
	list-style: none;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2px;
	width: 700px;
}

#footer li {
	float: left;
	height:40px;
	font-size: 12px;
	font-weight: bold;
}

#footer li a {
	color: white;
	text-decoration: none;
	padding: 0 5px 0 5px;
}

/* @group Clearfix */

/* Clear Fix */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Hides from IE-mac \*/

* html .clearfix {
	height: 1%;
}

/* End hide from IE-mac */

/* @end */

/* dojo problem where ie6 shows iframe */

/*iframe{
	display:none;
}
*/
