html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: #2b1c26 url(../images/main-wrapper-bg.jpg) repeat;
	text-shadow: 1px 1px 0px rgba(255,255,255,.5);
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	color: #16130f;
}

h1, h2, h3 {
	font-size: 18px;
	font-family: "Open Sans", sans-serif;
}

h3 {
	padding: 0px 0px 20px 0px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 13px;
	color: #16130f;
}

h4 {
	letter-spacing: 1px;
	text-align: center;
	font-size: 15px;
	color: #16130f;
}

p, ol, ul {
	margin-top: 0px;
}

p, ol {
	text-align: left;
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	padding-left: 0px;
}

strong {
	text-align: left;


}

a {
	color: #6a2f3c;
}

a:hover {
	text-decoration: none;
	margin-left: 0px;
}

a img {
	border: none;
	text-align: center;
}

img.border {
	margin: 10px;
	padding: 2px;
	clear: right;
	float: right;
	border: 2px solid #471f29;
}

img.alignleft {
	float: left;
}

img.alignright {
	float: right;
}

img.aligncenter {
	margin: 0px auto;
}

hr {
	display: none;
}

/** WRAPPER */

#wrapper {
	overflow: hidden;
	background: #000000;
}

#wrapper-bgtop {
	background: url(../images/wrapper-bgtop.jpg) repeat-x left top;
}

#wrapper-bgbtm {
	background: url(../images/wrapper-bgbtm.jpg) repeat-x left bottom;
}

#wrapper-bgimg {
	background: url(../images/wrapper-bgimg.jpg) no-repeat center top;
}

.container {
	width: 1000px;
	margin: 0px auto;
}

.clearfix {
	clear: both;
}

/** HEADER */

#header {
	overflow: hidden;
}

/** LOGO */

#logo-wrapper {
	overflow: hidden;
	height: 320px;
	background: url(../images/logo-wrapper-bg.png) no-repeat center top;
}

#logo {
	width: 320px;
	padding: 120px 610px 0px 70px;
	height: 200px;
}

#logo h1, #logo p {
	margin: 0px;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 1px 1px 0px rgba(0,0,0,.5);
	line-height: normal;
}

#logo h1 a {
	display: block;
	letter-spacing: 5px;
	text-decoration: none;
	font-size: 30px;
	color: #FFFFFF;
	padding-top: 52px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: 400;
	font-style: normal;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
}

#logo p {
	padding: 5px 0px 0px 0px;
	letter-spacing: 1px;
	font-family: 'Droid Serif', serif;
	font-size: 12px;
	color: #6b6565;
	margin-top: 15px;
}

/** MENU */

#menu-wrapper {
	overflow: hidden;
	height: 90px;
	background: url(../images/menu-wrapper-bg.png) no-repeat center top;
}

#menu {
	height: 90px;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: normal;
	text-align: center;
}

#menu li {
	display: inline-block;
	padding: 35px 25px 0px 25px;
}

#menu a {
	display: block;
	text-decoration: none;
	text-shadow: 1px 1px 1px rgba(0,0,0,1);
	text-transform: uppercase;
	font-family: 'Droid Serif', serif;
	font-size: 12px;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
	text-align: left;
}

/** PAGE */

#page-wrapper {
	overflow: hidden;
	background: url(../images/page-wrapper-bg.png) repeat-y center top;
}

#page-bgtop {
	background: url(../images/page-bgtop.png) no-repeat center top;
}

#page-bgbtm {
	overflow: hidden;
	padding: 10px 0px 100px 0px;
	background: url(../images/page-bgbtm.jpg) no-repeat center bottom;
}

.two-column1 #page-wrapper {
	background: url(../images/page2-wrapper-bg.png) repeat-y center top;
}

.two-column1 #page-bgtop {
	background: url(../images/page2-bgtop.png) no-repeat center top;
}

.two-column1 #page-bgbtm {
	background: url(../images/page2-bgbtm.jpg) no-repeat center bottom;
}

