/*
Theme Name: Jormor Kjersto
Theme URI: http://www.creativebadger.co.uk
Author: Jennie Routley
Author URI: http://www.creativebadger.co.uk
Description: The Whiteboard Famework for Wordpress is built to speed up the process of developing a Wordpress theme. Whiteboard does so by eliminating the time spent on Wordpress' backend PHP by including what is common to all Wordpress powered Web sites with nothing extra.
Version: 3.0.4

/*
	Jennie Routley  
	http://www.jennieroutley.co.uk
	
	Color1: #a1c0cc - middle blue
	Color2: #d3e1e7 - light blue
	color3: #78a1af - dark blue
	color4: #51899b -darkest blue
	color5: #405e6b - even darker blue

*/

/** REST STYLES **/
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { 
margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }


body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }

/* remember to define focus styles! */
:focus { outline: 0; }

/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: collapse; border-spacing: 0; }

a				{	outline: none;  color: #424270;}
#header a		{text-decoration: none;}
a:hover			{ 	color: #78A0AF}
a img			{	border: none;	}
img				{ 	vertical-align: middle;	}
strong 			{ color: #537B8B; }

/* UTILITY */

.alignleft		{	float: left;	}
.alignright		{	float: right; padding: 10px 0 0 20px;	}
.clear			{	clear: both;	}
.button			{	border: 1px solid #000; background: #fff; padding: 3px 8px;
					-moz-border-radius: 5px;	-webkit-border-radius: 5px;	color: #ccc;	}
.button:hover	{	background: #990000; color: #fff; }	
.corners 		{ -moz-border-radius: 4px; -webkit-border-radius: 4px; }


#page-content ul {
	margin: 10px 0;
}
#page-content li {
	color: #666;
	font-size: 0.8em;
	padding-bottom: 5px;
	list-style-type:disc;
	margin-left: 17px;
}


/*end reset */

body {
	background: #fff;
	font-family: Arial, sans-serif;
	height: 100%;
}

#wrapper, #footer .container {
	width: 940px;
	margin: 0 auto;
	height: 100%;
	
}

#header {
	position: relative;
	float: left;
	background: url(images/logo_strip.png) no-repeat 0px 65px;
	width: 940px;
	height: 104px;
	margin-top: 20px;
}

#header h1 a {
	display: block;
	text-indent: -9999px;
	background: url(images/logo.png) no-repeat;
	height: 96px;
	width: 244px;
	float: left;
	margin-left: 20px;
}



#header ul#menu-header {
	float: right;
	clear: right;
	margin-top: 25px;
	position: relative;	
}

	#header ul#menu-header li {
		float: left;
		margin-right: 20px;
		position:relative;
		height: 27px;
	}
	
	#header ul#menu-header li a {
		color: #51899b;
		font-size: 14px;
	}
		
		#header ul#menu-header li a:hover {
			color: #405e6b;
			text-decoration: none;
		}
		
		
	#header ul#menu-social {
		float: right;
		margin-top: 20px;
	}
	
		#header ul#menu-social li {
			float: left;
			margin-right: 10px;
		}		
		
			#header ul#menu-social li.menu-item-14 a {
				display: block;
				text-indent: -9999px;
				height: 32px;
				width: 33px;
				background: url(images/facebook_ul.png);
			}
			
			
			#header ul#menu-social li.menu-item-15 a  {
				display: block;
				text-indent: -9999px;
				height: 32px;
				width: 32px;
				background: url(images/twitter_ul.png);
			}
			#header ul#menu-social li.menu-item-16 a {
				display: block;
				text-indent: -9999px;
				height: 32px;
				width: 32px;
				background: url(images/rss_ul.png);
			}
			
			
			
			/* Dropdown Navigation */
			div#header ul#menu-header li ul.children, div#header ul#menu-header li ul.sub-menu {
				display:none;
				position:absolute;
				top:27px !important;
				left:-3px;
				z-index:100;
				list-style:none;
				margin:0;
				padding:10px 0 8px !important;
				width: auto;
				min-width:150px;
				max-width:200px;
				border-bottom: 1px solid #DCE7EA;
				border-left: 1px solid #DCE7EA;
				border-right: 1px solid #DCE7EA;
				background:#EFF4F6; } 

			div#header ul#menu-header li ul.children li, div#header ul#menu-header li ul.sub-menu li {
				float:left;
				display:inline-block;
				width: auto;
				margin:0;
				padding:0 10px 0 10px !important;
				line-height:150% !important; } 

			div#header ul#menu-header li ul.children li a, div#header ul#menu-header li ul.sub-menu li a {
				color:#51899b !important;
				padding:0 0 0 0 !important; }

				div#header ul#menu-header li ul.children li a:hover, div#header ul#menu-header li ul.sub-menu li a:hover {
					color:#405e6b !important;}
			
			
