/* universal */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp,
small, sub, sup, tt, var, dl, dt, dd, ul, li, fieldset, form, label,
legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0;
outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit;
vertical-align: baseline; background: transparent; }
img { padding: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit;
background: transparent; }
body { line-height: 1; }
ul { list-style: none; }
blockquote, ol { border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; background: transparent; }
ol li, blockquote { margin-bottom: 12px; line-height:1.5; }
/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: collapse; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

body {
	font: 72%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background: #a9a9a9 url(/art/images/bg.png) repeat-x top left;
	color: #000;
	padding: 28px 0;
}

h2 {
	font-size: 1.4em;
	padding: 0 0 .25em;
	font-weight: bold;
	display: block;
	color: #000;
}

h3 {
	font-size: 1.2em;
	padding: .5em 0 .25em;
}

h4 {
	font-size: 1.1em;
	padding: .75em 0 .25em;
}

h5 {
	font-size: 1em;
}

ul {
	list-style: disc outside;
	padding-left: 15px;
}

ul li {
	padding: 0 0 .5em;
	line-height: 1.1em;
}

.entry-content ul, .entry-content ol {
	padding: 0 0 .75em 30px;
}

h1 img {
	border:0;
}

a, a:link, a:visited {
	color: #225c85;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

fieldset, abbr {
	border: 0;
}

table {
	font-size: 1em;
}

/* forms */
div.form-container {
	margin: 0;
}
.hidden {
	display: none;
}
p.legend {
	margin-bottom: 1em;
}
p.legend em {
	color: #C00;
	font-style: normal;
}
form p {
	margin: 0;
}
form p.note {
	padding-left: 100px;
	font-size: 1em;
	color: #333;
}

form p.error {
	background:#ffc url(/art/images/alert-error.gif) top left no-repeat;
	border:1px #cc9 solid;
	clear:both;
	color:#933;
	font-weight:bold;
	margin:0 0 1em 0;
	padding:5px 5px 5px 25px;
}

.error label, .error span.label {
	color: #C00 !important;
}
.error input, .error textarea {
	border-color: #C00 !important;
	background-color: #FFEFF0 !important;
}


form fieldset {
	clear: both;
	margin: 0 0 10px 0;
	padding: 0;
	border: 0;
}

form legend {
	padding: 1.5em 0 .5em;
	font-size: 1.1em;
	font-weight: bold;
	color: #000;
}
label, span.label {
	clear: left;
	padding-right: 10px;
	width: 90px;
	display: block;
	float: left;
	text-align: right;
	font-weight: bold;
}
div.input {
	display: block;
}

select {
	margin-bottom: 2px;
}
select option {
	padding: 0 7px 0 2px;
}
textarea {
	display: block;
	padding: 2px;
	margin-left: 100px;
}
div.controlset div label, div.controlset div input {
	display: inline !important;
	float: none;
	cursor: pointer ;
}
div.controlset div input.float {
	float: left;
	margin-right: 3px;
	display: block !important;
}

div.controlset input {
	width: auto !important;
	background: none;
}
div.controlset div {
	margin-left: 100px;
	padding: 0
}
div.nolabel div {
	margin-left: 0;
}

div.controlset div label {
	padding: 0;
	font-weight: normal;
}
div.nolabel div label {
	font-weight:bold;
}

div.buttonrow {
	margin-left: 100px;
}

div.clear {
	clear: both;
	padding-bottom: .5em;
}




/* structure */

#container {
	width: 920px;
	margin: 0 auto;
	padding: 20px;
	background: #fff;
}

/* header */

#header h1 a {
	font-family: Helvetica, Arial;
	font-size: 1.2em;
	text-decoration: none;
	color: #575757;
	padding: 0;
	line-height: 1;
}

/* signin */

#signinout {
	margin-top: -2.7em;
	float: right;
}

#signinout a {
	color: #575757;
}

/* navigation */

