/* 
	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: #f5f5f5;
	font-size: 13px;
	font-family: "helvetica neue",Helvetica,Arial,Verdana,sans-serif;
	padding: 0;
	margin: 0;
	color: #999;
	visibility: hidden;
}

a
{
	color: #738ca0;
	text-decoration: none;
}

a:hover
{
	color: #738ca0;
	text-decoration: none;
}

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

hr
{
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	background: #fff;
	margin: auto;
	margin-bottom: 20px;
	width: 930px;
}

#footer hr
{
	height: 1px;
	border: 0;
	border-top: 1px solid #999;
	background: #666;
	margin: 0 0 20px 0;
	width: 100%;
}

h1, h2, h3, h4, h5, label
{
	color: #738ca0;
}

h1
{
	font-size: 36px;
	font-weight: normal;
}

h2
{
	color: #5A6F80;
	font-size: 30px;
	font-weight: normal;
}

h2.quote
{
	font-size: 32px;
}

h3
{
	color: #5A6F80;
	font-size: 28px;
	font-weight: normal;
}

h4
{
	color: #5A6F80;
	font-size: 24px;
	font-weight: normal;
}

h5
{
	color: #5A6F80;
	font-size: 22px;
	font-weight: normal;
}

.clear
{
	clear: both;
}

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

img.frame
{
	padding: 5px;
	background: #fff;
	border: 1px solid #ebebeb;
	-moz-box-shadow: 0 1px 5px #ccc;
 	-webkit-box-shadow: 0 1px 5px #ccc;
 	box-shadow: 0px 1px 5px #ccc;
}

.frame_left
{
	padding: 5px;
	border: 1px solid #ebebeb;
	-moz-box-shadow: 0 1px 5px #ccc;
 	-webkit-box-shadow: 0 1px 5px #ccc;
 	box-shadow: 0px 1px 5px #ccc;
 	float: left;
 	margin: 0 20px 10px 0;
 	text-align: center;
 	background: #fff;
}

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

.frame_right
{
	padding: 5px;
	border: 1px solid #ebebeb;
	-moz-box-shadow: 0 1px 5px #ccc;
 	-webkit-box-shadow: 0 1px 5px #ccc;
 	box-shadow: 0px 1px 5px #ccc;
 	float: right;
 	margin: 0 0 10px 20px;
 	text-align: center;
 	background: #fff;
}

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

.dropcap1
{
	display: block;
	float: left;
	margin: 0 8px 0 0;
	font-size: 50px;
	line-height: 40px;
}

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

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

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

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

#top_bar
{
	width: 960px;
	margin: auto;
	padding-top: 0px;
}

.logo
{
	width: 316px;
	float: left;
	margin: 0px 0 0 10px;
	padding-top: 35px;
}

.fast-contact{
	width: 600px;
	float:left;
	display:block;
	margin: 10px 0 0 0px;
	color: #f9fbfb;
	font-size: 18px;
}

.fast-contact span {
	display:block;
	text-align: right;
}

.fast-contact span.telefono {
	font-size: 30px;
	font-weight: bold;
}

.menu
{
	float: right;
	margin: 0px 100px 0 15px;
}

.menu ul{
	list-style: none;
}

.menu li{
	line-height: 26px;
	float: left;
	font-size: 16px;
}

.menu li a{
	color: #f9fbfb;
	padding: 1px 10px 1px 30px;
}

.left_nav, .right_nav
{
	background: transparent url('../images/left_nav.png') no-repeat top;
	width: 15px;
	height: 54px;
	float: right;
	position: relative;
	right: 10px;
}

.right_nav
{
	background: transparent url('../images/right_nav.png') no-repeat top;
}

#menu_wrapper
{
	width: 510px;
	float: right;
	background: transparent url('../images/nav_bg.png') repeat-x top;
	position: relative;
	right: 10px;
}

ul.nav
{
	float: left;
	display: block;
	height: 54px;
	list-style: none;
	position: relative;
	font-size: 16px;
}

ul.nav img.mid_align
{ 
	margin: -3px 10px 0 0;
	border: 0;
}

ul.nav li
{
	float: left;
	height: 41px;
	position:relative; /*important*/
}

ul.nav li:hover a
{
	background: #ebebeb url('../images/nav_bg_hover.png') repeat-x top;
}

ul.nav li a
{
	display: block;
	padding: 11px 13px 15px 13px;
	color: #333;
}

