/* Main style elements */
* {
	margin:0;
	padding:0;
}

body {
	font-family: "Myriad Pro","Myriad Web","Lucida Grande","Trebuchet MS","Tahoma","Helvetica","Arial",sans-serif;
	font-size:12pt;
	color:#CCCCCC;
	background-color:#000000;
	/*background-image:url(../images/bkgd_body.jpg);*/
	background-image:url(../images/bg_body.gif);
	background-repeat:repeat-x;
	padding:0px;
	margin:0px;
}

#main {
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	background-image:url(../images/bg_main.jpg);
	background-repeat:no-repeat;
	min-height:738px;
	/*
	width:100%;
	margin-top: 0px;
	padding: 0px;
	border:0px solid white;	
	*/
}

#menu{
	width:860px;
	height:23px;
	/*background-image:url(../images/bg_menu.png);
	background-repeat:no-repeat;*/
	padding: 5px 0px 0px 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}

#menu ul {
	margin: 0;
	padding:0px;
	cursor: default;
	list-style-type: none;
	display: inline;
}

#menu li{
	display: inline;
	margin-left:36px;
	/*border:1px dotted red;*/
}

a{
	color:greenyellow;
	text-decoration:underline;
}

p{
	margin:15px 0 0 0;
}
/*
h2 {
	color:darkred;
	font-size:12pt;
}
*/

.clear {
	clear: both; 
	height: 0px; 
	line-height: 0; 
	font-size: 1px; 
}

.gal_caption {
	color:white;
}

.gal_title{
	color:darkgreen;
	font-size:14pt;
}

#right_sidebar {
	float:right;
	width:400px;
	/*
	height:600px;
	background-image:url(../images/bg_main_top.png);
	background-repeat:no-repeat;
	position:absolute;
	margin:0px;
	padding:0px;
	border:1px dotted gold;
	*/
}

#right_sidebar .main_logo {
	padding-top: 20px;
	margin-left: auto;
	margin-right:auto;
	width:371px;
	height:135pxpx;
	/*
	border:1px dotted blue;
	*/
}

#right_sidebar .main_schedule {
	float: left;
	width:369px;
	height:195px;
	/*background-image:url(../images/balloon.png);
	background-repeat:no-repeat;*/
}

#right_sidebar .schedule_pad {
	margin:120px 1px 16px 24px;
}

.caption{
	float:left;
	width:120px;
	font-weight:bold;
	font-size:12px;
	color:gold;
	margin-bottom:2px;
}

.data{
	float:left;
	width:200px;
	font-weight:normal;
	font-size:12px;
	color:white;
}

.more{
	color:greenyellow;
	font-weight:bold;
	font-size:10px;
	text-decoration:underline;
}


/* BEGIN styles for chewy candy center box (which holds the real content) */
#center-container {
	padding:0px;
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
	padding-bottom:4px;
	width:600px;
	/*
	position:absolute;
	border:1px solid red;
	*/
	float:left;
}

#left-col {
	/*
	position:relative;
	border:1px solid yellow;
	*/
	float:left;
	width:178px;
	margin:5px 5px 5px 5px;
}

#center-left-col {
	float:left;
	width:580px;
	margin:5px 5px 5px 15px;
	/*border:1px solid red;*/
}

/* BEGIN Home page MOO links */
#moo_links {
	width:160px;
	padding:6px;
	background-color:gold;
	background-image:url(../images/bkgd_grad_gold.jpg);
	background-repeat:repeat-x;
	border:1px solid firebrick;
	font-size:11px;
	/*min-height:188px;*/
	text-align:left;
}

#moo_links a {
	color:crimson;
}

#moo_links ul {
	margin-top: 4px;
	margin-bottom:10px;
	margin-left:0px;
	padding: 0;
	cursor: default;
	list-style-type: none;
}

#moo_links li {
	padding:3px;
	margin-left:4px;
}

#moo_links .title {
	font-weight:bold;
	font-size:10pt;
	color:firebrick;
}
/* END Home page MOO links */


/* BEGIN Home page friend links */
#friend_links {
	width:160px;
	padding:6px;
	background-color:#A5B457;
	background-image:url(../images/bkgd_grad_olive.jpg);
	background-repeat:repeat-x;
	border:1px solid darkgreen;
	font-size:11px;
	/*min-height:188px;*/
	text-align:left;
	color:ghostwhite;
}

#friend_links a {
	color:ghostwhite;
}

#friend_links ul {
	margin-top: 4px;
	margin-bottom:10px;
	margin-left:0px;
	padding: 0;
	cursor: default;
	list-style-type: none;
}

