@charset "utf-8";
/*
 Theme Name: Idrettsveteraner
 Theme URI: http://www.pingbull.no/
 Version: 1.0
 Description: Designed by <a href="http://www.pingbull.no/">Pingbull</a>.
 Author: Pingbull
 Author URI: http://www.pingbull.no/
 Tags: pingbull
 */
/* include other fixes */
@import url("css/normalize.css");
@import url("css/main.css");

/* main style */
html, body {
	background: #4884c2 !important;
	margin:0;
	padding:0;
	width:100%;
	height:100%;
}
.center {
	margin: 0 auto;
	width: 1020px;
}
header {
	background: url(images/header.png) top center no-repeat;
	height: 159px;
}
div#logo{
	height: 111px;
}

#logo img {
	margin: 35px 0 0 30px;
}
#content-wrapper {
	background: #ffffff;
	width: 1010px;
	border-radius: 25px;
	padding-top: 34px;
}
/* Navigation */
nav {
	padding: 8px 15px 0 33px;
	width: 950px !important;
	height: 40px;
}
nav li {
	display: block;
	height: 40px;
	float: left;
	/*margin: 0 8px;*/
}
nav a, nav a:hover, nav a:visited, nav .current-menu-item a{
	font-size: 0.9em;
	color: white;
	text-decoration: none;
	display: block;
	height: 30px;
	padding: 10px 20px 0px 15px;
	text-transform: uppercase;
}
nav li:hover, nav .current-menu-item{
	background: white;
	border-bottom: none;
	box-shadow: #666 1px -2px 2px;
	-webkit-box-shadow: #666 1px -1px 2px;
    -moz-box-shadow: #666 1px -2px 2px;
	border-radius: 4px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	
}
nav li:hover a, nav .current-menu-item a{
	color: #c80001;
}


ul.sub-menu{ 
	display: none;
	position: absolute;
	width: 140px;
	padding-bottom: 15px;
	z-index: 10;
	background: white;
	border-radius: 5px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	box-shadow: #999 0px 6px 6px;
	-webkit-box-shadow: #999 0px 6px 6px;
    -moz-box-shadow: #999 0px 6px 6px;
}
.sub-menu li a, .sub-menu li{ 
	color: #5B5B5B !important;
	font-size: 0.9em;
	float: none;
	margin: 0;
	padding: 9px 0 0 7px;
	height: auto;
	line-height: 1.2em;
}
.sub-menu li:hover a, .sub-menu li:hover{
	color: #C80001 !important;
	box-shadow: none;
	border-radius: 0;
}
.search {
    float: right;
    margin: 6px 0 6px 15px;
}
.search input{
    width: 120px;
    border: 0;
    padding: 1px 3px;
    box-shadow: 0 0 5px #888 inset;
}
/* Breadcrumbs */
div#crumbs {
	color: #696969;
	padding-top: 18px;
	margin-left: 38px;
	font-size: 0.8em;
	z-index: 5;
	position: relative;
}
div#crumbs a, div#crumbs a:visited{
	color: #696969;
}
div#crumbs a:hover {
	text-decoration: none;
}
/* Slider */
#slides {
	background: white url(images/slider_bg.png) no-repeat top center;
	height: 427px;
	width: 951px;
	margin: 0 auto;
}
#slides .slides_container  {
    width:945px;
    height:420px;
    margin-left: 3px;
	padding-top: 3px;
	display:none;
}
#slides .slides_container div {
	width:945px;
    height:420px;
	display:block;
}
#slides .next,#slides .prev {
	position: relative;
	bottom: 224px;
	left: -25px;
	z-index: 101;
}

#slides .next {
	left:920px;
}
#slides div.text {
	position: absolute;
	top: 145px;
	left: 65px;
	color: white;
	font-size: 1.5em;
	width: 400px;
}
#slides div.text p{
	
	background: url(images/slider_text_bg.png);
	padding:20px;
}
#slides ul.pagination {
	display: none;
}
#slides div.text a{
	color:#ffffff;
}








