/*	
Theme Name: Abundance
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: 2.9
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;}

html, body{
position: relative;
width:auto;
margin:0 auto;

}

.mobile_wrap{
position: relative;
min-width: 1000px;
margin: 0 auto;
overflow: hidden;
}


.container{
width: 930px;
margin: 0 auto;
position:relative;
display: block;
}

.boxed{

}

.boxed #wrap_all{
width: 980px;
margin: -47px auto 30px auto;
position:relative;
z-index: 10;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}

.container_wrap, #wrap_all{ /*div for perfect centering of large scale background images*/
width: 100%; margin: 0 auto; z-index: 2;
position:relative; display:block;clear:both;
}


.grid1, .grid2, .grid3, .grid4, .grid5, .grid6, .grid7, .grid8, .grid9, .grid10, .grid11, .grid_fifth1, .grid_fifth2, .grid_fifth3, .grid_fifth4, .grid_fifth5, .grid_third1, .grid_third2, .grid_third3, .grid_fourth1, .grid_fourth2, .grid_fourth3{
float: left;
margin-left: 30px;
position:relative;
}

.grid1 { width: 50px; }
.grid2 { width: 130px;}
.grid3 { width: 210px;}
.grid4 { width: 290px;}
.grid5 { width: 370px;}
.grid6 { width: 450px;}
.grid7 { width: 530px;}
.grid8 { width: 610px;}
.grid9 { width: 690px;}
.grid10{ width: 770px;}
.grid11{ width: 850px;}

/*special 5th grid*/
.grid_fifth1{width:162px;}
.grid_fifth2{width:324px;}
.grid_fifth3{width:486px;}
.grid_fifth4{width:648px;}

/*special 3rd grid with sidebar*/
.grid_third1{width:210px;}
.grid_third2{width:450px;}


/*special 3rd grid with sidebar*/
.grid_fourth1{width:150px;}
.grid_fourth2{width:330px;}
.grid_fourth3{width:510px;}


/*default image handling*/
img { border:none; padding: 0; margin:0; display:block;}
.grid1  img{ max-width: 50px; }
.grid2  img{ max-width: 130px;}
.grid3  img{ max-width: 210px;}
.grid4  img{ max-width: 290px;}
.grid5  img{ max-width: 370px;}
.grid6  img{ max-width: 450px;}
.grid7  img{ max-width: 530px;}
.grid8  img{ max-width: 610px;}
.grid9  img{ max-width: 690px;}
.grid10 img{ max-width: 770px;}
.grid11 img{ max-width: 850px;}
.grid11 img{ max-width: 930px;}


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




/*.grid_third2 .slideshow{width:397px !important; height:160px !important;}*/
.grid_fourth1 .slideshow{width:150px !important; height:110px !important;}
.grid_fourth2 .slideshow{width:330px !important; height:110px !important;}
.grid_fourth3 .slideshow{width:510px !important; height:110px !important;}
.dual-sidebar .template-blog.content .post-entry .slideshow, .dual-sidebar .template-page.content .post-entry .slideshow{width:450px !important; height:217px !important;}

.dual-sidebar .template-dynamic>.slideshow_container .slideshow{width:450px !important; height:217px !important;}

#top .grid_fourth1 .slideshow img{height:auto; width:auto;}
#top .grid_fourth2 .slideshow img{height:auto; width:auto;}
#top .grid_fourth3 .slideshow img{height:auto; width:auto;}
/************************************************************************
************************************************************************
************************************************************************



Tempalte CSS: Start editing here :)



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


/************************************************************************
-) BASIC
*************************************************************************/
body{
font: 12px/1.7em "Helvetica Neue",Helvetica,Arial,sans-serif;
position:relative;
overflow-x: hidden;
}


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


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

#header .container{
padding: 10px 0 0 0;
z-index: 100;
height:155px;
}

#header.boxed .container{
width:980px;
height:200px; /*remove this is you want no specific height for the header. it will adjust to the logo size then*/
}


#top .logo{
top:20px;
}

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

#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:100px;
width:220px;
}


/*bookmark icons*/

