/*
Main (X)HTML Selectors - Typography, Colours and Positioning 
-------------------------------------------------------------------------[comment] */

body {
    font-family: Verdana, helvetica, sans-serif;
    font-size: 11px;
    margin: 0;
    padding: 0;
	border: 0;
    color: #FFFFFFF;
    background-color: #000000;
}

a {
    color: #B09228;
    font-weight: bold;
	text-decoration:none;
}

/*
a normal link is being styled similarly across all pages, unless re-declared
-------------------------------------------------------------------------[comment] */

a:link { }
a:visited { }
a:active { }
a:hover { }

/*
leave pseudo-classes exactly in this order even if you decide to re-declare them 
------------------------------------------------------------------[important note] */

a:link:hover, a:visited:hover {
    color: black;
}
/*
we dont really want to underline and hilite named anchors in this theme, just links 
------------------------------------------------------------------[important note] */

/*
General text and related selectors 
-------------------------------------------------------------------------[comment] */

h1, h2, h3, h4 {
    font-family: Verdana, helvetica, sans-serif;
    font-weight: bold;
    line-height: 120%;
    color: #967915;
    padding: 0;
    margin: 0;
}

/*
page headers - shared typography and positioning 
-------------------------------------------------------------------------[comment] */

hr {
    width: 100%;
    color: #967915;
    height: 1px;
	margin-top:10px;
	margin-bottom:20px;
}

h1 { font-size: 160%; }
h2 { font-size: 150%; }
h3 { font-size: 130%; }

h4 { 
font-size: 120%; 
padding-bottom:10px;
padding-top:5px;
}

p { margin: 0;padding: 0; }

.text_light, .text_dark {	
	line-height:16px;
	text-align:justify;
	padding-bottom:8px;
}

.quote {
	padding-top:5px;
	padding-bottom:10px;
	font-style:italic;
	text-align:right;
	color: #967915;
}

pre {
    color: #990066;
    font-size: 95%;
    font-family: monaco, courier, monospace;
}


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

ul li {
    list-style-type: none;
}

.bullet, .bullet li {
	list-style-type:disc;
	margin:10px 0px 10px 15px;
}


/* reset background on all pre-styled li elements for good browsers */
ul li[style] { background-image: none; }

blockquote {
    color: #333366;
    margin: 2em;
}

code {
    color: #990066;
    font-family: monaco, courier, monospace;
}

sup, sub {
    font-size: 95%;
    font-weight: normal;
}

/*
Form elements 
-------------------------------------------------------------------------[comment] */

form {
    margin: 1em 0;
    padding: 0;
    display: block;
}

button { border: 2px outset #f0f0f0; }

input, select, textarea {}

legend {
    color: #967915;
    border: 1px solid #aaaaaa;
    margin: 0 -1px;
    padding: 1px 5px;
    font-weight: bold;
    min-width: 15em;
    display: block;
    background-image: url(../images/gradients.png);
    background-position: 0px -410px;
    background-repeat: repeat-x;
}

fieldset {
    border: 1px solid #aaaaaa;
    margin: 1em 0;
    padding: 5px;
}

label.xar-form-label {
    padding: 2px;
    text-align: right;
    padding-left: 5px;
    margin: 0 5px 0 0;
    font-weight: bold;
    color: #333366;
    background-color: #f9f9f9;
    border: 1px solid #f0f0f0;
    clear: left;
}

/* reset for table header labels to preserve table styles */
th label {
    background-color: transparent;
    border: 0 none;
    width: auto;
    margin: auto;
}

td select {width:auto;}

/*
replaced elements 
-------------------------------------------------------------------------[comment] */

img { border: 0px; }

/*
list elements 
-------------------------------------------------------------------------[comment] */

/* THEME SPECIFIC CLASSES [gen_heading] */
h5, h6 {
    color: #333399;
    font-size: 95%;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
}


/* MISCELLANEOUS [gen_heading] */

abbr, acronym, .help {
    border-bottom: 1px dotted #999;
    cursor: help;
}

/* XARAYA REQUIRED INDIVIDUAL CLASSES [gen_heading] */
td.xar-norm { }
td.xar-alt { }

/* XARAYA REQUIRED ANONYMOUS CLASSES  [gen_heading] */

.inlineimg {
	vertical-align: middle;
}

#axdw-global {
	width: 975px;
	margin: 0 auto;
	background: url(../images/back_repeat.jpg) repeat-y;
}