.two-column2 #page-wrapper {
	background: url(../images/page3-wrapper-bg.png) repeat-y center top;
}

.two-column2 #page-bgtop {
	background: url(../images/page3-bgtop.png) no-repeat center top;
}

.two-column2 #page-bgbtm {
	background: url(../images/page3-bgbtm.jpg) no-repeat center bottom;
}

/** CONTENT */

#content {
	float: left;
	width: 680px;
}

.two-column2 #content {
	float: right;
}

#wide-content {
}

#wide-content .entry {
	background: url(../images/wide-content-shadow.png) no-repeat left top;
	text-align: left;
	width: 900px;
	margin-left: 12px;
}

/** SIDEBAR */

#sidebar {
	float: right;
	width: 320px;
	text-align: left;
	padding-left: 0px;
}

.two-column2 #sidebar {
	float: left;
}

/** FOOTER */

#footer {
	overflow: hidden;
	padding-top: 50px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	background: url(../images/footer-wrapper-bg.jpg) no-repeat center top;
}

#footer p {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
}

/** COPYRIGHT */

#copyright {
	overflow: hidden;
	width: 910px;
	height: 50px;
	margin: 0px auto;
	padding-top: 13px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	background: url(../images/divider-bg.png) repeat-x left top;
	float: none;
	text-align: center;
	font-size: 15px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #2E2E2E;
	text-shadow: 0px 0px #B7A2A2;
}

#copyright p {
	text-shadow: 1px 1px 1px rgba(0,0,0,.5);
	color: #513343;
	font-size: 16px;
}

/** FOOTER CONTENT */

#footer-content {
	overflow: hidden;
	width: 910px;
	margin: 0px auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 85px;
}

#footer-content h2 {
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 52px;
	padding-bottom: 25px;
	letter-spacing: 1px;
	text-shadow: 1px 1px 1px rgba(0,0,0,1);
	text-transform: uppercase;
	font-family: 'Droid Serif', serif;
	font-size: 12px;
	color: #fef6fc;
}

#footer-content #column1 {
	float: left;
	width: 270px;
	margin-right: 50px;
}

#footer-content #column2 {
	float: left;
	width: 270px;
}

#footer-content #column3 {
	float: right;
	width: 270px;
}

/** LIST STYLE 1 */

ul.style1 {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: -35px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	list-style: none;
}

ul.style1 li {
	padding: 12px 0px 12px 0px;
	background: url(../images/divider-bg.png) repeat-x left top;
	margin-left: 94px;
}

ul.style1 a {
	text-shadow: 1px 1px 1px rgba(0,0,0,.5);
	color: #a08484;
}

ul.style1 .first {
	padding-top: 0px;
	background: none;
}

/** LIST STYLE 2 */

ul.style2 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.style2 li {
	padding: 10px 0px 10px 0px;
	background: url(../images/divider2-bg.png) repeat-x left top;
	text-align: left;
	font-size: 15px;
}

ul.style2 a {
	color: #000000;
	text-align: left;
	font-family: "Open Sans", sans-serif;
}

ul.style2 .first {
	padding-top: 0px;
	background: none;
}

/** LIST STYLE 3 */

ul.style3 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.style3 li {
	padding: 15px 0px 15px 0px;
	background: url(../images/divider2-bg.png) repeat-x left top;
	line-height: 190%;
}

ul.style3 a {
	color: #333333;
}

ul.style3 .first {
	padding-top: 0px;
	background: none;
}

/** LIST STYLE 4 */

ul.style4 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	list-style-image: none;
	list-style-type: none;
}

ul.style4 li {
	padding: 10px 0px 10px 0px;
	background: url(../images/divider4-bg.png) repeat-x left top;
}

ul.style4 a {
	color: #16130f;
}

ul.style4 .first {
	padding-top: 0px;
	background: none;
	font-weight: bold;
}

/** TITLE 1 */

