/*
Theme Name: ABBA
Version: 1.0
*/

																																		/* CSS Reset */
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, dl, dt, dd, ol, ul, li, fieldset, form, label, legend caption{ margin:0; padding:0; border:0; outline:0; font-weight:inherit; font-style:inherit; font-size:100%; font-family:inherit; vertical-align:baseline}
:focus{outline:0;}
ol, ul{list-style:none}
strong{font-weight:bold}
em{font-style:normal}
a{text-decoration:none; }
h1, h2, h3, h4, h5, h6 {  margin: 0 0 0 630px; 		font-family: 'NewsGothicMTRegular',sans-serif; font-weight:bold;}
h1 { font-size: 11px;  margin-bottom: 10px; color: #ffffff; }
h2 { font-size: 19px; line-height: 26px; margin-bottom: 0px; color: #866e41; }
h3 { font-size: 22px; margin-bottom: 10px; color: #b40623; }
h4 { font-size: 16px; margin-bottom: 0px; }
h5 { font-size: 14px; line-height: 18px; margin-bottom: 5px; }
h6 { font-size: 15px; line-height: 26px; margin-bottom: 0px; color: white; }


@font-face {
	font-family: 'NewsGothicMTRegular';
	src: url('nwgthc-webfont.eot');
	src: local('☺'), url('nwgthc-webfont.woff') format('woff'), url('nwgthc-webfont.ttf') format('truetype'), url('nwgthc-webfont.svg#webfontRqvNhndq') format('svg');
	font-weight: normal;
	font-style: normal;
}
																																		/* GENERAL STYLE */
body{
	font-family: 'NewsGothicMTRegular';
	font-size: 13px;
	background:  url('layout_gfx/header.jpg') top  no-repeat;
	background-color: #050505;
}
	.frame{
		width: 100px;
		margin: 0 auto;
	}

																																		/* HEADER */
#header{
	font-family: 'NewsGothicMTRegular';

	height: 115px;   
	width: 895px;
	padding: 0px 0 0 0;
	color: white;
	margin: 0 auto;    
}
#header .inner{


}
	#header .subscribe{
		height: 30px;
	}
		#header .subscribe a{
			display: block;
			float: right;
			width: 140px;
			height: 30px;
			overflow: hidden;
			color: #6c6f77;
			font-size: 11px;
			font-family: Calibri, Arial;
			text-indent: 31px;
			line-height: 37px;

		}
		#header .subscribe a:hover{
			background-position: 0 -30px;
		}
		#header .menu-outer{
			background:url('images/menu-bg.png') left top no-repeat;
			padding:0 0 0 40px;
			margin:75px 0 0 0;
		}
		#header .menu{
			background:url('images/menu-bg.png') right top no-repeat;
			height:39px;
		}

																																		/* HEADER MENU (structure) */
#header ul {
	position: absolute;
	top: 105px;
	left: 50%;
	width: 1000px;
	height: 39px;
	margin: 0 0 0 -500px;
}
	#header ul ul {
		position: absolute;
		top: -999em;
		margin: 0;
		height: 35px;
	}
		#header ul ul li {
			width: auto;
			float: left;
		}
		#header ul li:hover {
			visibility: inherit;
		}
	#header ul li {
		float: left;
		position: static;
		height: 39px;
		margin: 0 10px;
	}
		#header ul li li{
			height: 35px;
			padding: 0 20px;
			position: relative;
		}
	#header ul a {
		display: block;
		height: 39px;
		line-height: 39px;
		position: relative;
		float: left;
		
	}
		#header ul a span{
			display: block;
			height: 39px;
			line-height: 39px;
			float: left;

			
		}
	#header ul a a{
		height: 35px;
		line-height: 35px
	}
		#header ul a a span{
			height: 35px;
			line-height: 35px
		}
	#header ul li:hover ul,
	#header ul li.sfHover ul {
		left: 0;
		top: 39px;
		z-index: 99;
	}
		#header ul li ul {
			width: 44em;
		}

																																		/* HEADER MENU (style) */

#header ul a{
	padding: 0 0 0 15px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: -.075em;
}
	#header ul a span{
		padding: 0 15px 0 0;
	}
