/* resets */

body, div {
	margin: 0;
	padding: 0;
}

li, dt, dd {
	list-style-position: inside;
	padding: 0 0 0 20px;
}

a img {
	border: none;
}

/* font setup */
body {
	font-size: 1em;
	font-family: Arial,Helvetica,sans-serif;
	color: #333333; /* #999FA8; */
}

h1, h2, h3, h4, h5, h6 {	
	font-weight: normal;
}

h1 {
	color: #E42430;
	font-size: 1.667em; /* 20px */
	line-height: 1.25em; /* 25px */
}

h2 {
	color: #000000;
	font-size: 1.333em; /* 16 px */
	line-height: 1.25em; /* 20px */
}

h3 {
	color: #000000;
	font-size: 1.0em;
}

a:link, a:visited {
	color: #E42430;
}

a:hover, a:focus {
	text-decoration: none;
}

/* dimensions and backgrounds */
body {
	background: #FFFFFF url('bg.gif') center 20px no-repeat;
	position: relative;
}

#banner {
	background: #FFFFFF url('banner.jpg') top center no-repeat;
	height: 185px;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	margin:auto;
	padding:0 5px;
	width:760px;
}

#search_form {
	display: none;
	position: absolute;
	top: 6px;
	width: 100%;
	text-align: right;
	font-size: 0.75em;
	color: #FFFFFF;
	font-weight: bold;
}

#search_form input {
	background-color: #FFF;
	border: none;
	color: #7E7E7E;
}

#search_box {
	font-weight: normal;
}

#search_submit {
	cursor: pointer;
}

h2.search {
	margin-bottom: 0;
}

p.search {
	margin-top: 0px;
}


/* home link */
#logo {
	display: block;
	position: relative;
	width: 100%;
	height: 180px;
	border-bottom:5px solid #F0F0F0
}

#breadcrumbs {
	/* width: 705px; */
	width: 920px;
	padding: 2px 20px;
	margin: 0px auto;
	/* padding-left: 215px; */
	font-size: 0.8125em;
	background-color: #FFFFFF;
}

#content {
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	margin: 0 auto;
	padding: 5px 60px 0 190px;
	width:520px;
	text-align: left;
	background-color: #FFF;
	font-size: 0.75em; /* 12px */
	line-height: 1.42em; /*17px */
	padding-left:190px;
}

/*IE6 */
* html #content {
	
}

#content.fck { /* admin panel editor */
	width: 520px;
	padding: 0px;
	background-image: none;
	border: none;
}

#footer {
	width: 760px;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	padding: 0 5px;
	background-color: #FFFFFF;
	position: relative;
	margin: 0px auto;
	text-align: center;
	font-size: 0.6875em; /* 11px */
}

#footer p {
	background-color: #000000;
	color: #FFFFFF;
	line-height: 30px;
	margin: 0;
}

#footer a:link, #footer a:visited {
	color: #FFFFFF;
}

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

#footer img {
	border-top:5px solid #F0F0F0;;
}

/* navigation lists */

#top_navigation_wrapper {
	width: 960px;
	padding-top: 0px;
	text-align: center;
	background-color: #CCCCCC; 
	position: relative;
	margin:0px auto;
}

* html #top_navigation_wrapper { /* IE6 */
	padding-bottom: 2px;
}

#side_navigation_wrapper {
	position: relative;
	float: left;
	width: 160px;
	padding-top: 15px;
	text-align: left;
	margin:0 auto 0 -190px;
	font-size: 0.92em;
	line-height: 1.91em; /* 21 px */;
}

* html #side_navigation_wrapper { /* IE 6 */
	margin-left: -95px;
}

