/*

Theme Name: BreAKPOINT Simple
Theme URI: http://madsfind.dk/
Description: bREAKPOINT.
Version: 0.1
Author: Mads Find
Author URI: http://madsfind.dk/

*/


IMG {
	border: 0;
	}

A {
	color: #EF8D00;
	text-decoration: none;
	}
	A:hover {
		color: #FF0000;
		}
HTML {
	height: 100%;
	}
BODY {
	background: #D1E6F1 url(gfx/bg2.jpg) top center repeat-x;
	color: #004164;
	font-family: "Century Gothic", trebuchet, "Lucinda Grande", Helvetica, Arial, sans-serif;
	font-size: 0.825em;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
	height: 100%;
	}
	BODY.home {
		background-image: url(gfx/bg.gif);	
		}

#Site {
	width: 861px;
	margin: 0 auto;
	background: url(gfx/bg_content.png) center top repeat-y;
	position: relative;
	padding: 0 25px;
	}

/* Header */
	
#Header {
	height: 133px;
	width: 911px;
	margin: 0 0 0 -25px;
	background: url(gfx/bg2.jpg) top center repeat-x;
	}
	.home #Header {
		height: 285px;
		background-image: url(gfx/bg.gif);	
		}
	#Header #Headerimg {
		height: 93px;
		overflow: hidden;
		text-indent: -1000em;
		position: relative;
		top: 33px;
		left: 15px;
		}
		.home #Header #Headerimg {
			width: 200px;
			height: 229px;
			top: 40px;
			left: 140px;
			background-image: url(gfx/logo.gif);
			}
		#Header #Headerimg A {
			display: block;
			height: 92px;
			width: 100%;
			position: absolute;
			right: -25px;
			top: 0;
			background: url(gfx/logo2.gif) top left no-repeat;
			}
			#Header #Headerimg A:hover {
				background-position: bottom left;
				}
			.home #Header #Headerimg A {
				display: none;
				}
	
/* Menu */

#Menu {
	height: 25px;
	width: 961px;
	margin: 0 0 0 -26px;
	line-height: 26px;
	background: #D1E6F1 url(gfx/bg2.jpg) left -133px repeat-x; 
	padding: 0 38px;
	}
	.home #Menu {
		background-image: url(gfx/bg.gif);
		background-position: left -285px;
		}
	#Menu UL, #Menu LI {
		margin: 0;
		padding: 0;
		list-style-type: none;
		position: relative;
		}
	#Menu UL {
		height: 25px;
		background: url(gfx/dark.png) top left no-repeat;
		padding-left: 1px;
		}
		.home #Menu UL {
			background: none	;
			}
	#Menu LI {
		float: left;
		background: url(gfx/dark.png) top right no-repeat;
		height: 25px;
		padding-right: 2px;
		}
		#Menu LI A {
			display: block;
			float: left;
			height: 26px;
			padding: 0 12px;
			text-transform: uppercase;
			font-size: 0.85em;
			font-weight: bold;
			text-decoration: none;
			}
			#Menu LI:hover A {
				background: url(gfx/light.png);
				color: #fff;
				}
			#Menu LI.current_page_item, #Menu LI.current_page_ancestor {
				background: url(gfx/M_li.png) top right no-repeat;
				position: relative;
				top: 1px;
				}
				#Menu LI.current_page_item A, #Menu LI.current_page_ancestor A {
					background: #e2f0f7;
					color: #004164;
					}
				.home #Menu LI.current_page_item A {
					background: #d0e5f1;
						}
						
		#Menu UL UL {
			display: none;
			}/*
			#Menu UL LI:hover UL {
				display: block;
				position: absolute;
				top: 26px;
				background: #fff url(gfx/bg_focus.gif) repeat-x;
				padding: 10px;
				height: auto;
				overflow: auto;
				}
				#Menu UL LI:hover UL LI {
					background: none;
					float: none;
					height: auto;
					padding: 0;
					line-height: 1.2em;
					}
					#Menu UL LI:hover UL LI A {
						background: none;
						float: none;
						height: auto;
						padding: 0;
						color: #000;
						line-height: 1.2em;
						}*/

/* Frontpage */
		