#header ul .children a{
	padding: 0;
	color: #7f858f;
	font-weight: normal;
	text-transform: none;
	letter-spacing: normal;
}
	#header ul .children a span{
		padding: 0;
	}
#header ul li:hover a,
#header ul li.sfHover a,
#header ul a:focus,
#header ul a:hover,
#header ul a:active {
	outline: 0;
	color: #b8bfcd;
	background: url('images/menu-link.png') left center no-repeat;
}
	#header ul li:hover a span,
	#header ul li.sfHover a span,
	#header ul a:focus span,
	#header ul a:hover span,
	#header ul a:active span{
		background: url('images/menu-link.png') right center no-repeat;
	}
		#header ul li:hover .children a,
		#header ul li.sfHover .children a,
		#header ul .children a:focus,
		#header ul .children a:hover,
		#header ul .children a:active,
		#header ul li:hover .children a span,
		#header ul li.sfHover .children a span,
		#header ul .children a:focus span,
		#header ul .children a:hover span,
		#header ul .children a:active span{
			background: none;
		}
	#header ul ul li:hover,
	#header ul ul li.sfHover,
	#header ul ul li:hover li,
	#header ul ul li.sfHover li,
	#header ul ul a:focus,
	#header ul ul a:hover,
	#header ul ul a:active {
		color: #fff;
		background: none;
	}
	#header ul li.current-cat a {
		color: #e3eeff;
		font-weight: bold;
	}

																																		/* SEARCH BAR */
#searchBar{
	height: 51px;
	background: url('images/header-search-tile.png') center top repeat;
}
	#searchBar form{
		padding: 18px 0 0 0;
		height: 33px;
		display: block;
		text-align: center;
		background: url('images/header-search.png') center top no-repeat;
	}
	#searchBar input{
		margin: 0;
		padding: 0;
		width: 220px;
		color: #3a3d41;
		font-family: Arial;
		font-size: 12px;
		border: none;
		background-color: transparent;
	}

																																		/* PAGE HEAD */
#pageHead{
	background: url('images/page-head-bg-tile.png') center top repeat-x;
	height: 60px;
	position: relative;
}
	#pageHead h1{
		width: 900px;
		margin: 0 auto;
		height: 60px;
		line-height: 60px;
		color: #c5cad5;
		font-size: 17px;
		font-family: Calibri, Arial;
	}
	#pageHead p{
		position: absolute;
		top: 0;
		left: 50%;
		margin: 0 0 0 320px;
		padding: 19px 0 0 0;
		height: 41px;
		width: 130px;
	}
	#pageHead a{
		display: block;
		position: relative;
		width: 130px;
		height: 32px;
		text-indent: -9999px;
		outline: none;
		background: url('images/button-archive.png') 0 0 no-repeat;
	}
	#pageHead a .hover{
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 130px;
		height: 32px;
		background: url('images/button-archive.png') 0 -32px no-repeat;
	}

																																		/* PAGE/SLIDER */
#page{
	position: relative;
    width:1000px;
    margin:0 auto;



}

	#slider{
		width:981px;
		margin:0 auto;
		position:relative;

		
	}

																																		/* SLIDER NAVIGATION TABS */	
	#navSlide{
		margin: 5px 0 0 20px;
		position: relative;
		padding: 0px 0 0px 0;
		height: 25px;
		overflow: hidden;		
	}
	#page .navigation{
		display:block;
		height:26px;
		line-height:20px;
		float:left;
		padding:0 8px 0 0;
		font-size:13px;
		color:#866e41;	
		font-family: 'NewsGothicMTRegular',sans-serif;
		font-weight:bold;

	}
	#page .navigation li{
		height:24px;
		float:left;
		padding:2px 5px 0 0;
		text-transform: uppercase;
		font-weight: bold;
		font-size: 14px;
	}
	#page .navigation a{
		display:block;
		height:26px;
		line-height:20px;
		float:left;
		padding:0 11px 0 0;
		font-size:13px;
		color:#866e41;	
				font-weight: bold;

		font-family: 'NewsGothicMTRegular',sans-serif;

	}
		#page .navigation a:hover,
		#page .navigation a.selected{
			color:white;

		}
	#page .navigation a span{
		padding: 0 0 0 8px;
		display:block;
		height:20px;
		float:left;
	}
		#page .navigation a:hover span,
		#page .navigation a.selected span{

		}
	#page .navigation a:focus{
		outline:none;
	}
	
	#page p.home{
		position: absolute;
		top: 20px;
		left: 70px;
		display: block;
		width: 26px;
		height: 26px;
		padding: 0 10px 0 0;
		z-index: 10;
	}
		#page p.home a,
		#page p.home a:hover{
			display: block;
			height: 26px;
			width: 26px;
			padding: 0;
			background: url('images/slider-home.png') 0 0 no-repeat;
		}
			#page p.home a span,
			#page p.home a:hover span{
				display: none;
			}

																																		/* POST STYLING */