#axdw-header {
	height: 175px;
	background: url(../images/header.jpg) no-repeat;
	overflow: hidden;
}

#axdw-logo {
	width: 310px;
	height: 150px;
}

#axdw-slogan {
	padding-left: 70px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: white;
}

#axdw-headright {
	float: right;
	height: 100%;
	width: 650px;
}

#axdw-headright .xar-block-body {
	float: right;
}

#axdw-headright ul.xar-menu-item {	
	float: right;
	margin: 0;
	padding: 12px 16px 0 0;
}

#axdw-headright li.xar-menu-item, #axdw-headright li.xar-menu-item-current {
	list-style: none;
	float: left;
	line-height: 20px;
	padding: 0 8px;
}

#axdw-headright li.xar-menu-item a, #axdw-headright li.xar-menu-item-current a {
	font-size: 10px;
	text-decoration: none;
	color: #000000;
}

#axdw-headright li.xar-menu-item a:hover, #axdw-headright li.xar-menu-item-current a:hover {
	color: #FFFFFF;
}

#axdw-headright .curlogo {
	float: left;
}

#axdw-curlogo {
	float: left;
	width: 400px;
	height: 176px;
}

#axdw-headright #axdw-search {
	margin: 108px 20px 0 0;
	padding: 0;
}

#axdw-headright #axdw-search input.axdw-inptext {
	border: 1px solid #CCCCCC;
	background: #000000;
	height: 19px;
	width: 160px;
	color: #CCCCCC;
	margin: 0;
	padding: 3px 0 0 0;
}

#axdw-headright #axdw-search input.axdw-submit {
	background: url(../images/search_submit.jpg) no-repeat;
	border: 0;
	padding: 0;
	height: 23px;
	width: 23px;
}

#axdw-topnav, #axdw-center .xar-menu-section {
	margin: 0px 12px;
}

#axdw-topnav ul.xar-menu-item {
	height: 32px;
	background: url(../images/menu_repeat.jpg) repeat-x;
	width: 952px;
	padding: 0;
}

#axdw-topnav li.xar-menu-item, #axdw-topnav li.xar-menu-item-current {
	list-style: none;
	float: left;
	line-height: 30px;
	background: url(../images/menu_break.jpg) right no-repeat;
	height: 32px;
}

#axdw-topnav li.xar-menu-item a, #axdw-topnav li.xar-menu-item-current a {
	color: black;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 0px 10px 0px 10px;
	margin-right: 2px;
	font-size:10px;
}

#axdw-topnav li.xar-menu-item-current a {
	background: url(../images/menu_selected_repeat.jpg) repeat-x;
}

#axdw-topnav li.xar-menu-item a:hover {
	color: white;
}

/*ARTICLES*/
#axdw-main {
	height: expression( this.scrollHeight < 551 ? "550px" : "auto" ); /* sets min-height for IE */
	min-height: 550px;
	background: url(../images/main_back_x.jpg) no-repeat top;
}

#axdw-repeatback {
	background: url(../images/back_repeat_boxed.jpg) repeat-y;
}

#axdw-moduleback {
	background: url(../images/main_back_x_boxed1.jpg) top no-repeat;
	padding: 18px 30px 0 30px;
}

#axdw-intro {
	width: 503px;
	height: 294px;
	background: url(../images/introback.jpg);
	margin: 0 auto;
}

#axdw-contenthome {
	min-height: 10px;
	padding: 0px;
	color: #000000;
	padding: 0 11px;
}

#axdw-content {
	min-height: 10px;
	border: 1px solid #967915;
	color: #000000;
}

/*#axdw-content .article-view {
	overflow:auto;
	height:500px;
}*/

#axdw-content .items-view, #axdw-content .article-view, #axdw-content .xar-mod-body {
	padding: 10px;
	clear: both;
}

#axdw-top-content-bar, #axdw-content .xar-mod-head {
	background: url(../images/content_title_bar.jpg) no-repeat;
	height: 36px;
	width: 100%;
}

#axdw-top-content-bar .title-view, #axdw-content .xar-mod-title {
	float: left;
	padding: 5px 0 0 35px;
	color: white;
}

#axdw-top-content-bar .title-view h2 {
	color: white;
}

#axdw-content .xar-mod-title {
	font-size: 150%;
	font-weight: bold;
}

#axdw-content .right-view, #axdw-contenthome .right-view {
	float: right;
}

#axdw-content .rightstuff {
	float: right;
	line-height: 18px;
	padding: 0 5px;
}

