/* COLORS
cream	#fef8e6
d cream	#fbf2d2
purple	#65025f
green	#b9b209
l green	#f5efcf
d green	#666201
minical green #e7dfaa
*/


/* LEGAL LINKS AT THE BOTTOM OF THE HOME LAYOUT */

.legal
{
font-size: 70%;
padding-top: 80px;
clear: both;
width: 100%;
}

.legal hr
{
border: 1px solid #b9b209;
background: #b9b209;
height: 1px;
}
#content img{
  border: 2px solid #989207;
  padding: 2px;
}

img.imgright{float: right; clear: right; margin:0 0 .5em .5em}
img.imgleft{float: left; clear: right; margin:0 .5em .5em 0}
/* HOME */

h1
{
	color: #65025f;
	font-weight: normal;
	font-size: 140%;
	letter-spacing: 0px;
	padding-bottom: 3px;
}
h1#pagetitle{
  margin: 0 0 .5em 0;
  border-bottom: 1px solid #65025f
}

p, #content ul, #content ol
{
	line-height: 1.4em;
	padding-bottom: 16px;
}
#content ul, #content ol{
  margin-left: 3em;
  list-style: outside;
}

h2 {
	font-size: 100%;
	color: #666201;
	font-weight: bold;
	padding-bottom: 20px;
}

h3 {
	color: #65025f;
	font-size: 85%;
	font-weight: bold;
}

.cal {
	padding: 8px 20px 10px 0px;
}

#left {
	float: left;
	width: 125px;
	margin: 0px 0px 0px 20px;
}

select {
	font-size: 87.5%;
	color: #5a245a;
	background-color: #ffffff;
	max-width: 225px;
	display: inline;
}

#middle {
	float: left;
	width: 360px;
	padding: 0px 0px 0px 20px;
	background-color: #FFFFFF;
	margin: 0px 0px 0px 110px;
}







/* small scaleable columns */

.colleft
{
float: left;
display: inline;
padding-right: 25px;
}

.colright
{
display: inline;
}




/* made for image */

hr.clear
{
background: #fef8e6;
border: 1px solid #fef8e6;
clear: both;
}

.floatleft
{
clear: left;
float: left;
display: inline;
}

.marginright
{
padding-right: 25px;
padding-bottom: 20px;
}

.frank /* for frank basille's photo */
{
padding-bottom: 65px;
height:225px;
}

.directory
{
padding-right: 15px;
padding-bottom: 10px;
}



/* columns */

#c1 {
	width: 300px;
	float: left;
	display: inline;
}

#c2 {
	width: 225px;
	display: inline;
}

.block {
	font-size: 75%;
	margin: 0px 50px 0px 50px;
}







/* HOME PAGE */

#columns
{
padding-top: 45px;
height: 350px;
*height: 730px;
}

#enews, #highlight
{
float: left;
display: inline;
padding: 25px;
width: 200px;
}

#highlight
{
width: 225px;
background-color: #fbf2d2;
position: relative;
}

#highlight img
{
position: absolute;
top: 0px;

left: 0px;
}

/*#enews
{
background: url('/images/enewsbg.png') no-repeat;
}*/

#enews h1, #highlight h1
{
margin-top: 0px;
*margin-top: 0px;
padding-top: 0px;
*padding-top: 0px;
padding-bottom: 8px;
}

#enews span, #highlight a
{
color: #5a245a;
font-weight: bold;
font-size: 100%;
}

#highlight a:hover {
	color: #666201;
}

.missionspan
{
color: #b9b209;
font-weight: normal;
font-size: 90%;
display: block;
padding-bottom: 15px;
padding-top: 10px;
}

#enews object, #highlight object
{
margin: 0px;
padding: 0px;
}




/* LINKS */

#content a
{
	text-decoration: underline;
	color: #5a245a;
}

#content a:hover {
	text-decoration: none;
	color: #666201;
}

#toplinks a
{
border-bottom: opx;
}



/* SIDEBAR */

#sidebar h1
{
padding: 0px 0px 10px 0px;
}

#sidebar span
{
display: block;
font-weight: bold;
color: #666201;
}

#sidebar #contact
{
	font-size: 85%;
	margin: 20px;
}

.adminsidebarbgtop
{
position: absolute;
top: 0px;
left: 0px;
}

#sidebar .admin a
{
font-weight: bold;
font-size: 80%;
color: #666201;
display: block;
margin: 20px;
}



/* BUTTONS */

button
{
border: 0px;
overflow: hidden;
cursor: pointer;
}