#navigation {
	background: #575757;
	margin: 4px 0 0;
}

#navigation h4 {
	display: none;
}

#navigation ul {
	margin-left: 620px;
	padding-left: 0;
	list-style: none outside;
}

#navigation ul li {
	padding: 0 5px 0 0;
	display: block;
	float: left;
	line-height: 1.6em;
}

#navigation ul li a {
	display: block;
	color: #fff;
	font-size: 1.1em;
	padding: 4px 8px;
}

#navigation ul li a.focus {
	background: #696969;
}

#navigation ul li a:hover {
	background: #A9A9A9;
	color: #fff;
	text-decoration: none;
}


/* main */

#main {
	margin: 20px 0;
	width: 920px;
}

#content {
	width: 600px;
	float: left;
	padding-right: 20px;
}


#content-wide {
	width: 900px;
	float: left;
	padding-right: 20px;
}

#secondary {
	float: left;
	width: 300px;
}

/* search */

#search {
	padding: 0 0 20px;
}

#search form label {
	display: none;
}

#search form .term {
	width: 75%;
	padding: 1px 2px;
}

.search-results .news-entry{
	padding: 5px 0 2em 0;
}

/* ads */

.ad {
	padding-bottom: 20px;
}

/* content */

h1.module-title  {
	font-size: 1.6em;
	font-weight: bold;
	display: inline;
	color: #575757;
}

.module-title {
	font-size: 1em;
	font-weight: bold;
	display: inline;
	color: #575757;
}

#content .module {
	margin-bottom: 3em;
}

#content .sub-module {
	margin-top: .9em;
}

#content .last {
	margin-bottom: 0;
}

.module-contents {
	margin-top: 3px;
	border-top: 1px dotted #575757;
	border-bottom: 1px dotted #575757;
	padding: 10px 0 8px;
}

.module-contents h6 {
	font-size:1em;
	font-weight: bold;
	padding: 5px 10px 5px 10px;
}

.module-column {
	float: left;
	width: 49.8%;
}

.first-column ul{
	padding-right: 20px;
}

#secondary .module {
	padding: 0 0 20px;
}

#secondary .module-contents {

}

#secondary ul li {
	padding: 0 0 .5em;
}

blockquote {
	padding-left: 20px;
}

.media-list-entry {
	float: left;
	width: 290px;
	height: 250px;
	padding: 5px 8px 1em 0;
}

/* news entry */
.news-entry {
	padding: 5px 0 1em 0;
}

#content h2.entry-title {
	padding: .3em 0 0;
	font-family: Helvetica, Arial;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1;
	display: block;
	color: #000;
}

h2.entry-title a, h2.entry-title a:link, h2.entry-title a:visited {
	color: #000;
}
h2.entry-title a:active, h2.entry-title a:hover {
	text-decoration: underline;
}

#content-wide h2.media-title {
	padding: .3em 0 0;
	font-family: Helvetica, Arial;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1;
	display: block;
	color: #000;
}

h2.media-title a, h2.media-title a:link, h2.media-title a:visited {
	color: #000;
}
h2.media-title a:active, h2.media-title a:hover {
	text-decoration: underline;
}

h3.entry-deck {
	font-size: 1em;
	font-weight: bold;
	padding: 0 0 .2em !important;
}

.entry-content {
	padding-top: .5em;
}

.web-archives .entry-content {
	padding-top: 0;
}

.web-item .entry-content, .news-item .entry-content {
	padding-bottom: .5em;
}

.media-160h img {
	padding: 8px;
	max-width: 240px;
}


.entry-content p {
	padding: 0 0 .5em;
}

/* pagination */

.pagination {
	display: inline;
	color: #575757;
}

.pagination-bottom {
	padding-top: 2px;
	display: block;
}

.pagination-display{
	display: inline;
	padding-left: 7px;
	border-left: 1px solid #575757;
	margin-left: 5px;
}