#Focus {
	margin: 0 14px;
	padding: 24px;
	background: #fff url(gfx/bg_focus.gif) top center repeat-x;
	color: #1f2124;
	overflow: auto;
	}
	#Focus .teaser {
		width: 500px;
		float: left;
		font-size: 1.1em;
		line-height: 1.5em;
		}
		#Focus .teaser H2 {
			font-size: 1.3em;
			margin: 0 0 0.6em 0;
			}
		#Focus .teaser P {
			margin: 0;
			} 
	#Focus .eventinfo {
		width: 271px;
		float: right;
		background: #F4A900;
		color: #005880;
		text-transform: uppercase;
		position: relative;
		}
		#Focus .eventinfo H3 {
			background: #005880;
			color: #b49831;
			height: 2em;
			line-height: 2em;
			margin: 0;
			font-size:1em;
			color: #fff;
			text-align: center;
			}
	#Focus .eventinfo H4 {
			color: #fff;
			margin: 0.5em 20px;
			font-size:1.7em;
			font-weight: bold;
			}
		#Focus .eventinfo P{
			margin: 0 20px;
			padding: 0 0 10px 0;
			max-height: 3em;
			overflow: hidden;
			}
		#Focus .eventinfo .readmore A {
			display: block;
			width: 269px;
			height: 80%;
			overflow: hidden;
			text-indent: -1000em;
			position: absolute;
			top: 0;
			left: 0;
			z-index: 10000;
			}
			#Focus .eventinfo .post:hover H4, #Focus .eventinfo .post:hover P {

				}
		#Focus .eventinfo .readmore A:hover {
			background: url(gfx/light.png);
			}
			
			
			
		#Focus .calendar {
			border-top: 3px solid #fff;
			background: #fff;
			height: 2em;

			}
			#Focus .calendar A {
				display: block;
				float: left;
				background: #005881;
				color: #fff;
				height: 2em;
				padding: 0 1em;
				font-size: 0.8em;
				}
				#Focus IMG, #Focus EMBED, #Focus OBJECT {
						display: none;
						}
				#Focus .calendar A:hover {
					background-image: url(gfx/dark.png);
					}
				#Focus .eventinfo .entry {
						max-height: 5em;
						overflow: hidden;
						}
		
	#News {
		margin-top: -1em;
		}
		#News H2{
			font-size: 1em;
			font-weight: normal;
			text-transform: uppercase;
			margin: 0 0 1em 0;
			}
		#News .post {
			border-top: 1em solid #F4A900;
			margin-bottom: 3em;
			position: relative;
			}	
			#News .post .date {
				display: block;
				font-size: 0.8em;
				line-height: 2em;
				height: 2em;
				padding-right: 0.5em;
				background: #e2f0f7;
				color: #EF8D00;
				text-transform: uppercase;
				position: absolute;
				top: -1.6em;
				}
		#News H3, #News H3 A {
			text-decoration: none;
			}
			#News H3 A:hover {
				color: #fff;
				}
				
/* Submenu */

#Submenu {
	float: left;
	width: 120px;
	font-size: 0.8em;
	text-transform: uppercase;
	margin: 30px 0 0 37px; 
	background: #14171a;
	}
	#Submenu UL, #Submenu LI {
		margin: 0;
		padding: 0;
		list-style-type: none;
		}
	#Submenu UL {
		border-bottom: 1px solid #666;
		margin: 5px;
		}
	#Submenu A {
		display: block;
		text-decoration: none;
		color: #FDDF99;
		padding: 3px 2px;
		border-top: 1px solid #666;
		}
		#Submenu A:hover, #Submenu .current_page_item A {
			color: #fff;
			background: url(gfx/light.png);
			position: relative;
			top: 1px;
			}
		#Submenu .current_page_item A {
			color: #14171a;
			background: #FDDF99;
			}

				
/* Content */

#content {
	float: left;
	width: 467px;
	margin: 30px 0 0 37px;
	padding-bottom: 37px;
	}
	#content.subpage {
		width: 300px;
		}
	#content.gallery, #content.guestbook {
		width: 780px;		
		}
	#content .post H2 {
		margin: 0 0 1em 0;
		text-transform: uppercase;
		font-size: 1.2em;
		}
	#content BLOCKQUOTE {
		margin: 0;
		padding: 5px 10px;
		background: #303133;
		}

/* Calendar */

.calendar H2 {
	float: left;
	}
