.padder { padding: 20px; }
.clear { clear: left; }

#header #search-bar {
	position: absolute;
	top: 25px;
	right: 0;
	width: 100%;
	text-align: right;
}
div#sidebar ul.item-list img.avatar {
	width: 25px;
	height: 25px;
	margin-right: 10px;
}
div#sidebar div.item-avatar img {
	width: 40px;
	height: 40px;
	margin: 1px;
}	
div#sidebar .avatar-block { overflow: hidden; }

div#item-header {
	overflow: hidden;
}
	div#item-header div#item-header-content { margin-left: 170px; }

	div#item-header h2 {
		font-size: 28px;
		margin: 0 0 15px 0;
		line-height: 120%;
	}
		div#item-header h2 a {
			text-decoration: none;
			color: #777;
		}

	div#item-header img.avatar {
		float: left;
		margin: 0 15px 25px 0;
	}

	div#item-header h2 { margin-bottom: 5px; }

	div#item-header span.activity, div#item-header h2 span.highlight {
		vertical-align: middle;
		font-size: 11px;
		font-weight: normal;
		line-height: 170%;
		margin-bottom: 7px;
	}

	div#item-header h2 span.highlight { font-size: 16px; }
	div#item-header h2 span.highlight span {
		position: relative;
		top: -2px;
		right: -2px;
		font-weight: bold;
		font-size: 11px;
		background: #a1dcfa;
		color: #fff;
		padding: 1px 4px;
		margin-bottom: 2px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		vertical-align: middle;
		cursor: pointer;
		display: none;
	}

	div#item-header div#item-meta {
		font-size: 14px;
		color: #aaa;
		padding-bottom: 10px;
		overflow: hidden;
		margin: 15px 0 5px 0;
	}

	div#item-header div#item-actions {
		float: right;
		width: 20%;
		margin: 0 0 15px 15px;
		text-align: right;
	}
		div#item-header div#item-actions h3 {
			font-size: 12px;
			margin: 0 0 5px 0;
		}

		div#item-header ul {
			overflow: hidden;
			margin-bottom: 15px;
		}

		div#item-header ul h5, div#item-header ul span, div#item-header ul hr {
			display: none;
		}

		div#item-header ul li {
			float: right;
		}

		div#item-header ul img.avatar, div#item-header ul.avatars img.avatar {
			width: 30px;
			height: 30px;
			margin: 2px;
		}

	div#item-header div.generic-button, div#item-header a.button {
		float: left;
		margin: 10px 10px 0 0;
	}

	div#item-header div#message.info {
		line-height: 80%;
	}


/*item lists*/


ul.item-list {
	width: 100%;
}
	ul.item-list li {
		position: relative;
		padding: 15px 0;
		border-bottom: 1px solid #eaeaea;
	}
		ul.single-line li { border: none; }
		body.activity-permalink ul.item-list li { padding-top: 0; }

		ul.item-list li img.avatar {
			float: left;
			margin: 0 10px 10px 0;
		}

		ul.item-list li div.item-title, ul.item-list li h4 {
			font-weight: normal;
			font-size: 14px;
			width: 75%;
			margin: 0;
		}
			ul.item-list li div.item-title span {
				font-size: 12px;
				color: #999;
			}

		ul.item-list li div.item-desc {
			margin: 10px 0 0 64px;
			font-size: 11px;
			color: #888;
			width: 50%;
		}

		ul.item-list li div.action {
			position: absolute;
			top: 15px;
			right: 0;
			text-align: right;
		}

		ul.item-list li div.meta {
			margin-top: 10px;
			color: #888;
			font-size: 11px;
		}

		ul.item-list li h5 span.small {
			font-weight: normal;
			font-size: 11px;
		}
	/*end of that*/
	
/* > Item Tabs
-------------------------------------------------------------- */

div.item-list-tabs {
	clear: left;
	overflow: hidden;
	margin: 25px -20px 20px -20px;
	background: #eaeaea;
}
	div.item-list-tabs ul li a {
		text-decoration: none;
	}

	div.item-list-tabs ul {
		width: 100%;
	}
		div.item-list-tabs ul li {
			float: left;
			margin: 5px 0 0 5px;
		}
			div.item-list-tabs#subnav ul li {
				margin-top: 0;
			}

			div.item-list-tabs ul li:first-child {
				margin-left: 20px;
			}

			div.item-list-tabs ul li.last {
				float: right;
				margin: 7px 20px 0 0;
			}
				div.item-list-tabs#subnav ul li.last {
					margin-top: 4px;
				}

				div.item-list-tabs ul li.last select {
					max-width: 175px;
				}

		div.item-list-tabs ul li a,
		div.item-list-tabs ul li span {
			display: block;
			padding: 5px 10px;
			text-decoration: none;
		}
			div.item-list-tabs ul li span {
				color: #aaa;
			}

			div.item-list-tabs ul li a span {
				display: inline;
				padding: 0;
				color: inherit;
			}

		div.item-list-tabs ul li.selected a,
		div.item-list-tabs ul li.current a {
			background-color: #fff;
			color: #555;
			font-weight: bold;
			-moz-border-radius-topleft: 3px;
			-webkit-border-top-left-radius: 3px;
			-moz-border-radius-topright: 3px;
			-webkit-border-top-right-radius: 3px;
		}
			ul li.loading a {
				background-image: url( ../images/ajax-loader.gif );
				background-position: 92% 50%;
				background-repeat: no-repeat;
				padding-right: 30px !important;
			}
				div#item-nav ul li.loading a {
					background-position: 88% 50%;
				}

	div.item-list-tabs#object-nav {
		margin-top: 0;
	}

	div.item-list-tabs#subnav {
		background: #fff;
		margin: -15px -20px 15px -20px;
		border-bottom: 1px solid #eaeaea;
		min-height: 35px;
		overflow: hidden;
	}

	div.item-list-tabs ul li.feed a {
		background: url( ../images/rss.png ) center left no-repeat;
		padding-left: 20px;
	}
	
	
/* > Item Body
-------------------------------------------------------------- */

.item-body {
	margin: 20px 0;
}

span.activity, div#message p {
	display: inline-block;
	font-size: 11px;
	font-weight: normal;
	background: #FFF9DB;
	border-bottom: 1px solid #FFE8C4;
	border-right: 1px solid #FFE8C4;
	color: #ffa200;
	padding: 1px 8px;
	margin-top: 6px;
	text-decoration: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
	
/* > Directories (Members, Groups, Blogs, Forums)
-------------------------------------------------------------- */

div.dir-search {
	float: right;
	margin: -37px 0 0 0;
}
	div.dir-search input[type=text] {
		padding: 4px;
		font-size: 12px;
	}
	
	
/* > Buttons
-------------------------------------------------------------- */

a.button, input[type=submit], input[type=button],
ul.button-nav li a, div.generic-button a {
	background: url( ../images/white-grad.png ) top left repeat-x;
	border: 1px solid #ddd;
	padding: 3px 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-decoration: none;
	color: #888;
	font-size: 12px;
	font-weight: normal;
	vertical-align: bottom;
	cursor: pointer;
}
	a.button:hover, a.button:focus, input[type=submit]:hover, input[type=button]:hover,
	ul.button-nav li a:hover, ul.button-nav li.current a,
	div.generic-button a:hover {
		border-color: #aaa;
		color: #555;
		outline: none;
	}

	/* Buttons that are disabled */
	div.pending a, a.disabled {
		border-color: #eee;
		color: #bbb;
		cursor: default;
	}
	div.pending a:hover, a.disabled:hover { border-color: #eee; color: #bbb; }

	div.accept, div.reject {
		float: left;
		margin-left: 10px;
	}

ul.button-nav li {
	float: left;
	margin: 0 10px 10px 0;
}
	ul.button-nav li.current a {
		font-weight: bold;
	}

/* > AJAX Loaders
-------------------------------------------------------------- */

.ajax-loader {
	background: url( ../images/ajax-loader.gif ) center left no-repeat !important;
	padding: 8px;
	display: none;
}

a.loading {
	background-image: url( ../images/ajax-loader.gif ) !important;
	background-position: 95% 50% !important;
	background-repeat: no-repeat !important;
	padding-right: 25px !important;
}

/* > Input Forms
-------------------------------------------------------------- */

form.standard-form {

}
	form.standard-form textarea, form.standard-form input[type=text],
	form.standard-form select, form.standard-form input[type=password],
	.dir-search input[type=text] {
		border: 1px inset #ccc;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		padding: 6px;
		font: inherit;
		font-size: 14px;
		color: #888;
	}
		form.standard-form select {
			padding: 3px;
		}

		form.standard-form input[type=password] {
			margin-bottom: 5px;
		}

	form.standard-form label, form.standard-form span.label {
		display: block;
		font-weight: bold;
		margin: 15px 0 5px 0;
	}
		form.standard-form div.checkbox label,
		form.standard-form div.radio label {
			font-weight: normal;
			margin: 5px 0 0 0;
			font-size: 14px;
			color: #888;
		}

		form.standard-form#sidebar-login-form label {
			margin-top: 5px;
		}

	form.standard-form input[type=text] {
		width: 75%;
	}
		form.standard-form#sidebar-login-form input[type=text],
		form.standard-form#sidebar-login-form input[type=password] {
			padding: 4px;
			width: 95%;
		}

		form.standard-form #basic-details-section input[type=password],
		form.standard-form #blog-details-section input#signup_blog_url {
			width: 35%;
		}

		form.standard-form#signup_form input[type=text],
		form.standard-form#signup_form textarea {
			width: 90%;
		}
			form.standard-form#signup_form div.submit { float: right; }
			div#signup-avatar img { margin: 0 15px 10px 0; }

	form.standard-form textarea {
		width: 75%;
		height: 120px;
	}
		form.standard-form textarea#message_content {
			height: 200px;
		}

		form.standard-form#send-reply textarea {
			width: 97.5%;
		}

	form.standard-form p.description {
		font-size: 11px;
		color: #888;
		margin: 5px 0;
	}

	form.standard-form div.submit {
		padding: 15px 0;
		clear: both;
	}
		form.standard-form div.submit input {
			margin-right: 15px;
		}

	form.standard-form div.radio ul {
		margin: 10px 0 15px 38px;
		list-style: disc;
	}
		form.standard-form div.radio ul li {
			margin-bottom: 5px;
		}