.pagination-links {
	float: right;
	display: inline;
	margin-top: -1.4em;
}

.pagination-bottom .pagination-links {
	margin-top: 0;
}

.pagination-links span {
	display: block;
	float: left;
}

.pagination-links span a, .pagination-links span strong, .pagination-links span {
	display: block;
	padding: 0px 3px;
	text-decoration: none;
}

.pagination-links span a:hover, .pagination-links span a:active{
	background: #225c85;
	color: #fff;
	text-decoration: none;
}

/* comments */

#comments-list {
	margin: 20px 0 0;
}

#comments-list .module-contents, #comments-add .module-contents {
	padding-bottom: 0;
}

#add-comment {
	float: right;
	margin-top: -1.4em;
	font-weight: bold;
}


.disclaimer {
	font-weight: bold;
	padding: .25em 0 .5em;
	color: #575757;
}

.comment, .comment-preview {
	border-top: 1px dotted #575757;
	padding:12px 0;
	position:relative;
	min-height: 52px;
}

.unconfirmed {
	min-height:90px;
}

.reply1, .reply2, .reply3, .reply4, .reply5, .reply6, .reply7, .reply8, .reply9 {
	background:url(/art/images/comment-reply-arrow.gif) 0 11px no-repeat;
	padding:10px 0 10px 20px;
}
.reply2 {
	margin-left:20px;
}
.reply3 {
	margin-left:40px;
}
.reply4 {
	margin-left:60px;
}
.reply5 {
	margin-left:80px;
}
.reply6 {
	margin-left:100px;
}
.reply7 {
	margin-left:120px;
}
.reply8 {
	margin-left:140px;
}
.reply9 {
	margin-left:160px;
}

a.comment-reply {
	display:block;
	font-size:0.9em;
	font-weight:bold;
	position:absolute;
	right:0;
	top:10px;
}

a.usericon, img.anonymous {
	display:block;
	float:left;
	margin:0 10px 0 0;
}

a.usericon img {
	border:1px #ccc solid;
}

a.usericon:hover img {
	border:1px #069 solid;
}

.comment h6, .comment-preview h6 {
	color:#666;
	font-size:1em;
	font-weight:normal;
	margin:0 0 5px 60px;
	padding: 0 !important;
}

.comment h6 strong, .comment-preview h6 strong {
	color:#111;
}

.comment p, .comment-preview p {
	color:#333;
	line-height:1.4;
	margin:0 3em 1em 60px;
}

.unconfirmed h6, .unconfirmed h6 strong, .unconfirmed p {
	color:#999;
}

.comment p.notice, p.notice {
	background:url(/art/images/alert-notice.gif) center left no-repeat;
	border:1px #cc9 solid;
	clear:both;
	color:#663;
	font-weight:bold;
	margin:0 0 1em 0;
	padding:5px 5px 5px 20px;
}

/* comment form */

#comments-add {
	clear:left;
	margin-top: 20px;
}

#cancel-reply {
	float: right;
	margin-top: -1.5em;
	display: none;
	font-size: .9em;
}


/* comment tabs */

ul#comment-confirm-options {
	background:url(/art/images/comment-confirm-bg.gif) bottom left repeat-x;
	font-size:0.9em;
	margin:0 0 15px 0;
	padding: 0;
	height: 2.1em;
}

#comment_form-user_info {float: right; display: block;}
#comment_form-user_info a {font-size: 8pt; margin:0; padding: 0}

#comment-confirm-options li {
	display:block;
	float:left;
	padding: 0;
}
#comment-confirm-options li a {
	background:#eee;
	border:1px #ccc solid;
	display:block;
	font-weight:bold;
	line-height:20px;
	text-align:center;
	text-decoration:none;
	width:120px;
}
#comment-confirm-options li a.chosen {
	background:#fff;
	border-bottom:1px #fff solid;
	color:#121212;
}

