@charset "utf-8";
* {
	margin:0;
	padding:0;
}
html {
	overflow-y:scroll;
	overflow-x:hidden;
}
body {
	height:100%;
	width:100%;
	font:normal 12px/15px Verdana, Geneva, sans-serif;
	color:#252525;
	background:#FFF url(images/body-bg.gif) repeat-x left top scroll;
}
a {
	outline:none;
}
a img {
	border:none;
}
H1 {
	padding:0 0 15px;
	font:normal 24px/30px Verdana, Geneva, sans-serif;
}
H2 {
	padding:0 0 10px;
	font:normal 18px/22px Verdana, Geneva, sans-serif;
	color:#000;
	text-transform:uppercase;
}
H3 {
	padding:0 0 10px;
	font:normal 16px/20px Verdana, Geneva, sans-serif;
	color:#252525;
}
H4 {
	padding:0 0 10px;
	font:normal 14px/18px Verdana, Geneva, sans-serif;
	color:#252525;
}
H5 {
	padding:0 0 10px;
	font:normal 12px/16px Verdana, Geneva, sans-serif;
	color:#000;
}
H6 {
	padding:0 0 10px;
	font:normal 11px/14px Verdana, Geneva, sans-serif;
	color:#000;
}
P {
	padding:0 0 10px;
}
UL {
	margin:0;
	padding:0;
	list-style:none;
}
OL {
	margin:0;
	padding:0;
	list-style:none;
}
LI {
	margin:0;
	padding:0;
}
.wrap {
	width:864px;
	display:block;
	margin:0 auto;
}
/* HEADER */
#header {
	padding:0 0 27px;
	display:block;
}
#logo {
position:relative;
//background:url(images/artd-logo.png) no-repeat;
z-index: 20;
//width: 647px;
//height: 168px;
margin-top: -165px;
}
/* TOP MENU */
.topMenu {
	height:20px;
	display:block;
	clear:both;
	background:url(images/menu-bg.gif) no-repeat;
	padding:4px 5px 4px 8px;
}
.topMenu ul {
	float:left;
}
.topMenu ul li {
	float:left;
	font:normal 18px/20px Verdana, Geneva, sans-serif;
	text-transform:uppercase;
	position:relative;
}
.topMenu ul li a:link,
.topMenu ul li a:visited,
.topMenu ul li a:active{
	color:#FFF;
	text-decoration:none;
	background:url(images/menu-arrow.gif) no-repeat left center;
	padding:0 60px 0 20px;
}
.topMenu ul li a:hover {
	color:#FFF;
	text-decoration:none;
	background:url(images/menu-arrow-down.gif) no-repeat left center;
}
.topMenu ul li.contact a:hover {
	background:url(images/menu-arrow.gif) no-repeat left center;
}
* html .topMenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}
.topMenu ul li a.selected{
	color:#FFF;
	font:normal 18px/20px Verdana, Geneva, sans-serif;
	text-transform:uppercase;
	display:block;
	background:url(images/menu-arrow-down.gif) no-repeat left center;
	float:left;
}
/* SUB MENU */
.topMenu ul li ul{
	position: absolute;
	left: 0;
	display: none;
	visibility: hidden;
	list-style:none;
	margin:5px 0 0 0;
	padding:5px 0 10px;
	background:#FFF;
	opacity: 0.85;
	filter: alpha(opacity=85);
	-moz-opacity:0.85;
	-khtml-opacity: 0.85;
}
.topMenu ul li ul li{
	display: list-item;
	float: none;
	height:15px;
	margin:0;
	padding:0;
	line-height:15px;
	*font-size:0;
	*line-height:0;
}
.topMenu ul li ul li ul{
	top: 0;
	margin:0;
	padding:0;
}
.topMenu ul li ul li a:link,
.topMenu ul li ul li a:visited,
.topMenu ul li ul li a:active{
	width: 125px;
	margin: 0;
	height:15px;
	overflow:hidden;
	display:block;
	padding:0 5px 0 15px;
	font:normal 12px/15px Verdana, Geneva, sans-serif;
	color:#000;
	text-transform:capitalize;
	background:url(images/featured-divider.gif) repeat-y 10px top;
	background-color:none;
}
.topMenu ul li ul li a:hover{
	color:#939598;
}
/*  Hack for IE \*/
* html .topMenu {
	height: 1%;
}
.ddshadow {
	position: absolute;
}
/* searching content */
.search {
	float:right;
}
.search input {
	width:72px;
	height:16px;
	border:solid 1px #ecebe7;
	font:normal 10px/16px Verdana, Geneva, sans-serif;
	color:#000;
	background:#ecebe7 url(images/icon-search.gif) no-repeat 5px center;
	padding:0px 0 0 16px;
}
/* wrapper */
.bodyContent {
	display:block;
	clear:both;
	overflow:hidden;
}
/* main content */
.widePanel {
	width:721px;
	float:left;
	padding:0 9px 120px 0;
}
.slidingArea {
	display:block;
}
.slidingPagination {
	height:21px;
	color:#939598;
	font:normal 10px/21px Verdana, Geneva, sans-serif;
	text-align:right;
}
.slidingPagination ul {
}
.slidingPagination ul li {
	display:inline;
}
.slidingPagination ul li a:link,
.slidingPagination ul li a:visited,
.slidingPagination ul li a:active{
	color:#939598;
	text-decoration:none;
	margin:0 2px;
}
.slidingPagination ul li a:hover{
	color:#000;
	text-decoration:none;
}
.currentEvent {
	background:#231f20;
	clear:both;
	display:block;
	padding:20px 15px 30px;
	overflow:hidden;
	height:100%;
}
.currentEvent .slidingImg {
	width:420px;
	float:left;
	padding:0 15px 0 0;
}
.currentEvent .slidingTxt {
	width:250px;
	float:left;
	color:#FFF;
}
.contReading {
	margin:-60px 0 0 0;
	text-align:right;
}
.featuredArea {
	clear:both;
	display:block;
	overflow:hidden;
	height:100%;
	padding:45px 0;
	background:url(images/body-divider.gif) repeat-x left bottom;
}
.featuredColumn {
	width:154px;
	float:left;
	padding:5px;
}
.featuredColumn img {
	border:solid 1px #d1d2d4;
}
.featuredColumn p {
	font:normal 10px/13px Verdana, Geneva, sans-serif;
	padding:0 0 12px;
}
.featuredColumn a:link,
.featuredColumn a:visited,
.featuredColumn a:active {
	font-style:italic;
	color:#939598;
	text-decoration:none;
}
.featuredColumn a:hover {
	font-style:italic;
	color:#000;
	text-decoration:none;
}
.featuredDivider {
	width:21px;
	height:420px;
	float:left;
	background:url(images/featured-divider.gif) repeat-y center top;
}
/* sidebar */
.nerrowPanel {
	width:134px;
	float:right;
}
.nerrowPanelMenu {
	height:21px;
	color:#000;
	font:normal 10px/21px Verdana, Geneva, sans-serif;
	text-align:right;
}
.nerrowPanelMenu ul {
}
.nerrowPanelMenu ul li {
	display:inline;
}
.nerrowPanelMenu ul li a:link,
.nerrowPanelMenu ul li a:visited,
.nerrowPanelMenu ul li a:active{
	color:#000;
	text-decoration:none;
}
.nerrowPanelMenu ul li a:hover{
	color:#939598;
	text-decoration:underline;
}
.nerrowPanelSponsor {
	display:block;
	clear:both;
	margin:0 0 15px;
}
.nerrowPanelContent {
	border:solid 1px #a5a494;
	display:block;
	clear:both;
	margin:0 0 15px;
	height:330px;
	padding:10px 0;
	text-align:center;
}
.nerrowPanelContent img {
	margin:0 0 15px;
}
/* footer */
.footer {
	display:block;
	border:dotted 1px #db585d;
	padding:20px;
	clear:both;
	width:670px;
	height:30px;
	float:left;
	margin:-90px 0 0 0;
	text-align:center;
}
.credits {text-align:center; font-size: 10px; padding-top:8px;}
.credits a{text-decoration:none; color: #000000; font-size: 10px;}

/* image alignment in content... */
img.centered {display: block;margin-left: auto;margin-right: auto;}
img.alignright {padding: 4px;margin: 0 0 2px 7px;display: inline;}
img.alignleft {padding: 4px;margin: 0 7px 2px 0;display: inline;}
.alignright {float: right;}
.alignleft {float: left;}

#jFlowSlide{  }
#myController { padding:1px 0 0 565px;  width:720px; font:10px/15px Verdana,Geneva,sans-serif; }
#myController span.jFlowSelected {  color:#333; }

.slide-wrapper { padding: 5px 0; }
.slide-thumbnail { width:400px; float:left; }
.slide-thumbnail img { max-width:300px; }
.slide-details { width:250px; float:right; }
.slide-details h2 { font-size:1.5em; font-style: italic; font-weight:normal; line-height: 1; margin:0; }
.slide-details .description { margin-top:10px; }

.jFlowControl, .jFlowPrev, .jFlowNext { float:left; color:#939598; cursor:pointer; padding-left:5px; padding-right:5px; padding-top:0px; padding-bottom:0px; }
.jFlowControl:hover, .jFlowPrev:hover, .jFlowNext:hover { color:#333; }

.bookmarks-gallery {
	text-align: center;
	margin: 0 auto;
	}
.bookmarks-gallery img {
	width: 135px;
	height: 350px;
	margin: 0 0 20px 0;
	}
/* Comments */
ol.commentlist { list-style:none; margin:0; padding:0; text-indent:0; }
ol.commentlist li { border-top:5px solid #eee; margin:0 0 10px; padding:5px 7px 5px 57px; position:relative; height:1%;}
ol.commentlist li:hover {background:#f7f7f7;}
ol.commentlist li.alt { }
ol.commentlist li.bypostauthor {}
ol.commentlist li.byuser {}
ol.commentlist li.comment-author-admin {border-top:5px solid #222;}
ol.commentlist li.comment { }
ol.commentlist li div.comment-author { padding:0 170px 0 0; }
ol.commentlist li div.vcard { font-weight: bold; color:#222 }
ol.commentlist li div.vcard a {color:#222}
ol.commentlist li div.vcard cite.fn { font-style:normal; }
ol.commentlist li div.vcard cite.fn a.url { text-decoration:none; }
ol.commentlist li div.vcard cite.fn a.url:hover { color:#333; }
ol.commentlist li div.vcard img.avatar {left:0;position:absolute; top:5px; }
ol.commentlist li div.vcard img.avatar-32 {}
ol.commentlist li div.vcard img.photo {}
ol.commentlist li div.vcard span.says {}
ol.commentlist li div.commentmetadata {}
ol.commentlist li div.comment-meta { font:11px helvetica,arial,sans-serif;position:absolute; right:0; text-align:right; top:0;background:#eee; padding:6px 4px 4px 4px}
ol.commentlist li div.comment-meta a { color:#bbb; text-decoration:none; }
ol.commentlist li div.comment-meta a:hover { color:#000; }
ol.commentlist li.comment-author-admin div.comment-meta {background:#222}
ol.commentlist li.comment-author-admin div.comment-meta a:hover {color:#fff}
ol.commentlist li p {}
ol.commentlist li ul {}
ol.commentlist li div.reply { text-align:center; width:36px; }
ol.commentlist li div.reply a { background:#eee; color:#222; font:bold 9px/1 helvetica,arial,sans-serif; padding:6px 10px 3px;  color:#222; text-decoration:none; text-transform:uppercase; }
ol.commentlist li div.reply a:hover {color:#fff; background:#222}
ol.commentlist li ul.children { list-style:none; margin:1em 0 0; text-indent:0; }
ol.commentlist li ul.children li {  }
ol.commentlist li ul.children li.alt {}
ol.commentlist li ul.children li.bypostauthor {}
ol.commentlist li ul.children li.byuser {}
ol.commentlist li ul.children li.comment {}
ol.commentlist li ul.children li.depth-2 { margin:0 0 .25em; }
ol.commentlist li ul.children li.depth-3 { margin:0 0 .25em; }
ol.commentlist li ul.children li.depth-4 { margin:0 0 .25em; }
ol.commentlist li ul.children li.depth-5 {}
ol.commentlist li ul.children li.odd {}
ol.commentlist li.even {}
ol.commentlist li.odd {}
ol.commentlist li.parent { }
ol.commentlist li.pingback { }
ol.commentlist li.pingback.parent { }
ol.commentlist li.pingback div.vcard { padding:0 170px 0 0; }
ol.commentlist li.thread-alt { }
ol.commentlist li.thread-even {}
ol.commentlist li.thread-odd {}
ol.commentlist li.comment-author-admin {}
h3#comments {margin:2em 0}
#respond {margin:30px 0; padding:10px 0;}
#commentform{ margin-bottom: 60px;}	
#commentform input {width: 170px;padding: 2px;margin: 5px 5px 1px 0;font-size: 1.2em;}
#commentform textarea {margin-top:5px;width: 95%;padding: 2px;border:5px #eee solid;font-size: 1.2em;}
#commentform textarea:hover {border:5px solid #222;}
#commentform #submit{margin-top: 5px;padding: 5px;font-weight: bold;font-size: 1.3em;background:#111 none repeat scroll 0 0;border:1px solid #222;color:#BBBBBB;font-size:1.3em;font-weight:bold;margin-top:5px;padding:5px;}
legend {font-size: 1.2em;font-weight:bold;padding: 2px 10px}
#commentform #submit:hover{cursor:pointer;background:#000;color:#fff}

#wp-submit {font-weight: bold;font-size: 1em;background:#111 none repeat scroll 0 0;border:1px solid #222;color:#BBBBBB;font-weight:bold;padding:5px;}
#wp-submit:hover {background:#000;color:#fff}




