/*
 Theme Name:     Bootstrap - RPK
 Description:    
 Author:         Human Brothers
 Author URI:     http://www.humanbrothers.com
 Template:       toolset-bootstrap
 Version:        1.0.0
*/

@import url("../toolset-bootstrap/style.css");
@import url("../toolset-bootstrap/bootstrap/css/bootstrap.min.css");

/* =Theme customization starts here
-------------------------------------------------------------- */

.nav-single {
	display: none;
}

.event-card {
	border: 1px solid #ccc;
	border-radius: 5px;
	background: #fff;
	padding: 10px;
	margin: 0 0 10px 0;
}
body {
	font-size: 12px;
    	line-height: 16px;
	color: #666;
}
h2 {
	font-size: 18px;
	color: #C5B358;
    	line-height: 24px;
    	margin: 0;
}
h3 {
	font-size: 16px;
	color: #C5B358;
    	line-height: 24px;
    	margin: 0;
}

h4 {
	font-size: 14px;
	text-decoration: underline;
	font-weight: normal;
	color: #C5B358;
    	line-height: 21px;
    	margin: 0;
}

.startcontent {
	float: left;
	width: 480px;
	color: #999;
	border-radius: 5px;
        background-color: #fff;
	padding: 5px 5px 5px 5px;
	min-height: 400px;
}
.startleft {
	float: left;
	width: 180px;
	padding: 5px;
	border-radius: 5px;
        background-color: #fff;
	margin-right: 5px;
	min-height: 400px;
}
.startright {
	float: left;
	width: 240px;
	padding: 5px;
	border-radius: 5px;
        background-color: #fff;
	margin-left: 5px;
	min-height: 400px;
}
.headerarea{
	margin: 10px 0;
	overflow: hidden;
	border-radius: 5px;
	background: #fff;
}

#sidebar {
	margin: 0px;
	border-radius: 5px;
        background-color: #fff;
	padding: 5px;
	min-height: 400px;
}
.entry-content .attachment {
	display: none;
}
#container3 .attachment {
	display: block;
}
form {
	margin: 0;
}

#col1 li.menu-item {
    margin: 5px -25px;
}

#col1 .menu-item {
	width: 160px;
	border-radius: 3px;
	margin: 5px 0;
	padding: 5px;
	background: #333;
	font-size: 14px;
	display: block;
}

#col1 .menu-item a {
	color: #fff;
}
#col5 li.menu-item {
    margin: 5px -25px;
}

#col5 .menu-item {
	width: 160px;
	border-radius: 3px;
	margin: 5px 0;
	padding: 5px;
	background: #333;
	font-size: 14px;
	display: block;
}

#col5 .menu-item a {
	color: #fff;
}

select.js-wpv-filter-trigger {
	width: 152px;
	height: 200px;
}

a.ui-datepicker-next {
	float:right;
}

div.ui-datepicker{
	background: #ccc;
	border-radius: 5px;
	padding: 5px;
	width: 260px;
}

.ui-datepicker-month {
	width: 120px;
}
.ui-datepicker-year {
	width: 120px;
}

.ui-datepicker-calendar {
	font-size: 16px;
	text-align: right;
}

.ui-datepicker-calendar td,th{
	padding: 3px;
	text-align: right;
}




[class*="span"] {
    float: left;
    margin-left: 5px;
    margin-right: 5px;
    min-height: 1px;
}
.span3 {
	width: 240px;
}
.span9 {
	width: 685px;
}

.row {
	margin-left: -5px;
}
.navbar {
	margin-bottom: 10px;
}

#container6 {  /* 2:a kolumnen i 2-kolumnlayout */
	clear:left;
	float:right;
	width:740px;
	position:relative;
	right:0px;
	border-radius:5px;
	background:#ffffff;
}
#container5 {
	float:right;
	width:190px;
	position:relative;
	right:750px;
	border-radius:5px;
	background:#ffffff; /* column 1 background colour */
}
#container4 {
	clear:left;
	float:left;
	width:940px;
	margin-left: 0px;
	overflow:hidden;
	background_:#ffffff; /* column 3 background colour */
}
#container3 {
	clear:left;
	float:right;
	width:250px;
	position:relative;
	right:0px;
	border-radius:5px;
	background:#ffffff; /* column 2 background colour */
}
#container2 {
	clear:left;
	float:right;
	width:480px;
	position:relative;
	right:260px;
	border-radius:5px;
	background:#ffffff; /* column 2 background colour */
}
#container1 {
	float:right;
	width:190px;
	position:relative;
	right:490px;
	border-radius:5px;
	background:#ffffff; /* column 1 background colour */
}
#col1 {
	float:left;
	padding:5px 10px;
	width:170px;
}
#col2 {
	float:left;
	padding:5px 20px;
	width:460px;
}
#col3 {
	float:left;
	padding:5px 10px;
	width:230px;
}
#col5 {
	float:left;
	padding:5px 10px;
	width:170px;
}
#col6 {
	float:left;
	padding:5px 10px 5px 20px;
	width:720px;
}

.skytteval li {
	float: left;
	list-style: none;
	margin-left:10px;
}

.skytteval {
	width: 100%;	
}

input[type=checkbox], input[type=radio] {
    vertical-align: middle;
    position: relative;
    bottom: 1px;
}

th {
	text-align: left;
}

.skjutprg tr:nth-child(even) {background: #F0F0F0}
.skjutprg tr:nth-child(odd) {background: #E0E0E0}
.skjutprg tr:nth-child(1) {background: #FFF}
