body, html {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;	
}

body {
	background: #333 url(/images/bg_tile.gif) repeat left top;
	color: #333;
	z-index: 0;
	text-shadow: transparent 0 0 0px;
}
body, td, input, textarea {
	font-family: Arial, Helvetica, Sans-Serif;
}
body.framed {
	background: #fff;
	font-size: 12px;
}

a {
	text-decoration: none;
	color: #000;
	border: none;
}
a:hover {
	text-decoration: none;
	border-bottom: 1px solid #ffd700;
	color: #000;
}
a.clean, a.clean:hover {
	text-decoration: none;
	border: none;
	background: Transparent;
}

img, table, a img, a:hover img {
	border: none;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	width: 470px;
	color: #000;
	margin: 5px 0 10px 0;
	padding: 0;
	text-transform: uppercase;
	text-shadow: #666 0 0 2px;
	letter-spacing: -1px;
}
h1.lite {
	margin: 5px 0 5px 0;
	text-shadow: #fff 0 0 0;
}
h2 {
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0.3px;
}
h2 a {
	border-bottom: 1px dotted #ccc;
}
h2 a:hover {
	yxctext-shadow: #999 0 0 2px;
}
h3 {
	margin: 0;
	padding: 0;
	font-size: 14px;
	letter-spacing: -0.3px;
}


hr {
	border: none;
	background-color: #999;
	color: #999;
	height: 1px;
	margin: 10px 0 10px 0;
}

#page {
	width: 980px;
	position: relative;
	left: 50%;
	margin: -50px 0 0 -490px;
	padding: 0 0 0 0;
	border: 1px solid #000;
	box-shadow: 0px 0px 5px #000;
	-moz-box-shadow: 0px 0px 5px #000;
	-webkit-box-shadow: 0px 0px 5px #000;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	min-height: 100%;
	background-color: #fff;
}

#header {
	width: 100%;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
	background: #000 url(/images/bg_header.png) no-repeat bottom center;
}
#header .dummyrow {
	height: 50px;
	color: #ffd700;
	text-align: center;
	font-size: 12px;
	line-height: 50px;
}

#logo {
	float: left;
	width: 170px;
	overflow: hidden;
	text-align: center;
	margin: 10px 0 10px 0;
}
#srchtop {
	position: absolute;
	top: 60px;
	right: 10px;
	width: 220px;
	height: 20px;
	background: transparent url(/images/bg_search.png) no-repeat right top;
	display: inline;
}
#srchtop div {
	float: left;
}
#srchtop input {
	border: none;
	background: transparent;
	color: #fff;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	margin: 1px 0 0 12px;
	padding:0;
	width: 128px;
}
#srchtop input.buttonsearch {
	margin: 0;
	width: 20px;
	height: 18px;
}
#srchtop input.buttonsearch:hover {
	cursor:pointer;
}
#srchtop a img {
	margin: 0 12px 0 0;
	border: none;
}
#srchtop a:hover img, #frmsearch a:hover {
	border: none;
}
#topmenu {
	text-align: right;
	padding: 65px 0 0 0;
	font-size: 14px;
	letter-spacing: -1px;
}
#topmenu a {
	margin: 0 10px 0 10px;
	color: #ffd700;
	font-weight: bold;
	dsatext-shadow: #000 0 0 1px;
}
#topmenu a:hover {
	color: #fff;
	text-shadow: #fff 0 0 3px;
	border:none;
}
#page_title {
	float: left;
	width: 470px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	font-size: 11px;
	color: #999;
	line-height: 14px;
}
#header h1, #page_title span {
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	line-height: 16px;
	margin: 1px 0 2px 0;
	padding: 0;
	letter-spacing: -1px;
	text-transform: none;
	text-shadow: #fff 0 0 2px;
}

#toprow {
	width: 100%;
	background-color: #fff;
	color: #000;
	display: block;
	overflow: hidden;
	height: 20px;
	margin: 0 0 5px 0;
}
#toprow .left {
	float: left;
	width: 170px;
	text-align: center;
	font-size: 10px;
	line-height: 16px;
	font-weight: normal;
	letter-spacing: -1px;
	color: #bababa;
}
#toprow .left a {
	color: #999;
	letter-spacing: -0.5px;
}
#userbar {
	background: #ffd700 url(/images/bg_userbar.png) no-repeat left top;
	font-size: 11px;
	line-height: 20px;
	height: 20px;
	text-align: right;
	padding: 0 10px 0 0;
	margin: 0 0 0 170px;
}
#userbar span {
	padding: 0 10px 0 10px;
}
#userbar a {
	font-weight: bold;
	border:none;
	text-decoration: none;
}
#userbar .banner {
	float: left;
	margin: 2px 0 0 20px;
}

#main {
	width: 100%;
	display: block;
	overflow: hidden;
	padding: 0 0 10px 0;
}