/*SEARCH */

#searchform {
	float: right;
	margin-top: -80px;
	display: block;
}

#searchform input#s {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 4px;
	float: left;
	padding: 4px;
	margin: 6px 10px 0 0;
	color: #666;
	width: 180px;
}

#searchform input#searchFind {
	border: none;
	margin-right: 10px;
	
}

/*Main Content */

#main_content {
	width: 940px;
	background: url(images/sidebar_bgd.png) repeat-y 676px 0;
	background-position-x: 676px;
	margin-top: 100px;
	float: left;
	height: 100%;
	position: relative;

}


body.blog #main_content, body.single #main_content {
	width: 940px;
	background: url(images/blog_bgd_full.png) repeat-y 50px 0;
	background-position-x: 50px;
	margin-top: 100px;
	float: left;
	height: 100%;
	position: relative;
}




img.portrait {
	float: left;
	margin-top: 0px;
	position: relative;
	top: -80px;
}














/*SIDEBAR*/

#sidebar {
	width: 262px;
	float: right;
	padding-top: 20px;
	height: 100%;
	margin-top: -50px;
	
}

.sidebar_content {
	width: 222px;
	overflow: hidden;
	padding: 0px 20px 30px 20px;
	margin-top: -20px;
	height: 100%;

}

	.sidebar_content h3 {
		color: #78a1af;
		width: 212px;
		text-align: right;
		margin-bottom: 5px;
	}

span.corners_top {
	display: block;
	width: 262px;
	height: 44px;
	background: url(images/curve_top.png);
	background-position-x: 2px;
}


ul#events-calendar-list, .widgit-area  {
	width: 200px;
	background: #78a1af;
	position: relative;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 20px 10px;
	margin-bottom: 20px;
	box-shadow: 10px 10px 5px #888;
	-webkit-box-shadow:  4px 4px 6px #a1c0cc;
	-moz-box-shadow:  4px 4px 6px #a1c0cc;
	min-height: 140px;
}

.widgit-area {
	min-height: 0;
	overflow: hidden;
}

.widgit-area h3 {
	color: #405e6b;
	margin: -10px 5px 10px 0;
	width: 300px;
	float: right;
}

.widgit-area ul li a{
	color: #fff;
	margin: 0 5px 0 0;
	width: 300px;
	float: right;
	font-size: 0.9em;
	text-align: right;
	padding: 5px 0;
}

img.silhoutte {
	position: absolute;
	bottom: 0px;
	right: -20px;
}

ul#events-calendar-list li {
	width: 130px;
	text-align: right;
	font-size: 0.8em;
	padding-bottom: 10px;
}

	.date {
		color: #fff;
		font-weight: bold;
		line-height: 20px;
	}
	
	ul#events-calendar-list li strong {
		color: #fff;
		display: block;
	}
	
	ul#events-calendar-list a {
		color: #fff;
		line-height: 20px;
		display: block;
		width: 130px;
		text-align: right;
	}


.twitter, .facebook {
	width: 200px;
	background:  #78a1af url(images/fb_corner.png) no-repeat top left;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	position: relative;
	padding: 40px 10px;
	color: #fff;
	font-size: 0.8em; 
	margin-bottom: 20px;	
	-webkit-box-shadow:  4px 4px 6px #a1c0cc;
	-moz-box-shadow:  4px 4px 6px #a1c0cc;

}

