/* 
	CSS Reset 
*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, .search_box p
{
	margin:0;
	padding:0;
	border:0;
	font-weight:inherit;
	font-style:inherit; 
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}

body 
{
	line-height:1.5;
}
blockquote:before, blockquote:after, q:before, q:after 
{
	content:"";
}
blockquote, q 
{
	quotes:"" "";
}
a img 
{
	border:none;
}


/*
	Global Layout
*/

body
{
	background: #fff;
	font-size: 12px;
	font-family: Helvetica, Arial, 'Lucida Grande',Verdana,sans-serif;
	padding: 0;
	margin: 0;
	color: #7D7D7D;
	overflow-x: hidden;
}

a
{
	color: #4a93dd;
	text-decoration: none;
}

a:hover
{
	color: #327ac2;
	text-decoration: none;
}

a:active
{
	color: #ccc;
	text-decoration: none;
}

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

hr {
	border-left: none;
	margin: 0;
	border: 0;
	background: transparent;
	display: block;
	height: 1px;
	border-bottom: 1px solid #ebebeb;
}

#footer_shadow
{
	width: 100%;
	height: 250px;
	background: #333a3d url('../images/tagline_bg.png') no-repeat;
}

#footer 
{
	width: 100%;
	background: #F5F5F6 url('../images/skins/right_strip_pattern.png') repeat;
	border: 1px solid #C9C9C9;
	-webkit-box-shadow: -5px -5px 0 0 #F5F5F6, 5px 5px 0 0 #F5F5F6, 5px 0 0 0 #F5F5F6, 0 5px 0 0 #F5F5F6, 5px -5px 0 0 #F5F5F6, -5px 5px 0 0 #F5F5F6;
	-moz-box-shadow: -5px -5px 0 0 #F5F5F6, 5px 5px 0 0 #F5F5F6, 5px 0 0 0 #F5F5F6, 0 5px 0 0 #F5F5F6, 5px -5px 0 0 #F5F5F6, -5px 5px 0 0 #F5F5F6;
	box-shadow: -5px -5px 0 0 #F5F5F6, 5px 5px 0 0 #F5F5F6, 5px 0 0 0 #F5F5F6, 0 5px 0 0 #F5F5F6, 5px -5px 0 0 #F5F5F6, -5px 5px 0 0 #F5F5F6;
	margin: auto;
	font-size: 11px;
	padding: 0;
	padding-top: 20px;
	padding-bottom: 20px;
}

#footer ul.sidebar_widget
{
	width: 960px;
	margin-top: 10px;
}

#copyright
{
	width: 960px;
	border-top: 1px solid #E0E0E0;
	margin: auto;
	padding: 0;
	height: 60px;
	clear:both;
}

pre, code, tt {font:12px 'andale mono', 'lucida console', monospace;line-height:1.5;display: block;word-wrap: break-word; color: #888; 
	overflow:auto; padding: 20px 0 20px 0;
}

/*
	Input layout
*/

input[type=text], input[type=password], select
{
	background: transparent;
	padding: 7px 5px 7px 5px;
	font-size: 12px;
	margin: 0;
	font-family: Helvetica, Arial,Verdana,sans-serif;
	color: #666;
	-webkit-box-shadow: -3px -3px 0 0 #F5F5F6, 3px 3px 0 0 #F5F5F6, 3px 0 0 0 #F5F5F6, 0 3px 0 0 #F5F5F6, 3px -3px 0 0 #F5F5F6, -3px 3px 0 0 #F5F5F6;
	-moz-box-shadow: -3px -3px 0 0 #F5F5F6, 3px 3px 0 0 #F5F5F6, 3px 0 0 0 #F5F5F6, 0 3px 0 0 #F5F5F6, 3px -3px 0 0 #F5F5F6, -3px 3px 0 0 #F5F5F6;
	box-shadow: -3px -3px 0 0 #F5F5F6, 3px 3px 0 0 #F5F5F6, 3px 0 0 0 #F5F5F6, 0 3px 0 0 #F5F5F6, 3px -3px 0 0 #F5F5F6, -3px 3px 0 0 #F5F5F6;
	border: 1px solid #c9c9c9;
	margin-top: 5px;
}

input[type=text].blur
{
	color: #ccc;
}

textarea
{
	padding: 3px 5px 3px 5px;
	font-size: 12px;
	color: #666;
	margin: 0;
	height: 200px;
	overflow: auto;
	font-family: Helvetica, Arial,Verdana,sans-serif;
	-webkit-box-shadow: -3px -3px 0 0 #F5F5F6, 3px 3px 0 0 #F5F5F6, 3px 0 0 0 #F5F5F6, 0 3px 0 0 #F5F5F6, 3px -3px 0 0 #F5F5F6, -3px 3px 0 0 #F5F5F6;
	-moz-box-shadow: -3px -3px 0 0 #F5F5F6, 3px 3px 0 0 #F5F5F6, 3px 0 0 0 #F5F5F6, 0 3px 0 0 #F5F5F6, 3px -3px 0 0 #F5F5F6, -3px 3px 0 0 #F5F5F6;
	box-shadow: -3px -3px 0 0 #F5F5F6, 3px 3px 0 0 #F5F5F6, 3px 0 0 0 #F5F5F6, 0 3px 0 0 #F5F5F6, 3px -3px 0 0 #F5F5F6, -3px 3px 0 0 #F5F5F6;
	border: 1px solid #c9c9c9;
	margin-top: 5px;
}

input[type=text]:hover, input[type=password]:hover, textarea:hover
{

}

input[type=submit], input[type=button], a.button
{
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 11px Helvetica, Arial, sans-serif;
	padding: .65em 1.3em .65em 1.3em;
	color: #888;
	background: #cccccc;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ebebeb));
	background: -moz-linear-gradient(top,  #ffffff,  #ebebeb);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ebebeb');
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	border: 1px solid #c9c9c9;
}

a.curved_button, a.curved_button:hover
{
	display: block;
	width: 123px;
	height: 40px;
	font: 11px;
	font-weight: bold;
	text-align: center;
	padding-top: 12px;
	color: #fff;
	cursor: pointer;
	text-shadow: 1px 1px 1px #444;
	background: transparent url('../images/button_bg.png') no-repeat top center;
}

a.curved_button:active
{
	position: relative;
	top: 1px;
	left: 1px;
}

a.comment-reply-link
{
	margin-top:10px;
}

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

input[type=submit]:hover, input[type=button]:hover, a.button:hover
{	

}


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

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

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

.slider_desc a.button.large
{
	float: right;
	margin-top: -25px;
	margin-right: 60px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.6);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.6);
	box-shadow: 0 1px 3px rgba(0,0,0,.6);
}

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

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

h1, h2, h3, h4, h5, h6
{
	color: #555;
	letter-spacing: 0px;
}

label
{
	color: #666;
	letter-spacing: 0px;
	font-weight: bold;
}

label.error
{
	color: #ac1c20;
	font-weight: bold;
}

h1
{
	font-size: 28px;
}

h2
{
	font-size: 26px;
}

h3
{
	font-size: 24px;
}

h4
{
	font-size: 20px;
}

h5
{
	font-size: 18px;
}

h6
{
	font-size: 16px;
}

.clear
{
	clear: both;
}

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

img.frame
{

}

.frame_left
{
	padding: 8px;
	background: #fff;
 	float: left;
 	margin: 0 20px 10px 0;
 	text-align: center;
 	border: 1px solid #C9C9C9;
	-webkit-box-shadow: -3px -3px 0 0 #F5F5F6, 3px 3px 0 0 #F5F5F6, 3px 0 0 0 #F5F5F6, 0 3px 0 0 #F5F5F6, 3px -3px 0 0 #F5F5F6, -3px 3px 0 0 #F5F5F6;
	-moz-box-shadow: -3px -3px 0 0 #F5F5F6, 3px 3px 0 0 #F5F5F6, 3px 0 0 0 #F5F5F6, 0 3px 0 0 #F5F5F6, 3px -3px 0 0 #F5F5F6, -3px 3px 0 0 #F5F5F6;
	box-shadow: -3px -3px 0 0 #F5F5F6, 3px 3px 0 0 #F5F5F6, 3px 0 0 0 #F5F5F6, 0 3px 0 0 #F5F5F6, 3px -3px 0 0 #F5F5F6, -3px 3px 0 0 #F5F5F6;
}

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

.frame_right
{
	padding: 8px;
	background: #fff;
 	float: right;
 	margin: 0 0 10px 20px;
 	text-align: center;
 	border: 1px solid #C9C9C9;
	-webkit-box-shadow: -3px -3px 0 0 #F5F5F6, 3px 3px 0 0 #F5F5F6, 3px 0 0 0 #F5F5F6, 0 3px 0 0 #F5F5F6, 3px -3px 0 0 #F5F5F6, -3px 3px 0 0 #F5F5F6;
	-moz-box-shadow: -3px -3px 0 0 #F5F5F6, 3px 3px 0 0 #F5F5F6, 3px 0 0 0 #F5F5F6, 0 3px 0 0 #F5F5F6, 3px -3px 0 0 #F5F5F6, -3px 3px 0 0 #F5F5F6;
	box-shadow: -3px -3px 0 0 #F5F5F6, 3px 3px 0 0 #F5F5F6, 3px 0 0 0 #F5F5F6, 0 3px 0 0 #F5F5F6, 3px -3px 0 0 #F5F5F6, -3px 3px 0 0 #F5F5F6;
}

