/* get hymns styles */
@import "/includes/css/hymns.css";
@import "/includes/css/music.css";
@import "/includes/css/people.css";
@import "/includes/css/about.css";
@import "/includes/css/contact.css";
@import "/includes/css/help.css";

body {
  background-color: #000;
  font-size: 13px;
  font-family: verdana, arial, helvetica, sans-serif;
}

#print_header {
  display: none;
}

a
{
	color: #600;
	font-family: verdana, arial, sans-serif;
	text-decoration: underline;
	font-weight: normal;
	line-height: 16px;
}

a:visited { color: #666; }

a:hover { text-decoration: none; }

a.search
{
	color: #600;
	font-family: arial, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
	line-height: 16px;
}


a.smalltitle
{
	font-size: 11px;
	color: #330;
	font-weight: bold;
	text-decoration: none;
    text-transform: uppercase;
}

a.smalltitle:hover
{
	font-size: 11px;
	color: #330;
	font-weight: bold;
	text-decoration: underline;
    text-transform: uppercase;
}



a.search:hover { text-decoration: none; }

a.menu
{
	font-size: 11px;
	color: #600;
	text-decoration: underline;
	line-height: 16px;
}

a.menu:hover { text-decoration: none; }

a.menu:visited { color: #666; }

a.menu-bold
{
	font-size: 11px;
	color: #600;
	text-decoration: underline;
	font-weight: bold;
}

a.footer
{
	font-size: 10px;
	color: #fff;
	text-decoration: underline;
	font-weight: normal;
	line-height: 16px;
}

a.footer-bold
{
	font-size: 10px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

a.menu:hover { text-decoration: none; }

.smalltitle
{
	font-size: 11px;
	color: #330;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	margin-top: 10px !important;
}

.fright {
  text-align: right;
}

.clear {
  clear: both;
  border: 1px solid #000;
}

.indent {
  display: block;
  margin-left: 50px;
  margin-right: 50px;
}

.inline {
  display: inline !important;
}


h3 {
  margin: 0 14px;
  font-family: Poor Richard, Times, Times New Roman, Garamond, Palatino, Serif;
  font-size: 22px;
  color: #807C48;
  font-weight: normal;
  text-decoration: none;
}

h4 {
  margin: 0 14px;
  color: #993300;
  font-size: 13px;
}

h5 {
  margin: 0 14px;
  color: #000;
  font-size: 13px;
} 

p {
  margin-left: 14px;
  margin-right: 14px;
}

input.checkbox {
  width: 14px !important;
  margin: 0 !important;
}

input.radiobutton {
  display: inline;
  width: 14px;
  border: 1px solid #000;
} 


#container {
  position: relative;
  width: 980px;
  margin: 0 auto;
  padding-bottom: 30px;
  background-color: #fff;
  background: url('/graphics/sub_background.gif') repeat-y;
}

#left {
  width: 200px;
  float: left;
}

#left h1 {
  margin: 0;
  padding: 0;
}

#left h1 a {
  display: block;
  width: 198px;
  height: 113px;
  text-indent: -200em;
  background-image: url('/graphics/ccm_small_logo.gif');
}

#left_content {
  padding: 0 0 0 15px;
  margin: 15px 0 0 0;
}

#left p {
  margin: 0 0 5px 0;
}

#left a {
  text-decoration: none;
}

#left #search {
  height: 60px;
  background-color: #bcbc8d;
  margin: -15px 0 15px -15px;
}

#left #search form {
  display: block;
  width: 180px;
  margin: 0 0 0 10px;
  padding: 10px 0 0 0;
  border: 0px solid #000;
}

#left #search label {
  display: block;
  font-weight: bold;
}

#left #search form input {
  width: 120px;
}

#left #search form input.go_submit {
  width: 36px;
}


#left h3.smalltitle {
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	}