form.standard-form #basic-details-section, form.standard-form #blog-details-section,
form.standard-form #profile-details-section {
	float: left;
	width: 48%;
}
	form.standard-form #profile-details-section { float: right; }
	form.standard-form #blog-details-section {
		clear: left;
	}

form.standard-form input:focus, form.standard-form textarea:focus, form.standard-form select:focus {
	background: #fafafa;
	color: #555;
}

form#send-invite-form {
	margin-top: 20px;
}
	div#invite-list {
		height: 400px;
		overflow: scroll;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		padding: 5px;
		background: #f5f5f5;
		width: 160px;
		border: 1px solid #e4e4e4;
		margin: 10px 0;
	}
	
/* > Data Tables
-------------------------------------------------------------- */

table {
	width: auto;
}
	table#message-threads {
		margin: 0 -20px;
		width: auto;
	}

	table.profile-fields { margin-bottom: 20px; }

	div#sidebar table {
		margin: 0 -16px;
		width: 117%;
	}

	table tr td, table tr th {
		padding: 8px;
		vertical-align: middle;
	}
		table tr td.label {
			border-right: 1px solid #eaeaea;
			font-weight: bold;
			width: 25%;
		}

		table tr td.thread-info p { margin: 0; }

			table tr td.thread-info p.thread-excerpt {
				color: #888;
				font-size: 11px;
				margin-top: 3px;
			}

		div#sidebar table td, table.forum td { text-align: center; }

	table tr.alt {
		background: #f4f4f4;
	}

table.notification-settings {
	margin-bottom: 20px;
	text-align: left;
}
	table.notification-settings th.icon, table.notification-settings td:first-child { display: none; }
	table.notification-settings th.title { width: 80%; }
	table.notification-settings .yes, table.notification-settings .no { width: 40px; text-align: center; }

table.forum {
	margin: -9px -20px 0px 0px;
	width: 580px;
}
	table.forum tr:first-child {
		background: #fafafa;
	}

	table.forum tr.sticky td {
		background: #FFF9DB;
		border-top: 1px solid #FFE8C4;
		border-bottom: 1px solid #FFE8C4;
	}

	table.forum tr.closed td.td-title {
		padding-left: 35px;
		background-image: url( ../images/closed.png );
		background-position: 15px 50%;
		background-repeat: no-repeat;
	}

	table.forum td p.topic-text {
		color: #888;
		font-size: 11px;
	}

	table.forum tr > td:first-child, table.forum tr > th:first-child {
		padding-left: 15px;
	}

	table.forum tr > td:last-child, table.forum tr > th:last-child {
		padding-right: 15px;
	}

	table.forum tr th#th-title, table.forum tr th#th-poster,
	table.forum tr th#th-group, table.forum td.td-poster,
	table.forum td.td-group, table.forum td.td-title { text-align: left; }

	table.forum td.td-freshness {
		font-size: 11px;
		color: #888;
	}

	table.forum td img.avatar {
		margin-right: 5px;
	}

	table.forum td.td-poster, table.forum td.td-group  {
		min-width: 130px;
	}

	table.forum th#th-title {
		width: 40%;
	}

	table.forum th#th-postcount {
		width: 1%;
	}

/* > Activity Stream Posting
-------------------------------------------------------------- */

form#whats-new-form {
	margin-bottom: 5px;
	border-bottom: 1px solid #f0f0f0;
	overflow: hidden;
	padding-bottom: 20px;
}
	#item-body form#whats-new-form {
		margin-top: 20px;
		border: none;
	}

	.home-page form#whats-new-form {
		border-bottom: none;
		padding-bottom: 0;
	}

	form#whats-new-form h5 {
		margin: 0;
		font-weight: normal;
		font-size: 12px;
		color: #888;
		margin-left: 76px;
		padding: 0 0 3px 0;
	}

	form#whats-new-form #whats-new-avatar {
		float: left;
	}

	form#whats-new-form #whats-new-content {
		margin-left: 54px;
		padding-left: 22px;
	}

	form#whats-new-form #whats-new-textarea {
		padding: 8px;
		border: 1px inset #ccc;
		background: #fff;
		margin-bottom: 10px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
	}
	form#whats-new-form textarea {
		width: 100%;
		height: 60px;
		font-size: 14px;
		font-family: inherit;
		color: #555;
		border: none;
		margin: 0;
		padding: 0;
	}

	form#whats-new-form #whats-new-options select {
		max-width: 200px;
	}

	form#whats-new-form #whats-new-submit {
		float: right;
		margin: 0;
	}

/* > Activity Stream Listing
-------------------------------------------------------------- */

ul.activity-list li {
	padding: 20px 0 0 0;
	overflow: hidden;
}
	ul.activity-list > li:first-child {
		padding-top: 5px;
	}

	ul.activity-list li.has-comments {
		padding-bottom: 20px;
	}

.activity-list li.mini {
	position: relative;
	font-size: 11px;
	min-height: 35px;
	padding: 12px 0 0 0;
}
	.activity-list li.mini div.activity-meta {
		margin: 0;
	}

	.activity-list li.mini div.activity-meta a {
		padding: 3px 8px;
	}

	.activity-list li.mini .activity-avatar img.avatar,
	.activity-list li.mini .activity-avatar img.FB_profile_pic {
		width: 20px;
		height: 20px;
		margin-left: 36px;
	}
		.activity-list li.activity_comment .activity-avatar img.avatar,
		.activity-list li.activity_comment .activity-avatar img.FB_profile_pic {
			width: 40px;
			height: 40px;
			margin-left: 20px;
		}

		body.activity-permalink .activity-list li .activity-avatar img.avatar,
		body.activity-permalink .activity-list li .activity-avatar img.FB_profile_pic {
			width: 100px;
			height: 100px;
			margin-left: 0;
		}

	.activity-list li.mini .activity-content {
		margin-right: 175px;
	}

	.activity-list li.mini .activity-content p {
		margin: 0;
		float: left;
	}

	.activity-list li.mini .activity-meta {
		position: absolute;
		right: 0;
	}
		body.activity-permalink .activity-list li.mini .activity-meta {
			position: absolute;
			right: 15px;
		}

	.activity-list li.mini .activity-comments {
		clear: left;
		font-size: 12px;
		margin-top: 30px;
	}

.activity-list li .activity-inreplyto {
	font-size: 11px;
	color: #888;
	margin-left: 70px;
	margin-bottom: 15px;
	padding-left: 25px;
	background: url( ../images/replyto_arrow.gif ) 7px 0 no-repeat;
}
	.activity-list li .activity-inreplyto > p {
		margin: 0;
		display: inline;
	}

	.activity-list li .activity-inreplyto blockquote,
	.activity-list li .activity-inreplyto div.activity-inner {
		background: none;
		border: none;
		display: inline;
		padding: 0;
		margin: 0;
		overflow: hidden;
	}

.activity-list .activity-avatar img {
	width: 60px;
	height: 60px;
}
		body.activity-permalink .activity-list .activity-avatar img {
			width: 100px;
			height: 100px;
		}

.activity-list .activity-content {
	margin-left: 70px;
}
	body.activity-permalink .activity-list li .activity-content {
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
		background: #fff;
		padding: 15px;
		border-bottom: 1px solid #ddd;
		border-right: 1px solid #ddd;
		margin-left: 135px;
		font-size: 16px;
		line-height: 150%;
		min-height: 35px;
		margin-right: 0;
	}
		body.activity-permalink .activity-list li .activity-header > p {
			background: url( ../images/activity_arrow.gif ) top left no-repeat;
			margin-left: -35px;
			padding: 5px 0 0 38px;
			height: 35px;
			margin-bottom: 0;
		}

	.activity-list .activity-content .activity-header,
	.activity-list .activity-content .comment-header {
		font-size: 11px;
		color: #888;
		line-height: 220%;
	}

	.activity-list .activity-header a:first-child, span.highlight {
		background: #EBF7FF;
		border-bottom: 1px solid #a1dcfa;
		border-right: 1px solid #a1dcfa;
		color: #059AE7;
		padding: 3px 8px;
		text-decoration: none;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
		margin-right: 3px;
	}
		.activity-list .activity-header a:first-child:hover {
			background: #059AE7 !important;
			color: #fff !important;
		}
		.activity-list .activity-content a:first-child:focus { outline: none; }

		.activity-list .activity-content span.time-since {
			color: #bbb;
		}

	.activity-list .activity-content span.activity-header-meta a {
		background: none;
		padding: 0;
		font-size: 11px;
		margin: 0;
		border: none;
		color: #aaa;
		text-decoration: underline;
	}
		.activity-list .activity-content span.activity-header-meta a:hover {
			color: inherit;
			text-decoration: none;
		}

	.activity-list .activity-content .activity-inner,
	.activity-list .activity-content blockquote {
		margin: 15px 0 15px 5px;
		overflow: hidden;
	}
		body.activity-permalink .activity-content .activity-inner,
		body.activity-permalink .activity-content blockquote {
			margin-top: 5px;
		}

		/* Backwards compatibility. */
		.activity-inner > .activity-inner { margin: 0 !important; }
		.activity-inner > blockquote { margin: 0 !important; }

	.activity-list .activity-content img.thumbnail {
		float: left;
		margin: 0 10px 5px 0;
		border: 2px solid #eee;
	}