#page .post{

	margin: 0 0 20px 0;
}
#page .postblog{

	margin: 0 0 20px 220px;
	padding: 100px 0 0 0;
	width:330px;
}

#page .postblog p{
	font-family: 'NewsGothicMTRegular',sans-serif;
	font-size: 13px;
	padding:5px 0 5px 0;
}
#page .post .wrapper{

	margin: 0 10px 0 0;
}
	#page .post .head{

	}
		#page .post .head h3{
			padding: 5px 0;
			border-bottom: solid 1px #d5dae1;			margin: 0 0 0 500px;	
		}
		
			#page .postblog .head h3,
			#page .postblog .head h3 a{
				color: #27475e;
		font-family: 'NewsGothicMTRegular',sans-serif;
				font-size: 24px;
			}
			#page .post .head h3 a:hover{
				text-decoration: none;
				color: #000;
			}
					#page .postblog .headblog h3{
			padding: 5px 0;
			border-bottom: solid 1px #d5dae1;			margin: 0 0 0 0px;	
		}
					#page .postblog .headblog h3,
			#page .post .headblog h3 a{
				color: #866e41;
		font-family: 'NewsGothicMTRegular',sans-serif;
				font-size: 24px; margin-left:-4px;
			}
			#page .post .headblog h3 a:hover{
				text-decoration: none;
				color: #000;
			}
	#page .post .postmeta{
		font-size: 11px;
		color: #96a8b4;
	}
		#page .post .postmeta a{
			color: #96a8b4;
			text-decoration: underline;
		}
		#page .post .postmeta a:hover{
			color: #27475e;
		}
	#page .post .tags{
		height: 37px;
		overflow: hidden;
		background: url('images/summary-tags-bg.png') right top no-repeat;
	}
		#page .post .tags p{
			height: 37px;
			line-height: 37px;
			width: 70px;
			text-align: center;
			color: #305993;
			font-weight: bold;
			float: left;
			background: url('images/summary-tags-bg.png') left top no-repeat;
		}
		#page .post .tags ul{
			height: 37px;
			float: left;
		}
		#page .post .tags ul li{
			height:37px;
			float:left;
		}
		#page .post .tags ul a{
			display:block;
			height:37px;
			line-height:37px;
			float:left;
			padding:0 10px 0 0;
			font-size:12px;
			color:#617693;
		}
			#page .post .tags ul a:hover,
			#page .post .tags ul a.selected{
				color:#fff;
				text-decoration: none;
				background:url(images/summary-tags.png) right center no-repeat;
			}
		#page .post .tags ul a span{
			padding: 0 0 0 10px;
			display:block;
			height:37px;
			float:left;
		}
			#page .post .tags ul a:hover span{
				background:url(images/summary-tags.png) left center no-repeat;
			}
		#page .post .tags ul a:focus{
			outline:none;
		}
	#page .post .foot{
		height: 39px;
		padding: 0 10px 0 0;
		background: url('images/summary-foot-bg.png') top right no-repeat;
	}
		#page .post .foot p{
			height: 39px;
			width: 50px;
			background: url('images/summary-foot-bg.png') top left no-repeat;
		}
		#page .post .foot ul{
			position: relative;
			height: 39px;
			background: url('images/summary-foot-bg.png') top left no-repeat;
		}
			#page .post .foot ul li{
				position: absolute;
				width: 130px;
			}
			#page .post .foot ul li,
			#page .post .foot ul li a{
				display: block;
				height: 39px;
				line-height: 39px;
				color: #4e4f52;
				font-weight: bold;
				font-size: 12px;
			}
			#page .post .foot ul li.comments{
				top: 0;
				left: 0;
				padding: 0 0 0 10px;
			}
				#page .post .foot ul li.comments a{
					padding: 0 0 0 30px;
					background: url('images/summary-comments-link.png') 0 7px no-repeat;
				}
				#page .post .foot ul li.comments a:hover{
					background-position: 0 -68px;
				}
			#page .post .foot ul li.read{
				top: 0;
				right: 0;
				text-align: right;
			}
				#page .post .foot ul li.read a{
					padding: 0 30px 0 0;
					background: url('images/summary-read-link.png') 100% 7px no-repeat;
				}
				#page .post .foot ul li.read a:hover{
					background-position: 100% -68px;
				}
			#page .post .foot ul li a:hover{
				text-decoration: none;
				color: #000;
			}
																																		/* POST CONTENT STYLING */
