/*
---------------------------
katherinemin.com - styles
author: Dave Kobrenski/BBM Designs
http://www.bbmdesigns.com
version: 21 oct 2005
---------------------------
*/

body {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 13px;
	color: #191919;
	line-height: 1.7em;
	background: #c6c5be url(img/grad.jpg) repeat-x left top;
	text-align: center;
	margin: 0;
	padding: 0;
}

/* Basic -------------------------------- */

div, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd {
	margin: 0;
	padding: 0;
}

/* Links -------------------------------- */

a {
	font-weight: bold;
}

a:link {
	color: #354C7D;
	text-decoration: none;
}

a:visited {
	color: #354C7D;
	text-decoration: none;
}

a:hover {
	color: #CA863D;
	text-decoration: underline;
}

a:active {
	color: #354C7D
}

a img {
	border: none;
}

/* images -------------------------- */

img {
	padding: 3px;	
}

img.left {
	float: left;
	margin-right: 6px;
	border: 1px solid #ccc;
}

img.right {
	float: right;
	margin-left: 6px;
	border: 1px solid #ccc;
}

img.centered, #extracontent img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.caption {
	display: block;
	margin-top: 3px;
	text-align: center;
	color: #999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.2em;
}

.caption .credit {
	font-size: 11px;
	font-style: italic;
}

/* MISC -------------------- */

.caption_centered {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	line-height: 1.2; 
	color: #999; 
	text-align: center; 
	padding-top: 4px; 
	padding-right: 6px; 
	padding-left: 6px;
	display: block;
}

.caption_left {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	line-height: 1.2; 
	color: #999; 
	text-align: center; 
	float: left; 
	clear: left; 
	padding-top: 4px; 
	padding-right: 6px; 
	padding-left: 6px;
}

.caption_right {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	line-height: 1.2; 
	color: #999; 
	text-align: center; 
	float: right; 
	clear: right; 
	padding-top: 4px; 
	padding-right: 6px; 
	padding-left: 6px;
}


/* Lists -------------------------------- */

ul, li {
	list-style: disc outside;
	margin: 0;
	padding: 0;
	margin-left: 10px;
}

ul.horiz {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	padding-bottom: 6px;
	border-bottom: 1px solid #ccc;
	margin-top: -2px;
}

ul.horiz li {
	margin: 0;
	padding: 0;
	list-style: disc outside;
	float: left;
	margin-right: 12px;
}

ul.horiz li a {
	
}

ul.bullets {
	padding-left: 30px;
}

ul.bullets li {
	list-style: disc outside;
	margin: 6px 0;
}

/* Header elements */

h1 {
	
}

h2 {
	
}

h3 {
	color: #A57E5B;
	font-size: 1.5em;
	margin: 0 0 12px 0;
}

h4 {
	
}

/* Tables -------------------------------- */

table {
	border-collapse: collapse;
	border: 1px solid #999;
	margin: 0;
}

th, td {
	font-size: 12px;
	padding: 4px;
}

th {
	text-align: left;
	background-color: #F7F9E1;
}

thead {
	border-bottom: 1px solid #999;
}

table.simple {
	width: 740px;
	margin: 0 auto 0 auto;
	border: none;
}

table.simple td {
	vertical-align: top;
	width: 50%;
}

td.centered, th.centered {
	text-align: center;
}

td.nowrap, th.nowrap {
	white-space: nowrap;
}

table.noborder, table.noborder td, table.noborder th {
	border: none;
}

table#web_pages {
	width: 700px;
	margin: 0 auto;
}

.even td, .r0 td {
	background-color: #fff;
}

.odd td, .r1 td {
	background-color: #EAEFFA;
}

/* Forms -------------------------------- */

form {
	margin: 0;
	padding: 0;
	width: 98%
}

legend {
	display: none;	
}

label {
	font-weight: bold;
	display: block;
	margin: 0;
	padding: 0;
}

fieldset {
	border: 1px solid #ccc;;
	padding: 20px;
	margin-bottom: 10px;
	background-color: #F8F4E1;
}

/* Structure ----------------------- */

#container {
	background: transparent url(img/bck.jpg) repeat-y center top;
	width: 810px;
	margin: 0 auto;
}

/* Header ----------------------- */

#header {
	height: 221px;
	background: transparent url(img/head.jpg) no-repeat center top;
}

#header h1 span, #header h2 span {
	display: none;
}

#footer {
	height: 50px;
	background: transparent url(img/foot.jpg) no-repeat center top;
	padding-top: 29px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
}

#main {
	width: 739px;
	margin: -103px auto 0 auto;
	text-align: left;
	padding-top: 20px;
}

/* Navigation ----------------------- */

#nav {
	float: left;
	width: 165px;
}

