*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0;border-color:White;}
td {border-color:White;}

fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ul { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight: normal; }
q:before, q:after { content:'' }
a { text-decoration:none }
strong { font-weight:bold }
em { font-style:italic }
* a { position:relative }
a img { border:none }
* { outline: none; }
.jquery-corner { position: relative; }

hr { margin-top:10px; margin-bottom:10px; }

html {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, Verdana, Arial, sans-serif;
	font-size:62.5%;
	font-weight:normal;
	/*background:	#242323 url(images/bg_site.gif) no-repeat scroll 50% top;*/
	background-color:#000;
}

body {
	font-size: 1.2em;
	color: #555;
	line-height: 170%;
	min-width: 960px;
	max-width: 1300px;
	margin: 0 auto;
	/*background-image: url(images/body_bg.gif);
	background-repeat: repeat-x;*/
}

div.clear {
	clear: both;
}

a { color: #f7740a; /*text-decoration: underline; */}
a:hover { color: #555; text-decoration: none; }
a.selected { color: #555; text-decoration: none; }

/*** SEARCH / LOGIN BAR **********/

#page
{
	position:relative; 
	width:980px;
	margin:0 auto;
}

#search-login-bar {
	border-top: 0px solid #f7740a;
	background: url(images/masthead.jpg);
	padding: 7px 20px;
	/*height:56px;*/
	padding-right:0;
	padding-left:0;
	padding-top:3px;
	padding-bottom:3px;
}
	#search-login-bar #search-form {
		float: left;
		margin-top: 1px;
	}
		#search-login-bar #search-terms {
			width: 200px;
			margin-right: 4px;
			color: #888;
		}

		#search-login-bar #search-which {
			margin-right: 2px;
		}

	#search-login-bar #login-form, #logout-link {
		float: right;
	}
	
	#logout-link img {
		vertical-align: middle;
	}

	#search-login-bar h1 a {
		text-indent: -999em;
		/*background: url(images/logo.png) top left no-repeat;*/
		overflow: hidden;
		width: 273px;
		height: 148px;
		display: block;
		float: left;
		margin-top:5px
	}
	
/*** HEADER **********/

#header {
	/*padding: 25px 20px;*/
	background-color:#181716;
	border-top:1px solid #2b2a2a;
	padding: 2px;
	height:35px;
}

	#header ul {
		/*float: right;*/
		margin: 7px 6px 0 0;
	}
	
		#header ul li {
			float: left;
			margin: 0 0 0 15px;
		}
			#header ul li a {
				/*background: #f0f0f0;*/
				color: #fff;
				display: block;
				padding: 2px 8px;
				/*-moz-border-radius: 3px;
				-webkit-border-radius: 3px;*/
				text-decoration: none;
			}
			
			#header ul li.selected a {
				/*background: #fff9df;*/
				color: #ff7900;
				font-weight: bold;
			}

/*** HEADER **********/

#subnav {
	/*padding: 25px 20px;*/
	background-color:#181716;
	border-top:1px solid #2b2a2a;
	padding: 2px;
	height:22px;
	background: url(images/subnav.gif) repeat-x;
	font-size:0.9em;

}

	#subnav ul {
		/*float: right;*/
		margin: 0px 5px 0 0;
	}
	
		#subnav ul li {
			float: left;
			margin: 0 0 0 15px;
		}
			#subnav ul li a {
				/*background: #f0f0f0;*/
				color: #fff;
				display: block;
				padding: 0px 15px;
				/*-moz-border-radius: 3px;
				-webkit-border-radius: 3px;*/
				text-decoration: none;
					color:#999;
			}
			
					#subnav ul li a:hover {
					color:#eaeaea;
			}
			
			#subnav ul li.selected a 
			{
				background: url(images/subnav-over.gif) repeat-x;
				/*background: #fff9df;*/
				color: #fff;
						}

/*** CONTENT **********/

#content {
	padding: 0 20px;
	padding-top:20px;
	padding-bottom:20px;
	background: url(images/main.gif) repeat-x;
	background-color: #ff853a;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	-khtml-border-radius-bottomleft: 3px;
	-khtml-border-radius-bottomright: 3px;
	-webkit-border-radius-bottomleft: 3px;
	-webkit-border-radius-bottomright: 3px;
	z-index:9;
}