.social_bookmarks {
height: 24px;
position: absolute;
right: 231px;
top: 70px;
border: medium none;
display: block;
float: left;
list-style-type: none;
list-style-position: outside;
}

.social_bookmarks a{
height:24px;
width:24px;
float:left;
display:block;
border:medium none;
display:block;
float:left;
padding:0;
text-indent:-9999px;
outline:none;
opacity: 0.3;
}

.social_bookmarks a:hover{
opacity: 0.8;
}


.social_bookmarks li {
float:left;
margin:0;
padding:0 0 0 4px;
display:block;
}


/*breadcrumb*/

#top #breadcrumb_wrapper{
font-size:11px;
position: relative;
z-index: 110;
padding:0;
}

#breadcrumb_wrapper .breadcrumb {
padding: 2px 5px;
position: absolute;
top: -12px;
right:0;
}

.breadcrumb_info{
display:none;
}


/*menu*/

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

.main_menu{
width:978px;
margin:0 auto;
position: relative;
z-index: 120;
}

.boxed .main_menu{
width:980px;
border-left:none;
border-right:none;
}

#top .main_menu .avia_mega{
height:47px;
line-height:47px;
padding:0px;
position:relative;
z-index:100;
}


#top.boxed .main_menu .avia_mega{
-webkit-border-top-left-radius: 4px;
-webkit-border-top-right-radius: 4px;
-moz-border-radius-topleft: 4px;
-moz-border-radius-topright: 4px;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
}

#top .main_menu .avia_mega img{
max-width:100%;
position: relative;
display: inline-block;
}

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

#top .main_menu .avia_mega>.sub-menu, #top .main_menu .avia_mega>.sub-menu>li{
background:#fff;
}

#top .main_menu .avia_mega a{
margin:13px 0;
height:21px;
display:block;
padding:0 22px;
text-decoration:none;
text-align:center;
line-height:21px; 
outline:none;
z-index:35;
position:relative;
float:left;
}



#top .main_menu .avia_mega li{
float:left;
position:relative;
}

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

.avia_mega_div, #top .avia_mega>li>ul{
z-index: 100;
}

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

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


.main_menu .avia_mega1, .main_menu .avia_mega2, .main_menu .avia_mega3, .main_menu .avia_mega4, .main_menu .avia_mega5{position:absolute; display:none; top:47px; left:0; padding:8px;}

#top .main_menu .avia_mega div ul li{ width:210px; padding:15px; }

.main_menu .avia_mega1{width:240px; }
.main_menu .avia_mega2{width:480px; }
.main_menu .avia_mega3{width:720px; }
.main_menu .avia_mega4{width:962px;}

.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 .avia_mega_menu_columns_4:last-child{
padding-right:17px;
}

#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 11px;
margin:0;
}

#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;
margin:0;
}

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



#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:9px;
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{
position:absolute;
display:none;
width:212px;
top:47px;
left:-1px;
padding:8px;
}


#top .main_menu .avia_mega > li > ul a{
width:170px;
display:block;
padding:2px 20px 2px 0;
}

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


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

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


.main_menu .dropdown_available {
display: inline-block;
height: 10px;
position: absolute;
right: 14px;
top: 6px;
width: 10px;
}



#top .main_menu .avia_mega > li:hover > a, #top .main_menu .avia_mega > .current-menu-item > a{
margin:0;
height:47px;
line-height: 47px;
position: relative;
}

#top .main_menu .avia_mega > li:hover, #top .main_menu .avia_mega > .current-menu-item{
border-left:1px solid #eee;
margin-left: -1px;
}




#top .main_menu .avia_mega > li:hover > a .dropdown_available, #top .main_menu .avia_mega > .current-menu-item > a .dropdown_available{
top: 19px;
}

#top div .main_menu .avia_mega > li:first-child > a{
border-left:none;
-webkit-border-top-left-radius: 4px;
-moz-border-radius-topleft: 4px;
border-top-left-radius: 4px;
margin-left:0;
}

#top div .main_menu .avia_mega > li:first-child{
border-left:none;
margin-left:0;
}

