/* Reset everything */
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, 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 {
	background: transparent;
	border: 0;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	}
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }

/* Style Tags */
body {
	background: #f7f7f7;
	color: #333;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 1.5;
	}
body.mceContentBody {
	background:#f5f5f5;
	padding:10px;
	}
a, a:visited, a:hover { color:#DDAF00; text-decoration:none; }
a:hover { color:#ffc900; }
a img { border:0; }
h1, h2, h3, h4, h5, h6 {padding:0 0 8px;}
h2 { font-size:20px; }
h3 { font-size:18px; }
h4 { font-size:14px; }
h5 { font-size:12px; }
h6 { font-size:10px; }
p { margin-bottom:10px; }
ul, ol { list-style:circle; margin-bottom:10px; padding-left:30px; }
ol { list-style:decimal; }


/* Helper Tags */
.hide, hr {display: none;}
.left {float: left;}
.right {float: right;}
.txtBlock {padding: 10px 0;}
.txtBig {font-size: 125%;}


/* Layout */
#container {
	-moz-border-radius: 15px; -webkit-border-radius: 15px;
	-moz-box-shadow: 0 0 10px #ddd;
	-webkit-box-shadow: 0 0 10px #ddd;
	box-shadow: 0 0 10px #ddd;
	background: #fff;
	border: 1px solid #ddd;
	margin: 50px auto;
	padding: 19px;
	width: 920px;
	}

.container:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

.inner-wrap, .inner-wrap-first {
	background: #f5f5f5;
	margin: 10px 0;
	overflow: hidden;
	padding: 30px;
	}
.inner-wrap {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	}
.inner-wrap-first {
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	margin-top:0;
	}

#header { position: relative; z-index: 100;}

	#bcLogo {
		background:url(../images/logo-brooke-courtney.png) no-repeat 0 0;
		display: block;
		height: 180px;
		position: absolute;
		right: 6px;
		text-indent: -7777px;
		top: -30px;
		width: 172px;
		z-index: 100;
		}
	#searchBox {
		background:url(../images/search_bg.gif) no-repeat 0 0;
		height:19px;
		position:absolute;
		right:222px;
		top:10px;
		width:158px;
		}
		#searchButton {
			height:19px;
			left:0;
			position:absolute;
			top:0;
			width:23px;
			}
			#searchButton input {
				border:0;
				cursor:pointer;
				height:19px;
				margin:0;
				padding:4px 0;
				width:23px;
				
				-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
				filter: alpha(opacity=0);
				-moz-opacity:0;
				-khtml-opacity:0;
				opacity:0;
				}
		#searchField {
			height:19px;
			left:25px;
			position:absolute;
			top:0;
			width:133px;
			}
			#searchField input {
				background-color:transparent;
				border:0;
				color:#000;
				font-size:11px;
				height:19px;
				line-height:19px;
				margin:0;
				padding:0;
				width:125px;
				}
	
	#mainNav {
		border-bottom: 1px solid #eee;
		font-size: 16px;
		line-height: 1;
		list-style: none;
		margin: 0 0 10px;
		overflow: hidden;
		padding: 0 0 15px;
		width: 100%;
		}
	
	#mainNav li {
		float: left;
		margin-right: 10px;
		}
	
	#mainNav li a {
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		color: #222;
		display: block;
		line-height: 1;
		padding: 10px 15px;
		}

	#mainNav li a:hover {
		background: #f7f7f7;
		color: #333;
		}

	#mainNav li.active a {
		background: #ffc900;
		border-bottom-color: transparent;
		color: #fff;
		font-weight: bold;
		text-shadow: 1px 1px 0px rgba(0,0,0,.3);
		}

#body {
	overflow: hidden;
	width: 100%;
	}

#footer {
	border-top: 1px solid #eee;
	font-size: 11px;
	margin-top: 20px;
	overflow: hidden;
	padding-top: 20px;
	width: 100%;
	}

#footer ul {
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
	}

#footer span,
#footer li {
	border-right: 1px solid #eee;
	float: left;
	margin-right: 15px;
	padding-right: 15px;
	}

#footer span,
#footer li.last {
	border: 0;
	padding: 0;
	}