.frame_center
{
	padding: 8px;
	background: #fff;
 	margin: auto;
 	margin-top: 20px;
	margin-bottom: 20px;
 	text-align: center;
 	clear: both;
 	display: table;
 	border: 1px solid #C9C9C9;
	-webkit-box-shadow: -3px -3px 0 0 #F5F5F6, 3px 3px 0 0 #F5F5F6, 3px 0 0 0 #F5F5F6, 0 3px 0 0 #F5F5F6, 3px -3px 0 0 #F5F5F6, -3px 3px 0 0 #F5F5F6;
	-moz-box-shadow: -3px -3px 0 0 #F5F5F6, 3px 3px 0 0 #F5F5F6, 3px 0 0 0 #F5F5F6, 0 3px 0 0 #F5F5F6, 3px -3px 0 0 #F5F5F6, -3px 3px 0 0 #F5F5F6;
	box-shadow: -3px -3px 0 0 #F5F5F6, 3px 3px 0 0 #F5F5F6, 3px 0 0 0 #F5F5F6, 0 3px 0 0 #F5F5F6, 3px -3px 0 0 #F5F5F6, -3px 3px 0 0 #F5F5F6;
}

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

blockquote
{
	padding-left: 65px;
	width: 90%;
	background: transparent url("../images/quote_bg.png") no-repeat top left;
	min-height: 50px;
	margin: 0 0 10px 0;
	font-style: italic;
	font-family: Georgia, Times, serif;
	margin: 15px 0 20px 0;
	font-size: 16px;
}

blockquote h2
{
	font-weight: normal;
	font-size: 22px;
	font-style: italic;
	font-family: Georgia, Times, serif;
	text-transform: none;
}

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

#respond
{
	width: 100%;
	float: left;
	margin: 0 0 40px 0;
	padding-bottom: 30px;
	border-bottom: 1px solid #f9f9f9;
}

.space
{
	margin-bottom: 10px;
}

#top_bg
{
	width: 100%;
	height: 50px;
	background: #fff;
	border: 1px solid #c9c9c9;
	-webkit-box-shadow: rgba(0, 0, 0, .24) 0 3px 8px;
	-moz-box-shadow: rgba(0, 0, 0, .24) 0 3px 8px;
	box-shadow: rgba(0, 0, 0, .24) 0 3px 8px;
	z-index: 999;
	position: relative;
	margin: auto;
}

#top_bar
{
	width: 960px;
	margin:auto;
}

body.home #top_bar
{

}

body #header_wrapper
{
	width: 100%;
	height: 76px;
	padding-top: 15px;
	margin: 0;
	background: #F5F5F6 url('../images/skins/right_strip_pattern.png') repeat;
	border: 1px solid #C9C9C9;
	-webkit-box-shadow: -5px -5px 0 0 #F5F5F6, 5px 5px 0 0 #F5F5F6, 5px 0 0 0 #F5F5F6, 0 5px 0 0 #F5F5F6, 5px -5px 0 0 #F5F5F6, -5px 5px 0 0 #F5F5F6;
	-moz-box-shadow: -5px -5px 0 0 #F5F5F6, 5px 5px 0 0 #F5F5F6, 5px 0 0 0 #F5F5F6, 0 5px 0 0 #F5F5F6, 5px -5px 0 0 #F5F5F6, -5px 5px 0 0 #F5F5F6;
	box-shadow: -5px -5px 0 0 #F5F5F6, 5px 5px 0 0 #F5F5F6, 5px 0 0 0 #F5F5F6, 0 5px 0 0 #F5F5F6, 5px -5px 0 0 #F5F5F6, -5px 5px 0 0 #F5F5F6;
}

body.home #header_wrapper
{
	width: 100%;
	height: 518px;
	margin: 0;
	padding-top: 25px;
	border-bottom: 0;
	background: #F5F5F6 url('../images/ajax-loader.gif') no-repeat center center;
}

#footer_pattern
{
	background: transparent url('../images/skins/jeans_pattern.png') repeat;
	height: 0;
	margin-top: 0;
}

.logo
{
	float: left;
	margin: 12px 30px 8px 0;
}

.search_box
{
	float: right;
	margin: 0;
	margin-top: -5px;
	padding:0;
	margin-right: -22px;
}

.search_box input[type=text]
{
	background: #ffffff;
	position: relative;
	top:-3px;
	left: 3px;
	height: 11px;
	width: 228px;
	-webkit-box-shadow: 0 0 0;
	-moz-box-shadow: 0 0 0;
	box-shadow: 0 0 0;
	margin-top: 0;
	-webkit-box-shadow: -3px -3px 0 0 #F5F5F6, 3px 3px 0 0 #F5F5F6, 3px 0 0 0 #F5F5F6, 0 3px 0 0 #F5F5F6, 3px -3px 0 0 #F5F5F6, -3px 3px 0 0 #F5F5F6;
	-moz-box-shadow: -3px -3px 0 0 #F5F5F6, 3px 3px 0 0 #F5F5F6, 3px 0 0 0 #F5F5F6, 0 3px 0 0 #F5F5F6, 3px -3px 0 0 #F5F5F6, -3px 3px 0 0 #F5F5F6;
	box-shadow: -3px -3px 0 0 #F5F5F6, 3px 3px 0 0 #F5F5F6, 3px 0 0 0 #F5F5F6, 0 3px 0 0 #F5F5F6, 3px -3px 0 0 #F5F5F6, -3px 3px 0 0 #F5F5F6;
}

.search_box img
{
	position: relative;
	top:6px;
	left: -22px;
	margin-left: -7px;
}

#menu_wrapper
{
	padding: 0;
	width: 980px;
	height: 66px;
}

.about_desc
{
	width: 100%;
	margin: 10px 0 20px 0;
	padding: 20px 0 20px 0;
	background: #dadee4 url('../images/skins/blue_noise_footer_bg.png') repeat;
}

.latest_tweet
{
	width: 960px;
	margin: auto;
	margin-top:-20px;
	padding: 40px 0 30px 0;
	background: transparent url('../images/line_shadow_footer.png') no-repeat top center;
}

#menu_wrapper .nav ul, #menu_wrapper div .nav
{
	list-style: none;
	display: block;
	padding: 0 5px 0 0;
	margin: 0;
	float: left;
	font-size: 11px;
	text-transform: uppercase;
}

#menu_wrapper .nav ul li, #menu_wrapper div .nav li
{
	display: block;
	float :left;
	margin: 0 0 0 0;
}

#menu_wrapper .nav ul li a, #menu_wrapper div .nav li a
{
	display: block;
	padding: 19px 20px 1px 20px;
	height: 30px;
	margin: 0;
	color: #7f7f7f;
}

#menu_wrapper .nav ul li a span, #menu_wrapper div .nav li a span
{
	display:block;
	font-size: 11px;
	color :#96A1A6;
	font-weight: normal;
	text-transform: lowercase;
}

#menu_wrapper .nav ul li a.hover, #menu_wrapper .nav ul li a:hover, #menu_wrapper div .nav li a.hover, #menu_wrapper div .nav li a:hover
{
	color: #333;
}

#menu_wrapper div .nav li.current-menu-item a
{
	color: #333;
}

#menu_wrapper .nav ul li ul, #menu_wrapper div .nav li ul
{
	display: none;
	list-style: none;
	background: #fff;
	position:absolute;
	float: none;
 	padding: 0;
 	width: 160px;
 	margin-top: 0;
 	padding-top: 5px;
 	padding-bottom: 1px;
	font-size: 11px;
	z-index: 9999;
 	border: 1px solid #c9c9c9;
	-webkit-box-shadow: rgba(0, 0, 0, .24) 0 3px 8px;
	-moz-box-shadow: rgba(0, 0, 0, .24) 0 3px 8px;
	box-shadow: rgba(0, 0, 0, .24) 0 3px 8px;
 	border-top: 0;
}

#menu_wrapper .nav ul li:hover ul, #menu_wrapper div .nav li:hover ul
{
	display: block;
}

#menu_wrapper .nav ul li ul li a.hover, #menu_wrapper .nav ul li ul li a:hover, #menu_wrapper div .nav li ul li a.hover, #menu_wrapper div .nav li ul li a:hover
{
	background: none;
}

#menu_wrapper .nav ul li ul li ul, #menu_wrapper div .nav li ul li ul
{
	margin-left: 150px;
	position: absolute;
	top: 0px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 0;
	border: 0;
}

#menu_wrapper .nav ul li ul li, #menu_wrapper div .nav li ul li
{
	clear: both;
	width: 170px;
	padding: 0;
	margin: 3px 0 3px 0;
	padding-left: 10px;
}

#menu_wrapper .nav ul li ul li:last-child a, #menu_wrapper div .nav li ul li:last-child a
{
	border-bottom: 0;
}

#menu_wrapper div .nav li ul li a, #menu_wrapper div .nav li.current-menu-item ul li a, #menu_wrapper div .nav li ul li.current-menu-item a,#menu_wrapper .nav ul li ul li a, #menu_wrapper .nav ul li.current-menu-item ul li a, #menu_wrapper .nav ul li ul li.current-menu-item a
{
	color: #96A1A6;
	display: block;
	width: 65%;
	margin-top:-10px;
	background: transparent;
	height:auto;
	font-weight: normal;
	padding: 15px 20px 8px 10px;
}

#menu_wrapper .nav ul li ul li a, #menu_wrapper div .nav li ul li a
{
	width: 110px;
	display: block;
	color: #999;
	border-bottom: 1px solid #f0f0f0;
}

#menu_wrapper .nav ul li ul li a:hover, #menu_wrapper .nav ul li ul li a:hover, #menu_wrapper div .nav li ul li a:hover, #menu_wrapper div .nav li ul li a:hover
{
	color: #444;
	background: transparent;
}