#top .main_menu div .avia_mega > .dropdown_ul_available:hover > a{
height:48px;
z-index: 200;
}



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

#footer{
padding:10px 0 40px 0;
font-size:11px;
overflow: hidden;
}

#footer .widget{
padding:30px 0;
width:100%;
}

#footer .widget>ul, #footer .widget>div, #footer .widget>span, #footer .widget>p{
opacity: 0.7;
}

.bg_container{
background-position: center center;
background-attachment: fixed;
background-repeat: no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
height:100%;
width:100%;
position: fixed;
z-index: 1;
top:0;
left:0;
}

.footer-logos{
overflow: hidden;
clear: both;
border-top:1px solid #e1e1e1;
}

.footer-logos img{
float: left;
padding:10px 5px;
}

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

#socket{
width:100%;
line-height: 50px;
font-size:10px;
}

.boxed #socket{
-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;
}

#socket .container{
margin:0px auto 0 auto;
clear:both;
overflow: hidden;
}




/************************************************************************
-) SIDEBAR
*************************************************************************/
.sidebar {
overflow: hidden;
position: relative;
width: 179px;
float: left;
padding: 14px;
margin-bottom:23px;
}

.fullwidth .sidebar{
display:none;
}

.fullwidth  .sidebar_right.sidebar{
display:block;
}

.widget{
clear:both;
position: relative;
overflow: hidden;
padding:22px 0 22px 0;
float:none;
}

.sidebar .widget{
}

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

.sidebar .widget{
}

.sidebar .widget:first-child{
padding-top:0;
border-top: none;
}

.sidebar .widget:last-child{
border-bottom: none;
}




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

/* .single_sidebar .sidebar .widget_categories li, .single_sidebar .sidebar .widget_pages li, .single_sidebar .sidebar .widget_links li, .single_sidebar .sidebar .widget_meta li,  */.single_sidebar .sidebar .widget_archive li{
float: left;
margin: 0 4% 0 0;
width:46%;
clear:none;
}

.single_sidebar .sidebar .widget_archive li:nth-child(even) {
margin: 0 0 0 4%;
}

.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{
font-size: 11px;
}

.sidebar .widgettitle, #footer .widgettitle{
font-size: 10px;
font-weight: bold;
text-transform: uppercase;
letter-spacing: 1.5px;
padding-bottom:10px;
}


#footer .widget_archive 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;
font-size: 11px;
padding: 2px 0;
}

/*search widget*/
.widget #s{
width:117px;
}

.widget #searchsubmit{
top:1px;
right:1px;
}



/*combo widget*/
#top .sidebar .widget_tab_comments, #top #footer .widget_tab_comments{
display:none;
}

.js_active .avia_combo_widget .tab_content {
padding:5px;
}


/*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:89px;
}

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

.avia_socialcount a strong{
font-size: 10px;
font-weight: bold;
letter-spacing: 1.5px;
padding-top: 10px;
text-transform: uppercase;
color:#666;
}

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


/*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;
margin:0;
}

.tweet-thumb{
position:relative;
}

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

margin-top: 5px;
}

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

.tweet-text.avatar_no {
font-family: Georgia, "Times New Roman";
font-style: italic;
font-weight: normal;
padding-top: 8px;
}

/*advertising widget*/

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

.avia_partner_widget{
overflow: hidden;
clear:both;
}

.avia_partner_widget a, .avia_partner_widget a:hover{
float:left;
display:block;
text-decoration: none;
height:125px;
width:125px;
outline: none;
border:27px solid #eee;
margin: 2px 0;
}

#top .avia_partner_widget{
}

.avia_partner1{
margin-right:1px;
}

.avia_parnter_empty{
height:123px;
width:123px;
display:block;
font-size:10px;
text-align: center;
line-height: 123px;
border:1px solid #eee;
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;
margin:0;
}

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

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

.news-link, .news-link:hover{
display: block;
position: relative;
text-decoration: none;
overflow: hidden;
}

