* {
	margin: 0;
	padding: 0;
	font-family: arial, geneva, arial, helvetica, sans-serif;
	font-size: 12px;
	
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

body { 
	background: #CCCCCC url("../images/backer.gif") top left repeat-y; 
}

div#overDiv {
	position: absolute; 
	visibility: hidden;  
	z-index: 200; 
	margin: 5px 5px 5px 5px; 
	border: 1px solid #cccccc;
	background-color: #eaeaea;
	width: 200px;
}

input {
	BORDER-BOTTOM: #cccccc 1px inset; 
	BORDER-LEFT: #cccccc 1px inset; 
	BORDER-RIGHT: #cccccc 1px inset; 
	BORDER-TOP: #cccccc 1px inset;
}
textarea {
	BORDER-BOTTOM: #cccccc 1px inset; 
	BORDER-LEFT: #cccccc 1px inset; 
	BORDER-RIGHT: #cccccc 1px inset; 
	BORDER-TOP: #cccccc 1px inset;
}
input.plain {
	BORDER-BOTTOM: 0px inset; 
	BORDER-LEFT: 0px inset; 
	BORDER-RIGHT: 0px inset; 
	BORDER-TOP: 0px inset;
}
input.button {
	margin-top: 10px;
	background-color: #eaeaea;
	BORDER-BOTTOM: 1px inset; 
	BORDER-LEFT: 1px inset; 
	BORDER-RIGHT: 1px inset; 
	BORDER-TOP: 1px inset;
}

a {
	text-decoration: none;
	color: #7f655d;
	cursor: pointer;
	border: 0;
}

a:hover { text-decoration: underline }
h1 {
	position: relative;
	top: 0;
	left: 0;
	height: 91px;
	width: 740px;
	text-indent: -9999px; 
}

h1 a {
	display: block;
	width:431;
	height: 110px;
}

div#container {
	width: 1000px;
	background: transparent;
	position: relative;
	font-size: 12px;
}

div#left-col {
	width: 175px;
	text-align: left;
	float: left;
	background: transparent;
}

#featurefooter,
div.article_controls {
	background: #e1e1d8;
	padding: 4px 6px;
	font-size: 11px;
	margin: 0 0 6px 0;
}
.featurefooter {
	background: #e1e1d8;
	padding: 4px 6px;
	font-size: 11px;
	margin: 0 0 6px 0;
}
div#rightside {
	width: 340px;
	float: right;
}

div#right-variable {
	width: 170px;
	float: left;
}

div#right-fixed {
	width: 170px;
	float: left;
}

div#content { 
	margin: 0 340px 0 176px;
	padding: 0 8px;
}

div#content2 p {
	padding: 10px 0px;
}

div#content h2 {
	color: #7f655d;
	font-weight: normal;
	font-size: 24px;
	margin-bottom: 4px;
}
#content h3 {
	font-size: 16px;
	color: #B47B10;
	margin: 6px 0;
}



div#header {
	background: transparent url("../images/db_header00.jpg") top no-repeat;
	height: 110px;
	width: 1000px;
}
div#pad  {
	background-color: #ffffff;
	height: 2px;
	display: block;
	font-size: 5px;
	width: 1000px;
}

div#num1  {
	float: left;
	width: 200px;
	text-align: left;
	padding: 10px 10px 10px 10px;
	border: 1px solid #cccccc;
}

div#num2 {
	padding: 10px 10px 10px 10px;
	width: 200px;
	text-align: left;
	
}


/* NAVIGATION */
div#navigation ul {
	position: absolute;
	top: 95px;
	left: 362px;
	width: 634px;
	height: 14px;
}

div#navigation ul li {
	list-style: none;
	position: absolute;
	top: 0;
}

div#navigation ul li, 
div#navigation a {
	height: 14px;
	display: block;
}

div#navigation ul li a	{
	text-indent: -9999px;
}

ul#nav {
	background: url(../images/nav.gif);
}

li#navhome 						{left: 0; width: 41px;}
li#navabout 					{left: 41px; width: 70px;}
li#navfaq 						{left: 113px; width: 35px;}
li#navclubs 					{left: 152px; width: 50px;}
li#navcalendar 					{left: 204px; width: 71px;}
li#navadvertise 				{left: 279px; width: 75px;}
li#navcontact 					{left: 356px; width: 84px;}
li#navforums 					{left: 442px; width: 62px;}
li#navsyndication 				{left: 505px; width: 90px;}

ul#nav li#navhome a:hover 		{background: transparent url(../images/nav.gif) 0 -14px no-repeat;}
ul#nav li#navabout a:hover 		{background: transparent url(../images/nav.gif) -41px -14px no-repeat;}
ul#nav li#navfaq a:hover 		{background: transparent url(../images/nav.gif) -113px -14px no-repeat;}
ul#nav li#navclubs a:hover 		{background: transparent url(../images/nav.gif) -152px -14px no-repeat;}
ul#nav li#navcalendar a:hover 	{background: transparent url(../images/nav.gif) -204px -14px no-repeat;}
ul#nav li#navadvertise a:hover 	{background: transparent url(../images/nav.gif) -279px -14px no-repeat;}
ul#nav li#navcontact a:hover 	{background: transparent url(../images/nav.gif) -356px -14px no-repeat;}
ul#nav li#navforums a:hover 	{background: transparent url(../images/nav.gif) -442px -14px no-repeat;}
ul#nav li#navsyndication a:hover {background: transparent url(../images/nav.gif) -505px -14px no-repeat;}
/* END - NAVIGATION */