h3 {
	font: normal 1.6em "Georgia", Times, serif;
	margin: 0 0 10px 0;
}

h4 {
	font: normal 1.3em "Georgia", Times, serif;
	margin: 0 0 5px 0;
}

div.create-account {
	margin: 10px 0;
	text-align: right;
}

/*** PROFILE **********/

h3.name {
	font: normal 1.9em Georgia, times, serif;
	border: none;
}

.profileImage
{
	border:4px solid #ccc;
	margin-left:5px;
	margin-bottom:5px;
}

#profile-left 
{
	float:left;
	width:200px;	
}

#profile-right 
{

	margin-left:218px;	
	padding:15px;
	padding-top:0;
	padding-right:5px;
}

table.profile-fields
{
	width:100%;
}

table.profile-fields td
{
	border:2px solid #fff;
}

table.profile-fields td.label
{
	background-color:#fff;
	padding:2px;
	width:100px;

}

table.profile-fields td.data
{
	background-color:#fff;
	padding:2px;
}

table.profile-fields td.data2
{
	background-color:#fff;
	padding:2px;
}



/*** WIDGETS **********/

.widget {
	margin: 0 0 25px 0;
}

h2.widgettitle {
	padding: 3px 8px;
	margin-bottom: 5px;
	height: 36px;
	font-weight: bold;
	background: url(images/rightcol_header_back.gif) top left no-repeat !important;
	color: #fff !important;
	margin-top:5px;
}

	h2.widgettitle a {
		text-decoration: none;
		color: #555;
	}

	h2.widgettitle img {
		vertical-align: middle;
		margin-right: 4px;
	}

	.bp_core_widget_welcome h2 {
		background: url(images/welcome_header_back.gif) top left no-repeat !important;
		color: #fff !important;
	}

.widget ul.item-list li, .activity-list {
	background: url(images/item_list_back.gif) top left repeat-x;
	padding: 15px;
}
	.activity-list { padding: 0; border: 1px solid #fff; margin-top: -1px; }
	
	.widget ul.item-list {
		margin-top: 5px !important;
	}
	
	.widget ul.item-list li .item-avatar img, img.avatar {
		border: 3px solid #ddd;
	}
	
	.widget ul.item-list li h4.item-title {
		font: normal 1.4em "Georgia", Times, serif;
		margin: 0 0 7px 0;	
	}
	
	.bp_blogs_widget_recent_posts img.avatar {
		width: 50px !important;
		height: 50px !important;
	}	
	
	.widget ul.item-list li .item {
		margin-left: 71px;
	}
		.bp_blogs_widget_recent_posts ul.item-list li .item {
			margin-left: 31px;
		}
	
	.widget ul.item-list li .item-meta {
		font: normal 1em "Georgia", Times, serif;
		margin: 10px 0;
	}
	
	.widget .item-options {
		text-align: right;
		font-size: 0.9em;
		margin: -15px 0 0 0;
	}
	
	.bp_core_widget_whos_online .item-avatar {
		float: left;
		margin-right: 10px;
	}
	
.widget-error {
	padding: 10px;
	background: #fff9df;
}

span.activity {
	color: #888;
	background: #FFF9DB;
	padding: 4px 6px;
	border-right: 1px solid #FFE8C4;
	border-bottom: 1px solid #FFE8C4;
	display: inline-block;
	font: 0.9em normal "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, Verdana, Arial, sans-serif;
	margin: -5px 0 0 0;
}

div.avatar-block {
	padding: 0 15px;
}

.bp_core_widget_whos_online img {
	margin-bottom: 15px !important;
}

.widget table#wp-calendar {
	width: 100%;
}

.widget table#wp-calendar caption {
	text-align: center;
	font-size: 1.2em;
	font-family: georgia, times, serif;
	padding-bottom: 10px;
}

.widget table#wp-calendar th {
	text-align: center;
	font-weight: bold;
}

.widget table#wp-calendar td {
	background: #eee;
	border: 2px solid #fff;
	text-align: center;
}
	.widget table#wp-calendar td:hover {
		background: #ccc;
		cursor: pointer;
	}
	
	.widget table#wp-calendar td#today {
		background: #fff9df;
	}
	
	.widget table#wp-calendar td.pad {
		background: none;
	}