.news-thumb{
margin-right:9px;
padding:3px;
float:left;
height:36px;
width:36px;
background: #f8f8f8;
margin-top: 4px;
}

.tweet-thumb img, .news-thumb img{
width:36px;
height:36px;
}

#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{

}

/*tagcloud*/

.tagcloud a{
font-size:11px !important;
padding:2px 8px;
margin:0 1px 1px 0;
display:block;
float:left;
}

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

.widget_tag_cloud h3{
border:none;
}

/*rss*/

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

}
.widget_rss li div{
font-family: Georgia, "Times New Roman";
font-style: italic;
}

.rsswidget{
display:block;
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;
}

.recentcomments a{
font-style: italic;
font-family: Georgia, "Times New Roman";
}

/*nav menu widget*/

.widget_nav_menu{
padding:0;
top:1px;
z-index: 11;
}

.widget_nav_menu a{
display: block;
padding:4px 20px 4px 0;
}

.widget_nav_menu .current-menu-item>a, .widget_nav_menu .current_page_item>a{
font-weight: bold;
}

#top .widget_nav_menu ul{
padding:0;
margin:0;
overflow: hidden;
}


#top .widget_nav_menu .sub-menu, #top .widget_nav_menu .children{
padding:0 0 0 10px;
overflow: hidden;
margin:0;
}

.sidebar_right>.widget_nav_menu a{
padding:4px 10px 4px 11px;
}

#top .sidebar_right>.widget_nav_menu .sub-menu, #top .sidebar_right>.widget_nav_menu .children{
padding:0 10px 0 10px;
}

/************************************************************************
-) CONTENT AREA
*************************************************************************/
/*content area*/

#main{ /*main area, contains all content and sidebars*/
float: left;
padding: 23px 0;
width: 100%;
}

.content, #top .fullwidth .template-blog.content{
width:690px;
padding-right: 30px;
float:left;
position: relative;
}

#top .content .content{
margin:0;
padding:0;
}


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


.post-entry{
clear: both;
padding-bottom:100px;
position: relative;
}

.post-entry-dynamic{
padding:0;

}

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


.template-single-blog .post-entry, .template-blog .post-entry{
width:100%;
float:left;
}

.template-single-blog .post-entry{
padding:0;
}

.related-meta, .comment_meta_container{
width:130px;
float: left;
padding-right:30px;
}

.comment_container{
float:left;
width:530px;
}

#top .firstheading {
position: relative;
top: -39px;
font-size: 22px;
padding: 35px 0;
text-align: center;
}

.latest-portfolio-archive{
width:100%;
overflow: hidden;
padding-top:10px;
}

/*template-search*/

.template-search .post-entry{
text-decoration: none;
}

.template-search .pagination{
margin-top:30px;
}




/*alternate content based on sidebar position*/

#top div .sidebar_no_margin{
margin-top:0;
}

/*comment*/
.sidebar_left .related-meta, .sidebar_left .comment_meta_container{
float: right;
padding:0 0 0 30px;
clear:both;
}

.dual-sidebar .related-meta, .dual-sidebar  .comment_meta_container{
float:none;
padding:0 0 15px 0;
width:100%;
}

/*small prev images*/


.small_image .blog-meta,.dual-sidebar .blog-meta{
float: right;
margin:0;
padding:3px 0;
width:530px;
}

div .dual-sidebar .blog-meta{
width:450px;
}

.small_image  .minor-meta, .dual-sidebar .minor-meta{
display: block;
padding-right:2px;
float: left;
}

.text-sep{
display:none;
float:left;
padding:0 5px;
font-size: 10px;
}

.small_image .text-sep, .dual-sidebar .text-sep, #js_sort_items .text-sep{
display: block;
}

.mini_slider{
width:130px;
float: left;
}

.permalink{
display:block;
font-size:11px;
padding:3px 25px 3px 0px;
text-align: right;
}

/*left sidebar*/
.sidebar_left .content{
float:right;
padding:0 0 0 30px;
}

.sidebar_left .template-blog .entry-content{
float:left;
}

.sidebar_left .template-blog .blog-meta{
float:right;
margin:0 0 0 30px;
}