.activity-list li.load-more {
	margin: 15px  0 !important;
	padding: 10px 15px !important;
	background: #f0f0f0 !important;
	text-align: center;
	font-size: 1.2em;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
	.activity-list li.load-more a {
		color: #555;
	}

/* > Activity Stream Comments
-------------------------------------------------------------- */

div.activity-meta {
	margin: 0 0 20px 3px;
	clear: left;
}

.activity-list div.activity-meta a {
	font-size: 11px;
	background: #f4f4f4;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	color: #999;
	padding: 4px 8px;
	text-decoration: none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin-right: 3px;
}
	.activity-list div.activity-meta a.acomment-reply {
		background: #FFF9DB;
		border-bottom: 1px solid #FFE8C4;
		border-right: 1px solid #FFE8C4;
		color: #ffa200;
	}

	div.activity-meta a:focus { outline: none; }
	div.activity-meta a:hover {
		background: #aaa;
		color: #fff;
		border-color: #aaa;
	}
		div.activity-meta a.acomment-reply:hover {
			background: #f7740a;
			color: #fff;
			border-color: #f7740a;
		}

div.activity-comments {
	position: relative;
	margin: 0 0 0 75px;
	width: auto;
	overflow: hidden; /* IE fix */
}

	body.activity-permalink div.activity-comments {
		width: auto;
		margin-left: 135px;
		background: none;
	}

div.activity-comments > ul {
	background: #f5f5f5;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
div.activity-comments ul, div.activity-comments ul li {
	border: none;
	list-style: none;
}

	div.activity-comments ul {
		clear: left;
	}

	div.activity-comments ul li {
		border-top: 2px solid #fff;
		padding: 10px 15px 10px 0;
		margin-left: 15px;
	}
		body.activity-permalink div.activity-comments ul li {
			border-width: 1px;
			padding: 15px 0 15px 0;
		}

		div.activity-comments ul li p:last-child {
			margin-bottom: 0;
		}

		div.activity-comments > ul > li:first-child {
			border-top: none;
		}

		div.activity-comments ul li:last-child {
			margin-bottom: 0;
		}

	div.activity-comments ul li > ul {
		margin-top: 5px;
		margin-left: 25px;
	}
		body.activity-permalink div.activity-comments ul li > ul {
			margin-top: 15px;
		}

	div.activity-comments div.acomment-avatar img {
		border-width: 2px !important;
		float: left;
		margin-right: 10px;
	}

	div.activity-comments div.acomment-content {
		font-size: 11px;
		margin-left: 39px;
		margin-top: 5px;
	}
		div.acomment-content .time-since { display: none; }
		div.acomment-content .activity-delete-link { display: none; }
		div.acomment-content .comment-header { display: none; }

		body.activity-permalink div.activity-comments div.acomment-content {
			font-size: 14px;
		}

	div.activity-comments div.acomment-meta {
		font-size: 11px;
		color: #888;
	}

	div.activity-comments form.ac-form {
		display: none;
		margin: 10px 0 10px 33px;
		background: #eee;
		border-bottom: 1px solid #ddd;
		border-right: 1px solid #ddd;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
		padding: 8px;
	}
		div.activity-comments li form.ac-form {
			margin-right: 15px;
		}

		div.activity-comments form.root {
			margin-left: 0;
		}

		div.activity-comments div#message {
			margin-top: 15px;
			margin-bottom: 0;
		}

		div.activity-comments form.loading {
			background-image: url( ../images/ajax-loader.gif );
			background-position: 2% 95%;
			background-repeat: no-repeat;
		}

		div.activity-comments form .ac-textarea {
			padding: 8px;
			border: 1px inset #ccc;
			background: #fff;
			margin-bottom: 10px;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			border-radius: 3px;
		}
			div.activity-comments form textarea {
				width: 100%;
				font-family: inherit;
				font-size: 11px;
				color: #555;
				height: 60px;
				border: none;
				padding: 0;
			}
				div.activity-comments form input {
					margin-top: 5px;
				}

		div.activity-comments form div.ac-reply-avatar {
			float: left;
		}
			div.ac-reply-avatar img {
				border: 2px solid #fff !important;
			}

		div.activity-comments form div.ac-reply-content {
			margin-left: 25px;
			padding-left: 15px;
			color: #888;
			font-size: 11px;
		}
	

/* > Private Message Threads
-------------------------------------------------------------- */

table#message-threads tr.unread td {
	background: #FFF9DB;
	border-top: 1px solid #FFE8C4;
	border-bottom: 1px solid #FFE8C4;
	font-weight: bold;
}
	table#message-threads tr.unread td span.activity {
		background: #fff;
	}

	li span.unread-count, tr.unread span.unread-count {
		background: #dd0000;
		padding: 2px 8px;
		color: #fff;
		font-weight: bold;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
	}
		div.item-list-tabs ul li a span.unread-count {
			padding: 1px 6px;
			color: #fff;
		}

	div.messages-options-nav {
		font-size: 11px;
		background: #eee;
		text-align: right;
		margin: 0 -20px;
		padding: 5px 15px;
	}

div#message-thread div.message-box {
	margin: 0 -20px;
	padding: 15px;
}
	div#message-thread div.alt {
		background: #f4f4f4;
	}

	div#message-thread p#message-recipients {
		margin: 10px 0 20px 0;
	}

	div#message-thread img.avatar {
		float: left;
		margin: 0 10px 0 0;
		vertical-align: middle;
	}

	div#message-thread strong {
		margin: 0;
		font-size: 16px;
	}
		div#message-thread strong a {
			text-decoration: none;
		}

		div#message-thread strong span.activity {
			margin: 4px 0 0 10px;
		}

	div#message-thread div.message-metadata {
		overflow: hidden;
	}

	div#message-thread div.message-content {
		margin-left: 45px;
	}

	div#message-thread div.message-options {
		text-align: right;
	}

/* > Group Forum Topics
-------------------------------------------------------------- */

ul#topic-post-list {
	margin: 15px 0px;
	width: 580px;
}
	ul#topic-post-list li {
		padding: 15px;
		position: relative;
	}

	ul#topic-post-list li.alt {
		background: #f4f4f4;
	}

	ul#topic-post-list li div.poster-meta {
		margin-bottom: 10px;
		color: #888;
	}

	ul#topic-post-list li div.post-content {
		margin-left: 54px;
	}

div.admin-links {
	position: absolute;
	top: 15px;
	right: 25px;
	color: #888;
	font-size: 11px;
}
	div#topic-meta div.admin-links {
		bottom: 0;
		right: 0;
		top: auto;
	}

div#topic-meta {
	position: relative;
	padding: 5px 0;
}
	div#topic-meta h3 {
		font-size: 20px;
	}

div#new-topic-post {
	margin: 0;
	padding: 1px 0 0 0;
}

/*ADMIN BAR NOW*/


body {
	padding-top: 25px;
}

#wp-admin-bar {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	height: 25px;
	font-size: 11px;
	color:#eee;
	width: 100%;
	z-index: 1000;
	text-transform:capitalize;
	
}
	#wp-admin-bar .padder {
		position: relative;
		padding: 0;
		width: 100%;
		margin: 0 auto;
		background: url( ../images/60pc_black.png );
		height: 25px;
		color:#eee;
	}
		body#bp-default #wp-admin-bar .padder {
			min-width: 960px;
			max-width: 1250px;
		}

		body#bp-default.activity-permalink #wp-admin-bar .padder {
			min-width: 960px;
			max-width: 960px;
		}

#wp-admin-bar * { z-index: 999; color:#fff}

#wp-admin-bar div#admin-bar-logo {
	position: absolute;
	top: 5px;
	left: 10px;
	color:#eee;
}

#wp-admin-bar a img {
	border: none;
}

#wp-admin-bar li {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 100%;
	text-align: left;
	text-transform:capitalize;
}

#wp-admin-bar li a {
	padding: 7px 15px 7px 15px;
	color: #eee;
	text-decoration: none;
	font-size: 11px;
	text-transform:capitalize;
}
	#wp-admin-bar li.alt { border: none; }

	#wp-admin-bar li.no-arrow a {
		padding-right: 15px;
	}

	#wp-admin-bar ul li ul li a span {
		display: none;
	}

#wp-admin-bar li:hover, #wp-admin-bar li.hover {
	position: static;
}

#admin-bar-logo {
	float: left;
	font-weight: bold;
	font-size: 11px;
	padding: 5px 8px;
	margin: 0;
	text-decoration: none;
	color: #fff;
}
#admin-bar-logo a {color:#eee;}
a#admin-bar-logo {color:#eee;}

	body#bp-default #admin-bar-logo { padding: 2px 8px; }

/*******************/

#wp-admin-bar ul { /* all lists */
	margin: 0;
	list-style: none;
	line-height: 1;
	cursor: pointer;
	height: auto;
	padding: 0;
	text-transform:capitalize;
}

#wp-admin-bar ul li { /* all list items */
	padding: 0;
	float: left;
	position: relative;
	background: url( ../images/admin-menu-arrow.gif ) 88% 53% no-repeat;
	padding-right: 11px;
	text-transform:capitalize;
}
	#wp-admin-bar ul li.no-arrow {
		background: none;
		padding-right: 0;
		text-transform:capitalize;
	}
	#wp-admin-bar ul li.no-arrow2 {
		background: none;
		padding-right: 0;
		text-transform:capitalize;
	}


	#wp-admin-bar ul li ul li {
		background-image: none;
	}

#wp-admin-bar ul li.align-right {
	position: absolute;
	right: 0;
}

#wp-admin-bar ul li a {
	display: block;
	text-transform:capitalize;
}

#wp-admin-bar ul.main-nav li:hover, #wp-admin-bar ul.main-nav li.sfhover, #wp-admin-bar ul.main-nav li ul li.sfhover {
	background-color: #ddd;
}

/* second-level lists */

#wp-admin-bar ul li ul {
	position: absolute;
	width: 185px;
	left: -999em;
	margin-left: 0;
	background: #333;
	border: 1px solid #ddd;
	-moz-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow:0 4px 8px rgba(0, 0, 0, 0.1);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius-topleft: 0;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius-topright: 0;
	-webkit-border-top-right-radius: 0;
}
	#wp-admin-bar ul li > ul {
		border-top: none;
	}

	#wp-admin-bar ul li ul a {
		color: #eee;
	}

#wp-admin-bar ul li ul li {
	float: left;
	width: 174px;
	margin: 0;
}
	#wp-admin-bar ul li ul li:hover a {
		color: #fff;
	}