.widget #ajax-loader-members, .widget #ajax-loader-groups {
	padding-right: 5px;
	float: none !important;
}

/** ACTIVITY FEED **********/

.activity-list {
	padding: 0 5px;
}

.activity-list li {
	margin: 15px 0;
	padding-left: 21px;
	list-style-type:disc;
	list-style-position:inside;
}
	.activity-list li.blogs {
		background: url(images/blog_bullet.gif) 0 4px no-repeat;		
	}
	
	.activity-list li.profile {
		background: url(images/profile_bullet.gif) 0 4px no-repeat;
	}

	.activity-list li.friends {
		background: url(images/friends_bullet.gif) 0 4px no-repeat;
	}
	
	.activity-list li.groups {
		background: url(images/groups_bullet.gif) 0 4px no-repeat;
	}
	
	.activity-list li.wire {
		background: url(images/wire_bullet.gif) 0 4px no-repeat;
	}

.activity-list li blockquote {
	padding: 7px 15px 7px 40px;
	background: url(images/quotes_background.gif) 10px 9px no-repeat #eee;
	margin: 5px 0;
}

.activity-list li span.time-since {
	font-size: 0.8em;
	color: #999;
}


/*** LEFT COLUMN **********/

#left-column {
	margin-right: 280px;
	background-color:#ffffff;
		-moz-border-radius: 3px;
		-khtml-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		padding:15px;
		margin-bottom:15px;
		overflow: hidden;
		width: 630px;
}



	#left-column.span-two {
		margin-right: 280px;
	}

	#left-column .widget h2, .narrowcolumn h2.widgettitle {
		background: url(images/welcome_header_back.gif) top left no-repeat;
	}
	
#center-column {
	float: right;
	width: 260px;
	margin-right: 20px;
}

	#center-column .widget h2 {
		background: url(images/centercol_header_back.gif) top left no-repeat;
		color: #fff;
	}

#right-column {
	float: right;
	width: 260px;

}

	#right-column .widget h2, #sidebar h2.widgettitle {
		background: url(images/rightcol_header_back.gif) top left no-repeat;
		color: #fff;
	}

#sidebar .widget ul, .widget_rss ul, .widget_pages ul, .widget_links ul,
.widget_meta ul, .widget_categories ul, .widget_archive ul {
	padding-left: 15px;

}
	#sidebar .widget ul.item-list {
		padding: 0;
	}

	#sidebar .widget li, .widget_rss ul li, .widget_pages ul li, .widget_archive ul li,
	.widget_links li, .widget_meta li, .widget_categories li {
		list-style-type: square;
		margin-left: 16px;
		padding-left: 5px;
		margin-bottom: 5px;
	}
		#sidebar .widget ul.item-list li {
			list-style-type: none;
			margin: 0;
			padding: 15px;
		}
		
#pre-foot 
{
	clear:both;
	background-color:#fff;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding:10px;
	
}
	
#pre-foot h5 
{
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-khtml-border-radius-topleft: 3px;
	-khtml-border-radius-topright: 3px;
	-webkit-border-radius-topleft: 3px;
	-webkit-border-radius-topright: 3px;
	width:100%;
	width:912px;
	/*background-color:#ff5718;*/
	padding:4px;
	font-weight:bold;
	color:#ff5718;
	border-bottom:1px solid #f7740a;
	text-align:center;
}
	
#pre-foot p 
{
	width:912px;
	background-color:#f6c09e;
	background: url(images/tips-fade.gif) repeat-x;
	padding:4px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	-khtml-border-radius-bottomleft: 3px;
	-khtml-border-radius-bottomright: 3px;
	-webkit-border-radius-bottomleft: 3px;
	-webkit-border-radius-bottomright: 3px;
	text-align:center;
	}
	
.chattercomment
{
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	width:382px;
	padding:5px;
	background-color:#e5f1f4;
	margin-bottom:5px;
	overflow:hidden;
}

.userlistitem
{
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	width:202px;
	padding:5px;
	background-color:#eaeaea;
	margin-bottom:5px;
	overflow:hidden;
	margin-left:5px;
}

