/*
--------------------------------
	Gefle Baseboll Club
	Stilmall för layout
	Copyright 2009
--------------------------------
*/

/* HTML */

body {
	background:url("../images/mainbg.png") repeat-x #330000 top;
	font-family:Trebuchet MS;
}

hr {
	border:0;
	border-bottom:1px solid #BBB;
}

/* Element */

div#Wrapper {
	background:url("../images/wrap-bg.png") repeat-y center;
	margin:0 auto;
	overflow:hidden;
	width:960px;
}
div#Header {
	background:url("../images/header.jpg") no-repeat;
	overflow:hidden;
	height:125px;
}
div#Content {
	width:942px;
	margin:0 auto;		
}
div#Container {
	width:910px;
	margin:0 auto 1em auto;
	overflow:hidden;
}
div#MenuShade {
	background:url("../images/menu_shade.png") repeat-x;
	height:19px;
	width:100%;
}

div#BreadCrumbs {
	margin-bottom:0.5em;
}

div#LeftColumn {
	width:490px;
	float:left;
	padding-right:15px;
	border-right:1px solid #EEE;
	display:inline;
}
	div#LeftColumn img {
		margin-bottom:0.5em;
	}

div#RightColumn {
	width:390px;
	float:right;
	display:inline;

}

div.Date {
	margin:0.5em 0;
	font-size:11px;
}
div#RightColLeft {
	width:180px;
	float:left;
	display:inline;

}
	div#RightColLeft ul {
		margin:0.5em 0;
		line-height:120%;
	}
	div#RightColLeft ul li a {
		font-size:75%;
		color:#9d1b1b;
		text-decoration:none;
	}
	div#RightColLeft p a {
		color:#9d1b1b;
		text-decoration:none;		
	}
div#RightColRight {
	width:190px;
		display:inline;

	float:right;
}

div#Footer {
	width:910px;
	margin:10px auto;
	font-size:70%;
	overflow:hidden;
	line-height:120%;
	border-top:1px solid #EEE;
	padding-top:10px;
	clear:both;
}
	div#Footer img {
		float:left;
		margin-right:10px;
	}

/* Nyhetslistning */

div.NewsItem {
	margin-bottom:0.8em;
}

/* Logga */
h1#Logo a {
	display:block;
	height:100px;
	margin:1em;
	width:265px;
}
h1#Logo a span {
	display:none;
}

/* Meny */
div#Menu {
	width:100%;
	background:url("../images/menu_bg.png") repeat-x;
	height:36px;
}

div#Menu ul {
	display:block;
	padding-top:5px;
	margin-left:1em;
}
div#Menu ul li { 
	display:inline;
	float:left;
} 
div#Menu ul li a { 
	color:#FFF; 
	display: block; 
	font:bold 11px Tahoma, sans-serif;
	padding:6px 15px; 
	text-decoration:none; 
}
div#Menu ul li a:hover {
	text-decoration:underline;
}
div#Menu ul li.active {
	background: url("../images/menu_item_right.png") no-repeat right top; 
	text-decoration:none;
}
div#Menu ul li a.active {
	background:url("../images/menu_item_left.png") no-repeat left top; 
	color:#000;
	text-decoration:none;
}

/* Spelartabell */
table#PlayerRoster {
	width:100%;
}
table#PlayerRoster thead tr td {
	font-size:85%;
	font-weight:bold;
	padding-bottom:0.5em;
}
table#PlayerRoster tbody tr td {
	font-size:70%;
	padding-bottom:0.8em;
}

/* Sponsorer */
div.Sponsors {
	text-align:center;	
}
div.Sponsors img {
	margin-bottom:1em;
}

.date {
	font-size:70%;
	margin:10px 0;
	color:#555;
	border-top:1px solid #EEE;
	padding-top:5px;
}
.clear { clear:both}
.imageright { float:right;margin-bottom:8px;margin-left:5px}
.imageleft { float:left;margin-bottom:8px;margin-right:15px}

/* Listning */
.ListItem {
	margin:15px 0;
	padding-bottom:10px;
	border-bottom:1px solid #EEE;
}
#pdCalendarTable {
	border-collapse: collapse;
	width:100%;
	margin: 0 0 20px 0;
}
#pdCalendarTable th {
	padding:0.5em !important;
	font-size:12px;
	background: #666;
	color:#FFF;
}
#pdCalendarTable td {
	border-bottom: 1px solid #DDD;
	padding:0;
	padding:0.8em 0.4em !important;
	text-align: center;
	vertical-align: middle;
	font-size:11px !important;
}
#pdCalendarTable td a {
	display:block;
}
#commentform {
	margin:1em 0;
}
#commentform input.input-text {
	border:0;
	border:1px solid #999;
	margin-bottom:1em;
	padding:0.5em 1em;
	width:50%;
}
#commentform textarea.message {
	border:0;
	border:1px solid #999;
	padding:0.5em 1em;
	margin-bottom:1em;
	width:50%;
}
#commentform label.fieldLabel {
	font-size:13px;
}
.form-label {
	margin:0.3em 0;
}
label.error {
	font-size:12px;
	color:red;
	float:right;
	margin-top:5px;
}
.fn {
	font-size:13px;
}
.comment {
	padding-bottom:0.5em;
	margin-bottom:1em;
	border-bottom:1px solid #BBB;
}
.noborder {
	border-bottom:0;
}
.commentCount {
	margin-bottom:1em;
}

table.ScheduleTable {
	width:490px;
}
	table.ScheduleTable thead tr th {
		text-align:left;
		padding-bottom:.5em;
		font-size:15px;
	}
	table.ScheduleTable tbody tr td {
		vertical-align:middle;
		line-height:220%;
	}
.commentList {
	margin-top:  1em;
}
.NextGame { margin: -10px auto 10px auto; width: 944px; }