#wp-admin-bar ul li div.admin-bar-clear {
	clear: both;
}

#wp-admin-bar ul.main-nav li ul li:hover, #wp-admin-bar ul.main-nav li ul li.sfhover, #wp-admin-bar ul.main-nav li ul li.sfhover {
	background-color: #222;
}

/* third-and-above-level lists */

#wp-admin-bar ul li ul ul {
	margin: -25px 0 0 184px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
	#wp-admin-bar ul li ul li:hover ul li a {
		color: #eee;
	}
		#wp-admin-bar ul li ul li ul li:hover a {
			color: #fff;
		}

#wp-admin-bar ul li:hover ul, #wp-admin-bar ul li ul li:hover ul, #wp-admin-bar ul li.sfhover ul, #wp-admin-bar ul li ul li.sfhover ul  {
	left: auto;
}

#wp-admin-bar ul li.align-right:hover ul {
	right: 0;
}

#wp-admin-bar ul li:hover ul ul, #wp-admin-bar li.sfhover ul li ul {
	left: -999em;
}

/* Menu item css */

#wp-admin-bar img.avatar {
	float: left;
	margin-right: 8px;
}

#wp-admin-bar span.activity {
	display: block;
	margin-left: 34px;
	padding: 0;
}

#wp-admin-bar ul.author-list li a { height: 17px; }

#wp-admin-bar ul li#bp-adminbar-notifications-menu a span {
	padding: 0 6px;
	margin-left: 2px;
	background: #fff;
	color: #000;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
	
	
	
	

	
	
	
	
	
	
	
	
/* NORMAL BADGER STYLE FROM HERE */

body {
	background:#fff;
	font: 1em/17px arial, verdana, tahoma, sans-serif;
	color:#222;
}

p a {
color:#cc0000;
}

p a:hover {
text-decoration:underline;
}

#countbox {
	width:120px;
	float:left;
	color:#000000;
	padding-top:2px;
}

#wrapper {
	padding:0 10px;
	background:#fff;
	width:970px!important;
	width:990px;
	width/**/:/**/970px;
	margin:0 auto;
	font-size:.75em;
}
#wrapperWide {
	padding:0px;
	background:#fff;
	width:970px!important;
	width:990px;
	margin:0 auto;
	font-size:.75em;
}

.fgptextbox {
	background-image:url(http://www.f1badger.com/fantasygp/gfx/form_bg.jpg);
	background-repeat:repeat-x;
	border:1px solid #d1c7ac;
	width: 230px;
	color:#333333;
	padding:3px;
	margin-right:4px;
	margin-bottom:8px;
	font-family:tahoma, arial, sans-serif;
}

.fgpregister {
	border:1px solid #ccc;
}

.fgpregister2 {
	padding:5px;
}

.cteam {
	font-size:0.8em;
}

.fgpbudgetTB {
	border:0;
	font-weight:bold;
	font-size:1.2em;
	color:black;
	width:200px;
	font:arial;
	background:white;
}

.fgpbudget {
	border:0;
	font-weight:bold;
	font-size:1.2em;
	color:black;
}



/* HEADERS
============================================================== */
h1,h2,h3,h4,h5,h6 { /*Global values for headings*/
	color:#222;
	font-weight:normal;
	font: 1em/1.3em "Arial Black","Trebuchet MS",Helvetica,Jamrul,sans-serif;
	text-transform:uppercase;
}
/*HEADERS IN POST */
.post h1 {
	font-size:18px;
	font-family:"Arial Black","Trebuchet MS",Helvetica,Jamrul,sans-serif;
	letter-spacing:-1px;
	font-weight:normal;
}
.post h2 {
	font-size:16px;
	font-family:"Arial Black",georgia,"Trebuchet MS",Helvetica,Jamrul,sans-serif;
	letter-spacing:-1px;
	font-weight:normal;
}
.post h3 {
	font-size:18px;
	font-family:arial, verdana, sans-serif;
	letter-spacing:-1px;
	font-weight:bold;
}
.post h4 {
	font-size:16px;
	font-family:arial,verdana, tahoma, sans-serif;
	letter-spacing:-1px;
	font-weight:bold;
}

/* MAIN PAGE HEADERS */
/* Title of featured post on slider */
h2.featuredTitle { 
	font-size:16px;
	line-height:1.1em;
	font-family: "Arial Black","Trebuchet MS",Helvetica,Jamrul,sans-serif;
	display:block;
}
h2.featuredTitle a {
	color:#fff;
	display:block;
	padding:6px 5px 3px 6px;
}
h2.featuredTitle a:hover {
	text-decoration:underline;
}
/* Post titles for the top half (above photo gallery bar) on main page (except featured slider's title) */
h2.postTitle {
	font-weight:normal;
	letter-spacing:-0px;
	font:13px "arial black", sans-serif;
	line-height:12px;
	margin-bottom:5px;
	color:#444;
	text-transform:uppercase;
}
h2.postTitle a {
	color:#444;
}
h2.postTitle a:hover {
	color:#900;
}

h2.postTitleHeadline {
	font-weight:normal;
	letter-spacing:-0px;
	font:0.9em arial, sans-serif;
	line-height:10px;
	margin-bottom:-3px;
	color:#444;
	text-transform:capitalize;

}
h2.postTitleHeadline a {
	color:#444;
}
h2.postTitleHeadline a:hover {
	color:#900;
}

/* The title of 8 vertical cols at the very bottom of main page */
h2.subnewsEntryTitle {
	font-size:12px;
	line-height:14px;
	margin-top:5px;
	margin-bottom:10px;
}
h2.subnewsEntryTitle a {
	color:#000;
}
h2.subnewsEntryTitle a:hover {
	color:#900;
}
/* Title for the archive entries */
h2.archiveTitle {
	display:block;
	color:#8f8f8f;
	padding-top:6px;
	padding-bottom:6px;
	padding-right:3px;
	padding-left:5px;
	margin-bottom:7px;
	letter-spacing:-1px;
	font-size:16px;
	font-weight:bold;
	background: url(sans-default/bgWriteComment.gif);
	border-left: 5px solid #dc241f;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
}
h2.archiveTitle a{
	color:#222;
}
h2.archiveTitle a:hover {
	color:#cd1713;
}
h2.titlePhotoCat { /* Title for photo category archive posts */
	font-size:15px;
	font-weight:bold;
	line-height:14px;
	height:30px;
}
h2.titlePhotoCat a, h2.titlePhotoCat a:hover{
	color:#222;
}
h2.pageTitle { /* Title for the static pages */
	display:block;
	color:#222;
	padding-top:6px;
	padding-bottom:6px;
	margin-bottom:5px;
	font-size:1.4em;
	background: url(sans-default/bgWriteComment.gif);
	padding-left:10px;
	border-left: 10px solid #dc241f;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
}
/* Title for Breaking News, Tag Cloud and inner page widgets */
h3.widgetbgTitle {
	font-weight:normal;
	text-transform:uppercase;
	color:#fff;
	border-left:6px solid #dcddde;
	background:#cd1713;
	background-image:url(http://www.f1badger.com/wp-content/uploads/gfx/redbacktitle.jpg);
	background-repeat: repeat-x;
	padding-left:7px;
	padding-top:3px;
	padding-bottom:3px;
	margin-bottom:5px;
}
h3.widgetbgTitle a, h3.widgetbgTitle a:hover {
	color:#fff;
}
h3.narrowSidebarTitle { /* Title of Photo Gallery on narrow sidebar */
	font-weight:normal;
	text-transform:uppercase;
	color:#fff;
	border-left:6px solid #dcddde;
	background:#cd1713;
	background-image:url(http://www.f1badger.com/wp-content/uploads/gfx/redbacktitle.jpg);
	background-repeat: repeat-x;
	padding-left:2px;
	padding-top:3px;
	padding-bottom:3px;
	margin-bottom:10px;
	margin-left:0px;
	margin-right:3px;
}
h3#leaveComment{ /* Leave  a rely text above the comment form */
	font-weight:bold;
	text-transform:uppercase;
	font-size:.85em;
	color:#fff;
	clear:both;
	border-left:6px solid #dcddde;
	background:#cd1713;
	padding-left:7px;
	padding-top:5px;
	padding-bottom:5px;
	margin-bottom:5px;
}
h3#comments { /* Style that holds the number of comments made for the article below the article on single post page */
	display:block;
	font-size:1.7em;
	font-weight:normal;
	clear:both;
	display:block;
	color:#010d37;
	margin-bottom:10px;
	padding-left:30px;
	padding-top:10px;
	padding-bottom:0;
	background:url(sans-default/bgRespond.gif) no-repeat;
	height:74px!important;
	height:84px;
	height/**/:/**/74px;
}
h3#comments span.respondEntryTitle { /* Style for the name of post that stands below the number of comments on single post page */
	display:block;
	color:#898989;
	font-size:14px;
	line-height:16px;
}

/* HEADER ROW 1 - SUBSCRIBE, DATE, AND SEARCH BOX
============================================================== */
#headerAd { /* If 728x90 ad is activated to be displayed on header, this ID will be used to wrap advertisement */
	width:728px;
	margin:5px auto;
	display:block;
}
#header1 { /* The very top line where subscribe and search in site objects are kept */
	background:#ffffff;
	border-top:0px solid #f0f0f0;
	border-bottom:0px solid #f0f0f0;
	padding-top:3px;
	padding-bottom:3px;
	font-size:.9em;
}

#header1fgp { /* The very top line where subscribe and search in site objects are kept */
	background:#ffffff;
	border-top:0px solid #f0f0f0;
	border-bottom:0px solid #f0f0f0;
	padding-top:3px;
	padding-bottom:3px;
	font-size:.9em;
	margin-top:0;
}