#page .post .body{
	color: #434251;
		text-align: right;

	padding: 10px 20px 20px 30px;
}

#page .post.summary .body{
	padding: 0 20px 0 30px;
}
#page .post .bodysingle p{
		padding: 0 0 10px 0;
		font-family: 'NewsGothicMTRegular',sans-serif;
		font-size:13px;
		line-height:1.5em;
		color:#fff;
		width: 310px;
		margin: 0 0 0 25px;
		text-align:left;



	
	}
	#page .post .body p{
		padding: 0 0 10px 0;
		font-family: 'NewsGothicMTRegular',sans-serif;
		font-size:11px;
		line-height:1.2em;
		color:#fff;
		width: 300px;
		margin: 0 0 0 623px;



	
	}

#page .wide p{
		padding: 0 0 10px 0;
		font-family: 'NewsGothicMTRegular',sans-serif;
		font-size:11px;
		line-height:1.2em;
		color:#fff;
		width: 900px;
		margin: 0 0 0 0px;



	
	}
	#page .post .bodyblog p{
		padding: 0 0 10px 0;
		text-align: left;
		font-family: 'NewsGothicMTRegular',sans-serif;
		font-size:13px;
		line-height:1.5em;
		color:#fff;
		width: 650px;
		margin: 0 0 0 0px;



	
	
	}
	#page .post .body strong{
		color:#33333e;
	}
	#page .post .body em{
		font-style:italic;
	}
	#page .post .body a{
		white-space:nowrap;
		padding: 0 0 0 0px;
		color:#866e41;
		font-weight:bold;

	}
	#page .post .body a.plain,
	#page .post .body .gallery a{
		padding: 0;
		background: none;
	}
		#page .post .body a:hover{
			text-decoration:underline;
		}
	#page .post .body .gallery img{
		padding:2px;
		background:#e0e3e6;
	}
	#page .post .body blockquote,
	#page .post .body ul,
	#page .post .body ol,
	#page .post .body pre{
		margin:1em .5em 2em .5em;
		padding:10px 15px;
		background:#e0e3e6;
		border: solid 1px #d3d4d5;
		-moz-border-radius: 5px;
		-khtml-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
	}
	#page .post .body blockquote p{
		padding:.4em 0 !important;
		text-indent:0 !important;
	}
	#page .post .body li{
		list-style-position: inside;
		padding: .25em 0;
	}
		#page .post .body ul li{
			margin:0 0 0 1em;
			list-style:square;
		}
		
		#page .post .body ol li{
			margin:0 0 0 1.5em;
			list-style:decimal;
		}
		#page .post .body dl dt{
			font-weight: bold;
		}
		#page .post .body dl dd{
			padding: 0 0 .5em 1em;
		}
	#page .post .body pre{
		line-height:1em;
		color:#1C194C;
		font-size:13px;
		overflow:auto;
		background:#f8f8f8;
		border:solid 1px #e5e5e5;
	}
	#page .post .body code{
		padding:0 3px;
		color:#33333e;
		background:#f8f8f8;
		border:solid 1px #e5e5e5;
		font-family: monospace;
		font-size:13px !important;
	}

	#page .post .body .gallery{
		text-align:center;
	}

																																		/* IMAGES PAGE STYLING */