.bx_content
{
	z-index:999;
	color: #fff;
	position: absolute;
	top: 150px;
	left: 100px;
	width: 200px;
	padding: 25px;
	background: transparent url('../images/000_25.png') repeat;
	display: none;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}

.bx_slide_content
{
	display:none;
	position: relative;
	left: -1200px;
	padding-top: 20px;
	color: #ebebeb;
}

.bx_slide_title
{
	display:none;
	position: relative;
	left: 1200px;
}

.bx_content h5.bx_title
{
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
}

.bx_slide_video
{
	background: #000;
	width: 100%;
	height: 550px;
	position: absolute;
	z-index: 99999;
	text-align: center;
}

.bx_slide_video iframe, .bx_slide_video object
{
	margin: auto;
	margin-top: 35px;
	margin-left: -90px;
}

.bx_slide_video_play
{
	z-index: 99999;
	position: absolute;
}

.bx_slide_video_close
{
	margin:auto;
	width: 870px;
	z-index: 99999;
	text-align: right;
}

#anything_slider, .slideshow, .home_gallery
{
	width: 960px;
	height: 340px;
	margin: auto;
	position: relative;
	clear: both;
	margin-top:0;
}

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

#anything_slider .wrapper, .slideshow .wrapper, .home_gallery .wrapper{ 
	width: 960px; 
	overflow: hidden; 
	height: 340px; 
	margin: 0; 
	position: absolute; 
}

.slideshow .wrapper
{
	padding: 5px;
}

#anything_slider .wrapper ul, .slideshow .wrapper ul, .home_gallery .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: 340px; width: 960px; margin: 0; }

.home_gallery .wrapper li 
{
	display: block; float: left; padding: 0; height: 200px; width: 960px; margin: 0;
}

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

#anything_slider .arrow, .slideshow .arrow
{
	position: relative;
	top: 340px;
	left: -430px;
	display:block;
	width: 60px;
	height: 60px;
	cursor: pointer;
	float: right;
	visibility: hidden;
	z-index: 9999;
}

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

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

.slideshow .arrow
{
	display: none;
}

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

