/*	
Theme Name: upScale
Description: <strong>A sleek Business Theme by Kriesi</strong> - <br/> Update notifications available on twitter and facebook:<br/> <a href='http://twitter.com/kriesi'>Follow me on twitter</a><br/> - <a href='http://www.facebook.com/pages/Kriesi/333648177216'>Join the Facebook Group</a>
Version: 1.1.3
Author: Kriesi
Author URI: http://www.kriesi.at
*/






/*
* PLEASE DO NOT EDIT THIS FILE!
* 
* To make it easy to update your theme, you should not edit the styles in this file. Instead use 
* the custom.css file that is located in your themes /css/ folder to add your styles. 
* You can copy a style rule from this file and paste it in custom.css and
* it will override the style in this file. If you just want to add small css snippets you might also
* want to consider to add it to the designated CSS option field in your themes backend at: Theme Options->Layout & Styling
*/







/*
Small reset & Grid activation - 

editing only recommmended if you know what you do :)
Changes will affect the entire layout...

*/
body, ul, ol, h1,h2,h3,h4,h5,h6,form,li,p,input,select,legend,textarea,fieldset{ margin:0; padding:0;}
ul, ol{list-style-type: none; list-style-position: outside;}

.container{
width: 940px;
margin: 0 auto;
position:relative;
}

.boxed{
padding:20px 0;
}


#wrap_all{
overflow: hidden; 
}

.boxed #wrap_all{
width: 1000px;
margin: 0 auto;
position:relative;
border:1px solid;
overflow: hidden;
}

.container_wrap, #wrap_all{ /*div for perfect centering of large scale background images*/
width: 100%; margin: 0 auto; z-index: 1;
position:relative; display:block; 
}
.grid1, .grid2, .grid3, .grid4, .grid5, .grid6, .grid7, .grid8, .grid9, .grid10, .grid11, .grid_fifth1, .grid_fifth2, .grid_fifth3, .grid_fifth4, .grid_fifth5{
float: left;
margin-left: 20px;
position:relative;
}

.grid1 { width: 60px; }
.grid2 { width: 140px;}
.grid3 { width: 220px;}
.grid4 { width: 300px;}
.grid5 { width: 380px;}
.grid6 { width: 460px;}
.grid7 { width: 540px;}
.grid8 { width: 620px;}
.grid9 { width: 700px;}
.grid10{ width: 780px;}
.grid11{ width: 860px;}

/*special 5th grid*/
.grid_fifth1{width:172px;}
.grid_fifth2{width:364px;}
.grid_fifth3{width:556px;}
.grid_fifth4{width:748px;}


/*default image handling*/
img { border:none; padding: 0; margin:0; display:block;}
.grid1  img{ max-width: 60px; }
.grid2  img{ max-width: 140px;}
.grid3  img{ max-width: 220px;}
.grid4  img{ max-width: 300px;}
.grid5  img{ max-width: 380px;}
.grid6  img{ max-width: 460px;}
.grid7  img{ max-width: 540px;}
.grid8  img{ max-width: 620px;}
.grid9  img{ max-width: 700px;}
.grid10 img {max-width: 780px;}
.grid11 img {max-width: 860px;}
.grid12 img {max-width: 940px;}



/*columns for better content separation*/
.one_fifth	{	overflow: hidden; margin-left: 4%; width:16.5%; float:left;	position:relative; display:inline;}
.one_fourth	{	overflow: hidden; margin-left: 4%; width:22%;  float:left; 	position:relative; display:inline;}
.one_third	{	overflow: hidden; margin-left: 4%; width:30%; float:left; 	position:relative; display:inline;}
.two_fifth	{	overflow: hidden; margin-left: 4%; width:38.5%; float:left;	position:relative; display:inline;}
.one_half	{	overflow: hidden; margin-left: 4%; width:48%; float:left; 	position:relative; display:inline;}
.three_fifth{	overflow: hidden; margin-left: 4%; width:57%; float:left; 	position:relative; display:inline;}
.two_third	{	overflow: hidden; margin-left: 4%; width:66%; float:left; 	position:relative; display:inline;}
.three_fourth{	overflow: hidden; margin-left: 4%; width:74%; float:left; 	position:relative; display:inline;}
.four_fifth	{	overflow: hidden; margin-left: 4%; width:79%; float:left; 	position:relative; display:inline;}

/*the first class overwrites both columns and grid container margins.*/
div .first{
margin-left: 0;
clear: left;
}


/************************************************************************
************************************************************************
************************************************************************



Tempalte CSS: Start editing here :)



-) BASIC CONTAINERS
-) HEAD
-) FEATURED
-) FOOTER
-) SOCKET
-) SIDEBAR
-) CONTENT AREA
-) COMMENTS
-) GENERIC
-) FORM ELEMENTS
-) DYNAMIC TEMPLATE STYLES
*/


/************************************************************************
-) BASIC CONTAINERS
*************************************************************************/
body{
font-size:13px;
font-family: Arial, Helevtica, Verdana, san-serif;
line-height:1.7em;
position:relative;
overflow-x: hidden;
color: #777; 
}

#wrap_all{
background: url(images/bg_shapes.png) transparent center top no-repeat;
}

#header{ /*head area, which contains main menu and logo*/
z-index: 101;
}


#header .container{
/* height:520px; */
z-index: 101;
clear: both;
}

#menu_header .container{
height:80px;
}

#main{ /*main area, contains all content and sidebars*/
float: left;
padding: 20px 0 50px 0;
width: 100%;
background: #fff;
border-top:1px solid #e1e1e1;
border-bottom:1px solid #e1e1e1;
overflow: hidden;
}

#main.callout_active{
padding: 70px 0 50px 0;
}

.sidebar {
margin: 0;
float:left;
padding-left: 20px;
position: relative;
width:280px;
}

.fullwidth .content{
width:100%;
padding:0; margin:0;
}

.fullwidth .sidebar{
display:none;
}



/************************************************************************
-) HEAD
*************************************************************************/

#top .logo, .logo a{
display:block;
position:relative;
border: none;
padding: 0;
margin:0;
}

#top .logo{
margin-bottom:5px;
}

#top .logo a, #top .logo a:hover{
top:0;
left:0;
outline:none;
border: none;
}

#top .logo img{
border:none;
}

#top .bg-logo, #top .bg-logo a{
text-indent: -9999px;
height:95px;
width:186px;
}

#top .bg-logo a{
background-image: url(images/logo.png);
background-repeat: no-repeat;
}



/*submenu area*/


.avia_tooltip {
background: url("images/arrow_up.png") no-repeat scroll 80px top transparent;
margin: 0 0 0 -80px;
padding: 10px 0 0;
position: absolute;
text-align: center;
width: 180px;
z-index: 1000;
font-size: 11px;

}

.avia_tooltip_inner{
background: url(images/gradient-white-strong.png) #eee left top repeat-x;
position: relative;
border: 1px solid #bbb;
border-top:none;
}

.avia_tooltip_content{
background-image: none;
padding:9px;
border: 1px solid #f8f8f8;
margin:0;
line-height: 1em;
}

.avia_tooltip_inner, .avia_tooltip_content{
-moz-border-radius: 45px;
-webkit-border-radius:45px;
border-radius:45px;
}

.tooltip_search_site{
margin: 0 0 0 -160px;
background: url("images/arrow_up.png") no-repeat scroll 160px top transparent;
width:217px;
}

.tooltip_search_site .avia_tooltip_content{
padding:4px;
}

.tooltip_search_site #searchform{
position: relative;
top:auto;
left:auto;
-moz-border-radius: 45px;
-webkit-border-radius:45px;
border-radius:45px;
padding: 5px;
margin:0;
}

.tooltip_search_site #s{
-moz-border-radius: 45px;
-webkit-border-radius:45px;
border-radius:45px;
color:#777;
padding: 5px 30px 5px 10px;
width: 150px;
background: url("images/gradient-black.png") repeat-x scroll left -43px #fff;
border:1px solid #e1e1e1;
margin:0;
}