.userlistitem2
{
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	width:202px;
	padding:5px;
	background-color:#E5F1F4;
	margin-bottom:5px;
	overflow:hidden;
	margin-left:5px;
}

.venuelistitem
{
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding:5px;
	background-color:#eaeaea;
	margin-bottom:5px;
	overflow:hidden;
}

.venuelistitem img 
{
	margin:0;
	}

.venuesearch
{	
	width:290px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding:5px;
	background-color:#eaeaea;
	margin-bottom:5px;
	overflow:hidden;
}


.userlistitem span.username 
{
	float:left;
	}

.userlistitem img
{
	float:left;
	margin-right:5px;
	}

.profilestatus
{
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	width:382px;
	padding:5px;
	background-color:#f6c09e;
	margin-bottom:5px;

}


/** NEWS BLOG STYLES *********/

.narrowcolumn {
	width: 65%;
	float: left;
	margin: 0;
}

.alignleft { float: left; }
.alignright { float: right; }

.item-options {
	padding: 5px;
	height: 15px;
}

.post, #comments-section, #compose-reply {
	background: url(images/item_list_back.gif) top left repeat-x;
	padding: 20px 15px;	
	clear: both;
}
	#comments-section, #compose-reply {
		background: none;
	}
	
	ol#comments { list-style: none; }

.post p {
	margin-top: 15px;
}

.post ul {
	list-style-type: disc;
	padding-left: 15px;
	margin-top: 15px;
}

#sidebar {
	margin-left: 70%;
	margin-right: 20px;
		margin-top:20px;
}

.post h3 {
	font: normal 1.6em Georgia, times, serif;
	border: none;
	padding: 0;
	margin: 0;
}
	.post h3 a {
		color: #555;
	}

.post p.date, .small, h3 span {
	color: #888;
	font-size: 0.95em;
}
	.post p.date em {
		color: #f7740a;
		font: italic 1em Georgia, times, serif;
	}

.post .entry {
	margin: 10px 0;
}
	
.post span.tags {
	background: url(images/tag_icon.gif) center left no-repeat;
	padding-left: 1.6em;
	float: left;
}

.post span.comments {
	float: right;
	background: url(images/comments_icon.gif) center right no-repeat;
	padding-right: 2.1em;
}

.postmetadata {
	padding: 0.5em 0;
}

.post-details {
	background: #f0f0f0;
	padding: 1em 1.5em;
	margin: 0 0 2em 0;
}

h4.archive {
	font: normal 1.2em Georgia, Times, serif;
	text-transform: uppercase;
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 0.5em;
	margin: -1em 0 1em 0;
}

/*** Login Form ***/

.loginLabel, .loginInputs
{
	margin-right:100px;
	width:170px;
}

.emailSignupInput
{
	width:170px;

}
.searchbox 
{
		width:170px;

	}
input[type=text], input[type=password]
{
	background:white url(Images/bgTextBox.gif) repeat-x scroll left top;
	border-color:#A8BAC2 #DFE5E7 #DFE5E7 #A8BAC2;
border-style:solid;
border-width:1px;
color:#11354A;
font-family:verdana;
font-size:8pt;
height:15px;
padding:1px;

	}
	
.statusInput
{
	width:228px;
	font-family:Verdana ;
	font-size:8pt;	
}
	
.usercommentInput
{
	width:390px;
	font-family:Verdana ;
	font-size:8pt;	
}

	
	.usercommentWatermark
	{
		color:#ccc;
		font-family:Verdana ;
		font-size:8pt;
		width:390px;
		
	}
	
	.statusWatermark
	{
		color:#ccc;
		font-family:Verdana ;
		font-size:8pt;
		width:228px;
		
	}
	
	.nicebuttons 
	{
		background:transparent url(images/buttons.png) no-repeat scroll left top;
		border:0 none;
		color:white;
		cursor:pointer;
		font-size:11px;
		font-weight:bold;
		height:22px;
		margin:0;
		float:left;
		margin-top:3px;
	}
	
	.nicebuttonsend 
	{
		background:transparent url(images/buttons.png) no-repeat scroll -248px 0;
		height:27px;
		position:absolute;
		right:0;
		top:0;
		width:2px;
		margin-top:3px;
	}
	
	.nicebuttonsw
	{
		height:27px;
		overflow:hidden;
		position:relative;
		width:2px;
	}
	
	.searchnicebuttons 
	{
		background:#181716;
		border:0 none;
		color:white;
		cursor:pointer;
		font-size:11px;
		font-weight:bold;

		margin:0;
	}
	