/*@-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; }

#anything_slider #thumbNav
{
	position: relative;
	clear: both;
	top: 200px;
	left: 45%;
	display:none;
}

#anything_slider #thumbNav 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 4px 0 0;
}
#anything_slider #thumbNav a:hover, #anything_slider #thumbNav a.cur {
	background: transparent url('../images/bullet_nav_bg_active.png') no-repeat top;
}

.caption-left h3, .caption-right h3, .caption-bottom h3
{
	color: #fff;
	line-height: 0.9em;
	padding-top: 20px;
}
.caption-left p, .caption-right p, .caption-bottom p
{
	color: #999;
	margin: 15px 0 0 3px;
}

.caption-left
{
	background: transparent url('../images/000_50.png') repeat;
	width: 200px !important;
	position: relative;
	top: -80px;
	left: 30px;
	padding: 10px 12px 10px 15px;
	z-index: 999;
	color: #fff;
	text-align: center;
}

.caption-right
{
	width: 200px;
	background: transparent url('../images/000_50.png') repeat;
	position: relative;
	left: 682px;
	padding: 10px 12px 10px 15px;
	top: -80px;
	z-index: 999;
	color: #fff;
	text-align: center;
}

.caption-bottom
{
	background: transparent url('../images/000_50.png') repeat;
	width: 930px !important;
	position: relative;
	top: -100px;
	left: 0;
	padding: 0 15px 20px 15px;
	z-index: 999;
}

.caption-hide
{
	display: none;
}

#content_wrapper ul
{
	margin-left: 20px;
}

#content_wrapper
{
	width: 100%;
	margin: auto;
}

body.home #content_wrapper
{
	background: none;
}

#content_wrapper
{
	margin-top: -148px;
	padding-top: 10px;
}

body.home #content_wrapper, body.page-template-contact-php #content_wrapper
{
	margin-top: -48px;
	padding-top: 10px;
}

#content_shadow_bottom
{
	height: 30px;
}

#content_wrapper .inner
{
	margin-top: 20px;
}

.wrapper_shadow
{
	width: 960px;
	height: 51px;
	margin:auto;
	position: relative;
	left: -20px;
	background: #fff;
}

.slider_border
{
	width: 960px;
	height: 350px;
	margin:auto;
	background: #fff;
	padding: 10px 0 0 0;
	margin-top:15px;
}

/*
 * 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: 340px;
	margin: auto;
	background: #000 url('../images/ajax-loader.gif') no-repeat 50% 50%;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
/* 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%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	right:-10px;
	bottom:-10px;
	padding: 10px;
	width: 400px;
    height: auto;
	z-index:89;
	background: transparent;
	display:none;
	z-index:9999;
	text-align: right;
}

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

.nivo-caption h4
{
	color: #fff;
	font-size: 13px;
	letter-spacing: 2px;
}

.nivo-caption p {
	padding:10px 15px 10px 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: none;
	background: transparent;
	z-index:99;
	float: none;
	margin: auto;
	padding: 13px 0 0 10px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width:auto;
	top:301px;
	left: 5px;
}

#slider_wrapper .nivo-controlNav
{
	width: 950px;
}

.nivoslide .nivo-controlNav
{
	top: 0;
	width: auto;
	left: 0;
}

.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
	width: 14px;
	height:14px;
	background: transparent url('../images/bullet_nav_bg.png') no-repeat top;
	display: block;
	float: left;
	text-indent: -9999px;
	margin: 0 7px 0 0;
	opacity: 1;
}
.nivo-controlNav a:hover, .nivo-controlNav a.active {
	background: transparent url('../images/bullet_nav_bg_active.png') no-repeat top;
	opacity: 1;
}

.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;
}

#static_slider
{
	margin: 0;
	height: 340px;
	overflow: hidden;
}.slider_nav
{
	float: left;
	width: 180px;
	display: none;
}

.slider_desc h1
{
	color: #fff;
}

.slider_desc
{
	width: 930px;
	height: 90px;
	padding: 28px 0 32px 32px;
	font-size: 12px;
	color: #999999;
	margin: auto;
}

.slider_desc p, .slider_desc_center p
{
	margin: 0 0 0 2px;
	width: 600px;
	font-size: 13px;
	float: left;
}

.slider_desc_center
{
	width: 650px;
	margin: auto;
	text-align: left;
	padding: 16px 0 0 0;
}

.page_caption
{
	width: 100%;
	padding-top: 45px;
	padding-bottom: 20px;
	margin: auto;
	font-size: 16px;
	color: #999;
	margin-bottom: 60px;
}

.caption_inner
{
	width: 960px;
	margin: auto;
}

.page_caption h1
{
	margin: -12px 30px 0 0;
}

.page_caption p
{
	display: block;
	float: left;
	margin: 13px 0 0 0;
}

.caption_header
{
	float: left;
}

.caption_header h1
{
	font-size: 36px;
}

.caption_desc
{
	float: left;
	margin-top: 8px;
	font-size: 12px;
	color: #999;
	font-style: italic;
}

#crumbs
{
	font-size: 11px;
	color: #ccc;
	margin-bottom:30px;
}

#content_wrapper .inner .inner_wrapper
{
	width: 100%;
	margin: auto;
	padding: 20px 0 0 0;
	background: transparent;
	margin-top: 30px;
}

#content_wrapper .inner .inner_wrapper.portfolio
{
	padding: 10px 0 0 0;
	position: relative;
	left: -10px;
}

#content_wrapper .inner .inner_wrapper .sidebar_content
{
	width: 640px;
	float: left;
	padding: 0;
	margin-top: 18px;
}

#content_wrapper .inner .inner_wrapper .sidebar_content.left_sidebar
{
	margin-left: 0px;
	float: right;
}

#content_wrapper .inner .inner_wrapper .sidebar_wrapper
{
	width: 240px;
	float: right;
	margin-left: 40px;
	margin-top: 10px;
}

#content_wrapper .inner .inner_wrapper .sidebar_wrapper .sidebar
{
	width: 240px;
	float: right;
	min-height: 150px;
}

#content_wrapper .inner .inner_wrapper .sidebar_wrapper .sidebar_top
{
	
}

#content_wrapper .inner .inner_wrapper .sidebar_wrapper .sidebar_bottom
{
	
}

#content_wrapper .inner .inner_wrapper .sidebar_wrapper.left_sidebar
{
	width: 240px;
	float: left;
	margin: 0;
	margin-right: 40px;
	margin-top: 10px;
}

#content_wrapper .inner .inner_wrapper .sidebar_wrapper .sidebar_top.left_sidebar
{

}

#content_wrapper .inner .inner_wrapper .sidebar_wrapper .sidebar.left_sidebar
{
	width: 240px;
	float: left;
	min-height: 150px;
}

#content_wrapper .inner .inner_wrapper .sidebar_wrapper .sidebar_bottom.left_sidebar
{

}

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

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

#content_wrapper .sidebar .content .posts.blog, .posts.blog
{
	list-style: none;
	margin-left: 0;
	margin-top: 0;
}

.posts.blog li
{
	margin-bottom: 45px;
}

#content_wrapper .sidebar .content .posts.blog li, #content_wrapper .posts.blog li, #footer .sidebar_widget li ul.posts.blog li
{
	margin-top: 15px;
	line-height: 1.5em;
	clear: both;
	border:0;
	background: none;
	padding-left: 0;
	margin-bottom: 20px;
	font-size: 11px;
}

#content_wrapper .sidebar .content .posts.blog li:last-child, #content_wrapper .posts.blog li:last-child, #footer .sidebar_widget li ul.posts.blog li:last-child
{
	margin-bottom: 0;
}

#footer .sidebar_widget li ul.posts.blog li
{
	margin-top: -5px;
	margin-bottom: 20px;

}

#footer .sidebar_widget li ul.posts.blog li:first-child
{
	margin-top: -10px;
}

#footer .sidebar_widget li ul.posts.blog li img
{
	display: none;
}

.sidebar_widget
{
	width: 100%;
}

.sidebar_widget li ul
{
	list-style: none;
}

.sidebar_widget > li
{
	border: 1px solid #C9C9C9;
	-webkit-box-shadow: -3px -3px 0 0 #F5F5F6, 3px 3px 0 0 #F5F5F6, 3px 0 0 0 #F5F5F6, 0 3px 0 0 #F5F5F6, 3px -3px 0 0 #F5F5F6, -3px 3px 0 0 #F5F5F6;
	-moz-box-shadow: -3px -3px 0 0 #F5F5F6, 3px 3px 0 0 #F5F5F6, 3px 0 0 0 #F5F5F6, 0 3px 0 0 #F5F5F6, 3px -3px 0 0 #F5F5F6, -3px 3px 0 0 #F5F5F6;
	box-shadow: -3px -3px 0 0 #F5F5F6, 3px 3px 0 0 #F5F5F6, 3px 0 0 0 #F5F5F6, 0 3px 0 0 #F5F5F6, 3px -3px 0 0 #F5F5F6, -3px 3px 0 0 #F5F5F6;
	margin: 0 0 45px 0;
	padding: 15px;
	background: #fff;
}

.sidebar_widget li ul li:first-child
{
	padding-top: 10px;
}

.sidebar_widget li ul li
{
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
}

#footer .sidebar_widget li ul li:first-child, #footer div.textwidget
{
	
}

#footer .sidebar_widget li ul li
{
	
}

#content_wrapper .sidebar .content .posts.blog li img, #content_wrapper .posts.blog li img
{
	float: left;
	margin: 0 10px 2px 0;
 	width: 60px;
}

#content_wrapper .sidebar .content .sidebar_widget, .sidebar_widget
{
	list-style: none;
	margin-left: 0;
}

#content_wrapper .sidebar .content .sidebar_widget li ul
{
	margin: 0 0 0 0;
	list-style:none;
}

#content_wrapper .sidebar .content .sidebar_widget li ul li
{
	margin: 0 0 0 0;
	padding: 0 0 0 20px;
	background-image:url(../images/arrow_icon.png);
	background-repeat:no-repeat;
	background-position:0px .5em;
}

#content_wrapper .sidebar .content .sidebar_widget li ul li:first-child
{
	padding-top: 10px;
	background-position:0px 1.3em;
}

#content_wrapper .sidebar .content .sidebar_widget li ul.twitter, #footer .sidebar_widget li ul.twitter, ul.twitter
{
	margin: 0;
	margin-top: 5px;
	list-style:none;
}

#footer .sidebar_widget li ul.twitter, ul.twitter
{
	margin-top: 0;
}

#content_wrapper .sidebar .content .sidebar_widget li ul.twitter li, #footer .sidebar_widget li ul.twitter li, 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: .7em;
	padding-top: 0;
}

#content_wrapper .sidebar .content .sidebar_widget li ul.twitter li:first-child, #footer .sidebar_widget li ul.twitter li:first-child, ul.twitter li:first-child
{
	padding-top: 10px;
	background-position:0px 1.3em;
}

#footer .sidebar_widget li ul.twitter li:first-child, ul.twitter li:first-child
{

}

#content_wrapper .sidebar .content .sidebar_widget li ul.social_media, #footer .sidebar_widget li ul.social_media
{
	list-style: none;
	margin: 5px 0 15px -9px;
	float: left;
	display: block;
	clear: both;
}

#content_wrapper ul.social_media
{
	list-style: none;
	margin-left: 5px;
	margin-top: -15px;
	display: block;
}

#content_wrapper ul.social_media li
{
	float: left;
	margin: 0;
}

#footer .sidebar_widget li ul.social_media
{
	margin: 5px 0 15px 0;
}

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

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

#content_wrapper ul.posts.blog
{
	list-style: none;
	margin: 7px 0 0 0;
}

#content_wrapper .sidebar .content .sidebar_widget li
{
	
}

#content_wrapper .sidebar .content .sidebar_widget li ul li
{
	margin: 0 0 5px 0;
}

#content_wrapper .sidebar .content .sidebar_widget li .widgettitle, h2.widgettitle
{
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 1px solid #EBEBEB;
	margin: 0 0 10px 0 ;
}

#content_wrapper .sidebar .content .sidebar_widget li form
{
	padding-top: 2px;
}

.one_third h2.widgettitle
{
	font-size: 16px;
}

div.textwidget
{
	margin: 20px 0 0 0;
}

.widget_tag_cloud div
{
	margin: 20px 0 10px 0;	
}

.widget_tag_cloud div a
{
	padding: 5px 14px 5px 14px;
 	margin: 0 5px 0 5px;
	color: #888;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ebebeb));
	background: -moz-linear-gradient(top,  #ffffff,  #ebebeb);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ebebeb');
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	border: 1px solid #c9c9c9;
}

.post_wrapper
{
	width: 100%;
	margin: 0;
	min-height: 150px;
	margin-bottom: 50px;
}

.post_wrapper_left
{
	float: left;
	width: 200px;
	margin: 0 30px 0 0;
}

.post_wrapper_left_full
{
	float: left;
	width: 300px;
	margin: 0 30px 0 0;
}

.post_wrapper_right
{
	float: right;
	width: 350px;
}

.post_wrapper_right_full
{
	float: right;
	width: 600px;
}

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

.post_header
{
	width: 100%;
	float: left;
	padding-bottom: 10px;
	margin: 0 0 10px 0;
}

.post_header h3
{
	font-size :20px;
	font-weight: normal;
}

.post_header h3 a
{
	margin-top: 0;
	margin-bottom: 0px;
	color: #444;
}

.post_header .post_detail, .recent_post_detail, .post_detail
{
	width: 110px;
	padding: 0;
	font-size: 11px;
	color: #B1B1B1;
	float: left;
	text-align: right;
	margin-top: -5px;
}

.post_img
{
	
}

.post_img img.frame
{
	position: relative;
	top: 15px;
}

.post_shadow
{
	width: 550px;
	height: 220px;
	margin-bottom: 10px;
	float: left;
}

.post_shadow img
{
	border: 1px solid #C9C9C9;
	-webkit-box-shadow: -5px -5px 0 0 #F5F5F6, 5px 5px 0 0 #F5F5F6, 5px 0 0 0 #F5F5F6, 0 5px 0 0 #F5F5F6, 5px -5px 0 0 #F5F5F6, -5px 5px 0 0 #F5F5F6;
	-moz-box-shadow: -5px -5px 0 0 #F5F5F6, 5px 5px 0 0 #F5F5F6, 5px 0 0 0 #F5F5F6, 0 5px 0 0 #F5F5F6, 5px -5px 0 0 #F5F5F6, -5px 5px 0 0 #F5F5F6;
	box-shadow: -5px -5px 0 0 #F5F5F6, 5px 5px 0 0 #F5F5F6, 5px 0 0 0 #F5F5F6, 0 5px 0 0 #F5F5F6, 5px -5px 0 0 #F5F5F6, -5px 5px 0 0 #F5F5F6;
}
	
.post_date_bg
{
	width: 78px;
	height: 90px;
	background: transparent url("../images/post_date_bg.png") no-repeat;
	margin-bottom: 10px;
	margin-top: -5px;
}

.post_date_bg .day
{
	font-size: 40px;
	text-align: center;
	letter-spacing: -3px;
	padding-top: 3px;
	margin-left: -3px;
}

.post_date_bg .month
{
	font-size: 14px;
	margin-top: -10px;
	text-align: center;
	text-transform: uppercase;
}

.post_comment_bg
{
	width: 78px;
	height: 49px;
	background: transparent url("../images/post_comment_bg.png") no-repeat;
	margin-bottom: 10px;
	text-align: center;
}

.post_comment_bg div
{
	padding-top: 16px;
	margin-left: -2px;
}

.middle
{
	vertical-align: middle;
}

.post_shadow img
{
	border: 0;
}

.post_excerpt
{
	width: 505px;
	float: right;
	margin-top: -5px;
}

.post_excerpt p:first-child, .sidebar_content p:first-child
{
	margin: 0;
}

.post_header .post_comment
{
	float: right;
	margin: 10px 0 0 0;
	font-size: 11px;
	padding: 5px 15px 5px 15px;
	text-align: right;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 1px 3px #ebebeb;
 	-webkit-box-shadow: 0 1px 3px #ebebeb;
 	box-shadow: 0px 1px 3px #ebebeb;
 	background: #cccccc url("../images/bt_g.png") repeat-x top;
	text-align: left;
	border: 1px solid #ebebeb;
}

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

.comment
{
	width: 570px;
	margin-bottom: 20px;
	margin-left: 25px;
	padding: 20px;
	float: left;
	background: #fff;
	border: 1px solid #C9C9C9;
	-webkit-box-shadow: -3px -3px 0 0 #F5F5F6, 3px 3px 0 0 #F5F5F6, 3px 0 0 0 #F5F5F6, 0 3px 0 0 #F5F5F6, 3px -3px 0 0 #F5F5F6, -3px 3px 0 0 #F5F5F6;
	-moz-box-shadow: -3px -3px 0 0 #F5F5F6, 3px 3px 0 0 #F5F5F6, 3px 0 0 0 #F5F5F6, 0 3px 0 0 #F5F5F6, 3px -3px 0 0 #F5F5F6, -3px 3px 0 0 #F5F5F6;
	box-shadow: -3px -3px 0 0 #F5F5F6, 3px 3px 0 0 #F5F5F6, 3px 0 0 0 #F5F5F6, 0 3px 0 0 #F5F5F6, 3px -3px 0 0 #F5F5F6, -3px 3px 0 0 #F5F5F6;
}

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

.comment .right
{
	width: 65%;
	float: left;
}

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

ul.children
{
	list-style: none;
	margin: 0 0 0 0;
	padding: 5px 20px 10px 20px;
	float: right;
	width: 76%;
}

ul.children .comment
{
	width: 100%;
	margin: 0;
	padding: 20px 0 20px 15px;
	margin: 0 0 15px 0;
	float: left;
}

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

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

.one_third.last
{
	margin-right: 0;
	float:right;
	width:32%;
}

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

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

.two_third.portfolio1
{
	height: 290px;
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 10px;
	position: relative;
}

.two_third.portfolio1 img.frame
{
	position: relative;
	top: 20px;
}

.img_shadow_536
{
	float: left;
	background: transparent url('../images/img_shadow_536.png') no-repeat center bottom;
}

.portfolio1_hover
{
	width: 561px;
	height: 251px;
	text-align: center;
	display: block;
	position: relative;
	top: -251px;
	left: 5px;
	z-index: 999;
	background: transparent;
  	cursor: pointer;
}

.portfolio1_hover img
{
	margin: 83px 0 0 0;
}

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

.one_half.last
{
	position: relative;
	left: 5%;
}

.one_half .portfolio_image
{
	width: 100%;
	height: 330px;
	overflow: hidden;
}

.portfolio_image img
{
	width: 183px;
}

.one_half .portfolio_image img.frame
{
	position: relative;
	top: 21px;
}

.img_shadow_360
{
	float: left;
	background: transparent url('../images/img_shadow_360.png') no-repeat 22px bottom;
}

.one_half .portfolio_desc
{
	width: 94%;
	margin: auto;
}

.one_half .portfolio_desc h2
{
	font-size: 22px;
}

.portfolio2_hover
{
	width: 400px;
	height: 295px;
	text-align: center;
	display: block;
	position: relative;
	top: -295px;
	left: 6px;
	z-index: 999;
	background: transparent;
  	cursor: pointer;
}

.portfolio2_hover img
{
	margin: 105px 0 0 0;
}

.one_third .portfolio_image
{
	width: 100%;
	height: 218px;
	overflow: hidden;
}

.one_third .portfolio_image img.frame
{
	position: relative;
	top: 20px;
}

.img_shadow_220
{
	float: left;
	background: transparent url('../images/img_shadow_220.png') no-repeat 18px bottom;
}

.one_third .portfolio_desc
{
	width: 90%;
	margin-top: -5px;
	margin-left: 15px;
}

.one_third .portfolio_desc h2
{
	font-size: 20px;
}

.portfolio_desc h6 a, .posts.blog h6 a
{
	width: auto;
	font-family: 'Lucida Grande',Arial,Verdana,sans-serif;
	text-transform:none;
	color: #000;
}

#content_wrapper .sidebar .content .sidebar_widget li .portfolio_desc h6 a, #content_wrapper .sidebar .content .sidebar_widget li .posts.blog h6 a
{
	padding: 0;
	color: #000;
	background: transparent;
	width: auto;
	font-size: 13px;
	position: relative;
	margin: 0;
	font-weight: bold;
	letter-spacing: 0;
}

.posts.blog h6
{
	margin: 10px 0 10px 0;
}

.portfolio3_hover
{
	width: 250px;
	height: 183px;
	text-align: center;
	display: block;
	position: relative;
	top: -183px;
	left: 6px;
	z-index: 999;
	background: transparent;
  	cursor: pointer;
}

.portfolio3_hover img
{
	width: 60px;
	margin: 60px 0 0 0;
}

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

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

.one_fourth .portfolio_image
{
	width: 100%;
	height: 155px;
	overflow: hidden;
}

.one_fourth .portfolio_image img.frame
{
	position: relative;
	top: 10px;
}

.img_shadow_160
{
	float: left;
	background: transparent url('../images/img_shadow_160.png') no-repeat 15px bottom;
}

.one_fourth .portfolio_desc
{
	width: 88%;
	margin: auto;
}

.one_fourth .portfolio_desc h2
{
	font-size: 18px;
}

.css_shadow, .portfolio-content > div > div.portfolio200_shadow, .portfolio-content > div > div.portfolio180_shadow
{
	border: 1px solid #C9C9C9;
	-webkit-box-shadow: -3px -3px 0 0 #F5F5F6, 3px 3px 0 0 #F5F5F6, 3px 0 0 0 #F5F5F6, 0 3px 0 0 #F5F5F6, 3px -3px 0 0 #F5F5F6, -3px 3px 0 0 #F5F5F6;
	-moz-box-shadow: -3px -3px 0 0 #F5F5F6, 3px 3px 0 0 #F5F5F6, 3px 0 0 0 #F5F5F6, 0 3px 0 0 #F5F5F6, 3px -3px 0 0 #F5F5F6, -3px 3px 0 0 #F5F5F6;
	box-shadow: -3px -3px 0 0 #F5F5F6, 3px 3px 0 0 #F5F5F6, 3px 0 0 0 #F5F5F6, 0 3px 0 0 #F5F5F6, 3px -3px 0 0 #F5F5F6, -3px 3px 0 0 #F5F5F6;
}

.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;
}

.one_sixth_img
{
	width: 162px;
	height: 235px;
	overflow: hidden;
	float: left;
	display:block;
	border: 10px solid #fff;
	background:#fff;
}

.one_third_img
{
	width: 250px;
	height: 160px;
	overflow: hidden;
	float: left;
	display:block;
	border: 8px solid #fff;
 	background:#fff;
 	-moz-box-shadow: 0 1px 3px #ccc;
 	-webkit-box-shadow: 0 1px 3px #ccc;
 	box-shadow: 0px 1px 3px #ccc;
}

.one_fourth_img, .one_fourth_detail_img
{
	width: 265px;
	height: 230px;
	overflow: hidden;
	float: left;
	display:block;
}

.one_fourth_normal
{
	width: 190px;
	height: 120px;
	overflow: hidden;
	float: left;
	display:block;
	border: 8px solid #fff;
 	background:#fff;
 	-moz-box-shadow: 0 1px 3px #ccc;
 	-webkit-box-shadow: 0 1px 3px #ccc;
 	box-shadow: 0px 1px 3px #ccc;
}

.one_sixth_img:hover, .one_third_img:hover, .one_fourth_img:hover, , .one_fourth_detail_img:hover img:hover
{
	overflow: visible;
}

.one_sixth_img:hover img
{
	position:absolute;
	margin-left: -75px;
	margin-top: -65px;
	z-index: 999;
	-moz-box-shadow: 0 2px 20px #ccc;
 	-webkit-box-shadow: 0 2px 20px #ccc;
 	box-shadow: 0px 2px 20px #ccc;
 	border: 10px solid #fff;
}

/*.one_third_img:hover img
{
	position:absolute;
	margin-left: -25px;
	margin-top: -50px;
	z-index: 999;
	-moz-box-shadow: 0 2px 20px #ccc;
 	-webkit-box-shadow: 0 2px 20px #ccc;
 	box-shadow: 0px 2px 20px #ccc;
 	border: 10px solid #fff;
}*/