.twitter a , .facebook a {
	color: #D3E1E7;
	
}

.twitter a:hover , .facebook a:hover {
	color: #E8E8E8;
	text-decoration: underline;
	
}

	img.speech_fb {
		position: absolute;
		bottom: -14px;
		right: -15px;
	}

	
	.twitter p.twitter_entry, .facebook p.facebook_entry {
		margin-left: 40px;
		line-height: 1.4em;
	}
	
	.twitter a.follow, .facebook a.follow {
		text-align: right;
		margin-top: 15px;
		margin-right: 5px;
		text-transform: uppercase;
		color: #fff;
		font-size: 0.8em;
		display: block;
	}
	


.twitter {
	background: #78a1af url(images/twitter_corner.png) no-repeat top left;
}
	
	img.speech_twitter {
		position: absolute;
		bottom: -8px;
		left: -13px;
	}
	
	
	
/*Middle Content */

	.mid_section {
		width: 450px;
		float: left;
		padding: 20px;
		margin-bottom: 20px;	
		margin-top: -100px;
	}
	
	.mid_section_about {
		width: 630px;
		float: left;
		padding: 20px 20px 20px 0;
		margin-bottom: 20px;
		margin-top: -80px;
			
	}
	
		
	.main_text {
		padding: 10px;
		margin-bottom: 35px;
		
	}
	
		.main_text h2 {
			font-size: 1.4em;
			color: #7ea5b2;
			margin-bottom: 10px;
	
		}
		
		 body.search .main_text a {
			font-size: 1em;
			color: #7ea5b2;
			margin-bottom: 10px;
	
		}

		
			.main_text span {
				color: #537B8B;
				font-style: bold;
			}	
		
		.main_text h3 {
			font-size: 1.1em;
			color:  #7ea5b2;
		}
		
		.main_text p {
			font-size: 0.8em;
			line-height: 1.5em;
			margin-top: 12px;
			color: #666;
		}
	
	
/* map section */

.map_surround {
	width: 660px;
	color: #fff;
	position: relative;
	left: -200px;
	top: 10px
}

.map {
	
	background: url(images/map_box_bgd.png) repeat;
	position: relative;
	overflow: hidden;
	margin-top: -10px;
		
	
	
}	
	
	
	span.mapcorners_top {
	display: block;
	width: 660px;
	height: 28px;
	background: url(images/map_box_top.png);
		
} 
	 a.google_map {
		display: block;
		background: url(images/map.png);
		height: 150px;
		width: 151px;
		text-indent: -9999px;
		position: absolute;
		z-index: 100;
		/*margin: -20px;  */
		left: 20px;
		
	}
	
	.map .top_section {
		float: right;
		width: 400px;
		padding: 12px;
		text-align: right;
		margin: 0px 10px 0 0;
	}
	
		.map .top_section h3 {
			margin-bottom: 10px;
		}
	
		.map .top_section p {
				color: #666;
				font-size: 0.9em;
				line-height: 1.3em;
				margin-bottom: 30px;
			}
	
	
	.map_surround .contact_info {
		width: 660px;
		height: 40px;
		clear: both;
		background: url(images/map_box_btm.png) bottom;
		float: left;
		margin-top: 20px;
		
	}
	
	.map_surround .contact_info .left {
		width: 180px;
		float: left;
		padding: 10px;
	}
	
	 .map_surround .contact_info .right {
		width: 220px;
		float: right;
		padding: 10px;
		text-align: right;
	}
	
		.right a {
			color: #fff;
		}
	
		.right a:hover {
			text-decoration: underline;
		}
	
	
	
	
	
/* BLOG PAGE */

.blog_area {
		width: 580;
		float: left;
		padding-top: 20px;
		margin-left: 20px;
		margin-top: -100px;
	}

	.blog_area h2 {
				font-size: 1.4em;
				color: #7ea5b2;
				margin-top: 22px;
				margin-left: 10px;
			}
			
	.blog_area h3 a {
				font-size: 1.4em;
				color: #7ea5b2;
				margin-bottom: 20px;
				font-weight: lighter;
	}

	.mid_section_blog {
			width: 580px;
			float: left;
			padding: 0px 20px 20px 20px;
			
		}
	
		span.blog_top {
			display: block;
			width: 584px;
			height: 18px;
			background: url(images/blog_top.png);
			margin-left: 28px;
			margin-top: 18px;
			*margin-top: 38px;
		}