#top .sidebar_left .template-blog .post-title {
margin-left:0;
margin-right:160px;
}

.sidebar_left.small_image .mini_slider{
float: right;
}

.sidebar_left.small_image .blog-meta{
float:left;
margin:0 30px 0 0;
}

.sidebar_left.sidebar{
margin-left: 0;
padding: 14px;
}


/*dual sidebar*/

.dual-sidebar .content{
width:450px;
margin-left:240px;
}

.dual-sidebar .sidebar{
width:179px;
}

.dual-sidebar .sidebar .widget{
}

#top div .dual-sidebar .post-title{
margin:0;
}

.dual-sidebar .sidebar_left{
position: absolute;
left:0;
}

/*big image*/

.big_image .sidebar{
margin-top:0;
}


.entry-content{
padding: 0 0 15px;
position: relative;
width:auto;
}






.post_nav{
font-size: 11px;
}

.next_post_link_align{
float:right;
margin:0 0 4px 0;
padding: 0 18px 0 0;
display: block;
position: relative;
right:-5px;
}

.previous_post_link_align{
float:left;
margin:0 0 4px 0;
padding: 0 0 0 18px;
display: block;
position: relative;
left:-5px;
}
/*blog meta*/



.blog-meta{
margin:0 30px 0 0;
width:130px;
float:left;
padding:10px 0;
}

div .blog-meta .slideshow_container{
margin-bottom: 20px;
}

.template-blog .entry-content {
float: right;
position: relative;
width: 530px;
}

.dual-sidebar .template-blog .entry-content {
width: 450px;
}

#top .template-blog .post-title{
margin-left:160px;
}


.minor-meta{
display:block;
font-size: 11px;
}

.post-meta-infos{
display:block;
overflow: hidden;
padding:0 0 0 0px;
}

div .blog-author{
border:none;
}

.blog-tags{
display: block;
padding:3px 0;
font-size: 11px;
margin-top:10px;
clear: both;
}


/*pagination*/

#top .pagination {
clear:both;
padding: 10px 0;
position:relative;
z-index:3;
line-height: 13px;
overflow: hidden;
}

#top .pagination span, #top .pagination a {
display:block;
float:left;
font-size:11px;
line-height:13px;
padding:2px 9px 1px 9px;
text-decoration:none;
width:auto;
}


#top .pagination .current{
font-size:11px;
padding:2px 9px 1px 9px;
font-weight: bold;
}

#top .pagination a:hover{
text-decoration: underline;
}

#top .pagination .pagination-meta{
float:right;
}



/*related posts*/
.related_posts {
float: left;
position: relative;
width: 530px;
}

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

#top .relThumb1{
margin:0;
}

.relThumWrap{
font-size: 11px;
}

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

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


#top .related_posts .contentSlideControlls {
right: -10px;
position: absolute;
top: -12px;
width: 16px;
}

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

.relThumb .related_posts_default_image{
height:120px;
width:163px;
display:block;
}

.related_posts .single_slide{
display:none;
}

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

#top .related_posts .contentSlideControlls a {
height: 24px;
width: 24px;
display: block;
outline: none;
line-height: 24px;
text-align: center;
font-size: 11px;
text-decoration: none;
}




/************************************************************************
-) COMMENTS
*************************************************************************/

.miniheading, .author_name, #reply-title, #top .logged-in-as, .dynamic-column-title{
font-size: 10px;
font-weight: bold;
letter-spacing: 1.5px;
text-transform: uppercase;
font-style: normal;
}

.comment-entry #comments span, .minitext, .form-allowed-tags, #reply-title small, #commentform label{
font-size: 11px;
display:block;
letter-spacing: 0;
text-transform: none;
padding-top:8px;
line-height: 1.5em;
font-weight: normal;
}


#top .commentlist{
padding: 0 0 30px 0px;
border:none;
}


#top .commentlist .comment{
list-style-type: none;
list-style-position: outside;
width:100%;
position: relative;
display: block;
border:none;
background: none;
min-height:100px;
clear: both;
}



