/*****************************************
******************************************
Sections:

1.GENERAL
2.SITE-WIDE CONTENT
3.PAGE CONTAINERS
4.QUICK-INFO/FOOTER

******************************************
******************************************/


/* 1.GENERAL --------------------------- */

/* zero "problem causers" for all elements */
* {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
}

html, body {
	width: 100%;
	height: 100%;
	font-family: arial, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #43391A;
	background:#B4AD86
}

a, a:visited, a:hover, a:active {
	color: #ABA694;
	text-decoration: none;
	outline: none;
}

.clear {
    clear: both;
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    border-bottom: 1px solid #999;
}

/* 2.SITE-WIDE CONTENT --------------------------- */

#main-container {
	position: relative;
	width: 700px;
	height: auto;
	min-height: 600px;
	margin: 0 auto;
	padding-top: 10px;
	background: #FAF7E5;
}

.header {
	float: left;
	width: 700px;
	background: url(/images/header_bg.gif) 10px 0 no-repeat;
}

#home-link-header {
	display: block;
	width: 680px;
	height: 87px;
        margin-left: 10px;
}

#menu {
	float: left;
	width: 690px;
	height: 21px;
	padding: 5px 0 0 10px;
}

#menu li {
	float: left;
	width: 140px;
	list-style: none;
}

#menu li a,
#sub-menu li a {
	float: left;
	height: 21px;
	opacity: 1.0; /* Safari, Opera */
	-moz-opacity: 1.0; /* FireFox */
	filter: alpha(opacity=100); /* IE */
}

#menu li a:hover,
#menu li.here a,
#sub-menu li a:hover,
#sub-menu li.here a {
	opacity: 0.5; /* Safari, Opera */
	-moz-opacity: 0.5; /* FireFox */
	filter: alpha(opacity=50); /* IE */
}

#menu #mymusic {
	width: 170px;
}

#sub-menu {
	float: left;
	width: 690px;
	height: 13px;
	padding: 8px 0 0 10px;
}

#sub-menu li {
	float: left;
	width: 146px;
	height: 13px;	
	list-style: none;
}

#sub-menu li a {
	height: 13px;
}

#sub-menu #instruction {
	width: 165px;
}

#sub-menu #projects {
	width: 150px;
}

#sub-menu #testimonials {
	width: 135px;
}

#sub-menu #calendar {
	width: 85px;
}

#section-header {
    margin-left: 10px;
    margin-right: 10px;
}

#section-header img {
	margin-bottom: 0px;
}

.content {
	float: left;
	width: 700px;
	height: 350px;
	margin-top: 40px;
}

.content a {
	color: #914D19;
	font-weight: bold;
}

.content a:visited, .content a:hover {
	color: #BA6E47;
}

.content h3 {
	font-weight: bold;
}

.content em {
	color: #914D19;
	font-style: normal;
}

html>body .content {
	min-height: 350px;
	height: auto;
}

.content-column {
	display: inline;
	float: left;
	width: 220px;
	height: auto; /*350px;*/
	margin: 10px 0 0 10px;
	overflow: auto;
}

#mymusic .content-column {
	padding-bottom: 20px;
}

#my-music {
	margin: 10px 10px 0 10px;
    border-bottom: 1px solid #B4AD86;
	padding: 20px 0;
}
#my-music img {
	padding-bottom: 10px;
}

#mymusic h3 {
	font-size: 16px;
	padding-bottom: 5px;
}

#soundcloud-logo {
	float: left;
	padding-right: 10px;
}
#photo-video a {
	display: block;
	font-weight: normal;
}

.two {
	width: 450px;
}

.three {
	width: 680px;
}

.photo-column {
	display: inline;
	float: left;
	width: 220px;
	height: auto;
	margin: 10px 0 0 10px;
}

.photo-column img {
	padding-bottom: 10px;
}

.photo-column .last img {
	padding-bottom: 0;
}

.caption {
	font-size: 10px;
	font-style: italic;
	color: #B4AD86;
	width: 680px;
	padding: 2px 0;
	border-bottom: 1px solid #B4AD86;
}

#home {
	margin-top: 0;
	height: 400px;
}
/* #slideshow {
    position:relative;
    margin: 10px;
    height:400px;
}
#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
} */