#hymnnav {
	position: absolute;
	top: 205px;
	left: 14px;
	height: 200px;
	width: 160px;
	overflow: auto;
	margin: 0;
	padding: 4px;
	/* background-color: #e2e2a9; */
	border: 1px solid #989872;
	}
	#hymnnav ul {
		list-style-type: none;
		margin: 0 0 0 4px;
		padding: 0;
		}
	#hymnnav ul li {
		line-height: 13px;
		padding: 0 0 7px 0;
		margin: 0;
		}


#browseby {
	margin-top: 220px;
	}

#browseby ul {
	list-style-type: none;
	margin: 0 0 15px 0;
	padding: 0;
	}

#resources ul {
        list-style-type: none;
        margin: 0 0 0 15px;
        padding: 0;
        }


#right {
  float: right;
  width: 780px;
  margin: 0;
}

#right #top_menu {
  background-color: #000;
  border: 1px solid #000;
  height: 22px;
}

#right #bottom_menu {
  background-color: #932A05;
  border: 1px solid #000;
  height: 24px;
}

#right #top_menu ul, #right #bottom_menu ul {
  margin: 5px;
  padding: 0;
  list-style: none;
  clear: right;
}

#right #top_menu ul a, #right #bottom_menu ul a {
  color: #fff;
  text-decoration: none;
}

#right #top_menu ul li, #right #bottom_menu ul li {
  float: right;
  margin-left: 20px;
}

#bottom {
  clear: both;
}

#footer {
  width: 780px;
  clear: both;
  background-color: #000;
  color: #fff;
  text-align: center;
  border: 0px solid #fff;
  margin: 0 auto;
  padding: 0;
}

#footer h5 {
  width: 169px;
  height: 66px;
  border: 0px solid #fff;
  float: left;
  margin: 10px 10px 10px 15px;
  padding: 0;
  background: url('/graphics//alliance_logo_reversed.gif') no-repeat;
  text-indent: -2000px;
}

#footer p {
  margin: 0px;
  padding: 10px 0 0 0;
  font-size: 8px;
  border: 0px solid #fff;
}

#footer a {
  color: #fff;
}

/************************************
* 404 page stuff
************************************/
#troubleform {
  margin-left: 14px;
}

#troubleform label {
  display: block;
}

#troubleform input {
  margin-bottom: 10px;
}

#troubleform input.submit {
  display: block;
}


#search_results h4 {
  margin-top: 10px;
}

#search_results ul {
  margin-top: 5px;
  margin-bottom: 20px;
}

/******************************
* subscribe banner
******************************/

#subscribe_banner {
  margin: 20px 0 0 -6px;
  padding: 3px 0;
  border: 1px solid #600;
  background-color: #fff;
  width: 180px;
  text-align: center;
}

#subscribe_banner h3 {
  margin: 0;
  color: #600;
}

#subscribe_banner a {
  color: #600;
}

#subscribe_banner a:hover {
  text-decoration: underline;
}

/******************************
* Donate stuff
******************************/

#donate_link {
  border: 1px solid #000;
  width: 200px;
  margin: 20px 0 0 37px;
  float: left;
  text-align: center;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

#donate_link h3 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  margin: 12px 0 5px 0;
}

#donate_link h3 a {
  text-decoration: none;
}

#donate_link p a {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  margin: 0px 0 13px 0;
  text-decoration: none;
}

#paypal_link {
  width: 200px;
  float: right;
  margin: 20px 17px 0 0;
}


.left_radio {
  float: left;
  clear: both;
  margin-bottom: 10px;
}

.left_radio input.text{
  clear: both;
  float: left;
}

a.share-this img {
	border: 0;
	float: right;
	margin: 120px 8px 0 0;
}
p#button-donate {
	padding-top: 10px;
}
p#button-donate img {
	margin: 0 0 6px 10px;
	border: 0;
}

p#knowing-christ {
	margin: 20px 0 20px 16px;
	font-size: 18px;
	font-weight: bold;
}