#banner_bottom {
	display: block;
	overflow: hidden;
	padding: 5px 10px 0px 5px;
	text-align: center;
}
#banner_bottom .left {
}
	
	
#footer {
	width: 960px;
	position: relative;
	left: 50%;
	margin: 0 0 0 -480px;
	padding: 5px 0 5px 0;
	color: #fff;
	font-size: 11px;
	line-height: 16px;
}
#footer a {
	color: #fff;
	font-weight: bold;
}
#footer a:hover {
	color: #ffd700;
	border: none;
}
#footer span {
	padding: 0 5px 0 5px;
	color: #666;
}
#footer_bottom {
	float: none;
	clear: both;
	width: 100%;
	font-size: 10px;
	padding: 5px 2px 2px 2px;
	line-height: 14px;
	text-align: center;
}

ul.menumain {
	margin: 5px 0 0 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
ul.menumain li {
	height: 30px;
	width: 150px;
	margin: 1px 0 0 -15px;
	padding: 0 0 0 20px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	background-color: #000;
	color: #ffd700;
}
ul.menumain li.sel {
	background-color: #ffd700;
	width: 160px;
}
ul.menumain li a {
	border: none;
	text-decoration: none;
	line-height: 30px;
	color: inherit;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -0.1px;
}
ul.menumain li.sel a {
	color: #000;
}
ul.menumain li a.facebook {
	padding-left: 24px;
	background: url(/images/icons/facebook_16.png) no-repeat left center;
	font-size: 14px;
}

#content_wrapper {
	float: right;
	display: block;
	overflow: hidden;
	width: 790px;
}
#content_wrapper #banner_content {
	display: block;
	overflow: hidden;
	margin: 0 5px 0 0;
}
#content_wrapper #banner_content div.banner {
	float: right;
}

#content {
	float: left;
	width: 470px;
}
#content.wide {
	width: 100%;
}

#content .first_page {
	padding-bottom: 10px;
}
#content .first_page .row {
	display: block;
	overflow:hidden;
	margin-top: 10px;
}
#content .first_page .row .box {
	display: block;
	overflow: hidden;
	width: 225px;
	border: 1px solid #ededed;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding-bottom: 5px;
	background: #ffffe0;
}	
#content .first_page .row .box.full {
	width: auto;
}
#content .first_page .row .box h2 {
	padding: 5px;
	letter-spacing: -0.5px;
}
#content .first_page .row .box h2 a {
	border: none;
}
#content .first_page .row .box h2 a:hover {
	border-bottom: 1px dotted #999;
}
#content .first_page .row .box p {
	color: #333;
	font-size: 12px;
	line-height: 15px;
	padding: 5px;
	min-height: 50px;
}
#content .first_page .row .box p.normal {
	min-height: 0;
}
#content .first_page .row p .smaller {
	font-size: 11px;
}
#content .first_page .row .box .thumb {
	padding: 0;
	text-align: center;
	font-size: 10px;
}
#content .first_page .row .box.full .thumb {
	margin: 3px 10px 0 5px;
}
#content .first_page .row .box .thumb img {
	max-height: 100px;
	border: 3px solid #fff;
}
#content .first_page .rowother {
	display: block;
	overflow:hidden;
	margin-top: 10px;
}
#content .first_page .rowother h3 {
	padding: 5px 5px 0 5px;
	letter-spacing: -0.5px;
	margin: 0 0 2px 0;
}
#content .first_page .rowother p {
	color: #333;
	font-size: 11px;
	line-height: 14px;
	padding: 0 5px 0 5px;
}
#content .first_page .rowother p .date {
	color: #999;
	font-size: 10px;
	padding: 0 5px 0 0;
}

.fpfree {
	display: block; 
	overflow: hidden;
	background: #ffffe0;
	border: 1px solid #ededed;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.fpfree h2 {
	padding: 3px 10px 3px 10px;
	
}
.fpfree h2 a {
	border: none;
	color: #000;
}
.fpfree ul {
	list-style-type: disc;
	margin: 0 0 5px 25px;
}
.fpfree ul li {
	font-size: 13px;
	line-height: 18px;
	padding: 3px 10px 2px 2px;
}

#content .content_detail {
	padding: 5px 0 5px 0;
}
#content .content_detail p {
	font-size: 12px;
	margin: 5px 0 10px 0;
	line-height: 20px;
}
#content .content_detail p a {
	border-bottom: 1px dotted #ccc;
	background: url(/images/icons/sort_right.png) no-repeat 1px center;
	padding: 0 0 0 12px;
}
#content .content_detail p a:hover {
	border-bottom: 1px solid #ffd700;
}
#content .content_detail p.nomargins {
	margin: 0;
}
#content .content_detail p.bigger {
	font-size: 14px;
	line-height: 22px;
}
#content .content_detail p.smaller {
	font-size: 11px;
	line-height: 14px;
}
#content .content_detail div.imglink {
	padding: 10px 10px 0 0;
	float: left;
}
#content .content_detail ul {
	font-size: 12px;
	list-style-position: inside;
	list-style-type: disc;
}
#content .content_detail ul li {
	line-height: 20px;
	margin: 2px 0 5px 0;
}