.blog_post, #comments_template {
	padding: 20px 0 20px 0px;
	border-bottom: 1px solid #d3e1e7  ;
	margin: 0px 10px 0px 55px;
	position: relative;
}
	
	
	.blog_post .date {
		display: block;
		height: 74px;
		widows: 73px;
		background: url(images/date_blob.png) no-repeat;
		position: absolute;
		left: -82px;
		top: 7px;
		
	}
	
	.blog_post p {
		line-height: 1.7em;
		margin-bottom: 20px;
	}
	
	.blog_post span {
		color: #fff;
		position: relative;
		text-shadow: 0px 2px 3px #666;
		
		
	}

	.blog_post span.day {
		top: 8px;
		left: 21px;
		font-size: 1.5em;
	}
	
	
	span.month {
		top: 24px;
		left: -10px;
	}
	
	span.year {
		top: 40px;
		left: -46px;
		font-size: 0.9em;
	}
	
	.blog_post a {
		color: #51899b;
		display: block;
		margin-top: 6px;
		font-size: 0.9em;
	}
	
		.blog_post a:hover {
			text-decoration: underline;
		}
		
	.oldernewer {
		width: 480px;
		padding: 20px 0;
		margin: 0 10px 0 55px;
	}
		
		.oldernewer a {
			color: #51899b;
		}
		
		.older {
			float: left;
			width: 200px;
		}
		
		.newer {
			float: right;
			width: 200px;
			text-align: right;
		}
	
	/*footer*/
	
	
	
	
#footer {
	background: #78a1af;
	clear: both;
	height: 20px;
	color: #fff;
	font-size: 0.8em;
	padding: 10px;
}	

	#footer a {
			color: #d3e1e7 ;		
	}
	
	#footer a:hover {
		text-decoration: underline;
	}
	
	#footer .copyright {
		width: 430px;
		float: left;	
	}
	
	#footer .developer {
		width: 400px;
		float: right;
		text-align: right;
		
	}


/* qtranslate flags */

	ul.qtrans_language_chooser {
		position: absolute;
		display: block;
		width: 200px;
		top: -20px;
		left: 10px;
	}

	ul.qtrans_language_chooser li  {
		display: block;
		float: left;
		padding-right: 10px;
		width: 20px;
	}

/*courses widget*/
	.courses {
		width: 200px;
		background: #78a1af;
		position: relative;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
		padding: 20px 10px;
		margin-bottom: 20px;
		box-shadow: 10px 10px 5px #888;
		-webkit-box-shadow:  4px 4px 6px #a1c0cc;
		-moz-box-shadow:  4px 4px 6px #a1c0cc;
	}

	.courses img {
		position: absolute;
		bottom: 0px;
		right: -20px;
	}
	
	.courses li {
		width: 130px;
		text-align: right;
		font-size: 0.8em;
		padding-bottom: 10px;
		line-height: 1.3em;
		color: #fff;
	}
	
	span.date {
			color: #333;
		}
	
		.courses a {
			color: #fff;
			line-height: 20px;
			display: block;
			width: 130px;
			text-align: right;
			font-size: 0.75em;
		}
	

	/*events table */
	
.wplc_table {
		width: 600px;
		border: 1px solid #666;
		font-size: 0.8em;
	
}

td {
	padding: 10px;
	background-color: #d3e1e7;
	border: 1px solid #ededed;	
	text-align: right;
	color: #537B8B;
}

td.wplc_event_end_time {
	border-left: none;	
	text-align: left;
	padding-left: 0;
	padding-right: 0;
}

td.wplc_event_start_time {
	border-right: none;	
	padding-right: 5px;
	
}

td.wplc_event_name {
	width: 118px;
}

