/*
Theme Name:     Fårevejle Bibelcamping 2012
Theme URI:      http: //lejrogcamping.dk/
Description:    Child theme for the Twenty Ten theme
Author:         Lars Friberg
Author URI:     http: //lars.friberg.dk
Template:       twentyten
Version:        0.1.0
*/

@import url("../twentyten/style.css");

#container.front-page {
	float: left;
	margin: 0 -440px 0 0;
	width: 100%;
}

.front-page #content {
	margin: 0 480px 0 20px;
}

#primary.front-page {
	padding-top: 1px;
	width: 420px;
}

body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: Arial, sans-serif;
}

#wrapper {
box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	margin: 0 auto;
	width: 900px;
}

h1, h2, h3, h4, h5, h6 {
	clear: left;
	font-weight: normal;
}

h1 {
	font-size: 21px;
	font-weight: bold;

}
h2 {
	font-size: 19px;
	font-weight: bold;

}
h3 {
	font-size: 17px;
	font-weight: bold;

}

#content h4 {
	font-size: 17px;
	font-weight: bold;
	margin: 0;
}

.wpcf7-form input {
	margin-bottom: 0;
}

a:visited {
    color: #0066CC;
}

#site-description {
    clear: right;
    float: right;
	text-align: right;
	font-size: 24px;
    margin: 15px 0 18px;
    width: 220px;
}

.last_three .hentry {
	margin: 3px 3px 3px 3px;
	padding: 10px;
}

.last_three .hentry p{
	margin: 0;
}

.last_three .hentry:hover {
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
	background-color: #eeeeee;
}

.widget_image_slider_widget .gallery_slider {
	margin: 0 auto;
	width: 350px;
	height: 306px;
}

.gallery_slider img{
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
	margin-top: 3px;
}

.JNcontent {
color: #000000;
}

.JNsource {
	float: right;
}
.JNreference {
	font-size: 0.8em;
	clear: both;
}

.JNreference a {
	color: #666666;
}

.JNreference .fromJN,
.JNreference .JNcopy {
float: left;
margin-right: 20px;
}

.JNclear {
	clear: both;
}


/* table mark-up */

table.table {
border: 1px solid #CCC;
}

table.table th ,
table.table td {
	border-color: transparent;
	border-top: 1px solid #CCC;
	padding: 6px !important;
}

table.table tr:nth-child(even) td{
background-color: #eee;
}

table.program  tr td:nth-child(1) {
	font-weight: bold;
	white-space:nowrap;
}

table.table th ,
table.table thead td {
	background: linear-gradient(to bottom, #FFF 0%, #EEE 100%) repeat scroll 0% 0% transparent;
	font-weight: bold;
}