/* Content */
#content{
	padding: 30px 25px;
}
#wrapper {
	background: #4884c2 ;
	min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 0 -211px 0; 
    padding: 0;
    min-width: 1020px;
}
.footer-push {
	height: 220px;
}
/* Articles */
article ul {
	list-style: square inside;
}
article ol{
	list-style: decimal inside;
}
article.odd, article.even{
	padding: 0px;
	color: #3A3A3A;
	margin: 25px 0;
	min-height: 130px;
	width: 870px;
}
article.even div.top, article.odd div.top{
	background: url(images/top_grey.png) no-repeat top left;
	height: 7px;
}
article.odd div.top{
	background: url(images/top_white.png) no-repeat top left;
	
}
article.even div.bottom, article.odd div.bottom{
	background: url(images/bottom_grey.png) no-repeat bottom left;
	padding: 0 0 10px 0;
	min-height: 150px;
}
article.odd div.bottom{
	background: url(images/bottom_white.png) no-repeat bottom left;
}
article.even div.bottom div.holder, article.odd div.bottom div.holder {
	background: #fbfbfb;
	margin: 0px 11px 16px 11px;
	padding: 10px 10px 10px 24px;
}
article.odd div.bottom div.holder {
	background: #ffffff;
}
article .more-link {
   display: none;
}
article a, article a:visited{
	text-decoration: none;
	color: #3670AA;
	letter-spacing: 1px;
	font-weight: bold;
}
article a:hover{
	text-decoration: underline;
}
article small {
	font-size: 0.8em;
	display: block;
	height: 30px;
	font-style: italic; 
}
article small span{
	display: block;
	width: 144px;
	float: left;
}
article div.summary {
	width: 807px;
	font-size: 0.9em;
	line-height: 1.3em;
	padding: 0 !important;
	margin: 0 !important;
}
article div.summary img{
	height: 113px;
	width: 130px;
}
article div.summary div.img {
	float: right;
	background: url(images/image_holder.png) no-repeat;
	margin-left: 130px;
	position: relative;
	top: -52px;
	padding: 6px 6px;
}
/* single post */

article#single {
	padding: 40px;
	padding-left: 65px;
	color: dimGray;
}
article#single p{
	padding-bottom: 17px;
}
article#single h1{
	font-size: 2em;
	color: #1A456F;
}
article#single span{
	/*font-size: 0.7em;
	margin-top: -3px;
	display: block;*/
}

article#single .entry-content { 
	font-size: 0.8em;
	padding-top: 17px;
	/*width: 585px;*/
	line-height: 1.1em;
}
article#single .entry-content#page{
	width: 900px;
}

/* Gallery */
div#gallery {
	float: right;
} 
div#gallery a{
	display: block;
	padding-bottom: 36px;
}

/* Pagination */
#pagination {
	float: right;
	margin-right: 100px;
}
#pagination a:hover{
	text-decoration: underline;
}
#pagination a, #pagination a:visited, #pagination span{ 
	text-decoration: none;
	color: #3670AA;
	letter-spacing: 1px;
	font-weight: bold;
}
#pagination span {
	color: #3A3A3A !important;
}

/* footer */

footer {
	font-family: Arial;
	background: #4884c2 url(images/footer.png) no-repeat top left;
	height: 211px;
	position: relative;
}

.address {
	padding: 27px 0 0 40px;
	font-family: Arial;
	font-size: 0.7em;
	text-transform: uppercase;
}
.address h3{
	color: #e92324;
}
.address div{
	color: white;
	font-weight: bold;
	padding-top: 3px;
	width: 330px;
	height: 19px;
}
.address div p{
	display: block;
	float: left;
	margin-right: 42px;
}
.copy {
	position: absolute;
	bottom: 15px;
	left: 39px;
	color: #666;
	font-size: 0.7em;
	width: 943px;
}
.copy a, .copy a:visited {
	color: #666;
	text-decoration: none;
}
.copy .left {
	float: left;
}
.copy .right {
	float: right;
}
/* ========= */