#page .images{
	position: relative;
	padding: 15px 0;
	width: 100%;
}
#page .post .body .images a{
	padding: 0;
	background: none;
}
#page .post .body .images p{
	padding: 0;
}
	#page .images .prev{
		position: absolute;
		top: 50%;
		left: 0;
		margin: -75px 0 0 0;
		width: 170px;
		text-align: left;
	}
	#page .images .current{
		margin: 0 170px;
		padding: 5px;
		background:#e0e3e6;
		border: solid 1px #d3d4d5;
		-moz-border-radius: 5px;
		-khtml-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
	}
		#page .images .current .caption{
			height: 25px;
			text-align: center;
			font-weight: bold;
		}
		#page .images .current .image{
			text-align: center;
		}
			#page .images .current .image img{
				padding: 1px;
				background: white;
				border: solid 1px #d3d4d5;
			}
		#page .images .current .description{
			padding: 10px;
			font-style: italic;
		}
	#page .images .next{
		position: absolute;
		top: 50%;
		right: 0;
		margin: -75px 0 0 0;
		width: 170px;
		text-align: right;
	}
	#page .post .body .images .prev img,
	#page .post .body .images .next img{
		padding: 5px;
		background:#e0e3e6;
		border: solid 1px #d3d4d5;
		-moz-border-radius: 5px;
		-khtml-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
	}
	

	
			#page .scrollpage{
		height:693px;
		width:980px;
		margin:0 auto;
		overflow:auto;
		float: right;
		position:relative;
		clear:left;
		background-color: transparent;

	}																															/* SLIDER CONTAINER */
	#page .scroll{
		height:693px;
		width:980px;
		margin:0 auto;
		overflow:auto;
		float: right;
		position:relative;
		clear:left;
		background-color: transparent;


	}
		#page .scrollContainer .panel{

			height:693px;
			width:980px;
			overflow:hidden;
		}
		#page .scrollContainer .panel .pane{
			height: 693px;			
			margin: 3px 0 0 0;
			padding: 0 0 0 0px;

		}

																																		/* SLIDER SCROLL BUTTONS */
	#page .scrollButtons{
		width:35px;
		height:35px;
		position:absolute;
		top:293px;
		cursor:pointer;
	}
		#page .scrollButtons a{
			display:block;
			height:35px;
			width:35px;
			position: relative;
			text-indent: -9999px;
		}
		#page .scrollButtons span{
			display: block;
			position: absolute;
			top: 0;
			left: 0;
			height: 35px;
			width: 35px;
		}
		#page .scrollMeLeft{
			left:-80px;
		}
			#page .scrollMeLeft a{
				background:url(images/arrows.png) 0 0 no-repeat;
			}
			#page .scrollMeLeft a .hover{
				background:url(images/arrows.png) 0 -35px no-repeat;
			}
		#page .scrollMeRight{
			right:-80px;
		}
			#page .scrollMeRight a{
				background:url(images/arrows.png) -35px 0 no-repeat;
			}
			#page .scrollMeRight a .hover{
				background:url(images/arrows.png) -35px -35px no-repeat;
			}

																																					/* SLIDER SCROLLBAR */
