body {
	background:#fff url(img/background.gif) repeat-y center;
	font-family:verdana,helvetica,arial,sans-serif;
	font-size:14px;
	/*background:#4D5E6E; */
}

#wrapper {
	width:940px;
	overflow:hidden;
	padding:10px;
	margin:0px auto;
	background:#e2e3e5;
	border:2px solid #333;
}

#banner {
	float:right;
	width:728px;
	overflow:hidden;
}

h1, h2 {
	font-size:130%;
	display:inline;
	margin:0px 10px 0px 0px;
	padding:0px 10px 0px 0px;
}

h1 {
	border-right:1px solid #333;
	text-transform:uppercase;
}

h2 {
	font-weight:normal;
}

h3 {
	margin:10px 0;
	color:#2f7c9e;
}

#sidebar h3 {
	margin-top:0px;
}

h4 {
	display:inline;
}

#sidebar p {
	font-size:90%;
	margin:5px 0px;
}

a {
	color: #CC3311;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	text-decoration:underline;
}

a img{
	border:0px;
}

#wrapper {
	background:#fff;
	border:0px;
}

#header {
	float:left;
	width:940px;
}

#header #tribune_logo {
	float:left;
	margin-top:20px;
	width:200px;
}

#main_nav {
	color:#fff;
	text-transform:uppercase;
}

#main_nav a {
	color:#fff;
	padding:5px;
	padding-top:0px;
	padding-bottom:5px;
	text-decoration:none;
	font-weight:bold;
}

#main_nav a:hover {
	background:#ccc;
	color:#333;
}

#main_nav ul {
	list-style-type:none;
	float:left;
	padding:5px 0px;
	margin:10px 0px 20px;
	background:url(img/nav_bg2.gif);
	width:100%;
	height:40px;
	overflow:hidden;
}

#main_nav li {
	display:inline;
	padding:0px 5px;
	border-right:1px solid #ccc;
}

#main_nav li.last {
	border:none;
	float:right;
}

#main_nav ul ul {
	background:none;
	display:none;
	width:100%;
	padding-top:5px;
	margin-top:1px;
}

#main_nav ul ul.active {
	display:block;
}

#main_nav ul ul li {
	border-right:1px solid #333;
}

#main_nav ul ul a {
	color:#333;
}

#main_nav ul ul a:hover {
	color:#000;
}

#content {
	float:left;
	width:620px;
}

.description {
	border-bottom:0px solid #333;
	padding-bottom:5px;
	margin-bottom:10px;
	margin-top:10px;
	line-height:18px;
}

.description a {
	color:#cc3311;
}

#sidebar {
	float:right;
	width:300px;
	padding:0px 10px;
}

#sidebar ul {
	list-style-type:none;
	padding-left:0px;
	margin:0px;
	margin-bottom:10px;
}

#sidebar li {
	border-bottom:1px solid #333;
	padding:10px 0;
}

button {
	margin:5px;
}



.navigation {
	width:600px;
	margin:0px;
	margin-bottom:10px;
	background:#fff;
	border:none;
}

.navigation ul {
	width:600px;
}

.navigation ul li {
	width:74px;
	margin-right:11px;
}

.navigation ul li a {
	font-weight:normal;
	padding-top:20px;
}

.navigation .address_field {
	width:300px;
	background:none;
	float:left;
	margin-left:0px;
}

.navigation ul li input {
	margin-left:28px;
}

.navigation ul li label {
	padding-left:0px;
	font-weight:normal;
	display:block;
}

body .navigation ul li {
	height:40px;
	background-position:left bottom;
}

.navigation .selectors {
	float:left;
}

button {
	margin-right:5px;
	padding:0px;
	cursor:pointer;
}

.smalltext {
	font-size:8.5px;
}


#loading {
	position: absolute;
			top: 25%;
			left: 25%;
			width: 50%;
			height: 50%;
			padding: 16px;
			z-index:1002;
			overflow: auto;

	font-size:150%;
	z-index:1002;
}

.black_overlay{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}


.nav_tab {
	float:left;
	border-bottom:0px solid #2f7c9e;
	margin-top:0px;
	width:620px;
	font-weight:bold;
}