#footer a {
	border-bottom: 1px solid transparent;
	color: #ddaf00;
	font-weight: bold;
	}

#footer a:hover {
	border-bottom-color: #ffea99;
	color: #ffc900;
	}

/* Home Page */
.bigPic {
	line-height: 1;
	margin-bottom: 10px;
	}

#homeBtns {
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
	}

#homeBtns li {
	float: left;
	margin: 0 10px;
	width: 300px;
	}

#homeBtns li.first,
#homeBtns li.last {margin: 0;}

#homeBtns li a {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: #eebc00;
	background-image: -moz-linear-gradient(100% 100% 90deg, #ffab00, #eebc00);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eebc00), to(#ffab00));
	border: 2px solid #e9b800;
	color: #fff;
	display: block;
	font-size: 30px;
	font-weight: bold;
	height: 100px;
	letter-spacing: -1px;
	line-height: 100px;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(0,0,0,.25);
	}

#homeBtns li a:hover {opacity: .85;}


/* Portfolio */
.ui-tabs-hide {display: none;}

#folio_nav {
	border-bottom: 1px solid #ddd;
	margin: -20px -20px 10px;
	overflow: hidden;
	width: 685px;
	}

#folio_tabs {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#folio_tabs li {float: left;}
#folio_tabs li a {
	display: block;
	font-size: 11px;
	font-weight: bold;
	line-height: 1;
	padding: 10px;
	}
#folio_tabs li a:hover {background: #eee;}
#folio_tabs li a.active,
#folio_tabs li.ui-tabs-selected a {
	color: #fff;
	background: #222;
	}


#view_switcher {
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	background-color: #ddd;
	background-image: -moz-linear-gradient(100% 100% 90deg, #fff, #ddd);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ddd), to(#fff));
	border: 1px solid #ccc;
	font-size: 10px;
	font-weight: bold;
	line-height: 1;
	list-style: none;
	margin: 0;
	padding: 1px;
	}

#view_switcher li.ui-tabs-selected {
	background-color: #333;
	background-image: -moz-linear-gradient(100% 100% 90deg, #222, #444);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#444), to(#222));
	}

#view_switcher li.ui-tabs-selected a {color: #ddd;}

#view_switcher li.first {
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	}

#view_switcher li.last {
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	}

ul#view_switcher li a {
	color: #666;
	display: block;
	padding: 5px 10px;
	}

#folio_wrap {
	overflow: hidden;
	width: 860px;
	}
	
	/* FOLIO SETS */
	.set_thumb {
		float: left;
		display: inline;
		width: 270px;
		height: 183px;
		margin: 7px;
		background: #fff;
		border: 1px solid #ddd;
		}
		.set_thumb a,
		.set_thumb a:active,
		.set_thumb a:visited {
			color: #fff;
			font-weight: bold;
			text-decoration: none !important;
			display: block;
			width: 272px;
			height: 185px;
			position: relative;
			}
		.set_thumb a:hover {color: #fff !important;}
		.set_thumb p {
			position: absolute;
			bottom: 16px;
			left: 4px;
			line-height: 1;
			margin: 0;
			padding: 10px;
			background: #000;
			background: rgba(0,0,0,.75);
			text-shadow: 1px 1px 0 rgba(0,0,0,0.3)
			}
		.set_thumb a:hover p {background: #DDAF00;}
		.set_thumb img {
			position: absolute;
			top: 4px;
			left: 4px;
			}

	/* FOLIO THUMB VIEW */
		#thumb_view a {
			float: left;
			display: inline;
			display: block;
			width: 110px;
			height: 110px;
			margin: 5px;
			border: 1px solid #ddd;
			background: #fff;
			overflow: hidden;
			}
		#thumb_view a:hover {border: 1px solid #ccc;}
		#thumb_view a img {
			padding: 5px;
			}

		/* FOLIO GALLERY VIEW */
		#gallery_view .gallery {
			padding: 4px;
			border: 1px solid #ddd;
			background: #fff;
			position: relative;
			width: 848px;
			height: 565px;
			margin: 0 auto;
			overflow: hidden;
			}
			.slider {height: 565px !important;}
			.gallery .gallery_nav {
				position: absolute;
				top: 0px;
				left: 0px;
				width: 100%;
				height: 565px;
				z-index: 100;
				}
				.gallery_nav a.prev {
					float: left;
					width: 50%;
					height: 565px;
					display: block;
					text-indent: -7777px;
					}
				.gallery_nav a.next {
					float: right;
					width: 50%;
					height: 565px;
					display: block;
					text-indent: -7777px;
					}
				.gallery_nav a:hover.prev {background: url('../images/navL.gif') no-repeat left center;}
				.gallery_nav a:hover.next {background: url('../images/navR.gif') no-repeat right center;}


