/*--------------------------------------------- 
	SITE LAYOUT 
--------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}
body {

}
ol, ul {
	list-style: circle;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html {
     overflow-y: scroll;
     overflow-x: auto;
}

body { 
	background: #333333;
	text-align: center;
	padding:0px;
	margin:0px;
	height:100%;
}

#site_wrapper {
	/* Site Settings */
	width: 984px;
	
	
	
	/* Center site */
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	
}
#site_container {
	width: 984px;
	background-color:#333333;
/* Site Border */
	border: 1px solid #000000;	
}
#full_screen {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	clear:both;
	width: 982px;
	height: 100%;
	min-height:500px;
	background:#000;
	
}
.content_wrapper {
	padding:0px 10px 10px 10px;
	text-align:left;
}
.content_background {
	min-height:580px;	
}
/* hack for ie.*/
* html .content_background {
	height: 580px;
}

#splash {
	padding:25px;	
}
#megan_jean {
	height: 366px;
	width: 622px;
	color: #576a74;
	overflow: hidden;
	background: url('images/megan_jean_morris_splash.jpg') top left no-repeat;
	display: block;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
 
#megan_jean:hover{
	color:#576a74;
	background-position: bottom left;
}

/*--------------------------------------------- 
	HEADER
--------------------------------------------- */
#header {
	float:left;
	height: 105px;
	width:100%;
	padding: 0px;
	margin:0px;
	padding-bottom:0px;
}
.header_logo {
	float:left;
	padding:0px 0px 0px 10px;
}

/*--------------------------------------------- 
	COLUMNS 
--------------------------------------------- */

#main_column {
	float:left;
	background: #000 url('images/layout/art_shine.jpg') repeat-x;
	width: 790px;
	height:100%;
}
#side_column {
	float:left;
	width: 170px;
	height:100%;
	background:#111;
	min-height:600px;
}
/* hack for ie.*/
* html #side_column {
	height: 600px;
}

/* ------------------------------------- 
		PANE
------------------------------------- */
.pane {
	clear:both;
	padding:0px 5px 10px 5px;
}
.pane-left {
	float:left;
	width: 9px;
	height:120px;
	background: url("images/layout/pane_bg_left.png") no-repeat;
	background-position: top left;
}
.pane-content {
	float:left;
	padding-top:10px;
	width:672px;

	background: #FFF url("images/layout/pane_bg_middle.jpg") repeat-x;
}
.pane-right {
	float:left;
	width: 9px;
	height:120px;
	background: url("images/layout/pane_bg_right.png") no-repeat;
	background-position: top left;
}

/* ------------------------------------- 
		PANE SMALL
------------------------------------- */
.pane_small {
	float:left;
	padding:0px 0px 0px 5px;
	min-height:64px;
}
.pane-small-left {
	float:left;
	width: 9px;
	height:64px;
	background: url("images/layout/pane_short_left.png") no-repeat;
	background-position: top left;
}
.pane-small-content {
	float:left;
	padding-top:10px;
	width:320px;
	min-height:70px;
	background: #FFF url("images/layout/pane_bg_middle.jpg") repeat-x;
}
.pane-small-content p {
	font-size:12px;
}
.pane-small-right {
	float:left;
	width: 9px;
	height:64px;
	background: url("images/layout/pane_short_right.png") no-repeat;
	background-position: top left;
}

/* ------------------------------------- 
		FONTS 
------------------------------------- */
p, a, h1, h2, h3, li, span, .content, .side_content, .input, .textarea, .select, .site_btn, .footer_menu, .fine_print, .navigation-side, .designed_by {
	font-family: Verdana, Arial, sans-serif;
	color: #aed4e8;
	font-size: 12px;
	margin-top:0px;
}

p {
	padding:5px 10px 5px 10px;
}
.content, .side_content, .fineprint {
	clear: both;
	
	font-size: 11px;
	padding: 10px 0px 0px 0px;
}
.content a, .side_content a, .fineprint a {
	color: #0f7cc2;
	text-decoration:none;
}
.content a:hover, .side_content a:hover, .fineprint a:hover {
	color: #67AD00;
}
.content p {
	margin-left:5px;
}
a.norm {
	background:#fff;
}
a.norm:hover {
	background:#FFF;
}

h1,h2 {
	font-family:  Arial,Helvetica, sans-serif;
	padding:10px 0px 0px 0px;
	margin-left:5px;
	color:#A4936E;
	font-size:19px;
	padding-left:10px;
	font-weight:normal;
}