ul.nav li ul, ul.nav li ul li ul
{
	display: none;
	list-style: none;
	background: #fff url('../images/submenu_bg.png') repeat-x bottom;
	position:absolute;
	top: 50px;
	float: none;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-moz-box-shadow: 0 1px 3px #999;
 	-webkit-box-shadow: 0 1px 3px #999;
 	box-shadow: 0px 1px 3px #999;
 	padding: 0 8px 8px 8px;
 	width: 200px;
 	text-shadow: 0 2px 1px #fff;
 	border: 1px solid #DFDFDF;
 	z-index: 1000;
 	font-size: 15px;
 	z-index: 1000;
}

ul.nav li ul li ul
{
	margin-left: 200px;
	top: -10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	z-index: 999;
}

ul.nav li ul.sub-menu li
{
	float: none;
	border: 0;
	height: 30px;
	margin: 10px 0 10px 0;
	width: 100%;
}

ul.nav li ul.sub-menu li a
{
	color: #333;
	padding: 4px 15px 6px 15px;
	display: block;
	text-shadow: 0 1px 1px #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: none;
}

ul.nav li ul.sub-menu li a.hover
{
	background: #ebebeb;
}

.search_box
{
	display: black;
	float: right;
	width: 152px;
	height: 30px;
	background: transparent url('../images/search_bg.png') no-repeat top;
	margin: 11px 0 0 0;
}

.search_box p input, .search_box p input:hover
{
	background: transparent;
	border: 0;
	width: 100px;
	height: 15px;
	padding: 0;
	margin: 7px 0 0 30px;
}

.search_box p input.blur
{
	color: #999;
	font-style: italic;
}

.header_text, .content_align
{
	width: 930px;
	margin: auto;
}

#dottore{
	width: 430px;
	margin: 0;
	background: url(../images/dottore.png) no-repeat;
	float:right;
	height: 361px;
}

#slider-container{
	width: 939px;
	margin: 0px 0 10px 0;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}

#slider{ 
	width: 470px; 
	height: 255px; 
	padding-bottom: 26px;
	padding-top: 50px;
	top: 0;
	left: 0;
	z-index: 0;
	background: transparent url('../images/bottom_shadow480.png') no-repeat bottom;
}

#slider .wrapper{ 
	width: 470px; 
	overflow: hidden; 
	height: 250px; 
	margin: 0; 
	margin-top: 50px;
	position: absolute; 
	top: 0; 
	left: 0; 
}

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

#slider ul li { display: block; float: left; padding: 0; height: 391px; width: 470px; margin: 0; }
#slider .arrow{ display: none;}
#thumbNav{ 
	position:absolute;
	left: 157px;
	z-index: 99;
	top: 283px;
	width: 140px;
	height: 35px;
	display: block;
	background: transparent url('../images/slider_nav_bg.png') repeat-x;
	overflow: hidden;
}
#thumbLeftNav
{
	position:absolute;
	left: 140px;
	z-index: 100;
	top: 283px;
	width: 17px;
	height: 35px;
	display: block;
	background: transparent url('../images/slider_left_nav_bg.png') no-repeat;
}
#thumbRightNav
{
	position:absolute;
	left: 297px;
	z-index: 100;
	top: 283px;
	width: 17px;
	height: 35px;
	display: block;
	background: transparent url('../images/slider_right_nav_bg.png') no-repeat;
}
#thumbRightNav a, #thumbLeftNav a
{
	text-indent: 9999px;
}
#thumbNav a{ 
	display:block;
	width: 14px;
	height: 14px;
	background: url(../images/slider_bullet_nav.png) no-repeat 0 -14px;
	text-indent: 9999px;
	border:0;
	margin-right: 3px;
	float: left;
	cursor: pointer;
	position: relative;
	left: 30px;
	top: 10px;
	padding-right: 4px;
	cursor: pointer;
}

#thumbNav a:hover{ background-position: 0 0px; }
#thumbNav a.cur{ background-position: 0 0; }
#start-stop { 
	background: green; 
	background-image: url(http://www.gallyapp.com/tf_themes/narm/images/cellshade.png); 
	background-repeat: repeat-x; 
	color: white; 
	padding: 2px 5px; 
	width: 40px; 
	text-align: center; 
	position: absolute; 
	right: 45px; 
	top: 341px;
	display: none;
}
#start-stop.playing{ background-color: red; }
#start-stop:hover{ background-image: none; }