/*--Window/Masking Styles--*/
.window {
	height:400px;	width: 680px;
	margin-left: 10px;
	margin-top: 10px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
}
.image_reel img {float: left;}

/*--Paging Styles--*/
.paging {
	position: absolute;
	bottom: 40px; right: -7px;
	width: 178px; height:47px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 40px;
	background: url(paging_bg2.png) no-repeat;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
	padding: 5px;
	text-decoration: none;
	color: #fff;
}
.paging a.active {
	font-weight: bold;
	background: #920000;
	border: 1px solid #610000;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.paging a:hover {font-weight: bold;}


.mr0 {
	margin-right: 0;
}

#bio {
	margin-top: 0px;
}

#bio .content-column {
	width: 216px;
}

#bio p {
	margin-bottom: 10px;
}

#bio em {
	color: #43391A;
	font-style: italic;
}

#bio img {
	margin: 10px 0 0 10px;
}

#venue-list {
	border-top: 2px double #B4AD86;
	margin-top: 10px;
	padding-top: 10px;
}

#venue-list li {
	border-bottom: 1px dotted #B4AD86;
	margin-top: 3px;
	padding-bottom: 3px;
}

#rep li {
	border-bottom: 1px dotted #B4AD86;
	margin-top: 2px;
	padding-bottom: 2px;	
}

#rep h3 {
	padding-bottom: 2px;
}

#rep ul {
	padding-bottom: 20px;
}

#rep strong {
	color: #914D19;
	font-weight: normal;
	font-size: 11px;
}

#rep em {
	color: #43391A;
	font-style: italic;
	font-size: 11px;
}

#weddings {
	margin-top: 0px;
}

#weddings p {
	margin-bottom: 10px;
}

#weddings li {
	border-bottom: 1px dotted #B4AD86;
	margin-top: 2px;
	padding-bottom: 2px;
}

#weddings em {
	color: #43391A;
	font-weight: bold;
}

#wedding-essay {
	margin-top: 0px;
}

#wedding-essay p {
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 18px;
}

#wedding-essay h3 {
	padding-top: 20px;
	padding-bottom: 10px;
}

#wedding-essay a {
	color: #43391A;
}

#wedding-essay h1 {
	font-size: 21px;
	line-height: 29px;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom: 1px dotted #B4AD86;
}

#wedding-essay em {
	font-style: italic;
}

#wedding-essay #essay-header {
	margin-bottom: 10px;
	border-bottom: 1px dotted #B4AD86;
}

#wedding-essay #footnote p {
	color: #6a5e3d;
	padding-top: 10px; 
	font-size: 11px;
	line-height: 17px;
}

#instruction {
	margin: 0px;
}

#instruction p {
	margin-bottom: 10px;
}

#instruction h3 {
	padding-bottom: 10px;
}

#photo-video li {
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #B4AD86;
}

#video {
	padding-bottom: 20px;
}

#video h3 {
	padding-bottom: 5px;
}

#contact em a {
	font-weight: normal;	
}

#projects p {
        margin-bottom: 20px;
}

#projects img {
        margin-bottom: 10px;
}

.testimonial {
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: 1px solid #43391A;
}

#testimonial .two {
		width: 440px;
		margin-right: 10px;
}

.testimonial p {
        margin-bottom: 10px;
}

#testimonial img {
    margin-bottom: 20px;
	padding-bottom: 20px;
    border-bottom: 1px solid #43391A;
}

.testimonial blockquote {
	color: #B4AD86;
	font-family: georgia, times, serif;
	font-style: italic;
	font-size: 21px;
	line-height: 28px;
}

#testimonial h3 {
	padding-bottom: 20px;
}

.back-catalog p {
        margin-bottom: 10px;
}

#back-catalog strong {
	color: #914D19;
	font-weight: normal;
	font-size: 11px;
}

#back-catalog li {
        border-bottom: 1px solid #B4AD86;
        margin-bottom: 8px;
}

#back-catalog .content-column img {
        margin-bottom: 10px;
}

#back-catalog #headline {
	width: 680px;
	font-size: 11px;
	line-height: 17px;
}

#back-catalog #headline p {
	font-size: 13px;
	line-height: 20px;
        margin-bottom: 11px;
        margin-right: 13px;
}