/* FAQ's */
.qa {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: #f5f5f5;
	margin: 10px 0;
	padding: 30px;
	}

.question h4,
.answer h4 {
	color: #ddd;
	float: left;
	font-size: 50px;
	font-weight: bold;
	line-height: 1;
	padding: 0;
	width: 10%;
	}

.question div,
.answer div {
	color: #666;
	float: left;
	width: 90%;
	}

.question,
.answer {
	overflow: hidden;
	width: 100%;
	}

	.question div {
		color: #DDAF00;
		font-size: 35px;
		font-weight: lighter;
		line-height: 1.1;
		padding-top: 5px;
		width: 70%;
		}

.answer {
	border-top: 1px dashed #ddd;
	margin-top: 15px;
	padding-top: 15px;
	}

.answer p {font-size: 110%;}


/* Blog */
ul.blogTabs {
	height:40px;
	list-style-type:none;
	margin:0;
	padding:0;
	}
	ul.blogTabs li {
		float:left;
		height:40px;
		margin-right:4px;
		}
		ul.blogTabs li a, ul.blogTabs li a:visited, ul.blogTabs li a:hover {
			display:block;
			color:#999;
			font-size:14px;
			font-weight:bold;
			height:40px;
			line-height:40px;
			margin-right:4px;
			padding:0 15px;
			}
		ul.blogTabs li a:hover {
			color:#000;
			}
		ul.blogTabs li.active a, ul.blogTabs li.active a:visited, ul.blogTabs li.active a:hover {
			background-color:#f5f5f5;
			color:#000;
			-webkit-border-top-left-radius: 8px;
			-webkit-border-top-right-radius: 8px;
			-moz-border-radius-topleft: 8px;
			-moz-border-radius-topright: 8px;
			border-top-left-radius: 8px;
			border-top-right-radius: 8px;
			}
.blog-title {
	font-size: 35px;
	font-weight: lighter;
	line-height: 1.1;
	padding-bottom: 5px;
	width: 80%;
	}

.blog-entry img {
	max-width: 860px;
	}

.blog-meta {
	border-bottom: 1px dashed #ddd;
	color: #999;
	font-size: 11px;
	padding-bottom: 5px;
	}

.blog-footer {
	padding-top: 10px;
	overflow: hidden;
	width: 100%;
	}

