*{padding: 0; margin: 0;}

html, body {
min-height: 100%;
height: auto !important;
height: 100%
}
body {
	margin: 0px;
	background-color: #dcc8bf;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	background-image: url(_img/body_bg.gif);
	background-position: center top;
	outline: none;
}

a{
	color: #ff0e1d;
	outline: none;
}

p{
	margin: 0px;
}

h1{
	font-size: 30px;
	text-align: center;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
	font-style: italic;
	height: 50px;
	text-indent: -999%;
}

.welcomemessage {
	text-indent: 0px;
	color: #000;
	display: inline;
	font-size: 30px;
	text-align: center;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
	font-style: italic;
}

h4{
	font-size: 9px;
	color: #b09162;
	float: left;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 7px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 7px;
	font-weight: normal;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #d4d4d4;
	display: block;
}

#overlap{
	height: 50px;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(_img/overlap_bg.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#container{
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: #c8ada4;
	background-image: url(_img/container_bg.gif);
	background-repeat: repeat-y;
	margin-bottom: 50px;
}

#header{
	background-image: url(_img/header_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

#header p{
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #bfa299;
	border-right: 1px solid #bda097;
	border-bottom: 1px solid #bda097;
	border-top: 1px solid #b5968d;
	border-left: 1px solid #b5968d;
	text-align: center;
	width: 260px;
	font-size: 11px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin: 10px;
}

#header p a{
	color: #352d22;
	text-decoration: none;
}

#header p a:hover{
	color: #FFFFFF;
}

.message1{
	float: left;
}

.message2{
	float: right;
}

ul#navigation{
	margin: 0px 0px 0px 80px;
	/* v1 margin: 0px 0px 0px 91px; */
	list-style-type: none;
	padding: 0px;
	clear: both;
}

ul#navigation li{
	float: left;
}

ul#navigation a{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
	width: 135px;
	text-align: center;
	background-color: #9b756b;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-right: 1px;
	font-style: italic;
	display: block;
	font-weight: bold;
	text-shadow: #382c20 2px 2px 4px;
	background-image: url(_img/nav_tops.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
ul#navigation li#nav-mayor a {
	width: 155px;
	background-image: url(_img/nav_tops_08.gif);
}
ul#navigation a:hover{
	background-color: #ff0e1d;
	background-image: url(_img/nav_tops.gif);
	background-repeat: no-repeat;
	background-position: -135px top;
}
ul#navigation li#nav-mayor a:hover{
	background-image: url(_img/nav_tops_08.gif);
	background-position: -155px top;
}
ul#navigation a.current, 
body#rules ul#navigation li#nav-rules a, 
body#staches ul#navigation li#nav-staches a, 
body#teams ul#navigation li#nav-staches a, 
body#about ul#navigation li#nav-about a, 
body#mayor ul#navigation li#nav-mayor a, 
body#mayor_archive ul#navigation li#nav-mayor a, 
body#bazaar ul#navigation li#nav-bazaar a, 
body#shame ul#navigation li#nav-shame a {
	color: #000000;
	background-color: #FFFFFF;
	text-shadow: none;
	background-image: url(_img/nav_tops.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
body#mayor ul#navigation li#nav-mayor a,
body#mayor_archive ul#navigation li#nav-mayor a {
	background-image: url(_img/nav_tops_08.gif);
}
#content{
	background-color: #FFFFFF;
	padding: 10px 10px 7px;
	margin: 0px 5px;
	background-image: url(_img/content_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

.theme{
	text-align: center;
	/*color: #b09162;*/
	color: #aaa;
	font-size: 16px;
	font-style: italic;
	margin-bottom: 10px;
	padding-top: 5px;
}
.theme a:link, .theme a:visited {
	/* color: #b09162; */
	color: #aaa;
	text-decoration: underline;
}
.theme a:hover, .theme a:visited:hover {
	color: #999;
}

#filterKit {
	position: relative;
	display: block;
	z-index: 100;
	clear: none;
	padding: 5px;
	width: 240px;
	left: 28px;
	float: left;
	text-align: center;
	margin-right: -250px;
	display: none;
}
.tools a {
	display: block;
	width: 58px;
	height: 20px;
	float: left;
	background-repeat: no-repeat;
	background-position: top;
	margin-right: 1px;
	text-indent: -8008px;
}
.tools a:hover {
	background-position: bottom;
}
.tools a.calendar {
	background-image: url(_img/nav_view_calendar.gif);
}
.tools a.teams {
	background-image: url(_img/nav_view_teams.gif);
}
.tools a.beauty {
	background-image: url(_img/nav_view_beauty.gif);
}
.tools a.favorites {
	background-image: url(_img/nav_view_favorites.gif);
}
.ring{
	border: 1px solid #fddbd1;
	padding: 15px;
}