#back-catalog #headline h3 {
	font-size: 18px;
	line-height: 20px;
	padding-bottom: 10px;
    text-transform: uppercase;
}

#back-catalog #body-copy {
	width: 215px;
        padding-right: 5px;
}

#back-catalog #subhead p {
        margin-bottom: 7px;
}

#back-catalog #subhead {
	width: 680px;
        margin-top: 10px;
        margin-bottom: 10px;
        padding-top: 40px;
        border-top: 1px solid #43391A;

}

#calendar .row {
	float: left;
        padding-left: 10px;
        margin-bottom: 15px;
}

#calendar .even {
        color: #9E3100;
}

#calendar .d {
	float: left;
        width: 115px;
        font-weight: bold;
}

#calendar .e {
	float: left;
        width: 155px;
}

#calendar .t {
	float: left;
        width: 85px;
}

#calendar .l {
	float: left;
        width: 140px;
}

#calendar .de {
	float: left;
        width: 185px;
}



/* 4.FOOTER --------------------------- */

.footer {
	float: left;
	width: 100%;
	margin-top: 30px;
	padding-bottom: 20px;
	background: url(/images/footer/nds_logo.gif) no-repeat;
}

#home-link {
	display: block;
	width: 220px;
	height: 40px;
	margin: 0 0 30px 240px;
}

.footer-column {
	display: inline;
	float: left;
	width: 220px;
	margin-left: 10px;
}

.footer-column-two {
	display: inline;
	float: left;
	width: 450px;
	margin-left: 10px;
}

.footer-column h2 {
	margin-bottom: 10px;
}

.footer-column-two h2 {
	margin-bottom: 20px;
}

.footer-column h4 {
	float: left;
	margin-top: 15px;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	color: #9E3100;
}

.footer-column h4 a {
	color: #9E3100;
}

.footer a:hover {
	opacity: 0.7; /* Safari, Opera */
	-moz-opacity: 0.7; /* FireFox */
	filter: alpha(opacity=70); /* IE */
}

#footer-demo {
	border-bottom: 1px solid #B4AD86;
}

#appearances {
	float: left;
	width: 100%;
	list-style: none;
}

#appearances li {
    border-bottom: 1px dashed #B4AD86;
    float: left;
    font-size: 10px;
    line-height: 15px;
    margin-top: 5px;
    padding-bottom: 5px;
    width: 100%;
}

#appearances li em {
	float: left;
	width: 45px;
	font-weight: bold;
	font-style: normal;
}

#news {
	float: left;
	width: 440px;
}

#news p {
    border-bottom: 1px solid #B4AD86;
    margin-bottom: 15px;
    padding-bottom: 10px;
}
#news br {
	padding-bottom: 5px;
}
#dp {
	float: left;
	margin-bottom: 30px;
}
#footer-social {
	padding-top: 10px;
	height: 50px;
}
#footer-social #footer-tw {
    background-position: -150px 0;
}
#footer-social #footer-yt {
    background-position: -180px 0;
}
#footer-social a {
    background: url("/images/footer/social_icons.png") no-repeat scroll -120px 0 transparent;
    float: left;
    height: 30px;
    margin-right: 20px;
    text-indent: -9999px;
    width: 30px;
}

/* 5.FORM STUFF --------------------------- */

#mailing-list {
	margin: 15px 0px;
	padding: 15px 0px;
	border-top: 1px solid #B4AD86;
    border-bottom: 1px solid #B4AD86;
}

#mailing-list .row {
	display: block;
	float: left;
	width: 220px;
	height: auto;
}

#mailing-list em {
	color: #766b3b;
	font-style: normal;
	font-size: 11px;
	font-weight: bold;
}

#mailing-list .text,
#mailing-list textarea {
	display: block;
	float: left;
	width: 210px;
	margin-bottom: 2px;
	padding-left: 5px;
	border: 1px solid #766b3b;
}

#mailing-list textarea {
	height: 60px;
}

#mailing-list .submit {
	font-size: 11px;
	color: #FFF;
	background: #a74a0d;
	border: 1px solid #9E3100;
	margin-top: 10px;
	padding: 2px;
}

#mailing-list .submit:hover {
	opacity: 0.7; /* Safari, Opera */
	-moz-opacity: 0.7; /* FireFox */
	filter: alpha(opacity=70); /* IE */
}