#slider .wrapper ul ul{ 
	position: static; 
	margin: 0; 
	background: none; 
	overflow: visible; 
	width: auto; 
	border: 0; 
}
#slider .wrapper ul ul li{ 
	float: none; 
	height: auto; 
	width: auto; 
	background: none; 
}
.caption-left h3, .caption-right h3, .caption-bottom h3
{
	color: #f9fbfb;
	line-height: 0;
	margin-bottom: -10px;
	text-transform: uppercase;
	font-size: 22px;
}
.caption-left h4, .caption-right h4, .caption-bottom h4
{
	line-height: 0;
	margin-bottom: -10px;
	text-transform: uppercase;
}
.caption-left p, .caption-right p, .caption-bottom p
{
	color: #fff;
	margin-top: 5px;
	margin-bottom: 5px;
}

.caption-left
{
	background: #000;
	background: rgba(0,0,0,0.7);
	width: 280px !important;
	position: relative;
	top: -122px;
	padding: 5px 12px 1px 12px;
	z-index: 999;
}

.caption-right
{
	width: 280px;
	background: #000;
	background: rgba(0,0,0,0.7);
	position: relative;
	left: 163px;
	padding: 10px 12px 1px 15px;
	top: -122px;
	z-index: 999;
}

#content_wrapper
{
	text-shadow: 0 1px 1px #fff;
}

#content_wrapper .page_caption
{
	background: #fff;
	margin-top: 6px;
	font-size: 16px;
}

#content_wrapper .page_caption .caption_inner
{
	width: 930px;
	margin: auto;
	padding: 12px 0 20px 0;
}

#content_wrapper .inner
{
	width: 100%;
	background: transparent url('../images/bg_ip.png') repeat-x top;
}

#content_wrapper .inner.white
{
	width: 100%;
	background: #fff;
}
#content_wrapper .inner .inner_wrapper
{
	width: 940px;
	margin: auto;
	padding: 30px 0 0 0;
	background: transparent;
}

#content_wrapper .inner .inner_wrapper .sidebar_content
{
	width: 510px;
	padding-left: 10px;
	float: left;
}

#content_wrapper .inner .inner_wrapper .sidebar_wrapper
{
	width: 390px;
	float: right;
	border-left: 1px solid #fff;
	background: #E7E7E7;
}

.home_box_wrapper a {
	color: #636363;
}


#content_wrapper .home_wrapper .home_box_wrapper .sidebar_content_blog
{
	width: 600px;
	padding-left: 10px;
	float: left;
	border-left: 1px solid #e7e7e7;
}

#content_wrapper .inner .inner_wrapper .sidebar_content_blog
{
	width: 610px;
	padding-left: 10px;
	float: left;
}

#content_wrapper .inner .inner_wrapper .sidebar_wrapper_blog
{
	width: 290px;
	float: right;
	border-left: 1px solid #fff;
	background: #E7E7E7;
}

#map {
    border: 1px solid #FFFFFF;
    height: 350px;
    margin-top: 20px;
    width: 335px;
}

.shadow_maps {
    background: url("../images/shadow_center_small.png") no-repeat scroll 0 0 transparent;
    height: 38px;
    width: 335px;
}

#content_wrapper .inner .inner_wrapper .sidebar_wrapper .sidebar
{
	width: 389px;
	float: right;
	margin-top: -20px;
	min-height: 300px;
	background: #f5f5f5;
}

#content_wrapper .inner .inner_wrapper .sidebar_wrapper .sidebar.white
{
	background: #fff;
}

#content_wrapper .inner .inner_wrapper .sidebar_wrapper_blog .sidebar
{
	width: 289px;
	float: right;
	margin-top: -20px;
	min-height: 300px;
	background: #f5f5f5;
}

#content_wrapper .inner .inner_wrapper .sidebar_wrapper .sidebar .content,
#content_wrapper .inner .inner_wrapper .sidebar_wrapper_blog .sidebar .content
{
	width: 85%;
	margin: 20px 10px 0 30px;
}


#content_wrapper .inner .home_wrapper
{
	width: 100%;
	background: transparent url('../images/bg_ip.png') repeat-x top;
	margin: auto;
}

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

#content_wrapper .sidebar .content .posts.blog li, #content_wrapper .posts.blog li
{
	margin-bottom: 30px;
	line-height: 1.7em;
	clear: both;
	border:0;
}

#content_wrapper .sidebar a, #content_wrapper .posts li a
{
	color: #999;
}

#content_wrapper .sidebar a:hover, #content_wrapper .posts li a:hover
{
	color: #666;
}

#content_wrapper .sidebar .content .posts.blog li a, #content_wrapper .posts li a
{
	font-weight: bold;
}