#content .content_detail .toolbar {
	font-size: 11px;
	margin: 10px 0 10px 0;
	color: #999;
	line-height: 20px;
}
#content .content_detail .toolbar_lite, #content .content_list .toolbar_lite {
	font-size: 11px;
	margin: 0;
	color: #999;
	line-height: 20px;
}
#content .content_detail .toolbar a, #content .content_detail .toolbar_lite a {
	background: Transparent;
	padding-left: 0;
}
#content .content_detail .toolbar span, #content .content_detail .toolbar_lite span {
	color: #ccc;
	padding: 10px;
}
#content .content_detail form {
	font-size: 12px;
}
#content .content_detail h1 span {
	padding: 0 10px 0 10px;
}
#content .content_detail h2 {
	margin-top: 20px;
}
#content .content_detail .gallery {
	padding: 10px 0 10px 10px;
}
#content .content_detail .comment_wrapper {
	margin: 10px 0 10px 0;
}
#content .content_detail .comment_wrapper h2 {
	margin: 0 0 10px 0;
}
.letters {
	color: #ccc;
	text-align: center;
}
.letters b {
	color: #fff;
	background-color: #000;
	padding: 3px;
}
.letters a, #content .content_detail p.letters a {
	color: #000;
	padding: 3px;
	background: Transparent;
}


#content .content_list {
	padding: 15px 0 20px 0;
}

#content .content_list .row {
	display: block;
	overflow: hidden;
	padding-bottom: 5px;
	margin-top: 5px;
}
#content .content_list .row.sel {
	padding: 5px;
	background-color: #ffffe0;
	border: 1px solid #ededed;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#content .content_list .row.first {
	margin: none;
}
#content .content_list .row .thumb {
	float: left;
	width: 90px;
	overflow: hidden;
	margin: 5px;
	text-align: center;
	border: 1px solid #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 11px;
}
#content .content_list .row .thumb img {
	max-width: 90px;
}
#content .content_list .row .thumb a, #content .content_list .row .thumb a:hover {
	border: none;
}
	
#content .content_list .row .content {
	margin-left: 0;
}
#content .content_list .row .content_with_thumb {
	asmargin-left: 110px;
}
#content .content_list .row h2 {
	margin: 0;
	line-height: 17px;
	padding: 5px 5px 0 5px;
}
#content .content_list .row h2 span.left {
	font-size: 14px;
	letter-spacing: -1px;
	color: #999;
}
#content .content_list .events h2 {
	line-height: 20px;
	padding: 0 0 0 10px;
	border-bottom: 1px solid #ededed;
}
#content .content_list .events h2 span.right {
	font-size: 14px;
	letter-spacing: -1px;
	color: #ccc;
}
#content .content_list .row h2.sel {
	padding: 0px 0 5px 0px;
	text-align: center;
	color: #000;
	text-shadow: #999 0 0 2px;
	font-size: 24px;
	font-weight: normal;
	border: none;
}
#content .content_list .row h3 {
	margin: 0 0 3px 0;
	line-height: 16px;
	font-size: 14px;
	letter-spacing: 0;
	padding: 5px;
}
#content .content_list .row h3.bottom_spacer, #content .content_list .row h2.bottom_spacer {
	margin: 0 0 10px 0;
}
#content .content_list .row h3 span {
	color: #666;
	font-size: 11px;
	font-weight: normal;
	padding: 0 10px 0 0;
	text-transform: capitalize;
}
#content .content_list .row p {
	font-size: 12px;
	margin: 0;
	line-height: 18px;
	padding: 5px;
}
#content .content_list .row p.nospace {
	margin-top: -10px;
}
#content .content_list .row .votebar {
	background-color: #ededed;
}
#content .content_list .row p .smaller {
	font-size: 11px;
}
#content .content_list .row p.eventlist {
	font-size: 12px;
	margin: 0 0 5px 0;
	line-height: 16px;
	color: #333;
	padding: 0;
}
#content .content_list .row p.eventlist span.flag {
	background-position: 5px center;
	background-repeat: no-repeat;
	line-height: 12px;
	padding-left: 20px;
}
#content .content_list .row p.eventlist span.cat {
	font-size: 10px;
	color: #999;
}
#content .content_list .row p.eventlist a {
	color: #333;
}
#content .content_list .row p.eventlist a:hover {
	color: #000;
	border-bottom: 1px dotted #000;
}
#content .content_list .row .toolbar, #content .first_page .row .toolbar {
	display: block;
	overflow: hidden;
	color: #999;
	font-size: 11px;
	line-height: 14px;
	margin: 3px 0 0 0;
	float: none;
	clear: both;
	padding: 0 5px 0 5px;
}
#content .first_page .row .toolbar {
	padding: 0 5px 0 5px;
}
#content .content_list .row .toolbar span, #content .first_page .row .toolbar span {
	color: #ccc;
	padding: 7px;
}
#content .content_list .row .toolbar a, #content .first_page .row .toolbar a {
	color: #666;
}
#content .content_list .row .toolbar a:hover, #content .first_page .row .toolbar a:hover {
	color: #333;
	text-decoration: underline;
}
#content .content_list .top_line {
	padding-top: 10px;
	margin-top: 10px;
	border-top: 1px solid #ededed;
}
#content .content_list .top_spacer {
	margin-top: 15px;
}
#content .content_list .row .images {
	display: block;
	overflow: hidden;
}
#content .content_list .row .images .thumb_small {
	float: left;
	width: 46px;
	height: 46px;
	background-position: center center;
	background-repeat: no-repeat;
	border-right: 1px solid #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#content .content_list .row .images .thumb_medium {
	float: left;
	width: 75px;
	height: 75px;
	background-position: center center;
	background-repeat: no-repeat;
	margin: 2px 2px 0 0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.image_preview {
	background: no-repeat center center;
	width: 462px;
	height: 250px;
	display: block;
	overflow: hidden;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.image_preview .title_wrapper {
	padding: 5px;
	margin: 0;
	background: #000;
	color: #fff;
}
.image_preview .title_wrapper h2 {
	margin: 0 0 10px 0;
	line-height: 20px;
	color: #fff;
}
.image_preview .title_wrapper h2 a {
	color: #fff;
	text-decoration: none;
	border: none;
}
.image_preview:hover {
	cursor: pointer;
}
.image_preview:hover .title_wrapper h2 a {
	color: #ffd700;
}
.image_preview .title_wrapper .toolbar {
	margin: 5px 0 0 0;
	color: #fff;
}
	

#column_left {
	float: left;
	display: block;
	width: 170px;
	overflow: hidden;
}

