@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: Slavitsa;
	src: url(../font/slavitsa.otf);
}

* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFF;	
}

#header {
	margin: 35px auto;
	width: 980px;
}

#logo {
	float: left;	
	overflow: hidden;	
}

#logo a {
	background: url(../im/logo.png) no-repeat;	
	display: block;	
	height: 102px;
	outline: none;
	text-indent: -9000px;
	width: 392px;
}

#uwlogo {
	float: right;
	margin: 28px 0 0 0; /* 17px 0 0 0 */
}

#uwlogo a {
	background: url(../im/uwlogo.png) no-repeat;
	display: block;
	height: 68px;	
	outline: none;
	text-indent: -9000px;
	width: 350px; /* 156px */
}

#uwlogo a:active {
	outline: none;	
}

#menu {
	clear: left;
	padding: 35px 0 0 0;
	/*margin: 35px 0 25px 0; */ /* Margin doesn't work because of float */
}

#menu ul {
	list-style-type: none;
}

#menu ul li {
	float: left;
}

#menu ul li a {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
	background: #FFF;
	border: 1px solid white;
	color: #060;
	display: block;
	font: 1.2em/1em Georgia, "Times New Roman", Times, serif;
	margin: 0 15px 0 0;
	outline: none;
	padding: 7px 10px 8px 10px;
	text-decoration: none;
}

#menu ul li.highlight {
	float: right;
	margin: 0 0 0 15px;
}

#menu ul li.highlight a {
	border:1px dashed #FFE066;
	color: #C60;
	margin: 0;
}

#menu ul li a:hover {
	border: 1px dashed #75EA00;
}

#menu ul li a.active {
	background: #F1F1F1;
}

/*--- IE7 Hacks ---*/
*:first-child+html #header { height: 208px; }
*:first-child+html #bannerwrapper { margin: -30px 0 0 0; }
*:first-child+html #main { margin: -35px auto 0 auto; }

#mainwrapper {
	padding: 0 0 25px 0;
}

#mainwrapper.banner {
	background: url(../im/jaggedborder2.gif) repeat-x;	
	padding-top: 70px;
}

#main {
	margin: 0px auto;
	width: 980px;
}

#main h2 {
	color: #30795d;
	font: 2em/1.6em Slavitsa, Tahoma, Geneva, sans-serif;
	margin: 0 0 .4em 0;
}

#main h2.padded {
	margin-top: 2em;	
}

#mainwrapper.banner #main { margin-top: 0; }
#mainwrapper.banner h2 { margin-top: 0; }

#main h3 {
	color: #373737;
	font: 1.3em/1.6em Arial, Helvetica, sans-serif;
	margin: 2em 0 .8em 0;
}

#main p {
	font: .9em/1.6em Arial, Helvetica, sans-serif;
	margin: 0 0 1.2em 0;
}

#main a {
	background: #D7F1FF;
	color: black;
	padding: 3px;
	text-decoration: none;
}

#main a:hover {
	background: #FFF;
	border: 1px solid #D7EEFF;
	padding: 2px;
}

#content {
	float: left;
}

#content.column {
	width: 650px;
	margin-right: 60px;
}

#content h2.event {
	border-bottom: 1px solid #CCC;
}

#content h3 {
	margin-top: 20px;	
}

#content div.event {
	border-bottom: 1px solid #CCC;
	padding: 0 10px 15px 10px;
}

#content p.question {
	display: block;
	font-style: italic;	
	margin: 1em 0 .2em 0;
}

#content .response {
	border-left: 1px solid #CCC;
	margin: 0 0 1.4em 0;
	padding: 0 0 0 14px;
}

#content ul, #content ol {
	font: .9em/1.6em Arial, Helvetica, sans-serif;	
	padding: .5em 0 1.5em 50px;	
}


#content ul li {
	padding: 0 0 0 10px;	
}

#content ul {	
	list-style: circle;
}

#content table {
	border-collapse: collapse;	
	font: .9em/1.3em Arial, Helvetica, sans-serif;
	margin: 0 0 2em 0;
	width: 100%;
}



#content table.condensed td {
	padding: 6px 30px;	
}

#content table.condensed tr:last-child td {
	border-bottom: 1px solid #CCC;
}

#content th {
	border-bottom: 1px solid #CCC;
	font: 1.1em/1em Arial, Helvetica, sans-serif;
	padding: 10px 30px;
	text-align: left;
}

#content tr td {
	background: #F8F8F8;
	border-bottom: 1px solid #FFF;
	padding: 10px 30px;
}

#content tr.odd td {
	background: #F5F5F5;
}

#content table tr.highlight td {
	background-color: #DEF3CF;
	color: #51AA53;	
}

