/****************************/
/* General Formatting		*/

#artxwrapper {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 878px;
	background-color: #FFFF66;
}


/****************************/
/* Layout					*/body {
	background-color: #FF6;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../_images/bkgrd.jpg);
	background-repeat: repeat;
}
#bktop {
	background-image: url(../_images/bktop.jpg);
	background-repeat: no-repeat;
	height: 11px;
}
#bkbottom {
	background-image: url(../_images/bkbottom.jpg);
	background-repeat: no-repeat;
	height: 14px;
	position: relative;
}

#bkbottom p{
	font: 11px Arial, Helvetica, sans-serif;
	text-align:center;
	color:#CCC;
	padding:12px 0;
}

#page {
	background-color: #FFF;
	background-image: url(../_images/bk.jpg);
	background-repeat: repeat-y;
	padding-right: 10px;
	padding-left: 10px;
}
#nav {
	background-image: url(../_images/bknav.jpg);
	background-repeat: repeat-x;
	border-top-width: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}

#nav li{
	width:216px;
	float:left;
	margin-left:-4px;
}

#nav a {
	text-transform: capitalize;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	display: block;
	height: 63px;
	width: 213px;
	padding-top: 40px;
	font-weight: bold;
}
#nav a.home {
	background-image: url(../_images/navhome.gif);
	background-repeat: no-repeat;
}
#nav a.about {
	background-image: url(../_images/navabout.gif);
	background-repeat: no-repeat;
}
#nav a.calendar {
	background-image: url(../_images/navblue.gif);
	background-repeat: no-repeat;
}
#nav a.art {
	background-image: url(../_images/navred.gif);
	background-repeat: no-repeat;
}
#nav a:hover {
	background-position: 0px -103px;
}
#main {
	background-image: url(../_images/bkmenu.jpg);
	background-repeat: repeat-y;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
#main #content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #454bd5;
	text-decoration: none;
	font-weight: bold;
	padding-top: 20px;
}

#main #content table h2{
	font-size: 12px;
	color: #454bd5;
	text-decoration: none;
	font-weight: normal;
	padding-top: 0;
}

#header {
	margin: 0px;
	padding: 0px;
	background-image: url(../_images/header.jpg);
	height: 316px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
#header p {
	padding-top: 30px;
	padding-left: 380px;
	font-family: "Comic Sans MS", cursive;
	color: #454bd5;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 0.05em;
	line-height: 1.4em;
}

#content h3{
	font-weight: bold;
	padding-top: 6px;
	font-family: Arial, Helvetica, sans-serif;
}

#content h4{
	font-family: "Comic Sans MS", Helvetica;
	color: #6BB84B;
	font-size: 120%;
	padding-bottom: 6px;
	margin-top:20px;
}

#content h4 span{
	font-size:14px;
	color: #454bd5;
	font-weight: bold;
}

#content h5{
	font-size:14px;
	margin-top:-5px;
	color: #454bd5;
	font-style:italic;
	font-weight:bold;
}

#content p{
	font-size:12px;
	padding:0 15px 15px 0;
}

#content div img{
	float:right;
	margin:10px 0 10px 15px;
}

#content #wrapper div img{
	float:none;
	margin:4px;
}

#content a{
	color: rgb(216,33,63);
	font-size:11px;
	text-decoration:none;
	margin-top:6px;
}

#content a:hover{text-decoration:underline;}

#double #content{
	float: left;
	width: 619px;
	padding: 10px 30px 30px;
	line-height: 1.4em;
}
#double #sidebar{
	float: left;
	width: 175px;
	padding: 25px 0 150px;
	font-family: Arial, Helvetica, sans-serif;
	color: #454bd5;
	text-transform: capitalize;
	text-decoration: none;
	line-height: 1.2em;
}
#double #bkbottom #quote{
	background: url(../_images/redsplotch.jpg) left bottom no-repeat;
	width: 88px;
	top: -139px;
	height: 99px;
	left: 12px;
	position: absolute;
	padding: 40px 48px 0 32px;
}

#double #bkbottom #quote p{
	color: #FFF;
	line-height: 1.4em;
	font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: center;
	font-size: 1em;
	padding:0;
}

#sidebar ul li a {
	color: #454bd5;
	text-decoration: none;
	text-indent:10px;
	display: block;
	margin-bottom: 12px;
	cursor:pointer;
}

#sidebar ul li span{
	font-size:12px;
	text-transform:lowercase;
}

#sidebar a:hover{background-color:#f2f5fa;}

#sidebar ul li ul li{
	margin:0 0 4px 6px;
	font-size:11px;
}

#sidebar ul li ul li a:hover{
	background:none;
	text-decoration:underline;
}

#single #content {
	float: left;
	width: 814px;
	padding: 20px;
	background: #FFF;
}
#single #sidebar {
	display: none;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #454bd5;
	text-decoration: none;
}
#single #bkbottom #quote p {
	font-size: 0.69em;
	display: none;
	font-family: "Comic Sans MS", cursive;
	height: 1.4em;
}
a:link {
	color: #AB4DAB;
}
a:hover {
	color: #AB4DAB;
}

#content ul{
	margin-left:20px;
	font-size:12px;
}

#content ul li{
	margin:0 0 6px 0;
}

#content ul li span{
	font:bold 14px "Comic Sans MS", cursive;
	color:#454bd5;
}

/** Calendar Overide **/

.calendar_day_description{color:#000 !important;}

/** Form Styles **/

input, textarea, select{
	border:inset 1px #454bd5;	
}

select{margin:2px 0 0 6px;}

input.amount{
	width:100px;
}

.donateBtn{
	border:none;
	float:left;
	clear:left;
	margin:6px 0 0 40px;
}

label{
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#454bd5;
	display:block;
	float:left;
}

input.radio{
	float:left;
	margin:0  10px 15px;
	clear:left;
}

div.amount h5{
	margin:0 0 -2px 29px;
}

div.amount{
	float:left;
	clear:left;
	margin-top:10px;
}

div.rateUs label{
	float:none;
}

fieldset.rateUs input{
	float:left;
	margin:0 4px 0 40px;
}

div.rateUs input{
	margin-bottom:12px;
}

fieldset.rateUs span{
	float:left;
	clear:left;
	display:block;	
}
	
fieldset.rateUs span label{
	float:left;
}

fieldset.rateUs li{
	float:left;
	clear:left;
	margin:16px 0 2px;
	font-size:12px;
	*width:550px;
}

fieldset.rateUs li input{
	border:none;	
}

fieldset.rateUs textarea{
	height:50px;
	width:450px;
	border:inset 1px #454bd5;
	
}

.splotch {
	font-family: "Comic Sans MS", Arial, cursive;
	color: #D8203E;
	font-size: 18px;
	font-weight: bold;
}


.gallerySubMenu{
	padding:0 0 30px;
}

#content .gallerySubMenu h4 a{
	font-family: "Comic Sans MS", Helvetica;
	color: #6BB84B;
	font-size: 100%;
	padding-bottom: 6px;
	margin-top:20px;
	text-decoration:underline;
}

#content .gallerySubMenu h4 a:hover{color:#454BD5;}

#content a.orAnchor{
	float:right;
	margin:0 6px;
	color:#000;
}

#content a.orAnchor:hover{
	text-decoration:none;
}
