/*
Theme Name: Oskar
Theme URI: http://www.firdamedia.no/
Description: The WP-theme of forde-fotball.no
Version: 1.0.
Author: Terje Sorbo
Author URI: http://www.firdamedia.no/
*/
@import "master.css";

body {
	background: #e5e5e5 url(images/bodyBG.gif) 0 161px repeat-x scroll;
	color: #333;
}
a {
	color: #06c;
}
#pageWrap {
	font-size: 1.2em;
	margin: 0 auto;
	text-align: left;
	width: 960px;
}
#header h1{
	height: 100px;
	width: 960px;
	background: url(images/headerBG.png) 0 0 no-repeat;
	margin-top: 10px;
}
#header h1 a {
	display: block;
	height: 100px;
	text-decoration: none;
}
#topads {
	height: 150px;
}
#toppbanner{
	float: left;
	width: 768px;
	height: 150px;
}
#toppknapp{
	float: right;
	width: 180px;
	height: 150px;
}
#pageContent{
	clear: both;
	float: left;
	width: 950px;
	position: relative;
	padding: 15px 0 0 10px;
	background: #fff url(images/contentBG.gif) 0 0 repeat-x;
}

/*------- left sidebar --------*/
#leftSidebar {
	float: left;
	position: relative;
	width: 200px;
	margin: 0;
}
#leftSidebar .widget_text h2 {
	font-size: 1.2em;
}
#leftSidebar ul, #rightSidebar ul { padding: 0; }
#leftSidebar ul li, #rightSidebar ul li { margin-bottom: 10px; }
#firdaligaen table {
	background-color: #fff;
	padding: 0;
	border: 2px solid #ccf;
	font-size: .9em;
	color: #555;
	width: 100%;
	margin: 0 0 10px 0;
	padding: 5px;
}
#firdaligaen table tr .position {
	text-align: right;
	width: 1%;
}

/* results widget */
.results_widget table {
	width: 100%;
	font-size: .9em;
	margin-bottom: 1px;
}
.results_widget .copy {
	font-size: .9em;
	color: #777;
}
.results_widget table td {
	padding: .2em 0;
	border-bottom: 1px solid #ddd;
}
.results_widget .date_title { 
	font-family: Trebuchet MS, Georgia, Arial; 
	margin-top: 1em; 
	font-size: .9em;
	text-transform: uppercase;
	color: #777;
	border-bottom: 1px solid #ccc;
}
.results_widget .hlag_navn, 
.results_widget .hlag_maal,
.results_widget .maal_seperator,
.results_widget .blag_navn, 
.results_widget .blag_maal {
	background: #eee;
	border-bottom: 1px solid #ccc;
	padding: .2em 0;
}
.results_widget .hlag_maal, .results_widget .blag_maal { font-size: 1.1em; }
.results_widget .tidspunkt { text-align: center; }
.results_widget .hlag_navn { width: 43%; padding-left: 4px; }
.results_widget .hlag_maal { text-align: center; width: 5%; }
.results_widget .blag_navn { text-align: right; width: 43%; padding-right: 4px; }
.results_widget .blag_maal { text-align: center; width: 5%; }
.results_widget .maal_seperator { text-align: center; width: 4%; }
.results_widget .hlag_maalscorer { text-align: right; }

.results_widget .blag_maalscorer,
.results_widget .hlag_maalscorer,
.results_widget .tidspunkt { 
	color: #555;
}



/*------- league table widget --------*/
.table_widget .widgettitle, .results_widget .widgettitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: .5em;
}
.table_widget table {
	width: 100%;
	font-size: .9em;
}
.table_widget table th {
	background-color: #ddd;
	border-bottom: 1px solid #aaa;
}
.table_widget table .h_lag {
	text-align: left;	
}
.table_widget table td {
	border-bottom: 1px solid #ccc;	
}
.table_widget table .plassering {
	text-align: right;
}
.table_widget table .spelt, .table_widget table .maal  {
	background-color: #eee;
}
.table_widget table .vunnet, .table_widget table .uavgjort, .table_widget table .tapt {
	border-left: 1px dotted #ccc;
}