/* FEATURE */
#feature {
	background: #eaeaea;
	padding: 6px;
}

#feature p {
	font-size: 12px;
	margin-bottom: 7px;
}

#feature_controls,
div.article_controls {
	background: #e1e1d8;
	padding: 4px 6px;
	font-size: 11px;
	margin: 0 0 6px 0;
}

#featured-image h3 {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 5px;
	color: #B47B10;
}

#featured-image p {
	font-size: 12px;
	padding: 4px 0;
}

#featured-image span { 
	color: #B47B10;
}

#featured-image div {
	width: 468px;
	overflow: hidden;
}
/* END - FEATURE */


.red {
	color: red;
	padding: 0 0 0 5px;
}

.black {
	color: #000000;
	padding: 0 0 0 0px;
	font-size: 10px;
}

.bodyadvert {
	border: 1px dotted #999;
	border-width: 1px 0;
	padding: 5px 0;
	margin-bottom: 10px;
	text-align: center;
	width: 468px;
}

.box {
	border: 1px solid #cccccc;
	margin: 10px 5px;
}

.box * {
	font-size: 12px;
	line-height: 14px;
}
.box ul {
	list-style: disc;
	margin-left: 15px;
	padding: 5px 5px 4px 3px;
	color: #744131;
}
.box h4, .box h4 {
	border-bottom: 1px solid #cccccc;
	font-weight: bold;
	font-size: 11px;
	color: #B47B10;
	padding: 6px 4px;
}
.box h4 a {
	font-weight: bold;
	font-size: 11px;
	color: #B47B10;
	padding: 6px 4px;
}
.box li { margin-bottom: 5px; }
.box p { padding: 5px; }


.boxmisc {
	font-size: 12px;
	line-height: 13px;
	border: 1px solid #cccccc;
	margin: 10px 5px;
	padding: 3px 4px;
}

.noarticles {
	font-size: 12px;
	line-height: 26px;
	margin: 10px 5px 10px 10px;
	padding: 3px 4px;
}

.story a.title, .article a.title:hover {
	color: #B47B10;
	border: 0;
	font-weight: bold;
}

div#story h3 a {
	font-size: 16px;
	color: #B47B10;
	margin: 6px 0;
}

.story h3 a {
	font-size: 16px;
	color: #B47B10;
	margin: 6px 0;
}

.club {
	font-size: 12px;
	color: #B47B10;
	font-weight: bold;
	margin: 6px 0;
}


.story a.title:hover { text-decoration: underline }
div#storyfooter {
	font-size: 11px;
	border-top: 1px dotted #999;
	margin-top: 5px;
	padding: 5px 5px 2px 5px;
}

.storyfooter {
	font-size: 11px;
	border-top: 1px dotted #999;
	margin-top: 5px;
	padding: 5px 5px 2px 5px;
}

.story .storyfooter {
	border-top: 1px solid #ccc;
	
}

code {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	background: #EEE;
	white-space: pre;
	overflow: auto;
	max-width: 95%;
  	background-color: #EEE;
}

pre {
	font-family: "Courier New", Courier, monospace;
	font-size:12px;
	width:270px;
	height:65px;
	background: #EEE;
	overflow: auto;
}

.faq {
	border: 1px dotted #999;
	border-width: 1px 0;
	padding: 5px 0;
	margin-bottom: 10px;
	text-align: left;
	width: 468px;
}

.events {
	border-bottom: 1px dotted #999;
	border-width: 1px 0;
	padding: 5px 0;
	margin-bottom: 10px;
	text-align: left;
	width: 468px;
}

div#footer {
	width: 980px;
	background: #fff;
	font-size: 11px;
	color: #999;
	padding: 5px;
	text-align: center;
	clear: both;
}

.comment-info {
	font-weight: bold;
	color: #333;
	padding: 0 0 5px 0;
}

.row1 {
	padding: 5px;
	background: #ffffff;
}

.row2 {
	padding: 5px;
	background: #F2F2EE;
}

.img {
	margin: 0px 6px 5px 0px;
	padding: 0px 6px 5px 0px;
}

.synd {
	list-style: none;
}


#flickr_badge_source_txt {padding:0; font: 11px Arial, Helvetica, Sans serif; color:#666666;}
#flickr_badge_icon {display:block !important; margin:0 !important; border: 0px solid rgb(0, 0, 0) !important;}
#flickr_icon_td {padding:0 5px 0 0 !important;}
.flickr_badge_image {text-align:center !important;}
.flickr_badge_image img {border: 1px solid black !important;}
#flickr_badge_uber_wrapper {width:170px;}
#flickr_www {display:block; text-align:center; padding:0 10px 0 10px !important; font: 11px Arial, Helvetica, Sans serif !important; color:#3993ff !important;}
#flickr_badge_uber_wrapper a:hover,
#flickr_badge_uber_wrapper a:link,
#flickr_badge_uber_wrapper a:active,
#flickr_badge_uber_wrapper a:visited {text-decoration:none !important; background:inherit !important;color:#3993ff;}
#flickr_badge_wrapper {background-color:#ffffff;border: solid 1px #eaeaea}
#flickr_badge_source {padding:0 !important; font: 11px Arial, Helvetica, Sans serif !important; color:#666666 !important;}