.nav_tab .active {
	color:#333;
	background:url(img/active-tab.png);
}

.nav_tab .tab_label {
	float:left;
	font-size:65%;
	margin-top:5px;
	margin-right:5px;
	margin-left:10px;
	color:#899D00;
}

.nav_tab ul {
	padding-bottom:0px;
	margin:10px 0;
	padding-left:10px;
}

body .nav_tab ul li {
	width:200px;
	background:url(img/inactive-tab.png) repeat-x scroll center top;
	/*background:url(img/inactive-tab.png);*/
	float:left;
	display:block;
	text-align:center;
	margin:0px;
	font-size:10px;
	cursor: pointer;
	height:25px;
	color:#fff;
}	

.tab_text {
	margin-top:5px;
	display:block;
}

#footer {
	float:left;
	font-size:80%;
	color:#666;
	margin-top:10px;
	text-align:center;
	width:100%;
}

#footer a {
	color:#333;
}

#rules {
	font-size:80%;
}

#rules h3:hover {
	cursor:pointer;
}

#stats_frame {
	display:none;
}

/* Caption contest css */
.main_image {
	text-align:left;
	float:left;
}

.main_image h3 {
	text-align:left;
}

.main_image img {
	width:500px;
	float:left;
}

.results {
	border:1px dotted #ccc;
	float:left;
	margin:0px;
	padding:0px 12px;
	width:180px;
	
}

.first, .second, .third {
	font-size:90%;
	float:left;
	width:250px;
	margin-left:5px;
}

.winners_widget .first, .winners_widget .second, .winners_widget .third {
	float:none;
	width:auto;
}

.r0 {
	border:0px;
}

.r1 {
	border-top:0px;
	border-bottom:0px;
}

.r2 {
	border:0px;
}

.r3,.r6,.r9 {
	border-left:0px;
	border-right:0px;
	border-bottom:1px;
}

.r4,.r7,.r10 {
	border-bottom:0px;
}

.r5,.r8,.r11 {
	border-left:0px;
	border-right:0px;
	border-bottom:1px;
}

.contestant {
	font-style:none;
	margin-bottom:10px;
	margin-top:0px;
}

.results .image img {
	width:180px;
}

.results .image {
	border:0px;
}

.results h3 {
	margin-top:0px;
}

.page_navigation {
	width:100%;
	overflow:hidden;
	margin:5px 0 10px;
	text-align:center;
	float:left;
	border-top:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
	float:left;
	padding:2px 0px;
}

.page_navigation a {
	color:#ee9900;
}

.page_navigation a:hover {
	text-decoration:underline;
}

.prev {
	float:left;
	display:inline;
	margin:0px 0px 0px 0px;
	padding-right:10px;
	width:150px;
	text-align:left;
	font-weight:bold;
	color:#ccc;
}

.next {
	float:left;
	display:inline;
	margin:0px 0px;
	width:150px;
	text-align:right;
	font-weight:bold;
	color:#ccc;
}

.year_pager{
	width:310px;
	float:left;
	text-align:center;
	font-weight:bold;
	color:#ccc;
}

.year_pager .all {
	border-left:0px;
}

.year_pager .active a {
	color:#888;
}

.year {
	margin:0px 3px;
	padding-left:6px;
	border-left:1px solid #888;
}

/* Caption contest sidebar widget */
.image {
	text-align:left;
	border: 0px solid #cdcdcd;
	border-bottom:0px;
	float:left;
}

.old_picture {
	text-align:center;
}

.old_picture img, #sidebar .main_image img{
	width:300px;
}

#sidebar #this_week {
	padding:0px;
	border:0px;
	margin-top:0px;
}

#sidebar textarea {
	width:270px;
}

#sidebar .search_box {
	width:200px;
	display:none;
}

#sidebar form .field {
	width: 200px;
}


#sidebar p {
	width:300px;
}

#sidebar .share {
	display:none;
}

#sidebar table.my_table {
	width:300px;
	margin:0px;
}