#header1 a {
	color:#222;
}
#header1 a:hover {
	color:#cd1713;
}
#subscribe {
	padding-left:105px;
	font-weight:bold;
	margin-left:7px;
	margin-right:5px;
	padding-bottom:2px;
	padding-top:2px;
	float:left;
}
#date {
	float:right;
	width:220px;
	float:left;
	color:#000;
	padding-top:2px;
}
#search {
	float:right;
	margin-right:7px;
	margin-top:2px;
	display:inline;
	height:23px;
	margin-left:5px;
}
#s { /*  Search inputbox style */
	padding: 2px 5px;
	float:left;
	font-size:1em;
	display:inline;
	color:#eee;
	border:1px solid #777;
	background-color:#666;
	width:140px!important; /* total width after deducting 10px total padding value from real width */
	width:150px; /* Real width */
	width/**/:/**/140px; /* total width after deducting 10px total padding value from real width */
	height:14px!important; /* total height after deducting 4px total padding value from real height */
	height:18px; /* Real height*/
	height/**/:/**/16px; /* total height after deducting 4px total padding value from real height */
}
#searchSubmit {
	background: url(sans-default/searchGo.png) no-repeat;
	width: 31px;
	height:18px;
	border:0;
	float:left;
	margin-left:4px;
	cursor:pointer;
}
/* HEADER ROW 2 - RIGHT AND LEFT QUOTES + SITE NAME
============================================================== */
#header2 { /*Wraps quotes and site name*/
	min-height:100px;
	border-bottom:3px solid #222;
}

#header2fgp { /*Wraps quotes and site name*/
	min-height:100px;
	border-bottom:3px solid #222;
	background-image:url(http://www.f1badger.com/wp-content/uploads/gfx/fgpsponsorBahrain.jpg);
}

#header2 span.red {
	display:block;
	color:#cd1713;
	font-weight:bold;
}
#leftQuote {
	width:290px;
	float:left;
	height:100px;
	display:block;
	position:relative;
}
#leftQuote p.leftQuoteWording {
	width:200px;
	position:absolute;
	font-size:17px;
	color:#aaa;
	letter-spacing:-1px;
	bottom:4px;
	text-align:right;
}
#leftQuote p.leftQuoteWording a{
	color:#999;
}
#leftQuote p.leftQuoteWording a:hover{
	color:#888;
}
#leftQuote img {
	position:absolute;
	right:0;
	bottom:0;
}
#rightQuote {
	width:290px;
	float:right;
	height:100px;
	display:block;
	position:relative;
}
#rightQuote img {
	position:absolute;
	left:0;
	bottom:0;
}
#rightQuote p.rightQuoteWording {
	width:195px;
	position:absolute;
	font-size:17px;
	color:#aaa;
	letter-spacing:-1px;
	bottom:4px;
	left:95px;
}
#rightQuote p.rightQuoteWording a{
	color:#999;
}
#rightQuote p.rightQuoteWording a:hover{
	color:#888;
}
#sitename {
	width:390px;
	float:left;
	font-family:georgia,"Trebuchet MS",Helvetica,Jamrul,sans-serif;
	margin-top:20px;
	text-align:center;
}
#name1stRow {
	font-size:26px;
	display:block;
	line-height:22px;
}
a.name {
	color:#222;
}
#name2ndRow {
	font-size:40px;
	display:block;
	color:#cd1713;
	font-weight:bold;
	padding-top:14px;
	padding-bottom:10px;
}
#ad468x60 {
	width:468px;
	height:60px;
	float:right;
	margin-top:20px;
}
/* NAVBAR STYLE
============================================================== */
/* CATEGORIES */
#navbar {
	background: url(http://www.f1badger.com/wp-content/themes/WpAdvNewspaper/styles/sans-default/bgGradientLines.gif) repeat-x;
	background-color:#000000;
	font:17px "arial black", sans-serif;
	border-bottom:1px solid #dcddde;
}
ul#navcatlist li {
	float: left;
	width: auto;
}
ul#navcatlist li a {
	display: block;
	color:#999999;
	text-transform:uppercase;
	padding-top:4px;
	padding-bottom:3px;
	padding-right:10px;
	padding-left:10px;
}
ul#navcatlist li.current-cat a {
	color:#dddddd;
}
ul#navcatlist li a:hover {
	color:#dddddd;
	text-decoration:none;
}
ul#navcatlist li ul {
	position: absolute;
	width: 200px;
	z-index:999;
	left: -999em;
	border-bottom:1px solid #afafaf;
}
ul#navcatlist li li {
	float: left;
	width: 200px;
}
ul#navcatlist li li a {
	background: #333;
	float: none;
	color:#bbb;
	font:bold 14px arial, verdana, sans-serif;
	letter-spacing:-1px;
	text-transform:uppercase;
	padding: 3px 10px;
	border-top: 1px solid #afafaf;
	border-right:0;
	width: 180px!important;
	width:200px;
	width/**/:/**/180px;
}
ul#navcatlist li li a:hover, ul#navcatlist li li a:active {
	background: #333;
	color:#eee;
	text-decoration:none;
}
ul#navcatlist li:hover ul, ul#navcatlist li.sfhover ul {
	left: auto;
	display:block;
}

/* PAGES */
#navpagesFGP {
	background: #cc0000;
	font:bold 11px arial, tahoma, verdana, sans-serif;
	border-bottom:1px solid #dcddde;
	margin-bottom:5px;
}

ul#navpagelistFGP li {
	float: left;
	width: auto;
}
ul#navpagelistFGP li a {
	display: block;
	color:#ffffff;
	text-transform:uppercase;
	padding-top:4px;
	padding-bottom:4px;
	padding-right:10px;
	padding-left:10px;
}
ul#navpagelistFGP li.current-cat a {
	color:#cd1713;
}
ul#navpagelistFGP li a:hover {
	color:#bbbbbb;
	text-decoration:none;
}
ul#navpagelistFGP li ul {
	position: absolute;
	width: 200px;
	z-index:999;
	left: -999em;
	border-bottom:1px solid #afafaf;
}
ul#navpagelistFGP li li {
	float: left;
	width: 200px;
}
ul#navpagelistFGP li li a {
	background: #c00;
	float: none;
	color:#fff;
	font:bold 11px arial, tahoma, verdana, sans-serif;
	text-transform:uppercase;
	padding: 3px 10px;
	border-top: 1px solid #afafaf;
	border-right:0;
	width: 180px!important;
	width:200px;
	width/**/:/**/180px;
}
ul#navpagelistFGP li li a:hover, ul#navpagelist li li a:active {
	background: #c00;
	color:#bbb;
	text-decoration:none;
}
ul#navpagelistFGP li:hover ul, ul#navpagelist li.sfhover1 ul {
	left: auto;
	display:block;
}






#navpages {
	background: #555555;
	font:bold 11px arial, tahoma, verdana, sans-serif;
	border-bottom:1px solid #dcddde;
	margin-bottom:5px;
}
ul#navpagelist li {
	float: left;
	width: auto;
}
ul#navpagelist li a {
	display: block;
	color:#bbb;
	text-transform:uppercase;
	padding-top:4px;
	padding-bottom:4px;
	padding-right:10px;
	padding-left:10px;
}
ul#navpagelist li.current-cat a {
	color:#cd1713;
}
ul#navpagelist li a:hover {
	color:#ddd;
	text-decoration:none;
}
ul#navpagelist li ul {
	position: absolute;
	width: 200px;
	z-index:999;
	left: -999em;
	border-bottom:1px solid #afafaf;
}
ul#navpagelist li li {
	float: left;
	width: 200px;
}
ul#navpagelist li li a {
	background: #555;
	float: none;
	color:#bbb;
	font:bold 11px arial, tahoma, verdana, sans-serif;
	text-transform:uppercase;
	padding: 3px 10px;
	border-top: 1px solid #afafaf;
	border-right:0;
	width: 180px!important;
	width:200px;
	width/**/:/**/180px;
}
ul#navpagelist li li a:hover, ul#navpagelist li li a:active {
	background: #555;
	color:#ddd;
	text-decoration:none;
}
ul#navpagelist li:hover ul, ul#navpagelist li.sfhover1 ul {
	left: auto;
	display:block;
}

/* MAIN CONTENT WRAPPER wraps three main div #mainContent, #midColPosts and #rightColAd
============================================================== */
#mainContentWrapper { /* Wraps Featured Slider, entries below and on right hand of slider and 120+600 ad on main page */
	border-bottom:1px solid #eee;
	margin-bottom:10px;
}

/* MAIN CONTENT (LEFT BLOCK ABOVE THE PHOTO GALLERY ON MAIN PAGE)
============================================================== */
#mainContent {
	float:left;
	width:515px;
	margin-right:10px;
	display:inline;
	position:relative;
}

#mainContent33 {
	float:left;
	width:100%;
	margin-right:10px;
	display:inline;
	position:relative;
}

.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	width: 515px; /*width of featured content slider*/
	height: 298px;
}
.sliderPostInfo { /* Post title and if enabled excerpt wrapper for featured slider */
	position:absolute;
	bottom:0px;
	width:495px;
	min-height:55px;
	background: url(sans-default/bgTransparent.png);
}
.sliderPostInfo p { /* Post excerpt style on featured slider */
	color:#fff;
	font-size:1.1em;
	padding:3px 5px 5px 6px;
}
.sliderwrapper img {
	display:block;
	height:278px;
	width:495px;
}
.contentdiv{ /* do not change the name of class - The size of contentdiv is 495x270 (after excluding padding value) */
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	border:10px solid #efefef;
	z-index:1;
}
.pagination{ /* do not change the name of class - used to wrap thumbnails for featured area */
	display:block;
	background-color: #efefef;
	padding:0 10px 10px 2px;
	margin-bottom:15px;
}
.pagination img{ 
	margin-left:8px;
}
.pagination a img{
	border-top:4px solid #fff;
	padding-top:5px;
	display:block;
	float:left;
}
.pagination a:hover img, .pagination a.selected img{
	border-top:4px solid #b80000;
	padding-top:5px;
}

.featuredPost2 { /*Posts displayed below the featured section */
	padding-top:5px;
	padding-bottom:5px;
}
.featuredPost2Meta {
	clear:both;
	display:block;
	font-style:italic;
	font-size:.8em;
	padding-top:3px;
	padding-bottom:5px;
	border-bottom:1px solid #eee;
}
.featuredPost2Meta a{
	color:#cd1713;
}
.featuredPost2Meta a:hover {
	text-decoration:underline;
}