.calendar .legend {
	float: right;
	text-align: right;
	text-transform: uppercase;
	}
	.calendar .legend SPAN {
		display: block;
		height: 12px;
		font-size: 10px;
		line-height: 12px;
		overflow: hidden;
		position: relative;
		padding-right: 13px;
		}
		.calendar .legend SPAN IMG{
			position: absolute;
			right: 0;
			top: 1px;
			}

.calendar UL {
	clear: both;
	padding: 1em 0 0 0;
	}
.calendar UL, .calendar LI {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
UL.upcoming.calendar {
		padding-top: 1em;
		}
.calendar .calendar .post * {
	margin: 0;
	padding: 0;
	}
.calendar .calendar .post {
	position: relative;
	padding-left: 52px;
	height: 60px;
	overflow: hidden;
	background: #fff;
	margin-bottom: 4px;
	}
	.calendar .calendar .post:hover {
		background-image: url(gfx/dark.png);
		}

.calendar .calendar .post.category-eventbreakpoint {
	background-color: #0080B1;
	}
	.calendar .calendar .post A {
		color: #003D68;
		}

	.calendar .calendar .post .date {
		width:  42px;
		height: 52px;
		padding: 4px;
		position: absolute;
		top: 0;
		left: 0;
		border-right: 2px solid #D1E6F1;
		text-transform: uppercase;
		font-weight: bold;
		line-height: 14px;
		}
		.calendar .month, .calendar .post .day {
			display: block;
			}
		.calendar .weekday, .calendar .post .year {
			font-size: 10px;
			line-height: 10px;
			font-weight: normal;
			}
		.calendar .calendar .post .date A {
			display: block;
			width: 460px;
			height: 52px;
			padding: 4px;
			position: absolute;
			top: 0;
			left: 0;
			color: #0080B1;
			z-index: 10000;
			}
			.calendar .calendar .post IMG {
					display: none;
					}
			.calendar .calendar .post.category-eventbreakpoint A {
				color: #fff;
				}
			
	.calendar .calendar .post H3 {
		margin: 0;
		height: 24px;
		line-height: 24px;
		padding: 0 4px;
		text-transform: uppercase;
		}
	.calendar .calendar .post .info {
		padding: 0 4px;
		font-size: 0.9em;
		line-height: 1.4em;
		}
	.calendar .calendar .post.category-eventbreakpoint H3 {
		background: url(gfx/BP_event.png) 392px 4px no-repeat; 
		}
		.calendar .info P {
			margin: 0;
			}



/* Guestbook */

.guestbook #respond {
	width: 243px;
	float: left;
	}
.guestbook .commentlist {
	width: 480px;
	float: right;
	}
 H3#comments {
 	display: none;
	}
.guestbook OL, .guestbook LI {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
	.guestbook LI {
		padding:  1em;
		border-bottom: 1px solid #fff;
		}
		.guestbook LI P {
			margin: 0;
			padding: 0;
			}
		

/* Sidebar */

#Sidebar {
	width: 273px;
	padding: 25px 8px;
	position: relative;
	top: -1em;
	float: right;
	margin-right: 29px;
	}
	#Sidebar UL, #Sidebar LI, #Sidebar P {
		margin: 0;
		padding: 0;
		list-style-type: none;
		}
	#Sidebar LI, #Sidebar DIV {
		background: url(gfx/bg_w_b.png) right bottom no-repeat;
		list-style-type: none;
		}
	#Sidebar LI H2 {
		margin: 1em 0 0 0;
		padding: 0 10px 0 0;
		background: #e2f0f7 url(gfx/bg_w_t.png) right bottom no-repeat;
		text-align: right;
		font-size: 1em;
		font-weight: normal;
		text-transform: uppercase;
		height: 2.2em;
		}
		#Sidebar LI LI {
			background: none;			
			}
		#Sidebar LI UL, #Sidebar LI DIV {
			background: none;
			padding: 15px;
			position: relative;
			top: -5px;
			overflow: auto;
			}
			#Sidebar LI UL UL, #Sidebar LI DIV DIV {
				padding: 0;
				top: 0;
				}
