/*
Theme Name: Evening Hymns Theme
Theme URI: http://www.eveninghymns.com
Description: This is the theme for the Evening Hymns website
Version: 1.0
Author: Stuart Duncan
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

*/



/* Begin Typography & Colors */

html, body {height: 100%}

body {
	background-color: #1d1c1c;
	font-family: Arial, Sans-Serif;
	color:#FFF;
	font-size: 12px;
}

a {
	
	color:#c49f88;
	text-decoration:none;

}

h2 {

	font-size: 15px;
	text-transform: uppercase; 

}

h1 {
	
	font-size: 15px;
	text-transform: uppercase; 
	color:#FFF;

}

h3 {

	font-size: 13px;
	text-transform: uppercase; 

}

p {

	font-size: 12px;

}

ul {
	left:0;
	padding:0;
	padding-bottom: 0px;
	margin-left:15px;
}

li {
	padding-bottom: 5px;	
}

.smalltext {
	font-size:10px;
}

.blacktext {
	color:#000;
}

#container {
	width:900px;
	min-height: 100%;
	left: 50%;
	position: absolute; 
	margin-left: -450px;
	background-color:#0a0000;
}

#container .col_left {
	
	float:left; 
	width: 582px;
	color:#FFF;
	padding-left: 18px;
	
}

#container .col_right {
	float:left; 
	width: 285px;
	padding-left: 15px;
	color:#FFF;
}

#dbem-location-map {
	color:#000;
	width: 580px !important;;
	height: 400px !important;;

}