#column_left .box {
	margin: 10px 0 20px 0;
	overflow: hidden;
	color: #333;
}
#column_left .box p {
	margin: 3px 0px 3px 0;
	font-size: 11px;
	line-height: 14px;
	padding: 0 0 0 10px;
}
#column_left .box p.sel {
	text-shadow: #ffd700 0 0 1px;
}
#column_left .box a {
	color: #333;
	padding: 0;
	margin: 0;
}
#column_left .box a:hover {
	color: #000;
	border-bottom: 1px dotted #666;
}
#column_left .box a.clean:hover {
	border-bottom: none;
}

#column_left .banner {
	margin: 0 0 0 0;
	padding: 0;
	overflow: hidden;
}
#column_left .banner a, #column_left .banner a:hover {
	border: none;
}



#column_right {
	float: right;
	display: block;
	width: 300px;
}
#column_right .box {
	margin: 0 0 20px 0;
}

#column_right .box .gallery {
	margin-left: 20px;
}
#column_right .box ul {
	margin-left: 40px;
}
#column_right .box .buttons {
	margin: 5px 10px 10px 15px;
	display: block;
	overflow: hidden;
	text-shadow: #999 0 0 1px;
}
#column_right .box p {
	margin: 3px 0px 3px 0;
	font-size: 11px;
	line-height: 14px;
	padding: 0 10px 0 15px;
}
#column_right .box p.sel {
	text-shadow: #ffd700 0 0 1px;
}
#column_right .box .bigger {
	font-size: 14px;
	line-height: 20px;
}
#column_right .box .toolbar {
	color: #999;
	text-align: right;
	margin: 10px 0 0 0;
}
#column_right .box .toolbar span {
	padding: 0 7px 0 7px;
}
#column_right .box .title {
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	color: #000;
	margin: 10px -10px 2px 10px;
	width: 100%;
	padding: 2px 10px 2px 10px;
	background-color: #ffffe0;
	border: 1px solid #ededed;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 0px 1px 2px #ededed;
	-moz-box-shadow: 0px 1px 2px #ededed;
	-webkit-box-shadow: 0px 1px 2px #ededed;
}
#column_right .box p.sel {
	text-shadow: #ffd700 0 0 1px;
}
#column_right .box a {
	color: #333;
	padding: 0;
	margin: 0;
}
#column_right .box a:hover {
	color: #000;
	border-bottom: 1px dotted #666;
}
#column_right .box a.clean:hover {
	border-bottom: none;
}
#column_right .box p a.keywords {
	margin: 0px 10px 0 0;
}
#column_right .box .banner {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#column_right .banner a, #column_right .banner a:hover {
	border: none;
}
#column_right .box .images {
	text-align: center;
	padding: 5px;
}
#column_right .box .images a img {
	box-shadow: 0px 0px 5px #ccc;
	-moz-box-shadow: 0px 0px 5px #ccc;
	-webkit-box-shadow: 0px 0px 5px #ccc;
}
#column_right .box .images a:hover img {
	box-shadow: 0px 0px 5px #666;
	-moz-box-shadow: 0px 0px 5px #666;
	-webkit-box-shadow: 0px 0px 5px #666;
}
#column_right .box span.cat {
	font-size: 10px;
	text-transform: lowercase;
	font-variant: small-caps;
	color: #999;
	padding: 0 10px 0 0;
	letter-spacing: 0.5px;
	margin-left: -10px;
	font-family: Tahoma,Geneva,Sans-Serif;
}
#column_right .box div.cat {
	font-size: 11px;
	text-transform: lowercase;
	font-variant: small-caps;
	color: #333;
	padding: 5px 10px 1px 5px;
	border-bottom: 1px solid #ededed;
	letter-spacing: 0.5px;
	margin-left: 10px;
	font-weight: bold;
	font-family: Verdana,Tahoma,Geneva,Sans-Serif;
}
#column_right #firstpage_weather {
	display: block;
	overflow: hidden;
}
#column_right #firstpage_weather p {
	margin-left: 80px;
	display: block;
}
#column_right #firstpage_weather a img {
	float: left;
	margin: 0 5px 5px 0;
	border: none;
	height: 110px;
	font-size: 11px;
}