#Sidebar .lg_thumb_image, #Sidebar .tubepress_thumb_inner {
	width: 105px;
	height: 70px;
	overflow: hidden;
	float: left;
	margin: 0 5px 5px 5px;
	}
	#Sidebar .lg_thumb_image IMG, #Sidebar .tubepress_thumb_inner IMG {
		max-width: 110px;
		max-height: 80px;
		}

	/* Images widget */
		#Sidebar #lazyest_sidebox {
			padding: 15px 0 15px 16px;
			}
		#Sidebar .lg_thumb_image {
			width: 56px;
			height: 56px;
			overflow: hidden;
			float: left;
			margin: 0 3px 0 0;
			} 
			#Sidebar .lg_thumb_image IMG {
				width: 56px;
				height: 56px;
				}	
				#Sidebar .lg_thumb_image A:hover IMG {
					width: 54px;
					height: 54px;
					border: 1px solid #8D9196;
					}
					
	/* Comments widget */

	#Sidebar #recent-comments LI {
		border-top: 1px solid #666;
		padding: 2px 0;
		overflow: auto;
		}
		#Sidebar #recent-comments LI:last-child {
			border-bottom: 1px solid #666;
			}
		#Sidebar #recent-comments LI A {
			display: block !important;
			float: right;
			text-transform: uppercase;
			}
			#Sidebar #recent-comments LI A.url {
				float: none;
				border: 0;
				display: inline !important;
				text-transform: none;
				}
				
/* Footer */

#Footer {
	width: 835px;
	clear: both;
	background: #D1E6F1 url(gfx/bg_footer.gif) center top no-repeat;
	padding: 20px 38px 40px 38px;
	margin-left: -25px;
	}
	#Footer #Languages {
		position: absolute;
		top: 0;
		left: 37px;
		height: 28px;
		line-height: 28px;
		text-transform: uppercase;
		}
		#Languages * {
			margin: 0;
			padding: 0;
			list-style-type: none;
			height: 26px;
			}
		#Languages UL {
			background: url(gfx/dark.png) top left no-repeat;
			padding-left: 1px;
			}
		#Languages LI {
			float: left;
			background: url(gfx/dark.png) top right no-repeat;
			padding-right: 1px;
			}
			#Languages LI A {
				display: block;
				float: left;
				padding: 0 7px;
				text-decoration: none;
				font-size: 0.8em;
				font-weight: bold;
				}
				#Languages LI A:hover{
					background: url(gfx/light.png);
					color: #fff;
					}
				#Languages LI.active A {
					background: url(gfx/dark.png);
					color: #fff;
					}
					
/* FORMS */


#content FORM {
	display: block;
	overflow: auto;
	background: #005880;
	padding: 10px;
	color: #fff;
	}
.wpcf7 {
	background: #a6001b url(gfx/bg_f_b.gif) bottom right no-repeat;	
	}
FORM LABEL, .wpcf7-list-item {
	display: block;
	}
FORM P {
	text-transform: uppercase;
	font-size: 0.8em;
	}
	FORM INPUT, FORM TEXTAREA {
		max-width: 95%;
		font-family: "Century Gothic", trebuchet, "Lucinda Grande", Helvetica, Arial, sans-serif;
		}
		FORM INPUT.submit, FORM .submit INPUT, FORM .radio-627 INPUT {
			width: auto;
			}

/* Gallery & Frontpage slideshow */
   
.dir_view .folder, .lg_powered, .folder_caption {
	display: none;
	}
.tubepress_container, .lg_gallery {
	font-size: 0.8em;
	text-transform: uppercase;
	}
#Images H3, #Videos H3 {
	clear: both;
	margin: 0.5em 0 0 0;
	padding: 0 0 0.25em 0;
	border-bottom: 2px solid #090c10;
	}
#Images .top_navigator, #Videos .pagination {
	overflow: auto;
	text-transform: uppercase;
	height: 2em;
	line-height: 2em;
	}
	#Videos .pagination {
		clear: both;
		margin: 0 0 1em 0;
		}
	 #Images .top_navigator A, #Videos .pagination A {
		padding: 0 1em;
		border: 0;
		text-decoration: none;
		}
		#Videos .pagination .current,#Videos .pagination .disabled  {
			padding: 0 1em 0 0;
			}
		#Images .top_navigator A:first-child {
			display: none;
			}

.tubepress_thumbs, .lazyest_thumb_view {
	clear: both;
	width: 820px;
	padding: 0;
	}
.tubepress_thumbs {
	padding: 10px 0 0 0;
	}