.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}
	.jScrollPaneTrack {
		position: absolute;
		cursor: pointer;
		right: 0;
		top: 0;
		height: 100%;
		background: url('images/scrollbar-track.png') 0 0 no-repeat;
	}
	.jScrollPaneDrag {
		position: absolute;
		cursor: pointer;
		overflow: hidden;
		background: url('images/scrollbar-drag-middle.png') 0 50% repeat-y;
	}
		.jScrollPaneTrack:hover .jScrollPaneDrag{
			background-position: -20px 50%;
		}
	.jScrollPaneDragTop {
		position: absolute;
		top: 0;
		left: 0;
		overflow: hidden;
		background: url('images/scrollbar-drag-top.png') 0 0 no-repeat;
		height: 5px;
	}
		.jScrollPaneTrack:hover .jScrollPaneDragTop{
			background-position: -20px 0;
		}
	.jScrollPaneDragBottom {
		position: absolute;
		bottom: 0;
		left: 0;
		overflow: hidden;
		background: url('images/scrollbar-drag-bottom.png') 0 0 no-repeat;
		height: 5px;
	}
		.jScrollPaneTrack:hover .jScrollPaneDragBottom{
			background-position: -20px 0;
		}

																																		/* SLIDER MINI LINKS */
	#page .miniLinks{
		width: 80px;
		height: 30px;
		position: absolute;
		bottom: 0;
		right: 60px;
		background: red;
	}
		#page .miniLinks a{
			display: block;
			position: relative;
			width: 40px;
			height: 30px;
			float: left;
			text-indent: -9999px;
			background: url('images/icons-links.png') 0 0 no-repeat;
		}
			#page .miniLinks span{
				display: block;
				position: absolute;
				width: 40px;
				height: 30px;
				top: 0;
				left: 0;
				background: url('images/icons-links.png') 0 0 no-repeat;
			}
		#page .miniLinks .contact{background-position: 0 0}
		#page .miniLinks .contact .hover{background-position: 0 -30px}
		#page .miniLinks .login{background-position: -40px 0}
		#page .miniLinks .login .hover{background-position: -40px -30px}

																														
		
		
		.attachment-post-thumbnail{
			margin-top: 0px;
			position: absolute;
			z-index: -999;
			top: 0px;
			left: 0px;
			
			}
			
	.shutterset_set_1 a {
			display: none;
			
			}

		#footerbox{	
		width: 980px;
		font-size: 10px;
		font-family: 'NewsGothicMTRegular',sans-serif;
		margin: 590px  auto 0px auto;
		position: relative;
		background: #8a6b42 url("layout_gfx/footer.jpg") no-repeat ;
		padding: 0px 0 0 0;
		color:white;
		min-height:100px;
		}
		#footerbox p{	
		
		padding: 0px 10px 0 10px;
		}
		#footerboxlink {
		margin: 10px 0 0px 818px;
		padding:  0 0 0px 0;
		height:30px;
		position:absolute;
		z-index:999;
				
}
#footerboxblog{	
		width: 980px;
		height:200px;
		font-family: 'NewsGothicMTRegular',sans-serif;
		margin: 0px  auto 0px auto;
		position: relative;
		padding: 0px 0 0 0;
		background: #8a6b42 url("layout_gfx/footer.jpg") no-repeat ;

		}
.ngg-gallery-thumbnail img {
	display:block;  
	margin:10px 0px 40px 123px;
	padding:10px;
	position:relative;
}

/* ----------- Gallery navigation -------------*/

.ngg-navigation {
	font-size:1.5em !important;
	clear:both !important;
	display:block !important;
	padding-top:15px;
	text-align:left;
	margin:0 0 0 60px;
	
}

.ngg-navigation span {
	font-weight:bold;
	margin:0pt 6px;
}

.ngg-navigation a.page-numbers,
.ngg-navigation a.next,
.ngg-navigation a.prev, 
.ngg-navigation span.page-numbers,
.ngg-navigation span.next,
.ngg-navigation span.prev {
	margin-right:3px;
	padding:3px 7px;
}

.ngg-navigation a.page-numbers:hover,
.ngg-navigation a.next:hover,
.ngg-navigation a.prev:hover, 
.ngg-navigation span.page-numbers:hover,
.ngg-navigation span.next:hover,
.ngg-navigation span.prev:hover {
	background-color: #0066CC;
	color: #FFFFFF !important;
	text-decoration: none !important;
}


a.booknow {
	font-family: 'NewsGothicMTRegular',sans-serif;
	font-weight:bold;
	display:block;
	width: 120px;
	height: 20px;
	font-size: 15px;
	text-align: center;
	color: #000000;
	background:url('layout_gfx/booknow_bg.jpg') ;
	padding:10px 0 3px 0;
	margin: 0 0 0 350px;
}
a.booknow:visited {
	text-decoration: none; 
	
}
a.booknow:hover {
	padding:15px 0 3px 0;
	
}
a.booknow:active {color: white; 
	
}


a.footerlinks {
	font-family: 'NewsGothicMTRegular',sans-serif;
	font-weight:bold;
	color: black; 
	width: 67px;
	height: 25px;
	background-color: transparent;
	padding:0px 0px 0px 0;
	margin: 0px 2px 0px 0;
	float:left;
}
a.footerlinks:visited {
	text-decoration: none; 
	
}
a.footerlinks:hover {
	
}
a.footerlinks:active {color: white; 
	
}  

#blog {	

	background:url('layout_gfx/blog_bg.jpg') ;
	height: 570px;
	width:980;	
}
#blogcontainer {	

	height: 500px;
	width:580;	
}