#column_left h3 {
	height: 24px;
	color: #fff;
	margin: 10px 0 5px -15px;
	padding: 0 0 0 25px;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	background-color: #454545;
	line-height: 24px;
	letter-spacing: 0px;
	text-shadow: #ccc 0 0 2px;
}
#column_right h3 {
	height: 24px;
	color: #ffd700;
	margin: 10px -15px 5px 0;
	padding: 0 0 0 8px;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	background-color: #333;
	line-height: 24px;
	letter-spacing: 0px;
	text-shadow: #ccc 0 0 2px;
}
#column_right h3 span.bull {
	padding: 0 7px 0 0;
	margin: 0;
	color: #fff;
	overflow: hidden;
	font-size: 24px;
	line-height: 24px;
	float: left;
}
#column_right h3.hilite {
	color: #333;
	text-shadow: #fff 0 0 2px;
	background-color: #ffd700;
}
#column_right h3.hilite span.bull {
	color: #333;
}

.disclaimer {
	color: #999;
	font-size: 10px;
	line-height: 13px;
	margin: 0 0 10px 0;
}
#social {
	text-align: right;
	margin: 5px 0 5px 0;
	padding: 5px;
}
#social a {
	margin: 3px;
	border: none;
}
#fb_like {
	border: none; 
	overflow:hidden; 
	width:280px; 
	height:75px;
	margin: 10px 0 5px 0;
}
#dummy {
	width: 1px;
	height: 1px;
	border: none;
}

#translate_popup {
	display: none;
	position: absolute;
	z-index: 200;
	top: 20px;
	left: 0px;
	width: 200px;
	height: auto;
	overflow: hidden;
	background-color: #000;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius:  10px;
	box-shadow: 0px 0px 10px #000;
	-moz-box-shadow: 0px 0px 10px #000;
	-webkit-box-shadow: 0px 0px 10px #000;
	color: #ccc;
	font-size: 10px;
}
#translate_popup_content {
	overflow: auto;
	position: relative;
	width: 200px;
	height: 300px;
}
#translate_popup_content div {
	border-bottom: dotted 1px #1a1a1a;
	padding: 5px;
	color: #ccc;
}
#translate_popup_content div:hover {
	cursor: pointer;
	color: #ffd700;
}
#translate_popup_close {
	line-height: 20px;
	text-align: center;
	border: none;
}
#translate_popup_close:hover {
	cursor: pointer;
	color: #ffd700;
}
#venuevotes {
	margin-top: 20px;
}

.event_navigation {
	display: block;
	overflow: hidden;
	font-size: 12px;
	margin-top: 10px;
	padding: 5px;
	border: solid 1px #ededed;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #ffffe0;
	line-height: 17px;
}
.event_navigation h2 {
	text-align: center;
}

.paginator_box {
	text-align: right; 
	clear: both; 
	display: block; 
	overflow: hidden; 
	padding: 5px;
	font-size: 12px;
	margin-top: 20px;
	color: #999;
}

.paginator {
	border: solid 1px #ccc;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #666;
	padding: 2px;
	margin: 1px;
	text-align: center;
	width: 25px;
	font-weight: bold;
}
.paginator a, .paginator a:visited, .paginator a:active {
	color: #333;
	text-decoration: none;
	border: none;
}
.paginator a:hover {
	color: #000;
	text-decoration: none;
	border: none;
}

.paginator_sel {
	border: solid 1px #ccc;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 2px;
	margin: 1px;
	color: #000;
	background-color: #ededed;
	text-align: center;
	width: 25px;
	font-weight: bold;
}
.paginator_sel a, .paginator_sel a:visited, .paginator_sel a:active {
	color: #000;
	text-decoration: none;
	border: none;
}
.paginator_sel a:hover {
	color: #000;
	text-decoration: none;
	border: none;
}

.sorting {
	margin: 10px 0 0 5px;
	font-size: 11px;
	letter-spacing: 0px;
	padding-bottom: 5px;
}
.sorting a, .sorting a:visited, .sorting a:active {
	padding:1px; 
	line-height: 14px;
	text-decoration: none;
	font-size: 11px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: normal;
	border: none;
	margin: 0px 5px 0px 5px;
	color: #666;
}
.sorting a:hover {
	border: none;
	color: #000;
}
.sorting a.selected {
	color: #000;
	font-weight: bold;
}
.sorting a.sort_up_sel {
	border-top: 1px solid #000;
}
.sorting a.sort_up_sel:hover {
	border-bottom: 1px solid #000;
	border-top: none;
}
.sorting a.sort_down_sel {
	border-bottom: 1px solid #000;
}
.sorting a.sort_down_sel:hover {
	border-top: 1px solid #000;
	border-bottom: none;
}

