/*
Theme Name: Soccerstar Player
Theme URI: http://soccerstar.org/
Description: INSERT HERE
Version: 1.0
Author: Drömbolaget IT & Webb AB
Author URI: http://www.drombolaget.se
Tags: 
*/
* 
{
	margin: 0px;
	padding: 0px;
}

:focus {
	outline-color: -moz-use-text-color;
	outline-style: none;
	outline-width: 0;
}

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

a:hover {
	color: #faa030;
}

a:visited {
	color: #907040;
}

h1 a, h2 a, h3 a, h4 a
{
	color: #f0f0f0;
	text-decoration: none;
}

h1
{
	font-size: 20px;
	line-height: 21px;
}
h2
{
	font-size: 18px;
	line-height: 19px; 
	padding-bottom: 2px;
}

p
{
	margin-bottom: 10px;
}

td
{
	vertical-align: top;
}

body
{
	background: black url('images/bg_body.jpg') no-repeat scroll center top;
	font-family: calibri;
	font-size: 13px;
	line-height: 14px;
	color: #d0d0d0;
}

#pageContainer
{
	width: 980px;
	margin: 0 auto;
}

#page
{
	border: 2px solid #999999;
	background: #515151;
}

#header
{
	height: 180px;
	background: black url('images/bg_header.jpg');
	overflow: hidden;
	color: #ffffff;
}

#header a
{
	color: #cccccc;
}

#header h2
{
	color: #F37920;
}

#mainmenu
{
	font-size: 16px;
	line-height: 17px;
	height: 30px;
	background: transparent url('images/bg_mainmenu.jpg');
}

#mainmenu ul
{
	padding-top: 5px;
	list-style: none;
	float: left;
}

#mainmenu ul li
{
	float: left;
	padding: 0 10px;
	border-right: 1px solid #979797;
	border-left: 1px solid white;
}

#mainmenu ul li a
{
	color: #333333;
	text-decoration: none;
}

#mainmenu ul li.first
{
	border-left: 0;
}

#blogcolumn
{
	vertical-align: top;
	width: 470px;
	padding-top: 10px;
}

#contenttable
{
	border-collapse: collapse;
	width: 100%;
}

#contentContainer
{
	padding: 0 10px;
}

#searchcontainer
{
	float: right;
	margin-top: 2px;
	margin-right: 5px;
}

#leftSidebarContainer
{
	width: 300px;
	padding-top: 10px;
}

#rightSidebarContainer
{
	width: 200px;
	padding-top: 10px;
}

#leftColumnTopContainer ul {
	list-style: none;
}

#headerimg
{
	font-size: 14px;
	padding: 0;
	text-decoration: none;

}

#headerimg img
{
	margin: 5px 0 0 0;	
}

#soccerstarlink
{
	margin: 0 0 0 94px;
}

#soccerstarlink h2
{
	font-weight: normal;
	line-height: 14px;
	padding: 0;
}

#topContainer
{
	padding-top: 10px;
	padding-left: 5px;
	height: 90px;
}

#topContainer ul
{
	height: 90px;
	overflow:hidden;
}


#topContainer ul li
{
	padding-bottom: 0px;
}

#headerimg a
{
	font-size: 40px;
	text-decoration: none;
	color: #FFFFFF;
}

#comment
{
	width: 100%;
	height: 75px;
}

h3#comments 
{
	margin: 20px 0;
}

#topSidebar
{
	color: #CCCCCC;
}

#topSidebar h2
{
	font-size: 16px;
	line-height: 17px;
	font-weight: normal;
}

#topSidebar > ul > li
{
	float: left;
	margin-left: 30px;
	width: 212px;
	overflow: hidden;
}

#loginRegister
{
	float:right;
	text-align: right;
	padding: 5px 20px 0 0;
}

#loginRegister a
{
	margin-left: 10px;
	margin-bottom: 5px;
	font-size: 10px;
	text-decoration: underline;
}

#footer
{
	margin-top: 20px;
	border: 2px solid #999999;
	background: #515151;
}

#playerwrapper
{
	text-align: center;
	vertical-align: top;
	width: 100%;
}

#playerwrapper table
{
	margin: 0 auto;
	text-align: left;
	vertical-align: top;
}

#topSidebar table
{
	width: 100%;
}

.comment-author td 
{
	padding-right: 10px;
}
	

