/*
Theme Name: Follow Your Art
Theme URI: http://www.follow-your-art.com/
Description: A custom theme developed for Follow Your Art
Version: 1.0
Author: BKJ Productions
Author URI: http://bkjproductions.com/
Tags: basic

*/


/*
Burgundy: #800000
Orange: #C95814
Background tan: #FDF6CC
Navbar/Footer: #FFCC66;
Navbar indicator: bg #993814 text #FFFFFF;
Unselected Nav Hover: #AA0000
Purple: #660033
Footer Link: #330000
Error:  #FF0000
Published Date (in News article): #787561

Schedule Colors:
Background: #FFE5B2
Open Studio: # FFBD5C
Creative Art Groups for Children: #FED15C
For Adults: #ECB875
Sensory Discovery: #E7CE5C

*/


html {
	background: #800000;
	font-size: 14px;
}

strong { font-weight: bold; }
em { font-style: italic; }
h3 { font-weight: bold; }
a { color: #800000; }
a:visited { color: #660033; }


#doc {
	width: 980px;
	margin: 0 auto;
	background: #FDF6CC url(images/background_columns.gif) 0 0 repeat-y;
}

#hd {
	height: 300px;
	padding-right: 10px;
}

#hd a {
	color: black;
	text-decoration: none;
}

#hd a:hover {
	text-decoration: underline;	
}

#hd h1 {
	font-size: 180%;
	font-weight: bold;
}

#hd .description {
	font-style: italic;	
}

#random-image {
	margin-top: 10px;
	float: right;	
}

#nav {
	background: #FFCC66 url('images/bg_shine.gif') bottom left repeat-x;
	text-align: center;
	padding: 5px 0;
	font-size: 15px;
}

#nav a {
	padding: 5px 10px;
	color: #800000;
	font-weight: bold;
	text-decoration: none;
}

#nav a:hover {
	color: #AA0000;
}

#nav a.selected {
	color: white;
	background: #993814 url('images/bg_shine_selected.gif') bottom left repeat-x;
}

#content {
	line-height: 160%;
	float: left;
	display: inline;
	padding: 30px 20px 2em;
	width: 680px;
	min-height: 300px;
	background: url(images/texture_top.gif) no-repeat;
}

#content.home-page {
	
	font-size: 120%;
	line-height: 200%;
}

#content h2 {
	font-size: 150%;
	font-weight: bold;
	margin: 1em 0;
}

#content h3 {
	font-size: 110%;
	font-weight: bold;
	margin: 0.5em 0;
}

#content p {
	margin-bottom: 0.7em;	
}

table#schedule {
	border-collapse:separate;
	border-spacing: 2px;
}

table#schedule td {
	background: #FFE5B2;
	padding: 5px;
	line-height: 1.1em;
}

table#schedule td img {
	/* float: left;	*/
}


table#schedule td.time { 
	background-color: #FFCC66;
	font-weight: bold;
}
table#schedule td.day {
	font-weight: bold;
	background: #800000;
	color: tan;
}
table#schedule td.sensory-discovery { background: #E7CE5C; }
table#schedule td.creative-art-groups-for-children { background: #FED15C; }
table#schedule td.follow-your-art-for-adults { background: #ECB875; }
table#schedule td.open-studio-for-various-age-groups { background: #FFBD5C; }

table#schedule td.selected {
	background: #ffffff;
	font-weight: bold;
}


#content .schedule-listing, #content .offering, #content .news-headline {
	margin-top: 3em;	
}

#content .news-headline a {
	color: black;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
}

h3.news-headline a {
	color: black;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
}

h3.news-headline a:hover {
	text-decoration: underline;
	}

ul.schedule-items li {
	margin: 1em 0;
}

#sidebar {
	padding: 10px 10px;
	float: right;
	display: inline;
	width: 220px;
	background: #C95814;
}

#sidebar h2 {
	font-weight: bold;
	margin-top: 1em;
}

#sidebar a {
	color: black;	
}

#sidebar img {
	display: block;
	margin: 0 auto 20px;
}

#sidebar .news-item {
	line-height: 160%;
	padding-bottom: 15px;
	margin-bottom: 10px;
	background: url(images/sidebar_dot.gif) bottom left repeat-x;
}

#sidebar .news-item:last-child {
	background: none;	
}


#sidebar hr {
	background-color:#C95814;
	border-top:4px dotted #FFCC66;
	color:transparent;
	height:0;	
}

#ft {
	clear: both;
	background: #FFCC66;
	font-size: 80%;
	padding: 10px 20px;
	text-align: center;
}

#comment {width: 100%;}


#contact_form td {
	padding: 5px;	
}

label.error {
	color: #ff0000;
	font-size: 12px;
	padding-left: 10px;
	display: none; /* this gets set to 'inline' when an error needs to be displayed. 'none' lets us add custom error messages as <LABEL>s */
}

.navigation {
	margin: 1em 0;	
}

.navigation a {
	text-decoration: none;
}

.navigation a:hover {
	text-decoration: underline;	
}

.publish-date {
	color: #787561;
	font-size: 10px;
	font-style: italic;	
}

.read-more {
	display: block;
	margin-top: -0.7em;	
}

textarea.wide {width:540px;}

.credit a {font-size:10px; padding-top:4px; color:#330000;}