/*
Theme Name: Floro Sportsklubb
Theme URI: http://www.firdadigital.no/
Description: Wordpress-tema for Floro Sportsklubb.
Author: tersor
Author URI: http://www.terjesorbo.no
version: 1.0
Tags: three-column & widget-ready
*/

@import "reset.css";
@import "grid.css";

body {
	background-color: #c6c6c6;
	color: #353535;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Trebuchet MS, Arial, Helvetica;
}

h1 { font-size: 2.4em; }
h2 { font-size: 2em; }
h3 { font-size: 1.8em; }
h4 { font-size: 1.6em; }
h5 { font-size: 1.4em; }
h6 { font-size: 1.4em; }

a:link { color: #06c; }
a:visited { color: #06c; }
a:active { color: #06c; }
a:hover { color: #835218; }

p, ul, ol {
	margin-bottom: 1em;
}

pre, code {
	font-size: 1.2em;
}

#container {
	margin: 2em auto;
	width: 960px;
	font-size: 1.2em;
}
#page {
	padding: 0 15px;
	background: url(images/contentBg.png) 0 0 repeat-y;
	height: 100%;
	overflow: hidden;
}

/* header */
#header {
	background: url(images/headerBg.png) 0 0 no-repeat;
	padding: 16px 15px;
}
#header-container {
	background: url(images/logo.png) 0 0 no-repeat;
	height: 110px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #ddd;
}
#logo a {
	display: block;
	height: 110px;
	text-decoration: none;
}
#header-menu {
	padding-top: 70px;
}
#header-menu ul li {
	display: inline;
	margin-left: .5em;
}

/* main content */
#content {
	
}
.first_story {
	background-color: #fff;
}
.bigtitle {
	font-size: 2.6em;
}
.frontpage {
	background: url(images/vertical_ruler.png) 255px 0 repeat-y;
}
.hor_ruler {
	background: #fff url(images/horisontal_ruler.png) 0 10px repeat-x;
}
.post_date {
	color: #aaa;
	display: block;
	margin-bottom: .5em;
}
.postmetadata a {
	text-decoration: none;
}
.single h2, .page h2 {
	font-size: 2.6em;
}

/* post images */
.wp-caption.alignleft img, img.alignleft {
	margin: 3px 1em 2px 0; 
	padding: 4px; 
	border: 1px solid #ccc; 
	display: block;
}
.wp-caption.centered img, img.centered {
	display: block; 
	margin-left: auto; 
	margin-right: auto; 
}
.wp-caption.alignright img, img.alignright {
	margin: 3px 0 2px 1em; 
	padding: 4px; 
	border: 1px solid #ededed; 
	display: inline; 
} 
.wp-caption.alignright .wp-caption-text {
	margin-left: 1em;
}
.wp-caption-text {
	display: block;
	color: #666;
	padding: .2em .5em;
	font-size: 1.1em;
}
.post img {
	padding: 4px;
	border: 1px solid #ededed;
	margin-bottom: .5em;
}
.alignleft { float: left; }
.alignright { float: right; }


/* sidebars */
#left h2, #right h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 1.3em;
}
#left h3, #right h3 {
	font-size: 1.2em;
}

/* left sidebar */
#left ul li h2 {
	background-image: url(images/h2Bg_left.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	color: #fff;
	float: left;
	width: 192px;
	overflow: hidden;
	padding: 0 4px;
	border-bottom: 4px solid #835218;
	/*border-bottom: 4px solid #2577b7;*/
}
#left ul li h2 span {
	background-image: url(images/h2Bg_right.png);
	background-position: 100% 0;
	background-repeat: no-repeat;
	display: block;
	height: 24px;
	float: left;
	padding: 1px 30px 0 5px;
}
#left ul li h2 span.icon_fotball, #left ul li h2 span.icon_handball, #left ul li h2 span.icon_svomming {
	padding: 1px 0 0 0;
	width: 24px;
	background-position: 0 50%;
	background-color: #835218;
	background-repeat: no-repeat;
}
#left ul li h2 span.icon_fotball { background-image: url(images/icon_fotball.png); }
#left ul li h2 span.icon_handball { background-image: url(images/icon_handball.png); }
#left ul li h2 span.icon_svomming { background-image: url(images/icon_svomming.png); }

#left ul .pagenav h2 {
	background-image: url(images/h2Bg_left.png);
	border-color: #835218;
}
#left .pagenav ul ul {
	display: none;
}
#left .pagenav ul .current_page_item ul, #left .pagenav ul .current_page_ancestor ul {
	display: block;
}
#left ul .pagenav h2 span {
	background-image: url(images/h2Bg_right.png);
}
#left ul li ul, #left ul li div {
	background: url(images/menuBg.png) 0 bottom no-repeat;
	padding: 0 1px 5px 1px;
	margin: 0;
	clear: both;
}
#left ul li ul ul, #left ul li div div {
	background: none;
	padding: 0;
	margin: 0;
}
#left ul li div {
	padding: .3em 1em;
}
#left ul li div p {
	margin-bottom: 5px;
}

#left ul .current_page_item a {
	background-color: #eee;
	font-weight: bold;
}
#left ul .current_page_item li a {
	background-color: transparent;
	color: #304370;
	font-weight: normal;
}
#left ul li ul li a {
	display: block;
	padding: .3em 1em;
	border-top: 1px solid #ddd;
	color: #304370;
	text-decoration: none;
}
#left ul li ul li ul li a { padding-left: 2em; }
#left ul li ul li ul li ul li a { padding-left: 4em; }
#left ul li ul li a:hover { background-color: #f5f5f5; }