#gallery, #thankYou {
	width: 630px;
	float: left;
}
#thankYou {
	margin: 0px;
	padding: 0px;
}
#goodbyemessage {
	float: left;
	text-indent: 0px;
	color: #000;
	display: inline;
	font-size: 1px;
	text-align: left;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
	font-style: italic;
	background: url(_img/mm_closed.gif); 
	background-repeat: no-repeat;
	width: 572px;
	height: 444px;
	
}
#goodbyemessage a, #goodbyemessage a:link {
	color: #fd2330;
	text-decoration: none;
}
#goodbyemessage a:hover, #goodbyemessage a:visited:hover {
	text-decoration: underline;
}
#goodbyemessage .hide {
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
	line-height: 0px;
}
#goodbyemessage .reveal {
	font-family: 'Adobe Garamond Pro', Garamond, Georgia,'Times New Roman', Times, serif;
	padding:0px;
	margin: 0px;
	line-height: 0px;
	font-size: 12px;
	color: #fd2330;
}
#goodbyemessage .reveal a {
	display: block;
	width: 314px;
	height: 30px;
	padding: 0px;
	line-height: 12px;
	margin: 0px;
	margin-top: 206px;
	margin-left: 235px;
	text-align: center;

}


#gallerywidemouth {
	width: 860px;
	float: left;
}

#gallery h2, #gallerywidemouth h2, #calendar h2{
	font-size: 15px;
	font-weight: normal;
	margin: 0px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 0px;
	color: #352d22;
	padding-top: 0px;
}

#gallery h3, #gallerywidemouth h3, #calendar h3{
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #c1c1c1;
	margin: 0px;
	padding: 0px 15px 5px;
	font-weight: normal;
}

#gallery h3 a, #gallerywidemouth h3 a, #calendar h3 a{
	color: #ff0e1d;
	text-decoration: none;
}

#gallery h3 a:hover, #gallerywidemouth h3 a:hover, #calendar h3 a:hover{
	color: #900;
}

#gallery a img, #gallerywidemouth a img, #calendar a img {
	border: 5px solid #eee;
	margin-right: 10px;
	margin-left: 10px;
}

#gallery a:hover img,#gallerywidemouth a:hover img, #calendar a:hover img{
	border: 5px solid #fe0e1d;
}

#gallery h4, #gallerywidemouth h4, #calendar h4 {
	font-size: 9px;
	color: #b09162;
	float: left;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 7px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 7px;
	font-weight: normal;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #d4d4d4;
	display: block;
}

.feature3{
	width: 210px;
	margin-bottom: 20px;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #d4d4d4;
	padding-bottom: 10px;
}
.feature5 {
	width: 120px;
	margin-bottom: 20px;
	float: left;
	padding-bottom: 10px;
}

.feature5b {
	width: 120px;
	margin-bottom: 20px;
	float: left;
	margin-right: 5px;
	padding-bottom: 10px;
}
.feature3 img{
	height: 180px;
	width: 180px;
}
.feature5 img {
	width: 100px;
	height: 75px;
}
.feature5b img {
	width: 100px;
	height: 100px;
}

ul.vote {
	list-style:none;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding:0px;
	width: 120px;
	height: 20px;
	position: relative;
	background: url(_img/stache_rating.png) repeat-x left top;
	float: left;
}
.feature3 ul.vote {
	margin-left: 10px;
	margin-top: 5px;
}

ul.vote li {
	padding:0px;
	margin:0px;
	float: left;
}

ul.vote  li a{
	display:block;
	width:24px;
	height: 20px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
}

ul.vote li a:hover {
	background: url(_img/stache_rating.png) left bottom;
	z-index: 1;
	left: 0px;
}
ul.vote a.stache-1 {
	left: 0px;
}

ul.vote a.stache-1:hover{
	width:24px;
}

ul.vote a.stache-2 {
	left:24px;
}

ul.vote a.stache-2:hover{
	width: 48px;
}

ul.vote a.stache-3:hover{
	width: 72px;
}

ul.vote a.stache-3{
	left: 48px;
}

ul.vote a.stache-4{
	left: 72px;
}	

ul.vote a.stache-4:hover{
	width: 96px;
}
ul.vote a.stache-5{
	left: 96px;
}