#movie_player {
	margin: 5px 0 10px 0;
}
.movie_row {
	display: block;
	overflow: hidden;
}
.movie_item {
	float: left;
	margin: 5px;
	width: 110px;
	height: 80px;
	font-size: 11px;
	line-height: 18px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0px 0px 5px #666;
	-moz-box-shadow: 0px 0px 5px #666;
	-webkit-box-shadow: 0px 0px 5px #666;
	background-color: #000;
	background-position: center center;
	background-repeat: no-repeat;
	text-align: center;
	color: #fff;
	text-shadow: #000 1px 1px 1px;
}
.movie_item:hover {
	box-shadow: 0px 0px 5px #000;
	-moz-box-shadow: 0px 0px 5px #000;
	-webkit-box-shadow: 0px 0px 5px #000;
	cursor: pointer;
}
.movie_item img {
	width: 100%;
	height: 60px;
}
.movie_item:hover {
	opacity:0.7;
}


.banner a, .banner a img, .banner a:hover, .banner a:hover img {
	border: none;
	text-decoration: none;
}

.formrow {
	display: block;
	overflow: hidden;
	border-bottom: 1px solid #ededed;
	padding: 2px;
	margin: 5px 0 5px 0;
}
.formrow .label {
	float: left;
	width: 150px;
	padding: 5px 0 0 0;
	display: block;
	overflow: hidden;
}
.content_detail .formrow {
	font-size: 12px;
	line-height: 16px;
}
input, select, textarea {
	border: 1px solid #ccc;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
textarea {
	font-size: 12px;
}
input.knof {
	font-weight: bold;
	padding: 2px 10px 2px 10px;
	border: 1px solid #333;
	background-color: #333;
	color: #ffd700;
}
input.knof:hover {
	color: #fff;	
	border: 1px solid #000;
	background-color: #000;
	cursor: pointer;
}


.formrow input, .formrow textarea, .formrow select {
	width: 300px;
	background: #fff;	
	box-shadow: 0px 0px 2px #fff;
	-moz-box-shadow: 0px 0px 2px #fff;
	-webkit-box-shadow: 0px 0px 2px #fff;
	padding: 2px;
	margin: 0;
}
textarea {
	overflow: auto;
}
#frmlogin {
	display: none;
	position: absolute;
	left: 50%;
	top: 150px;
	margin: 10px 0 10px -135px;
	border: 3px solid #000;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 0px 0px 10px #000;
	-moz-box-shadow: 0px 0px 10px #000;
	-webkit-box-shadow: 0px 0px 10px #000;
	padding: 10px;
	background-color: #fff;
	width: 270px;
	font-size: 12px;
}
#frmlogin h3 a {
	float: right;
	margin: 0;
}

.formrow input:focus, .formrow textarea:focus, .formrow select:focus {
	border: 1px solid #666;
	box-shadow: 0px 0px 2px #ccc;
	-moz-box-shadow: 0px 0px 2px #ccc;
	-webkit-box-shadow: 0px 0px 2px #ccc;
}
.formrow input, .formrow textarea, .formrow select {
	margin-bottom: 5px;
}
#frmlogin .formrow .label {
	width: 100px;
}
#frmlogin .formrow input {
	width: 150px;
}
#frmlogin .rememberme {
	display: block;
	overflow: hidden;
	border-bottom: 1px solid #ededed;
	padding: 2px;
	margin: 5px 0 5px 0;
}
#frmlogin .rememberme input {
	border: none;
	width: auto;
}
#frmlogin .rememberme .label {
	float: right;
	width: 240px;
}
#frmlogin .rememberme .label .disclaimer {
	font-size: 10px;
	color: #999;
}

#column_right .formrow {
	font-size: 12px;
	padding: 5px 0 0 0;
	border: none;
}
#column_right .formrow input {
	width: 150px;
	float: right;
	margin-top: -5px;
}
#frmeventselector select {
	border: 1px solid #ededed;
	margin: 3px;
	padding: 3px;
	background: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#frmeventselector select:focus {
	border: 1px solid #999;
}


.btn_big {
	margin: 0;
	letter-spacing: 1px;
	padding: 2px 10px 2px 10px;
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, Sans-Serif;
	color: #333;
	background: #fede3c;
	border: solid 1px #ccc;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0px 0px 5px #ccc;
	-moz-box-shadow: 0px 0px 5px #ccc;
	-webkit-box-shadow: 0px 0px 5px #ccc;
}
.btn_big:hover {
	cursor: pointer;
	border: solid 1px #ffd700;
	color: #000;
	background-color: #ffd700;
}	
#button_add_music {
	padding: 2px 10px 2px 37px;
	background: #fede3c url(/images/icons/dj.png) no-repeat 5px center;
	margin-top: 5px;
}