#top #searchsubmit, #top #searchsubmit:hover{
background: url("images/icon-search.png") transparent center center no-repeat;
height: 22px;
width: 29px;
right: 7px;
top: 8px;
cursor: pointer;
}

#top  .tooltip_search_site #searchsubmit, #top  .tooltip_search_site #searchsubmit:hover{
top:0px;
}

#searchform div{
position: relative;
}



#header .submenu{
background: url(images/bg-submenu.png) transparent left bottom repeat-x;
height:30px;
line-height: 30px;
opacity: 0.7;
z-index: 200;
}

#header .submenu .container{
height:30px;
}

.submenu .megaWrapper{

}

.submenu .megaWrapper li{
float:left;
font-size: 11px;
padding:0px 8px;
background: url(images/bg-menu-small.png) transparent left center no-repeat;
}

.submenu .megaWrapper li:first-child{
padding: 0 8px 0 0;
background: none;
}

.submenu .megaWrapper li div, .submenu .megaWrapper li ul{
display:none;
}

.submenu .social_bookmarks{
float:right;
}

.social_bookmarks li{
float:left;
}

.social_bookmarks li a{
float:left;
width:20px;
height:30px;
background: transparent center center no-repeat;
display: block;
text-indent: -9999px;
margin-left:4px;
opacity: 0.7;
outline: none;
}

.social_bookmarks li a:hover{
opacity:1;
}

.social_bookmarks .search_site a{background-image: url(images/site_search.png); }
.social_bookmarks .rss a{background-image: url(images/social_rss.png); }
.social_bookmarks .twitter a{background-image: url(images/social_twitter.png); }
.social_bookmarks .facebook a{background-image: url(images/social_facebook.png); }

.social_bookmarks #searchform{
display:none;
}

/*navigation*/

#top .main_menu .megaWrapper, #top .main_menu .fallback_menu{
position: absolute;
top:27px;
right:0;
padding:0px 20px;
-moz-border-radius: 45px;
-webkit-border-radius:45px;
border-radius:45px;
-moz-box-shadow: 0px 1px 4px #333;
-webkit-box-shadow: 0px 1px 4px #333;
box-shadow: 0px 1px 4px #333;
background: url(images/gradient-white-strong.png) #d3d3d3 left top repeat-x;
}

#top .main_menu .avia_mega{
position:relative;
z-index:100;
width:100%;
float:left;
}

.main_menu .avia_mega, .main_menu .avia_mega ul{
margin:0;
padding:0;
list-style-type:none;
list-style-position:outside;
position:relative;
z-index:5;
}

#top .main_menu .avia_mega a{
display:block;
padding:0 7px;
text-decoration:none;
text-align:center;
line-height:44px;
height:44px;
outline:none;
z-index:35;
position:relative;
float:left;
color:#777;
text-shadow: -1px -1px 1px #eee;
font-weight: bold;
}

#top .main_menu .avia_mega > .current-menu-item > a{
font-weight: bold;
}


#top .main_menu .avia_mega > .current-menu-item > a, #top .main_menu .avia_mega > li > a:hover{
color:#484848;
}

#top .main_menu .avia_mega li{
float:left;
position:relative;
z-index:20;
}

#top .main_menu .avia_mega ul a:hover{
text-decoration: underline
}

/*navigation:classes for the megamenu dropdown nav*/

.avia_mega_div{
visibility: hidden;
display: none;
position: absolute;
padding: 15px 0 0;
top: 34px;
background: url("images/arrow_up.png") no-repeat scroll 26px top transparent;
display:block;
left:0; 
}

.main_menu .avia_mega_div > .sub-menu{
background:  #fff;
border: 1px solid #ddd;
border-top-color: #fff;
}

#top .main_menu .avia_mega div ul {
line-height: 21px;
}


#top .main_menu .avia_mega div ul li{ width:200px; padding:17px; }

.main_menu .avia_mega1{width:247px; }
.main_menu .avia_mega2{width:478px; }
.main_menu .avia_mega3{width:709px; }
.main_menu .avia_mega4{width:940px; }

.main_menu li:hover .avia_mega1, .main_menu li:hover .avia_mega2, .main_menu li:hover .avia_mega3, .main_menu li:hover .avia_mega4, .main_menu li:hover .avia_mega5{display:block;}


#top .main_menu .avia_mega div ul{
float: left;
}

#top .main_menu .avia_mega div ul ul{
padding:0 0 10px 0;
}

#top .main_menu .avia_mega div ul ul ul{
padding:2px 0 0;
}

#top .main_menu .avia_mega_div ul li li{
width:201px;
float:left;
clear:both;
padding:1px 0 1px 8px;
margin:0;
background: url(images/bullet_grey.png) transparent left 9px no-repeat;
}


#top .main_menu .avia_mega div ul li li li{
width:178px;
}

#top .main_menu .avia_mega div ul li li li li{
width:155px;
}

#top .main_menu .avia_mega ul a{
text-align: left;
display:inline;
line-height: 21px;
padding:0;
height:auto;
float:none;
font-size: 12px;
}

.main_menu .dropdown_link{
padding:0 10px 0 0;
}

.main_menu .dropdown_available {
display: inline-block;
height: 10px;
position: absolute;
right: 6px;
top: 19px;
width: 10px;
background: url(images/dropdown_arrow.png) transparent center top no-repeat;
}

#top .main_menu .avia_mega div ul ul .avia_mega_text_block{
background: none;
padding:3px 0 0 0;
margin:0;
font-size: 11px;
line-height: 1.7em;
}

#top .main_menu .avia_mega div ul .avia_mega_hr{
width:100%;
height:20px;
clear:both;
padding:0;
}

/*navigation:classes for the basic dropdown nav*/


#top .main_menu .avia_mega > li > ul, #top .main_menu .avia_mega > li > ul ul {
display: none;
left: -13px;
padding: 15px 0 0 0;
position: absolute;
top: 34px;
width: 212px;
}

#top .main_menu .avia_mega > li > ul{
background: url("images/arrow_up.png") no-repeat scroll 26px top transparent;
}


#top .main_menu .avia_mega > li > ul li:first-child > a{
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}

#top .main_menu .avia_mega .sub-menu > li > ul li:first-child > a{
border-top: 1px solid #ddd;
}

#top .main_menu .avia_mega > li > ul  li:last-child > a{
-webkit-border-bottom-left-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
-moz-border-radius-bottomleft: 5px;
-moz-border-radius-bottomright: 5px;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
}

#top .main_menu .avia_mega_div .sub-menu > li > ul li:first-child > a {
    border-top: none;
}


#top .main_menu .avia_mega > li > ul a {
background: url(images/gradient-white-strong.png) #f8f8f8 left top repeat-x;
border-bottom: 1px solid #ddd;
border-top: 1px solid #fff;
border-left: 1px solid #ddd;
border-right: 1px solid #ddd;
display: block;
padding: 7px 13px;
width: 170px;
font-size: 12px;
text-shadow: none;
font-weight: bold;
}

#top .main_menu .avia_mega > li > ul a:hover{
background: #fff;
text-decoration: none;
}

#top .main_menu .avia_mega > li > ul li{
padding:0;
}


#top .main_menu .avia_mega > li > ul ul {
    border-top: medium none;
    left: 197px;
    top: -15px;
}

#top .main_menu .avia_mega > li:hover > ul ul, #top .main_menu .avia_mega > li> ul li:hover ul ul,  #top .main_menu .avia_mega > li> ul ul li:hover ul ul ,  #top .main_menu .avia_mega > li> ul ul ul li:hover ul ul,  #top .main_menu .avia_mega > li> ul ul ul ul li:hover ul ul {
display:none;	
}

#top .main_menu .avia_mega > li:hover > ul, #top .main_menu .avia_mega > li > ul li:hover ul,  #top .main_menu .avia_mega > li > ul ul li:hover ul,  #top .main_menu .avia_mega > li > ul ul ul li:hover ul,  #top .main_menu .avia_mega > li > ul ul ul ul li:hover ul ,  #top .main_menu .avia_mega > li > ul ul ul ul ul li:hover ul{
display:block;
}