#content_wrapper .sidebar .content .posts.blog li img, #content_wrapper .posts.blog li img
{
	float: left;
	margin: 0 10px 2px 0;
	padding: 5px;
	background: #fff;
	-moz-box-shadow: 0 1px 5px #999;
 	-webkit-box-shadow: 0 1px 5px #999;
 	box-shadow: 0px 1px 5px #999;
 	width: 75px;
}

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

#content_wrapper .sidebar .content .sidebar_widget li
{
	padding: 10px 0 10px 0;
}

#content_wrapper .sidebar .content .sidebar_widget li:first-child
{
	padding-top: 0;
}

#content_wrapper .sidebar .content .sidebar_widget li ul
{
	margin: 15px 0 0 0;
	margin-left: 20px;
	list-style-image:url("../images/arrow_li.png");
}

#content_wrapper .sidebar .content .sidebar_widget li ul li
{
	padding: 0 0 0 10px;
}

#content_wrapper .sidebar .content .sidebar_widget li ul.twitter
{
	margin: 15px 0 0 -10px;
	list-style-image: none;
	font-size: 11px;
}

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

#content_wrapper .sidebar .content .sidebar_widget li ul.twitter li, ul.posts.twitter li
{
	background: url("http://www.gallyapp.com/tf_themes/narm/images/icon_twitter3.png") no-repeat 10px top;
	padding: 0 0 0 35px;
}

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

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

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

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

#content_wrapper ul
{
	margin-left: 20px;
	list-style-image:url("../images/arrow_li.png");
}

#content_wrapper ul li
{
	line-height: 1.6em;
}

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

#content_wrapper ol li
{
	line-height: 2em;
}

#content_wrapper table
{
	border: 1px solid #ebebeb;
	-moz-box-shadow: 0 1px 5px #ccc;
 	-webkit-box-shadow: 0 1px 5px #ccc;
 	box-shadow: 0px 1px 5px #ccc;
 	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
  margin: 0 auto;
}

#content_wrapper table tr
{
	background: #ffffff;
}

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

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

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

.alert_warning
{
	margin: auto;
	background: #FFFBCC;
	border: 1px solid #E6DB55;
	margin: 10px 0 10px 0;
	font-weight: bold;
	color: #69610A;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 1px 3px #ccc;
 	-webkit-box-shadow: 0 1px 3px #ccc;
 	box-shadow: 0px 1px 3px #ccc;
}

.alert_info
{
	margin: auto;
	background: #DBE3FF;
	border: 1px solid #A2B4EE;
	margin: 10px 0 10px 0;
	color: #0888C3;
	font-weight: bold;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 1px 3px #ccc;
 	-webkit-box-shadow: 0 1px 3px #ccc;
 	box-shadow: 0px 1px 3px #ccc;
}

.alert_success
{	
	margin: auto;
	background: #D5FFCE;
	border: 1px solid #9ADF8F;
	margin: 10px 0 10px 0;
	color: #508600;
	font-weight: bold;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 1px 3px #ccc;
 	-webkit-box-shadow: 0 1px 3px #ccc;
 	box-shadow: 0px 1px 3px #ccc;
}

.alert_error
{	
	margin: auto;
	background: #FFCECE;
	border: 1px solid #DF8F8F;
	margin: 10px 0 10px 0;
	color: #E3302C;
	font-weight: bold;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 1px 3px #ccc;
 	-webkit-box-shadow: 0 1px 3px #ccc;
 	box-shadow: 0px 1px 3px #ccc;
}

.alert_warning p, .alert_info p, .alert_success p, .alert_error p
{
	margin: 15px;
}

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

.pagination a {
	padding: 5px 7px 5px 7px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
 	margin: 0 3px 0 3px;
 	background: #f0f0f0;
	border: 1px solid #ccc;
	color: #999;
	text-shadow: 0 1px 1px #fff;
}

.pagination a:hover {
	-moz-box-shadow: 0 1px 3px #ccc;
 	-webkit-box-shadow: 0 1px 3px #ccc;
 	box-shadow: 0px 1px 3px #ccc;
 	border: 1px solid #999;
	background: #fff;
}

.pagination a:active, .pagination a.active {
	color: #666666;
	border: 1px solid #ccc;
	-moz-box-shadow: 0 1px 3px #ccc;
 	-webkit-box-shadow: 0 1px 3px #ccc;
 	box-shadow: 0px 1px 3px #ccc;
	background: #fff;
	text-shadow: 0px 0px 0px transparent;
}

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

#reponse_msg
{
	color :#000000;
	font-weight: bold;
}

