/* CSS Document */

html, body {
	margin: 0 auto;
	padding: 0;
	height: 100%;
}

body {
	background: url("/images/bg-page.png") top left #F5F6F5 repeat-x;
	font: 14px Arial, Helvetica, sans-serif;
	color: #000000;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 5px 0;
	font-weight: bold;
}

h1 {
	font: 24px Georgia, "Times New Roman", Times, serif;
	color: #CC0000;
}

h2 {
	font: 20px Georgia, "Times New Roman", Times, serif;
	color: #669900;
}

h3, h4, h5, h6 {
	font: bold 16px Georgia, "Times New Roman", Times, serif;
	color: #333333;
}

a {
	color: #CC6633;
	font-weight: bold;
}

a:hover {
	color: #CC3333;
	text-decoration: none;
}

#page {
	margin: 0 auto;
	padding: 0;
	width: 950px;
	display: block;
	position: relative;
	height: auto !important;
	height: 100%;
	min-height: 100%;
}

/* Content Region */

#page .content {
	margin: 5px 0 0 0;
	padding: 0 0 105px 0;
	height: 100%;
	position: relative;
}

#main {
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	margin: 0;
	padding: 10px;
	width: 573px;
	height: 100%;
	position: relative;
}

#main-full {
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	margin: 0;
	padding: 10px;
	width: 928px;
	height: 100%;
	position: relative;
}

#breadcrumb {
	border-bottom: 1px solid #CCCCCC;
	padding: 5px;
	margin: 0;
	font-size: 11px;
	color: #666666;
}

#breadcrumb a {
	
}

/* End Content Region */

#preheader {
	padding: 10px;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	text-align: right;
}

/* Header */

#header {
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	display: block;
	padding: 17px 20px 14px 20px;
	background-color: #FFFFFF;
	color: #000000;
}

#header h2 {
	font: bold 18px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #000000;
	padding: 0;
}

#header .logo {
	width: 550px;
}

#header .logo img {
	margin: 0 20px 0 0;	
}

/* End Header */

/* Top Navigation */

#tnav {
	border-left: 1px solid #006600;
	border-right: 1px solid #006600;
	height: 50px;
	font-weight: bold;
	font-size: 14px;
	display: block;
}

#tnav ul {
	margin: 0;
	padding: 0;
}

#tnav ul li {
	float: left;
	margin: 0;
	list-style-type: none;
}

#tnav a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 17px 10px;
}

#tnav a:hover {
	background: url('/images/tnav-hover.png') left top repeat-x;	
	display: block;
	padding: 17px 10px;
}

/* End Top Navigation */

/* Right Column Region */

#rightcol {
	display: block;
	float: right;
	width: 350px;
	font: 11px arial,helvetica,sans-serif;
	color: #000000;
	text-align: left;
	margin: 0;
	padding: 0;
	position: relative;
	bottom: 131px;
}

/* End Right Column Region */

/* Footer Region */

#footer {
	clear: both;
	background-color: #000000;
	position: absolute;
	font: 11px arial,helvetica,sans-serif;
	color: #CCCCCC;
	padding: 20px 10px 10px 10px;
	bottom: 0;
	width: 932px;
	height: 67px;
	display: block;
}

#page #footer .content {
	margin: 0 auto;
	padding: 0;
	width: 930px;
	bottom: 0;
}

#footer a {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #CCCCCC;
}

#footer a:hover {
	color: #7E9018;	
}

#fnav {
	margin: 10px 140px;
	height: 20px;
}

#footer ul {
	margin: 0 auto;
	padding: 0;
}

#footer ul li {
	float: left;
	margin: 0;
	padding: 0 20px;
	list-style-type: none;
}
	
#footer .copyright {
	clear: both;
	margin: 0 auto;
	font-size: 11px;
	text-align: center;
	color: #666666;
}

#footer .copyright a,
#credit a {
	font-weight: normal;
	text-decoration: underline;
	color: #666666;
}

#footer .copyright a:hover,
#credit a:hover {
	text-decoration: none;
	color: #666666;
}

#credit {
	margin: 0 auto;
	text-align: center;
}

/* End Footer Region */

.half {
	width: 47%;
	margin: 0 5px;
}