#top .main_menu .avia_mega h1, #top .main_menu .avia_mega h2, #top .main_menu .avia_mega h3, #top .main_menu .avia_mega h4, #top .main_menu .avia_mega h5, #top .main_menu .avia_mega h6{
font-size: 13px;
text-transform: none;
padding-bottom:5px;
}


/************************************************************************
-) callout-panel
*************************************************************************/

.callout-panel{
border-top:1px solid #fff;
border-bottom:1px solid #fff;
background: #f8f8f8;
z-index: 10;
background: url("images/gradient-white-large.png") repeat-x scroll left 0 #F8F8F8;

}

.callout-panel .container{
min-height:36px;
}

.breadcrumb{
position: absolute;
top:2px;
width:940px;
font-size: 10px;
}

.breadcrumb, .breadcrumb a{
color: #999;
}

/************************************************************************
-) Featured
*************************************************************************/
.slideshow_container_featured{
position: relative;
margin:25px auto -52px auto;
width:940px;
z-index: 100;
clear: both;
overflow: visible;
}

.slideshow_container_featured .feature_excerpt {
bottom:63px;
}

#top .slideshow_container_featured li, #top .slideshow_container_featured .slideshow_container , #top .slideshow_container_featured .slideshow{
background: transparent;
}

.slideshow_container{
position: relative;
}

.slidecontrolls {
bottom: 10px;
left: 0;
position: absolute;
right: 0;
text-align: center;
z-index: 150;
}

.autoslidecontrolls{
position: absolute;
width:100%;
height:24px;
top:50%;
margin-top:-12px;
z-index: 9999;
overflow: visible;
}

.ctrl_fwd, .ctrl_back{
position: absolute;
height: 24px;
width:24px;
position: absolute;
right:-30px;
background: url(images/ctrl_arrow_right.png) transparent center center no-repeat;
outline:none;
z-index: 100;
}

#top .slideshow_container_featured .autoslidecontrolls .ctrl_fwd{
right:-30px;
}

#top .slideshow_container_featured .autoslidecontrolls .ctrl_back{
left:-30px;
}

div .ctrl_back{
left:-30px;
right:auto;
background: url(images/ctrl_arrow_left.png) transparent center center no-repeat;
}

#top.old_ie .ctrl_fwd{ background: url(images/ctrl_arrow_right_ie.png) transparent center center no-repeat; }
#top.old_ie .ctrl_back{ background: url(images/ctrl_arrow_left_ie.png) transparent center center no-repeat; }

#top.old_ie .slideshow_container_featured .autoslidecontrolls .ctrl_fwd{ right:0; }
#top.old_ie .slideshow_container_featured .autoslidecontrolls .ctrl_back{ left:0; }

#top .slideshow_container_featured .autoslidecontrolls, #main .dynamic_column_boxed .autoslidecontrolls{
margin-top:-12px;
}

#main .slideshow_container_featured .slidecontrolls{
bottom:4px;
}


#main .autoslidecontrolls{
margin-top:-18px;
}

#main .autoslidecontrolls .ctrl_fwd, #main .autoslidecontrolls  .ctrl_back{
right:15px;
}

#main .autoslidecontrolls .ctrl_back{
left:15px;
}


#top div .slideshow_welcome {
height: 370px;
position: absolute;
right: 30px;
width: 440px;
display: table;
top:0;
}

#top .video_slide .slideshow_welcome{
height: 250px;
width:390px;
}

.slideshow_container2D img{

}

#top .slideshow_container_featured .image_container img{
border:none;
padding:8px;
}

/*
.slideshow_container_featured .slideshow li iframe, .slideshow_container_featured .slideshow li embed, .slideshow_container_featured .slideshow li object, .slideshow_container_featured .slideshow li video{
background: #fff;
padding:8px;
}
*/

.slideshow_container_featured .multi_images .featured_image1{
position: relative;
left:60px;
display: inline-block;
z-index: 2;
}

.slideshow_container_featured .featured_image2{
position: absolute;
bottom: 14px;
left:0;
z-index: 1;
overflow: hidden;
}

.slideshow_container_featured .featured_image2_darken{
position: absolute;
z-index: 3;
background: #000;
top:0px;
left:0px;
right:0px;
bottom:18px;
opacity: 0.2;
}

.slideshow_container_featured .featured_shadow{
display:block;
padding-bottom: 18px;
background: url(images/shadow_right.png) transparent right bottom no-repeat;
}

.slideshow_container_featured .video_container{
background: url(images/shadow_left.png) transparent left bottom no-repeat;
position: relative;
display: inline-block;
margin: 0 0 7px;
padding: 0 0 28px;
}



.slideshow_container_featured .fullsize.featured .video_container, .slideshow_container_featured .oembed_container{
padding: 0;
}

.slideshow_container_featured .fullsize.featured .video_container .featured_shadow, .slideshow_container_featured .oembed_container .featured_shadow{
    padding-bottom: 13px;
}




.slideshow_container_featured .featured_image_portrait{
display: block;
background: url(images/shadow_left.png) transparent left bottom no-repeat;
}


#top .slideshow_container_featured .featured_image2 img{
height:330px;
background: url("images/gradient-black-double.png") repeat-x scroll left top #bbb;
}

.slideshow_container_featured .slideshow_welcome_align{
display: table-cell;
vertical-align: middle;
text-align: center;
}

.slideshow_container_featured .slideshow_welcome_title{
font-size: 20px;
text-align: justify;
}

.slideshow_container_featured .slideshow_welcome_text{
font-size: 12px;
padding:10px 0;
text-align: justify;
}

#main .slideshow_welcome_text{
color:#999;
}

#main .slideshow_welcome_title{
color:#555;
}

.slidecontrolls a{
display:none;
}

.slideshow_container_featured .slidecontrolls a{
background: url("images/toggle.png") repeat-x scroll center bottom transparent;
height:17px;
width:16px;
display:inline-block;
cursor: pointer;
outline: none;
margin:1px;
}

.slideshow_container_featured .slidecontrolls a:hover, .slideshow_container_featured .slidecontrolls .activeItem{
background: url("images/toggle.png") repeat-x scroll center top transparent;
}

.featured{display:none; position: relative; width:100%;}
.featured_container1{display:block;}

.featured img, .featured a:hover img{
border:1px solid #e1e1e1;
padding:5px;
background: url(images/gradient-black-double.png) #fff left top repeat-x;
}

#top div .slideshow{
padding-bottom:17px;
background: url(images/shadow_right.png) transparent right bottom no-repeat;
margin:0;
position: relative;
list-style-type: none;
border:none;
width:100%;
height:100%;
overflow: hidden;
}

#top .slideshow_container_featured .slideshow{
overflow: visible !important;
height:431px;
}

.slideshow_container{
background: url(images/shadow_left.png) transparent left bottom no-repeat;
}

.slideshow li{
background: #f8f8f8;
list-style-type: none;
list-style-position: outside;
}

.feature_excerpt {
-moz-border-radius: 5px 5px 5px 5px;
background: none repeat scroll 0 0 #032329;
bottom: 22px;
color: #FFFFFF;
left: 22px;
max-width: 80%;
min-width: 50%;
opacity: 0.8;
padding: 2% 3%;
position: absolute;
visibility: hidden;
z-index: 100;
}

.feature_excerpt a{
display:inline;
width:auto;
height:auto;
color:#fff;
text-decoration: underline;
}

#top .feature_excerpt h1{
font-size:17px;
padding-top:3px;
color:#fff;
}

.featured_caption{
font-size: 11px;
line-height:17px;
}


#top div .grid3 .slideshow{
padding-bottom:14px;
}

.extra_movement{
position: relative;
}

.slideshow_container_featured .small_right .video_container{
position: relative;
left:470px;
}

.slideshow_container_featured .small_right .slideshow_welcome{
right:auto;
left:20px;
}

.slideshow_container_featured .small_right .image_container{
left:450px;
position: relative;
}

.slideshow_container_featured .fullsize .image_container{
position: relative;
left:-2px;
}