.featuredPost2Meta2 {
	clear:both;
	font-style:italic;
	font-size:.8em;
	padding-top:3px;
	padding-bottom:5px;
}
.featuredPost2Meta2 a{
	color:#cd1713;
}

.featuredPost2Meta2 a:visited{
	color:#cd1713;
}

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


/* BLOCK BETWEEN FEATURED SLIDER AND 120*600 AD ON MAIN PAGE
============================================================== */
#midColPosts { /* Wraps the entries on rigt hand of featured slider */
	width:320px;
	float:left;
}
.midColPost { /* Wraps the entries posted in #midColPosts, add a padding-top:5px if you define bgcolor */
	border-left:1px solid #eee;
	padding-left:9px;
	padding-right:15px;
	padding-bottom:10px;
}

.midColPost2 { /* Wraps the entries posted in #midColPosts, add a padding-top:5px if you define bgcolor */
	border-left:1px solid #eee;
	padding-left:9px;
	padding-right:9px;
	padding-bottom:10px;
	font-size:.9em;
}

.midColPost2 a{
	color:#222222;
}

.midColPost2 a:hover{
	color:#cd1713;
}

.midColPostMeta {
	display:block;
	clear:both;
	font-style:italic;
	font-size:.8em;
	border-bottom:1px solid #eee;
	padding-top:2px;
	padding-bottom:5px;
}
.midColPostMeta a{
	color:#cd1713;
}
.midColPostMeta a:hover {
	text-decoration:underline;
}

/* 120-600 AD ON THE RIGHT COLUMN ABOVE THE PHOTO GALLERY
============================================================== */
#rightColAd { /*Wraps the 120*600 ad spot on mainpage */
	float:left;
	width:120px;
	padding-bottom:7px;
	margin-left:5px;
}

/*SECONDARY CONTENT WRAPPER
============================================================== */
#secondaryContentWrapper { /*Wraps secondary content [Breaking News and two other blocks on the right hand of breaking news] */
	margin-bottom:10px;
}

/*BREAKING NEWS 
============================================================== */
#breakingNews {
	width:300px;
	float:left;
}
#breakingNews li {
	margin-bottom:6px;
	margin-left:2px;
}
#breakingNews li a {
	color:#222;
}
#breakingNews li a:hover {
	color:#cd1713;
}
/* SECONDARY CONTENT MID COLUMN - RIGHT SIDE OF BREAKING NEWS
============================================================== */
#secondaryMidColumn {
	width:490px;
	margin-left:10px;
	float:left;
	display:inline;
}
.secondaryMidColPost {
	padding-left:9px;
	padding-right:9px;
	border-left:1px solid #eee;
	border-right:1px solid #eee;
	padding-bottom:10px;
}
.secondaryMidColPostMeta {
	border-bottom:1px solid #eee;
	padding-bottom:5px;
	display:block;
	clear:both;
	font-size:.85em;
	font-style:italic;
	margin-top:5px;
}
.secondaryMidColPostMeta a{
	color:#cd1713;
}
.secondaryMidColPostMeta a:hover {
	text-decoration:underline;
}

/* SECONDARY CONTENT RIGHT COLUMN - RIGHTEST COLUMN ON SAME ROW OF BREAKING NEWS
============================================================== */
#secondaryRightColumn {
	width:300px;
	float:right;
}
.secondaryRightColPost {
	padding-bottom:10px;
}
.secondaryRightColPostMeta {
	border-bottom:1px solid #eee;
	padding-bottom:5px;
	display:block;
	clear:both;
	font-size:.85em;
	font-style:italic;
	margin-top:5px;
}
.secondaryRightColPostMeta a{
	color:#cd1713;
}
.secondaryRightColPostMeta a:hover {
	text-decoration:underline;
}

/* MAIN PAGE PHOTO GALLERY BAR
============================================================== */
#photoGalleryBar { /*Do not change the name of ID */
	background:url(sans-default/bgGradientLines.gif) repeat;
	display:block;
	width:970px;
	margin-bottom:15px;
	margin-top: 15px;
	margin-bottom:15px;
	position: relative;
	border-top:2px solid #eee;
	border-bottom:2px solid #eee;
	height:156px!important; /*Height after the removal of 4px border values for cross browser compability*/
	height:160px; /* REAL HEIGHT */
	height/**/:/**/156px; /*Height after the removal of 4px border values for cross browser compability*/
}
#photoGalleryBar .container { /*Do not change the name of class */
	position: absolute;
	left: 29px;  
	width: 912px;
	height: 156px;
	overflow:hidden;
}
#photoGalleryBar .previous_button { /*Do not change the name of class */
	position: absolute;
	width: 27px;
	height: 156px;
	background: url(sans-default/left.gif);
	z-index: 100;    
	cursor:pointer;
}
#photoGalleryBar .previous_button_disabled { /*Do not change the name of class */
	background: url(sans-default/left-disabled.gif);
	cursor:default;
}
#photoGalleryBar .next_button { /*Do not change the name of class */
	position: absolute;
	right: 0;
	width: 27px;
	height: 156px;
	background: url(sans-default/right.gif);
	z-index: 100;
	cursor:pointer;
}
#photoGalleryBar .next_button_disabled { /*Do not change the name of class */
	background: url(sans-default/right-disabled.gif);
	cursor:default;
}
#photoGalleryBar ul { /* Main page photo gallery is displayed in a list format */
	width: 100000px;
	position: relative;
	margin-top:10px;
	margin-bottom:10px;
}
#photoGalleryBar img {
	padding:2px;
	border:1px solid #aaa;
	display:block;
	margin-bottom:5px;  
	background:#fff;
}
#photoGalleryBar ul li {
	display:inline;
	float:left;
	padding-right:8px;
	padding-left:8px;
	text-align:center;
	font-weight:bold;
	font-size:.9em;
	line-height:1em;
	width:136px!important; /*WIDTH after the removal of 16px padding values for cross browser compability*/
	width:152px; /* REAL WIDTH */
	width/**/:/**/136px; /*WIDTH after the removal of 16px padding values for cross browser compability*/
}
#photoGalleryBar ul li a{
	color:#222;
	display:block;
}
#photoGalleryBar ul li a:hover {
	color:#cd1713;
}

/* SUBNEWS - 2 ROWS 4 VERTICAL COLS BELOW THE PHOTO GALLERY
============================================================== */
#subNews { /* Wraps all vertical cols */
	float:left;
	line-height:1.1em;
	width:970px;
}
.subNewsContainer { /* Each vertical cols is wrapper individually with this calls */
	width:155px;
	float:left;
	margin-right:6px;
	display:inline;
}
.subNewsInner { /* inner div  for sub entries - sub after .subNewsContainer class */
	padding-right:4px; 
}
.subNewsContainer img {
	display:block;
	margin-bottom:5px;
}
.subNewsContainerMeta { /* wrapper for data and more link at bottom of vertical cols */
	display:block;
	font-size:.85em;
	font-style:italic;
	margin-top:5px;
	padding-bottom:10px;
}
.subNewsContainerMeta a{
	color:#cd1713;
}
.subNewsContainerMeta a:hover {
	text-decoration:underline;
}


/* SIDEBAR - FOR MAIN PAGE (the right hand of vertical cols at the bottom half)
================================================================== */
#mainPageSidebar { /* Wraps all the objects inside of main page sidebar */
	float:right;
	width:300px;
}
#searchCat  select, #archiveform  select, #cat, #googlequery{
	background-color: #FFF;
	border: 1px solid #7F9DB9;
	color: #555;
	font: 1em/1.2 Verdana, Arial, Geneva, Helvetica, Sans-Serif;
	margin-bottom: 10px;
	width:190px;
	padding: 1px;
	margin-left:10px;
}
#tagcloud {
	display:block;
	text-align: center;
}
#tagcloud a {
	color:#222;
}
#tagcloud a:hover {
	text-decoration:underline;
}

/* AJAX TAB STYLE on sidebar of mainpage */
/* REQUIRED to hide the non-active tab content */
.tabberlive .tabbertabhide {display:none;}
/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 { display:none;}

/* ul.tabbernav = the tab navigation list */
ul.tabbernav{
	height:24px;
	margin-top:12px;
	font-size:.9em;
	border-bottom:1px solid #eee;
	font-weight:bold;
}
ul.tabbernav li{
	display: inline;
	float: left;
	line-height: 23px;
	height: 24px;
}
ul.tabbernav li a {
	display: block;
	float: left;
	padding: 0 8px;
	text-align: center;
	height: 23px;
	background: #fafafa url(sans-default/bgAjaxTabs.gif) repeat-x;
	border-right:1px solid #eee;
	border-left:1px solid #eee;
	color: #000;
}
ul.tabbernav li.tabberactive a {
	color: #222;
	display: block;
	float: left;
	padding: 0 8px;
	text-align: center;
	height: 24px;
	border: 1px solid #eee;
	border-bottom:1px solid #fff;
	background:#fff;
}

/* The tab container */
.tabbertab {
	border-bottom:1px solid #eee;
	border-right:1px solid #eee;
	border-left:1px solid #eee;
	padding:5px;
	background:#fff;
	margin-bottom:12px;
}
.tabbertab ul li {
	line-height:18px;
	color:#666;
	border-bottom:1px dotted #D3D9EB;
	margin-left:3px;
	padding-top:2px;
	padding-bottom:2px;
	list-style:disc inside;
}
.tabbertab a  {
	display:inline;
	color:#666;
}
.tabbertab a:hover {
	color:#29568f;
	text-decoration:underline;
}