.title1 {
	position: relative;
	width: 730px;
	height: 150px;
	background: url(../images/title1-bg.png) no-repeat left top;
	left: -50px;
}

.title1 h2 {
	padding: 67px 0px 0px 78px;
	letter-spacing: 1px;
	text-shadow: 2px 1px 0px rgba(0,0,0,.5);
	text-transform: uppercase;
	font-family: 'Droid Serif', serif;
	font-size: 16px;
	color: #FFFFFF;
	text-align: left;
}

/** TITLE 2 */

.title2 {
	position: relative;
	width: 370px;
	height: 150px;
	background: url(../images/title2-bg.png) no-repeat left top;
}

.title2 h2 {
	padding: 67px 0px 0px 60px;
	letter-spacing: 1px;
	text-shadow: 2px 1px 0px rgba(0,0,0,.5);
	text-transform: uppercase;
	font-family: 'Droid Serif', serif;
	font-size: 12px;
	color: #FFFFFF;
}

/** TITLE 3 */

.title3 {
	position: relative;
	width: 1050px;
	height: 150px;
	background: url(../images/title3-bg.png) no-repeat left top;
	left: -50px;
}

.title3 h2 {
	padding: 67px 0px 0px 78px;
	letter-spacing: 1px;
	text-shadow: 2px 1px 0px rgba(0,0,0,.5);
	text-transform: uppercase;
	font-family: 'Droid Serif', serif;
	font-size: 15px;
	color: #FFFFFF;
	text-align: left;
}

/** TITLE 4 */

.title4 {
	position: relative;
	width: 370px;
	height: 150px;
	left: -50px;
	background: url(../images/title4-bg.png) no-repeat left top;
}

.title4 h2 {
	padding: 67px 0px 0px 78px;
	letter-spacing: 1px;
	text-shadow: 2px 1px 0px rgba(0,0,0,.5);
	text-transform: uppercase;
	font-family: 'Droid Serif', serif;
	font-size: 14px;
	color: #FFFFFF;
}

/** TITLE 5 */

.title5 {
	position: relative;
	width: 730px;
	height: 150px;
	background: url(../images/title5-bg.png) no-repeat left top;
}

.title5 h2 {
	padding: 67px 0px 0px 60px;
	letter-spacing: 1px;
	text-shadow: 2px 1px 0px rgba(0,0,0,.5);
	text-transform: uppercase;
	font-family: 'Droid Serif', serif;
	font-size: 16px;
	color: #FFFFFF;
	text-align: left;
}

/** BOX STYLE 1 */

.box-style1 {
	overflow: hidden;
	padding-top: 10px;
	margin-top: -22px;
	margin-bottom: 10px;
}

.box-style1 .title {
	padding: 0px 30px 20px 50px;
	text-shadow: 2px 1px 0px rgba(255,255,255,.5);
	text-transform: uppercase;
	font-family: 'Droid Serif', serif;
	font-size: 23px;
	color: #2f2a22;
	text-align: center;
}

.box-style1 .entry {
	background: url(../images/box-content-shadow.png) no-repeat left top;
	font-size: 18px;
	font-style: normal;
	width: 580px;
	padding-top: 5px;
	padding-left: 49px;
}

/** BOX STYLE 2 */

.box-style2 .entry {
	margin-top: -20px;
	padding: 0px 50px 0px 40px;
}

.box-style2 h3 {
	padding: 0px 0px 20px 0px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 13px;
	color: #16130f;
}

/** BOX STYLE 3 */

.box-style3 .entry {
	margin-top: -20px;
	padding: 0px 40px 0px 50px;
}

/** BOX STYLE 4 */

.box-style4 {
	overflow: hidden;
	padding: 10px;
	width: 650px;
}

.box-style4 .title {
	padding: 0px 30px 20px 40px;
	text-shadow: 2px 1px 0px rgba(255,255,255,.5);
	text-transform: uppercase;
	font-family: 'Droid Serif', serif;
	font-size: 23px;
	color: #2f2a22;
}