.one_fourth_img:hover img
{
	position:absolute;
	margin-left: -60px;
	margin-top: -60px;
	z-index: 999;
	-moz-box-shadow: 0 2px 20px #555;
 	-webkit-box-shadow: 0 2px 20px #555;
 	box-shadow: 0px 2px 20px #555;
}

.one_fourth_detail_img:hover img
{
	display:none;
}

.one_fourth_detail_div
{
	display:none;
	width:260px;
	height:260px;
	padding: 20px;
	background: #f9f9f9 url('../images/body_bg.gif') repeat;
	position:absolute;
	margin-left: -40px;
	margin-top: -40px;
	z-index: 999;
	-moz-box-shadow: 0 2px 20px #ccc;
 	-webkit-box-shadow: 0 2px 20px #ccc;
 	box-shadow: 0px 2px 20px #ccc;
 	color: #666;
}

.one_fourth_detail_img:hover .one_fourth_detail_div
{
	display: block;
}

.portfolio4_hover
{
	width: 180px;
	height: 133px;
	text-align: center;
	display: block;
	position: relative;
	top: -133px;
	left: 6px;
	z-index: 999;
	background: transparent;
  	cursor: pointer;
}

.portfolio4_hover img
{
	width: 60px;
	margin: 25px 0 0 0;
}

.blog_grid_desc
{
	padding: 15px 0 15px 5px;
}

#searchform label
{
	display:none;
}

#searchform
{
	margin: 0 0 10px 0;
}

#searchform input[type=text]
{
	width: 90%;
	margin: 0 0 5px 0;
}

#searchform input[type=submit]
{
	display: none;
}

.portfolio_image
{
	display: block;
}

.related_posts
{
	padding-bottom: 5px;
	padding-top: 5px;
	float: left;
	width: 100%;
}