/* FOOTER
============================================================== */
#footerCatBar { /*Category bar on footer */
	padding-top:4px;
	padding-bottom:4px;
	margin-top:10px;
	display:block;
	text-align:center;
	border-top:2px solid #efefef;
	border-bottom:2px solid #efefef;
	font-size:.9em;
	line-height:1em;
	font-weight:bold;
}
#footerCatBar ul {
	display:block;
}
#footerCatBar li {
	display:inline;
}
#footerCatBar a{
	text-transform:uppercase;
	color:#949494;
	margin-right:6px;
	margin-left:6px;
}
#footerCatBar a:hover {
	color:#da0006;
	text-decoration:none;
}
#footerPages { /* Pages bar on footer */
	margin-top:10px;
	padding-top:10px;
	padding-bottom:5px;
	display:block;
	text-align:center;
	background:#efefef;
	font-size:.9em;
	line-height:1em;
	font-family:arial,tahoma,sans-serif;
}
#footerPages ul {
	display:block;
}
#footerPages li {
	display:inline;
	margin-right:4px;
	margin-left:4px;
	font-weight:bold;
	text-transform:uppercase;
}
#footerPages a{
	color:#222;
}
#footerPages a:hover {
	color:#da0006;
	text-decoration:none;
}
#themeInfo{ /* Wraps the credits below pages links on footer */
	display:block;
	margin-top:10px;
}

/* GLOBALS and CLASSES
============================================================== */
.singlePageTitle { /* Style of articles for single post pages */
	display:block;
	letter-spacing:-1px;
	color:#010d37;
	font: 22px/1.1em "Arial Black",Helvetica,Jamrul,sans-serif;
}
.labelBC { /* The style for the label used on archive pages to display where visitor is (Category archives for - Posts tagged as ... )*/
	display:block;
	font-size:13px;
	color:#8f8f8f;
	margin-bottom:2px;
}
.locationBC { /* Name of category, archive or date placed below the (Category archives for - Posts tagged as ... ) text on archive pages */
	display:block;
	font-size:20px;
	color:#222;
	letter-spacing:-1px;
}
.adLabel { /*Style for the label displayed as "advertisement" on ads */
	color:#aaa;
	display:block;
	font-size:12px;
	text-align:center;
	padding:3px 0;
}
.titleCatName { /* Front page, category labels over blocks */
	text-transform:uppercase;
	color:#cd1713;
	font-weight:bold;
	display:block;
	font-size:11px;
	margin-bottom:5px;
	font-family:arial, tahoma, sans-serif;
}
.titleCatName a,.titleCatName a:hover {
	text-transform:uppercase;
	color:#cd1713;
	font-weight:bold;
	font-size:11px;
	font-family:arial, tahoma, sans-serif;
}
.videoTitle { /* Title of video on sidebar of frontpage */
	font-size:15px;
	margin-bottom:5px;
	display:block;
}
.videoTitle a {
	color:#222;
}
.videoTitle a:hover {
	color:#cd1713;
	text-decoration:none;
}
.clear{clear:both;}
.block {display:block}
.margintop {margin-top:7px;}
.paddingtop {padding-top:7px;}
.bordernone {border:none}

/* Widget Styles */
.widget {
	margin-bottom:10px;
}
.widget ul li {
	line-height:18px;
	color:#666;
	width:auto;
	border-bottom:1px dotted #D3D9EB;
	margin-left:3px;
	list-style:disc inside;
}
.widget a  {
	display:inline;
	width:auto;
	color:#666;
}
.widget a:hover {
	color:#29568f;
	text-decoration:underline;
}
.sidebarWidget {
	margin-top:10px;
	margin-bottom:0;
}
.wideSidebarWidget {
	margin-top:15px;
	margin-bottom:0;
}
.narrowSidebarWidget ul {
	padding-left:10px;
	text-align:left;
}
#mainContent .wp-caption-text,
#secondaryContentWrapper .wp-caption-text, 
#subNews  .wp-caption-text { 
/* Hack to hide captions; NOT to be displayed on main page */display:none; 
}

/* INNER PAGE CONTENT AREA
============================================================== */
#innerContent { /* Inner page content wrapper */
	width:840px;
	float:left;
	margin-right:10px;
	display:inline;
	font-size:1.1em;
	line-height:1.4em;
	}
	
#innerContent a {
	color:#990000;
	text-decoration:none;
	}

#innerContent a:hover {
	text-decoration:underline;
	}
	
	#entryMeta { /* Style for the page title on inner pages, also wraps Category archives for ..... text on archive pages  */
		display:block;
		border-left:16px solid #dc241f;
		color:#8f8f8f;
		padding-top:2px;
		padding-bottom:4px;
		padding-left:6px;
		border-top:1px solid #eee;
		border-bottom:1px solid #eee;
		margin-bottom:10px;
	}
	#entryMeta p {
		font-size:.8em;
		margin-top:10px;
		padding-bottom:0;
		line-height:1.3em;
	}
	#entryMeta img { /* Alignment for author image on single post page */
		float:left;
		padding:0;
		border:0;
		margin-top:1px;
		margin-right:3px;
	}
	#entryMeta a { /* Link style for the post details below the post title on single post page */
		color:#8f8f8f;
		text-decoration:underline;
	}
	#entryMeta a:hover {
		text-decoration:none;;
	}
	#innerLeft { /* Post wrapper */
		float:left;
		width:580px;
		margin-right:10px;
	}
	#innerLeft img {
		max-width:580px; /* giving a max width for the post images not to jump out of the frame */
	}
	#innerLeft p {
		padding-bottom:10px;
	}
	.post a {
		color:#0854C7;
	}
	.post a:hover {
		color:#cd1713;
		text-decoration:underline;
	}
	.post ul {
		padding-bottom:10px;
		list-style: square inside;
	}
	.post img {
		padding:2px;
		border:0px solid #aaa;
		background:#fff;
		display:block;
	}
	.post ol {
		padding-bottom:10px;
		list-style: decimal inside;
	}
	.post li {
		padding: 2px 0px 2px 10px;
		font-size: 12px;
		line-height: 15px;
		color:#4c4c4c;
	}
	.alignleft {
		float:left;
		margin-right:10px;
		margin-top:5px;
	}
	.alignright {
		float:right;
		margin-left:10px;
		margin-top:5px;
	}
	.aligncenter {
		margin:0 auto;
		display:block;
	}
	.wp-caption img {
		margin-bottom: 5px;
		padding:4px;
		border:0px solid #ddd;
		background-color:#FFFFFF;
	}
	p.wp-caption-text {
		margin-right:4px;
		color:#222;
		width: auto;
		font:.7em arial, sans-serif;
		text-align:right;
	}
	blockquote {
		padding: 2px 10px;
		background: #f6f5f5;
		color:#333;
		clear:both;
		border-left: 3px solid #bfbbbb;
		margin-bottom:10px;
	}
	code {
		color:#444;
		font:11px/17px tahoma, arial, sans-serif;
		display:block;
	}
	blockquote p {
		font-size: 11px;
		padding: 5px 0px;
		margin: 5px 0px;
		line-height: 15px;
	}
	blockquote li {
		padding: 2px 0px 2px 10px;
		font-size: 11px;
		line-height: 15px;
		color:#369;
	}
	blockquote a {
		color:#0080ca;
		text-decoration:underline;
	}
	blockquote a:hover {
		color:#039;
	}
	.postinfo { /* post info shown under the summary of posts on search results */
		text-align:right;
		padding-top:3px;
		padding-bottom:3px;
		padding-right:5px;
		clear:both;
		font:11px verdana, arial, tahoma,sans-serif;
		color:#9f9f9f;
		border-top:1px solid #ccc;
		border-bottom:1px solid #ccc;
		background:#f9f9f9;
		margin-top:10px;
		margin-bottom:20px;
		display:block;
	}
	.postinfo a,.navigation a {
		color:#0854C7;
	}
	.postinfo a:hover, .navigation a:hover {
		color:#cd1713;
	}
	.photoFrame { /* container around the photo on archive pages  */
		display:block;
		float:left;
		text-align:center;
		padding-bottom:15px;
		margin-bottom:15px;
		border-bottom:1px solid #f4f4f4;
		width:255px;
	}
	.photoFrameInner {
		width:240px;
		margin:0 auto;
		display:block;
	}
	.postinfoPhotoCat { /* Post info for photo gallery post details shown below thumbnails on archive pages */
		padding-top:5px;
		font:11px verdana, arial, tahoma,sans-serif;
		color:#9f9f9f;
		display:block;
	}
	.postinfoPhotoCat a {
		color:#0854C7;
	}
	.postinfoPhotoCat  a:hover {
		color:#cd1713;
	}
	.share { /* Socialize buttons styles */
		text-align:right;
		display:block;
		padding-bottom:15px;
	}
	.share img {
		display:block;
		float:right;
		margin-left:5px;
		padding:0;
		border:none;
		opacity: .4;
		-moz-opacity: .4;
		filter: alpha(opacity=40);
	}
	.share img:hover {
		opacity: 1;
		-moz-opacity: 1;
		filter: alpha(opacity=100);
	}
	#tagsandcats {
		font-size:.8em;
		border:1px solid #ddd;
		padding:7px;
		background:#f7f7f7;
		color:#444;
		margin-bottom:10px;
	}
	
/* INNER PAGE SIDEBARS
============================================================== */
#wideSidebar { /* The Wide sidebar on inner pages */
	float:left;
	width:250px;
	background:#f7f7f7;
	font-size:.8em;
}
	#wideSidebarInner {
		padding-top:5px;
		padding-bottom:10px;
		padding-right:10px;
		padding-left:10px;
	}
#narrowSidebar { /* The narrow sidebar on inner pages that holds photo gallery and 120x600 ad */
	float:left;
	width:120px;
	padding-bottom:10px;
	text-align:center;
	background: url(sans-default/bgnarrowSidebar.gif) repeat-y;
}
	#narrowSidebar img  { 
		padding:2px;
		border:1px solid #aaa;
		background:#fff;
		display:block;
		text-align:center;
		margin:0 auto 5px;			
	}
	ul#narrowSidebarGallery { /* Photo gallery style for the inner page narrow sidebar */
		margin-bottom:15px;
	}
	ul#narrowSidebarGallery li {
		display:block;
		width:116px;
		margin-right:3px;
		margin-left:3px;
		margin-bottom:10px;
		text-align:center;
		font:bold .9em/1.1em arial, georgia, sans-serif;
	}
	ul#narrowSidebarGallery li a{
		color:#222;
	}
	ul#narrowSidebarGallery li a:hover {
		color:#cd1713;
	}
