/*
Theme Name: Unitas 2011
Theme URI: http://unitasfratrum.org/
Description: The 2011 design for the Unitas Fratrum Website.
Author: Red Rag Design
Author URI: http://redragdesign.co.uk/
Version: 1.0
*/body{
	background-color: #e6f1ff;
	margin: 0px;
	padding: 0px;
	background-image: url(images/bg-home.png);
	background-repeat: no-repeat;
	background-position: center top;
}

p, td{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #333333;
}

#header{
	margin: 0px;
	margin-bottom:120px;
	padding: 0px;
	height: 120px;
	width: 100%;
}

#header-container{
	padding: 0px;
	height: 120px;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}

.logo{
	position: absolute;
	left: -30px;
	bottom: -70px;
}


.name{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 48px;
	text-transform: uppercase;
	color: #6699cc;
	float: left;
	position: absolute;
	left: 150px;
	bottom: 30px;
	letter-spacing: 1px;
}

.desc{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #666666;
	float: left;
	width: 600px;
	font-weight: bold;
	position: absolute;
	left: 155px;
	bottom:16px;
	line-height: 16px;
}

#wrapper{
	padding: 0px;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.col-left{
	margin: 0px;
	padding: 0px;
	float: left;
	width: 630px;
}

.col-right{
	margin: 0px;
	padding: 0px;
	float: right;
	width: 315px;
}

#footer{
	margin-right: auto;
	margin-left: auto;
	height: 40px;
	width: 940px;
	background-color: #6699CC;
	padding: 2px 15px 5px 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 5px;
	color: #333366;
	text-align: right;
}

#footer a{
	font-weight: bold;
	color: #99CCFF;
	text-decoration: none;
}

#footer a:hover{
	text-decoration: underline;
	color: #FFFFFF;
}

#footer a:visited{
	font-weight: bold;
	color: #99CCFF;
	text-decoration: none;
}


hr.hidden {
	clear:both;
	visibility:hidden;
	margin:0px;
	padding:0px;

}		
	/* hide from ie on mac \*/
html {
	height: 100%;
	overflow: scroll;
}

h1{
	background-image: url(images/bg-titles.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #FFFFFF;
	border-top-width: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #5d87b0;
	display: inline;
	margin:0px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #336699;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: normal;
	color: #336699;
}

.content{
	margin-top: 9px;
	color: #333333;
	background-color: #FFFFFF;
	border: 3px solid #6699cc;
	padding-top: 30px;
	padding-right: 65px;
	padding-bottom: 30px;
	padding-left: 65px;
	background-image: url(images/bg-content.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.content li{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 20px;
	color: #333333;
	font-style: italic;
	font-weight: bold;
	}


#nav{
	float:left;
	list-style-type: none;
	padding: 3px;
	width: 309px;
	margin: 38px 0px 0px;
}

#nav li a{
	color: #336699;
	display: block;
	width: auto;
	padding-left: 18px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	margin-bottom:2px;
	line-height: 120%;
	background-color: #f2f8ff;
	background-image: url(images/glossyback.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}


* html #nav li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 250px;
}

#nav li a:hover{
	background-color: #5d87b0;
	background-image: url(images/bg-titles.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	color: #FFFFFF;
}
.nav{
	float:left;
	list-style-type: none;
	padding: 3px;
	width: 309px;
	margin: 38px 0px 0px;
	text-decoration: none;
}

.nav li a{
	color: #336699;
	display: block;
	width: auto;
	padding-left: 18px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	line-height: 120%;
	background-color: #f2f8ff;
	background-image: url(images/glossyback.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}


* html .nav li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
	width: 250px;
	list-style-type: none;
}

.nav li a:hover{
	background-color: #5d87b0;
	background-image: url(images/bg-titles.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	color: #FFFFFF;
}
#menu-accordian .sub-menu li a{
	color: #336699;
	display: block;
	width: auto;
	padding-left: 18px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	line-height: 120%;
	background-color: #fff7e5;
	background-image: url(images/glossyback2.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	list-style-type: none;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}


* html #menu-accordian .sub-menu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
	width: 250px;
	text-decoration: none;
}

#menu-accordian .sub-menu li a:hover{
	background-color: #d4ad59;
	background-image: url(images/bg-titles2.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	color: #FFFFFF;
	list-style-type: none;
}

.sub-menu {
margin:0px;
padding:0px;
list-style:none;
text-decoration:none;
}
.downloads {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #333333;
	background-position: center;
}
hr {
	border: 1px dotted #999999;
}
#downloadlist {
	background-color: #f2f8ff;
	background-image: url(images/glossyback.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding: 10px;
	height: auto;
	width: 95%;
	border: 1px solid #6699CC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.content a{
	text-decoration: none;
	font-weight: bold;
	color: #336699;
}
.content a:hover{
	text-decoration: underline;
	font-weight: bold;
	color: #6699CC;
}
form {
	border: 1px dotted #6699CC;
	background-color: #f9f9d8;
	margin-top: 2px;
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	text-align: right;
	padding-top: 15px;
	padding-right: 40px;
	padding-bottom: 5px;
	line-height: 20px;
	margin-right: 2px;
	margin-left: 2px;
}

.belowform {
	padding: 10px;
	height: 20px;
	border: 1px dotted #CCCCCC;
	background-image: url(images/glossycream.png);
	background-repeat: repeat-x;
	background-position: bottom;
	clear: both;
}
.belowform a{
	text-decoration: none;
	font-weight: bold;
	color: #336699;
	
}

.belowform a:hover{
	color: #6699CC;
	text-decoration: underline;
}
label {
	padding: 3px;
}
.button {
	background-image: url(images/bg-button.png);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 30px;
	width: 120px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #CCCCCC;
	border-bottom-color: #999999;
	border-left-color: #CCCCCC;
	margin-top: 5px;
}

.search-bar{
	float:right;
	width:300px;
}

.search{
background-color: transparent;
border:none;
padding:0px;
margin:0px;
margin-top:40px;}

.search-input{
height:22px;}