/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
* {
	padding: 0;
	margin: 0;
}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
a {
	color:#ff00cc;
	text-decoration:none;
}
a:hover {
	color:#8cd321;
}

#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}
#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
	text-indent: -3000em;
}
#TB_window a:link {
	color: #666666;
}
#TB_window a:visited {
	color: #666666;
}
#TB_window a:hover {
	color: #000;
}
#TB_window a:active {
	color: #666666;
}
#TB_window a:focus {
	color: #666666;
}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}
.TB_overlayMacFFBGHack {
	background: url(macFFBgHack.png) repeat;
}
.TB_overlayBG {
	background-color:#000;
	/*	filter:alpha(opacity=85);
	-moz-opacity: 0.85;*/
	opacity: 0.85;
}
#TB_window {
	position: fixed;
	z-index: 102;
	color:#000000;
	display:none;
	border: 9px solid #3e669b;
	text-align:left;
	top:50%;
	left:50%;
	background:url(images/thickbox-bg.jpg) top left repeat-x #000;
}
#TB_window img#TB_Image {
	display: block;
	margin: 0;
	border: 0;
	float:left;
}
#TB_caption {
	height:0;
	padding:0;
}
#TB_closeWindow {
	height:0;
	padding:0;
	float:right;
	text-indent: -3000em;
}
#TB_ImageOff {
	width: 90%;
}
#TB_closeAjaxWindow {
	height: 19px;
	width: 20px;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	text-indent: -3000em;
	margin: 0;
	padding: 0;
}
#TB_closeWindowButton {
	display: block;
	height: 42px;
	width: 42px;
	position: absolute;
	top: -31px;
	left: -831px!important;
	text-indent: -3000em;
	background:url(images/close-btn.gif) top left no-repeat;
}

#TB_closeWindowButton:hover {
	background:url(images/close-btn.gif) bottom left no-repeat;
}
#TB_ajaxWindowTitle {
	height: 0;
}
#TB_title {
	display: inline;
	width: 0;
	height:0;
	padding: 0;
	margin: 0;
	background-color: #44301e;
}
#TB_ajaxContent {
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:hidden;
	text-align:left;
	line-height:1.4em;
}
#TB_ajaxContent.TB_modal {
	padding:15px;
}
#TB_ajaxContent p {
	padding:5px 0px 5px 0px;
}
#TB_load {
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
#TB_HideSelect {
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	/*	filter:alpha(opacity=0);
	-moz-opacity: 0;*/
	opacity: 0;
	height:100%;
	width:100%;
}
#TB_iframeContent {
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
}
#TB_next {
	position:relative;
	display: block;
	height: 42px;
	width: 42px;
	text-indent: -3000em;
	background:url(images/next.gif) top left no-repeat;
	cursor:pointer;
	float:right;
}
#TB_prev {
	position:relative;
	display: block;
	height: 42px;
	width: 42px;
	text-indent: -3000em;
	float:left;
	background:url(images/prev.gif) top left no-repeat;
	cursor:pointer;
}
#content h2 {
	position:relative;
	font-weight: normal;
	text-align: left;
	color:#FFF!important;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:28px;
	font-weight:bold;
	display:block;
	margin-bottom:15px;
	display:block;
	margin-bottom:15px;
	line-height:30px;
}
body.page-template-thickbox-template-php #content {
	position:relative;
	padding:15px;
}
#TB_ImageOff img {
	float: left;
	margin-top: -109px;
	margin-left: -8px;
}
body.page-template-thickbox-template-php #portfolio-img {
	position:relative;
	float:left;
	width:400x;
	padding:0px;
	margin:0px;
	height:400px;
	overflow:hidden;
	margin-bottom:8px;
	border:#8fc400 solid 6px;
}
body.page-template-thickbox-template-php #portfolio-img img {
	margin:0px;
	padding:0px;
	border:none;
}
body.page-template-thickbox-template-php #caption-text {
	position:relative;
	float:left;
	width: 290px;
	margin:0;
	padding:0px 15px 0 15px;
	font-size: 0.95em;
	line-height: 1.8em;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:14px;
	color:#321931;
}
#caption-text strong {
	color:#9ccdf7;
}
#thickbox-nav {
	position:relative;
	height: 42px;
	width:770px;
	clear:both;
}
.next-btn {
	position:relative;
	width:325px;
	float:right;
	color:#ff00cc;
	font-size:14px;
	font-weight:bold;
	text-align:right;
}
.prev-btn {
	position:relative;
	width:325px;
	float:left;
	color:#ff00cc;
	font-size:14px;
	font-weight:bold;
	text-align:left;
}
.next-btn a, .prev-btn a {
	color:#0CC!important;
	font-size:14px;
	font-weight:normal;
}
/*
    anythingSlider v1.2
    
    By Chris Coyier: http://css-tricks.com
    with major improvements by Doug Neiner: http://pixelgraphics.us/
    based on work by Remy Sharp: http://jqueryfordesigners.com/
*/
/*.anythingSlider {
	width: 780px;
	height: 600px;
	position: relative;
	margin: 0 auto 15px;
}
.anythingSlider .wrapper {
	width: 700px;
	overflow: auto;
	height: 600px;
	margin: 0 30px;
	position: absolute;
	top: 0;
	left: 0;
}*/
/* Width below is max for Opera */
/*.anythingSlider .wrapper ul {
	width: 32700px;
	list-style: none;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding:0px;
}
.anythingSlider .wrapper ul li {
	display: block;
	float: left;
	padding: 0;
	height: 560px;
	width: 700px;
	margin: 0;
}
.anythingSlider .arrow {
	display: block;
	height: 48px;
	width: 48px;
	background:#fff;
	text-indent: -9999px;
	position: absolute;
	top: 150px;
	cursor: pointer;
}
.anythingSlider .forward {
	right: 0px;
	background:url(images/next.gif) top left no-repeat;
	
}
.anythingSlider .back {
	left: 0px;
	background:url(images/prev.gif) top left no-repeat;
}
.anythingSlider .forward:hover {*/
	/*background-position: 0 -200px;*/