.slideshow_container_featured .small_right .featured_image2{
left:170px;
}

.slideshow_container3D.slideshow_container_featured{
margin: -15px auto -50px;
}


#top #main .slideshow_container2D .image_container img{
padding:5px;
border:1px solid #e1e1e1;
}

#main .slideshow_container3D.slideshow_container_featured{
margin:-10px 0 0 0;
}

#main .slideshow_container_featured{
margin:0;
}

.slideshow_container_featured .video_containersmall_left, .slideshow_container_featured .video_containersmall_right, .slideshow_container_featured .video_containersmall_left .avia_video, .slideshow_container_featured .video_containersmall_right .avia_video{
width:448px;
height:260px;
}



.preloading, #top .video_slide_helper{
background: #fff url(images/loading.gif) center center  no-repeat;
}

#top .video_slide_helper{
display: block;
height:100%;
width:100%;
top:0;
position: absolute;
z-index: 9999;
}

.image_container a{
display: block;
position: relative;
}

/************************************************************************
-) FOOTER
*************************************************************************/

#footer{
background: url(images/bg_shapes.png) transparent center -300px no-repeat;
padding:50px 0;
font-size: 11px;
clear:both;
}

.boxed #footer{
padding:50px 0 0 0;
}

#footer li{
background: none;
}

#footer .recentcomments{
border:none;
}

#footer .widget_archive li a, #footer .widget_recent_entries li a, #footer .widget_recent_comments li a, #footer .widget_categories li a, #footer .widget_pages li a, #footer .widget_links li a, #footer .widget_meta li a, #footer .widget_nav_menu li a {
display: block;
padding: 3px 0 3px 1px;
font-size:11px;
border-bottom-width: 1px;
border-bottom-style: dotted;
}

#top #footer .tagcloud a{
border:none;
color:#777;
}

#top #footer .widget_tag_cloud h3{
border:none;
}

#footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6{
border-bottom-width: 1px;
border-bottom-style: dotted;
}

#footer_extra_text_div{
border-top-width: 1px;
border-top-style: dotted;
clear: both;
font-size:16px;
font-style: italic;
line-height: 1.7em;

font-family: Georgia,"Times New Roman",Times,serif;
padding:20px 0 0 0;
margin-top:20px;
overflow: hidden;
}

#footer_extra_text_div img{
float:left;
border:none;
margin:0 20px 0 0;
}



/************************************************************************
-) SOCKET
*************************************************************************/

#socket {
position: relative;
width:100%;
bottom: 0;
position: absolute;
padding:3px 0;
font-size: 11px;
height:30px;
line-height: 30px;
}

.boxed #socket {
display: block;
font-size: 11px;
height: 30px;
line-height: 30px;
padding: 34px 0;
position: static;
width: 100%;
}

#socket .social_bookmarks{
float: right;
}

#socket .container{
border-top-style: dotted;
border-top-width: 1px;
}


/************************************************************************
-) SIDEBAR
*************************************************************************/

/*sidebar*/

.sidebar{
background: transparent url("images/bg_sidebar_center.png") repeat-y top left;
}


.sidebar .sidebar_bottom {
bottom:-1px;
top:auto;
background:url("images/bg_sidebar_bottom.png") no-repeat scroll left bottom transparent;
}


.sidebar_top, .sidebar_bottom {
display:block;
height:115px;
left:0;
position:absolute;
top:-30px;
width:100%;
z-index:1;
background:url("images/bg_sidebar_top.png") no-repeat scroll left top transparent;
}

.sidebar div {
position:relative;
z-index:2;
}


.widget{
clear:both;
float:left;
width:100%;
position: relative;
}

.widget li, .widget a{
background:none;
}

.sidebar .widget{
padding:0 0 20px 0;
}

#footer .widget{
padding:0 0 28px 0;
}


/*social media count widget*/
.avia_socialcount{
overflow: hidden;
}

.asc_multi_count{
float:left;
width:50%;
}

.avia_socialcount a, .avia_socialcount a:hover{
height:40px;
text-decoration: none;
display:block;
min-width:120px;
}

.avia_socialcount strong, .avia_socialcount span{
display:block;
line-height: 1em;
padding:0 0 0 40px;
}

.avia_socialcount a strong{
font-size: 23px;
font-family:Georgia,"Times New Roman",Times,serif;
color:#666;
}

.avia_socialcount a span{
font-size:11px;
padding-top:3px;
color:#999;
}

.avia_socialcount .asc_rss{
background: url(images/rss_32.png) transparent no-repeat left center;
}

.avia_socialcount .asc_twitter{
background: url(images/twitter_32.png) transparent no-repeat left center;
}


/*twitter widget*/
#top .tweets{
list-style-type: none;
list-style-position: outside;
border:none;
}

#top .tweet{
padding:7px 0 3px 0;
line-height: 18px;
position: relative;
overflow: hidden;
font-size:11px;
background: none;
border:none;
}

.tweet-thumb{
position:relative;
}

.tweet-thumb a{
margin-right:9px;
padding:3px;
float:left;
}

#top .tweet-thumb img{display:block; float:left; border:none; padding:0; margin:0;}

.tweet-text{
position: relative;
overflow: hidden;
}

.tweet-time{
clear: both;
font-size:10px;
}

/*advertising widget*/

.avia_partner_widget a, .avia_partner_widget a:hover{
color:#aaa;
}

.avia_partner_widget{
overflow: hidden;
clear:both;
left:-4px;
}

.avia_partner_widget a, .avia_partner_widget a:hover{
float:left;
display:block;
text-decoration: none;
height:125px;
width:125px;
outline: none;
border:4px solid #f8f8f8;
}

#top .avia_partner_widget{
padding:0 0 13px;
}

.avia_partner1{
margin-right:13px;
}

.avia_parnter_empty{
height:123px;
width:123px;
display:block;
font-size:10px;
text-align: center;
line-height: 123px;
border:1px solid #e1e1e1;
background: #fff;
}


/*news widget*/

#top .news-content{
padding:7px 0 3px 0;
line-height: 18px;
position: relative;
overflow: hidden;
font-size:11px;
display: block;
clear: both;
}

#top .news-wrap{
border:none;
list-style-type: none;
list-style-position: outside;
}

#top .news-wrap li{
border:none;
background: none;
}

.news-link{
display: block;
position: relative;
}

.news-thumb{
margin-right:9px;
padding:3px;
float:left;
height:48px;
width:48px;
border: 1px solid #EEEEEE;
background: #fff;
}

#top .news-thumb img{display:block; float:left; border:none; padding:0; margin:0;}

.news-headline{
overflow: hidden;
font-weight: bold;
margin-top:2px;
display:block;
}

.news-time{
font-weight:normal;
clear: both;
font-size:10px;
display:block;
}

.news-excerpt{

}

/*sidebar menu widget*/

#top .widget_nav_menu .avia_mega > .current-menu-item, #top .widget_nav_menu .avia_mega > .current-menu-parent{
width:100%;
padding-left:20px;
border-top:1px solid #e1e1e1;
position: relative;
top:-1px;
left:-20px;
background: #fff;
}



#top .widget_nav_menu .avia_mega > .current-menu-item > a{
position: relative;
width: 97%;
padding-left:47px;
left: -39px;
line-height: 32px;
position: relative;
background: url("images/arrow-menu.png") no-repeat scroll left -3px #FFFFFF;
}

#top .widget_nav_menu .avia_mega > .current-menu-item > .sub-menu {
left: -20px;
padding-left: 15px;
position: relative;
width: 100%;
}

#top #main .widget_nav_menu .avia_mega a{
color:#666;
}

#top #main .widget_nav_menu .avia_mega .sub-menu .current-menu-item > a{
background: url("images/bullet_grey.png") no-repeat scroll left 16px transparent;
}


#top #main .widget_nav_menu .avia_mega .sub-menu li:last-child{
border-bottom:none;
}

#top #main .widget_nav_menu ul{
border-top:1px solid #e1e1e1;
}


