
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

body { 
  line-height: 1.4; 
  font-family:Arial, Helvetica, sans-serif;
  font-size:0.8em;
  color:#555;
  /*background-image:url(../images/bg.gif);
  background-repeat:repeat;*/
  background-color:#270600;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }

h1, h2, h3, h4, h5{
	font-family:Georgia, "Times New Roman", Times, serif;
}

a, a:visited{
	text-decoration:none;
	color:#0c779e;
}

a:hover{
	color:#00455e;
	
}

h1{
	color:#582d08;
	font-size:2em;
	line-height:1.2em;
	margin-bottom:10px;
}

h2{
	color:#582d08;
	font-size:1.4em;
	line-height:1em;
	margin-bottom:10px;
}

h3{
	color:333;
	font-size:1.4em;
}

p{
	margin-bottom:10px;
}

.fine{
	font-size:0.8em;
	color:999;
}

ul{
	list-style:square;
	list-style-position:inside;
}

/* START */

.clear{
	clear:both;
	margin:20px 0px 20px 0px;
}

#wrapper{
	width:940px;
	margin:0 auto;
	padding:0px 20px 20px 20px;
	background-color:#f2f0ea;
}


#top_nav{
	height:24px;
	text-align:right;
	padding-top:6px;
	font-size:0.8em;
}

#top_nav a{
	color:#fff;
	padding-right:10px;
	margin-right:10px;
	border-right:1px solid #000;
}

#top_nav a:hover{
	color:#d28422;
}

#top_nav a.last{
	border:0;
}

#nav{
	height:24px;
	text-align:left;
	color:#fff;
	text-transform:uppercase;
	font-size:0.7em;
	padding-top:8px;
	margin-right:20px;
	margin-left:220px;
}

#nav a{
	color:#fff;
	font-size:1.4em;
	font-weight:bold;
	padding-right:10px;
	margin-right:10px;
	border-right:1px solid #2a0900;
}

#nav a.last{
	border:0;
}

#nav a:hover{
	color:#d28422;
}

#banner{
	height:225px;
	margin-bottom:20px;
	background-image:url(../images/header_bg.jpg);
	background-repeat:no-repeat;
}

#content{
	background-color:#fff;
	float:left;
	width:900px;
	padding:20px;
}

#music {
	background-color: #fff;
	float: left;
	width: 900px;
	padding: 20px;
	margin-bottom: 10px;
}

#copy{
	width:900px;
	float:left;
	margin-right:20px;
}

#copy2{
	width:900px;
	float:right;
	margin-left:20px;
}

#gallery{
	float:left;
	padding-top:20px;
}

#gallery2{
	float:left;
	padding-top:10px;
}

#mods{
	float:left;
	margin-top:40px;
}

.mod{
	float:left;
	width:178px;
	padding:15px;
	height:180px;
	margin-right:20px;
	background-color:#f2f0ea;
	border:1px solid #eae4d6;
	overflow:hidden;
}

.mod p{
	line-height:1.2em;
}

.mod_last{
	float:left;
	overflow:hidden;
	width:178px;
	padding:15px;
	height:180px;
	background-color:#f2f0ea;
	border:1px solid #eae4d6;
}

.mod_last p{
	font-size:0.9em;
	line-height:1.2em;
}

#facebook{
	width:900px;
	background-color:#cee4f8;
	border:1px solid #b1cce5;
	float:left;
	margin-bottom:20px;
}

.facebook_text{
	float:left;
	width:560px;
	line-height:1.1em;
	font-size:1em;
	color:#00549f;
	padding:10px 10px 10px 20px;
}

.facebook_icon{
	float:right;
	width:210px;
	margin-left:20px;
}

.panel{
	margin-top:10px;
	background-color:#fff;
	float:left;
	width:900px;
	padding:20px;
}

#testimonial{
	text-align:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;
}

#testimonial p
{
  margin-bottom: 25px;
}

em{
	font-style:italic;
}

#comments{
	margin-top:10px;
	background-color:#fff;
	float:left;
	width:900px;
	padding:20px;
}

#posts{
	
	float:left;
	margin-right:20px;
}

.post{
	width:840px;
	margin-top:15px;
	border-bottom:1px solid #f2f0ea;
}

p.name{
	color:#888;
}

.sidebar{
	width:300px;
	float:right;
}

.comment_btn{
	margin-top:10px;}


#footer{
	margin-top:10px;
	background-color:#252424;
	float:left;
	width:900px;
	padding:20px;
	color:#F2F0EA;
	text-align:center;
}

.error
{
  background-color: #FFD9D9;
  border: solid 1px #FF9595;
  padding: 0.4em;
  margin: 20px;
}

#testimonials ul, #testimonials li
{
  list-style:none;
}

#show_more
{
  cursor: pointer;
  
}

#show_more img
{
  padding: 10px;
}



.mod_upload {
  background-color:#F2F0EA;
  border:1px solid #EAE4D6;
  float: right;
  overflow:hidden;
  padding:30px;
  width:415px;
  margin-top: 20px;
  margin-bottom: 18px;
  margin-left: 20px;
  text-align: center;
}

.image_caption {
  float: right;
  overflow:hidden;
  padding:10px;
  width:455px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 20px;
  text-align: left;
}

.image_caption2 {
  float: left;
  overflow:hidden;
  padding:10px;
  width:455px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 20px;
  text-align: left;
}

