/*  
Theme Name: Douglas Anderson Custom Theme
Theme URI: http://www.da-arts.org/
Description: Custom Wordpress theme for the Douglas Anderson School of the Arts in Jacksonville, Florida.
Version: 1.0
Author: Silver Web Designs of Jacksonville, Florida
Author URI: http://www.silverwebdesigns.net/

*/

/* DA Specific styles */

/* GENERAL CSS */
#body {
	margin: 0px;
	padding: 0px;
	color: #ffffff; }
body {
	font-size: .626em; }
body div, ul, ol, li, table, img {
	margin: 0px;
	padding: 0px; }
body p {
	margin: 10px 0px 15px;
	font-size: 12px;
	line-height: 150% }
body img {
	border: none; }
.display_none {
	display: none; }
.clear_div {
	display: none;
	height: 0px;
	width: 0px; }
.clearme {
	clear: both; }
body:last-child .clear_div {
	display: block;
	clear: both; }
	
#body {
	background-image: url(images/background_13px.jpg);
	background-repeat: repeat-y;
	background-position: top center; }
div#full_width_full_height_outside_container {
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	width: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center; }
	
div#main_wrapper {
	width: 980px;
	margin: 0 auto;
	padding: 0px;
	text-align: center; }
	
div#header_logo_outside_container {
	width: 980px;
	height: 102px;
	margin: 0px auto;
	background-image: url(images/logo_header.jpg);
	background-position: top center;
	background-repeat: no-repeat; }
div#outside_content_container {
	width: 980px;
	margin: 0px auto;
	text-align: left;
	padding: 0px;
	background-image: url(images/background_content.jpg);
	background-repeat: repeat-y;
	background-position: top center; }
div#second_outside_content_container {
	width: 100%;
	background-image: url(images/background_header2.jpg);
	background-repeat: no-repeat;
	background-position: top center; }
div#second_outside_content_container_interior {
	width: 100%;
	background-image: url(images/background_header3.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	min-height: 650px; }
*html div#second_outside_content_container_interior {
	height: 650px;  }
div#nav_outside_container {
	float: left;
	margin: 26px 25px 20px 27px;
	width: 220px;
	min-height: 650px; }
*html div#nav_outside_container {
	height; 650px; }
	
*html div#nav_outside_container {
	margin-left: 13px;
	margin-right: 12px;
	height: 700px; }
/* *****  NAV STYLES ***** */
h3#nav_title {
    color: #f0cd41;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	margin: 10px 0px;
    text-align: left; }
ul#nav_container {
    margin: 0px;
    padding: 0px;
    text-align: left;
    color: #f5df87; 
    font-family: Arial, Helvetica, sans-serif;
    list-style-type: none; }
ul#nav_container a {
    color: #f5df87; 
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none; }
ul#nav_container a.selected {
	color: #ffffff; }
ul#nav_container a:hover {
    text-decoration: underline; }
ul#nav_container li a {
    font-size: 16px;
    font-weight: bold;
    outline: none;
    display: block;
    float: left; }
ul#nav_container li a.arrow_one, ul#nav_container li a.arrow_one_down {
    float: left;
    display: block;
    width: 14px;
    height: 14px;
    margin: 2px 4px 2px 0px;
    font-size: 10px;
    outline: none;
    text-decoration: none;
    background-image: url(images/arrow_lg.jpg);
    background-position: top left;
    background-repeat: no-repeat; }
ul#nav_container li a.arrow_one_down {
    background-position: bottom left; }
ul#nav_container li div.arrow_one_block {
    float: left;
    display: block;
    width: 14px;
    height: 14px;
    margin: 2px 4px 2px 0px;
    font-size: 10px;
    outline: none; }
ul#nav_container li ul li a.arrow_two, ul#nav_container li ul li a.arrow_two_down {
    float: left;
    display: block;
    width: 9px;
    height: 9px;
    font-size: 8px;
    margin: 2px 4px 2px 0px;
    outline: none;
    text-decoration: none;
    background-image: url(images/arrow_sm.jpg);
    background-position: top left;
    background-repeat: no-repeat; }
ul#nav_container li ul li a.arrow_two_down {
    background-position: bottom left; }
ul#nav_container li ul li div.arrow_two_block {
    float: left;
    display: block;
    width: 9px;
    height: 9px;
    font-size: 8px;
    margin: 2px 4px 2px 0px;
    outline: none; }
ul#nav_container ul {
    list-style-type: none;
    padding-left: 0px; }
ul#nav_container li {
    clear: left;
	background-image: url(images/dot_gold.jpg);
	background-position: bottom left;
	background-repeat: repeat-x;
	padding: 5px 0px 10px; }
body:last-child ul#nav_container li {
	padding: 5px 0px; }
ul#nav_container li#empty_li {
	height: 0px; }
ul#nav_container li ul {
    margin-left: 10px;
    clear: left;
    overflow: hidden; }
ul#nav_container li ul li {
    clear: left;
	background-image: none;
	padding: 0px;
	padding-bottom: 0px; }
body:last-child ul#nav_container li ul li {
	padding: 0px; }
*html ul#nav_container li ul li {
	padding: 2px; }
ul#nav_container li ul li ul {
    margin-left: 25px;
    clear: left;
    overflow: hidden; }
ul#nav_container li ul li a {
    font-size: 12px;
    font-weight: normal; }