ul.vote a.stache-5:hover{
	width: 120px;
}
/*------- static rating images -----------*/
ul.vote li.rated-0 {
	background: url(_img/stache_rating.png) left bottom;
	z-index: 1;
	left: 0px;
	width: 0px;
	display:block;
	height: 20px;
	text-indent: -9000px;
}
ul.vote li.rated-1 {
	background: url(_img/stache_rating.png) left bottom;
	z-index: 1;
	left: 0px;
	width: 24px;
	display:block;
	height: 20px;
	text-indent: -9000px;
}
ul.vote li.rated-2 {
	background: url(_img/stache_rating.png) left bottom;
	z-index: 1;
	left: 24px;
	width: 48px;
	display:block;
	height: 20px;
	text-indent: -9000px;
}
ul.vote li.rated-3 {
	background: url(_img/stache_rating.png) left bottom;
	z-index: 1;
	left: 48px;
	width: 72px;
	display:block;
	height: 20px;
	text-indent: -9000px;
}
ul.vote li.rated-4 {
	background: url(_img/stache_rating.png) left bottom;
	z-index: 1;
	left: 72px;
	width: 96px;
	display:block;
	height: 20px;
	text-indent: -9000px;
}
ul.vote li.rated-5 {
	background: url(_img/stache_rating.png) left bottom;
	z-index: 1;
	left: 96px;
	width: 120px;
	display:block;
	height: 20px;
	text-indent: -9000px;
}

#chat {
	width: 283px;
	float: left;
	margin-left: 13px;
}
#chat ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	height: 21px;
}

#chat ul li{
	float: left;
	margin-right: 1px;
}

#chat ul li a {
	width: 72px;
	height: 21px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	display: block;
	text-indent: -2002px;
}

#chat ul li a:hover {
	background-position: 0px -21px;
}
#chat ul li #talkbackNav {
	background-image: url(_img/home_chat_tab.gif);
}
#chat ul li #commentsNav {
	width: 91px;
	background-image: url(_img/home_comments_tab.gif);
}
#chat ul li #newsNav {
	background-image: url(_img/home_news_tab.gif);
}
#chat ul li a.current {
	background-position: 0px -42px;
}
#chat strong#cookieName {
	display: block;
	width: 273px;
	color: #FFF;
	font-size: 13px;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}
#chat #tbBtn {
	margin-left: 5px;
	margin-top: -1px;
}
#talkbackForm {
	padding-bottom: 5px;
	padding-top: 9px;
	margin-bottom: 1px;
	background-color: #efebeb;
}
#talkbackMeat, #commentsMeat, #newsMeat {
	border: 1px solid #ebe3e1;
}
#newsMeat .newsImg img {
	border: 1px solid #c6aba3;
}
.field, .field-alt {
	color: #818181;
	width: 265px;
	margin: 0px 5px 5px 5px;
	border-right: none;
	border-bottom: none;
	border-left: 1px solid #797979;
	border-top: 1px solid #797979;
	padding: 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
.field-alt {
	background-color: #FFF;
	border: 1px solid #000;
	color: #000;
}
.area, .area-alt, .area-squat {
	color: #818181;
	width: 265px;
	height: 80px;
	margin: 0px 5px 5px 5px;
	border-right: none;
	border-bottom: none;
	border-left: 1px solid #797979;
	border-top: 1px solid #797979;
	padding: 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
.area-alt{
	background-color: #FFF;
	border: 1px solid #000;
	color: #000;
	width: 500px;
}
.area-squat {
	height: 40px;
}
/*.field:hover, .area:hover{
	background-color: #190e08;
}

.field:focus, .area:focus{
	background-color: #190e08;
}*/

.button{
	display: block;
	width: 72px;
	margin: 10px 5px 0px 0px;
	color: #48322c;
	background-color: #ccbab6;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: italic;
	padding-top: 4px;
	padding-bottom: 4px;
		
}

.button:hover{
	color: #ff0e1d;
}
.button-alt {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: italic;
}

.message{
	background-color: #efebeb;
	margin: 5px;
	padding: 3px;
}
.message:hover{
	background-color: #f7f3f3;
}

.message dl {
	border: 1px solid #fddbd1;
	padding: 15px;
}
.message dt {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #7e776f;
	margin-bottom: 4px;
}
.actionable dt {
	font-style: italic;
}
.message dt a {
	color: #ff0e1d;
	text-decoration: none;
}
.message dt a:hover {
	text-decoration: underline;
}
.message dd {
	color: #2c2014;
	line-height: 1.5em;
}
.message dd .timestamp, .message dd .timestamp a, .message dt .timestamp, .message dt .timestamp a {
	color: #7e776f;
	font-size: 9px;
	text-decoration: none;
}
#thecomments .message dt .timestamp a, #commentMeat .timestamp a{
	color: #ab887e;
	font-style: normal;
}
#thecomments .message dt .timestamp, #commentMeat .timestamp {
	margin-top: 5px;
	font-style: normal;
}
#commentMeat .timestamp { 
	margin-top: 6px;
}
#chat dl  {
	margin: 0px;
	padding: 10px;
	border: 1px solid #fddbd1;
}

#chat dt {
	margin: 0px 0px 5px;
	font-size: 11px;
	color: #7e776f;
	padding: 0px;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
}

#chat dt a {
	color: #ff0e1d;
	text-decoration: none;
}

#chat dt a:hover {
	color: #900;
}