#Images .lg_gallery .lg_thumb, #Videos .tubepress_thumb {
	width: 128px !important;
	height: 110px !important;
	margin: 0 35px 10px 0;
	position: relative;
	float: left;
	text-transform: uppercase;
	}
	#Images .lg_gallery .lg_thumb:hover, #Videos .tubepress_thumb:hover {	
		position: relative;
		top: 1px;
		cursor: pointer;
		}
	#Images .lg_thumb .lg_thumb_image, #Images .lg_thumb .lg_folder_thumb_image, #Videos .tubepress_thumb A {
		display : block;
		width: 122px !important;
		height: 92px !important;
		min-height: 92px !important;
		overflow: hidden;
		padding: 0 6px 6px 0;
		background: url(gfx/bg_th.png) top left no-repeat;
		}
		#Images .lg_thumb .lg_thumb_image:hover, #Images .lg_thumb .lg_folder_thumb_image:hover, #Videos .tubepress_thumb:hover A {
			background-position: bottom left;
			}
		#Videos .tubepress_thumb DL A {
			display: inline;
			border: 0;
			height: auto;
			width: auto;
			padding: 0;
			background: none;
			}
		#Images .lg_thumb .lg_thumb_image A , #Images .lg_thumb .lg_folder_thumb_image A, #Videos .tubepress_thumb A IMG {
			display: block;
			border: 1px solid #4f5359;
			height: 90px;
			width: 120px;
			overflow: hidden;
			}
			#Images .lg_thumb .lg_thumb_image A IMG , #Images .lg_thumb .lg_folder_thumb_image A IMG {
				width: 120px;
				}

				#Images .lg_thumb:hover .lg_thumb_image A,#Images .lg_thumb:hover .lg_folder_thumb_image A, #Videos .tubepress_thumb:hover IMG {
					border-color: #8D9196;
					}
				#Images .lg_thumb:hover A, #Videos .tubepress_thumb:hover A {
					color: #8D9196;
					}
		
	#Images .lg_thumb_caption, #Videos .tubepress_meta_group {
		display: block;
		height: 12px;
		line-height: 1.2em;
		padding: 4px 0 0 0;
		margin: 0;
		position: absolute;
		bottom: 0px;
		width: 114px;
		overflow: hidden;
		}
		#Images .lg_thumb:hover .lg_thumb_caption, #Videos .tubepress_thumb:hover .tubepress_meta_group {

			}
			#Videos .tubepress_thumb:hover .tubepress_meta_group {
				left:0;
				top: 1px;
				height: 82px;
				}
			#Images .lg_thumb:hover .lg_thumb_caption A, #Videos .tubepress_thumb:hover .tubepress_meta_group A {
				display: block;
				height: 81px;
				width: 112px;
				}
		.tubepress_meta_group DD, .tubepress_meta_group DL {
			margin: 0;
			padding: 0;
			width: 114px;
			list-style-type: none;
			overflow: hidden;
			}
		.tubepress_meta_group DT {
			display: none;
			}
	#Images .lg_thumb_caption A, #Videos .tubepress_meta_group A{
		font-weight: normal;		
		color: #4F5359;
		}

		
		
		
		
#Images .lazyest_navigator, .pagination {
	background: #101317;
	height: 2em;
	line-height: 2em;
	text-transform: uppercase;
	padding: 0 1em;
	text-align: center;
	}
	#Images .lazyest_navigator A, #Videos .pagination A {
		padding: 0 1em 0 0;
		line-height: 1.7em;
		}
		
#Images .lazyest_image {
	width: auto;
	text-align: center;
	clear: both;
	margin: 1em auto;
	}
	#Images .lazyest_image IMG {
		display: block;
		padding: 0 20px 20px 0;
		background: url(gfx/bg_img.png) bottom right no-repeat;		
		margin: 0 auto;
		position: relative;
		left: 10px;
		}
	
	#Slideshow {
		position: absolute;
		top: -2px;
		right: 25px;
		width: 380px;
		height: 251px;
		padding: 29px 22px 15px 17px;
		overflow: hidden;
		text-align: center;
		background: url(gfx/bg_slideshow.png);
		}
		#Slideshow IMG {
			max-width: 372px;
			max-height: 247px;
			margin: 0 auto;
			border: 4px solid #005880;
			}
			
.lg_slideshow {
	position:relative;
 	margin: 0 auto;
	}

.lg_slideshow a {
	float:left;  
	position:absolute; 
	visibility:hidden;
	}

.lg_slideshow a.show {
	z-index:500
	}

.lg_slideshow .sscaption {
	display: none;
	}

TABLE, TD {
	border-collapse: collapse;
	border: 0;
	}


