/*
THEME NAME: CSC Makeover
THEME URI: http://concertsingers.org
DESCRIPTION: Started off with sandbox theme, built to specifications
VERSION: 1.0
AUTHOR: <a href="http://clevermonkey.net/">Dave Britt</a> 
AUTHOR URI: <a href="http://webdesign.clevermonkey.net/">Clevermonkey Web Design</a> 
*/


@import url('reset.css');
@import url('typography.css');
@import url('forms.css');
@import url('layout-default.css');
body {
background: #4a525a;
text-align: center;
}


.p1 .stylecolor {color: #0;}.home .p1 .stylecolor {color: #3399cc;}
.auditions .p1 .stylecolor {color: #99cc66;}
.donations .p1 .stylecolor {color: #ff6699;}
.calendar .p1 .stylecolor {color: #969181;}
.about-us .p1 .stylecolor {color: #b88999;}
.members .p1 .stylecolor {color: #ae9996;}

#menu li.tab-home a{background: url('images/53889c.gif') repeat-x 0px 123px;}
#menu li.tab-auditions a{background: url('images/61867c.gif') repeat-x 0px 123px;}
#menu li.tab-donations a{background: url('images/868f71.gif') repeat-x 0px 123px;}
#menu li.tab-calendar a{background: url('images/969181.gif') repeat-x 0px 123px;}
#menu li.tab-about-us a{background: url('images/ae9996.gif') repeat-x 0px 123px;}
#menu li.tab-members a{background: url('images/cfb9aa.gif') repeat-x 0px 123px;}


.home li.current_page_item a{background: url('images/53889c.gif') repeat-x 0px 75px !important;}
.auditions li.current_page_item a{background: url('images/61867c.gif') repeat-x 0px 75px !important;}
.donations li.current_page_item a{background: url('images/868f71.gif') repeat-x 0px 75px !important;}
.calendar li.current_page_item a{background: url('images/969181.gif') repeat-x 0px 75px !important;}
.about-us li.current_page_item a{background: url('images/ae9996.gif') repeat-x 0px 75px !important;}
.members li.current_page_item a{background: url('images/cfb9aa.gif') repeat-x 0px 75px !important;}

#menu li.tab-home a:hover{background: url('images/53889c.gif') repeat-x 0px 75px}
#menu li.tab-auditions a:hover{background: url('images/61867c.gif') repeat-x 0px 75px}
#menu li.tab-donations a:hover{background: url('images/868f71.gif') repeat-x 0px 75px}
#menu li.tab-calendar a:hover{background: url('images/969181.gif') repeat-x 0px 75px}
#menu li.tab-about-us a:hover{background: url('images/ae9996.gif') repeat-x 0px 75px}
#menu li.tab-members a:hover{background: url('images/cfb9aa.gif') repeat-x 0px 75px}

#menu :focus{
outline: 0;
}


/* MENU CSS */
div#menu {
height: 185px;
width:100%;
}

div#menu ul{
list-style:none;
float: right; /* this is what puts the ul menu over to the right */
margin: 0 5px 0 0;
padding: 0;
}

div#menu li{
width: 102px;
height: 30px;
margin: 22px 0 0 5px;
padding: 2px 0 2px 0;
text-align: center;
}

div#menu ul li a {
color: #000;
font-weight: bold;
text-decoration:none;
width: 102px;
height: 30px;
margin: 0 0 0 5px;
padding: 2px 0 2px 0;
display: block;
padding-top: 132px;
}



div#menu ul ul ul a {
font-style:italic;
}

div#menu ul li ul {
left:-999em;
position:absolute;
}

div#menu ul li:hover ul {
left:auto;
}

.entry-title{ 
clear:both;
}

.entry-meta {
display: none;
}

div.entry-date{
display: none;
}

div#container, div#primary {

/* margin-top:2em; */

}



form#commentform .form-label {
margin:1em 0 0;
}

form#commentform span.required {
background:#fff;
color:#c30;
}

form#commentform,form#commentform p {
padding:0;
}

input#author,input#email,input#url,textarea#comment {
padding:0.2em;
}

div.comments ol li {
margin:0 0 3.5em;
}

textarea#comment {
height:13em;
margin:0 0 0.5em;
overflow:auto;
width:66%;
}

h2{
color: #53889c;
}

.login .p1 {
margin-top: 10px;
}

.home .p1 {
text-align: left;
}


.p1 h2.entry-title{
margin: 4px 0 5px 0;
font-weight: bold;
font-size: 2.2em;
}

.home .p1 h2.entry-title{
width: 250px;
font-weight: bold;
font-size: 1.8em;
letter-spacing: .0475em;
margin: -4px 0 0 0;
padding: 0;
}

.home .p1 h3.tagline{
font-size: 1.3em;
float: left;
width: 250px;
margin: -4px 0 10px 0;
}

/* this would be the image of Larry on the home page */
.home .p1 img.alignright{
float:right;
margin:0 0 10px 10px;
}

.alignleft,img.alignleft{
float:left;
margin:1em 1em 0 0;
}

.aligncenter,img.aligncenter{
display:block;
margin:1em auto;
text-align:center;
}

div.event {
float: left;
width: 230px;
}

div.event p{
margin: 0;
}

div.event p.heading {
color: #000;
font-weight: bold;
}

div.event p.description {
color: #000;
margin-bottom: 5px;
}

div.event p.location {
color: #595959;
}

div.gallery {
clear:both;
height:180px;
margin:1em 0;
width:100%;
}

p.wp-caption-text{
font-style:italic;
}

div.gallery dl{
margin:1em auto;
overflow:hidden;
text-align:center;
}

div.gallery dl.gallery-columns-1 {
width:100%;
}

div.gallery dl.gallery-columns-2 {
width:49%;
}

div.gallery dl.gallery-columns-3 {
width:33%;
}

div.gallery dl.gallery-columns-4 {
width:24%;
}

div.gallery dl.gallery-columns-5 {
width:19%;
}

div#nav-above {
margin-bottom:1em;
}

div#nav-below {
margin-top:1em;
}

div#nav-images {
height:150px;
margin:1em 0;
}

div.navigation {
height:1.25em;
}

div.navigation div.nav-next {
float:right;
text-align:right;
}

div.sidebar h3 {
font-size:1.2em;
}

div.sidebar input#s {
width:7em;
}

div.sidebar li {
list-style:none;
margin:0 0 2em;
}

div.sidebar li form {
margin:0.2em 0 0;
padding:0;
}

div.sidebar ul ul {
margin:0 0 0 1em;
}

div.sidebar ul ul li {
list-style:disc;
margin:0;
}

div.sidebar ul ul ul {
margin:0 0 0 0.5em;
}

div.sidebar ul ul ul li {
list-style:circle;
}

div#menu ul li,div.gallery dl,div.navigation div.nav-previous {
float:left;
}

input#author,input#email,input#url,div.navigation div {
width:50%;
}

div.gallery *,div.sidebar div,div.sidebar h3,div.sidebar ul {
margin:0;
padding:0;
}

/* this css goes with the [clear] shortcode defined in functions.php */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

* html .clearfix             { zoom: 1; } 
*:first-child+html .clearfix { zoom: 1; } 

p.tagline {
font-size: 20px;
margin: 0;
}

div.entry-meta {
display: none;
}


.color0{
background: #cccccc;
}

.color1{
background: #cccc99;
}

.color2{
background: #99cccc;
}

.color3{
background: #cc99cc;
}

.color-logout{
background: #869a85;
}

.color-profile{
background: #cfb9aa
}

h2 .p2 {
color: #000;
}