#axdw-top-content-bar .right-view {
	padding-right: 17px;
}

#axdw-top-content-bar .rightstuff, #axdw-top-content-bar .edit-links {
	float: right;
	padding: 0 7px;
	height: 36px;
	line-height: 30px;
	color: #C9AB45;
}

#axdw-top-content-bar .edit-links {
	background: url(../images/selected_category_repeat.jpg) repeat-x;
	font-weight: bold;
	display: block;
	color: black;
}

#axdw-top-content-bar .sib-current {
	background: url(../images/selected_category_repeat.jpg) repeat-x;
	color: black;
}

#axdw-top-content-bar .cat-siblings a {
	text-decoration: none;
	color: #C9AB45;
}

#axdw-top-content-bar .cat-siblings a:hover {
	color: white;
}

#axdw-top-content-bar .cat-parent a {
	color: white;
	font-weight: normal;
}

#axdw-content .subcats-view ul {
	padding: 3px 10px;
	height: 30px;
}

#axdw-content .subcats-view li {
	float: left;
}

#axdw-content .subcats-view a {
	font-size: 13px;
	font-weight: bold;
}

#axdw-content .axdw-itembox {
	background: #282417;
	border: #BB9B2B 1px solid;
	margin: 5px 10px 0 0;
	line-height: 23px;
}

#axdw-content .axdw-itembox a {
	text-decoration: none;
	color: #BB9B2B;
	display: block;
	background: url(../images/itembox.jpg) left 1px no-repeat;
	padding: 0 15px 0 26px;
}

#axdw-content .axdw-itembox a:hover {
	color: #FFFFFF;
}

#axdw-content .box-selected {
	background: #C5A32E;
	border: #282417 1px solid;
}

#axdw-content .box-selected a {
	color: #FFFFFF;
	background: url(../images/itembox_selected.jpg) left 1px no-repeat;
}

#axdw-artdisp, #axdw-statdisp {
	margin: 5px 15px;
}

#axdw-contenthome #axdw-artdisp {
	margin: 0px;
}

#axdw-artdisp .header {
	height: 30px;
	margin: 5px;
}

#axdw-artdisp .header h1 {
	color: #282417;
}

.artpreview {
	padding-bottom: 10px;
}


/* DESIGNERS */
#axdw-artdisp .photoholder img {
	border: 3px solid #BB9B2B;
	margin: 0 10px 10px 0;
	float: left;
}

#axdw-artdisp .photos {
	clear: left;
	margin: 10px 0;
}

#axdw-artdisp .photos img {
	border: 1px solid #BB9B2B;
}

#axdw-artview .viewdisp-table {
	width: 100%;
}

#axdw-artview .table-rightcontents {
	width: 75%;
}

#axdw-artview .table-leftlist .des-name {
	width: 99%;
	padding: 3px;
}

#axdw-artview .table-leftlist .des-links {
	background-color: #282417;
	color: #bb9b2b;
}

#axdw-artview .table-leftlist .des-links a {
	background: none;
	display: inline;
	padding: 0;
}

/* SPONSORS */

#axdw-artdisp .sponsor-box {
	padding: 4px;
}

#axdw-imagelink {
	float: left;
}

#axdw-artdisp .sponsor-box h3 {
	text-align: center;
}

#axdw-artdisp .sponsor-box img {
	border: 1px solid #BB9B2B;
}

#axdw-artdisp .sponsor-box a {
	float: left;
}

#axdw-artdisp .sponsor-box a, #axdw-artdisp .sponsor-box p {
	padding: 8px;
}

/* NEWS */
#axdw-artdisp .attachment {
	margin-top: 20px;
}

#axdw-artview .artpreview .news-date {
	font-style: italic;
}

/* STATISTICS */
#axdw-statdisp .stat-section {
	text-align: center;
	margin: 15px;
}

#axdw-statdisp h3 {
	margin: 5px;
}

#axdw-statdisp table {
	margin: auto;
	width: 60%;
}

#axdw-statdisp .stat-icon {
}

#axdw-statdisp .stat-legend {
	width: 20%;
}

#axdw-statdisp .stat-value {
	background-color: #d0b748;
	border: 1px inset #d0b748;
	text-align: right;
}

#axdw-statdisp table .xar-alt {
	background-color: #fafad2;
	border: 1px outset #d0b748;
}