td.course_name {
	width: 119px;
	background: #a1c0cc;
	color: #fff;

}


td.starts {
	width: 238px;
	background: #a1c0cc;
color: #fff;
}

td.ends {
	width: 60px;
	background: #a1c0cc;
	color: #fff;
	
}

td.avail {
	background: #a1c0cc;
	color: #fff;
	
}
	
/* Comments */
h4#comments {
	clear: both;
	margin: 45px 0 5px 0;
	color: #a1c0cc;
	}

.commentlist li {
	font-size: inherit;
}

.commentlist li .avatar { 
	float: right;
	}

.commentlist cite {
	font-weight: bold;
	font-style: normal;
	font-size: 0.95em;
	color: #51899b;
	}
	
.commentlist p {
	font-size: 0.8em;
	font-weight: normal;
	line-height: 1.5em;
	margin: 10px 5px 10px 0;
	text-transform: none;
	}

.commentmetadata {
	display: block;
	font-size: 0.8em;
	font-weight: normal;
	line-height: 1.1em;
	margin: 0;
	}
	
.commentlist .reply {
	font-size: 0.8em;
	font-weight: bold;
	}

.commentlist {
	margin: 0 0 20px 0;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 10px;
	list-style: none;
	}
	
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
	}

.comms-navigation, .navigation {
	clear: both;
	display: block;
	margin-bottom: 20px;
	overflow: hidden;
	}

.children {
	padding: 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}


/* Comment Form */
#respond h4 {
	clear: both;
	margin: 45px 0 10px 0;
	}

form p {
	padding-bottom: 10px;
	margin: 5px 0;
	}
	
form p label {
	display: inline-block;
	margin-right: 10px;
	text-align: right;
	width: 5em;
	}
	
form p label[for="comment"] {
	vertical-align: top;
	}
	
input, textarea {
	padding: 3px;
	}
	
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	overflow: auto;
	}
	
input#submit {
	padding: 5px 3px;
	}
	/* Comment List */
	.commentlist li .avatar { 
		border: 2px solid #f2e9ea;
		}

	.commentlist cite a:link, .commentlist cite a:visited {
		color: #51899b;
		}

	.commentlist .commentmetadata a:link:first-child, .commentlist .commentmetadata a:visited:first-child {
		color: #51899b;
		display: block;
		margin-top: 10px;
		}

	.thread-alt {
		background-color: #d3e1e7;
			-moz-border-radius: 10px;
			-webkit-border-radius: 10px;
			border-radius: 10px;
			box-shadow: 4px 4px 5px #C8C9CE;
			-webkit-box-shadow:  4px 4px 6px #C8C9CE;
			-moz-box-shadow:  4px 4px 6px #C8C9CE;
		}

	.thread-even {
		background-color: #E9E9E9;
			-moz-border-radius: 10px;
			-webkit-border-radius: 10px;
			border-radius: 10px;
			box-shadow: 4px 4px 5px #C8C9CE;
			-webkit-box-shadow:  4px 4px 6px #C8C9CE;
			-moz-box-shadow:  4px 4px 6px #C8C9CE;
		}

	.depth-1 {
		border: 1px solid #A4BED0;
		}

	.even, .alt {
		border-left: 1px solid #A4BED0;
		}

	input, textarea {
		border: 1px solid #a1c0cc;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			border-radius: 5px;
		}

	input:focus, textarea:focus {
		border: 1px solid #a1c0cc;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			border-radius: 5px;
		}

		#commentform input {
			width: 220px;
			
		}
		
		#commentform #submit {
			background-color: #BECED8;
		}
		#comments_template a {
			color: #51899b;
		}
		
		#comments_template a:hover {
			text-decoration: underline;
			
		}
		
		#comments_template small a {
			font-size: 0.8em;
			
		}
		
		
	iframe {
		margin-top: 30px;
		-webkit-border-radius: 10px;
	}
	
	p.wp-caption-text {
		margin-top: -15px;
		margin-bottom: 10px;
		font-size: 0.78em;
		font-style: italic;
		
		}
		
		.fb_iframe_widget {
			margin-top: -10px;
		}
		
	
	
	