* { padding:0; margin:0; }

h3, h4, h5, h6, blockquote, form, label, ol, dl, fieldset { margin-bottom: 1em; }

body {
	font-family: Georgia, Times, serif;
	font-size: small;
	line-height: 1.4em;
	_line-height: 1.3em;
	font-weight: normal;
	color: #333;
	text-align: center;
	text-transform: uppercase;
	background: #fff url(images/topbg.png) repeat-x top left;
}

ul { list-style: none; }

/* construct */
#accessibility {
	position: absolute;
	top: -10000px;
}

#container {
	width: 800px;
	margin: 0 auto;
	font-size: 112%;
	_font-size: 105%;
}

#head { height: 260px; }
#head img { margin-top: 80px; }

#content { 
	text-align: center;
	padding-top: 27px; 
}

#foot { 
	width: 580px;
	margin: 0 auto;
	font-family: arial, helvetica, sans-serif;
	text-transform: none;
	color: #999;
}

/* elements */
a {
	color: #5ab3ca;
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #039;
	background: #fff;
}
a:active { }
a img { border: none; }

p { 
	margin: 0.5em 20px 1em 20px; 
	text-transform: none;
	text-align: left; 
}
#front p {
	text-align: center;
	text-transform: uppercase;
}
dl { margin: 0.5em 0 0.5em 0; }
dt { font-weight: bold; }

h3 {
	font-size: 200%;
	text-align: left;
}
#front h3, #comment h3 { text-align: center; }
#archive h3 { 
	text-align: right; 
	margin: 40px 16px 0 0;
	_margin-top: -20px;  
	font-size: 400%; 
	color: #999; 
}
*+html #archive h3 { margin-top: -20px; }

h4 { font-size: 120% ; }

object {
	position: relative;
	float: left;
	margin: 0 20px 2em 20px;
	padding: 4px;
	background: #000;
	z-index: 0;
}

br.clear { clear: both; }

#logosml {	
	float: right;
	margin: 0 12px 1em 0;
}
#list #logosml,#comment #logosml {	
	float: none;
	margin: 0 0 1em 0;
}

.right {
	text-align: right;
	margin-top: 180px;
	font-weight: bold;
}

#intro h3 {
	text-align: right;
	margin-left: 200px;
}

#intro object {
	float: none;
	margin-top: 30px;
}

#intro .right {
	margin-top: 0;
}

.next { font-weight: bold; }

/* weeklist */
#weeklist {
	width: 580px;
	background: url(images/weekbg.png) no-repeat bottom;
	margin: 20px auto 0 auto;
	padding-bottom: 1em;
	font-weight: bold;
	text-align: center;
}

#weeklist li {
	display: inline;
	margin: 3px;
	line-height: 1.6em;
}
#weeklist li a {
	padding: 1px;
	color: #777;
}
#weeklist li a:hover {
	color: #6c3;
	background: #fff;
}
#weeklist li a.archivelink { color: #e099d7; }
#weeklist li a.archivelink:hover { color: #6c3; }

/* archivelist */
#archivelist {
	background: url(images/weekbg.png) no-repeat bottom;
	margin: 20px 0 0 80px;
	padding-bottom: 1em;
	font-weight: bold;
	text-align: left;
}

#archivelist li {
	display: block;
	margin: 8px 3px;
	line-height: 1.5em;
}
#archivelist li a {
	padding: 3px;
	color: #777;
	font-size: 200%;
}
#archivelist li a:hover {
	color: #6c3;
	background: #fff;
}

/* comments */
ol.comments {
	margin: 50px auto 0 auto;
	width: 480px;
}

.comments li { padding-bottom: 0.5em; }

.even {
	padding: 3px;
	margin: 4px 0 0 0px;
	background: #f0f0f0; 
	border: 1px solid #ccc;
	border-bottom: 1px solid #aaa;
	font-family: Lucida Grande, Trebuchet MS, Verdana, Geneva, Arial, sans-serif;
}

.odd {
	padding: 3px;
	margin: 4px 0 0 0px;
	background: #f9f9f9; 
	border: 1px solid #ccc;
	border-bottom: 1px solid #aaa;
	font-family: Lucida Grande, Trebuchet MS, Verdana, Geneva, Arial, sans-serif;
}

/* lightbox */
.thumblist {
	text-align: center;
	background: #e9e9e7;
	border: 1px solid #ccc;
	margin: 30px 20px 20px 20px;
}
.thumblist ul li { padding: 0; }
.thumblist li { display: inline; }
.thumblist a { border: none; background: none;  }
.thumblist li img {	margin: 6px; }
.thumblist li img { border: 4px solid #000; }
.thumblist li img:hover { border: 4px solid #f90; }

/* slideshow */
#slideshow {
	float: right;
	margin: 20px 90px 0 0;
	_margin-right: 50px;
	border: 4px solid #000;
}

/* forms */
#txpCommentInputForm { margin: 40px auto 10px auto; width: 500px; }

fieldset {
	display: block;
	text-align: left;
	text-transform: none;
	width: 454px;
	margin-left: 10px;
	padding: 0 12px 1em;
	border: 1px solid #ccc;
	border-bottom: 1px solid #aaa;
	background: #f0f0f0;
}

legend {
	font-weight: bold;
	padding: 0 0.5em 0 0.5em;
}

label {
	display: block;
	margin: 0.7em 0 0.1em 0;
	color: #f90;
}

select { margin-left: 1.2em; _margin-left: 1.4em; }
input { color: #333; height: 1.4em; width: 100%; margin-bottom: 0.5em; }

input, textarea, select {
	border-top:1px solid #7c7c7c;
	border-left:1px solid #c3c3c3;
	border-right:1px solid #c3c3c3;
	border-bottom:1px solid #ddd;
	background:#fff url(images/fieldbg.gif) repeat-x top;
}

textarea {
	font-family: Lucida Grande, Trebuchet MS, Verdana, Geneva, Arial, sans-serif;
	width: 100%;
}

#submit { width: 100%; _width: 10em; color:#903; border: 3px double #ccc; background: #fff; height: 2em; padding: 0.2em; }