#top #main .widget_nav_menu li{
border-bottom:1px solid #e1e1e1;
line-height: 32px;
}




/*Archive, Cat, Page widget*/
.widget_archive li , .widget_categories li, .widget_pages li, .widget_links li, .widget_meta li, .widget_nav_menu li{
clear: both;
float: left;
margin: 0;
width:100%;
}

.widget_archive li a, .widget_categories li a, .widget_pages li a, .widget_links li a, .widget_meta li a, .widget_nav_menu li a{
padding: 3px 0 3px 11px;
display:block;
}

#top .widget_nav_menu .avia_mega_text_block, #top .avia_mega_menu_columns_1, #top .avia_mega_menu_columns_2, #top .avia_mega_menu_columns_3, #top .avia_mega_menu_columns_4, #top .avia_mega_menu_columns_5{
padding-top:10px;
}

#top .widget_nav_menu .sub-menu{
padding-left:15px;
}

#top .widget_nav_menu .avia_mega_div .sub-menu{
padding-left:0;
}




/*Search widget*/

.widget #searchform{
position: relative;
right:auto;
top:auto;
}

.widget #searchform #s{
width:84%;
}

#top .widget #searchsubmit, #top .widget #searchsubmit:hover {
top: 10px;
}

/*recent entries*/
.widget_recent_entries li a{
padding: 3px 0;
display:block;
font-size: 12px;
}

/*tagcloud*/

.tagcloud a{
font-size:11px !important;
padding:2px 8px;
margin:0 3px 3px 0;
display:block;
float:left;
-moz-border-radius: 45px;
-webkit-border-radius:45px;
border-radius:45px;
border:1px solid #eeeeee;
background: url("images/gradient-white.png")  repeat-x scroll center top #f8f8f8;
color:#777;
text-shadow: 1px 1px 1px #fff;
}

.tagcloud a:hover{
text-shadow: none;
text-decoration: none;
}

.tagcloud a:hover, #footer .tagcloud a:hover{
background: url("images/gradient-white.png") repeat-x scroll center top #eee;
color:#333;
}

.widget_tag_cloud h3{
border:none;
}

/*rss*/

.widget_rss li{
line-height: 1.5em;
font-size: 12px;
}

.rsswidget{
display:block;
font-size: 13px;
font-weight: bold;
}

.rss-date, .widget_rss cite{
font-size:11px;
}

.widget_rss li{
padding:7px 0;
}

.widget_rss .widgettitle img{
display:none;
}

/*recentcomments*/

.recentcomments{
padding:7px 0;
display:block;
font-size: 11px;
line-height: 1.5em;
}



/*Archive widget*/

.widget_archive li a, .widget_categories li a, .widget_pages li a, .widget_links li a, .widget_meta li a, .widget_recent_entries li a{
color:#666;
border-bottom:1px solid #e1e1e1;
}

.widget_archive li , .widget_categories li , .widget_pages li, .widget_links li, .widget_meta li{
background: url("images/bullet_grey.png") no-repeat scroll left 11px transparent;
}

#top .widget_nav_menu .avia_mega_text_block, #top .avia_mega_menu_columns_1, #top .avia_mega_menu_columns_2, #top .avia_mega_menu_columns_3, #top .avia_mega_menu_columns_4, #top .avia_mega_menu_columns_5{
background: #fff;
}

/**recent entries default widget*/
.widget_recent_entries li a{
color:#888;
}

/*recent comments*/

.recentcomments{
border-bottom:1px solid #eeeeee;
}

/*rss*/
.rss-date, .widget_rss cite{
color:#999;
}

.widget_rss li{
border-bottom:1px solid #e1e1e1;
}

#main .widget > ul{
border-top:1px solid #e1e1e1;
}


/************************************************************************
-) CONTENT AREA
*************************************************************************/
.post-entry{
clear:both;
position: relative;
overflow: hidden;
}

#top .post-title{
font-size: 28px;
padding:0;
}

.entry-content{
float:left;
width:100%;
overflow: hidden;
position: relative;
}

.entry-content>ul, .entry-content>ol, .entry-content>p{
position: relative;
}

.dynamic_column_boxed .entry-content>p{
position: static;
}

.content{
float: left;
width: 620px;
padding-right:20px;
}

.blog-meta{
position: relative;
top:-2px;
}

.blog-meta, .blog-meta a, .blog-meta a:hover , .blog-meta strong, .blog-categories a, .blog-categories a:hover, .blog-categories strong{
font-size:11px;
color:#999;
font-weight: normal;
}

.blog-categories, .date-container{
padding-right:8px;
margin-right:4px;
background:url("images/dashes.png") repeat-y scroll right top transparent;
}

.blog-tags{
padding-left:8px;
margin-left:4px;
background:url("images/dashes.png") repeat-y scroll left top transparent;
}



/*portfolio*/
#top .portfolio-hr-first{
margin: -15px 0 0;
}

.template-portfolio-overview.content, .template-fullwidth.content{
width:100%;
}

.template-portfolio-overview .post-entry{
clear:none;
}

#top .template-portfolio-overview h1{
font-size: 19px;
}

#top .post-entry-first{
padding:0;
background: transparent;
border: none;
}


/*one column*/
.template-portfolio-overview.portfolio-size-1 .post-entry{
clear: both;
}


/*boxed portfolio entries*/
.portfolio_entries_boxed .featured img, .portfolio_entries_boxed .featured a:hover img {
background: none;
border: none;
padding: 0;
}

#top .portfolio_entries_boxed .slideshow, #top .portfolio_entries_boxed .slideshow_container {
background:none;
padding:0;
}

.portfolio_entries_boxed .post-entry{
background: url("images/gradient-black-double.png") repeat-x scroll left bottom #fff;
border: 1px solid #E1E1E1;
padding: 5px;
}

#top .portfolio_entries_boxed .post-title{

}

.portfolio_entries_boxed .entry-content{
padding:10px 10px 10px 10px;
width:auto;
overflow: visible;
}

.portfolio_entries_boxed .grid6{
width:448px;
padding-bottom:40px;
}

.portfolio_entries_boxed .grid4{
width:288px;
padding-bottom:40px;
}

.portfolio_entries_boxed .grid3{
width:208px;
padding-bottom:40px;
}

#top .portfolio_entries_boxed .more-link{
position: absolute;
left:50%;
margin-left:-48px;
bottom:8px;
}

/*boxed Portfolio Full one column*/

#top .portfolio-size-1.portfolio_entries_boxed .more-link{
left:auto;
right:10px;
}

.portfolio-size-1.portfolio_entries_boxed .entry-content{
width:800px;
}

.template-portfolio-overview .blog-categories{
background: none;
}



/*404*/
h2.firstheading{
color:#999;
font-size: 18px;
padding-bottom:10px;
}


/*search template*/

.template-search .hr{
clear: both;
display: block;
height: 4px;
line-height: 11px;
margin: 10px 0 4px 0;
position: relative;
top: 0;
width: 100%;
}

#top .template-search .post-entry.news-content{
color:#666;
outline:none;
}

.template-search .post-entry.news-content:hover, .template-search .post-entry.news-content:hover .news-headline{
color:#444;
text-decoration: none;
}

#top .template-search .pagination{
padding-top:40px;
}

/*pagination*/

#top .pagination {
clear:both;
padding:0 0 20px;
float:left;
position:relative;
z-index:3;
top:-15px;
}

#top .pagination span, #top .pagination a {
display:block;
float:left;
font-size:11px;
line-height:13px;
margin: 2px 2px 2px 0;
padding:6px 9px 5px 9px;
text-decoration:none;
width:auto;
background: #f8f8f8;
border:1px solid #e1e1e1;
color:#888;
}


#top .pagination .current, #top .pagination a:hover{
font-size:11px;
font-weight: bold;
padding:6px 9px 5px 9px;
background: #fff;
color:#555;
}

/*related posts*/
.related_posts{
position:relative;
}

.relThumb{
width:140px;
float:left;
margin-left:20px;
line-height: 16px;
}