#top .gravatar img{
padding:7px;
margin:0;
}


.comment_content{
position:relative;
margin:-44px 0 0 55px;
padding:0 0 30px 0;
}



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

.author_name{
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.commentmetadata {
font-size:11px;
line-height: 1em;
}

.says {
display: block;
height: 1px;
left: -70px;
position: absolute;
text-indent: -9999px;
top: 18px;
width: 40px;
}

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

#top .comment-reply-link{
font-size: 11px;
text-decoration: none;
}

/*children*/
#top .commentlist ul{
border:none;
margin: 0 0 0 74px;
}

#top .commentlist .children ul{
margin: 0 0 0 47px;
}

.children .comment_content {
margin: -44px 0 0 28px;
}

.children .gravatar{
position: relative;
left:-26px;
z-index: 2;
}

/*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{
}

.comment_page_nav_links_top{

}


/*generated by comment_form()*/

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

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

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

.commentlist #commentform label{
position: static;
display: block;
}

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

.commentlist .comment-form-url input, .commentlist .comment-form-email input, .commentlist .comment-form-author input{
width: 70%;
}

#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 30px 56px;
}

.commentlist #respond #comment{
width:90%;
}

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

#reply-title{display:none;}
#reply-title small{display:inline;}
.commentlist #reply-title{display:block;}




/*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;
}
/************************************************************************
-) GALLERY
*************************************************************************/
.gallery{
padding:15px 0;
}

#top .gallery-item a img, #top .gallery-item a:hover img{
z-index: 2;
position: relative;
border:none;
}

#top div .gallery-item{
text-align: left;
margin:0;
}

.gallery-icon{
display:inline-block;
}

#top .gallery-caption{
display: none;
}
/************************************************************************
-) GENERIC
*************************************************************************/
#top .wp-caption.aligncenter{
margin:5px auto 10px auto
}

.cufon-active #top .cufon_headings{
text-transform: none;
}

.lightbox_video, .lightbox_image, .image_overlay_effect, .image_overlay_effect_inside{
position: absolute;
z-index: 2;
top:0;
left:0;
right: 0;
bottom:0;
}

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:bold;
line-height:1.4em;
position:relative;
}

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:16px; clear:both;}
h4{font-size:14px; clear:both; text-transform: uppercase;}
h5{font-size:12px; clear:both; text-transform: uppercase;}
h6{font-size:10px; clear:both; }

.more-link {
display: inline-block;
font-size: 11px;
font-style: italic;
padding-top: 8px;
}

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

.entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6{
font-size: 11px;
font-weight: bold;
letter-spacing: 1.5px;
text-transform: uppercase;
font-style: normal;
}

.entry-content h5{
font-weight: bold;
letter-spacing: 0px;
}

.entry-content h6{
font-weight: normal;
letter-spacing: 0px;
}


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, .sidebar, #top .slideshow{
-moz-border-radius: 4px;
-webkit-border-radius:4px;
border-radius:4px;
}

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

#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;
font-family: Georgia,"Times New Roman";
}

.entry-content ul, .entry-content ol{
padding-top:5px;
}

.entry-content ul li {
list-style-position: outside;
list-style-type: disc;
margin-left: 17px;
padding: 2px 0;
}

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

.wp-smiley{
display:inline-block;
}


/*Tables*/
#wp-calendar{
width:100%;
font-size: 10px;
border-collapse: collapse;
border-spacing: 0px;
}

.widget_calendar h3{
border:none;
}

div .entry-content table {
width: 100%;
padding: 0;
margin: 0 0 23px 0;
border-spacing: 0px;
border-collapse: collapse;
border:none;
}

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

th {
font: bold 11px "Helvetica Neue",Helvetica,Arial,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: 4px;
text-align: center;
}

th{
border-top: 0;
font: bold 10px "Helvetica Neue",Helvetica,Arial,sans-serif;
}



.button, #commentform #submit{
/*
border-style: solid;
border-width: 1px;
*/
border:none;
}

cite{
font-family: Georgia,"Times New Roman";
font-style: italic;
font-weight: normal;
letter-spacing: 0;
line-height: 1.5em;
}