#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#nav li {
	padding: 1px 0;
	list-style-type: none;
	margin: 0;
}

#nav li a {
	font-size: 14px;
	display: block;
	padding: 8px 6px 8px 12px;
	text-decoration: none;
	height: 1em;
	color: #fff;
}

html>body #nav li a {
	height: auto;
}

#nav li a:hover {
	background-color: #fff;
	color: #354C7D;
	text-decoration: none;
}

/* Active Links ----------------------- */

body#index #home_nav a, body#index #home_nav a:hover,
body#bio #bio_nav a, body#bio #bio_nav a:hover,
body#contact #contact_nav a, body#contact #contact_nav a:hover,
body#schedule #schedule_nav a, body#schedule #schedule_nav a:hover,
body#links #links_nav a, body#links #links_nav a:hover,
body#reviews #reviews_nav a, body#reviews #reviews_nav a:hover {
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	background-color: #4E6D95;
}

/* Body ----------------------- */

#maincontent {
	float: left;
	padding: 0 20px;
	width: 570px; /* for IE5/Win */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 530px; /* actual value */
}

html>body #maincontent {
	width: 530px; /* for Opera */
}

#extracontent {
	float: right;
	width: 210px;
}

.clearer {
	clear: both;
}

#message {
	margin: 0 0 12px 0;
}


/* Page Specific ----------------------- */

body#admin #extracontent, body#login #extracontent {
	display: none;
}

body#admin #container, body#login #container {
	background-image: url(img/bck_alt.jpg);
}

body#admin #nav, body#login #nav {
	display: none;
}

/* Other forms: ----------------------- */

dl.form, ul.form, div.form, dl.web_content {
	padding: 6px;
	margin: 12px 0;
	width: 95%;
	border: 1px solid #ccc;
	background-color: #F8F4E1;
}

dl.form dt {
	text-align: right;
	width: 158px;
	margin-right: 8px;
	padding-top: .3em;
	float: left;
}

dl.form dd {
	margin: 3px 0;
}

.simple dl.form, .simple ul.form, dl.form2, .simple div.form {
	width: auto;
	margin: 5px 4px;
}

.simple dl.form dt, .form2 dt {
	text-align: left;
	width: 120px;
}

dl.web_content dt {
	font-weight: bold;
	margin: 10px 0 6px 0;
}

dl.web_content dd {
	margin-bottom: 24px;
}

dl.web_content dd input, dl.web_content dd textarea {
	width: 400px;
}

dl.web_content dd input.submit, dl.web_content dd input.file {
	width: auto;
}

.readonly {
	color: #4C4C4C;
}

dl.form textarea {
	width: 470px;
}

/* Misc: ----------------------- */

.hint {
	color: #666;
	font: 12px/1.5em Verdana, Arial, Helvetica, Sans-serif;
	font-style: italic;
}

.quote {
	padding: 0 7px;
	font: 12px/1.5em Verdana, Arial, Helvetica, Sans-serif;
	margin: 0;
	color: #4C4C4C;
}

.success, div.success {
	color: #497834;
	font-weight: bold;
	line-height: 18px;
}

.error, div.error {
	color: #de0000;
	font-weight: bold;
	line-height: 18px;
}

.warning {
	color: #E78A2E;
	font-weight: bold;
	line-height: 18px;
}

.info {
	padding-left: 21px;
	background: transparent url(img/info.gif) no-repeat left center;
	line-height: 21px;
}

/* Colors: ----------------------- */

.black {
	color: #333;
	font: 12px/1.5em Verdana, Arial, Helvetica, Sans-serif;
	font-weight: normal;
}

.gray {
	color: #808080;
	font: 12px/1.5em Verdana, Arial, Helvetica, Sans-serif;
	font-weight: normal;
}

.green {
	color: #5A904D;
	font: 12px/1.5em Verdana, Arial, Helvetica, Sans-serif;
}

.red {
	color: #903725;
	font: 12px/1.5em Verdana, Arial, Helvetica, Sans-serif;
}

.blue, h3 .blue {
	color: #2E639C;
	font: 12px/1.5em Verdana, Arial, Helvetica, Sans-serif;
	font-weight: normal;
}

/* ADMIN: ----------------------- */

h3 a#edit_page {
	
	text-transform: lowercase;
	padding-left: 12px;
}


/* image box: ----------------------- */

body#img_box table ul, body#img_box table li,
body#popup table ul, body#popup table li {
	list-style-type: none;
}


/* PAGE SPECIFIC: ----------------------- */

body#popup, body#popup #container {
	background-color: #fff;
	background-image: none;
	text-align: center;
}

body#popup #container {
	width: auto;
	margin: 12px;
	text-align: left;
}

body#popup #container table {
	width: 470px;
	margin: 10px auto;
}