.relThumb img, .relThumb a img, .relThumb a:hover img{
border:1px solid #e1e1e1;
padding:5px;
background: url("images/gradient-black-double.png") repeat-x scroll left top #f8f8f8;
}

div .relThumb1{
margin:0;
}

.relThumWrap{
font-size: 11px;
font-style: italic;
}

.relThumbTitle{
padding-top:6px;
display:block;
}

.relThumbHeading{
font-weight: normal;
color:#888;
}

#top .related_posts .contentSlideControlls{
position: absolute;
top:-19px;
left:85px;

}

#top .contentSlideControlls a{
background-image: url("images/reverse-dot.png");
background-repeat: no-repeat;
background-position: center center;
background-color: #ccc;
margin-right:2px;
}

.related_single_heading{
position: absolute;
top:-25px;
left:0;
font-size: 12px;
z-index: 10;
}

.relThumb .related_posts_default_image{
height:90px;
width:138px;
display:block;
border:1px solid #e1e1e1;
background: url("images/gradient-black-double.png") repeat-x scroll left top #f8f8f8;
}

#top .hr_related_posts{
padding-top:30px;
}

.related_posts .single_slide{
display:none;
}

#top .related_posts .single_slide_nr_1{
display:block;
}


/************************************************************************
COMMENTS
*************************************************************************/


.commentmetadata a{
color:#aaa;
}

.form-allowed-tags, .comment_page_nav_links a{
color:#999;
}


#top .gravatar img{
padding:3px;
margin:0;
border:1px solid #e1e1e1;
background: #fff;
}

#top .commentlist{
float:left;
width:100%;
padding: 0 0 30px 0;
border:none;
}

#top .commentlist .comment{
list-style-type: none;
list-style-position: outside;
width:100%;
position: relative;
display: block;
float: left;
padding: 10px 0 0 0;
margin: 10px 0 0 0;
border:none;
background: none;
}

#top .commentlist ul{
border:none;
}

.gravatar{
float:left;
width:56px;
padding-right:20px;
font-size: 11px;
text-decoration: none;
text-align: center;
position: relative;
}

.comment_content{
float:right;
padding:18px 18px 30px;
position:relative;
width:500px;
border:1px solid #e1e1e1;
background: #fff;
}

.author_name{
font-size: 16px;
float:left;
font-style: normal;
}

.author_name a, .author_name a:hover{
font-weight: bold;
text-decoration: none;
}

.comment-edit-link, #cancel-comment-reply-link{
display:inline-block;
font-size: 10px;
padding-left:10px;
}

.commentmetadata {
float:left;
font-size:11px;
line-height:26px;
padding-left:12px;
}

.says{
position: absolute;
left:-13px;
top:18px;
display: block;
height:24px;
width:13px;
text-indent: -9999px;
background:transparent url(images/say.png) no-repeat scroll 0 0;
}

.comment_text{
clear: both;
font-size: 12px;
}

#top .comment-reply-link{
font-size: 11px;
text-decoration: none;
position: absolute;
display: block;
padding:0px 7px;
bottom: 0;
left:0;
border-top:1px solid #e1e1e1;
border-right:1px solid #e1e1e1;
color:#555;
}

/*comment children*/

.children .gravatar {
padding:0;
position:absolute;
right:20px;
top:0;
width:42px;
z-index:2;
}

.children .gravatar img{
width:30px;
height:30px;
}

.children .says{
display:none;
}

.commentlist .children .children .comment_content{
width:455px;
}

.commentlist .children .children .children .comment_content{
width:415px;
}

.commentlist .children .children .children .children .comment_content{
width:370px;
}

.commentlist .children .children .children .children .children .comment_content{
width:325px;
}

/*input fields*/

.personal_data p{
float:left;
width:33%;
}

.personal_data label{
display:none;
}

.message_data textarea, #comment{
width:95%;
padding:10px;
font-size:12px;
font-family: Arial, Helevtica, Verdana, san-serif;
}

.text_input, .button, #commentform input, .text_area{
padding:7px;
font-size:12px;
font-family: Arial, Helevtica, Verdana, san-serif;
}

.button{
padding:7px 12px 6px 12px;
cursor:pointer;
border-style: solid;
border-width: 1px;
}


.personal_data .text_input{
width:91%;
}


.children .personal_data .text_input{

}

/*generated by comment_form()*/

#commentform{ position: relative;} 
#commentform p{ position: relative; padding:10px 0 0 0;}

#reply-title small a{ float:right;}

#commentform label{
position: absolute;
left:265px;
font-size: 11px;
top:13px;
}

#commentform .required, .comment-notes, #commentform  .comment-form-comment label{
display:none;
}

.comment-form-url input, .comment-form-email input, .comment-form-author input{
width: 240px;
}

#comment{
width:602px;
height:150px;
padding:10px 7px;
font-size: 12px;
}

.form-allowed-tags{
font-size: 11px;
line-height: 1.5em;
margin-bottom: 5px;
}

.form-allowed-tags code{
display:block;
padding-top:5px;
}

.commentlist #respond {
padding: 0 0 15px 85px;
}

.commentlist #respond #comment{
width:517px;
}

.commentlist #respond .form-allowed-tags{
display:none;
}

/*comment page nav*/

.comment_page_nav_links{
position: relative;
display: block;
clear:both;
overflow: hidden;
font-size:11px;
}

.comment_prev_page a{
float:left;
}

.comment_next_page a{
float:right;
}

.comment_page_nav_links_bottom{
top:-30px;
}

.comment_page_nav_links_top{
top:11px;
}

/************************************************************************
-) GENERIC
*************************************************************************/


.lightbox_video, .lightbox_image{
position: absolute;
z-index: 1;
top:0;
left:0; 
background:url("images/magnify.png") no-repeat scroll center center #FFFFFF;
}

.lightbox_video{
background:url("images/video.png") no-repeat scroll center center #FFFFFF;
}

a img, a:hover img{
z-index: 2;
position: relative;
border:none;
}

a{
text-decoration: none;
}

a:hover{
text-decoration: underline;
}

h1, h2, h3, h4, h5, h6, legend, .sliderheading {
font-weight:normal;
line-height:1.4em;
position:relative;
color:#666;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, legend a, .sliderheading a{
color:#333;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, legend a:hover, .sliderheading a:hover{
text-decoration: none;
}

h1{clear:both; font-size:20px; font-weight:normal; text-transform: none;}
h2{font-size:18px; clear:both; font-weight:normal; text-transform: none;}
h3, legend{font-size:17px; clear:both;}
h4{font-size:16px; clear:both; text-transform: uppercase;}
h5{font-size:15px; clear:both; text-transform: uppercase;}
h6{font-size:14px; clear:both; text-transform: uppercase;}

.post-entry h1, .post-entry h2, .post-entry h3, .post-entry h4, .post-entry h5, .post-entry h6 {
padding-top:15px;
}

.post-entry .alignleft, .post-entry .alignright, .post-entry .aligncenter{
border:1px solid #e1e1e1;
padding:5px;
background: url("images/gradient-black-double.png") repeat-x scroll left top #fff;
}


p{ padding: 0.5em 0;}

#main ul, #main  ol {
margin-bottom:10px;
}

.floatleft{
float:left;
}

.floatright{
float:right;
}

.clearboth{
clear:both;
}

body .alignleft{
float:left;
margin:4px 10px 0px 0;
display: block;
}

body .alignright{
float:right;
margin:4px 0px 0px 10px;
display: block;
}

body .aligncenter{
clear:both;
display:block;
margin:10px auto;
padding: 10px 0;
}

.alignleft img, .alignright img{
display:block;
} 


.rounded, .avia_mega_div > .sub-menu{
-moz-border-radius: 5px;
-webkit-border-radius:5px;
border-radius:5px;
}

.rounded_small, .outer_callout, .callout, .featured img, .portfolio_entries_boxed .post-entry, .dynamic_column_boxed, #top .pagination span, #top .pagination a, .featured_image2_darken, .slideshow li iframe, .slideshow li embed, .slideshow li object, .slideshow li video, .avia_video, .post-entry .alignleft, .post-entry .alignright, .post-entry .aligncenter{
-moz-border-radius: 3px;
-webkit-border-radius:3px;
border-radius:3px;
}