table
{
	border: 1px solid #ebebeb;
	-moz-box-shadow: 0 1px 3px #ebebeb;
 	-webkit-box-shadow: 0 1px 3px #ebebeb;
 	box-shadow: 0px 1px 3px #ebebeb;
 	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#content_wrapper table thead tr th
{
	text-shadow: 0 0 0 #fff;
}

table tr
{
	background: #ffffff;
}

table tr td, table tr th
{
	border-bottom: 1px solid #ebebeb;
}

table tr th
{
	font-weight: bold;
	background: #f0f0f0;
	text-align: left;
	text-shadow: 0 1px 1px #fff;
}

table tr th, table tr td
{
	padding: 7px 15px 7px 15px;
}

#wp-calendar tr th, #wp-calendar tr td
{
	padding: 3px 8px 3px 8px;
}

#wp-calendar caption
{
	display:none;
}

#wp-calendar
{
	margin: 0 0 20px 0;
}

.pagination {
	margin: 10px 0 10px -3px;
	text-align: left;
}

.pagination a {
	padding: 5px 14px 5px 14px;
 	margin: 0 3px 0 3px;
	color: #888;
	border: solid 1px #ebebeb;
	background: #ebebeb;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ebebeb));
	background: -moz-linear-gradient(top,  #ffffff,  #ebebeb);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ebebeb');
}

.pagination a:hover {
	color: #999;
	-moz-box-shadow: 0 1px 3px #999;
 	-webkit-box-shadow: 0 1px 3px #999;
 	box-shadow: 0px 1px 3px #999;
}

.pagination a:active, .pagination a.active {
	color: #999;
	background: #ebebeb;
}

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

.pp_list ul li
{
	margin: 5px 0 0 0;
	padding-left: 22px;
	padding-bottom: 5px;
}

.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");
}

.accordion
{
 	border: 1px solid #ebebeb;
 	-moz-box-shadow: 0 1px 3px #ebebeb;
 	-webkit-box-shadow: 0 1px 3px #ebebeb;
 	box-shadow: 0px 1px 3px #ebebeb;
}

.accordion h3, .accordion div
{
	border: 0;
	background: transparent;
}

.pp_accordion, .pp_accordion_close
{
 	margin:0;
	margin-bottom: 10px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus
{
	border: 1px solid #ebebeb;
}

.ui-corner-all, .ui-corner-top, .ui-corner-bottom
{
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.ui-state-default, .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, .ui-widget-content
{
	border: 1px solid #C9C9C9;
}

.ui-accordion .ui-accordion-header
{
	font-weight: bold;
	display: block;
	position: relative;
}

.ui-accordion-content
{
	
}

.pp_accordion
{
	
}

.accordion div
{
	border-top: 1px solid #ebebeb;	
}

.accordion h3
{
	padding: 5px 0 5px 8px;
}

.ui-accordion .ui-accordion-header .ui-icon
{
	left: 10px;
}

.ui-tabs-panel
{
	margin-top: 10px;
	-moz-box-shadow: 0 1px 3px #ccc;
 	-webkit-box-shadow: 0 1px 3px #ccc;
 	box-shadow: 0px 1px 3px #ccc;
}

.ui-widget-header
{
	border-bottom: 1px solid #ebebeb;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected
{
	border: 1px solid #C9C9C9;
}

.tabs .ui-state-default
{
	background: transparent;
	border: 0;
}

.tabs .ui-state-default a
{
	color: #999;
}

.ui-tabs .ui-tabs-nav li a 
{
	padding: 5px 20px 5px 20px;
	font-size: 13px;
}

.tabs .ui-state-active
{
	font-weight: bold;
	background: #fff;
	text-shadow: 0 1px 1px #fff;
	display: block;	
}

.tabs .ui-widget-header
{
	border: 0;	
}

.tabs .ui-tabs-panel
{
	border: 1px solid #C9C9C9;
	margin:0;
	padding-top: 0em;
}

.tabs .ui-state-active a
{
	color: #666;
	font-weight: bold;
}

.ui-tabs li:first-child
{
	margin-left: -2px;
}

.one_third .service_thumb
{
	width: 50px;
	margin: 0 20px 0 0;
	float: left;
}

.one_third .service_thumb img
{
	width: 50px;
}

.one_third .service_box
{
	width: 180px;
	float: left;
}

.one_third .service_box p
{
	margin-top: 15px;
}

.portfolio_desc, .portfolio_grid
{
	margin-top: 15px;
	margin-left: 10px;
}

#footer ul
{
	display: block;
	width: 900px;
	margin: auto;
	list-style: none;
	padding: 10px 0 30px 0;
	text-align: left;
	font-weight: normal;
}

#footer textarea
{
	height: 100px;
}

#footer h6
{
	font-size: 13px;
	font-weight: bold;
}

#footer ul > li.widget
{
	float: left;
	width: 22%;
	margin-right: 4%;
	margin-bottom: 0px;
	-webkit-box-shadow: 0 0 0;
	-moz-box-shadow: 0 0 0 transparent;
	box-shadow: 0 0 0 transparent;
	padding: 0;
	border: 0;
	background: transparent;
}

#footer ul li.widget.last
{
	margin-right: 0;
	width: 20%;
	float:right;
}

#footer ul.three li.widget
{
	float: left;
	width: 31%;
	margin-right:3%;
}

#footer ul.three li.widget.last
{
	float: right;
	width: 31%;
	margin-right: 0;
}

#footer ul.two li.widget
{
	float: left;
	width: 48%;
	margin-right:4%;
}

#footer ul.two li.widget.last
{
	float: right;
	width: 48%;
	margin-right: 0;
}

#footer ul.one li.widget
{
	float: left;
	width: 100%;
	margin-right:0;
}
#footer ul li.widget .widgettitle
{
	margin: 0;
	font-size: 13px;
	text-transform: uppercase;
	color: #555;
	border-bottom: 1px solid #E0E0E0;
	display: block;
	padding-bottom: 10px;
}

#footer ul li.widget ul
{
	width: 100%;
	float: left;
}

#footer ul li.widget ul li
{
	margin: 0 0 10px 0;
}

#footer .posts.blog li img
{
	float: left;
	margin: 0 10px 2px 0;
 	width: 40px;
}

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

#content_wrapper .sidebar .content .sidebar_widget li ul.flickr
{
	margin-top: 10px;
}

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

#footer .sidebar_widget li ul.flickr
{
	list-style: none;
	margin: 0 0 30px 0;
	float: left;
	display: block;
	clear: both;
}

#content_wrapper .sidebar .content .sidebar_widget li ul.flickr li, #content_wrapper .sidebar .content .sidebar_widget li ul.flickr li a, ul.flickr li a
{
	display: block;
	float: left;
	margin: 0;
	background-image: none;
	border: 0;
	margin-right: 6px;
	margin-bottom: 3px;
	padding-left:0;
	padding-top: 0;
}

#footer .sidebar_widget li ul.flickr li, #footer .sidebar_widget li ul.flickr li a
{
	display: block;
	float: left;
	margin: 5px 5px 0 0;
}

.sidebar_widget li ul.flickr li
{
	padding-bottom: 0;
}

#footer .sidebar_widget li ul.flickr li:first-child
{
	padding-top: 0;
}

#content_wrapper .sidebar .content .sidebar_widget li ul.flickr li img, ul.flickr li img
{
	width: 55px;
	position: relative;
	border: 1px solid #999;
	-webkit-box-shadow: -3px -5px 0 0 #ebebeb, 5px 5px 0 0 #F5F5F6, 5px 0 0 0 #F5F5F6, 0 5px 0 0 #F5F5F6, 5px -5px 0 0 #F5F5F6, -5px 5px 0 0 #F5F5F6;
	-moz-box-shadow: -5px -5px 0 0 #F5F5F6, 5px 5px 0 0 #F5F5F6, 5px 0 0 0 #F5F5F6, 0 5px 0 0 #F5F5F6, 5px -5px 0 0 #F5F5F6, -5px 5px 0 0 #F5F5F6;
	box-shadow: -3px -3px 0 0 #e7e7e7, 3px 3px 0 0 #e7e7e7, 3px 0 0 0 #e7e7e7, 0 3px 0 0 #e7e7e7, 3px -3px 0 0 #e7e7e7, -3px 3px 0 0 #e7e7e7;
}

#footer .sidebar_widget li ul.flickr li img
{
	width: 49px;
	border: 1px solid #999;
	-webkit-box-shadow: -3px -5px 0 0 #ebebeb, 5px 5px 0 0 #F5F5F6, 5px 0 0 0 #F5F5F6, 0 5px 0 0 #F5F5F6, 5px -5px 0 0 #F5F5F6, -5px 5px 0 0 #F5F5F6;
	-moz-box-shadow: -5px -5px 0 0 #F5F5F6, 5px 5px 0 0 #F5F5F6, 5px 0 0 0 #F5F5F6, 0 5px 0 0 #F5F5F6, 5px -5px 0 0 #F5F5F6, -5px 5px 0 0 #F5F5F6;
	box-shadow: -3px -3px 0 0 #e7e7e7, 3px 3px 0 0 #e7e7e7, 3px 0 0 0 #e7e7e7, 0 3px 0 0 #e7e7e7, 3px -3px 0 0 #e7e7e7, -3px 3px 0 0 #e7e7e7;
}

#slider_bg
{
	width: 100%;
	height: 0;
	margin: 20px 0 30px 0;
	padding: 20px 0 30px 0;
	background: #f2f2f2 url('../images/skins/square_pattern.png') repeat;
	visibility: hidden;
}

#slider_wrapper
{
	width: 100%;
	height: 550px;
	position: absolute;
	top:0;
	margin: auto;
	overflow: visible;
	border-bottom: 1px solid #ccc;
	-webkit-box-shadow: -5px -5px 0 0 rgba(0, 0, 0, 0.03), 5px 5px 0 0 rgba(0, 0, 0, 0.03), 5px 0 0 0 rgba(0, 0, 0, 0.03), 0 5px 0 0 rgba(0, 0, 0, 0.03), 5px -5px 0 0 rgba(0, 0, 0, 0.03), -5px 5px 0 0 rgba(0, 0, 0, 0.03);
	-moz-box-shadow: -5px -5px 0 0 rgba(0, 0, 0, 0.03), 5px 5px 0 0 rgba(0, 0, 0, 0.03), 5px 0 0 0 rgba(0, 0, 0, 0.03), 0 5px 0 0 rgba(0, 0, 0, 0.03), 5px -5px 0 0 rgba(0, 0, 0, 0.03), -5px 5px 0 0 rgba(0, 0, 0, 0.03);
	box-shadow: -5px -5px 0 0 rgba(0, 0, 0, 0.03), 5px 5px 0 0 rgba(0, 0, 0, 0.03), 5px 0 0 0 rgba(0, 0, 0, 0.03), 0 5px 0 0 rgba(0, 0, 0, 0.03), 5px -5px 0 0 rgba(0, 0, 0, 0.03), -5px 5px 0 0 rgba(0, 0, 0, 0.03);
	overflow: hidden;
	background: #F5F5F6 url('../images/skins/right_strip_pattern.png') repeat;
	display:none;
}

#slider_wrapper object
{
	margin: auto;
	margin-top: -40px;
}

#slider_loading
{
	width: 900px;
	height: 340px;
	margin: auto;
	background: transparent url('../images/ajax-loader.gif') no-repeat center center;
}

#slider_wrapper.accordion
{
	border: 0px;
}

#jquery_slider, #jquery_slider li
{
	width: 1200px;
	height: 550px;
}

.home_portfolio, .home_portfolio li
{
	width: 960px;
	height: 310px;
}

#content_wrapper ul.home_portfolio
{
	margin-left: 5px;
	margin-top: 5px;
}

.slideshow_page
{
	margin-top: -544px;
	height: 550px;
	overflow: hidden;
	background: #F5F5F6 url('../images/skins/right_strip_pattern.png') repeat;
	border: 1px solid #C9C9C9;
	-webkit-box-shadow: -5px -5px 0 0 #F5F5F6, 5px 5px 0 0 #F5F5F6, 5px 0 0 0 #F5F5F6, 0 5px 0 0 #F5F5F6, 5px -5px 0 0 #F5F5F6, -5px 5px 0 0 #F5F5F6;
	-moz-box-shadow: -5px -5px 0 0 #F5F5F6, 5px 5px 0 0 #F5F5F6, 5px 0 0 0 #F5F5F6, 0 5px 0 0 #F5F5F6, 5px -5px 0 0 #F5F5F6, -5px 5px 0 0 #F5F5F6;
	box-shadow: -5px -5px 0 0 #F5F5F6, 5px 5px 0 0 #F5F5F6, 5px 0 0 0 #F5F5F6, 0 5px 0 0 #F5F5F6, 5px -5px 0 0 #F5F5F6, -5px 5px 0 0 #F5F5F6;
	display: none;
}

.contact_map
{
	width: 100%;
	height: 550px;
	overflow: hidden;
	top: -85px;
}

.bx-wrapper .bx-prev
{
	width: 36px;
	height: 36px;
	display: inline-block;
	background: transparent url('../images/arrow_prev.png') no-repeat center center;
	position: relative;
	left: 45%;
	cursor: pointer;	
}

.bx-wrapper .bx-next
{
	width: 36px;
	height: 36px;
	display: inline-block;
	background: transparent url('../images/arrow_next.png') no-repeat center center;
	position: relative;
	left: 45.5%;
	cursor: pointer;
}

.slideshow_page .bx-wrapper .bx-prev
{
	left: 44%;
}

.slideshow_page .bx-wrapper .bx-next
{
	left: 44.5%;
}

.slideshow_page .bx-wrapper .bx-prev, .slideshow_page .bx-wrapper .bx-next
{
	top: -60px;
	z-index: 999;
	display: none;
}

.page_slide
{
	width: 36px;
	height: 36px;
	display: block;
	background: transparent url('../images/arrow_down.png') no-repeat center center;
}

.page_slide.hide
{
	background: transparent url('../images/arrow_up.png') no-repeat center center;
}

#page_slide
{
	cursor: pointer;
	margin-top: 8px;
}

.bx-wrapper .bx-prev:active, .bx-wrapper .bx-next:Active
{
	opacity:0.5;
	filter:alpha(opacity=50);
}

.bx-wrapper, .jgallery
{
	margin: auto;
}

.bx-auto
{
	display: none;
}

.bx-pager
{
	text-align: right;
	position: relative;
	top: -50px;
	left: 100px;
	height: 30px;
	z-index: 99;
	width: 960px;
	overflow: hidden;
}

.bx-pager a { 
	cursor:pointer;
	width: 14px;
	height:14px;
	background: transparent url('../images/bullet_nav_bg.png') no-repeat top;
	display: block;
	float: left;
	text-indent: 9999px;
	margin: 10px 7px 0 0;
}
.bx-pager a.pager-active { 
	width: 14px;
	height:14px;
	background: transparent url('../images/bullet_nav_bg_active.png') no-repeat top;
	display: block;
	float: left;
	text-indent: 9999px;
	margin: 10px 7px 0 0; 
}

.jgallery .bx-pager
{
	position: relative;
	top: -90px;
	left: 100px;
	height: 70px;
	z-index: 99;
	width: 960px;
	padding: 0 10px 10px 10px;
	overflow: hidden;
	background: transparent;
	text-align: center;
}

.jgallery .bx_content
{
	top: 120px;
}

.jgallery .bx-pager img
{
	z-index: 999;
	display: block;
	-webkit-box-shadow: rgba(0, 0, 0, .24) 0 3px 8px;
	-moz-box-shadow: rgba(0, 0, 0, .24) 0 3px 8px;
	box-shadow: rgba(0, 0, 0, .24) 0 3px 8px;
}

.jgallery .bx-pager a { 
	cursor:pointer;
	width: 80px;
	height:50px;
	text-indent: 9999px;
	margin: 10px 7px 0 0;
	background: transparent;
	float: none;
	display: inline-block;
}
.jgallery .bx-pager a.pager-active { 
	text-indent: 9999px;
	margin: 10px 7px 0 0; 
	background: transparent;
	float: none;
	display: inline-block;
}

.jgallery .bx-pager a img
{

}

.jgallery .bx-pager a.pager-active img, .jgallery .bx-pager a:hover img
{
	border: 2px solid #fff;
	position: relative;
	top: -5px;
	left: -2px;
}

#jquery_slider li .left_content
{
	float:left;
	width:400px;
	color: #fff;
	text-align: left;
	margin: 20px 0 0 0;
}

#jquery_slider li h3.cufon
{
	color: #fff;
}

#jquery_slider li .right_content
{
	float:right;
	width:520px;
}

.slide_pic_shadow
{
	background: transparent url('../images/slide_pic_shadow.png') repeat;
	width: 512px;
	height: 322px;
}

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

#filler {
				text-align: center;
				height: 1em;
                color:#ffffff;
                font-size:14px;
                padding-top:5px;
                padding-bottom:5px;
			}

.roundabout_header
{
	width: 900px;
	margin: auto;
	display:none;
	color: #ccc;
	font-size: 13px;
	margin-bottom:60px;
}

.roundabout_header h1.cufon
{
	font-size: 30px;
	color: #fff;
}

.roundabout_header p
{
	margin:0;
}

.line_shadow
{
	width: 100%;
	height: 10px;
	margin: auto;
	background: transparent url('../images/line_shadow2.png') no-repeat top center;
	clear: both;
}

.line_shadow.full
{
	width: 100%;
	height: 6px;
	margin: auto;
	background: transparent url('../images/line_shadow.png') no-repeat top center;
	clear: both;
}

.bottom
{
	width: 100%;
	height: 28px;
	margin: auto;
	margin-top: 0;
	background: transparent url('../images/bottom_page_wrap.png') repeat-x;
}

.styled_box_title
{
	width: 95%;
	display: inline-block;
	outline: none;
	text-decoration: none;
	font: 13px/100% Arial, Helvetica, sans-serif;
	padding: 1em 1em 1em;
	border-top-left-radius: .5em;
	-moz-border-radius-topleft: .5em;
	border-top-right-radius: .5em;	
	-moz-border-radius-topright: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.1);
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
	color: #666;
	border: solid 1px #cccccc;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#eeeeee));
	background: -moz-linear-gradient(top,  #f8f8f8,  #eeeeee);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#eeeeee');
	text-shadow: 0 0 0 transparent;
	font-weight: bold;
}

.styled_box_content
{
	background: #fff;
	color: #999;
	font: 13px/100% Arial, Helvetica, sans-serif;
	padding: 1em 1em 1em;
	line-height: 1.3em;
	border-bottom-left-radius: .5em;
	-moz-border-radius-bottomleft: .5em;
	border-bottom-right-radius: .5em;	
	-moz-border-radius-bottomright: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.1);
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
	width: 95%;
	border: solid 1px #cccccc;
	border-top: 0;
}

.breadcrumbs
{
	width: 100%;
	font-size: 11px;
	border-bottom: 1px solid #ebebeb;
	margin-top: -10px;
}

.breadcrumbs .inner
{
	width: 895px;
	margin: auto;
	padding: 10px 0 10px 0;
}

strong.header
{
	color: #444;
	display: block;
	margin-bottom: 5px;
}

.tagline
{
	width: 100%;
	margin: auto;
	padding: 0;
	padding-top: 35px;
	padding-bottom: 40px;
	margin-bottom: 25px;
	text-align: left;
	border-bottom: 1px solid #ebebeb;
}

.tagline_inner
{
	width: 600px;
	float: left;
}

.tagline_button
{
	width: 300px;
	float: right;
	text-align: right;
	padding-top: 20px;
}

.tagline_button a.curved_button
{
	float: right;
	margin-left: 10px;
}

.tagline_header
{
	margin-bottom: 10px;
}

.tagline_header h1
{
	font-size: 24px;
}

.small_author
{
	font-size: 14px;
	color: #ccc;
}

.tagline .button, .tagline .button:hover, .tagline .button:active, .page_caption .button, .page_caption .button:hover, .page_caption .button:active
{
	display: block;
	width: 176px;
	height: 33px;
	padding: 13px 0 0 0;
	border: 0;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}

.portfolio4_shadow
{
	width:240px;
	height:173px;
	margin-top: -8px;
	margin-left: -17px;
	text-align: center;
}

.post4_shadow
{
	width:192px;
	height:120px;
	margin-top: 0;
	margin-bottom: 20px;
	text-align: center;
}

.portfolio3_shadow
{
	width:225px;
	height:134px;
	background: transparent url('../images/3columns_frame.png') no-repeat;
	margin-top: 5px;
	margin-left: -15px;
	text-align: center;
}

.portfolio4_shadow .overlay_detail
{
	width:240px;height:143px;display:block;background:#fff;opacity:0;position:absolute;
	filter: alpha(opacity=0);
	-khtml-opacity: 0;
	-moz-opacity: 0;
	text-align: center;
}

.portfolio3_shadow .overlay_detail
{
	width:225px;height:134px;display:block;background:#fff;opacity:0;position:absolute;
	filter: alpha(opacity=0);
	-khtml-opacity: 0;
	-moz-opacity: 0;
	text-align: center;
}

.portfolio3_shadow img.frame
{
	margin-left: 0px;
	margin-top: 7px;
}

.portfolio3_shadow .overlay_detail div
{
	position: relative;
	top: 30%;
}

.portfolio4_shadow .overlay_detail div
{
	position: relative;
	top: 25%;
}

.portfolio4_shadow img
{
	margin-top: 8px;
	margin-left: 9px;
	border:0;
}

.portfolio180_shadow
{
	width:190px;
	height:260px;
}

.portfolio180_shadow img
{
	border: 0;
}

.portfolio200_shadow
{
	width:210px;
	height:240px;
	margin-top:0;
}

.portfolio200_shadow img
{
	margin-top: 0;
	border: 0;
}

.portfolio642_shadow
{
	width:642px;
	height:249px;
	background: transparent url('../images/post_shadow.png') no-repeat;
	margin-top:0;
}

.portfolio642_shadow img
{
	margin-top: 0;
	border: 0;
}

.home_portfolio
{
	width:100%;
	background: transparent;
	text-align: center;
	float: left;
}

.home_portfolio h5
{
	margin-top: 5px;
	font-size: 22px;
	text-align: left;
	width: 100%;
}

.home_portfolio p
{
	text-align: left;
	width: 100%;
}

.home_portfolio img.frame
{
	padding: 4px;
 	border: 0;
 	position:relative;
}

.home_portfolio .below_shadow
{
	height: 150px;
	background: transparent url("../images/portfolio_shadow.png") no-repeat 20px 132px;
}

.standard_wrapper
{
	width: 960px;
	margin: auto;
}

.standard_wrapper.small
{
	width: 960px;
}

.top_shadow, #content_wrapper.top_shadow
{
	background: transparent url("../images/top_shadow.png") repeat-x top;
	height: 50px;
}

.bottom_shadow, #content_wrapper.bottom_shadow
{
	background: transparent url("../images/bottom_shadow.png") repeat-x top;
	height: 50px;
}

#content_wrapper.top_shadow
{
	padding-bottom: 0;
}

#content_wrapper.top_shadow .inner_wrapper
{
	padding-top: 20px;
}

.portfolio_image
{
	position: relative;
}

.home_boxes_footer
{
	height: 10px;
	background: #e1e1e1 url("../images/bg_ip3.png") repeat-x center bottom;
	border-top: 1px solid #D3D3D3;
}

.home_shadow_footer
{
	height: 20px;
	width: 960px;
	margin:auto;
	background: transparent url("../images/line_shadow.png") repeat-x center bottom;
}

.highlight_yellow
{
	background: #FF9;
}

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

.pp_gallery a img
{
	position: relative;
}

.home_grid_shadow
{
	background: transparent url('../images/img_shadow_160.png') no-repeat 8px bottom;
	padding-bottom:4px;
	float: left;
	margin: 10px 0 0 0;
}

.home_portfolio_grid
{
	float: left;
	width: 176px;
	margin: 0 15px 0 0;
	position: relative;
	top: 5px;
}

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

.home_portfolio_grid p
{
	padding: 0 15px 0 15px;
	width: 146px;
}

.home_gallery .wrapper ul li a
{
	margin: 0 20px 0 0;
}

.home_gallery 
{
	height: 160px;
}

.home_gallery .wrapper
{
	height: 160px;
	padding-top: 0;
}

.quote_text
{
	font-size: 22px;
	font-style: italic;
	font-family: Georgia, Times, serif;
	color: #959595;
	font-weight: normal;
}

.tipsy { padding: 5px; font-size: 12px; background-repeat: no-repeat; background-image: url(../images/tipsy.gif); }
  .tipsy-inner { padding: 5px 8px 4px 8px; background-color: black; color: white; max-width: 200px; text-align: center; font-size:10px; }
  .tipsy-inner { -moz-border-radius:3px; -webkit-border-radius:3px; }
  .tipsy-north { background-position: top center; }
  .tipsy-south { background-position: bottom center; }
  .tipsy-east { background-position: right center; }
  .tipsy-west { background-position: left center; }

.portfolio_title
{
	display: block;
}

.post_info
{
	font-family: Georgia, Times, serif;
	font-style: italic;
	word-spacing: 2px;
	color: #B1B1B1;
}

.img_fade
{
	opacity: .5;
}

.img_fade.left
{
	opacity: .5;
	float:left;
}

.img_nofade
{
	
}

.top_right_content
{
	float: right;
	width: 400px;
	margin: 38px 0 0 0;
}

.tipsy
{
	display:block;
	float: left;
}

.slide_video_wrapper
{
	width: 900px;
	height: 340;
	-webkit-box-shadow: 3px 0 20px #000;
	-moz-box-shadow: 3px 0 20px #000;
	box-shadow: 3px 0 20px #000;
	margin: auto;
	margin-top: 10px;
}

#map_contact
{
	width: 960px;
	height: 300px;
	margin: auto;
}

.nivo_border
{
	background: #000;
}
.ui-accordion .ui-accordion-header a
{
	color: #666;
	font-size: 13px;
	font-weight: bold;
	text-transform: none;
	margin: 5px 0 5px 10px;
}

.ui-accordion .ui-accordion-content
{
	padding-top: 1.5em;
	padding-bottom: 1.5em;
}

body.home .sidebar_content .one_fourth_normal img, body.home .sidebar_content .one_fourth_normal
{
	width: 130px;
	height: 80px;
}

body.home .sidebar_content .one_third_img img, body.home .sidebar_content .one_third_img
{
	width: 180px;
	height: 110px;
}

#content_wrapper .filter
{
	list-style: none;
	display: block;
	margin: 10px 0 0 0;
}

.filter li
{
	border:0;
	float: left;
	clear: both;
	background-image:none;
	padding: 0;
	margin: 0 10px 10px 0;
	padding: 5px 15px 5px 15px;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ebebeb));
	background: -moz-linear-gradient(top,  #ffffff,  #ebebeb);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ebebeb');
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	border: 1px solid #c9c9c9;
}

.filter li a
{
	color: #7D7D7D;
}

.filter li.active
{
	font-weight: bold;
}

.filter.full li.active, .filter li.active
{
	background: -webkit-gradient(linear, left top, left bottom, from(#8ac7ed), to(#5face4));
	background: -moz-linear-gradient(top,  #8ac7ed,  #5face4);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#8ac7ed', endColorstr='#5face4');
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	border: 1px solid #5face4;
	font-weight: normal;
}

.filter li.active a
{
	color: #fff;
}

.filter.full li
{
	border:0;
	float: left;
	background-image:none;
	padding: 0;
	margin: 0 20px 0 0;
	padding: 5px 15px 5px 15px;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ebebeb));
	background: -moz-linear-gradient(top,  #ffffff,  #ebebeb);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ebebeb');
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	border: 1px solid #c9c9c9;
}

.filter li:first-child.all-projects
{
	padding: 5px 15px 5px 15px;
}

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

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

#option_wrapper
{
	position: fixed;
	top: 180px;
	left:-140px;
	width: 140px;
	padding: 19px 0 23px 0;
	background: #000;
	z-index: 99999;
	color: #fff;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomRight: 10px;
	border-top-bottom-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topRight: 10px;
	border-top-top-radius: 10px;
}

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

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

#option_wrapper select
{
	background: #000;
	color: #fff;
	border: 1px solid #444;
	width: 110px;
}

strong.line
{
	border-bottom: 1px solid #ebebeb;
	display: block;
	padding: 0 0 10px 0;
	margin: 0;
}

strong
{
	color: #555;
	font-size: 12px;
}

#footer strong
{
	font-size: 11px;
}

#galleria_slide .galleria-container
{
	margin: auto;
}