/*}
.anythingSlider .back:hover {*/
	/*background-position: -67px -200px;*/
/*}
.thumbNav {
	position: relative;
	top: 323px;
	text-align: center;
}
.thumbNav li {
	display: inline;
}
.thumbNav a {
	color: black;
	font: 11px/18px Georgia, Serif;
	display: inline-block;
	padding: 2px 8px;
	height: 18px;
	margin: 0 5px 0 0;
	background:;
	text-align: center;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
.thumbNav a:hover {
	background-image: none;
}
.thumbNav a.cur {
	background: #e0a213;
}
.start-stop {
	z-index: 10;
	background: green;
	background-image: url(../images/cellshade.png);
	background-repeat: repeat-x;
	color: white;
	padding: 2px 5px;
	width: 40px;
	text-align: center;
	position: absolute;
	right: 45px;
	top: 323px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	display:none;
	border:1px solid blue;
}
.start-stop.playing {
	background-color: red;
}
.start-stop:hover {
	background-image: none;
}*/
/*
  Prevents
*/
/*.anythingSlider .wrapper ul ul {
	position: static;
	margin: 0;
	background: none;
	overflow: visible;
	width: auto;
	border: 0;
}
.anythingSlider .wrapper ul ul li {
	float: none;
	height: auto;
	width: auto;
	background: none;
}*/
/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable {
	/* required settings */
	position:relative;
	overflow:hidden;
	width: 800px;
	height:600px;
	margin:0 auto;/* custom decorations */

}
/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable .items {
	/* this cannot be too large */
	height:20000em;
	position:absolute;
	clear:both;
}
.items div.item {
	position:relative;
	float:left;
	width:760px;
	height:560px;
	padding:20px;
}
/* this makes it possible to add next button beside scrollable */
.scrollable {
	float:left;
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
	position:absolute;
	display:block;
	width:48px;
	height:48px;
	margin: 10px;
	cursor:pointer;
	font-size:1px;
}
/* right */
a.right {
	background:url(images/down-btn.gif) top left no-repeat;
	width:42px;
	height:42px;
	right:0px;
	top:500px;
}

a.right:hover {
	background-position:bottom left;
	
}
/* left */
a.left {
	right:0px;
	top:25px;
	background:url(images/up-btn.gif) top left no-repeat;
	width:42px;
	height:42px;
}
a.left:hover {
	background-position:bottom left;
}
/* up and down */
a.up, a.down {
	background:url(../img/scrollable/arrow/vert_large.png) no-repeat;
	float: none;
	margin: 10px 50px;
}
/* up */
a.up:hover {
	background-position:-30px 0;
}
a.up:active {
	background-position:-60px 0;
}
/* down */
a.down {
	background-position: 0 -30px;
}
a.down:hover {
	background-position:-30px -30px;
}
a.down:active {
	background-position:-60px -30px;
}
/* disabled navigational button */
a.disabled {
	visibility:hidden !important;
}