#left table {
	border-collapse: collapse;
	width: 100%;
	font-size: .9em;
}
.league_table table th {
	text-align: right;
	border-bottom: 1px solid #ccc;
}
.league_table table .h_plassering { text-align: right; }
.league_table table .h_lag { text-align: left; }
.league_table table td {
	padding: 1px;
	text-align: right;
}
.league_table table .plassering { padding: 0 2px 0 0; text-align: right; }
.league_table table .lag { text-align: left; }
.league_table table td {
	border-bottom: 1px solid #eee;
}
.league_table table tr.opprykk td { 
	border-bottom: 1px solid #ddd;
	color: #06c;
}
.league_table table tr.kvallik td { 
	border-bottom: 1px solid #ddd;
}
.league_table table tr.nedrykk td { 
	color:#900;
}
.league_table table .spelt, .league_table table .uavgjort, .league_table table .maal { background-color: #eee; /*border-right: 1px dashed #ccc;*/ }

.content_table table th {
	border-bottom: 1px solid #ccc;
}
.content_table table .h_plassering { text-align: right; }
.content_table table .h_lag { text-align: left; }
.content_table table td {
	padding: 1px 4px;
	text-align: right;
}
.content_table table .plassering { padding: 0 2px 0 0; text-align: right; }
.content_table table .lag { text-align: left; }
.content_table table td {
	border-bottom: 1px solid #eee;
}
.content_table table .spelt, .content_table table .uavgjort, .content_table table .maal { background-color: #eee; /*border-right: 1px dashed #ccc;*/ }

.league_results h3 {
	background-color: #eee;
	border-bottom: 1px solid #ccc;
}
.league_results table {
	margin-bottom: 0;
}
.league_results table.last {
	margin-bottom: 1em;
}
.league_results table td {
	padding: 1px 0;
	border-bottom: 1px solid #eee;
}
.league_results table .spilt_hlag_navn { width: 45%; }
.league_results table .spilt_hlag_maal { width: 4%; }
.league_results table .spilt_maal_seperator { width: 2%; text-align: center; }
.league_results table .spilt_blag_navn { width: 45%; text-align: right; }
.league_results table .spilt_blag_maal { width: 4%; text-align: right; }

.league_results table .hlag_navn { width: 45%; }
.league_results table .kampdato { width: 10%; text-align: center;}
.league_results table .blag_navn { width: 45%; text-align: right; }


.content_results h3 {
	background-color: #eee;
	font-size: 1.4em;
}
.content_results table {
	margin-bottom: 0;
	width: 50%;
}
.content_results .last {
	margin-bottom: 1em;
}
.content_results table .spilt_hlag_navn { width: 45%; }
.content_results table .spilt_hlag_maal { width: 4%; }
.content_results table .spilt_maal_seperator { width: 2%; text-align: center; }
.content_results table .spilt_blag_navn { width: 45%; text-align: right; }
.content_results table .spilt_blag_maal { width: 4%; text-align: right; }

.content_results table .hlag_navn { width: 45%; }
.content_results table .kampdato { width: 10%; text-align: center;}
.content_results table .blag_navn { width: 45%; text-align: right; }

/* right sidebar */
#right ul li {
	border: 1px solid #ccc;
	margin-bottom: 1em;
	padding: 0;
}
#right ul li li a {
	display: block;
	margin-bottom: 0;
	padding: 10px 8px;
	border-bottom: 1px solid #ddd;
	width: 180px;
}
#right ul li li {
	border: none;
	margin-bottom: 0;
}
#right ul ul {
	padding: 0;
	margin-bottom: 0;
}
#right ul li h2 {
	background-color: #eee;
	padding: .1em 10px;
	margin-bottom: .5em;
}

/* comments */
#comment {
	width: 504px;
}
#comments, #respond {
	background-color:#f5f5f5;
	color: #555;
	margin-bottom: 1em;
	font-size: 1.2em;
	font-weight: lighter;
	padding: .2em .4em;
	text-transform: uppercase;
}
.commentlist li {
	margin: 0;
	width: 100%;
	overflow: hidden;
	padding: 1em 0;
}
.commentlist li.alt {
}
.gravatar {
	float: left;
	width: 56px;
	margin-right: 4px;
}
.gravatar img {
	background-color: #fff;
	border: 1px solid #ddd;
	padding: 2px;
}
.comment {
}
.comment-content {
	background: url(images/comment_top.png) 0 0 no-repeat;
	width: 450px;
	float:left;
}
.comment-text, .comment-meta {
	padding: .1em 1em .1em 3em;
}
.comment-text p {
	margin: 1em 0;
}
.comment-meta {
	background: url(images/comment_bottom.png) 0 bottom no-repeat;
}
.comment-meta p {
	border-top: 1px solid #ddd;
	color: #777;
	margin-bottom: 0;
	padding: .3em 0;
	font-size: .9em;
}
.comment_count {
	background-position: 0 50%;
	background-repeat: no-repeat;
	padding-left: 20px;
}
.comment_icon_none { background-image: url(images/comment.png); }
.comment_icon_active { background-image: url(images/comment_active.png); }

/* footer */
#footer p{
	margin-bottom: 0;
	color: #666;
}
#footerBg {
	background: #c6c6c6 url(images/footerBg.png) 0 bottom no-repeat;
}
#copyright {
	padding: 0 1em;
}
#firdadigital a {
	display: block;
	float: right;
	font-size: .9em;
	color: #777;
}