.side_content h2 { color: #a4936e; padding-left:5px; }

h3 {
	padding:0px;
	margin:1px;
	color:#AAA;
	font-size:12px;
	font-weight:bold;
	background-color:#111;
	opacity:.75;
	padding:5px 10px 5px 10px;

}
h4 {
	padding:5px 10px 5px 15px;
	margin-bottom:4px;
	font-size:15px;
	font-weight:bold;
	color:#666;
}
h5 {
	font-family:  Arial,Helvetica, sans-serif;
	padding:5px;
	margin:0px;
	color:white;
	background:#576A74;
	font-size:16px;
	padding-left:10px;
	font-weight:bold;
	
}
.clean {
	margin:0px;
	padding:0px;
	border: 1px solid #666;
}
.title_bg {
	background:#fff url('images/title_bg.jpg') repeat-x;
	width:100%;
	height:35px;
}
.attr {
	font-weight:bold;
}
.attribute {
	text-align:left;
	vertical-align: top;
	padding:5px;
	
	
	font-weight:bold;
	width:125px;
}
#imageDetails span {
	color:black;
}
/* ----------------------------------------------- 
	SITE SPECIFIC
-------------------------------------------------*/
.side_title {
	margin-left:4px;	
}
.row_tab {
	text-align:center;
	width:85px;
	border:	1px solid #CCC;
}

#news {
	width:95%;
	height:375px;
	overflow-y: auto;
	background-color:#FFF;
	border:1px solid #AAA;
	margin-left:5px;
}

.header_top {
	float:left;
	height:63px;
	width:400px;
	background: #000 url("images/layout/fine_artist.jpg") no-repeat;
	background-position:bottom left;
}
.header_top_admin {
	float:left;
	height:63px;
	width:400px;
	background: #000 url("images/layout/admin.jpg") no-repeat;
	background-position:bottom left;
}
.navigation-wrap {
	float:left;
	width: 790px;
	height:42px;
	
	background: #2b618f url('images/layout/nav_bg.jpg') repeat-x;
	
	margin-bottom:10px;
}
.navigation {
	float:right;
} 
.navigation-side {
	float:right;
	width:220px;
	height:34px;
	padding-top:10px;
	/*background: #2b618f url('images/layout/nav_bg_right.jpg') repeat-x;
	background-position: top right;*/
}
.nav_icon {
	float:left;
	padding:4px;
	position:relative;
	top:-5px;
}

.subnavigation-wrap {
	float:left;
	width:300px;
	height:35px;
	padding-left:5px;
	padding-top:10px;
}
.more {
	clear:both;
	text-align:right;
	padding-top:0px;
	padding-bottom:5px;
	margin:0px;
}

/* ----------------------------------------------- 
	TABLE STYLE
-------------------------------------------------*/
table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	width: 100%;
}

th {
	padding: 0 0.5em;
	text-align: left;
}

th {
	font-weight:bold;
	border-bottom:2px solid #d6d2c2;
	border-right:1px solid #aca899;
	background: #ebeadb;
	padding:4px 10px 4px 10px;
}
tr.header td {
	font-weight:bold;
	border:1px solid #eee;
	background: #FFC;
}

td {
	padding: 2px;
	padding-left:5px;
	margin: 0px;
}

td.design {
	border-bottom: 1px solid #CCC;
}

tr.alt {
	background: #F3F3F3;
}

table.admin {
	font: 12px/24px Verdana, Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	width: 100%;
	border:2px solid #ccc;
	background:#edece1;
}

tr.admin_header td {
	font-weight:bold;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #FFC;
}
table.resources {
	margin-bottom:10px;
}

/* ----------------------------------------------- 
	NAVIGATION - HORIZONTAL
-------------------------------------------------*/
.image_nav {
	margin-top:7px;
}
.nav_divider {
	height:42px; 
	border-left:1px solid #000;
	float:left;
	display:inline;
}
.horz_menu, .horz2_menu {
	
	padding: 0px 0px 0px 0px;
	float: left;

}
.horz2_menu {
	margin-bottom:5px;	
}
.horz_menu ul, .horz2_menu ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.horz_menu ul li, .horz2_menu ul li {
	float: left;
	display: inline;

	padding: 0px;
	margin: 0px;
}
.horz_menu ul li a, .horz2_menu ul li a {
	font-family: Verdana, Helvelica, sans-serif;
	color: #214f75;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	text-align: center;
	display:block;
	float:left;
	height:42px;

}
.horz2_menu ul li a {
	font-weight: normal;
	height:35px;
	border:1px solid #000;
}
.horz2_menu ul li a:hover {
	border:1px solid #333;
}
.horz_menu ul li a.currentpage {
	color: #244d70;
	text-decoration: none;
	font-weight:bold;
	background: #2b618f url('images/layout/nav_bg_selected.jpg') repeat-x;
	
	float:left;
	height:42px;
}
.horz_menu ul li a:hover {
	color: #244d70;
	background: #2b618f url('images/layout/nav_bg_selected.jpg') repeat-x;
}