/**** POST CONTENT STYLES (WORDPRESS STYLES) *****/

	.entry blockquote { width: 230px; font-style: normal !important; font-size: 1.1em !important; margin: 5px 15px 5px 0 !important; padding: 0.5em !important; background: #eee; text-align: center; float: left; }
	.entry blockquote.right { width: 230px; font-style: normal !important; font-size: 1.3em !important; margin: 5px 0 5px 15px !important; padding: 0.5em !important; background: #eee; border-width: 3px 0; text-align: center; float: right; }

	.entry p { margin: 0 0 15px 0; }

	.entry ul, .entry ol { margin: 0 0 15px 40px; }
	.entry ul { list-style: disc; }

		.entry li { margin: 0 0 5px 0; }
			.entry ul li ul, .entry ul li ol, .entry ol li ul, .entry ol li ol { margin: 5px 0 5px 30px; }

	.entry dl { margin: 0 0 15px 0; }
		.entry dt { font-weight: bold; }
		.entry dd { margin: 0 0 15px 20px; }
		.entry .gallery dd { margin: 0; }

	.entry .ad { margin: 0 0 15px 15px; float: right; }

	.entry .ad_left { margin: 0 15px 15px 0; float: left; }

	.entry a img { border: 0; }

	.entry img.left { padding: 3px; margin: 5px 15px 5px 0; border: 3px double #bbb; float: left; clear: left; }

	.entry img.right { padding: 3px; margin: 5px 0 5px 15px; border: 3px double #bbb; float: right; clear: right; }

	.entry img.center { display: block; padding: 3px; margin: 0 auto 15px auto; border: 3px double #bbb; float: none; clear: both; }

	.entry img.off { padding: 0 !important; border: none !important; }

	.entry img.stack { clear: none !important; }

	.entry img.wp-smiley { padding: 0 !important; margin: 0 !important; border: none !important; float: none !important; clear: none !important; }

	.entry img.centered, img.aligncenter {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

	.entry img.alignright {
		padding: 4px;
		margin: 0 0 2px 7px;
		display: inline;
	}

	.entry img.alignleft {
		padding: 4px;
		margin: 0 7px 2px 0;
		display: inline;
	}

	.entry .alignright {
		float: right;
	}

	.entry .alignleft {
		float: left;
	}
	
	.entry .aligncenter, .entry div.aligncenter {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

	.entry .wp-caption {
		border: 1px solid #ddd;
		text-align: center;
		background-color: #f3f3f3;
		padding-top: 4px;
		margin: 10px;
		-moz-border-radius: 3px;
		-khtml-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
	}

	.entry .wp-caption img {
		margin: 0;
		padding: 0;
		border: 0 none;
	}

	.entry dd.wp-caption p.wp-caption-text, .entry .wp-caption p.wp-caption-text {
		font-size: 11px;
		line-height: 17px;
		padding: 0 4px 5px 0;
		margin: 0;
	}

/*** COMMENT FORM STYLES ****/

textarea#comment {
	width: 100%;
}

#commentform { padding: 1em 1.5em; }
#commentform textarea { width: 100%;}
#comment-textarea { float: right; width: 80%; }

.comment-details { float: left; width: 20%; }
.comment-content { float: right; width: 80%; }

.commentlist li {
        padding: 15px;
        background: #fff;
        margin-bottom: 1em;
}
	.commentlist li.alt { background: #f0f0f0; }
	.commentlist li img.avatar { padding: 0 !important; }
	.commentlist li.alt img.avatar { border-color: #fff !important; }

.commentmetadata { 
        font-size: 0.9em;
        border-top: 1px solid #ddd;
        padding-top: 0.3em;
		margin-top: 1em;
}
	.commentmetadata a { color: #888; }

#commentform input, #commentform textarea {
	margin: 0 5px 8px 0;
}

/***** SIGNUP FORM *******/

#setupform {
	padding: 10px;
	float: left;
}
	#setupform h3 {
		margin-top: 20px;
	}

#setupform input, #setupform textarea, #activateform input {
	width: 95%;
	padding: 7px 5px;
	font-size: 1.2em;
}
	#setupform input[type='radio'], #setupform input[type='checkbox'] { width: auto; }
	#setupform select {
		padding: 3px;
	}
	
	input#submit {
		width: auto;
		margin-top: 20px;
		font-size: 1.2em;
	}

#setupform label, div.radio span.signup-label, 
div.checkbox span.signup-label {
	display: block;
	font-family: Georgia, times, serif;
	font-size: 1.3em;
	margin: 15px 0 5px 0;
}

p#intro-text, p#extra-fields-help, p#avatar-help-text, p#blog-help-text, p#blog-details-help {
	margin-bottom: 15px;
}

p.help-text, span.desc {
	font-size: 11px;
	color: #888;
	padding-top: 5px;
}

div.field-box, div.mu_alert, div#account-fields, div#email-signup, div#extra-form-fields, div#search-box, div#partners, div#twitter, div#season-box, div#hotBox,
div.avatar-field, div#blog-or-username-fields, div#blog-details-fields {
	background: #eee;
	padding: 5px 15px 15px 15px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-bottom:20px;
}


div#season-box
{
	background:transparent url(images/timer.jpg) no-repeat;
	height:172px;
	margin-bottom:0px;
	color:#f3bb0e;
	padding-top:20px;
	text-shadow: 1px 1px 1px #414735;
}

	div.field-box { padding-top: 15px; }
	
	#signup-welcome {
		width: 420px !important;
		margin: 20px 0;
	}