.shadowcenter
{
	background: transparent url('images/separator_center.png') repeat-y;
	width: 20px;
}

.shadowleft
{
	background: transparent url('images/separator_left.png') repeat-y left;
}

.shadowright
{
	background: transparent url('images/separator_right.png') repeat-y right;
}

.shadowtop
{
	background: transparent url('images/bg_content_top.png') repeat-x top;
}

a.more-link {
	padding: 5px 0 0;
	display: block;
	font-size: 13px;
}

.sidebar ul
{
	list-style: none;
}

.sidebar > ul > li
{
	padding-bottom: 10px;
}

.articleMeta
{
	font-size: 12px;
}

.verticalAlignMiddle
{
	vertical-align: middle;
}

.commentlist li
{
	margin-left: 20px;
}

.entry
{
	margin-top: 10px;
}

.comment
{
	margin-bottom: 20px;
}

.bold
{
	font-weight: bold;
}

.paddingLeftSmall
{
	padding-left: 10px;
}

.paddingRightSmall
{
	padding-right: 10px;
}

.paddingTopVerySmall
{
	padding-top: 5px;
}

.textAlignRight
{
	text-align: right;
}
.textAlignCenter
{
	text-align: center;
}

.alignleft
{
	float: left;
}

.alignright
{
	float: right;
}

.center {
	text-align: center;
}

.smallText {
	font-size: 11px;
}

#leftColumnMiddle > li.widget {
	margin-top: 15px;	
}

/* Tabbed widgets */

.tabbed-widget-item {
	background: #404040;
	color: #d0d0d0;
	border: 2px solid #a0a0a0;
	width: auto;
	margin-top: 30px !important;
}

#leftColumnTopContainer .ui-tabs-panel {
	width: 464px;
}

#leftSidebarContainer .ui-tabs-panel {
	width: 245px;
}

#leftSidebarContainer ul.tw-nav-list a {
	width: 108px;
}

ul.tw-nav-list li, #sidebar ul.tw-nav-list li {
	margin-right: 0;
	border-right: 1px solid gray;
}

ul.tw-nav-list li.ui-tabs-selected, #sidebar ul.tw-nav-list li.ui-tabs-selected {
	background-image: none !important;
}

ul.tw-nav-list li, #sidebar ul.tw-nav-list li {
	padding-bottom: 0 !important;
}

ul.tw-nav-list li, #sidebar ul.tw-nav-list li {
	margin: 0 !important;
}

.ui-tabs-panel, #sidebar .ui-tabs-panel {
	margin: 0 !important;
	padding: 0 !important;
}

.tw-rotate {
	margin: 4px 0 0 !important;
	top: 0 !important;
}

.tw-tabbed-widgets {
	margin-top: 4px;
}

.tabbed-widget-item .widget {
	padding: 5px 5px 0 5px;
}

.tabbed-widget-item ul li
{
	padding: 0 0 5px;
}

/* */

.recentcomments {
	list-style: none;
}

/* Latest Post By Category */
.lpbcWidgetDate {
	font-size: 10px;
	font-style: italic;
	float: left;
	margin-right: 5px;
}

/* */
.widget_rss {
	white-space: nowrap;
}

/* */
.clearBoth {
	clear: both;
}

/* captions */
.wp-caption {
	background:#404040 none repeat scroll 0 0;
	border:1px solid #606060;
	margin-right:10px;
	padding:4px 0;
	font-style: italic;
	font-size: 10px;
	text-align: center;
}

.wp-caption img {
	border:1px solid #202020;
}

.wp-caption p {
	margin:0;
}

/* Navigation */
.navigation {
	width: 100%;
	text-align: center;
	margin: 0 0 10px;
}

.navigation h2 a{
	color: #F37920;
	font-size: 13px;
}

/* Posts */

#posts {
	margin-top: 10px;
	width: 100%;
}

.postcontainer
{
	width: 218px;
}

.smallPosts .post img {
	width: 75px;
	height: 75px;
}
.smallPosts .post .wp-caption {
	width: 81px !important;
}
.smallPosts .post {
	width: 218px;
	float: left;
	margin: 0 0 10px 0;
}

.smallPosts table
{
	cell-spacing: 20px;
}

.shortfacts
{
	text-align: right;
}

.shortfacts .rowtitle
{
	text-align: left;
}