#chat dd {
	padding: 0px;
	margin: 0px;
	color: #2c2014;
	overflow: hidden;
}

a.chat-link{
	font-size: 15px;
	margin-left: 20px;
	text-decoration: none;
	display: block;
	margin-right: 50px;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
}

a.chat-link:hover{
	background-color: #eee;
}

/* NEWS ITEM */
.newsitem {
	clear: left;
	margin: 5px;
	padding: 10px;
	color: #7e776f;
	border-bottom: 1px solid #ebe3e1;
}
.newsitem h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: italic;
	font-weight: normal;	
	color: #2c2014;
	margin-bottom: 3px;
}
.newsitem h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	font-weight: normal;	
	color: #9b756b;
	margin-bottom: 7px;
}
.newsitem a:link, .newsitem a:visited {
	color: #ff0e1d;
	text-decoration: none;
}
.newsitem a:hover, .newsitem a:visited:hover {
	text-decoration: underline;
}

/* ------------ */
#bottom{
	background-image: url(_img/bottom_bg.gif);
	height: 6px;
	background-repeat: no-repeat;
	background-position: center top;
}

#footer{
	clear: both;
	height: 50px;
	background-image: url(_img/footer_bg.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: center;
	font-size: 11px;
	color: #9b756b;
}
#footer p {
	padding-top: 9px;
}
#footer p a:link, #footer p a:visited {
	text-decoration: underline;
	color: #9b756b;
}
#footer p a:hover, #footer p a:visited:hover {
	color: #775b54;
}
.clear{
	clear: both;
}
.divide{
	clear: both;
	border-top: 1px solid #ebe3e1;
	margin-bottom: 15px;
}