/*--------------------------------------------- 
	VERTICAL NAVIGATION
--------------------------------------------- */
.vert_menu {
	float:left;
  	width: 100%;
	margin: 0;
	padding: 0px 0px 0px 0px;
}
.vert_menu ul {
	display: block;
	border:0px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	background: #fff;	
			
}

.vert_menu ul li { display: inline;
}

.vert_menu ul li a {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-align: left;
	text-decoration: none;
	
	display: block;
	height:12px;
	padding: 6px 10px 8px 28px;
	margin:0px 1px 0px 1px;
	
	border-top:1px solid #fff;
	border-bottom:1px solid #CCC;
	cursor: pointer;
}
.vert_menu ul li a.norm {
	background: #fff;
}
.vert_menu ul li a.alt {
	background: #f5f5f5;
}
.vert_menu ul li a.currentpage {
	color: #FFFFFF;
	font-weight:bold;
	background: #699bb4;
}
.vert_menu ul li a:visited {

}
.vert_menu ul li a.norm:hover {
	color: #111;
	text-decoration: none;
}
.vert_menu ul li a.alt:hover {
	color: #111;
	text-decoration: none;
}

/*--------------------------------------------- 
	VERTICAL SUBNAVIGATION
--------------------------------------------- */
.vert_submenu {
	float:left;
  	width:97%;
	margin: 0px 0px 0px 2px;
	padding: 0px;
	border: 1px solid #aaa;
}
.vert_submenu ul {
	display: block;
	border:0px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	background: #fff;			
}
.vert_submenu ul li { display: inline;}
.vert_submenu ul li a {
	font-family: Verdana, Helvetica, sans-serif;
	color: #666666;
	font-size: 11px;
	text-align: left;
	text-decoration: none;
	font-weight: normal;
	
	display: block;
	height:11px;
	padding: 5px 3px 7px 5px;
	margin:0px;
	
	border-top:1px solid #fff;
	border-bottom:1px solid #748697;
	cursor: pointer;
}
.vert_submenu ul li a.norm {
	background: #d4ebf7;
}
.vert_submenu ul li a.alt {
	background: #d4ebf7;
}
.vert_submenu ul li a.currentpage {
	background: #FFF;
	color: #000;
}
.vert_submenu ul li a.norm:hover {
	background: #FFF;
	color: #111;
	text-decoration: none;
}
.vert_submenu ul li a.alt:hover {
	background: #FFF;
	color: #111;
	text-decoration: none;
}

/*--------------------------------------------- 
	PAGINATION NAVIGATION
--------------------------------------------- */
.page_bar {
	font-size:11px;
	color:#999;
	text-align:center;
	font-weight:bold;
	
	width:100%;
	text-indent:3px;
	padding-top:3px;
	padding-bottom:5px;
}
.page_bar {
	color: #3366CC;
}
.page_bar a:hover {
	color:#000;
}
.page_bar a.currentpage  {
	color: #999;
	border:1px solid #999;
	
	padding:2px 4px 2px 4px;
	margin:0px 4px 0px 4px;
}

/* -------------------------------------
	FOOTER
------------------------------------- */

#footer {
	color:#576a74;
	clear: both;
	width: 100%;
	padding: 0px;
	font-size: 0px;
	background:#000000 url('images/layout/footer_bg.jpg') repeat-x;
	background-position: top left;
	height:35px;
}
.copyright {
	float: left;
	
	font-family: Verdana, Helvelica, sans-serif;	
	font-size: 11px;
	color: #576a74;
	
	display: block; 
	padding: 14px 6px 0px 6px;
	margin: 0px;
}

.footer_menu {
	float:right;
	padding:2px 6px 0px 6px;
}
.footer_menu ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.footer_menu ul li {
	float: left;
	display:inline;
	line-height: 34px;
	color: #576a74;
}
.footer_menu ul li a {
	font-family: Verdana, Helvelica, sans-serif;
	font-size: 11px;
	color: #576a74;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	padding:0px 2px 0px 2px;
	float:left;
	
	display: block;
	
}
.footer_menu ul li a:hover {
	color:#aed4e8;
}

.fineprint {
	font-size: 10px;
	color: #999;
	padding: 5px 10px 5px 10px;
	margin: 0px;
}

/* --------------------------------------------- 
	FORM STYLING
--------------------------------------------- */
input, textarea, select {
	padding:1px 2px 1px 2px;
	margin:2px;
	background-color:#fff;
	border:1px solid #576A74;
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
}
select {
	padding:0px;
}


/* form user feedback */
.error_box {
	padding: 10px;
	background-color: #f3f3f3;
	border: 2px solid #ec9393;
}

.success_box {
	padding: 10px;
	background-color: #E8FAE1;
	color:#000;
	border: 1px solid #006633;
	margin:10px;
}
.success_box p, .error_box p {
	color:#000;
}
.prompt {
	padding: 10px;
	background-color: #333;
	color:#fff;
	border: 1px solid #666;
	margin:10px;	
}