/* based on http://sandbox.leigeber.com/dropdown-menu/ */
ul.menu{list-style:none; margin:0 0 0 5px; padding:0; position: relative; border-bottom:1px solid #CCCCCC; width: 160px;}
ul.menu * {margin:0; padding:0}
ul.menu a:link, ul.menu a:visited {display:block; background-color: #FFFFFF; color:#666666; text-decoration:none; text-indent: 13px; width: 160px; margin: 1px 0; }
ul.menu a:hover, ul.menu a:focus, ul.menu li.sel > a:link, ul.menu li.sel > a:visited  {color:#FFFFFF; background-color: #E42430; }
ul.menu li {position:relative; border-top:1px solid #CCCCCC; width: 160px; margin:0; padding:0;}
/* ul.menu li {background: transparent url('nav_item_separator.jpg') right top no-repeat; padding: 0px 2px 0px 0px;} */
ul.menu li.last {}
ul.menu ul {position:absolute; top:-1px; left:160px; display:none; opacity:0; list-style:none;}
ul.menu ul li {position:relative; border-right:1px solid #CCCCCC; border-left:1px solid #CCCCCC; border-top: none; }
ul.menu ul li.first {border-left-color: #FFFFFF; border-top:1px solid #CCCCCC;}
ul.menu ul li.last {border-bottom:1px solid #CCCCCC;}
ul.menu ul li span { height: auto; }
ul.menu ul li a { }
ul.menu ul li a:hover {}
ul.menu ul ul {left:160px; top:0px}
ul.menu .menulink {border:none;}
/* ul.menu .sub {background:#DADADA url('arrow.gif') center right no-repeat} */
ul.menu .sub { }
ul.menu .topline {}


/* content styles */
#content p, #content ul, #content ol, #content dl, #content table {
	padding: 0;
	font-size: 1em;
}

#content ul ul, #content ul ol, #content ol ul, #content ol ol {
	padding: 0;
	font-size: 1em;
}

#content table table, #content table p {
	padding: 0;
	font-size: 1em;
}

#content li, #content dd, #content dt {
	list-style-position: outside;
	padding-left: 0;
	font-size: 1em;
}

/* styles imported from old site */
#archive {
	float:left;
	margin-left:20px;
	margin-top:50px;
	width:120px;
}

#weecontent {
	float:left;
	margin-top:5px;
	padding-left:0;
	width:380px;
}

#wee-right {
	float:left;
	margin:0 0 20px 20px;
	width:278px;
}

#dashes {
	background-image:url(dashes.gif);
	background-position:center 20px;
	background-repeat:repeat-x;
	clear:both;
	font-size:1px;
	height:1px;
	line-height:1px;
	padding:20px 0;
}

#rsg2{
}

/* eliminate the usual list styling */
#rsg2 ul {
	list-style: none;
}
#rsg2 li{
/* 	some templates (looking at you rhuk!) set the background and line-height on li tags */
	background: none;
	line-height: normal;
	
	padding: 0;
	margin: 0 5px;
}


#rsg2 div.descr{
	margin-bottom: 0.5em;
}

#rsg2 h3{
}

#rsg2 .galleryThumb{
	float: left;
	padding: 0 4px 4px 0;
}


#rsg2 .thumbs{
	margin-left: 12px;
}
#rsg2 .thumbs  li{
	float: left;
	width: 80px;
	height: 80px;
	
	margin: 0 4px 4px 0;
	background: none;
/* 	border: 1px solid blue; */
}
#rsg2 a img{
	border: none;
}

.clr{
	clear: both;
	line-height: 0;
	height: 0;
}

.popup{
	border: 1px solid black;
	background: white;
	padding: 4px;
}
.popup div{
	background: white;
}


/* WN gallery styles */

div.gallery {
	padding: 0px;
	border: 1px solid #CCCCCC;
	position: relative;
	margin: 10px auto;
}

div.gallery ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
}

div.gallery li {
	float: left;
	margin: 5px 0;
	padding: 0;
	width: 124px;
	height: 124px;
	line-height: 124px; 
	text-align: center;
}

div.gallery img {
	border: 2px solid #CCCCCC;
	vertical-align: middle;
}

/* override to handle long titles/descriptions from old galleries */
#sb-title, #sb-title-inner {
	height:auto !important;
}

/* sitemap */
ul.sitemap {
	list-style-type: none;
	padding: 0;
}

ul.sitemap ul {
	list-style-type: square;
	padding-left: 20px !important;
}


/* WN form layout syles */
div.mock_table { 
	display: block;
	margin: 0px auto 10px;
	padding: 0 40px;	
}

div.mock_table label, div.mock_table p { 
	display: block;
	clear: left;
	line-height: 1.2em;
}

div.mock_table span { 
	display:block;
	float:left;
	padding: 2px;
}

div.mock_table span.right { 
	width: 15%;
	padding-top: 6px;
	clear: left;
}

div.mock_table span.left { 
	font-weight: normal;
	padding-right: 10px; 
	clear: right;
}

div.mock_table p span.left { 
	font-weight: normal;
	clear: right;
	padding-top: 6px;
}

div.mock_table span.control {
	float: left;
	position:relative;
	/* top: -1.8em;
	margin-bottom: -1.6em; */
}
/* structural elements */

.clear {
	height: 1px;
	width: 99%;
	clear: both;
}

* html .clear { display: none; }

.center {
	text-align: center;
}