#button_login {
	margin: 5px 0 0 110px;
	letter-spacing: 2px;
	padding: 2px;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, Sans-Serif;
	border: solid 1px #000;
	color: #ffd700;
	background-color: #000;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#button_login:hover {
	cursor: pointer;
	border: solid 1px #000;
	color: #000;
	background-color: #ffd700;
}	
input.button_media_upload {
	margin: 10px;
	letter-spacing: 0px;
	padding: 2px;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, Sans-Serif;
	border: solid 1px #ccc;
	color: #000;
	background-color: #ededed;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
input.button_media_upload:hover {
	cursor: pointer;
	border: solid 1px #54411f;
	color: #fff;
	background-color: #54411f;
}		


.formrow input.medium {
	width: 180px;
}
.formrow input.small {
	width: 100px;
}
.formrow input.tiny {
	width: 50px;
}
.formrow i {
	color: #999;
	font-size: 11px;
	margin-left: 160px;
}

input.submittor {
	margin: 20px 0 0 200px;
	letter-spacing: 2px;
	padding: 10px;
	font-size: 18px;
	font-weight: bold;
	font-family:Arial, Helvetica, Sans-Serif;
	border: solid 1px #333333;
	color: #ffd700;
	background-color: #333333;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
input.submittor:hover {
	cursor: pointer;
	border: solid 1px #000;
	color: #fff;
	background-color: #000;
}	

.poll_option {
	font-size: 12px;
	font-weight: bold;
	margin: 10px;
	padding: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: solid 1px #ededed;
	background: #ffffe0;
	box-shadow: 0px 0px 5px #ccc;
	-moz-box-shadow: 0px 0px 5px #ccc;
	-webkit-box-shadow: 0px 0px 5px #ccc;
}
.poll_option:hover {
	border: solid 1px #ccc;
	background: #ffd700;
	box-shadow: 0px 0px 5px #999;
	-moz-box-shadow: 0px 0px 5px #999;
	-webkit-box-shadow: 0px 0px 5px #999;
	cursor: pointer;
}
.poll_option.sel {
	border: solid 1px #666;
	background: #ffd700;
	box-shadow: 0px 0px 5px #333;
	-moz-box-shadow: 0px 0px 5px #333;
	-webkit-box-shadow: 0px 0px 5px #333;
}


#button_fb {
	letter-spacing: 0px;
	padding: 3px 5px 3px 24px;
	font-size: 12px;
	font-weight: normal;
	font-family:Arial, Helvetica, Sans-Serif;
	border: solid 1px #ccf;
	color: #333;
	background: #ededed url(/images/icons/but_facebook.gif) no-repeat 5px center;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 10px 0 5px 10px;
	width: 140px;
}
#button_fb:hover {
	cursor: pointer;
	border: solid 1px #999;
}	



#form_msg {
	display: none;
	margin: 10px 10px 30px 10px;
}

#form_msg .error {
	font-weight: bold;
	color: #c00;
}

#frmfilter {
	margin: -15px 0 20px 0;
	text-align: right;
	font-size: 12px;
}
#frmfilter .summary {
	text-align: left;
	margin-bottom: 20px;
	color: #54411f;
}
#frmfilter select {
	border: 1px solid #ccc;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #fff;
	padding: 2px;
	margin: 0;
}
#frmfilter span {
	margin: 0 10px 0 10px;
}
#register_iagree {
	display: none; 
	max-height: 300px; 
	overflow-y: auto;
	font-family: Courier New, Courier;
	font-size: 12px;
	line-height: 15px;
}




div.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.centralizer {
	text-align: center;
}
.rightalizer {
	text-align: right;
}
.spacer {
	display: block;
	height: 10px;
	line-height: 10px;
}
.fixator {
	display: block;
	overflow: hidden;
}
.f12 {
	font-size: 12px;
}
.f11 {
	font-size: 11px;
}

.gallery {
	display: block;
	overflow:hidden;
}
.gallery div {
	width: 80px;
	height: 80px;
	overflow: hidden;
	margin: 5px;
	float: left;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0px 0px 5px #666;
	-moz-box-shadow: 0px 0px 5px #666;
	-webkit-box-shadow: 0px 0px 5px #666;
	background-position: center center;
	background-repeat: no-repeat;
	text-align: center;
}
.gallery div:hover {
	box-shadow: 0px 0px 5px #000;
	-moz-box-shadow: 0px 0px 5px #000;
	-webkit-box-shadow: 0px 0px 5px #000;
}
.gallery div.banner {
	width: 100%;
	height: auto;
	border: none;
	margin: 5px 0 5px 0;
	background: transparent;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	box-shadow: 0px 0px 0px #fff;
	-moz-box-shadow: 0px 0px 0px #fff;
	-webkit-box-shadow: 0px 0px 0px #fff;
}	
.gallery div a {
	border: none;
	text-decoration: none;
}
.gallery div a img {
	width: 80px;
	height: 80px;
	border: none;
}
.gallery div a:hover {
}

