/* 
  ------------------------------------------------
  PVII CSS Layout Magic
  Copyright (c) 2007 Project Seven Development
  www.projectseven.com
  03: 2Col_Fixed_Full_Width_Header_Sidebar_Left
  customized for da capo by Karl Strieby
  ------------------------------------------------
*/
html {background-color: black;}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	background-color: #62171B;
	background-image:url(../assets/images/bg.gif);
	margin: 0px;
	padding: 0;
}
#masthead {
	color: #fff;
	background-color: black;
	padding: 0;
	margin: 0;
	border-bottom: solid 2px white;
}
#wrapper {
	width: 770px;
	margin: 10px auto;
}
#column_wrapper {
	background-color: transparent;
	color: white;
	background-image:url(../images/columnwrapperbg.jpg);
	background-repeat: repeat-y;
}
#column_top {
	background-image: url(../images/columntop.jpg);
	background-repeat: no-repeat;
	height: 10px;
}
#column_bottom {
	background-image: url(../images/columnbottom.jpg);
	background-repeat: no-repeat;
	height: 20px;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
img {
	border: none !important;
}
#right {
	width: 570px;
	float: left;
	color: white;
	background-color: transparent;
}
#left {
	width: 200px;
	float: left;
}
#right .content {
	padding: 20px;
	font-size: 0.8em;
	line-height: 1.5em;
}
#right .content img.centered {
	display: block;
	margin: 0 auto;
}
#right .content .centered {
	text-align:center;
}
#right .content p.borderbottom {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #600;
	padding-bottom: 0.5em;
}
p.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-style: italic;
}


#left .content {
	padding: 10px;
	font-size: 0.7em;
	line-height: 1.5em;
	margin: 0 10px 0 0;
}
#left .content p {display: none;}
#masthead .content {
	padding: 0;
	margin:0;
	color: white;
	background-color: transparent;
	display:block;
}
#masthead .content img {
	display:block;
	border: none;
}
#footer .content {
	padding: 10px 0 40px 0;
	background-color: transparent;
	color: white;
	text-align: center;
}
#footer {
	margin: 20px 0 0 0;
	font-size: 0.7em;
	clear: both;
	background-color: black;
	border-top: solid 2px white;
	height: 100px;
}
#right a:link {
	color: #39F;
}
#right a:visited {
	color: #96F;
}
#right a:hover {
	color: #FFF;
	background-color:#600;
}
#right .borderedp {
	padding: .5em;
	border: solid 1px white;
}
#right .bordertop {
	border-top: solid 1px white;
	padding-top: .5em;
}
#right table.bordered td, #right table.bordered th{
	border: solid 1px white;
	padding: .5em;
	vertical-align:top;
}
#right .bordered {
	border-collapse: collapse;
	width: auto;
	margin: 0 auto;
}
#wrapper .menulist a, #wrapper .menulist a:visited {
	color: #000000;
	border-left: 6px solid #C7EE51;
	padding: 0 0 0 6px;
}
#wrapper .menulist a:hover {
	border-color: #000000;
}
#footer a:link {color: #FFF;}
#footer a:visited {
	color: #90F;
}
#footer a:hover {
	color: #6FF;
	background-color:#640000;
}
h1, h2, h3, h4 {
	line-height: normal;
}
h1 {
	font-size: 2em;
	margin: 0 0 1em 0;
	padding: 0 0 .5em .5em;
	border-bottom: solid 2px #f00;
	color: #FFF;
/*	font-variant: small-caps;*/
}
h2 {
	font-size: 1.6em;
	margin: 30px 0 0 0;
}
h3 {
	font-size: 1.25em;
	margin: 30px 0 0 0;
}
h4 {
	font-size: 1.1em;
	margin: 20px 0 0 0;
}
.nomargintop {margin-top: 0;}
.content p {
	margin: 12px 0;
}
.floatleft {
	display:block;
	float:left;
	padding: 0 10px 0 0;
}
.floatright {
	display:block;
	float:right;
}
.redbold {
	color: red;
	font-weight:bold;
}