/* -------------------------------------------
	COMMONLY USED STYLES
------------------------------------------- */
div.clear {
	clear: both;
}
div.dotted_line{
	clear: both;
	border: 1px dotted #DDD;
	margin: 1px 2px 1px 2px;
}
div.line_divider{
	clear: both;
	border-top: 1px solid #444;
	margin: 0px 2px 0px 2px;
}

.art_gallery {
	clear:both;
	text-align:center;
}
.art_shine {
	margin-top:2px;
	background: #000 url('images/layout/art_shine.jpg') repeat-x;
	height:30px;	
}
.gallery_title {
	clear: both;
	border-top: 1px solid #222;
	border-bottom: 1px solid #222;
	background:#111;
	padding: 3px 2px 5px 2px;
	margin:0px;	
}
.gallery_item {
	margin:20px;
	margin-right: auto;
	margin-left: auto;
}
.gallery_item_detail {
	margin:20px;
	float:left;
}
.gallery_item_full {
	margin:10px;
	margin-right: auto;
	margin-left: auto;
}
.gallery_art {
	background-color:#333333;
	border: solid 1px #474747;
	padding:3px;
	
}
.gallery_item a:hover .gallery_art {
	background:#454545;
}

.gallery_item p {
	padding:6px 5px 6px 5px;
	margin:0px;
}
.gallery_thumb {
	border: 1px solid #111;
	border-bottom: 1px solid #444;
	border-right:1px solid #444;
}

/*	IMAGE STYLES 	*/
.img_left {
	float: left;
	padding-right:10px;
}
.img_lft {
	float: left;
}

.img_right {
	float: right;
	margin-bottom:4px;
	margin-right:10px;
	margin-top:0px;
	padding:0px;
}
.solid_border {
	border: 1px solid #666;
	padding:1px;
	margin: 5px;
}
.dashed_border {
	border: 1px dashed #ccc;
	padding: 2px;
	margin: 5px;
	margin-bottom:0px;
}
.icon_border {
	padding: 2px;
	margin: 5px;
	margin-bottom:0px;
}

.item_btn {
	float:left;
	padding:5px;
	padding-top:0px;
}
.submit_button {
	background:url('images/btn_submit.jpg') no-repeat;
	width:156px;
	height:31px;
	padding-bottom:5px; 
	border:0; 
	font-size:11px; 
	color:#FFFFFF;
	font-weight:bold;
}

.create_header {
	padding:0px;
	margin:3px;
	background-color:#bfe894;
	height:15px;
	padding:3px;
	padding-left:10px;
}
/* ----------------------------------------------- 
	NAVIGATION - HORIZONTAL
-------------------------------------------------*/

.menu_options {
	padding: 0px 0px 0px 0px;
	float: right;
	height:36px;
	
	margin:2px;
	padding:5px;
	background:#333333;
	border:1px solid #666;
}
.menu_options ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.menu_options ul li {
	float: left;
	display: inline;
	/*border-left: 1px solid #fff;
	border-right: 1px solid #ccc;*/
	padding: 0px;
	margin: 0px;
}

.menu_options ul li a {
	font-family: Verdana, Helvelica, sans-serif;
	color: #666;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	text-align: center;
	display: block;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
	border-right:1px solid #999;
	border-left:1px solid #FFF;
	padding-right:5px;
	padding-top:10px;
	height:24px;
	background: #FFF url('images/buttons/btn_bg.gif') repeat-x;
}


.menu_options ul li a.currentpage {
	color: #666;
	text-decoration: none;
	font-weight:bold;
}
.menu_options ul li a:hover {
	color:#000;
	background-color: #d1e7fb; /*#89b1df;*/
}
.menu_options_icon {
	float:left;
	padding:5px;
	padding-top:0px;
	position:relative;
	top:-4px;
}

.nav_items {
	background:#333; margin:5px; border:1px solid #666;
	height:400px;
	overflow-y: auto;
}
.nav_items ul {
	list-style: none;
	padding: 0px;
	margin: 0px;	
}
.nav_items ul li {
	background:#FFFFFF url(images/layout/page_grad.jpg) repeat-x scroll left top;
	border-top:1px solid #ccc;
	border-bottom:1px solid #FFF;
	font-weight:normal;
	
	padding:4px;
	margin:0px;
	line-height:30px;
}
.nav_items ul li a {
	color: #333;
	font-size:11px;	
}
.designed_by {
	padding:5px;
	font-size:9px;
	color:#000;
	text-align:right;
}
.designed_by a {
	font-size:9px;
	color:#555;
	text-decoration:none;	
}
.designed_by a:hover {
	color:#aaa;
}