.box-style4 .entry {
	background-image: none;
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 16px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
}

/** IMAGE BORDER STYLE 1 */

.image-style1 {
	position: relative;
	float: left;
	width: 250px;
	height: 239px;
	margin: 0px 15px 0px 0px;
	top: -3px;
	left: -10px;
}

.image-style1 span {
	position: absolute;
	top: -21px;
	left: 324px;
	width: 267px;
	height: 100%;
}

.image-style1 img {
	position: absolute;
	top: -8px;
	left: 338px;
}

.image-style1a span {
	background: url(../images/image-style1-border.png) no-repeat left top;
}

/** IMAGE BORDER STYLE 2 */

.image-style2 {
	position: relative;
	width: 304px;
	height: 155px;
	margin: 0px 15px 0px 0px;
	top: -5px;
	left: -15px;
}

.image-style2 span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.image-style2 img {
	position: absolute;
	top: 20px;
	left: 20px;
}

.image-style2a span {
	background: url(../images/image-style2-border.png) no-repeat left top;
}

/** IMAGE BORDER STYLE 3 */

.image-style3 {
	position: relative;
	float: left;
	width: 85px;
	height: 85px;
	margin: 0px 10px 0px 0px;
	top: -5px;
	left: -10px;
}

.image-style3 span {
	position: absolute;
	top: 0px;
	left: 4px;
	width: 78px;
	height: 81px;
}

.image-style3 img {
	position: absolute;
	top: -56px;
	left: 171px;
	width: 97px;
	height: 76px;
}

.image-style3a span {
	background: url(../images/image-style3-border.png) no-repeat left top;
}

/** IMAGE BORDER STYLE 4 */

.image-style4 {
	position: relative;
	width: 252px;
	height: 145px;
	margin: 0px 0px 25px 0px;
	left: -15px;
}

.image-style4 span {
	position: absolute;
	top: 1px;
	left: 1px;
	width: 256px;
	height: 152px;
}

.image-style4 img {
	position: absolute;
	top: 15px;
	left: 21px;
}

.image-style4a span {
	background: url(../images/image-style4-border.png) no-repeat left top;
}

/** BUTTON STYLE 1 */

.button-style {
	position: relative;
	display: block;
	width: 182px;
	height: 71px;
	left: 25px;
	background: url(../images/button-bg.png) no-repeat left bottom;
	line-height: 71px;
	letter-spacing: 1px;
	text-align: center;
	text-decoration: none;
	text-shadow: 2px 1px 0px rgba(0,0,0,.5);
	text-transform: uppercase;
	font-family: 'Droid Serif', serif;
	font-size: 12px;
	color: #FFFFFF;
}

/** BUTTON STYLE 2 */

.button-style2 {
	position: relative;
	display: block;
	width: 182px;
	height: 71px;
	left: 30px;
	background: url(../images/banner-buttong-bg.png) no-repeat left bottom;
	line-height: 71px;
	letter-spacing: 1px;
	text-align: center;
	text-decoration: none;
	text-shadow: 2px 1px 0px rgba(0,0,0,.5);
	text-transform: uppercase;
	font-family: 'Droid Serif', serif;
	font-size: 12px;
	color: #FFFFFF;
}

.text-align {
	padding-top: 20px;
}

/** TWO COLUMNS */

.two-column {
	overflow: hidden;
	margin-top: -10px;
	padding: 0px 30px 0px 50px;
}