#friend_links li {
	padding:3px;
	margin-left:4px;
}

#friend_links .title {
	font-weight:bold;
	font-size:10pt;
	color:gold;
}
/* END Home page friend links */


/* BEGIN Home page gallery link */
#gallery_links {
	width:160px;
	padding:6px;
	background-color:darkred;
	background-image:url(../images/bkgd_grad_red.jpg);
	background-repeat:repeat-x;
	border:1px solid maroon;
	font-size:11px;
	/*min-height:188px;*/
	text-align:left;
	color:gold;
}

#gallery_links a {
	color:gold;
}

#gallery_links ul {
	margin-top: 4px;
	margin-bottom:10px;
	margin-left:0px;
	padding: 0;
	cursor: default;
	list-style-type: none;
}

#gallery_links li {
	padding:3px;
	margin-left:4px;
}

#gallery_links .title {
	font-weight:bold;
	font-size:10pt;
	color:cornsilk;
}

#gallery_links .gal_name {
	font-weight:bold;
}

#gallery_links .gal_desc {
	font-weight:normal;
	font-size:10px;
	color:cornsilk;
}

#gallery_links .gal_img {
	margin:10px auto 10px auto;
	text-align:center;
}
/* END Home page gallery link */


#right-col {
	/*
	position:relative;
	border:1px solid green;
	*/
	float:right;
	width:178px;
	margin:5px 5px 5px 5px;
}

#center-col {
	margin:5px 190px 5px 190px;
}

#center-col .news_title {
	font-size:10pt;
	font-weight:bold;
	color:firebrick;
}
/* END styles for chewy candy center box (which holds the real content) */

/*BEGIN schedule styles */
.show_month{
	font-weight:bold;
	font-size:12pt;
	color:greenyellow;
	margin-bottom:6px;
}

.show_date{
	font-weight:normal;
	/*font-size:12px;*/
	color:lightyellow;
	padding-right:10px;
}

.show_comment{
	font-weight:normal;
	font-size:10pt;
	font-style:italic;
}

.show_title{
	font-weight:bold;
	/*font-size:10pt;*/
	color:white;
	padding-top:10px;
}

/*END schedule styles */


/*BEGIN media player styles */
#center-col .player{
	margin:12px 0px 0px 12px;
	padding: 15px 0 0 0;
}

/*END schedule styles */

/*BEGIN contact form styles */
#contact_form {
	margin-top:12px;
}

#contact_form .label{
	font-weight:bold;
	/*font-size:12px;*/
	color:yellowgreen;
}

#contact_form .field{
	font-weight:normal;
	/*font-size:11px;*/
	color:black;
	margin:6px;
}

.required_value {
	font-weight:normal;
	font-size:12px;
	color:lightyellow;
}

/*END contact form styles */


#email_signup {
	width:160px;
	padding:5px;
	background-color:orange;
	background-image:url(../images/bkgd_grad_orange.jpg);
	background-repeat:repeat-x;
	border:1px solid sienna;
	font-size:7pt;
}

#email_signup input {
	font-size:10px;
	margin-bottom:4px;
}


#footer {
	/*display:block;
	position:absolute;
	bottom:0px;
	padding:0px;*/
	width:100%;
	margin-top:20px;
	padding-top:30px;
	text-align:center;
	color:white;
	background-color:black;
	background-image:url(../images/bg_footer.jpg);
	background-repeat:repeat-x;
	height:200px;
	border-top:1px solid dimgray;
}

#footer a{
	font-weight:normal;
	font-size:14px;
	text-decoration:underline;
	color:greenyellow;
}

#footer ul {
	margin: 0;
	padding:0px;
	cursor: default;
	list-style-type: none;
	display: inline;
}

#footer li{
	display: inline;
	margin-left:20px;
}

#footer .indicia {
	color:white;
	font-size: 12px;
	padding:16px 0px 12px 0px;
}

/* BEGIN styles imported from blog theme - primarily for home page blog entries */
small {
	font-family: "Myriad Pro","Myriad Web","Lucida Grande","Trebuchet MS","Tahoma","Helvetica","Arial",sans-serif;
	font-size: 0.8em;
	line-height: 1.5em;
	color: lightyellow;
	}

h1, h2, h3 {
	font-family: "Myriad Pro","Myriad Web","Lucida Grande","Trebuchet MS","Tahoma","Helvetica","Arial",sans-serif;
	font-weight: bold;
	color:gold;
	}

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

h2 {
	font-size: 1.6em;
	margin: 30px 0 0;
	}


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:gold;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color:gold;
	}

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;
	}
/* END styles imported from blog theme */