/*------- rss widget --------*/
.widget_rss {
	color: #555;
}
a.rsswidget {
	display: inline;
}
.widget_rss .widgettitle a{
	text-decoration: none;
}
.widget_rss a.rsswidget {
	color: #4f647a;
}
.widget_rss .rss-date{
	display: block;
	font-size: 90%;
	color: #999;
}
.widget_rss ul, .widget ul{
	padding: 0;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.widget_rss .widgettitle, #rightSidebar h2 {
	background:#E6E6E6 url(images/filBoxHeader.png) 0 0 no-repeat scroll;
	font-size: 1em;
	text-shadow:#aaa 2px 2px 2px;
	font-weight: bold;
	text-transform:uppercase;
	color: #444;
	border-bottom: 1px solid #ccc;
	position: relative;
}
.widget_rss .widgettitle a, #rightSidebar h2 span{
	background: transparent url(images/filBoxHeaderText.png) 100% 0 no-repeat scroll;
	display: block;
	padding: 5px 5px 3px 5px;
	position: relative;
}
#leftSidebar .widget_rss ul li {
	padding: 10px 5px;
	border-bottom: 1px solid #ccc;
	color: #777;
	margin-bottom: 0;
	font-size: .9em;
}
.widget_rss ul li a {
	display: block;
	color: #004080;
	margin-bottom: 4px;
}



/*------- right sidebar --------*/
#rightSidebar {
	float: left;
	position: relative;
	width: 190px;
	margin-left: 20px;
}
.widget_links {
	padding: 0;
	border: 1px solid #ccc;
	border-top: none;
}
#rightSidebar .widget_links li {
	text-align: center;
	border-bottom: 1px solid #ccc;
	margin-bottom: 0;
	padding-top: 3px;
}
#rightSidebar .widget_links li a {
	padding: 0;
	display: block;
}
#rightSidebar ul li ul li { 
	margin-bottom: 0;
	padding: 2px 0;
}
#rightSidebar ul li ul { 
	margin-bottom: 0;
	padding: 10px;
}
#rightSidebar #rssfeed {
	margin-bottom: 20px;
}
#rightSidebar .rsslink {
	background: transparent url(http://www.forde-fotball.no/wordpress/wp-content/uploads/2008/04/rss.png) 0 50% no-repeat;
	padding: 2px 0 2px 20px;
	display: block;
	margin-bottom: .2em;
}
#rightSidebar .grasrotlink {
	background: url(images/grasrot_icon.png) 0 50% no-repeat;
	padding: 2px 0 2px 20px;
	display: block;
}


/*------- content --------*/
#content{
	float: left;
	position: relative;
	width: 510px;
	margin: 0 0 10px 20px;
}
#content .newsByline, #content .newsDate{
	color: #777;
	font-size: 10px;
}
#content .newsDate{
	margin: 0 0 5px 0;
}
#content .post {
	padding: 10px 0;
	border-bottom: 2px solid #e5e5e5;
}
.single ul {
	list-style-type: disc;
	margin-bottom: 1em;
}
.single ol {
	list-style-type: decimal;
	margin-bottom: 1em;
}
.single li {
	padding: .5em 0;
}
#content .first {
	padding-top: 0;
}
#content .post.first h2{
	padding-top: 0;
}
#content .post h2{
	padding: 0;
	font-size: 2.5em;
}
#content .post h3 {
	font-size: 2em;
}
#content .post h4 {
	font-size: 1.6em;
}
#content .entry-details { color: #aaa; }
#content .entry-details a { color: #888; }
#content .entry-title a {
	color: #333;
	text-decoration: none;
}
#content .entry-content a.more-link {
	background: transparent url(images/category.png) 0 50% no-repeat;
	display: block;
	padding: 1px 0 1px 20px;
	clear: both;
	text-decoration: none;
}
#content .entry-content a.more-link:hover {
	text-decoration: underline;
}
#content .entry-meta {
	padding-top: 10px;
}
#content .entry-menu {
	padding: 0;
}
#content .entry-menu li {
	float: left;
}
#content .entry-menu li a{
	float: left;
	text-decoration: none;
}
#content .entry-menu li a:hover{
	text-decoration: underline;
}
#content .entry-menu .meta-read-more a, #content .entry-menu .meta-category a, #content .entry-menu .meta-comments a, #content .entry-menu .meta-edit a {
	padding: 1px 16px 1px 18px;
}
#content .entry-menu .meta-read-more a { background: transparent url(images/category.png) 0 50% no-repeat; }
#content .entry-menu .meta-comments a { background: transparent url(images/comment.png) 0 50% no-repeat; }
#content .entry-menu .meta-edit a { background: url(images/edit.png) 0 50% no-repeat; }
#content .postmetadata {
	padding: 5px;
	background-color:#ffe;
	margin-top: 10px;
	border: 1px solid #ccc;
	color: #777;
}
#content img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content img.alignleft {
	margin: 3px 10px 2px 0px;
	padding: 4px;
	border: 1px solid #e5e5e5;
	display: inline;
}
#content img.alignright {
	margin: 3px 0 2px 10px;
	padding: 4px;
	border: 1px solid #e5e5e5;
	display: inline;
}
.alignleft { float: left; }
.alignright { float: right; }