/* ------------------------------------------------------------------------------------------- */
/* ABOUT / BAZAAR  */
/* ------------------------------------------------------------------------------------------- */
.about-top{
	/*background-image: url(_img/about_frames.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 230px;*/
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #fa9577;
	font-size: 20px;
	margin-right: 20px;
	margin-left: 20px;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.aboutHeader {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #fa9577;
	margin-bottom: 20px;
}
.about-top .aboutHeaderMask {
	display: block;
	width: 899px;
	height: 224px;
	overflow: hidden;
}
.about-top .aboutHeaderMask ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.about-top .aboutHeaderMask ul li {
	float: left;
}
.about-pagination {
	padding-bottom: 20px;
	margin: 0px auto 0px auto;
	text-align: center;
	width: 80px;
}	
.about-pagination ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
.about-pagination ul li {
	text-indent: 0px;
	float: left;
}
.about-pagination ul li a {
	display: block;
	width: 16px;
	height: 16px;
	background-image: url(_img/about_pagintion.gif);
	background-repeat: no-repeat;
	text-indent: -8008px;
}
.about-pagination ul li a:hover {
	background-position: 0px -16px;
}
.about-pagination ul li a.active {
	background-position: 0px -32px;
}
.about-top a, .rules-main a, #mm-signup a {
	color: #fe2f7d;
}
.bazaar-top{
	padding-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #fa9577;
	font-size: 20px;
	margin-right: 20px;
	margin-left: 20px;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.archives-main, .bazaar-main {
	width: 610px;
	margin-left: 20px;
	float: left;
}


.archives-main h3, .bazaar-main h3 {
	padding: 0px;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.bazaar-main div.hr, #profile .hr {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ebe3e1;
	margin-bottom: 10px;
	height: 10px;
	clear: left;
	display: block;
}
.archives-main h3 a, .bazaar-main h3 a {
	color: #ff0e1d;
	text-decoration: none;
}

.archives-main h3 a:hover, .bazaar-main h3 a:hover {
	color: #b8b8b8;
	text-decoration: none;
}

.archives-main h2, .bazaar-main h2 {
	font-size: 14px;
	font-style: italic;
	color: #7f7f7f;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

.archives-main img {
	display: block;
	float: left;
	margin-bottom: 15px;
	border: 5px solid #FFF;
}
.bazaar-main a.header img {
	display: block;
	width: 167px;
	height: 88px;
	margin-bottom: 15px;
	border: 5px solid #FFF;
	clear: right;
}

.archives-main a img, .bazaar-main a.header img {
	border: 5px solid #eee;
}

.archives-main a:hover img, .bazaar-main a.header:hover img {
	border: 5px solid #ff0e1e;
}

.archives-main p, .bazaar-main p{
	margin-bottom: 10px;
}
.bazaar-main p, .bazaar-main h3 {
	padding: 0px 5px 0px 5px;
}
.archive-item{
	float: left;
	width: 450px;
	margin-top: 5px;
	margin-left: 10px;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 12px;
}


.bazaar-item{
	border: 0px solid #F00;
	width: 166px;
	height: 350px;
	margin-top: 5px;
	margin-left: 0px;
	margin-right: 25px;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: left;
}
.bazaar-item form {
	clear: none;
	margin: 0px;
	padding: 0px;
}
.bazaar-item p.desc {
	height: 118px;
}
.archives-side, .bazaar-side {
	width: 263px;
	margin-left: 15px;
	float: left;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #fa9577;
	padding-top: 20px;
}

.bazaar-side {
	width: 251px;
	height: 550px;
	margin-top: 14px;
	border: 1px solid #ebe3e1;
}
.bazaar-side-main {
	background-color: #FFF;
	margin-left: 10px;
	margin-bottom: 20px;
	display: block;
	color: #908785;
	padding: 10px 15px 10px 10px;
}
.bazaar-side-main h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	margin-bottom: 3px;
	color: #2c2014;
}
.bazaar-side-main p {
	line-height: 1.4em;
	font-family: "Lucida Grande", Tahoma, sans-serif;
	font-size: 10px;
	margin-bottom: 20px;
	color: #908785;
}
.archives-side img, .bazaar-side img {
	display: block;
	margin-left: 20px;
	margin-bottom: 10px;
}
.archives-side small {
	font-size: 9px;
	font-weight: bold;
	color: #CCC;
	display: block;
	margin-left: 20px;
	margin-bottom: 20px;
	line-height: 1.6em;
}
/* ------------------------------------------------------------------------------------------- */
/* RULES */
/* ------------------------------------------------------------------------------------------- */
.rules-main{
	float: left;
	width: 618px;
	margin-left: 20px;
}

.rules-main h2{
	font-size: 14px;
	font-weight: normal;
	clear: both;
	font-style: italic;
}


.rules-main li{
	font-size: 20px;
	color: #9b756b;
	margin-bottom: 10px;
}

.rules-main p{
	margin-bottom: 10px;
	font-size: 11px;
	color: #9b958f;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
}

.rules-main img{
	float: left;
	clear: both;
	margin-right: 15px;
	margin-bottom: 15px;
}

.ringer{
	margin: 5px;
	padding: 15px;
	border: 0px dotted #fa9577;
}

.rules-side{
	background-color: #fff;
	border: 1px solid #ebe3e1;
	width: 248px;
	float: left;
	margin-left: 20px;
	margin-right: 20px;
}

.rules-side h3{
	font-size: 14px;
	font-weight: normal;
	color: #9b756b;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.rules-side dl{
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}

.rules-side dt{
	color: #2c2014;
	font-weight: bold;
	margin-bottom: 5px;
}

.rules-side dd{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	font-family: "Lucida Grande", Helvetica, sans-serif;
	color: #908785;
}


.rule-item{
	float: left;
	width: 452px;
	padding-top: 5px;
	margin-top: 34px;
}
.rule-item h2 {
	padding-bottom: 12px;
}
.rule-item ol{
	margin-bottom: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
}
.rule-item sup {
	font-size: 11px;
}
.addendum  {
	margin-left: 168px;
	line-height: 1.4em;
}
.addendum ol {
	margin-left: 0px;
	padding-left: 20px;
	padding-right: 10px;
}
.addendum ol li {
	font-size: 12px;
	color: #908785;
}
.pad{
	margin-top: 225px;
}

/* STYLES BY MICHAEL.... */
/* ------------------------------------------------------------------------------------------- */
/* LOGIN */
/* ------------------------------------------------------------------------------------------- */
#mm-login div {
	margin-left: auto;
	margin-right: auto;
}
#mm-login dl, 
body #mm-signup dl {
	clear: left;
	margin-top: 20px;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
}
#mmlogin dl {
	margin: 0 20px 0 10px;
	float: left;
	clear: none;	
}
#mm-login dt, body #mm-signup dt {
	font-weight: bold;
	font-size: 12px;
	display: block;
	width: 160px;
	padding-bottom: 3px;
	margin-left: 5px;
}

#mm-login dd, #mm-signup dd {
	margin-bottom: 10px;
}
 #mm-signup dl div.short {
 	float: left;
 }