/* COMMENTS STYLE
============================================================== */
p#commentNotification { /* text style for notification message that is displayed when post is pass protected or comments are closed */ display:block;margin-top:7px;background:#f9f9f9;padding:3px 5px;font-weight:bold;}
p#noComment {font:bold .8em verdana, tahoma, arial, sans-serif;background:#efefef;padding:4px 4px 4px 10px;}
ol.commentlist li a {color:#0854C7;}
ol.commentlist li a:hover {color:#cd1713;}
ol.commentlist li { border:1px solid #d5d5d5; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; height:1%; margin:0 0 10px; padding:5px; position:relative; }
ol.commentlist li div.vcard { font:bold 12px/1.4em helvetica,arial,sans-serif;color:#000 }
ol.commentlist li div.vcard cite.fn { font-style:normal;display:inline; }
ol.commentlist li div.vcard cite.fn a.url { color:#000; text-decoration:none; }
ol.commentlist li div.vcard cite.fn a.url:hover { text-decoration:underline; }
ol.commentlist li div.vcard img.avatar { border:1px solid #aaa;padding:1px;background:#fff; right:7px; position:absolute; top:5px; }
ol.commentlist li div.comment-meta { font:bold 10px/1.4 helvetica,arial,sans-serif;display:block;margin-bottom:5px; }
ol.commentlist li div.comment-meta a { color:#aaa; text-decoration:none;font-style:italic; }
ol.commentlist li div.comment-meta a:hover { color:#000; }
ol.commentlist li p { font:normal 12px/1.4em helvetica,arial,sans-serif;}
ol.commentlist li ul { font:normal 12px/1.4em helvetica,arial,sans-serif; list-style:square; margin:0 0 1em; padding:0; text-indent:0; }
ol.commentlist li div.reply { background:#999; border:1px solid #666; border-radius:2px; -moz-border-radius:2px; -webkit-border-radius:2px; color:#fff; font:bold 9px/1 helvetica,arial,sans-serif; padding:5px 10px;  text-align:center; width:36px; }
ol.commentlist li div.reply:hover { background:#c30; border:1px solid #c00; }
ol.commentlist li div.reply a { color:#fff; text-decoration:none; text-transform:uppercase; }
ol.commentlist li ul.children { list-style:none; margin:1em 0 0; text-indent:0; }
ol.commentlist li ul.children li.depth-2 { margin:0 0 .25em; }
ol.commentlist li ul.children li.depth-3 { margin:0 0 .25em; }
ol.commentlist li ul.children li.depth-4 { margin:0 0 .25em; }
ol.commentlist li.even { background:#fff; }
ol.commentlist li.odd { background:#f7f7f7; }

/* COMMENT FORM ELEMENTS
============================================================== */
#respond {
	font-family:verdana, tahoma, arial, sans-serif;
	background: url(sans-default/bgWriteComment.gif) repeat;
	padding:5px 15px 0;
	border:1px solid #ececec;
}
.cancel-comment-reply {
	font-size:12px;
}
.cancel-comment-reply, #respond cite {
	font-size:12px;
	padding-top:4px;
}
#respond label {
	font-size:10px;
	padding-left:3px;
	font-family:verdana, tahoma, arial, sans-serif;
}
#author,#email,#url {
	font: 11px verdana,Arial, Helvetica, sans-serif;
	width: 35%;
	padding: 2px;
	background:#fefefe;
	border: 1px solid #e6e6e6;
}
#respond textarea:focus, #respond input[type="text"]:focus {
	border: 1px solid #bbb;
	background: #fefff7;
}
#respond textarea {
	font: 12px Arial, Helvetica, sans-serif;
	width: 95%;
	height: 120px;
	background:#fefefe;
	border: 1px solid #e6e6e6;
	padding: 2px 3px 3px 7px;
}
#submit {
	background: url(sans-default/submit.gif) no-repeat left;
	width: 112px;
	height:24px;
	border:none;
	display:block;
	line-height:0px;
	cursor:pointer;
}
#submit:hover {
	cursor:pointer;
	background: url(sans-default/submit.gif) no-repeat right;
	width: 112px;
	height:24px;
}
#radioplayer {background-image:url('http://www.f1badger.com/wp-content/uploads/gfx/radio.jpg');width:560px;height:390px;background-repeat:no-repeat;padding-top:20px;padding-left:20px;margin-left:0px;}
.radiobutton {width:55px; height:75px; margin-left:300px;margin-top:-100px;z-index:1;border: 2px gray solid}
.radiobutton2 {width:55px; height:75px; margin-left:375px;margin-top:-79px;z-index:1;border: 2px gray solid}

.radiobutton:hover {border: 2px black solid}
.radiobutton2:hover {border: 2px black solid}


a {color:#00000; text-decoration:none;}

a:hover {#cc0033; text-decoration:none;}
a:visited {#cc0033; text-decoration:none;}

table.league {
	padding:1px;
	margin:1px;
	width:100%;
}


tr.leagueH {
	background-color:#cc0000;
	background:#cc0000;
	color:#ffffff;
	text-transform:uppercase;
	text-align:center;
	font-family:"arial black";
	padding:1px;
	margin:1px;
}

td.leagueH {
	background-color:#cc0000;
	background:#cc0000;
	color:#ffffff;
	text-transform:uppercase;
	text-align:center;
	font-family:"arial black";
	padding:1px;
	margin:1px;
}

td.leagueHD {
	background-color:#cc0000;
	background:#cc0000;
	color:#ffffff;
	text-transform:uppercase;
	text-align:center;
	font-family:"arial black";
	padding:1px;
	margin:1px;
	width:130px;
}

.leagueH {
	background-color:#cc0000;
	background:#cc0000;
	color:#ffffff;
	text-transform:uppercase;
	text-align:center;
	font-family:"arial black";
	padding:1px;
	margin:1px;
}

.league1 {
	text-transform:capitalize;
	text-align:center;
	font-size:0.9em;
	font-weight:bold;
	padding:1px;
	margin:1px;
}

.leagueD1 {
	text-transform:capitalize;
	text-align:center;
	font-size:0.9em;
	font-weight:bold;
	padding:1px;
	margin:1px;
	text-align:left;
}

.league2 {
	text-transform:capitalize;
	text-align:center;
	font-size:0.9em;
	background-color:#eeeeee;
	padding:1px;
	margin:1px;
}

.leagueD2 {
	text-transform:capitalize;
	text-align:center;
	font-size:0.9em;
	background-color:#eeeeee;
	padding:1px;
	margin:1px;
	text-align:left;
}

a#admin-bar-logo {color:#eee;margin-top:2px;}
a#admin-bar-logo:hover {color:#eee;margin-top:2px;}
#countbox {color:#eee;margin-top:5px;margin-left:10px;height:18px;}
#gstatus {float:right;font-weight:bold;}

.cellzz {width:100px; height:110px; font-size:12px; float:left; border:3px white solid;}
.descriptzz {position:absolute; float:left; display:none; height:110px; width:100px; color:white; padding-left:5px; padding-right:5px; padding-top: 40px; font-size: 60px; text-align: center; font-weight:bold;}
.titlezz {top:-20px; left:0px; height:18px; background-color:#a00; color:white; padding-top:2px; text-align:center; font-size:10px; font-weight:bold; width:100px; text-transform:uppercase;}
.cellzz:hover .descriptzz {display:block; background-color:#a00; width:90px; height:60px; filter:alpha(opacity=55); -moz-opacity:.55; opacity:.55;}

.cellzz5 {width:50px; height:55px; font-size:12px; float:left; border:1px white solid;}
.descriptzz5 {position:absolute; float:left; display:none; height:55px; width:50px; color:white; padding-left:5px; padding-right:5px; padding-top: 10px; font-size: 30px; text-align: center; font-weight:bold;}
.titlezz5 {top:-20px; left:0px; height:18px; background-color:#a00; color:white; padding-top:2px; text-align:center; font-size:8px; font-weight:bold; width:50px; text-transform:uppercase;}
.cellzz5:hover .descriptzz5 {display:block; background-color:#a00; width:40px; height:40px; filter:alpha(opacity=55); -moz-opacity:.55; opacity:.55;}

.cellzz24 {width:65px; height:90px; font-size:12px; float:left; border:2px white solid;}
.descriptzz24 {position:absolute; margin-left:2px; margin-top:2px; float:left; display:none; height:100px; width:70px; color:white; padding-left:5px; padding-right:5px; padding-top: 30px; font-size: 50px; text-align: center; font-weight:bold;}
.titlezz24 {top:-20px; margin-left:2px; height:18px; background-color:#a00; color:white; padding-top:2px; text-align:center; font-size:8px; font-weight:bold; width:65px; text-transform:uppercase;}
.cellzz24:hover .descriptzz24 {display:block; background-color:#a00; width:55px; height:40px; filter:alpha(opacity=55); -moz-opacity:.55; opacity:.55;}



.cellzz2 {width:80px; height:100px; font-size:12px; float:left; border:2px white solid;}
.descriptzz2 {position:absolute; margin-left:2px; margin-top:2px; float:left; display:none; height:100px; width:70px; color:white; padding-left:5px; padding-right:5px; padding-top: 30px; font-size: 60px; text-align: center; font-weight:bold;}
.titlezz2 {top:-20px; margin-left:2px; height:18px; background-color:#a00; color:white; padding-top:2px; text-align:center; font-size:10px; font-weight:bold; width:80px; text-transform:uppercase;}
.cellzz2:hover .descriptzz2 {display:block; background-color:#a00; width:70px; height:50px; filter:alpha(opacity=55); -moz-opacity:.55; opacity:.55;}
a.cpt {color:white; text-decoration:none;}
a.cpt:hover {color:white; text-decoration:none;}
a.cpt:visited {color:white; text-decoration:none;}
a.cpt:active {color:white; text-decoration:none;}