/*------- search --------*/
#search {
	float: right;
	margin: 2px 0 0 0;
}
#content .searchtitle {
	font-size: 2em;
	border-bottom: 1px solid #aaa;
}
#search input.search-field {
	background: transparent url(images/searchbg.png) 0 0 no-repeat;
	width: 154px;
	height: 14px;
	border: none;
	float: left;
	padding: 6px;
	color: #777;
	font-style: italic;
}
#search input.search-button {
	background: transparent url(images/searchbutton.png) 0 0 no-repeat;
	width: 25px;
	height: 26px;
	border: none;
	float: left;
}

/*------- comments --------*/
#comments {
	padding: 0 20px;
}
#comments h3 {
	padding: 0;
	margin: 30px 0 0;
	font-weight: bold;
}
.comments-meta {
	float: left;
	margin-left: 10px;
	position: relative;
}
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
.commentlist li {
	font-weight: bold;
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	position: relative;
}
.commentlist li .avatar { 
	float: left;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	position: relative;
}
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}
.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	margin: 3px 0 3px 50px;
	padding: 3px 0;
}
#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin: 5px 0;
	padding: 0;
}
.commentmetadata {
	font-weight: normal;
	margin: 0;
	display: block;
}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}
#commentform textarea {
	width: 100%;
	padding: 2px;
}
#commentform #submit {
	margin: 0;
	float: right;
}
.alt {
	margin: 0;
	padding: 10px;
}
.commentlist {
	padding: 0;
	text-align: justify;
}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}
.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
/* End Comments */


/*------- menu --------*/
#menu{
	background: url(images/menuBG.gif) 0 0 repeat-x;
	height: 30px;
	margin-top: 1px;
	padding-right: 10px;
}
#menu a{
	text-decoration: none;
}
#menu ul {
	position: relative;
	z-index: 10;
	padding: 0;
  margin: 0;
  list-style: none;
	font-family:Arial, Helvetica, sans-serif;
}
#menu ul li {
	float: left;
  position: relative;
}
#menu ul li a{
	color: #fff;
	font-size: 1.1em;
	padding: 7px 15px 7px 15px;
	display: block;
	font-weight: bold;
}
#menu ul ul li a{
	font-size: 11px;
	padding: 4px 0 4px 4px;
	font-weight: normal;
	border-top: 1px solid #e5e5e5;
}
#menu ul ul li a.first{
	border: none;
}
#menu ul li ul{
	font-weight: normal;
  display: none;
  position: absolute; 
  top: 30px;
  left: 0;
	padding: 0;
	border: 1px solid #ccc;
	background: #fff;
	width: 124px;
	background-color: #fff;
 }
#menu ul li ul li a{
	color: #333; 
	display: block;
	width: 120px;
}
#menu ul li ul li a:hover{
	text-decoration: underline;
}
#menu li > ul {
	top: auto;
	left: auto;
}
#menu ul li:hover, #menu li.over{
	background: #333;
	cursor: default;
}
#menu ul li:hover ul li, #menu li.over ul li{
	background: none;
}
#menu li:hover ul, #menu li.over ul{ display: block; }


/*------- footer --------*/
#footer {
	clear: both;
	background: #eee;
	height: 110px;
	font-size: .9em;
	color: #555;
	padding: 10px 0;
}
#footer a {
	color: #80a3c5;
}
#footer h2 {
	font-size: 1em;
	text-transform: uppercase;
	font-weight: bold;
}
#footer .widget ul {
	border-bottom: none;
}
#footerWidget {
	padding: 0;
}
#footerWidget li {
	float: left;
	padding: 0 30px;
	height: 110px;
	border-right: 1px solid #ccc;
	width: 130px;
}
#footerWidget li.widget ul {
	margin: 0;
	padding: 0;
}
#footerWidget li.widget ul li {
	clear: left;
	padding: 0;
	margin: 0;
	border: none;
	height: auto;
}
#footerWidget li.firstone {
	border-left: none;
}
#footerWidget li.lastone {
	border-right: none;
	color: #aaa;
}
#footerWidget li.lastone a{
	color: #999;
}
#footerWidget li ul {
	padding: 0;
}