.wp-pagenavi {
	clear: both;
	margin:30px 0 0 0;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #BFBFBF;
	padding: 3px 5px;
	margin: 2px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #000;
}

.wp-pagenavi span.current {
	font-weight: bold;
}
SELECT, OPTION { /* default display */
float:right;
margin: 0px 0px 0px 5px;
}
div.wpcf7 {
	margin: 0;
	padding: 0;
	text-align:left;
}
form.wpcf7-form p {
	text-align: left;
	width:400px;
}
.wpcf7-text {
 background-color: transparent;
 color: #ffffff;
 width:200px;
 float:right;
 border: 1px solid #646156;
 margin:0px;

}
textarea {
 background-color: transparent;
 color: #ffffff;
 height:100px;
 width:299px;
 border: 1px solid #646156;

}
div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
}

div.wpcf7-mail-sent-ok {
	border: 0px solid #398f14;
		font-size:17px;
	color:white;
}

div.wpcf7-mail-sent-ng {
	border: 2px solid #ff0000;
}

div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
}

div.wpcf7-validation-errors {
	border: 0px solid #f7e700;
	font-size:17px;
	color:white;

}

span.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	top: -13px;
	left: -250px;
	z-index: 100;
	color:black;
	background: #fff;
	border: 1px solid #ff0000;
	font-size: 10pt;
	width: 180px;
	padding: 2px;
	position:absolute;
	display:block;
	float:right;
	
	
}

span.wpcf7-not-valid-tip-no-ajax {
	color: #f00;
	font-size: 10pt;
	display: block;
}

span.wpcf7-list-item {
	margin-left: 0.5em;
}

.wpcf7-display-none {
	display: none;
}

div.wpcf7 img.ajax-loader {
	border: none;
	vertical-align: middle;
	margin-left: 4px;
}
#gallery{}
#gallery .ngg-galleryoverview{width:124px; position:absolute; top:28px; right:31px;}
#gallery .ngg-galleryoverview img{margin:0; padding:0;}
#gallery .ngg-galleryoverview #ngg-image-1{margin-bottom:73px;}
#gallery .ngg-galleryoverview #ngg-image-2{margin-bottom:73px;}
#gallery .ngg-galleryoverview #ngg-image-3{margin-bottom:73px;}
#gallery #book1{display:none; position:relative; margin:-16px 0px;}
a#radio-patch-play{position:absolute; background:url(images/iefix.png) repeat; display:block; width:145px; height:202px; top:224px; right:216px; cursor:pointer;}
a#radio-patch-play img{display:none;}
a#radio-patch-play:hover img{display:block;}
a#radio-patch-play.active img{display:block;}
#radio-live-track,
#current-menu-track{width:1px; height:1px; overflow:hidden; position:absolute; top:-900px;}
#video-reviews,
#close-video-reviews{width:171px; height:145px; cursor:pointer; background:url(images/iefix.png) repeat; position:absolute; cursor:pointer; top:254px; left:440px;}
#close-video-reviews{z-index:10; display:none;}
#homepage-banners{position:absolute; top:0; left:0; width:981px; height:593px; background:#333; z-index:-10;}
#homepage-banners img{position:absolute; top:0; left:0;}
#homepage-banners img.active{z-index:9;}
#homepage-banners img.last-active{z-index:6;}
a#open-youtube{width:480px; height:217px; background:url(images/iefix.png) repeat; position:absolute; top:37px; left:26px; cursor:pointer;}
a#open-youtube2{width:414px; height:246px; background:url(images/iefix.png) repeat; position:absolute; top:254px; left:26px; cursor:pointer;}
#youtube-holder{width:640px; height:385px; top:50px; left:65px; padding:10px; background:#000; display:none; position:absolute;}
#youtube-holder a.close-btn,
#close-flipbook{width:37px; height:37px; background:url(images/close.png) no-repeat; display:block; top:-27px; left:-27px; z-index:10; position:absolute; cursor:pointer;}
#close-flipbook{display:none; top:10px; left:10px;}
#gallery-flipbook-open{cursor:pointer; background:url(images/iefix.png) repeat; height:187px; left:506px; position:absolute; top:37px; width:244px;}