#top .noborder, #top .noborder img{
border:none;
padding:0;
background: transparent;
}


#top div .hidden{
display:none;
}

#top .wp-caption {
margin:5px 15px 10px 0;
position: relative;
padding:0;
}

#top .wp-caption img {
border:medium none;
display:block;
padding:5px;
margin:0;
}

.wp-caption-text {
display:block;
font-size:11px;
font-style:italic;
margin:0 auto;
padding:3px 10px 5px;
text-align:center;
}

.entry-content ul li {
background: url("images/bullet_grey.png") no-repeat scroll left 11px transparent;
list-style-type: none;
padding: 3px 0 3px 10px;
}

.entry-content ol li{
list-style-type: decimal;
list-style-position: inside;
padding:3px 0px 3px 0;
}

pre{
padding:20px 20px 0px;
margin:15px 0;
font-family: "Andale Mono", "Courier New", Courier, Monaco, monospace;
}

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

.dropcap2, .dropcap3{
display:block;
float:left;
font-size:24px;
line-height:38px;
width:38px;
text-align: center;
margin:4px 8px 0 0;
background:url("images/reverse-dropcap.png") no-repeat center center transparent;
}

.dropcap3{
color:#fff;
background-color: #000;
}



.hr{
clear: both;
display:block;
width:100%;
height:100px;
line-height:11px;
position: relative;
margin:0;
background:url("images/hr-big.png") no-repeat scroll top center #FFFFFF;
top:50px;
}

.template-blog .hr, .template-page .hr, .template-search .hr{
background:url("images/hr-small.png") no-repeat scroll top center #FFFFFF;

}

#top .hr_small{
padding:10px 0;
}

.hr a{
font-size: 10px;
padding: 0 4px 0 0;
background: #fff;
color: #999;
position: relative;
top:-5px;
}

.hr_invisible{
clear: both;
display:block;
width:100%;
height:30px;
}

/*lightbox*/

#top .no_preload, #featured .preloading{
background-image: none;
}

/*Tables*/
#wp-calendar{
width:100%;
}

.widget_calendar h3{
border:none;
}

.entry-content table {
width: auto;
padding: 0;
margin: 0;
}

caption {
padding: 0 0 5px 0;
width: auto;	 
font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
text-align: right;
}

th {
font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
letter-spacing: 2px;
text-transform: uppercase;
text-align: left;
padding: 6px;
text-align: center;
}

th.nobg {
border-top: 0;
border-left: 0;
background: none;
}

td {
padding: 7px;
text-align: center;
}

th.spec {
border-top: 0;
font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

th.specalt {
border-top: 0;
font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

/*table*/


th {
color: #fff;
border-right: 1px solid #eeeeee;
border-bottom: 1px solid #eeeeee;
border-top: 1px solid #eeeeee;
background: #555;
}

th.nobg {
border-right: 1px solid #eeeeee;
color:#555;
}

td {
border-right: 1px solid #eeeeee;
border-bottom: 1px solid #eeeeee;
background: #fff;
color: #777;
}


td.alt {
background: #eee;
color: #777;
}

th.spec {
border-left: 1px solid #eeeeee;
background: #fff;
color:#777;
}

th.specalt {
border-left: 1px solid #eeeeee;
background: #eee;
color: #777;
}

td:first-child{
border-left: 1px solid #eeeeee;
}



.pagination .current, .pagination a, .button, #commentform #submit{
border-style: solid;
border-width: 1px;
}

#top .more-link{
padding:5px;
background: url("images/gradient-black.png") repeat-x scroll left -20px transparent;
-moz-border-radius: 45px;
-webkit-border-radius:45px;
border-radius:45px;
display: inline-block;
text-decoration: none;
}

#top .more-link .inner_more{
background: url("images/gradient-white-strong.png") repeat-x scroll center top #EEEEEE;
border:1px solid #E1E1E1;
color: #999999;
text-shadow: 1px 1px 0 #FFFFFF;
padding:2px 16px;
-moz-border-radius: 45px;
-webkit-border-radius:45px;
border-radius:45px;
font-size: 11px;
display: inline-block;

}

#top .more-link:hover .inner_more{
background: url("images/gradient-white.png") repeat-x scroll center 0px #eee;
}

.submenu .container{
z-index: 1000;
}





/************************************************************************
-) Shortcodes
*************************************************************************/
/*content slider*/

.content_slider{
position: relative;
overflow: hidden;
}

.inner_slide_container{
position: absolute;
float: left;
}

.contentSlideControlls{
position: relative;
}

.contentSlideControlls a{
float:left;
height:10px;
width:10px;
display:block;
outline: none;
}


/*slidecontrolls positioning depending on first element*/

#top .pos_h1{ position: absolute; right:0; top:0; }
#top .pos_h2{ position: absolute; right:0; top:71px; }
#top .pos_h3{ position: absolute; right:0; top:24px; }
#top .pos_h4{ position: absolute; right:0; top:51px; }
#top .pos_h5{ position: absolute; right:0; top:50px; }
#top .pos_h6{ position: absolute; right:0; top:49px; }


.fullwidth_no_image{
height:2px;
width:100%;
}

.fallback_div{
width:100%;
height:100px;
}

.single_slide{
overflow: hidden;
}

/*toggle*/
.js_active .toggle_wrap{
display:none;
}

#top .active_toggle_wrap{
display:block;
}

.js_active .toggler {
cursor: pointer;
display: block;
margin: -1px 0;
padding: 3px 3px 5px 27px;
position: relative;
top: 1px;
}

.togglecontainer{
padding:10px 0;
}

.toggle_content{
padding:0 2px 0 31px;
margin:0 0 5px 0;
border: 1px solid #eeeeee;
}


/*tabs*/

.tabcontainer{
position: relative;
width:100%;
}


.js_active .tab_content{
display: none;
clear: both;
padding: 15px;
overflow:auto;
position: relative;
background: #fff;
border:1px solid #eeeeee;
-webkit-border-bottom-right-radius: 3px;
-webkit-border-bottom-left-radius: 3px;
-moz-border-radius-bottomright: 3px;
-moz-border-radius-bottomleft: 3px;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}

.js_active .tab{
cursor:pointer;
margin:0 2px 0 0;
padding:3px 10px 5px;
display: block;
float: left;
border-bottom: none;
z-index: 2;
position: relative;
top:1px;
background:#fff;
border:1px solid #eeeeee;
border-bottom: none;
}

.js_active #top .active_tab{
z-index: 4;
position: relative;
border-bottom: none;
background:none repeat scroll 0 0 #fff;
color:#555555;
}

.js_active #top .active_tab_content{
display: block;
z-index: 3;
position: relative;
overflow:auto;
}

/*tabs and toggler and slider */
.js_active .toggler{
background:url("images/toggle.png") no-repeat scroll 6px -77px #FFFFFF;
border:1px solid #eeeeee;
}

.js_active  #top .activeTitle{
background: #f8f8f8 url('images/toggle.png') no-repeat 6px 6px ; 
border:1px solid #ddd;
color:#555555;
}




/*combowidget tabs*/

.js_active .avia_combo_widget .tab{
cursor:pointer;
margin:0;
width:25%;
display: block;
float: left;
border-bottom: none;
z-index: 2;
position: relative;
top:1px;
border:none;
text-align: center;
font-size: 11px;
padding:0;
background: url("images/gradient-white.png") repeat-x scroll center top #f8f8f8;
}

.js_active .avia_combo_widget .tab span{
display: block;
padding:9px 0px;
border-left:1px solid #eeeeee;
border-top:1px solid #eeeeee;
}

#top .avia_combo_widget .tab_content .news-content{
padding: 7px 0 8px;
}


#top .avia_combo_widget .tab_content .news-wrap{
margin:0;
}

#top .tab_content .news-wrap li:last-child{
padding-bottom:0;
}