#mm-login dd input, #mm-login dd textarea, #mm-signup dd input, #mm-signup dd textarea, .profileField, .profileTextarea {
	border: 1px solid #CCC;
	font-family: "Lucida Grande", Tahoma, sans-serif;
	font-size: 18px;
	width: 440px;
	color: #686868;
	padding: 10px;
	margin-left: 5px;
}
#mm-signup .radio {
	font-size: 14px;
	margin-bottom: 12px;
	width: 20px;
}
.profileTextarea {
	height: 143px;
	overflow: auto;
}
#mm-signup dd input.short {
	width: 221px;
	margin-right: 10px;
	margin-bottom: 10px;
}
#mm-signup dd input:focus, #mm-signup dd textarea:focus {
	border: 1px solid #000;
	color: #000;
}
#mm-login dd input[type=submit], 
#mm-signup dd input[type=submit],
#editbtn {
	width: auto !important;
	padding: 4px 20px !important;
	-moz-border-radius: 10px;
	border-radius: 10px; 
	background-color: #dbc7bd;
	border:1px solid #af978e !important;
	color: #FFF !important;
	font-weight: bold;
	background: #DBC8BE; /* old browsers */
	background: -moz-linear-gradient(top, #DBC8BE 67%, #cfbeb5 98%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(67%,#DBC8BE), color-stop(98%,#cfbeb5)); /* webkit */
	background: -o-linear-gradient(top, #DBC8BE 67%,#cfbeb5 98%); /* opera */
	text-shadow: -1px -1px 1px #af978e;
}
#mm-login dd input[type=submit]:hover, 
#mm-signup dd input[type=submit]:hover,
#editbtn:hover {
	background: #c2b3aa; /* old browsers */
	background: -moz-linear-gradient(top, #DBC8BE 40%, #b29b92 98%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(40%,#DBC8BE), color-stop(98%,#b29b92)); /* webkit */
	background: -o-linear-gradient(top, #DBC8BE 40%,#b29b92 98%); /* opera */
	cursor: pointer;
}
#mm-login dd input[type=submit]:active, 
#mm-signup dd input[type=submit]:active,
#editbtn:active {
	background: #b29b92; /* old browsers DBC8BE */
	background: -moz-linear-gradient(top, #b29b92 40%, #DBC8BE 98%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(40%,#b29b92), color-stop(98%,#DBC8BE)); /* webkit */
	background: -o-linear-gradient(top, #b29b92 40%,#DBC8BE 98%); /* opera */
	cursor: pointer;
}
#profile #mm-signup dd input[type=submit] {
	margin-top: 7px;
}
#mm-login dd input[type=hidden] {
	display: none;
}

#mm-signup small {
	margin-left: auto;
	margin-right: auto;
	width: 500px;
	display: block;
	
}
/* ------------------------------------------------------------------------------------------- */
/* SIGNUP */
/* ------------------------------------------------------------------------------------------- */
#mm-signup {
	overflow: hidden;
}
#mm-signup, #mm-login {
	/*background-color: #FFF;*/ 
	margin: 0px auto 0px auto;
	text-align: left;
	text-align: left;
}
#mm-signup, #mm-login form {
	padding: 0px;
	margin: 0px;
}
#mm-signup .errorMsg, #mm-login .errorMsg, #mm-signup .uploadSuccess {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
		color: #900;
		padding: 4px;
		margin-top: 10px;
}
#mm-signup .errorMsg, #mm-signup .uploadSuccess {
	width: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	padding: 20px;
	border: 1px solid #fa9577;
	background-color: #ffffec;
	-moz-border-radius: 10px;
	border-radius: 10px; 
}
#mm-signup .uploadSuccess {
	color: #000;
}
#mm-signup .pop-padding, #mm-login .pop-padding {
	padding: 10px;
}
#mm-signup .errorMsg {
	color: #900;
}
#mm-signup .icon { 
	
}
#mm-signup .icon a img {
	border: none;	
}
#mm-signup .saved {
	border: 1px solid #ff0e08;	
}

/* ------------------------------------------------------------------------------------------- */
/* DETAIL PAGE (THICKBOXED)*/
/* ------------------------------------------------------------------------------------------- */
#theabout {
	width: 100%;
}
body#rules #therules h1, #gallerywidemouth h1, body#stats h1, body#about #theabout h1, body#bazaar #theabout h1, body#signup #mm-signup h1,  body#login #mm-signup h1, #mm-signup h1, #userprofile h1, .sidebar h1 {
	font-size: 30px;
	text-indent: 0px;
	color: #000;
	text-align: left;
	padding: 0px;
	margin: 0px;
}
body#about #theabout h1, body#bazaar #theabout h1, body#signup #mm-signup h1 body#stats #gallery h1 {
	display: inline;
}
body#stats #header h1 {
	text-indent: -8008px;
}
body#stats #gallery h1 {
	font-size: 20px;
	font-style: italic;
	padding-bottom: 15px;
	display: inline;
	padding-left: 15px;
	visibility: visible;
}
body#bazaar #theabout{
	text-align: center;
}
body#rules #therules h2, body#bazaar #theabout h2, body#signup #mm-signup h2 {
	font-size: 20px;
	padding-bottom: 4px;
	line-height: 1.4em;
}
body#rules #therules hr {
	margin: 20px 0px 10px 0px;
}
#therules small {
	font-size: 11px;
	padding-left: 15px;
}