.donatebutton
{
background: url('/images/donate.png');
margin: 10px 0;
width: 150px;
height: 44px;
}

.buytickets
{
width: 150px;
height: 44px;
background: url('/images/buytickets.png');
}

.submitbutton
{
width: 150px;
height: 44px;
background: url('/images/submit.png');
}

.signinbutton
{
width: 150px;
height: 44px;
background: url('/images/signin.png');
}

.signoutbutton
{
width: 150px;
height: 44px;
background: url('/images/signout.png');
}

.floatright
{
margin-left: 380px;
}



/* /////////////////////////////////////////////////////// */
/* For Directory - the list of artists (artists/index.ctp) */
/* /////////////////////////////////////////////////////// */

/* Forms */
form {
	clear: both;
	margin-right: 20px;
	padding: 0;
	width: 100%;
}

fieldset {
	border: 1px solid #b9b209;
	margin-top: 25px;
	padding: 16px 20px 30px 10px;
}

fieldset legend {
	color: #65025f;
	font-weight: bold;
	font-size: 120%;
	padding: 0px 6px;
}

fieldset label /* same as h3 */
{
font-size: 85%;
font-weight: bold;
}



form div {
	clear: both;
	margin-bottom: 1em;
	padding: .5em;
	vertical-align: text-top;
}
form div.required {
	color: #333;
	font-weight: normal;
}

form div.optional, form div.input {
	color: #444;
}
form div.submit {
	float: left;
	border: 0;
	clear: both;
	width:auto;
	font-weight: normal;
	color:#5a245a;
}

div.artist_edit_list label {
	display: inline;
}

input, textarea {
	clear: both;
	display: block;
	font-size: 80%;
	font-weight: normal;
	font-family: "arial", "verdana", sans-serif;
	width: 100%;
	padding: 5px;
	border: 1px solid #e7dfaa;
	background-color: #f5efcf;
	color: #65025f;
}


.correctpaddingleft
{
padding-left: 8px;
}

.hidethis
{
visibility: hidden;
}


input.login
{
width: 250px;
}



div.artists {
	font-size: 75%;
	clear:both;
	padding-top: 75px;
}

div.artists p{
	margin-top: 10px;
	font-size: 100%;
}

div.artist {
position: relative;
}

.artists img {
	position: absolute;
	left: 475px;
}

div.artist_edit_list {
	font-size: 75%;
}

/*names_list is at the top of artists/index.ctp*/

ul.names_list{
	float: left;
	font-size: 90%;
	line-height: 115%;
	padding-bottom: 30px;
}

ul.names_list li {
	padding:5px 35px 0px 0px;
}

.box {
	width: 100px;
}

#UserUsername {
	border: none;
	background-color: #e7dfaa;
	color: #5a245a;
	position: absolute;
	left: 225px;
	top: 150px;
	width: auto;
}

#UserPassword{
	border: none;
	background-color: #e7dfaa;
	color: #5a245a;
	position: absolute;
	left: 225px;
	top: 175px;
	width: auto;
}

#UserLoginForm button {
	position: absolute;
	left: -155px;
	top: 200px;
}



/*M:		For Tables - I know, I know */
/*D:		You're using them for the right reasons, for that its okay... */
/*M:		Thanks, I was hoping for coolness though. */

.content_table
{
margin: 20px 0px;
width:100%;
border-collapse:collapse;
}

.content_table td
{
border:solid 1px #b9b209;
padding: 4px;
font-size: 90%;
vertical-align: top;
/*border-collapse:collapse;*/
}

.trheader
{
color: #65025f;
font-weight: bold;
}

table.content_table tr.hour_row td
{
border-top: solid 5px #5a245a;
}

.bullet
{
	padding-left:20px;
	list-style-image:url('/images/bullet.png');
	font-size: 72%;
	line-height: 0.8em;
}

.bullet li
{
line-height: 1.2em;
}

/* For the alt_photo on /artists/index.ctp */
.alt_photo
{
cursor: hand;
cursor:pointer;
display:block;
margin-left:0px;
padding-bottom:2px;
}
/* End for the alt_photo on /artists/index.ctp */
img.fileimg{
  border: 0 !important;
}
#subscribeButton{
  width: 100px;
}
#socialBookMarks{
font-size: .8em;
margin: .5em 0;
}
#socialBookMarks ul{
padding: 0;
margin: 0;
}
#socialBookMarks ul li{
list-style:none;
padding: 0;
margin: .3em 0 0 0;
display: inline;
}
#socialBookMarks img{
margin: 0 .5em 0 0;
border: 0 !important;
}