#content_wrapper table#wp-calendar
{
	background: #fff;
	-moz-box-shadow: 0 1px 5px #ccc;
 	-webkit-box-shadow: 0 1px 5px #ccc;
 	box-shadow: 0px 1px 5px #ccc;
}

#content_wrapper table#wp-calendar caption
{
	font-weight: bold;
	margin-bottom: 10px;
}

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

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

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

#home_tagline
{
	background: #fff;
	padding: 10px 0 15px 0;
	text-align: center;
	color: #636363;
}

#home_tagline h2
{
	font-size: 43px;
}

.bottom-wrapper {
  background: url(/images/bg_ip3.png) repeat-x center bottom transparent; width: 100%; height: 8px; position: relative; top: 6px;
}

span.desc
{
	font-size: 18px;
	margin-top: -10px;
	display: block;
  font-family: ColaborateThinRegular;
}

.inner_wrapper
{
	min-height: 200px;
	background: transparent url('../images/bg_ip.png') repeat-x top;
}

#footer
{
	text-align: center;
	padding: 0 0 30px 0;
	font-size: 11px;
	font-weight: bold;
	margin-top: 0px;
	text-shadow: 0 1px 1px #666;
	background: #fff url('../images/header_bg2.png') repeat-x top;
	color: #fff;
}

#footer a, #footer a:hover
{
	color: #fff;
}

#footer a:active
{
	color: #ccc;
}

.reverse_shadow
{
	height: 20px;
	margin: 10 0 0px 0;
	z-index: 999;
	background: transparent url('../images/bg_ip3.png') repeat-x bottom;
}

#footer .shadow
{
	height: 20px;
	margin: 0 0 10px 0;
	z-index: 999;
	background: transparent url('../images/bg_ip2.png') repeat-x top;
}

#footer ul
{
	display: block;
	width: 860px;
	margin: auto;
	list-style: none;
	padding-bottom: 30px;
	text-align: left;
	font-weight: normal;
	color: #ccc;
}

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

#footer ul li.widget .widgettitle
{
	margin: 0 0 20px 0;
	font-size: 22px;

	color: #fff;
  font-family: ColaborateLightRegular;
}

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

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

#copyright
{
	margin-top: 20px;
}

.home_box_wrapper
{
	width: 900px;
	margin: auto;
	padding: 30px 0 0 0;
}

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

.home_box_wrapper .one_third
{
	width: 31%;
	margin: 0 20px 30px 0;
}

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

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

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

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

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

.two_third, .gallery_container
{
	float: left;
	width: 64%;
	margin-right: 3%;
	text-align: justify;
}
.two_third.last {
	margin:0;
}

.gallery_container
{
	min-height: 160px;
	padding-bottom: 15px;
	overflow: hidden;
}

.two_third.gallery1
{
	height: 300px;
	overflow: hidden;
}

.gallery1_hover
{
	width: 582px;
	height: 251px;
	text-align: center;
	display: block;
	position: relative;
	top: -261px;
	left: 5px;
	z-index: 999;
	background: #000;
  	cursor: pointer;
}

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

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

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

.one_half .gallery_image
{
	width: 100%;
	height: 310px;
	overflow: hidden;
}

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

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

.gallery2_hover
{
	width: 400px;
	height: 291px;
	text-align: center;
	display: block;
	position: relative;
	top: -301px;
	left: 6px;
	z-index: 999;
	background: #000;
  	cursor: pointer;
}

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

.one_third .gallery_image
{
	width: 100%;
	height: 220px;
	overflow: hidden;
}

.one_third .gallery_desc
{
	width: 90%;
	margin: auto;
}

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

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

.gallery3_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 .gallery_image
{
	width: 100%;
	height: 110px;
	overflow: hidden;
}

.one_fourth .gallery_image a img
{
	width: 120px;
}

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

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

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

.gallery4_hover
{
	width: 120px;
	height: 90px;
	text-align: center;
	display: block;
	position: relative;
	top: -101px;
	left: 6px;
	z-index: 999;
	background: #000;
  	cursor: pointer;
}

.gallery4_hover img
{
	width: 60px;
	margin: 12px 0 0 0;
}

.post_wrapper
{
	width: 100%;
	margin: 0 0 70px 0;
}

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

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

.post_header a
{
	color: #999;
}

.post_header h2 a
{
	color: #444;
}

.post_header a:hover
{
	color: #666;
}

.post_header .post_detail, .recent_post_detail
{
	font-size: 11px;
	word-spacing: 1px;
	font-style: italic;
	background: #E7E7E7;
	width: 80%;
	padding: 5px 10px 5px 10px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}

