/* 
	CSS Reset 
*/

html
{
	margin:0;
	padding:0;
	border:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
 font-family: 'Arial';
	vertical-align:baseline;
}
body 
{
	line-height:1.5;
}
blockquote:before, blockquote:after, q:before, q:after 
{
	content:"";
}
blockquote, q 
{
	quotes:"" "";
}
a img 
{
	border:none;
}

* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */
.flexcroll {height:280px; overflow: auto; overflow-x: hidden;}
.scrollgeneric {line-height: 1px;font-size: 1px;position: absolute;top: 0; left: 0;}

.vscrollerbase {
width: 15px;
background: url('kitchen-scroll3.png') 0px 0px repeat-y;
}
.vscrollerbar {
width: 15px;
background: url('kitchen-scroll3.png') -15px 0px repeat-y;
}

.vscrollerbar, .hscrollerbar {
padding: 10px;
z-index: 2;
}
.vscrollerbarbeg {
background: url('kitchen-scroll3.png') -45px -30px no-repeat;
width: 15px;
height: 15px !important;
}
.vscrollerbarend {
background: url('kitchen-scroll3.png') -45px 0px no-repeat;
width: 15px;
height: 15px;
}
.hscrollerbarbeg {
background: url('kitchen-scroll3.png') -60px -15px no-repeat;
height: 15px;
width: 15px !important;
}
.hscrollerbarend {
background: url('kitchen-scroll3.png') -30px -15px no-repeat;
height: 15px;
width: 15px;
}

.vscrollerbasebeg {
background: url('kitchen-scroll3.png') -30px -30px no-repeat;
width: 15px;
height: 15px !important;
}
.vscrollerbaseend {
background: url('kitchen-scroll3.png') -60px -30px no-repeat;
height: 15px;
width: 15px;
}
.hscrollerbasebeg {
background: url('kitchen-scroll3.png') -60px 0px no-repeat;
height: 15px;
width: 15px !important;
}
.hscrollerbaseend {
height: 15px;
width: 15px;
background: url('kitchen-scroll3.png') -30px 0px no-repeat;
}
.scrollerjogbox:hover {
background: url('kitchen-scroll3.png') -45px -15px;
}
/* Scroll Bar Master Styling Ends Here */

#page_content_wrapper p {
padding-top:0em;
padding-bottom:1.0em;
}

/*
	Global Layout
*/


@font-face {
    font-family: 'Arial';
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Arial';
    font-weight: normal;
    font-style: normal;
}

html
{
	overflow-x: hidden;
	height:100%;
}

body
{
	background: #000;
	font-size: 13px;
	font-family: Arial,"helvetica neue",Helvetica,Verdana,sans-serif;
	padding: 0;
	margin: 0;
	color: #555;
	height:100%;
}

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

hr
{
	height: 1px;
	border: 0;
	border-top: 1px solid #eeeeee;
	background: transparent;
	margin: auto;
	margin-bottom: 20px;
	width: 100%;
}

a
{
	color: #555;
	text-decoration: none;
}

a:hover
{
	color: #000;
	text-decoration: underline;
}

a:active
{
	color: #fff;
	background: #e6040c
	text-decoration: underline;
}

a.grey
{
	color: #555;
	text-decoration: none;
}

a:hover
{
	color: #000;
	text-decoration: underline;
}


h1
{
	font-size: 28px;
        font-family: 'Arial';
	margin:0px;
	padding:0px;
	letter-spacing:1px;
}

h2
{
	font-size: 23px;
	font-weight: normal;
        font-family: 'Arial';
	margin:0px;
	padding:0px;
}

#searchform label
{
	font-size: 20px;
	color: #222;
	display: block;
	margin-bottom: 10px;
	font-weight: normal;
        font-family: 'Arial';
}

#searchform input[type=text]
{
	width: 90%;
}

h3
{
	font-size: 22px;
	font-weight: normal;
        font-family: 'Arial';
}

h4
{
	font-size: 14px;
	font-weight: normal;
	color:#4d4d4d;
        font-family: 'Arial';
}

h5
{
	font-size: 14px;
	font-weight: normal;
        font-family: 'Arial';
}

h1, h2, h3, h5
{
	color: #555;
        font-family: 'Arial';
	font-weight:normal;
}


ul .jwts_tabbernav li{
	color: #4d4d4d;
        font-family: 'Arial';
}

.strong
{
	font-weight: bold;
}

.middle
{
	vertical-align: -30%;
}