/* --------------------------------------------------------------------------- */
/* DASHBOARD STYLES */
#dashboard ul.options, #dashboard ul.optionswide {
	list-style-type: none;
	margin-left: auto;
	margin-right: auto;
	width: 680px;
}
#dashboard ul.optionswide {
	width: 900px;
}
#dashboard ul.options li, #dashboard ul.optionswide li {
	float: left;
	width: 200px;
	margin-right: 25px;
}
#dashboard ul.optionswide li {
	width: 280px;
	border-right: 1px solid #CCC;
}
#dashboard ul.options li a img {
	border: 0px;
	width: 200px;
	height: 259px;
}
#dashboard ul.options li h3,  #dashboard ul.optionswide li h3 {
	font-style: italic;
	font-weight: normal;
	margin: 8px 0px 0px 22px;
	padding-bottom: 3px;
	line-height: .4em;
}
 #dashboard ul.optionswide li h3 {
 	margin-left: 0px;
	margin-bottom: 10px;
 }
#dashboard ul.options li h4,  #dashboard ul.optionswide h4 {
	border-left: 0px;
	padding-left: 0px;
	margin-left: 20px;
	margin-top: 0px;
	line-height: 1.5em;
}
#dashboard ul.optionswide .message {
	margin-left: 22px;
	width: 260px;
	margin: 3px 0px 3px 0px;;
	padding: 3px;
	overflow: hidden;
}
#dashboard ul.optionswide dl {
	padding: 0px;
	margin: 0px;
	width: 258px;
}
#dashboard ul.optionswide dt {
	margin-bottom: 0px;
	margin-top: 5px;
	font-size: 12px;
	width: 258px
}
#dashboard ul.optionswide dd {
	margin: 10px 7px 10px 7px;
}
ul.styleChooser  {
	list-style-type:none;
	margin-left: 5px;
	margin-right: 5px;
}
ul.styleChooser li {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
ul.styleChooser li a {
	padding: 4px;
	border: 1px solid #f9f9d9;
	display: block;
	background-color: #f9f9d9;
}
ul.styleChooser li a:hover, ul.styleChooser li a.active:hover {
	border: 1px solid #ff0e1d;
}
ul.styleChooser li a.active {
	border: 1px solid #ab8b39;
}
ul.styleChooser li a img {
	border: 0px;
}

#mm-signup #chat.dashboardBlock {
	margin-left: 0px;
}
#mm-signup .dashboardBlock h3 {
	margin-bottom: 5px;
	margin-left: 13px;
	font-weight: normal;
	font-style: italic;
}
#mm-signup .dashboardBlock {
	width: 288px;
	float: left;
	margin-right: 14px;
}
#mm-signup .dashboardBlock dl {
	margin-top: 0px;
	width: auto;
}
#mm-signup .dashboardBlock dt {
	font-size: 11px;
	margin-left: 0px;
	padding-bottom: 0px;
	width: auto;
	font-weight: normal;
}
#mm-signup .dashboardBlock dd {
	margin-bottom: 0px;	
}

#mm-signup .dashboardBlock dd a,
#mm-signup .dashboardBlock dt a{
	color: #FF0E1D;	
}
/* --------------------------------------------------------------------------- */
/* ARCHIVE STYLES */

#calendar{
	width: 100%;
	float: left;
}
#calendar .day {
	display: block;
	width: 120px;
	height: 165px;
	margin-bottom: 8px;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #d4d4d4;
	padding: 0px 5px 0px 5px;
}
#calendar .days {
	height: 24px;
	margin-bottom: 20px;
}
#calendar .empty {
	color: #999;
	font-size: 18px;
}
#calendar .emptybox {
	display: block;
	width: 100px;
	height: 70px;
	background-color: #FEFEFE;
	color: #FFF;
	border: 5px solid #eee;
	font-size: 11px;
}
#calendar .day h4{
	margin-left: 11px;
}
#calendar .day img {
	height: 75px;
	width: 100px;
}

/* --------------------------------------------------------------------------- */
/* CALENDAR PAGE STYLES */
body#calendar .day  {
	width: 90px;
	margin-right: 0px;
	height: 80px;
	text-align: left;
	padding: 0px;
	margin: 0px;
}
body#calendar .days {
	height: 24px;
	width: 90px;
	margin-bottom: 20px;
}
body#calendar .emptybox {
	width: 78px;
	margin-right: 0px;
	height: 80px;
}
body#calendar .singular {
	width: 90px;
	text-align: center;
	margin-right: 0px;
}
body#calendar .singular a {
	padding: 0px;
	margin: 0px;
	font-size: 32px;
	color: #000;
	text-decoration: none;
	float: left;
	display: block;
	width: 87px;
	padding-top: 20px;
	padding-bottom: 20px;
}
body#calendar .singular a:hover {
	background-color: #efebeb;
}

.editLink {
	display: inline;
}
.editLink, .editLink a, .editLink a:visited {
	color: #CCC;
}