/*prettyphoto enhancements*/

div.pp_default div .pp_content{
background-color: #f8f8f8;
padding-bottom:5px;
}

.pp_default div .pp_description {
overflow:hidden;
}

div.pp_default div.pp_content_container .pp_details {
margin-top: 12px;
}


div div.ppt {
font-size: 12px;
font-weight: bold;
}

div.pp_loaderIcon {
margin: -12px 0 0 -16px;
}

.pp_gallery{
display: none !important;
}
/************************************************************************
-) 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: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.ajax_form #username{
display:none;
}

/*searchform*/
#header #searchform {
width: 220px;
position: absolute;
right: 0;
top: 63px;
}

.content #searchform{
margin:30px 0;
max-width: 50%;
}


#searchform{
position: relative;
}

#searchform div{
position: relative;
width:100%;
}

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

#s{
z-index: 1;
border: none;
position: relative;
width:160px;
padding:12px 48px 12px 12px;
}

#submit{
cursor: pointer;
}

div .widget #searchform{
max-width: none;
margin:0;
}

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

#top .widget_search #searchsubmit, #top .widget_search #searchsubmit:hover,
#top .entry-content #searchsubmit, #top .entry-content #searchsubmit:hover{
height: 33px;
width: 33px;
right: 1px;
top: 0px;
cursor: pointer;
}



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

.ajax_form .text_area{
padding:10px;
width:80%;
}

.ajax_form .text_input{
width:40%;
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;
}

#ajaxresponse{
clear: both;
}




/************************************************************************
DYNAMIC TEMPLATE STYLES 
*************************************************************************/
.outer_callout{
position: relative;
z-index: 3;
clear: both;
-moz-border-radius: 4px;
-webkit-border-radius:4px;
border-radius:4px;
margin-bottom:20px;
padding:15px 25px 15px 25px;
}

.callout{
background-image: none;
margin:0;
text-align: left;
font-size: 18px;
overflow: hidden;
padding:0;
}

.callout .content-area{
float:left;
width:70%;
}

.callout .big_button {
text-decoration: none;
font: 12px/1.7em "Helvetica Neue",Helvetica,Arial,sans-serif;
display: block;
margin: 10px 0 10px 0;
text-align: center;
padding: 15px 2%;
-moz-border-radius: 3px;
-webkit-border-radius:3px;
border-radius:3px;
font-size:12px;
background-repeat: repeat-x;
background-position: 0 0;
float:right;
width:20%;
}

#top .advanced_blockquote{
background-image: none;
padding:15px 0 10px 0;
margin:0;
text-align: center;
font-size: 19px;
}

#top .slideshow_big .advanced_blockquote{
padding:0px 0 20px 0;
}







/*TWITTER WIDGET PRO STYLES*/
#top .widget_twitter{ font-size: 12px; line-height: 1.65em;}
#top .widget_twitter .twitter-avatar{float:left; margin-right:13px; border-style: solid; border-width:1px; padding:3px; display: block;}
#top .widget_twitter .twitter-avatar a, #top .widget_twitter .twitter-avatar img{display: block;}
#top .widget_twitter ul{overflow: hidden; margin:0; padding:0;}
#top .widget_twitter li{padding: 0 0 8px 0; margin: 0 0 8px 0; border-bottom-style: solid; border-bottom-width: 2px; }
#top .widget_twitter li:last-child{border-bottom: none;}
#top .widget_twitter .entry-content{padding:0; margin:0; float: none; clear: both; position: relative; border:none; width:100%;}
#top .widget_twitter .entry-meta{display: block; font-size: 11px; font-style: italic; opacity: 0.8; margin-top:5px;}
#top .widget_twitter .time-meta, #top .widget_twitter .from-meta{}
#top .widget_twitter .intent-meta{ display: block; font-size: 11px; margin-top:8px;}
#top .widget_twitter .intent-meta a{ text-decoration: none; margin-right: 4px;  }
#top .widget_twitter .intent-meta a:hover{text-decoration: underline;}