pre, code, tt {font:13px 'arial', monospace;line-height:1.5;padding: 20px;display: block; overflow: auto; margin-top: 20px;
margin: 0 0 20px 0;
width:92%;
background: #f9f9f9;
	border: 0;
	color: #555;
	border-top: 1px solid #E1E1E1;
	border-left: 1px solid #E1E1E1;
	border-bottom: 1px solid #f0f0f0;
	border-right: 1px solid #f0f0f0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.clear
{
	clear: both;
}

img.mid_align
{ 
	vertical-align: middle;
	margin-right: 5px;
	border: 0;
}

label.error, .error
{
	font-size: 11px;
	color: #ff0000;
	display: block;
}

.with_bg
{
	background: #f9f9f9;
	border: 1px solid #eeeeee;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

img.frame
{

}

.frame_left
{
	padding: 5px;
 	float: left;
 	margin: 0 20px 10px 0;
 	text-align: center;
}

.frame_left .caption, .frame_right .caption, .frame_center .caption
{
	margin: 7px 0 2px 0;
	display: block;
	color: #999;
}

.frame_right
{
	padding: 5px;
 	float: right;
 	margin: 0 0 10px 20px;
 	text-align: center;
}

.frame_center
{
	padding: 5px;
 	margin: auto;
 	margin-top: 20px;
	margin-bottom: 20px;
 	text-align: center;
 	clear: both;
 	display: table;
}

.dropcap1
{
	display: block;
	float: left;
	margin: 0 8px 0 0;
	font-size: 24px;
	line-height: 40px;
	background: transparent url("../images/dropcap_bg.png") no-repeat top center;
	color: #fff;
	width: 40px;
	height: 40px;
	text-align: center;
}

blockquote
{
	padding-left: 60px;
	width: 90%;
	background: transparent url("../images/quote_bg.png") no-repeat top left;
	min-height: 50px;
	margin: 20px 0 20px 0;
}

blockquote h2
{
	font-weight: normal;
	font-size: 20px;
}

blockquote h3
{
	font-weight: normal;
	font-size: 18px;
}

.arrow_list, .check_list, .star_list
{
	margin-top: 15px;
}

.arrow_list li
{
	margin: 5px 0 0 20px;
	list-style-image: url("../images/arrow_li.png");
}

.check_list li
{
	margin: 5px 0 0 25px;
	list-style-image: url("../images/tick_button.png");
}

.star_list li
{
	margin: 5px 0 0 25px;
	list-style-image: url("../images/icon_star.png");
}

#respond
{
	width: 100%;
	float: left;
	margin: 0 0 40px 0;
}

#wrapper
{
	width: 100%;
	height:100%;
}

.logo_wrapper
{
	margin: 0 1px 0px 30px;
	display: block;
	float: left;
width:240px;
	padding: 0px;
background:none;
height:40px;
}

.arrow-down {
	float: left;
    width: 0;
    height: 0;
    margin-left: 30px;
    border-left: 62px solid transparent;
    border-right: 62px solid transparent;
    border-top: 40px solid #000;
}

.logo_wrapper img
{
	margin-top:10px;
}

#menu_wrapper
{
	width: 100%;
	margin:auto;
	z-index:999;
	float: left;
	display: none;
	background:url('../images/menu_wrapper_bg.png') repeat;
}

/*body.home
{
	left: -400px;
}*/

.nav, .subnav
{
	list-style: none;
	display: none;
	float: right;
margin:14px 30px 0px 0px;
	padding: 0px;
	height: 20px;
	
}

.subnav
{
	background: none;
}

.nav li
{
	display: block;
	float: left;
	margin: 0 0px 0 10px;
}


.nav li a
{
	text-transform:uppercase;
	color: #ccc;
	padding: 5px 0px 12px 20px;
	display: block;
	font-size: 14px;
	letter-spacing: 1px;
	color: #fff;
        font-family: 'Arial';
	text-decoration:none;
}

.nav li a:hover {color:#ccc;}

.nav li ul
{
	display: none;
	padding: 20px 0 10px 0;
	margin: -10px 0 10px -15px;
	list-style: none;
	position:absolute;
	padding: 10px;
	float: left;
	width: 164px;
z-index:999;
}

.nav li ul li ul
{
	display: none;
	padding: 0px 0 0px 0;
	margin: -51px 0 10px 180px;
	list-style: none;
	position:absolute;
	padding: 10px;
	float: left;
	width: 160px;

	z-index: 999;
}

.nav li ul li 
{
	width: 100%;
}

.nav li ul li a
{
	float: none;
	width: 100%;
	padding: 6px 0 0px 0;
}

.nav li ul li a
{
	height: auto;
}

.nav li.current-menu-parent ul
{
	display: none;
}

.nav li.current-menu-item > a  
{
	text-decoration:underline;
	color:#fff;
}

.nav li ul li.current-menu-item a
{
color:#000;
	text-decoration:underline;
}
.nav li.current-menu-item ul li a:hover, .nav li ul li a:hover, .nav li ul li:hover a {color:#000}

.nav li > a.hover, .nav li > a:active, .nav li.current-menu-parent {color:#fff}

ul.sub-menu {margin-left:-16px; font-size:12px; background:url('../images/sub-menu-bg.png') no-repeat; padding-top:12px;}

ul.sub-menu, ul.sub-menu li {color:#555;}


ul.sub-menu li a {
	color: #555;
	padding: 0px 10px;
	display: block;
	margin:0px;
	font-size: 14px;
	letter-spacing: 1px;
font-family: 'Arial';
text-transform:none;
text-decoration:none;
}

ul.sub-menu li a:hover, ul.sub-menu li a:active {color:#000;}

ul.sub-menu li ul.sub-menu{margin-left:140px; margin-top:-24px; font-size:12px; background:#fff url('images/none.jpg'); padding-top:0px;}
ul.sub-menu li ul.sub-menu li a {color:#555;}
ul.sub-menu li ul.sub-menu li a:hover {color:#000;}

ul.sub-menu li.current-menu-ancestor  ul.sub-menu li, ul.sub-menu li.current-menu-ancestor  ul.sub-menu li a {text-decoration:none;}

#footer
{
	width: 100%;
	z-index:999;
	border-top: 0px solid #eeeeee;
}

body.home #footer, body.page-template-template-gallery-flip-php #footer, body.page-template-template-gallery-f-php #footer
{
	display:none;
}

#copyright
{
	margin: 0px 0 0px 30px;
	float: left;
	width: 60%;
	font-size: 11px;
}

#content_wrapper
{
	width: 72%;
	float: left;
	margin: 0;
}

#page_content_wrapper
{
	width: 594px;
	padding:0px;
	padding-bottom: 20px;
	margin-top: 40px;
	margin-bottom:0px;
	margin-left: 30px;
	background: url('../images/white_box_bg.png') repeat;
	display: none;
	position: fixed;
	height:320px;
		overflow:scroll;
	overflow-x:hidden;
	bottom:0px;
	z-index:500;
}


#lower_menu_wrapper
{
	width: 305px;
	padding:0px;
	background:url('../images/menu_wrapper_bg.png') repeat;
	position: absolute;
	right:30px;
	height:40px;
	overflow:hidden;
	bottom:0px;
	z-index:1;
	padding:15px 0px 0px 5px;
	font-size: 12px;
}
#lower_menu_wrapper a {padding:0px 9px 0px 9px; color:#fff; font-family: 'Arial'; letter-spacing: 1px; font-size: 14px; text-decoration:none}

#lower_menu_wrapper a:hover {color:#ccc;}


#content_wrapper .inner
{
	padding:0px;
}

#page_content_wrapper .inner
{
	width: 580px;
	float: left;
	margin: 0 0 0 0;
	padding:0px;

}

#view_slideshow
{
	position: absolute;
	background: #000000;
	padding: 5px;
	font-size: 11px;
	top: 35px;
	right: 20px;
  	z-index: 3;
  	cursor: pointer;
}

#move_next
{
	position: fixed;
	width: 60px;
	height: 60px;
	bottom: 250px;
	right: 20px;
	z-index: 2;
	background: transparent url('../images/move_next.png') no-repeat center center;
	display: block;
}

#move_prev
{
	position: fixed;
	width: 60px;
	height: 60px;
	bottom: 250px;
	left: 20px;
	z-index: 2;
	background: transparent url('../images/move_prev.png') no-repeat center center;
	display: block;
}

.card.desc h1
{
	display: block;
	padding: 0 0 30px 0;
	border-bottom: 1px solid #ccc;
	margin: 0 0 30px 0;
}

#content_wrapper .card
{
	float: left;
	height: 600px;
	overflow: hidden;
	margin: 0;
}

#content_wrapper .card .title
{
	display: block;
	position: relative;
	top: -44px;
	padding: 10px 0 10px 15px;
	left: 0px;
	width: 80%;
	background: #000;
	font-size: 11px;
}

#content_wrapper .card .title h2
{
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	 font-family: Arial,"helvetica neue",Helvetica,Verdana,sans-serif;
}

#content_wrapper .card_content
{
	background: #999;
	color: #000;
	height:200px;
	top: -10px;
	position: relative;
	padding: 10px 15px 10px 15px;
}

#content_wrapper .card.desc
{
	float: left;
	padding: 30px 40px 30px 30px;
	width: 260px;
	background: transparent url('../images/kwicks_shadow.png') repeat-y center right;
}

.post_wrapper
{
	width: 100%;
	margin: -15px 0 50px 0;
}

.post_wrapper.single
{
	width: 100%;
	margin: 0;
}

.post_date
{
	width: 60px;
	height: 100px;
	margin-right: 20px;
	margin-top: 10px;
	float:left;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	background: transparent url('../images/bg_date.png') no-repeat;
}

.post_date .month
{
	width: 100%;
	font-size: 11px;
	text-align: center;
	margin-top: 8px;
}

.post_date .year
{
	width: 100%;
	font-size: 11px;
	text-align: center;
	margin-top: -10px;
}

.post_date .date
{
	width: 100%;
	font-size: 30px;
	text-align: center;
	margin-top: -10px;
}

.post_date .comments
{
	width: 100%;
	font-size: 11px;
	text-align: center;
	margin-top: 11px;
	font-weight: normal;
	text-shadow: 0 0 0;
}

.post_social
{
	width: 23%;
	float: left;
}

.facebook_button, .twitter-share-button
{
	float: left;
	margin-top: 12px;
}

.post_header
{
	width: 72%;
	float: left;
	margin-bottom: 10px;
	margin-top: 5px;
}

.post_header h3
{
	font-size: 26px;
}

.post_detail
{
	font-size: 11px;
	color: #999;
}

.post_excerpt
{
	width: 98%;
	margin:18px 0 0 0;
}

.post_header .post_detail, .recent_post_detail
{
	width: 80%;
	padding: 5px 10px 5px 0;
	float: left;
}

.post_detail_wrapper
{
	float: left;
	width:96%;
	margin: 0 0 10px 0;
}

#about_the_author
{
	width: 98%;
	float: left;
	background: #fff;
	border-bottom: 1px solid #ccc;
}

#about_the_author .header span
{
	display: block;
	padding: 10px 0 10px 20px;
	font-size: 14px;
}

#about_the_author .thumb
{
	width: 80px;
	float: left;
	margin: 20px 0 0 20px;
}

#about_the_author .thumb img
{
	padding: 3px;
	width: 50px;
}

#about_the_author .description
{
	width: 370px;
	float: left;
	padding: 20px 0 20px 0;	
}

.comment .left img.avatar
{
	width: 50px;
}

.comment
{
	width: 600px;
	padding-bottom: 20px;
	float: left;
}

.comment .left
{
	width: 60px;
	float: left;
}

.comment_arrow
{
	background: transparent url("../images/comment_arrow.png") no-repeat;
	width: 14px;
	height: 10px;
	float: left;
	position: relative;
	left: 5px;
	margin-top: 20px;
}

.comment .right
{
	width: 78%;
	float: left;
	padding: 14px 15px 10px 15px;
	background: #fff;
	border: 1px solid #E1E1E1;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.1);
	box-shadow: 0 1px 3px rgba(0,0,0,.1);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-top: -2px;
}

ul.children div.comment .right
{
	width: 69%;
}

.comment .right p
{
	margin: 0;
	padding: 0;
}

#content_wrapper ul.children
{
	list-style: none;
	margin: -40px 0 0px 74px;
	border-left: 1px solid #eeeeee;
	padding: 5px 20px 2px 0;
	float: left;
	width: 106%;
}

#content_wrapper ul.children ul.children
{
	margin-top: -10px;
	padding-bottom: 0;
	width: 83.5%;
}

.comment_wrapper
{
	float: left;
	margin-left: 25px;
	border-left: 1px solid #eeeeee;
}

.comment_date
{
	float: left;
	margin: 0 0 0 10px;
	background: #eeeeee;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 3px 5px 3px 5px;
	font-size: 10px;
}

ul.children .comment
{
	width: 100%;
	margin: 0;
	padding: 20px 0 10px 0;
	margin-top: 20px;
	margin-left: 55px;
	float: left;
}

ul.children .comment:last-child
{
	padding-top: 0;
	padding-bottom: 15px;
}

ul.children .comment:first-child
{
	padding-top: 10px;
	margin-top: 0px;
}

.arrow_list, .check_list, .star_list
{
	margin-top: 15px;
}

.arrow_list li
{
	margin: 5px 0 0 20px;
	list-style-image: url("../images/arrow_li.png");
}

.one_half
{
	float: left;
	width: 47%;
}

.one_half.last
{
	margin-left: 3%;
}

.one_half.gallery2
{
	overflow:hidden;
	position: relative;
    height: 300px;
}

.one_half.gallery2 .one_half_img
{
	height:340px;
	position: absolute;
}

.one_half.gallery2 .shadow
{
	width: 100%;
	height: 100%;
	background: transparent url('../images/gallery2_shadow.png') no-repeat;
	position: absolute;
	z-index: 9;
	display:none;
	cursor: pointer;
}

.one_half.gallery2 .shadow .zoom
{
	padding: 5px 15px 5px 15px;
	margin: auto;
	background: #000;
	font-size: 10px;
	color: #fff;
	display: inline-block;
	position: relative;
	top: 85%;
	left: 42%;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}

.one_third
{
	width: 30%;
	float: left;
	min-height: 50px;
	margin-right: 3%;
}

.one_third.last
{
	margin-right: 0;
}

.one_third.gallery3
{
	overflow:hidden;
	position: relative;
    height: 220px;
}

.one_third.gallery3 .one_third_img
{
	height:260px;
	position: absolute;
}

.one_third.gallery3 .shadow
{
	width: 100%;
	height: 100%;
	background: transparent url('../images/gallery3_shadow.png') no-repeat;
	position: absolute;
	z-index: 9;
	display:none;
	cursor: pointer;
}

.one_third.gallery3 .shadow .zoom
{
	padding: 5px 15px 5px 15px;
	margin: auto;
	background: #000;
	font-size: 10px;
	color: #fff;
	display: inline-block;
	position: relative;
	top: 80%;
	left: 37%;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}

.two_third
{
	float: left;
	width: 64%;
	margin-right: 3%;
}

.one_fourth
{
	width: 22%;
	float: left;
	margin-right: 3%;
	margin-bottom: 2%;
}

.one_fourth.last
{
	margin-right: 0;
}

.one_fourth.gallery4
{
	overflow:hidden;
	position: relative;
    height: 180px;
}

.one_fourth.gallery4 .one_fourth_img
{
	height:200px;
	position: absolute;
}

.one_fourth.gallery4 .shadow
{
	width: 100%;
	height: 100%;
	background: transparent url('../images/gallery4_shadow.png') no-repeat;
	position: absolute;
	z-index: 9;
	display:none;
	cursor: pointer;
}

.one_fourth.gallery4 .shadow .zoom
{
	padding: 5px 15px 5px 15px;
	margin: auto;
	background: #000;
	font-size: 10px;
	color: #fff;
	display: inline-block;
	position: relative;
	top: 80%;
	left: 33%;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}

.one_fifth
{
	width: 14%;
	float: left;
	margin-right: 6%;
	margin-bottom: 2%;
}

.one_fifth.last
{
	margin-right: 0;
}

.one_sixth
{
	width: 11%;
	float: left;
	margin-right: 6%;
	margin-bottom: 2%;
}

.one_sixth.last
{
	margin-right: 0;
}

.post_img
{
	overflow:hidden;
	position: relative;
	width: 575px;
    height: 240px;
}

.post_img img
{
	height:260px;
	position: absolute;
}

.post_img .shadow
{
	width: 100%;
	height: 100%;
	background: transparent url('../images/post_shadow.png') no-repeat;
	position: absolute;
	z-index: 9;
	display:none;
	cursor: pointer;
}

.post_img .shadow .zoom
{
	padding: 5px 15px 5px 15px;
	margin: auto;
	background: #000;
	font-size: 10px;
	color: #fff;
	display: inline-block;
	position: relative;
	top:75%;
	left: 40%;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}

.cufon.space
{
	margin-bottom: 15px;
}

#content_slider_wrapper
{
	width: 100%;
	height: 20px;
	background: transparent;
	position: fixed;
	bottom: 200px;
}

#content_slider
{
	width: 90%;
	height: 20px;
	background: transparent;
	margin: 0;
	cursor: pointer;
	position: relative;
}

#content_slider .ui-slider-handle
{
	width: 11%;
	background: transparent url('../images/000_slider.png') repeat center center;
	height: 20px;
	margin: 0;
	position: absolute;
	display: block;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}

#page_content_wrapper .inner .sidebar_content
{
	width: 540px;
	padding: 0px 0px 0px 0px;
	margin-top: 0px;
	float: left;
}

body.single #page_content_wrapper .inner .sidebar_content, body.page-template-blog-php #page_content_wrapper .inner .sidebar_content
{
	padding-bottom: 0px;
}

#page_content_wrapper .inner .sidebar_content.full_width
{
	width: 530px;
	margin: 8px 0px 0px 26px;
	padding-right:10px;
}

#page_content_wrapper .inner .sidebar_content.full_width p
{
	width: 96%;
	padding:0px;
	margin:0px 0px 12px 0px;
}

#page_content_wrapper .inner .sidebar_content.full_width hr
{
	width: 98%;
	margin-left: -5px;
}

#page_content_wrapper .inner .sidebar_wrapper
{
	width: 220px;
	float: left;
}

#page_content_wrapper .inner .sidebar_wrapper .sidebar
{
	width: 200px;
	float: left;
	margin-top: 10px;
	min-height: 300px;
}

#page_content_wrapper .inner .sidebar_wrapper .sidebar .content
{
	width: 100%;
	margin: 0px 10px 0 0px;
}

/*
	Input layout
*/

input[type=text], input[type=password], select
{
	padding: 4px 7px 3px;
	font-size: 12px;
	 font-family: Helvetica, Arial,Verdana,sans-serif;
	margin: 0;
	background: #fff;
	border: 0;
	color: #555;
border:1px solid #555;
}

input[type=text].blur, textarea.blur
{
	color: #999;
	font-style: italic;
}

label
{
	font-weight: bold;
	color: #797979;
}

textarea
{
	padding: 7px;
	font-size: 12px;
	color: #555;
	margin: 0;
	height: 200px;
	overflow: auto;
	background: #f9f9f9;
	 font-family: Helvetica, Arial,Verdana,sans-serif;
	border: 0;
	border-top: 1px solid #E1E1E1;
	border-left: 1px solid #E1E1E1;
	border-bottom: 1px solid #f0f0f0;
	border-right: 1px solid #f0f0f0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

input[type=submit], input[type=button], a.button
{
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 13px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	color: #ffffff;
	border: solid 1px #111111;
	background: #333333;
	background: -webkit-gradient(linear, left top, left bottom, from(#666666), to(#333333));
	background: -moz-linear-gradient(top,  #666666,  #333333);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#333333');
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

a.comment-reply-link
{
	margin-top: 10px;
	float:right;
	font-size: 10px;
}

a.button
{
	padding-top:8px;
}

input[type=submit].medium, input[type=button].medium, a.button.medium
{
	font: 14px/100% Arial, Helvetica, sans-serif;
}

input[type=submit].large, input[type=button].large, a.button.large
{
	font: 20px/100% Arial, Helvetica, sans-serif;
}

#cancel-comment-reply-link
{
	float: right;
	display: block;
	margin: 7px 20px 0 10px;
	font-size: 11px;
}

input[type=submit]:active, input[type=button]:active
{
	position: relative;
	top: 1px;
	left: 1px;
	background: #444444;
	background: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#777));
	background: -moz-linear-gradient(top,  #444444,  #777);
}


input[type=submit].left, input[type=button].left, a.button.left
{
	float: left;
}

input[type=submit].right, input[type=button].right, a.button.right
{
	float: right;
}

input[type=submit].center, input[type=button].center, a.button.center
{
	margin: auto;
}

.pagination {
	margin: 0 0 20px 0;
	padding: 10px 0 0 0;
	text-align: center;
}

.pagination a {
	padding: 5px 7px 5px 7px;
 	margin: 0 3px 0 3px;
}

#anything_slider, .slideshow
{
	width: 940px;
	height: 400px;
	margin: auto;
	position: relative;
	clear: both;
}

.slideshow
{
	margin: 0 0 15px 0;
}

#anything_slider .wrapper, .slideshow .wrapper{ 
	width: 939px; 
	overflow: hidden; 
	height: 400px; 
	margin: 0; 
	position: absolute; 
}

.slideshow .wrapper
{
	padding: 5px;
}

#anything_slider .wrapper ul, .slideshow .wrapper ul{ 
	width: 30000px; 
	list-style: none; 
	position: absolute; 
	top: 0; 
	left: 0; 
	margin: 0; 
}

#anything_slider ul li, .slideshow ul li { display: block; float: left; padding: 0; height: 391px; width: 959px; margin: 0; }

#anything_slider #start-stop, .slideshow #start-stop
{
	display: none;
}

#anything_slider .arrow, .slideshow .arrow
{
	position: relative;
	top: 450px;
	left: -813px;
	display:block;
	width: 40px;
	height: 40px;
	cursor: pointer;
	float: right;
	margin-right: 7px;
}

#anything_slider .arrow.forward, .slideshow .arrow.forward
{
	background: transparent url('../images/right_slide_nav.png') no-repeat;
	text-indent: -9999px;
}

#anything_slider .arrow.back, .slideshow .arrow.back
{
	background: transparent url('../images/left_slide_nav.png') no-repeat;
	text-indent: -9999px;
}

#anything_slider a.arrow:hover, .slideshow a.arrow:hover
{
  /* CSS3 standard */
  opacity:0.6;
}

.slideshow #thumbNav
{
	position: relative;
	clear: both;
	top: 94%;
}

/*@-moz-document url-prefix() { .slideshow #thumbNav { margin-top: 52% } } */

#thumbNav a{ 
	display:block;
	width: 14px;
	height: 14px;
	background: url(../images/slider_bullet_nav.png) no-repeat 0 -14px;
	border:0;
	margin-right: 3px;
	float: left;
	cursor: pointer;
	position: relative;
	top: 140px;
	left: 0;
	padding-right: 4px;
	cursor: pointer;
	color: transparent;
	text-indent: -9999px;
}

.slideshow #thumbNav a
{
	top: 0;
}

#thumbNav a:hover{ background-position: 0 0px; }
#thumbNav a.cur{ background-position: 0 0; }

.caption-left h3, .caption-right h3, .caption-bottom h3
{
	color: #b11623;
	line-height: 0.9em;
	text-transform: uppercase;
	font-size: 40px;
	padding-top: 25px;
	letter-spacing: -2px;
	display: none;
}
.caption-left p, .caption-right p, .caption-bottom p
{
	color: #fff;
	margin: 10px 0 0 3px;
}

@-moz-document url-prefix() { .caption-left p, .caption-right p, .caption-bottom p { margin-top: 30px } } 

.caption-left
{
	background: #000;
	width: 300px !important;
	position: relative;
	top: -200px;
	padding: 0 12px 20px 15px;
	z-index: 999;
	display: none;
}

.caption-right
{
	width: 300px;
	background: transparent;
	position: relative;
	left: 612px;
	padding: 0 12px 20px 15px;
	top: -200px;
	z-index: 999;
	display: none;
}

#page_content_wrapper ul
{
	margin: 0px 0 10px 20px;
}

#page_content_wrapper ul.flickr
{
	margin: 0 0 10px 0;
}

#page_content_wrapper ul.flickr li img
{
	width: 70px;
}

#page_content_wrapper .sidebar .content .posts.blog li img, #page_content_wrapper .posts.blog li img
{
	float: left;
	margin: 0 10px 2px 0;
	padding: 3px;
 	width: 50px;
}

#page_content_wrapper .sidebar .content .sidebar_widget, #page_content_wrapper .sidebar .content .posts.blog
{
	list-style: none;
	margin-left: 0;
	padding: 0;
}

#page_content_wrapper .sidebar .content .posts.blog li
{
	padding: 0 0 10px 0;
}

#page_content_wrapper .sidebar .content .sidebar_widget li
{
	margin: 30px 0 0 0;
	padding: 0;
}

#page_content_wrapper .sidebar .content .sidebar_widget li h2
{
	font-size: 20px;
	display: block;
	text-align: left;
}

#page_content_wrapper .sidebar .content .sidebar_widget li:first-child
{
	margin: 0;
}

#page_content_wrapper .sidebar .content .sidebar_widget li ul
{
	list-style: none;
	padding: 10px 0 0 0;
	margin: 0 0 15px 0;
}

#page_content_wrapper .sidebar .content .sidebar_widget li ul li
{
	padding: 0 0 10px 0;
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom: 0px solid #eeeeee;
}

#page_content_wrapper .sidebar .content .sidebar_widget li ul li:first-child
{
	border-top: 1px solid #eeeeee;
	padding-top: 10px;
}

#page_content_wrapper table#wp-calendar
{
	background: #000;
	color: #999;
	border: 1px solid #eeeeee;
	margin-bottom: 30px;
	font-size: 1.1em;
	width: 100%;
}

#page_content_wrapper table#wp-calendar a
{
	color: #fff;
	font-weight: bold;
}

#page_content_wrapper table#wp-calendar caption
{
        font-family: 'Arial';
	margin-bottom: 10px;
	color: #F8C100;
	text-transform: uppercase;
	text-align: left;
	font-size: 22px;
}

#page_content_wrapper table#wp-calendar tr th, #page_content_wrapper table#wp-calendar tr td
{
	padding: 0 8px 0 7px;
	border-bottom: 0;
}

table#wp-calendar tr th
{
	background: #333;
}

#page_content_wrapper table#wp-calendar tfoot tr
{
	display: none;	
}

#page_content_wrapper .sidebar .content .sidebar_widget li.widget_calendar h2, #searchsubmit
{
	display: none;
}

#page_content_wrapper .sidebar .content .sidebar_widget li ul.flickr
{
	list-style: none;
	margin: 5px 0 30px 0;
	float: left;
	display: block;
	padding: 0 0 3px 0;
}

#page_content_wrapper .sidebar .content .sidebar_widget li ul.flickr li, #content_wrapper .sidebar .content .sidebar_widget li ul.flickr li a
{
	display: block;
	float: left;
	margin: 0 10px 10px 0;
	padding: 0;
	border: 0;
}

#page_content_wrapper .sidebar .content .sidebar_widget li ul.flickr li img
{
	width: 55px;
}

#page_content_wrapper .sidebar .content .sidebar_widget li ul.twitter
{
	margin: 0;
	margin-top: 15px;
	list-style:none;
	font-size: 11px;
	padding: 0 0 3px 0;
}

#page_content_wrapper .sidebar .content .sidebar_widget li ul.twitter li
{
	padding-left:32px;
	padding-bottom: 10px;
	background-image:url(../images/icon_twitter_bird.png);
	background-repeat:no-repeat;
	background-position:0px 0.3em;
}

#page_content_wrapper .sidebar .content .sidebar_widget li ul.twitter li:first-child
{
	background-position:0px 1.3em;
}

#page_content_wrapper .sidebar .content .sidebar_widget li ul.social_media
{
	list-style: none;
	margin: 10px 0 15px 0;
	float: left;
	display: block;
	padding: 0 0 3px 0;
	margin-left: -5px;
}

#page_content_wrapper .sidebar .content .sidebar_widget li ul.social_media li
{
	display: block;
	float: left;
	margin: 0 5px 0 0;
}

ul.list
{
	margin: 5px 0 0 20px;
}

/*
 * jQuery Nivo Slider v2.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2010, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
 
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	width: 960px;
	height: 360px;
	margin: auto;
	margin-top:15px;
	background: #000;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:20px;
	color:#999;
	width: 400px;
    height: auto;
	z-index:89;
	background: transparent url('../images/000_70.png') repeat;
}

.nivo-caption.right {
	right: 0;
}

.nivo-caption h4
{
	color: #fff;
	font-size: 24px;
	margin-bottom: 15px;
}

.nivo-caption p {
	padding:10px 15px 20px 15px;
	margin:0;
}

.nivo-caption a.button
{
	text-shadow: -1px 0 1px #000;
}

.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:block;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav
{
	display: none;
}

.nivo-directionNav a {
	position:relative;
	top:120px;
	z-index:99;
	cursor:pointer;
	width: 40px;
	height: 80px;
	display: block;
}
.nivo-directionNav a.nivo-prevNav {
	background: transparent url('../images/left_slide_nav.png') no-repeat center 15px;
	text-indent: -9999px;
	left: 20px;
}
.nivo-directionNav a.nivo-nextNav {
	background: transparent url('../images/right_slide_nav.png') no-repeat center 15px;
	text-indent: -9999px;
	left: 895px;
	top: 42px;
}

.nivo-prevNav:active {
	background: transparent url('../images/left_slide_nav_dark.png') no-repeat center 15px;
}
.nivo-nextNav:active {
	background: transparent url('../images/right_slide_nav_dark.png') no-repeat center 15px;
}

/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav
{
	display: block;
	background: transparent;
	z-index:99;
	float: none;
	margin: auto;
	padding: 10px 0 0 10px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width:auto;
	top: 103%;
	left: 0;
}
.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
	width: 12px;
	height:12px;
	background: transparent url('../images/bullet_nav_bg.png') no-repeat top;
	display: block;
	float: left;
	text-indent: -9999px;
	margin: 0 7px 0 0;
}
.nivo-controlNav a:hover, .nivo-controlNav a.active {
	background: transparent url('../images/bullet_nav_bg_active.png') no-repeat top;
}

.nivo-controlNav {
	position:absolute;
	bottom: 0px; /* Put the nav below the slider */
	position:absolute;
}
.nivo-controlNav img {
	display:inline; /* Unhide the thumbnails */
	position:relative;
	margin-right:10px;
}

.nivo-html-caption {
    display:none;
}

.highlight_yellow
{
	background: #ffc600;
	color: #000;
	text-shadow: -1px 0 1px #fff;
}

.highlight_black
{
	background: #000;
	color: #fff;
}

#page_content_wrapper ul.twitter
{
	margin: 0;
	list-style:none;
}

#page_content_wrapper ul.twitter li
{
	padding-left:32px;
	background-image:url(../images/icon_twitter_bird.png);
	background-repeat:no-repeat;
	background-position:0px 0.3em;
	padding-bottom: 2em;
}

#page_content_wrapper .sidebar .content .sidebar_widget li ul.flickr, ul.flickr
{
	list-style: none;
	margin: 15px 0 -10px 0;
	float: left;
	display: block;
	clear: both;
}

ul.flickr li
{
	float: left;
	margin: 0 5px 5px 0;
}

#page_content_wrapper .sidebar .content .posts.blog
{
	list-style: none;
	margin-top: 15px;
	font-size: 11px;
}

#page_content_wrapper .sidebar .content .posts.blog li, #page_content_wrapper .posts.blog li
{
	line-height: 1.7em;
	clear: both;
	border:0;
	background: none;
	border-bottom: 0px solid #eeeeee;
}

#page_content_wrapper .sidebar .content .posts.blog li
{
	padding-top: 10px;
}

#page_content_wrapper .sidebar .content .posts.blog li strong.header, #page_content_wrapper .posts.blog li strong.header
{
	font-weight: bold;
	font-size: 13px;
}

.gallery-caption
{
	font-weight: bold;
}

#cover_content
{
	position:fixed;top:20%;left:40px;z-index:9;
}

.tf_bg{
	width:100%;
	height:100%;
	position:fixed;
	top:0px;
	left:0px;
	z-index:-1;
}
.tf_bg img{
	position:absolute;
	top:0px; /*-482px;	 -(imgh/2 - wh/2) */
	left:0px;	/* calculate a negative value to center horizontally */
	width:100%;	/* windowwidth plus negative value of left */
	/*height:1650px; /* windowheight plus negative value of top */
	z-index: 1;
	display:none;
}
.tf_pattern{
	position:absolute;
	width:100%;
	height:100%;
	background:transparent url(../images/flip/pattern.png) repeat top left;
	z-index:2;
}
.tf_content{
	position:absolute;
	bottom:50px;
	left:50px;
	z-index:10;
	display:none;
}
.tf_content h2{
	color:#fff;
	font-size:90px;
	padding:0;
	margin:0;
	font-family: arial, serif;
	text-shadow:1px 1px 2px #000;
}
.tf_content p{
	color:#fff;
	padding:0;
	margin:0;
	background:transparent url(../images/flip/bg_content.png) repeat top left;
	padding:40px;
	width:500px;
	font-family: 'PT Sans Narrow', arial, serif;
	font-size:20px;
	line-height:25px;
	text-transform:uppercase;
	text-shadow:2px 2px 1px #000;
	-moz-box-shadow:1px 1px 5px #202020;
	-webkit-box-shadow:1px 1px 5px #202020;
	box-shadow:1px 1px 5px #202020;
	border:4px solid #fff;
}
.tf_thumbs{
	position:absolute;	
	z-index:12;
	right:50px;
	top:80%;
	margin-top:-79px;
	border:4px solid #fff;
	-moz-box-shadow:1px 1px 5px #202020;
	-webkit-box-shadow:1px 1px 5px #202020;
	box-shadow:1px 1px 5px #202020;	
	-webkit-box-reflect:
		below 5px
		-webkit-gradient(
			linear,
			left top,
			left bottom,
			from(transparent),
			color-stop(0.6, transparent),
			to(rgb(18, 18, 18))
		);
}
.tf_thumbs img{
	display:block;
}
.tf_loading{
	position:fixed;
	top:50%;
	left:50%;
	margin:-30px 0px 0px -30px;
	width:60px;
	height:60px;
	background:#000000 url(../js/fullscreen/ajax-loader_dark.gif) no-repeat center center;
	z-index:999;
}
.tf_next,
.tf_prev{
	width:35px;
	height:14px;
	position:absolute;
	top:79%;
	right:240px;
	z-index:100;
	cursor:pointer;
	background:transparent url(../images/flip/nav.png) no-repeat top left;
	opacity:1;
}
.tf_next{
	background-position:0px -14px;
	margin-top:80px;
}
.tf_prev{
	background-position:0px 0px;
	margin-top:-55px;
}
.tf_next:hover,
.tf_prev:hover{
	opacity:0.9;
}
.tf_zoom,
.tf_fullscreen{
	width:20px;
	height:20px;
	position:absolute;
	top:6px;
	right:6px;
	cursor:pointer;
	z-index:100;
	opacity:0.6;
	background:transparent url(../images/flip/icons.png) no-repeat top left;
}
.tf_zoom{
	background-position:0px -20px;
}
.tf_fullscreen{
	background-position:0px 0px;
}
.tf_zoom:hover,
.tf_fullscreen:hover{
	opacity:0.9;
}

.continue
{
	font-size: 14px;
}

.textwidget
{
	margin-top: 15px;
	padding-top: 10px;
}



#gallery_title
{
width:240px;
height:24px;
	color: #fff;
	padding: 8px 30px 0px 16px;
		z-index:1;
	position: fixed;
	top: 120px;
	right: 0px;
	font-size: 16px;
	letter-spacing: 1px;
		background:url('../images/menu_wrapper_bg.png') repeat;
		font-family:Arial;
}

#gallery_desc
{
width:240px;
height:44px;
	color: #fff;
	padding: 0px 30px 8px 16px; 
	z-index:1;
	position: fixed;
	top:152px;
	right: 0px;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 1.2em;
		background:url('../images/menu_wrapper_bg.png') repeat;
		font-family:Arial;
}

.jp-play, .jp-pause
{
	position: fixed;
	top: 20px;
	right: 20px;
	width: 22px;
	height: 20px;
	background:transparent url(../images/sound_off.png) no-repeat left center;
	text-indent: -9999px;
	z-index: 998;
}

.jp-pause
{
	background:transparent url(../images/sound_on.png) no-repeat left center;
}

.social_wrapper
{
	position: fixed;
	top: 0px;
	right: 0px;
	width: 0px;
	height:0px;
	display: none;
	z-index: 998;
}

#footer .social_wrapper
{
	position: static;
	float: right;
	margin-right: 30px;
}

.social_wrapper ul
{
	list-style: none;
}

.social_wrapper ul li
{
	float: right;
	margin-left: 0px;
}

.social_wrapper ul li.flickr
{
	margin: 0 5px 0 5px;
}

.social_wrapper ul li img
{
	height: 20px;
}

#footer .social_wrapper ul li img
{
	height: auto;
}

#tray-button, #jp_interface_1, #controls
{
	display: none;
}

#wrapper
{
	width: 100%;
}



#page_caption h1, #page_caption h2
{
	margin:0px;
	padding:0px;
}

.page_control
{
	float: right;
	margin: 10px 20px 0 0;
	position:fixed;
	left:40px;
}

#page_maximize
{
	display: none;
}

#page_maximize
{
	display: block;
	z-index: 99;
}

#page_maximize, #page_minimize {width:550px; height:50px;}

#page_minimize  img {
	margin-left:540px;
	}
#page_maximize  img {
margin-left: 540px;
}

	
#page_content_wrapper .inner  #page_main_content
{
	margin: 20px 0px 0px 10px;
}

h2.subtitle {font-size:22px; margin:-16px 0px 0px 0px; letter-spacing:1px;}
.founders-links {float:right; font-size:16px; padding:10px 40px 0px 0px; letter-spacing:1px; font-family: Arial; z-index: 99999; position:relative;}
.founders-links a {margin-left:8px; z-index: 99999;}

.tagcloud
{
	margin-top: 10px;
}

#option_btn
{
	position: fixed;
	top: 200px;
	right:0;
	cursor:pointer;
	z-index: 999;
}

#option_wrapper
{
	position: fixed;
	top: 180px;
	right:-245px;
	width: 240px;
	padding: 19px 0 23px 0;
	background: #fff url('../images/option_bg.png') repeat-x;
	z-index: 99999;
	color: #555;
	font-size: 11px;
	border: 1px solid #E1E1E1;
	border-bottom: 1px solid rgba(150, 150, 150, 0.2);
	-webkit-box-shadow: -4px -4px 0px 0px rgba(150, 150, 150, 0.1);
	-moz-box-shadow: -4px -4px 0px 0px rgba(150, 150, 150, 0.1);
	box-shadow: -4px -4px 0px 0px rgba(150, 150, 150, 0.1);
}

#option_wrapper .inner
{
	width: 80%;
	margin:auto;
}

.colorpicker_preview
{
	width: 100%;
	height: 30px;
	margin: 5px 0 0 0;
}

#option_wrapper select
{
	width: 195px;
}

#jquery_jplayer_1
{
	display: none;
}

#logo_arrow_right, #logo_arrow_left
{
	margin-left: 10px;
}

#copyright {display:none;}

.sidebarlinks {font-family:Arial; font-size:18px; text-decoration:none;}
.sidebarlinks  a {color:#555; text-decoration:none;}
.sidebarlinks  a:hover {color:#000; text-decoration:none;}

dl.tabs {font-family:Arial; font-size:18px; line-height:1em; padding:0px; margin:0px; z-index: 99999; position:relative;}
dl.tabs dt {margin-bottom:12px; margin-left:-2px;}
dl.tabs dt a {color:#555; text-decoration:none; z-index: 99999; position:relative;}
dl.tabs dt a:hover {color:#000; text-decoration:underline;}
dl.tabs dt.active {text-decoration:underline; color:#000;}

.pp_details {font-size:0px;}

li.widget_text {list-style:none;}

#lightbox_content {padding:10px; font-size:14px;}
#lightbox_content h1 {color:#fff;}
#lightbox_content a {color:#ccc;}
#lightbox_content a:hover{color:#fff;}

#lightbox_content_staff {font-size:14px; width:608px; overflow:hidden;}
#lightbox_content_staff h1, #lightbox_content_staff h2{color:#fff; font-family:Arial; font-size:18px; margin:0px;}
#lightbox_content_staff h3, #lightbox_content_staff h4, #lightbox_content_staff h5 {color:#fff; font-family:Arial; font-size:14px; margin:0px;}

#lightbox_content_staff p{font-size:14px;}

.home_twitter {margin-top:-20px;}
.home_twitter ul, .home_twitter ul li {padding:0px; margin-left:-20px;}

.wpcf7-form-control-wrap {position:relative; top:-18px; padding:0px;}
.wpcf7-form-control-wrap textarea{position:relative; top:18px; padding:0px;}
.wpcf7-form p {margin-top:-20px;}
.wpcf7-text input, input.wpcf7-text {margin:0px;}
.wpcf7-submit {position:relative; top:14px;}
.wpcf7 textarea  {
  height: 60px;
  width: 246px;
}
#progress-bar, .load-item, #progress-back, #thumb-tray {display:none;}
.lightbox_ultimate_anchor lightbox_ultimate_text_anchor {padding:0px; margin:0px;}

.scroll-track{
 height:10px;
 width:10px;
 background:black;
}

.scroll-handle{
 border: 1px solid black;
 height:10px;
 width:10px;
 background:#5B207B;
 cursor:pointer;
}

a.recipe-title {text-decoration:underline;}

#pf-ft, .pf-support, .pf-app, #pf-app {display:none;}

.home_twitter, .home_twitter ul li a {text-decoration:none;}

.OT_ExtLink {display:none;}

#mbTitle {display:none; color:#000;}

.wp-caption-text {margin-top:-5px; color:#ccc;}

.gallery img, .gallery-item img {border:none;}