.next, .prev{
	cursor:pointer;
}

#screen{
	position:relative;
	width: 760px;
	height:580px;
}
	#screen .next, #screen .prev{
		position:absolute;
		top:525px;
		width:48px;
		height:48px;
	}
	#screen .prev{
		left:10px;
		border:1px solid blue;
		background:url(images/prev.gif) top left no-repeat;
	}
	#screen .next{
		right:10px;
		border:1px solid green;
		background:url(images/next.gif) top left no-repeat;
	}
	#navigation{
		width:600px;
		text-align:center;
		margin-left:62px;
		display:none;
	}
		#navigation ul{
			margin-left:55px !important;
			margin-left:35px;
		}
			#navigation li{
				float:left;
				margin:0 20px;
				padding:10px 20px;
				background-color:#EEE;
			}
				#navigation a{
					color:#933;
					font-weight:bolder;
					text-decoration:none;
				}
	
#sections{
	overflow:hidden;
	width:760px;
	height:850px;
	clear:left;

}
	
	#sections ul{
		width:36609px;
	}
	
		#sections li{
			float:left;
			padding:0px;
			list-style:none;
		}
			
		/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/			
#colorbox, #cboxOverlay, #cboxWrapper {
	position:absolute;
	top:0;
	left:0;
	z-index:9999;
	overflow:hidden;
}
#cboxOverlay {
	position:fixed;
	width:100%;
	height:100%;
}
#cboxMiddleLeft, #cboxBottomLeft {
	clear:left;
}
#cboxContent {
	position:relative;
	overflow:hidden;
}
#cboxLoadedContent {
	overflow:hidden!important;

}
#cboxLoadedContent iframe {
	display:block;
	width:100%;
	height:100%;
	border:0;

}
#cboxTitle {
	margin:0;
}
#cboxLoadingOverlay, #cboxLoadingGraphic {
	position:absolute;
	top:0;
	left:0;
	width:100%;
}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
	cursor:pointer;
}
/* 
    ColorBox example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay {
	background:#000;
}
#colorbox {
	background:url(images/thickbox-bg-repeat.jpg) top left repeat-x #000;
	border: 9px solid #3e669b;
}
#cboxTopLeft {


}
#cboxTopCenter {


}
#cboxTopRight {


}
#cboxBottomLeft {

	
}
#cboxBottomCenter {

	
}
#cboxBottomRight {


}
#cboxMiddleLeft {

}
#cboxMiddleRight {


}
#cboxContent {
	background:url(images/thickbox-bg.jpg) top left repeat-x;
	
}
#cboxLoadedContent {
	margin-bottom:5px;
}
#cboxLoadingOverlay {
	background:url(/colorbox/images/loading_background.png) center center no-repeat;
}
#cboxLoadingGraphic {
	background:url(/colorbox/images/loading.gif) center center no-repeat;
}
#cboxTitle {
	position:absolute;
	bottom:-25px;
	left:0;
	text-align:center;
	width:100%;
	font-weight:bold;
	color:#7C7C7C;
}
#cboxCurrent {
	position:absolute;
	bottom:-25px;
	left:58px;
	font-weight:bold;
	color:#7C7C7C;
	display:none;
}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
	position:absolute;
	top:0px;
	width:42px;
	height:42px;
	text-indent:-9999px;
	z-index:9999;
}
#cboxPrevious {
	left:0px;
	background-position: -51px -25px;
	border:red;
}
#cboxPrevious.hover {
	background-position:-51px 0px;
}
#cboxNext {
	left:27px;
	background-position:-75px -25px;
	border:green;
}
#cboxNext.hover {
	background-position:-75px 0px;
}

#cboxClose {
	right:0px;

	background:url(images/close-btn.gif) top left no-repeat
}


#cboxClose.hover {
	background-position:bottom left;
}
.cboxSlideshow_on #cboxSlideshow {
	background-position:-125px 0px;
	right:27px;
}
.cboxSlideshow_on #cboxSlideshow.hover {
	background-position:-150px 0px;
}
.cboxSlideshow_off #cboxSlideshow {
	background-position:-150px -25px;
	right:27px;
}
.cboxSlideshow_off #cboxSlideshow.hover {
	background-position:-125px 0px;
}