.post_img
{
	width: 610px;
	height: 220px;
	overflow: hidden;
}

.post_img_date
{
	padding: 5px;
	background: #000;
	position: relative;
	top: -60px;
	left: 7px;
	width: 150px;
	text-transform: uppercase;
	color: #fff;
	text-shadow: 0 0 0 #fff;
	text-align: center;
}

.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("http://www.gallyapp.com/tf_themes/narm/images/bt_g.png") repeat-x top;
	text-align: left;
	text-shadow: 0 1px 1px #fff;
	border: 1px solid #ccc;
}

#about_the_author
{
	width: 98%;
	float: left;
	background: #fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #ebebeb;
	-moz-box-shadow: 0 1px 3px #ebebeb;
 	-webkit-box-shadow: 0 1px 3px #ebebeb;
 	box-shadow: 0px 1px 3px #ebebeb;
 	text-shadow: 0 1px 1px #fff;
}

#about_the_author .header
{
	font-weight: bold;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	text-shadow: 0 1px 1px #fff;
	border-bottom: 1px solid #ebebeb;
}

#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;
	border: 1px solid #ccc;
	width: 50px;
}

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

.comment .left img.avatar
{
	padding: 3px;
	border: 1px solid #ccc;
	background: #fff;
	width: 50px;

}

.comment
{
	width: 545px;
	margin-bottom: 20px;
	margin-left: 25px;
	padding-bottom: 20px;
	float: left;
}

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

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

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

.children
{
	list-style: none;
}