#userprofile h5 {
	font-size: 12px;
	line-height: 14px;
	color: #b09162;
	padding: 0px;
	margin: 0px;
}
#userprofile h6 {
	font-size: 10px;
	line-height: 11px;
	color: #666;
	padding-top: 5px;
	margin: 0px;
}/* ------------------------------------------------------------------------------------------- */
/* KING STACHE */
/* ------------------------------------------------------------------------------------------- */

#gallerywidemouth #king {
	width: 630px;
	margin-left: 140px;
	padding-left: 48px;
}
body#mayor  #gallerywidemouth,
body#elections  #gallerywidemouth {
	margin: 0px auto;
	float: none;
}
#gallerywidemouth #mayorFrame {
	width: 730px;
	margin: 0px auto;
}
#gallerywidemouth #mayorFrame .top {
	height: 118px;
	background: url(_img/mayorframe_top.png) no-repeat;	
}
#gallerywidemouth #mayorFrame .btm {
	height: 45px;
	background: url(_img/mayorframe_bottom.png) no-repeat;	
	padding-left: 260px;
	padding-top: 75px;
}
#gallerywidemouth #mayorFrame .btm h4 {
	padding-top: 0px;	
}
#gallerywidemouth #mayorFrame .mid {
	text-align: center;
	height: auto;
	background: url(_img/mayorframe_middle.png) repeat-y;	
}
#gallerywidemouth #mayorFrame .mid img {
	width: 500px;
	height: auto;
	margin: 0px auto;	
	border-color: #FFF;
}
#gallerywidemouth #mayorFrame .mid img:hover {
	border-color: #FE0E1D;	
}

#gallerywidemouth #king .frame{
	height: 463px;
	width: 558px;
	display: block;
	background-image: url(_img/king_bg.jpg);
	margin-bottom: 15px;
	
}

#gallerywidemouth #king .frame img {
	height: auto;
	width: 389px;
	margin: 0px;
	padding: 0px;
	display: block;
	border: 2px solid #2c2014;
	
}
#gallerywidemouth #king .frame a {
	padding: 0px;
	margin: 0px;
	background-color: #FFF;
	position: relative;
	top: 84px;
	left: 84px;
	display: block;
	width: 393px;
	height: 296px;
	overflow: hidden;
}

.plate{
	padding-left: 183px;
	padding-top: 132px;
}

.plate ul.vote{
	padding: 0px;
	margin: 5px 0px 0px;
}

.plate h4{
	color: #9d7b33;
	border-left-color: #c1b37e;
}

#gallerywidemouth h2.king {
	font-size: 22px;
	font-weight: normal;
	color: #2c2014;
	text-align: center;
}

#gallerywidemouth h3.king {
	text-align: center;
	margin: 0px;
	
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #a3926e;
}

#kingarchives {
	padding-top: 25px;
	padding-bottom: 25px;
	width: 630px;
	margin: 0 auto;
}
#kingarchives .specific {
	display: block;
	float: left;
	margin-right: 18px;
	margin-bottom: 10px;
	text-align: center;
}
#kingarchives .plate {
	background-color: #FFF;
	padding: 10px;
}

/* --------------------------------------------------------------------------- */
/* MISC STYLES */
.comingsoon {
	display: block;
	width: 300px;
	height: 200px;
	margin: 60px auto 85px auto;
	background-repeat: no-repeat;
	background-position:center;
}
.mayorBg {
	background-image: url(_img/comingsoon_mayor.jpg);
}
.shameBg {
	background-image: url(_img/comingsoon_shame.jpg);
}
a.global {
	display: block;
	width: 108px;
	height: 38px;
	background-position: top;
	background-repeat: no-repeat;
	text-indent:-9000px;
	position: relative;
	top: -53px;
	float: left;
	margin-bottom: -38px;
}
a.global:hover {
	background-position: 0px -38px;
}
.globalnext {
	background-image:url(_img/global_next_img.png);
	z-index: 2;
	position: relative;
	left: 881px;
}
.globalprev {
	background-image:url(_img/global_prev_img.png);
	z-index: 3;
	left: -60px;
}

/* --------------------------------------------------------------------------- */
/* 2009 STYLES */
body#calendar #gallery {
	
}
body#upload dd ul {
	list-style-position: inside;
	margin-left: 10px;
}
/* 2011 STYLES */
#didyouknow {
	padding: 20px;
	border: 1px solid #b29b92;
	background-color: #f8f0eb;
	margin-left: 10px;
	width: 350px;
	float: left;
	-moz-border-radius: 10px;
	border-radius: 10px; 		
}
#didyouknow h1 {
	font-size: 18px !important;	
	height: auto;
	padding-bottom: 10px;
}
#didyouknow ul {
	margin-left: 10px;	
	margin-top: 12px;
}
#didyouknow ul li {

	margin-bottom: 10px;
}