#axdw-statdisp .stat-simple table {
	width: auto;
}
#axdw-statdisp .stat-simple .stat-legend {
	width: auto;
}

#axdw-statdisp .stat-simple .stat-value {
	background: none;
	border: none;
}

/* SUBITEMS */
.subitems-table td {
	background-color: #e0d788;
	border: 1px inset #e0d788;
	text-align: center;
}

.subitems-table .edit-links {
	width: 10%;
}

.subitems-table .new-subitem td {
	font-weight: bold;
	border: none;
	background-color: transparent;
}

.subitems-table .new-title {
	text-align: right;
}

/* CENTER BLOCK - BANNERS */
#axdw-center .xar-block-center .top-item {
	float: left;
	color: white;
}

#axdw-center .xar-block-center .top-head {
	margin: 10px 10px 0px 10px;
	background: #000000;
	border-top: 2px solid #BB9B2B;
	border-left: 2px solid #BB9B2B;
	border-right: 2px solid #BB9B2B;
	position: relative;
}

#axdw-center .xar-block-center .top-content {
	margin: 0px 10px 10px 10px;
	background: #000000;
	border-bottom: 2px solid #BB9B2B;
	border-left: 2px solid #BB9B2B;
	border-right: 2px solid #BB9B2B;
	width: expression( document.body.clientWidth > 181 ? "180px" : "auto" ); /* sets max-width for IE */
	min-width: 180px;
	height: 120px;
	position: relative;
	overflow: hidden;
	font-size: 11px;
}

#axdw-center .xar-block-center .top-title {
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	padding: 4px;
	color: white;
}

#axdw-center .xar-block-center .top-title a:hover {
	color: white;
}

#axdw-center .xar-block-center .top-more {
	text-align: center;
}

.axdw-smallx {
	float: left;
	position: absolute;
	top: -10px;
	left: 2px;
}

/* NEWS BLOCK */
#axdw-news {
	margin: 12px 40px;
}

#axdw-news .xar-block-news {
	float: left;
}

#axdw-news .xar-block-head-news {
	margin: 0px 10px;
	background: #000000;
	border-top: 2px solid #BB9B2B;
	border-left: 2px solid #BB9B2B;
	border-right: 2px solid #BB9B2B;
	width: expression( document.body.clientWidth < 181 ? "180px" : "auto" ); /* sets min-width for IE */
	min-width: 180px;
	position: relative;
}

#axdw-news .xar-block-body-news {
	margin: 0px 10px 10px 10px;
	background: #000000;
	border-bottom: 2px solid #BB9B2B;
	border-left: 2px solid #BB9B2B;
	border-right: 2px solid #BB9B2B;
	width: expression( document.body.clientWidth < 181 ? "180px" : "auto" ); /* sets min-width for IE */
	min-width: 180px;
	height: expression( this.scrollHeight < 121 ? "120px" : "auto" ); /* sets min-height for IE */
	min-height: 120px;
	position: relative;
}

#axdw-news .xar-block-title-news {
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	padding: 4px;
	color: white;
}

#axdw-news .xar-block-body-news {
	padding: 6px 0 0 0;
}

#axdw-news li.top-item {
	padding: 10px 8px;
	color: white;
}

#axdw-news .top-title {
	font-size: 9px;
}

#axdw-news .top-title a {
	text-decoration: none;
	color: #BB9B2B;
	font-size: 12px;
}

#axdw-news .top-content {
	padding: 2px 8px;
	font-size: 11px;
}

.axdw-bigx {
	float: left;
	position: absolute;
	top: -22px;
	left: 2px;
}

/*ADMIN*/
#axdw-admin {
	padding: 0 30px;
	height: 250px;
}

#axdw-admin ul.xar-block-body {
}

#axdw-admin ul.xar-menu-section {
	float: left;
	padding: 0 15px;
}

#axdw-admin ul.xar-menu-subitem {
	padding: 0 0 0 10px;
}


/*FOOTER*/
#axdw-footer {
	min-height: 12px;
	background: url(../images/footer.jpg) bottom no-repeat;
	padding: 2px 18px 18px 18px;
}

#axdw-footer #sitecopyright {
	color: white;
}

#axdw-footer #sitecopyright {
	color: white;
	float: left;
}

#axdw-footer #sitefooter {
	float: right;
}

/* CONTACT FORMS */
fieldset.left-contact {
	float: left;
	width: 59%;
	margin-right: 10px;
}

fieldset.right-contact {
	float: left;
	width: 35%;
}