/*
Theme Name: eil
Theme URI: www.eikefjord-fotball.no
Description: Theme for eikefjord-fotball.no
Version: 1.0
Author: tersor
Author URI: www.terjesorbo.no
*/

@import "reset.css";

body {
	background: #eae8e0 url(images/bodyBg.png) 0 0 repeat-x;
	color: #353535;
	font-family: Georgia,"Lucida Grande",Lucida,sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Trebuchet MS, Arial, Helvetica;
  line-height: 1.3em;
}

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

/*
.post h1 { font-size: 4.2em; }
.post h2 { font-size: 3em; }
.post h3 { font-size: 2.8em; }
.post h4 { font-size: 2.4em; }
.post h5 { font-size: 2.2em; }
.post h6 { font-size: 2em; }
*/

a {
	color: #e26f00;
}
a.more-link {
  display: block;
  margin-top: 6px;
}
a:hover {
	color: #333;
}

h1 a, h2 a, h3 a, h4 a {
	background-color: transparent;
	border: none;
	color: #964900;
  text-decoration: none;
  text-shadow:1px 1px #ccc;
  font-weight: bolder;
}
h1 a:hover, h2 a:hover {
	background-color: transparent;
	border: none;
	color: #333;
}

p, ul, ol {
	margin-bottom: 1em;
}
ul, ol {
  margin-left: 2.6em;
}
ul {
  list-style-type: disc;
}
ol {
  list-style-type: decimal;
}

pre, code {
	font-size: 1.2em;
}
#page {
	margin: 0 auto;
	width: 960px;
	font-size: 1.4em;
}

/* header */
#header {
  background: url(images/headerBg.png) 0 0 no-repeat;
	height: 120px;
  padding: 0 30px;
}
#headerContent {
  height: 80px;
  padding: 0 16px;
}
#logo {
  margin-top: 5px;
}

#content {
  background: url(images/contentBg.png) 0 0 no-repeat;
  padding: 0 30px;
}
#wrap {
  background: #fff url(images/seperator.png) 592px 0 repeat-y;
  padding: 16px;
}
.description {
  font-family: "Arial Black", Verdana;
  font-size: 1.6em;
  margin: 25px 0 0 10px;
  text-shadow:1px 1px #666;
}
.description a {
  color: #fff;
  text-decoration: none;
}

/* content */
#article {
  background: url(images/seperator.png) 50% 0 repeat-y;
}
.first {
  background-color: #fff;
}
.horsep {
  background: #fff url(images/seperator.png) 0 50% repeat-x;
}
.post_image {
  margin-bottom: .8em;
}

/* search */
#searchform {
  position: absolute;
  top: 26px;
}
#searchform input.searchField {
  background:url("images/searchBg.png") no-repeat scroll 0 50% transparent;
  border:medium none;
  color:#e26f00;
  float:left;
  font-size:1.2em;
  height:20px;
  padding:5px;
  width:224px;
}
#searchform input.searchButton {
  background:url("images/searchBg.png") no-repeat scroll 100% 0 transparent;
  border:medium none;
  cursor:pointer;
  color: #fff;
  float:left;
  height:30px;
  width:50px;
}

/* sidebar */
#sidebar {
  font-family: Arial, Helvetica;
  font-size: .9em;
}
#sidebar h4 {
  background: url(images/widgetBg.png) 0 0 no-repeat;
  color: #969400;
  padding: 15px 16px 15px 16px;
}
#sidebar ul {
  list-style-type: none;
  margin: 0;
}
#sidebar ul  li{
  margin: 0 0 1em 0;
}

#sidebar ul  ul li{
  background: url(images/widgetBg.png) 0 bottom no-repeat;
  border: none;
  margin: 0;
  padding: 0 16px 5px 16px;
}

#sidebar ul  ul ul li{
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}
#sidebar ul ul {
  padding: 0 16px;
}
#sidebar ul  ul li{
  background: none;
}
#sidebar .league_box {
  padding-bottom: 1em;
}
#sidebar .quote_widget,
#sidebar .textwidget, 
#sidebar  .leaguemanager_widget .leaguemanager_widget, 
#sidebar .widget_calendar_upcoming ul, 
#sidebar .widget_recent_entries ul {
  background: url(images/widgetBg.png) 0 bottom no-repeat;
  padding: 0 16px 20px 16px;
}
#sidebar  .leaguemanager_widget .leaguemanager_widget ul li, #sidebar .widget_calendar_upcoming ul ul {
  background: none;
  margin-bottom: .5em;
}
#sidebar  .leaguemanager_widget .leaguemanager_widget ul li ul li, #sidebar  .leaguemanager_widget .leaguemanager_widget ul li {
  border: none;
  padding: 0;
  margin: 0;
}
#sidebar .leaguemanager_widget h5 {
  border-bottom: 1px solid #ddd;
}

/* sponsors */
#sidebar .widget_links h4 {
  background: none;
}
#sidebar ul .widget_links ul {
  background: none;
  padding: 0;
}
#sidebar ul .widget_links ul li {
  background: none;
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
}

/* table standings */
.standingstable {
  font-size: .9em;
  margin: 0;
  width: 100%;
}
.standingstable th {
  text-align: left;
}
.standingstable .rank {
  text-align: right;
}



/* menu */
.menu {
	height: 35px;
}
.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{
  background: url(images/buttonBg.png) right 0 repeat-y;
	padding: 6px 1em 0 1em;
	height: 29px;
	display: block;
	font-weight: bold;
	color: #fff;
}
.menu ul ul li a{
  background: none;
	font-size: .85em;
	padding: 4px 0 4px 4px;
  height: auto;
	font-weight: normal;
	border-bottom: 1px solid #bbb;
	color: #454545;
}
.menu ul ul li a.first{
	border: none;
}
.menu ul li ul{
	font-weight: normal;
  display: none;
  position: absolute; 
  top: 35px;
  left: 0;
	padding: 0;
	border: 1px solid #ccc;
	border-top: none;
	border-bottom: none;
	width: 154px;
	background-color: #fff;
 }
.menu ul li ul li a{
	display: block;
	width: 150px;
}
.menu ul li ul li a:hover{
  background-color: #eee;
}
.menu li > ul {
	top: auto;
	left: auto;
}
.menu ul li:hover, .menu li.over{
	background-color: #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 {
  background: url(images/footerBg.png) 0 0 no-repeat;
  font-size: .85em;
	margin-bottom: 3em;
  padding: 10px 30px 0 30px;
}
#footer p {
	color: #9a9270;
  text-align: center;
}
#firdadigital a {
	display: block;
	float: right;
	font-size: .9em;
	color: #888;
}