div#season-box
{
    
}

div.avatar-field {
	padding-top: 1px;
}

div#blog-or-username-fields {
	padding: 18px 15px 5px 15px;
}
	div#blog-or-username-fields p {
		padding-bottom: 10px;
	}
	
	div#blog-or-username-fields label {
		margin-left: 3px;
	}

div#extra-fields, div#avatar-form-fields, div#blog-or-username {
	margin-top: 30px;
}

div.mu_alert {
	padding-top: 15px;
	margin-bottom: 15px;
}

p.error, div.error {
	padding: 7px 10px;
	margin: 0 0 10px 0;
}
	div.error {
		margin: 10px 0 4px 0 !important;
	}

div#extra-fields select {
	width: 280px;
	font-size: 1.4em;
}

div#extra-fields div.datefield select {
	width: auto;
}

div#extra-fields div.radio label,
div#extra-fields div.checkbox label,
div#blog-or-username-fields label {
	display: inline !important;
	font-weight: normal;
	float: none;
	padding: 0 !important;
	margin-right: 15px;
	font-size: 1.1em;
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, arial, sans-serif;
}

div#signup-welcome {
	font: normal 1.2em georgia, times, serif;
}
	div#signup-welcome span.label {
		font-weight: bold;
	}

div.crop-img, div.crop-preview img {
	padding: 4px;
	background: #f0f0f0;
	border: 1px solid #ddd;
}
	div.crop-img {
		float: left;
		margin-right: 15px;
	}

#avatar-cropper h4 {
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: 5px;
	margin-top: 20px;
}

#avatar_v1 p, #avatar_v2 p {
	margin-bottom: 20px;
}

#avatar_v1 p.submit, #avatar_v2 p.submit {
	margin-top: 20px;
}

p.crop-preview {
	font-size: 1.2em;
}


/***** FOOTER *********/

#footer {
	background: #f0f0f0;
	padding: 15px;
	text-align: center;
	/*margin-top: 30px;*/
	height:190px;
	background: url(images/footer.png);
	font: normal 1.0em Georgia, times, serif;
	font-family:normal,"Lucida Grande","Lucida Sans Unicode","Lucida Sans",Tahoma,Verdana,Arial,sans-serif;
	color:#eaeaea;
}

#footer a:hover { color:#ffffff;}

.adminGrid
{
	width:100%;
}

.header td, .header tr
{
	border:0;
}