ul#nav_container li ul li ul li a {
    font-size: 12px;
    font-weight: normal; }
ul#nav_container ul.nav_hide {
    display: none; }
ul#nav_container ul.nav_show {
    display: block; }

div#inside_header_container {
	width: 696px;
	height: 296px;
	float: left;
	margin: 42px 0px 37px;
	overflow: hidden; }
div#slideshow_container {
	width: 410px;
	height: 295px;
	float: left;
	margin-left: 15px;
	background-color: #000000;
	color: #ffffff; }
div#icon_container {
	width: 222px;
	height: 280px;
	float: left;
	margin-left: 26px; }
div#icon_container a {
	display: block;
	width: 222px;
	height: 131px;
	outline: none;
	text-indent: -9000px;
	border: none; }
a#video_icon_link {
	background-image: url(images/icon_da_video.jpg);
	margin-bottom: 15px;  }
a#calendar_icon_link {
	background-image: url(images/icon_da_calendar.jpg); }

div#inside_content_container {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	float: left;
	width: 681px;
	margin-bottom: 35px;
	}
*html div#inside_content_container {
	margin-left: 10px; }
div#second_outside_content_container_interior div#inside_content_container {
	padding-top: 37px;
	padding-bottom: 15px; }
/* HOMEPAGE STYLES */
div#homepage_left_column_outside {
	width: 425px;
	min-height: 400px;
	float: left; }
div.homepage_left_column {
	font-size: 12px; }
div#homepage_right_column_outside {
	width: 240px;
	float: left;
	margin-left: 12px; }
div.homepage_right_column {
}
div#svideo_container {
	width: 680px;
	height: 481px;
	background-color: #ffffff;
	color: #000000; }
/* STAFF DIRECTORY STYLES */
div.staff_member {
	margin: 10px 0px;
	font-size: 12px; }
span.staff_name {
	font-size: 14px;
	font-weight: bold; }
span.staff_specialty {
}
span.staff_contact {
}

div#content_footer_outside_container {
	width: 980px;
	height: 24px;
	overflow: hidden;
	margin: 0px auto;
	background-image: url(images/background_content_footer.jpg);
	background-position: top center;
	background-repeat: no-repeat; }
h2.breadcrumbs {
	font-weight: normal;
	font-size: 20px;
	text-transform: uppercase;
	color: #880000;
	background-image: url(images/dot_red.jpg);
	background-position: bottom left;
	background-repeat: repeat-x;
	padding-bottom: 5px; }
h2.breadcrumbs a, h2.breadcrumbs a:visited {
	color: #880000; }
h2.breadcrumbs .first {
	font-weight: bold; }
h2.section {
	font-weight: normal;
	font-size: 20px;
	text-transform: uppercase;
	color: #880000;
	background-image: url(images/dot_red.jpg);
	background-position: bottom left;
	background-repeat: repeat-x;
	padding-bottom: 5px; }
h2.section a, h2.section a:visited {
	color: #880000; }
h2.section .first {
	font-weight: bold; }
div.homepage_left_column h2, div.homepage_right_column h2 {
	font-weight: normal;
	font-size: 20px;
	margin-top: 0px;
	text-transform: uppercase;
	color: #880000;
	background-image: url(images/dot_red.jpg);
	background-position: bottom left;
	background-repeat: repeat-x;
	padding-bottom: 5px; }
div.homepage_left_column h2 a, div.homepage_left_column h2 a:visited, 
div.homepage_right_column h2 a, div.homepage_right_column h2 a:visited {
	color: #880000; }
div.homepage_left_column h2 .first, div.homepage_right_column h2 .first {
	font-weight: bold; }
div.homepage_left_column h3, div.homepage_right_column h3 {
	font-weight: normal;
	margin: 10px 0px; }
div#content_footer_outside_container div#footer_contact_info {
	line-height: 20px;
	color: #000000;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	padding-left: 265px;
	padding-top: 2px; }
div#footer_base_outside_container {
	width: 100%;
	background-color: #000000;
	height: 30px; }
div#footer_base_inside_container {
	width: 956px;
	margin: 0px auto;
	line-height: 30px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #f0e2b7; }
div#footer_base_inside_container a {
	color: #f0e2b7;
	text-decoration: none; }
div#footer_base_inside_container a:hover {
	text-decoration: underline; }
div.left_align {
	float: left; }
div.right_align {
	float: right; }
div#footer_base_inside_container a#swd_link {
	color: #dab647;
	text-decoration: none; }
div#footer_base_inside_container a#swd_link:hover {
	text-decoration: underline; }

/* End DA Specific styles */


/* Begin Typography & Colors */

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}


small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}


small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #333;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */


/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}


h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

.entry ul {
	margin-left: 0px;
	list-style: disc;
	padding-left: 20px;
	font-size: 12px;
	} 
.entry ul li {
	margin: 3px 0px; }
.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */




/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #fff;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/

/* Larger gigs font size */
#body #outside_content_container table.gigs {
font-size: 12px;
}
#body #outside_content_container tr.eventName, #body #outside_content_container tr.when, #body #outside_content_container tr.where, #body #outside_content_container tr.other {
font-size: 12px;
}

span.break {display:block; clear:left;}
body#body img.clear-right {clear:right;clear:left;margin-right:100%}