#comment-preview-title {
	display: block;
	padding: 30px 0 .25em !important;
}

#commentform #AuthorEmailInput {
	clear: none !important;
	float:left;
	margin-right:5% !important;
	width:40%;
}
#commentform #CommentsInput label,
#commentform #AuthorEmailInput label,
#commentform #AuthorPassInput label,
#commentform #AuthorNameInput label,
#commentform #AuthorNotifyInput span.label,
.forward-to-friend label {
	display:block;
	text-align: left;
	float: none;
}

#commentform #AuthorNotifyInput div, #commentform .buttonrow  {
	margin-left: 0;
}

#commentform #AuthorPassInput, #commentform #AuthorNameInput {
	clear: none !important;
	float:left;
	width:51%;
}
#commentform textarea,
.forward-to-friend textarea {
	width: 96%;
	margin: 0;
}

#commentform input.text,
.forward-to-friend input.text {
	border:1px solid #999999;
	padding:1px 2px;
	width:96%;;
}

#commentform input.text:focus, #commentform textarea:focus,
.forward-to-friend input.text:focus, .forward-to-friend textarea:focus {
		border:1px #069 solid;
}
#commentform .buttonrow input,
.forward-to-friend .buttonrow input {
	font-weight:bold;
}

.forward-to-friend .buttonrow {
	margin: 2px 2px 10px 0px;
}


/* footer */

#footer {
	padding-top: 20px;
	clear: both;
}

/* clearing */

.module-contents:after, #navigation ul:after {
	content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* debug */
#debug {
	border: 3px solid #000;
	z-index: 1000;
	display: none;
	position: absolute;
	left: 12px;
	top: 110px;
	overflow: auto;
	height: 75%;
	width: 95%;
	padding: 1em;
	background-color: #fff;
}

#debug *, #debug * * {
	padding: 0;
	margin: 0;
	font-size: 11px;
	font-family:'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
}
#debug th {
	text-align: left;
	font-size: 1.1em;
	font-weight: bold;
	padding: 3px;
	margin: 0;
}
#debug td {
	vertical-align: top;
	white-space:pre;
	border: 1px solid black;
	padding: 3px;
	background-color: #fefff0;
}
#debug h1, #debug h2 {
	font-size: 1em;
	margin: 0px;
	padding: 0px;
}
#debug h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	border-bottom: 1px dotted #ccc;
	margin: 0;
	padding: 25px 0 2px;
}




body {
	font: 72%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background: #a9a9c9 url(/art/images/bg.png) repeat-x top left;
	color: #000;
	padding: 28px 0;
}


#signinout {
	margin-top: -2.1em;
	float: right;
}

.module-contents p, .entry-content p {
	margin-top: 3px;
	padding-bottom: 10px;
	font-size: 1.3em;
}

.hentry {
	border-bottom: 1px dotted;
	margin-bottom: 15px;
}

.entry-content {
	padding-top: 0;
}
	
#content h2.entry-title {
	padding: .3em 0 0;
	font-family: Helvetica, Arial;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1;
	display: block;
	color: #000;
}

h2.entry-title a, h2.entry-title a:link, h2.entry-title a:visited {
	color: #000;
}
h2.entry-title a:active, h2.entry-title a:hover {
	text-decoration: underline;
}

#navigation {
	background: #8787b7;
	margin: 4px 0 0;
	border-bottom: solid #5757c7;
}

#navigation ul li a.focus {
	background: #5757c7;
}

#navigation ul {
	margin-left: 560px;
	padding-left: 0;
	list-style: none outside;
}

#navigation ul li a {
	display: block;
	color: #fff;
	font-size: 1.1em;
	padding: 4px 8px;
}

#navigation ul li a:hover {
	background: #A9A9c9;
	color: #fff;
	text-decoration: none;
}

.gallery-thumbnail {
	float: left;
	padding: 8px;
}

.gallery-thumbnail.img {
	max-width: 100px;
}