ul.attachments {
	list-style-type: none;
	margin: 0;
}
ul.attachments li {
	padding: 0 0 0 40px;
	font-size: 12px;
	line-height: 32px;
	background: no-repeat left center;
	margin-left: -20px;
	min-height: 32px;
}
ul.attachments li span {
	color: #999;
	font-size: 10px;
}
ul.attachments li a {
	margin-right: 5px;
}

#media_upload {
	display: none;
	overflow: hidden;
	position: absolute;
	top: 0px;
	left: 50%;
	margin: 0 0 20px -460px;
	width: 900px;
	min-height: 500px;
	background-color: #fff;
	box-shadow: 0px 0px 15px #000;
	-moz-box-shadow: 0px 0px 15px #000;
	-webkit-box-shadow: 0px 0px 15px #000;
	border: solid 5px #333;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius:  5px;
	z-index: 999;
}
#media_upload b {
	font-size: 14px;
}
#user_images_upload {
	display: none;
	overflow: hidden;
	border: 3px solid #000;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius:  15px;
	box-shadow: 0px 0px 15px #000;
	-moz-box-shadow: 0px 0px 15px #000;
	-webkit-box-shadow: 0px 0px 15px #000;
	color: #000;
	font-size: 12px;
	padding: 10px;
	background: #fff;
	width: 400px;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 0;
	margin: 200px 0 0 -200px;
}

#errorbox {
	display: none;
	position: fixed;
	_position: absolute;
	z-index: 200;
	top: 200px;
	left: 50%;
	min-width: 300px;
	max-width: 480px;
	border: 3px solid #000;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius:  15px;
	box-shadow: 0px 0px 15px #000;
	-moz-box-shadow: 0px 0px 15px #000;
	-webkit-box-shadow: 0px 0px 15px #000;
	color: #000;
	font-size: 12px;
	padding: 10px;
	background: #ffd700;
}
#errorbox_title {
	color: #000;
	font-weight: bold;
	font-size: 14px;
	line-height: 24px;
	padding: 0px 0px 0px 5px;
}
#errorbox_msg {
	margin: 10px 0px 0px 0px;
	color: #000;
	font-size: 12px;
	overflow: hidden;
	line-height: 16px;
}
#errorbox_bottom {
	text-align: center;
	margin-top: 20px;
}
#errorbox_close {
	padding: 2px 10px 2px 10px;
	font-size: 12px;
	font-weight: bold;
	font-family:Arial, Helvetica, Sans-Serif;
	border: solid 1px #000;
	color: #fff;
	background-color: #000;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#errorbox_close:hover {
	cursor: pointer;
	border: solid 1px #000;
	color: #ffd700;
	background-color: #000;
}	

table.votelist td {
	font-size: 12px;
	line-height: 20px;
	border-bottom: 1px solid #ededed;
	padding: 2px;
}
#venue_submit_vote {
	display: none;
}
a.weather, #column_right p a.weather, #content .content_detail p a.weather {
	background: url(/images/icons/weather.png) no-repeat left center;
	line-height: 16px;
	padding: 20px;
	border: none;
	text-decoration: none;
}
a.weather:hover {
	border: none;
	text-decoration: none;
}
a.psilon {
	background: transparent url(/images/icons/psilon.png) no-repeat 3px 6px;
	padding: 3px 0 0 25px;
}
a.email, #column_right .box a.email {
	background: url(/images/icons/email.png) no-repeat left 2px;
	padding-left: 15px;
}

#title_img {
	position: absolute;
	top: -999px;
}
#logo_print {
	display: none;
}

#banner_right_float {
	display: none;
	position: absolute; 
	left: 50%; 
	top: 50px; 
	margin: 0px 10px 0px 520px; 
	background-color: #1a1a1a; 
	border: 1px solid #1a1a1a;
	border-radius: 5px;
	box-shadow: 0px 0px 10px #000;
	color: #fff;
}
#banner_right_float_content {
	margin: 3px;
}



@media print
{
	#header, #column_left, #column_right, #footer, iframe, .banner  {
		display: none;
	}
	body, div {
		overflow: visible !important;
	}
	h1 {
		background: none;
		color: #000;
		padding: 0;
		margin: 0;
		border-bottom: 1px solid #999;
	}
	a {
		border: none;
	}
	#logo_print {
		display: block;
		margin-bottom: 20px;
	}
	#page {
		position: relative;
		width: 100%;
		top: 0px;
		left: 0px;
		margin: 0;
		padding: 0;
	}
	#main {
		width: 100%;
		border: none;
		box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
	}
	#main .pagetitle h1 {
		float: none;
		color: #000;
		margin: 0;
		width: 100%;
		text-shadow: none;
	}
	#main .pagetitle a {
		display: none;
	}
	#content_wrapper {
		width: 100%;
		float: none;
	}
	#content {
		position: relative;
		width: 100%;
		top: 0px;
		left: 0px;
		margin: 0;
		padding: 0;
		border: none;
		float: none;
		z-index: 10;
		color: #000;
	}	
	#content .content_list .row .thumb img {
		max-width: 120px;
		max-height: 90px;
	}
	#content .content_list .top_line {
		border: none;
	}
}