h3.loc {
	border-bottom: 1px solid #CCCCCC;
	margin: 2px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.both {
	clear: both;
}

.clear-left {
	clear: left;	
}

.johnsonbox {
	background: #DFE3C5;
	padding: 20px;
}

.johnsonbox p {
	margin: 5px 0;	
}

/* Blocks */

.block-login {
	margin: 10px auto;
	padding: 10px;
	background-color: #DFE3C5;
	width: 50%;
}

.block-image {
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #CCCCCC;
	background: #FFFFFF;
	padding: 3px;
	width: 342px;
	height: 268px;
}

.block-artist {
	margin: 220px 150px 10px 10px;	
}

.block-gallery,
.block-events {
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	margin: 5px 0 0 0;
	padding: 3px;
	width: 342px;
	font-size: 12px;
}

.block-gallery h2,
.block-events h2 {
	background: url('/images/block-header.png') top left #FFFFFF repeat-x;
	padding: 13px;
	display: block;
	font-size: 20px;
	color: #FFFFFF;
}

.block-events ul {
	margin: 10px;
	padding: 0;
}

.block-events ul li {
	border-top: 1px solid #CCCCCC;
	margin: 0;
	padding: 5px;
	list-style-type: none;
}

.block-operations {
	padding: 0 10px;	
}

.block-teacher {
	border: 1px solid #669900;
	background-color: #DFE3C5;
	margin: 10px auto;
	padding: 10px;
	width: 75%;
}

.block-contact {
	border: 1px solid #669900;
	background-color: #DFE3C5;
	padding: 10px;
	width: 47%;
}

.block-details {
	padding: 10px;
	width: 47%;
}

.block-error {
	background-color: #FFCCFF;
	border: 1px solid #FF6666;
	padding: 10px;
}

.block-error h2 {
	color: #333333;	
}

.block-error ul li {	
	background: url("/images/bullet_error.png") left no-repeat;
	list-style-type: none;
	margin: 0;
	padding: 2px 10px 2px 30px;
}

/* End Blocks */

/* Rows and Columns */

.row {
	clear: both;
	margin: 5px 0;
	padding: 2px 5px;
}

.alt {
	background-color: #DFE3C5;	
}

.col-2-1 {
	width: 50%;
	display: block;
	float: left;
	text-align: center;
}

.col-3-1 {
	float: left;
	width: 33%;
	display: block;
}

.col-3-2 {
	width: 66%;
	display: block;
}

.col-4-1 {
	float: left;
	width: 23%;
	display: block;
}

.col-4-2 {
	float: left;
	margin: 10px 0;
	width: 50%;
	display: block;
}

/* End Rows and Columns */

/* Form Specific */

.required {
	clear: both;
	font-size: 11px;
	font-style: italic;
	color: #CC0000;
}

form {
	margin: 0;
	padding: 0;
}

input.field {
	border: 1px solid #666666;
	background-color: #EEEEEE;
	margin: 2px 0;
	padding: 2px;
	width: 95%;
	font: 12px Arial, Helvetica, sans-serif;
}

textarea.field {
	border: 1px solid #666666;
	background-color: #EEEEEE;
	margin: 2px 0;
	padding: 2px;
	width: 96%;
	font: 12px Arial, Helvetica, sans-serif;
	
}

select.field {
	border: 1px solid #666666;
	background-color: #EEEEEE;
	margin: 2px 0;
	padding: 2px;
	width: 98%;
	font: 12px Arial, Helvetica, sans-serif;
}

input.field:focus,
textarea.field:focus,
select.field:focus {
	border: 1px solid #669900;
	background-color: #FFFFFF;
}

/* End Form Specific */

/* Boxes */

.box-gallery {
	margin: 0 auto;	
}


/* End Boxes */

/* Blocks */

.block-confirm {
	border: 1px solid #006600;
	background-color: #CCFFCC;
	padding: 10px;
	margin: 10px 0;
}


/* End Blocks */

/* Gallery */

.gallery {
	margin: 0 0 20px 0;
	font-size: 11px;
	text-align: center;
}

.block-gallery .gallery {
	margin: 10px 0 0 0;	
}

.thumb {
	padding: 5px;
	border: 1px solid #CCCCCC;
}

.image {
		
}

/* End Gallery */

/* Pages */

ul.pages {
	margin: 0;
	padding: 0;
}

ul.pages li {
	float: left;
	padding: 0 5px;
	list-style-type: none;
}

ul.pages li a {
	border: 1px solid #CCCCCC;
	padding: 2px 5px;
}

/* End Pages */