.two-column .colA {
	float: left;
	width: 275px;
	background: url(../images/divider3-bg.png) repeat-y right top;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.two-column .colB {
	float: right;
	width: 275px;
	padding: 10px;
	margin-right: 4px;
}

.two-column .colC {
	float: left;
	width: 275px;
	padding: 10px 25px 0px 0px;
	background: url(../images/divider3-bg.png) repeat-y right top;
}

.two-column .colD {
	float: right;
	width: 275px;
	padding: 10px 0px 10px 0px;
}

/** META STYLE */

.meta-wrapper {
	position: relative;
	width: 622px;
	height: 91px;
	padding: 0px 0px 30px 0px;
	background: url(../images/meta-wrapper-bg.png) no-repeat left top;
	top: 30px;
	left: -10px;
	text-shadow: 1px 1px 0px rgba(0,0,0,.5);
	color: #a3a3a3;
}

#meta-wrapper a {
	color: #FFFFFF;
}

#meta-wrapper .posted {
	float: left;
	color: #FFFFFF;
}

#meta-wrapper .links {
	float: right;
	color: #FFFFFF;
}

#box1 {
}

/** META STYLE 1 */

.meta-bg {
	overflow: hidden;
	position: relative;
	width: 542px;
	height: 91px;
	padding: 0px 45px 0px 35px;
	left: -10px;
	background: url(../images/meta-wrapper-bg.png) no-repeat left top;
}

.meta p {
	line-height: 91px;
	text-shadow: 1px 1px 0px rgba(0,0,0,1);
	text-transform: uppercase;
	font-family: 'Droid Serif', serif;
	color: #a3a3a3;
}

.meta .tags {
	float: left;
}

.meta .links {
	float: right;
}

.meta .more {
	padding: 0px 10px 3px 30px;
	background: url(../images/meta-icons-01.png) no-repeat left 0px;
}

.meta .comments {
	padding: 0px 0px 3px 30px;
	background: url(../images/meta-icons-02.png) no-repeat left 0px;
}

.meta .divider {
	height: 22px;
	padding: 0px 15px;
	background: url(../images/meta-divider-bg.jpg) repeat-y center top;
}

.meta a {
	color: #FFFFFF;
}

/** BANNER */

#banner {
	overflow: hidden;
	width: 964px;
	height: 290px;
	margin: 0px auto;
	background: url(../images/banner-wrapper-bg.jpg) no-repeat left top;
	text-shadow: 1px 1px 0px rgba(0,0,0,1);
	text-transform: uppercase;
	font-family: 'Droid Serif', serif;
	font-style: normal;
}

#banner h2 {
	padding: 52px 0px 10px 0px;
	letter-spacing: 3px;
	line-height: 145%;
	font-size: 20px;
	color: #FFFFFF;
	text-align: center;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
	margin-left: -37px;
	margin-top: -7px;
}

#banner p {
	letter-spacing: 1px;
	color: #837e7e;
	text-align: center;
	font-size: 13px;
	margin-left: -37px;
	padding-left: 0px;
	clear: both;
}

#banner #col1 {
	float: left;
	padding: 25px 0px 0px 25px;
}

#banner #col2 {
	float: right;
	width: 260px;
}
.photos {
	padding: 2px;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 2px;
	margin-bottom: 10px;
	border: 2px solid #471F29;
	clear: left;
	float: left;
}
.youtube-box1 {
	margin-top: 15px;
	margin-right: 15px;
	margin-left: -1px;
	padding: 2px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #5B2C37;
	border-right-color: #692C38;
	border-bottom-color: #793643;
	border-left-color: #2D111B;
	height: 315px;
	width: 560px;
	margin-bottom: 15px;
}
.home-paragraph-1 {
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	font-size: 20px;
	padding: 15px;
	text-align: left;
}
artist-spotlight-1 {
	padding: 10px;
}
artist-spotlight-1 {
	padding: 10px;
}
.artist-spotlight-1 {
	font-size: 16px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin: 1px;
	padding: 1px;
	line-height: 130%;
}
.photos-L {
	margin: 10px;
	padding: 2px;
	clear: right;
	float: right;
	border: 2px solid #471f29;
}
.photos-sidebar {
	padding: 2px;
	clear: left;
	float: none;
	border: 2px solid #50212D;
}
table-align-right {
	text-align: right;
}