#sidebar {
	color: #666;
	float: left;
	width: 270px;
}

#twitter_div {	
	padding: 0 0 2em 0;	
}

#twitter_div h2 {
	background: url(../im/twitterbird.gif) no-repeat;
	padding: 0 0 0 60px;
}

#twitter_div ul {
	font: .9em/1.6em Arial, Helvetica, sans-serif;
	list-style: none;
}

#twitter_div ul li, #twitter_div p {
	margin: .8em 0 0 0;
}

#twitter_div ul li span a {
	float: none;	
}

#twitter_div li.follow a {
	background: #D7F1FF;
	font: 1em/1.6em Arial, Helvetica, sans-serif;
	float: none;
}

#twitter_div ul li a {
	background: none;
}

#sidebar h2.calendar {
	background: url(../im/calendar.png) no-repeat;
	padding: 0 0 0 60px;
}

#sidebar h2.donate {
	background: url(../im/donate.gif) no-repeat 0 5px;
	padding: 0 0 0 62px;
}

#paypalbutton {
	margin: .8em 0 1em 57px;
}

#footerwrap {
	background: url(../im/footer.gif) no-repeat center;
	overflow: hidden;
	width: 100%;	
}

#footer {
	clear: both;
	height: 100px;
	margin: 0 auto;
	width: 980px;
}

#footer p {
	color: #666;
	float: left;
	font: .95em/1.5em Georgia, "Times New Roman", Times, serif;
	margin: 37px 0 0 0px;
}

#footer a {
	color: #333;	
}

#footer a:hover  {
	text-decoration: none;
}

#footer .right {
	float: right;
	margin: 49px 0px 0 0;
}

.clear {
	clear: both;	
	height: 0;
	overflow: hidden;
}

#dimmer {
	background: url(../im/dim.png) repeat;
	display: none;
	height: 100%;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10;
}

#popout {
	background: #F3F3F3;
	background: rgba(255,255,255,.95);
	border: 5px dashed #333;
	margin: 100px auto;
	padding: 25px;
	width: 375px;
}

#popout h3 {
	font: 1.35em Georgia, "Times New Roman", Times, serif;	
	margin: 0 0 1.2em 0;
}

#popout p {
	font: .9em/1.5em Arial, Helvetica, sans-serif;
	padding: 5px 0;
	margin: 1em 0 0 0;
}

#popout a.submit {
	color: #000;
	display: block;
	font: 1.1em Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 8px 0;
	text-align: center;
	text-decoration: none;
	width: 375px;
}

#popout a.submit:hover {
	text-decoration: underline;	
}

#popout input[type=text] {
	float: right;
	font: 1em/1.5em Arial, Helvetica, sans-serif;
	padding: 2px;
	width: 220px;
}

#popout textarea {
	clear: both;
	font: .9em/1.5em Arial, Helvetica, sans-serif;
	height: 150px;
	margin: .75em 0 0 0;
	padding: 3px 2px;
	width: 369px;
}

a.close {
	background: url(../im/cross.png) center center no-repeat;
	display: block;
	height: 16px;
	float: right;	
	outline: none;
	position: relative;
	text-indent: -9000px;
	width: 16px;
	z-index: 20;
}

a.close:hover {
	background: url(../im/crosshover.png) center center no-repeat;	
}

.csswarning {
	display: none;	
}

a.email {
	border: 1px solid #D7F1FF;
	background: url(../im/email.png) #D7F1FF no-repeat 4px 3px !important;
	padding: 3px 4px 3px 27px !important;
	margin: 0 10px 0 0;
}

a.email:hover {
	background: url(../im/email.png) white no-repeat 4px 3px !important;
}

div.bar {
	background: #ffad2d;
	-moz-border-radius: 3px;
	color: white;
	height: 24px;
	margin: 0 0 1em 0;
	overflow: hidden;
	width: 266px;
}

div.bar p {
	font: 1.6em/1em Arial, Helvetica, sans-serif !important;
	font-weight: bold !important;
	text-align: right;
}

div.bar a {
	border: 1px solid #ffad2d !important;
	-moz-border-radius: 3px;
	background: white !important;
	display: block;
	height: 22px; 
	text-indent: -9000px;
	opacity: .65;
	position: absolute;
	padding: 0 !important;
}

fieldset {
	border: none;	
}

div.article {
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #ccc;
}

p.date {
	color: #888;
	line-height: 1em;
	margin-top: -16px !important;
}

img.center {
	display: block;
	margin: 0 auto;
}

.comment {	
	margin: 0 0 1.5em 0;
}

.comment p {
	margin: 0 !important;	
}

.poster {
	color: #333;
}