.blog-footer a {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #eebc00;
	background-image: -moz-linear-gradient(100% 100% 90deg, #ffab00, #eebc00);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eebc00), to(#ffab00));
	border: 2px solid #e9b800;
	color: #fff;
	display: inline-block;
	font-size: 13px;
	font-weight: bold;
	padding: 5px 10px;
	text-shadow: 1px 1px 1px rgba(0,0,0,.25);
	}

.blog-footer a:hover {opacity: .85;}

/* Comments */
.comments-wrap h3 {
	border-bottom: 3px solid #eee;
	font-size: 35px;
	font-weight: lighter;
	line-height: 1;
	}

.comment {
	border-bottom: 1px dashed #ddd;;
	overflow: hidden;
	padding: 20px 0;
	width: 100%;
	}

.comment-sub {
	color: #999;
	float: left;
	font-size: 11px;
	text-align: right;
	width: 17%;
	}

	.comment-sub h6 {padding: 0;}

.comment-main {
	color: #666;
	float: right;
	width: 80%;
	}

.form-row {
	overflow: hidden;
	padding-top: 10px;
	width: 100%;
	}

label.comment-sub {
	font-size: 13px;
	padding: 9px 0;
	}

input[type="text"],
textarea {
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	background: #fff;
	border: 2px solid #ddd;
	color: #999;
	font-family: inherit;
	font-size: 13px;
	padding: 7px;
	}

textarea {height: 150px; width: 65%;}

input:focus,
textarea:focus {border-color: #ffea99;}

input[type="button"], input[type="submit"] {
	background-color: #555;
	background-image: -moz-linear-gradient(100% 100% 90deg, #444, #666);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#666), to(#444));
	border: 2px solid #555;
	color: #fff;
	cursor:pointer;
	font-size: 13px;
	font-weight: bold;
	text-shadow: 1px 1px 1px rgba(0,0,0,.25);
	width: auto;
	}

/* Search Result Styles */
.searchResults {
	font:12px Verdana,Arial,Helvetica; 
	line-height:1.5em;
	}
	.searchResults a, .searchResults a:visited, .searchResults a:hover {
		font:12px Verdana,Arial,Helvetica; 
		line-height:1.5em;
		}
	.searchResults a.title, .searchResults a.title:visited, .searchResults a.title:hover {
		font:bold 14px Verdana,Arial,Helvetica; 
		}
	.searchResults div.url {
		color:#060;
		}
	.searchResults div.description {
		width:500px;
		}
	.searchResults div#result_report {
		font:11px Verdana,Arial,Helvetica;
		margin-bottom:20px;
		color:#999;
		}
	.searchResults div#powered_by {
		padding:15px;
		text-align:right;
		}

/* SammyK */
#blogLoading {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background:#f5f5f5 url(../images/loading.gif) no-repeat center center;
    display:none;
    height:25px;
    }
#centerbox { height:605px; overflow:hidden; width:920px; }
/* Disqus */
#disqus_thread h3 { margin-bottom:20px; }
#dsq-comments-title { padding-top:40px !important; }
/* Shadowbox */
#sb-container,#sb-wrapper{text-align:left;}#sb-container,#sb-overlay{position:absolute;top:0;left:0;width:100%;margin:0;padding:0;}#sb-container{height:100%;display:none;visibility:hidden;z-index:999;}body>#sb-container{position:fixed;}#sb-container>#sb-overlay{height:100%;}#sb-wrapper{position:relative;}#sb-wrapper img{border:none;}#sb-body{position:relative;margin:0;padding:0;overflow:hidden;border:1px solid #303030;}#sb-body-inner{position:relative;height:100%;}#sb-content.html{height:100%;overflow:auto;}#sb-loading{position:absolute;top:0;width:100%;height:100%;text-align:center;padding-top:10px;}#sb-body,#sb-loading{background-color:#060606;}#sb-title,#sb-info{position:relative;margin:0;padding:0;overflow:hidden;}#sb-title-inner,#sb-info-inner{position:relative;font-family:'Lucida Grande',Tahoma,sans-serif;line-height:16px;}#sb-title,#sb-title-inner{height:26px;}#sb-title-inner{font-size:16px;padding:5px 0;color:#fff;}#sb-info,#sb-info-inner{height:20px;}#sb-info-inner{font-size:12px;color:#fff;}#sb-nav{float:right;height:16px;padding:2px 0;width:45%;}#sb-nav a{display:block;float:right;height:16px;width:16px;margin-left:3px;cursor:pointer;}#sb-nav-close{background-image:url(../javascript/shadowbox/close.png);background-repeat:no-repeat;}#sb-nav-next{background-image:url(../javascript/shadowbox/next.png);background-repeat:no-repeat;}#sb-nav-previous{background-image:url(../javascript/shadowbox/previous.png);background-repeat:no-repeat;}#sb-nav-play{background-image:url(../javascript/shadowbox/play.png);background-repeat:no-repeat;}#sb-nav-pause{background-image:url(../javascript/shadowbox/pause.png);background-repeat:no-repeat;}#sb-counter{float:left;padding:2px 0;width:45%;}#sb-counter a{padding:0 4px 0 0;text-decoration:none;cursor:pointer;color:#fff;}#sb-counter a.sb-counter-current{text-decoration:underline;}div.sb-message{font-family:'Lucida Grande',Tahoma,sans-serif;font-size:12px;padding:10px;text-align:center;}div.sb-message a:link,div.sb-message a:visited{color:#fff;text-decoration:underline;}

/* Thickbox */
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#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=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	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 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#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%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