.js_active .avia_combo_widget .first_tab span{
-webkit-border-top-left-radius: 3px;
-moz-border-radius-topleft: 3px;
border-top-left-radius: 3px;
}

.js_active .avia_combo_widget .last_tab span{
-webkit-border-top-right-radius: 3px;
-moz-border-radius-topright: 3px;
border-top-right-radius: 3px;
border-right:1px solid #eeeeee;
}


#top .avia_combo_widget .tab_content .news-wrap li{
border-top: 1px dotted #eee;
}

#top .avia_combo_widget .tab_content .news-wrap li:first-child{
border:none;
}

.news-wrap a, .news-wrap a:hover{
color:#555;
}

h3.widgettitle{
padding-bottom:5px;
}


/************************************************************************
-) FORM ELEMENTS
*************************************************************************/
.ajax_form{
display:block;
clear: both;
}

.fieldset{
border:none;
padding: 0;
margin:0;
}

.text_input, textarea, select{
border-width: 1px;
border-style: solid;
font-family: Arial, Helevtica, Verdana, san-serif;
}

/*searchform*/
#searchform{
position: absolute;
right:0;
top:0;
}

#searchsubmit {
border: medium none;
cursor: pointer;
display: block;
height: 34px;
outline: medium none;
padding: 0;
position: absolute;
right: 4px;
text-indent: -9999px;
top: 4px;
width: 34px;
z-index: 2;
}

#s{
border: none;
width:200px;
padding:10px 30px 10px 10px;
position: relative;
}

#submit{
cursor: pointer;
}

/*Contact Form*/
fieldset{
border:none;
}

.ajax_form .text_area{
padding:10px;
width:500px;
}

.ajax_form .text_input{
width:250px;
margin-right:10px;
}

.ajax_form h3{
border:none;
}

.ajax_form p{
padding: 0 0 10px 0;
}

.ajax_form label{
font-size: 11px;
font-weight: bold;
}

.js_active .slideshow_container img{
visibility: hidden;
}

.valid .text_input, .valid .text_area{border:1px solid #9AA600;} /*#70A41B*/
.error .text_input, .error .text_area{border:1px solid #FF6600;}
.ajax_alert .text_input, .ajax_alert .text_area{border:1px solid #ffb628;}

input, textarea{
color:#666;
}

#s{
border:4px solid #e1e1e1;
background: #fff;
color:#777;
}

#searchsubmit{
background: transparent url(http://duarrydifusion.com/wp-content/themes/images/skin1/icon-search.png) center center  no-repeat;
}

#searchsubmit:hover{
background: #eee url(http://duarrydifusion.com/wp-content/themes/images/skin1/icon-search.png) center center  no-repeat;
}

.text_input, textarea, select, #commentform input{
border:1px solid #e1e1e1;
background: #f8f8f8;
}



/************************************************************************
DYNAMIC TEMPLATE STYLES 
*************************************************************************/
.outer_callout{
border: 1px solid #dcdcdc;
background: url(images/gradient-white.png) #f8f8f8 left top repeat-x;
position: relative;
-moz-box-shadow: 0 0px 3px #ddd;
-webkit-box-shadow: 0 0px 3px #ddd;
box-shadow: 0 0px 3px #ddd;
z-index: 3;
clear: both;
}

.callout{
background-image: none;
padding:25px 30px 20px 30px;
border: 1px solid #fff;
margin:0;
}

.callout-panel .outer_callout{
top:35px;
margin-bottom:-15px;

}

.slider_active.callout-panel .outer_callout{
margin-top:10px;
}

.slider_active.callout-panel{
padding-bottom: 10px;
}

.slider_active.callout-panel.callout_active{
padding-bottom: 0;
}


.callout strong{
font-weight: normal;
color:#555;
font-size: 18px;
}

.callout p{
font-size:12px;
font-family: Arial, Helevtica, Verdana, san-serif;
font-style: normal;
padding:5px 0 0 0;
}

.callout .style_wrap{
float:right;
margin-left:20px;
}

.big_button{
padding:10px 40px;
-moz-border-radius: 45px;
-webkit-border-radius:45px;
border-radius:45px;
display: inline-block;
background-image: url(images/gradient-white.png);
background-repeat:repeat-x;
border-width: 1px;
border-style: solid;
outline: none;
font-size: 14px;
font-family: Georgia,"Times New Roman",Times,serif;
font-size:14px;
font-style: italic;
line-height: 1.4em;
}

#top .big_button_grey{
background: #D3D3D3 url(images/gradient-white-strong.png) repeat-x left top;
border: none;
color: #515151;
text-shadow: -1px -1px 0 #EEEEEE;
}

.big_button:hover, #top .big_button_grey:hover{
text-decoration: none;
background-position: -30px -7px;
}

.style_wrap{
padding:5px;
display: inline-block;
background: url(images/gradient-black-strong.png) transparent left 0px repeat-x;
-moz-border-radius: 45px;
-webkit-border-radius:45px;
border-radius:45px;
}



.dynamic_textarea_p{

}

.dynamic_textarea_blockquote{
background: none;
padding:0;
text-align: center;
font-size: 1.4em;
}

.dynamic-column-title{
border:none;
padding:0;
}

#top .template-dynamic .slideshow{
height:auto;
min-height:100px;
width: auto;
}

.dynamic_column_boxed .featured img, .dynamic_column_boxed .featured a:hover img{
background: none;
border: none;
padding: 0;
}

#top #wrap_all .dynamic_column_boxed .slideshow, #top #wrap_all .dynamic_column_boxed .slideshow_container {
background:none;
padding:0;
}

div.dynamic_column_boxed{
background: url("images/gradient-black-double.png") repeat-x scroll left top #fff;
border: 1px solid #E1E1E1;
padding: 5px;
margin-bottom: 20px;
}


#top .dynamic_column_boxed .more-link{
position: absolute;
left:50%;
margin-left:-48px;
bottom:8px;
}

#top .dynamic_column_boxed .post-title{
padding:0px 10px;
}

.dynamic_column_boxed .entry-content{
padding:10px 10px 40px 10px;
width:auto;
overflow: visible;
}

.dynamic_column_boxed .entry-content{
position: static;
}

/*boxed one column*/

#top .dynamic_column_boxed.grid12 .more-link{
left:auto;
right:10px;
}

#top .dynamic_column_boxed.grid12 .entry-content{
width:800px;
}

/*boxed two equal columns*/
.dynamic_column_boxed.grid6{
width:448px;
}

/*boxed three equal columns*/
.dynamic_column_boxed.grid4{
width:288px;
}

/*boxed four equal columns*/

.dynamic_column_boxed.grid3{
width:208px;
}

/*boxed several not equal columns*/

.dynamic_column_boxed.grid_fifth1 {width: 160px; }

.dynamic_column_boxed.grid_fifth2 {width: 352px; }

.dynamic_column_boxed.grid_fifth3 {width: 544px; }

.dynamic_column_boxed.grid_fifth4 {width: 724px; }

.dynamic_column_boxed.grid8{ width:608px; }

.dynamic_column_boxed.grid9{ width:688px; }






/*video player*/
.slideshow_container_featured .avia_video, .slideshow_container_featured .video_container iframe{
border:8px solid #fff;
background: #fff;
}

#main .portfolio_entries_open .avia_video, #main .portfolio_entries_open .video_slide iframe{
border:1px solid #e1e1e1;
padding:4px;
background: url("images/gradient-black-double.png") repeat-x scroll left top #FFFFFF;
}


.avia_video, .avia_video embed, .avia_video object, .video_container object{
display:block;
position: relative;
width:100%;
outline: none;
height:100%;
background: #000;
}

div .pptimeleft, div .ppvmax, div .ppmute {
text-align: center;
}

div .ppstart {
background-position: left top;
opacity: 0.5;   
}

div .ppstart:hover {
background-position: left top;
opacity: 0.8;   
}

#top .avia_video img, .avia_video img{
visibility: visible;
border:none;
}

/*dont display bugy resize*/
.ppfsenter, .ppfsexit {
display:none !important;
}

#top .pagination .pagination-meta{display:none}