.adminGrid .header
{
	background-color:#eaeaea;
}

#imagePanel 
{	
	margin-top:20px;
	background-color:#fff;
	}
	
.modalBackground     
{
	 background-color: Gray;     
	 filter: alpha(opacity=70);     
	 opacity: 0.50; 
	 
	 }
	 
.adminCol
{
	width:350px;
}  

.adminImage
{
	border:1px solid #000;
	margin-bottom:20px;
}
	 
.updateProgress      
{
	border-width: 1px;     
	border-style: solid;     
	background-color: #FFFFFF;     
	position: absolute;     
	width: 180px;    
	height: 65px; } 
	
.modalPanel
{
	background-color:White;
	border:1px solid black;
	padding:10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.venuemap
{
	border:1px solid #ccc;
	
}


.searchboxdiv
{
	float:left;
	}
.searchbuttondiv
{
	float:left;
	}


h2.divider {font-size:1.4; font-weight:bold; margin-top:10px; margin-bottom:10px; width:100%;border-bottom:1px solid #ccc;}

p.divider {font-size:1.4; margin-top:10px; margin-bottom:10px; width:100%;border-bottom:1px solid #ccc;}

hr {width:100%;height:1px; margin-top:5px;margin-bottom:5px;color:#ccc;background-color:#cccccc;}

p.dividernews {}

h4.news {margin-top:5px; margin-bottom:5px; padding:4px;border-top:1px solid #f7740a;height:15px;background: url(images/newsheader.gif) repeat-x; color:#f7740a;}

.top {margin-top:5px; margin-bottom:5px; width:100%;border-top:1px solid #ff853a;height:15px;background: url(images/grad.gif) repeat-x;}
.bottom {margin-top:10px; margin-bottom:10px; width:100%;border-top:1px solid #cccccc;}

.rule {margin-top:0; width:100%;border-top:1px solid #cccccc;}

p.dividerslim {font-size:1.4; margin-top:3px; margin-bottom:3px; width:100%;border-bottom:1px solid #ccc;}

.signuperror 
{
border:1px solid #d61212; background-color :#fa6e6e; color:#fff; padding:5px; font-weight :bold;
}
	
.signuperrorform
{
border:1px solid #d61212; background-color :#fa6e6e; color:#fff; padding:1px; font-size:0.9em;
}

.signupok 
{

}

#banner 
{
	float:right;
	margin:10px;
	border:1px solid #fff;
	background-color:#000;
}

.imgpaging
{ text-align:center ; }

#minigallery 
{
	margin-left:5px;
	}
	
div#minigallery img
{
	margin-right:3px;
	margin-bottom:3px;
}

h2.widgettitlesmall {
	padding: 3px 8px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right:0;
	height: 36px;
	font-weight: bold;
	background: url(images/rightcol_header_back.gif) top left no-repeat !important;
	color: #fff !important;
	margin-top:0px;
	width:197px;
}

div#twitter 
{
font-size:0.8em;
padding:10px;
}

.twithead 
{
	font-size:1.1em;
	background:url(images/twitter2.png) top left no-repeat;
	padding-left:26px;
	height:24px;
}

.tweet 
{
	background-color:#ffffff;
	margin-bottom:5px;
	padding:2px;
	overflow:hidden;
		-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.tweetime
{
	background:#f6c09e; padding:1px; color:#fff;
}

.scorestar { width:30px;height:30px;padding-left:18px;background: url(images/bullet_green.png) no-repeat;  font-size:0.9em;  }
.score1 { width:30px;height:30px;background: url(images/star.png) no-repeat; padding-left:18px; font-size:0.9em;  }
.score2 { width:30px;height:30px;background: url(images/star-silver.png) no-repeat; padding-left:18px; font-size:0.9em;  }
.score3 { width:30px;height:30px;background: url(images/star-bronze.png) no-repeat; padding-left:18px; font-size:0.9em;  }
.minigal { padding:0;}

#parttab table th, td { padding:0; border:0 #eee;}
#parttab table { padding:0; border:0 #eee;}

#minileague { margin-left :12px; margin-bottom:10px; padding:.2em; } 
#minileague td { padding:.1em; } 

.ddlSeason { margin-left:13px; font-size:80%; }