.children .comment
{
	width: 70%;
	margin: -20px 0 40px 80px;
	padding: 10px 0 10px 15px;
	float: left;
	-moz-box-shadow: 0 1px 3px #ccc;
 	-webkit-box-shadow: 0 1px 3px #ccc;
 	box-shadow: 0px 1px 3px #ccc;
	border-bottom: 0;
	background: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

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

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

.accordion
{
	margin: 1px 0 0 0;
	background: #fff;
	-moz-box-shadow: 0 1px 5px #ccc;
 	-webkit-box-shadow: 0 1px 5px #ccc;
 	box-shadow: 0px 1px 5px #ccc;
 	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

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

.ui-accordion .ui-accordion-header
{
	font-weight: bold;
	background: #fff;
	text-shadow: 0 1px 1px #fff;
	border-bottom: 1px solid #ebebeb;
	display: block;
}

.ui-accordion .ui-accordion-header a
{
	color: #666;
}

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

.accordion h3
{
	font-size: 14px;
	padding: 5px 0 5px 8px;
}

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

.ui-tabs-panel
{
	margin-top: 10px;
}

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

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

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

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

.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 #ccc;
	-moz-box-shadow: 0 1px 5px #ccc;
 	-webkit-box-shadow: 0 1px 5px #ccc;
 	box-shadow: 0px 1px 5px #ccc;
 	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin:0;
	background: #fff;
}

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

.pricing_box
{
	border: 1px solid #ccc;
	float: left;
	text-align: center;
	padding: 0 0 20px 0;
}

.pricing_box .header
{
	color: #666;
	text-shadow: 0 1px 1px #fff;
	border-bottom: 1px solid #ccc;
	background: transparent url('../images/nav_bg.png') repeat-x center center;
}

.pricing_box .header
{
	width: 100%;
	height: 40px;
	text-align: center;
}

.pricing_box .header span
{
	position: relative;
	top: 7px;
	font-size: 16px;
	font-weight: bold;
}

.pricing_box h2
{
	font-weight: bold;
	font-size: 28px;
}

#content_wrapper .pricing_box ul
{
	list-style: none;
	margin: 5px 0 15px 0;
}

.pricing_box.large
{
	margin-top: -3%;
	background: #fff;
	-moz-box-shadow: 0 1px 10px #999;
 	-webkit-box-shadow: 0 1px 10px #999;
 	box-shadow: 0px 1px 10px #999;
 	padding: 0 0 40px 0;
 	font-size: 1.2em;
}

.pricing_box.three
{
	width: 33%;
}

.pricing_box.four
{
	width: 24.5%;
	font-size: 1em;
}

.pricing_box.four h2
{
	font-size: 2em;
}

.pricing_box.four.large
{
	margin-top: -1.5%;
}

.pricing_box.five
{
	width: 19.5%;
	font-size: 0.9em;
}

.pricing_box.five h2
{
	font-size: 1.7em;
}

.pricing_box.five.large
{
	margin-top: -1.5%;
}

.pricing_box.five .header span
{
	font-size: 1.2em;
	top: 9px;
}

.narm_gallery
{
	margin: 30px 0 30px 0;
}

.narm_gallery a
{
	display: block;
	margin-right: 2%;
	margin-bottom: 1%;
	float :left;
}

.narm_gallery a img
{
	padding: 3px;
	background: #fff;
	border: 1px solid #ccc;
	-moz-box-shadow: 0 1px 5px #ccc;
 	-webkit-box-shadow: 0 1px 5px #ccc;
 	box-shadow: 0px 1px 5px #ccc;
}

#move_next
{
	position: absolute;
	width: 100px;
	height: 600px;
	z-index: 2;
	background: #666;
	display: block;
	/* for IE */
  	filter:alpha(opacity=0);
  	/* CSS3 standard */
  	opacity:0;
}

#move_prev
{
	position: absolute;
	width: 100px;
	height: 600px;
	z-index: 2;
	background: #fff;
	display: block;
	/* for IE */
  	filter:alpha(opacity=0);
  	/* CSS3 standard */
  	opacity:0;
}

#content_wrapper .card
{
	float: left;
	height: 500px;
	overflow: hidden;
	margin: 5px 20px 10px 0;
	text-shadow: 0 0 0 transparent;
}

#content_wrapper .card .title
{
	display: block;
	margin: 5px 0 0 10px;
	width: 420px;
	padding: 10px;
	font-size: 11px;
}

#content_slider_wrapper
{
	width: 940px;
	height: 14px;
	background: #ebebeb url('../images/bg_ip2.png') repeat-x top;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	margin: auto;
	border: 1px solid #ccc;
	-moz-box-shadow: 1px 1px 1px #fff;
 	-webkit-box-shadow: 1px 1px 1px #fff;
 	box-shadow: 1px 1px 1px #fff;
}

#content_slider
{
	width: 85%;
	height: 14px;
	background: #ebebeb url('../images/bg_ip2.png') repeat-x top;
	cursor: pointer;
	position: relative;
	border: 0;
}

#content_slider .ui-slider-handle
{
	width: 15%;
	background: #999 url('../images/bg_ip2.png') repeat-x top;
	height: 14px;
	position: absolute;
	display: block;
	border: 0;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px
}

.inner_slide, .inner_wrapper
{
	margin: auto;
}

#content_wrapper .sub_tab, #content_wrapper .sub_tab ul
{
	margin: auto;
	width: 920px;
	float: none;
}

#content_wrapper .sub_tab
{
	padding-top: 25px;
}

#content_wrapper .sub_tab ul
{
	list-style: none;
	list-style-image: none;
	margin-top: 5px;
}

#content_wrapper .sub_tab ul li
{
	float: left;
	margin-right: 10px;
}

#content_wrapper .sub_tab ul li a
{
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	color: #999;
	font-weight: bold;
	padding: 5px 20px 5px 20px;
}

#content_wrapper .sub_tab ul li a.active, #content_wrapper .sub_tab ul li:hover a
{
	background: #999 url('../images/bg_ip2.png') repeat-x top;
	color: #fff;
	text-shadow: 0 1px 1px #666;
}

.portfolio_wrapper
{
	background: #ebebeb;
	border: 1px solid #ccc;
	width: 935px;
	margin: auto;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 15px;
	-moz-box-shadow: 1px 1px 1px #fff;
 	-webkit-box-shadow: 1px 1px 1px #fff;
 	box-shadow: 1px 1px 1px #fff;
}

.tab_wrapper img, .tab_wrapper .frame_left, .tab_wrapper .frame_right, .tab_wrapper .frame_center
{
	-moz-box-shadow: 1px 1px 1px #fff;
 	-webkit-box-shadow: 1px 1px 1px #fff;
 	box-shadow: 1px 1px 1px #fff;
}

#theme_options
{
	position:fixed;top:10px;left:10px;padding:0 15px 0 15px;border:1px solid #333;
	background: transparent url('../images/dark_slider_nav_bg.png') repeat-x top;
 	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	text-shadow: 0 -1px 1px #333;
	cursor:pointer;
	color: #fff;
	-moz-box-shadow: 1px 1px 1px #999;
 	-webkit-box-shadow: 1px 1px 1px #999;
 	box-shadow: 1px 1px 1px #999;
 	z-index: 100;
}

#theme_options a, #theme_options a:hover
{
	display: block;
	padding: 5px;
	color: #fff;
}

.skins_title{background:#fff;border-bottom:1px solid #ddd;width:100%;height:60px;margin:auto;}.skins_title h1{display:block;padding:15px 0 0 20px;font-size:20px;text-shadow:0 1px 1px #fff;color:#888;}.skin_content{background:#f5f5f5;width:100%;float:left;height:430px;overflow:auto;}.skin_content ul{list-style:none;display:block;float:left;margin:20px 0 20px 20px;width:95%;}.skin_content ul li{width:23%;margin-right:16px;margin-bottom:3%;float:left;display:block;text-align:center;}.skin_content ul li a,.skin_content ul li a:hover{color:#999;text-shadow:0 1px 1px #fff;}.skin_content ul li img{padding:4px;border:1px solid #ccc;-moz-box-shadow:0 1px 3px #ccc;-webkit-box-shadow:0 1px 3px #ccc;box-shadow:0 1px 3px #ccc;width:150px;height:138px;}.skin_content ul li img:hover,.skin_content ul li img.active{padding:4px;background:#FFA200;border:1px solid #999;-moz-box-shadow:0 1px 3px #999;-webkit-box-shadow:0 1px 3px #999;box-shadow:0 1px 3px #999;width:150px;height:138px;}*:first-child+html .skin_content{height:380px;padding-bottom:10px;border:0;}

pre, code
{
	font-size: 12px;
	white-space: pre;
}

/*
	Input layout
*/

input[type=text], input[type=password], select
{
	background: transparent;
	padding: 5px;
	font-size: 12px;
	margin: 0;
	border: 1px solid #ebebeb;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #fff;
	font-family: "helvetica neue",Helvetica,Arial,Verdana,sans-serif;
	color: #666;
}

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

textarea
{
	background: transparent;
	padding: 3px 5px 3px 5px;
	font-size: 12px;
	color: #666;
	margin: 0;
	border: 1px solid #ebebeb;
	height: 200px;
	overflow: auto;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #fff;
	font-family: "helvetica neue",Helvetica,Arial,Verdana,sans-serif;
}

input[type=text]:hover, input[type=password]:hover, textarea:hover
{
	border: 1px solid #ccc;
	-moz-box-shadow: 0 1px 3px #ebebeb;
 	-webkit-box-shadow: 0 1px 3px #ebebeb;
 	box-shadow: 0px 1px 3px #ebebeb;
}

a.button, a.button:hover
{
	display: block;
	width: 101px;
	height: 35px;
	color: #fff;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
}

input[type=submit]
{
	float: left;	
}

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

a.button.center
{
	margin:auto;
}

a.button span
{
	display: block;
	top: 8px;
	position: relative;
	text-transform: uppercase;
	text-shadow: 0 -1px 1px #666;
}

a.long_button, a.long_button:hover, input[type=submit], input[type=button]
{
	display: block;
	width: 150px;
	height: 45px;
	color: #fff;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
}

input[type=submit], input[type=button]
{
	border: 0;
	text-transform: uppercase;
}

a.long_button.center
{
	margin:auto;
}

a.long_button span
{
	display: block;
	top: 14px;
	position: relative;
	text-transform: uppercase;
	text-align: center;
	text-shadow: 0 -1px 1px #666;
}

.comment-reply-link
{
	color: #999;
	font-weight: bold;
	display: block;
	margin: 10px 0 0 0;
}

.screen-reader-text
{
	display: none;
}

#searchsubmit
{
	margin: 5px 0 0 0;
}

.widget_search
{
	margin: 0 0 50px 0;
}

.restore_default
{
	margin-top:12px;display:block;padding-left:10px;float:left;
}

#theme_option_btn
{
	display: block;
	width: 100%;
	cursor: pointer;
}

.theme_option_btn
{
	border:1px solid #ccc;padding:10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #fff;
	font-weight: bold;
	text-shadow: 0 1px 1px #fff;
	color: #444;
	position: fixed;
	right: 10px;
	top: 29px;
	z-index: 99999;
	-moz-box-shadow: 0 1px 2px #333;
 	-webkit-box-shadow: 0 1px 2px #333;
 	box-shadow: 0px 1px 2px #333;
}

.theme_option
{
	padding: 10px 0 0 0;
	margin: 7px 0 0 0;
	border-top: 1px solid #ebebeb;
	font-size: 11px;
	line-height: 1.6em;
	width: 140px;
	font-weight: normal;
}

.theme_option select
{
	width: 100%;
}

.cufon {
  font-family: ColaborateThinRegular;
}