/*
.first {
	font-weight:bold;

	background:url(http://slonews.thetribunenews.com/contests/new_caption/shared/img/1st.png) no-repeat left;
	padding-left:60px;
	border:1px solid #CDCDCD;
	background-color:lightgoldenrodyellow;
	overflow:hidden;
	padding-top:10px;
	padding-bottom:10px;
}

.second {

	background:url(http://slonews.thetribunenews.com/contests/new_caption/shared/img/2nd.png) no-repeat left;
	padding-left:60px;
	border-left:1px solid #CDCDCD;
	border-right:1px solid #CDCDCD;
	border-bottom:1px solid #CDCDCD;
	background-color:lightgoldenrodyellow;
	overflow:hidden;
	padding-top:10px;
	padding-bottom:10px;
}

.third {

	background:url(http://slonews.thetribunenews.com/contests/new_caption/shared/img/3rd.png) no-repeat left;
	padding-left:60px;
	border-left:1px solid #CDCDCD;
	border-right:1px solid #CDCDCD;
	border-bottom:1px solid #CDCDCD;
	background-color:lightgoldenrodyellow;
	overflow:hidden;
	padding-top:10px;
	padding-bottom:10px;
}
*/
form .field {
	width:33%;
	float:left;
	overflow:hidden;
}

form .big_field {
	width:100%;
}

form .name {
	display:block;
}

.votes .user {
	border-bottom:1px solid;
	overflow:hidden;
}

.votes .name {
	float:left;
	width: 100px;
}

.votes .result {
	float:right;
	width: 500px;
	margin-bottom:5px;
}

.pds-question-top img {
	width:500px;
}

.pds-question-inner {
	text-align:center;
}

.PDS_Poll {
	margin:0 auto;
	width:600px;
}

#PDI_container2794450 .pds-answer label {
	width:550px;
}

table.my_table tbody tr.remove1 {
	background:#ffaaaa;
}

body #wrapper .PDS_Poll .pds-box {
	width:600px;
	border:0px;
}

.search_box {
	width:600px;
	padding:10px;
	border:0px solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	float:left;
}

#this_week_tab, #last_week_tab {
	position:relative;
	top:1px;
}

#last_week {
	margin-top:45px;
	padding:10px;
	border:1px solid #ee9900;
	width:598px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#this_week {
	margin-top:45px;
	padding:10px;
	border:1px solid #ee9900;
	width:598px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	overflow:hidden;
}

.highlight {
	font-weight:bold;
}

.share {
	float:right;
	width:90px;
	text-align:center;
	overflow:hidden;
	clear:none;
}

.share a {
	color:#333;
}

.share .text {
	display:block;
}

.share_icon {
	text-align:center;
	margin:10px 0;
}

.share_icon .text {
	font-size:80%;
}

.facebook_icon {
	width:100%
	
}

.share_icon .fb_share_count_wrapper {
	width:63px;
	margin:0px 13px;
}

.share .FBConnectButton_Small, .FBConnectButton_RTL_Small {
	width:63px;
}

.main_image .share img {
	width:auto;
	float:none;
}

#share_twitter {
	background:url(../shared/icons/twitter_16.png) no-repeat center;
}

#share_twitter:hover{
	background:url(../shared/icons/twitter_32.png) no-repeat center;
}

#share_email {
	background:url(../shared/icons/email_32.png) no-repeat left;
	padding-left:35px;
	padding-top:11px;
	height:35px;
	font-size:83%;
	text-align:left;
}

#share_email:hover{
	background:url(../shared/icons/email_32.png) no-repeat left;
}

#share_facebook {
	background:url(../shared/icons/facebook_16.png) no-repeat center;
}

#share_facebook:hover{
	background:url(../shared/icons/facebook_32.png) no-repeat center;
}

.description, .result_container, #sidebar, .page_navigation, .winners_widget div{
	font-size:90%;
}

#leaderboard {
	margin-top:20px;
}

.rules {
	list-style-position: outside; 
	margin-right: 10px; 
	margin-left: 0px; 
	list-style-type: decimal; 
	font-size: 10px;
}

.rules li {
	margin-bottom:10px;
}


