/*	
Theme Name: Display
Description: A sleek themeforest Portfolio and Business Template
Version: 2.0
Author: Kriesi
Author URI: http://www.kriesi.at
*/



/*Small reset*/
body, ul, ol, h1,h2,h3,h4,h5,h6,form,li,p{
margin:0;
padding:0;
}

/*Structured layout mainpage*/



body{
}

.wrapper{ 
}

#top{
position:relative;
width:975px;
margin:0 auto;
}

.maincontent {
	width:740px;
	float:left;
	margin:0 0 0 0px;
}

.page-area-with-sidebar {

}

.page-main-area {
	width:540px;
	float:right;
	border-top:8px solid #3f2b6b;
	background:#fff;
}

.page-main-area.area-home {
	background:none;
	width:auto;
	float:none;
}

.page-main-area-content {
	padding:10px;
}



#sidebar{
width:165px;
overflow: hidden;
margin-right:10px;
position:relative;
float:left;
}

#sidebar-right{
width:220px;
overflow: hidden;
margin-right:0px;
position:relative;
float:right;
}


/************************************************************************
HEAD AREA
*************************************************************************/


#head{
height:143px;
z-index: 5;
width:975px;
margin:0px auto;
position:relative;
}

/*LOGO*/

#head .logo, .logo a{
height:41px;
width:216px;
display:block;
position:absolute;
right:0px;
top:72px;
border: none;
padding: 0;
margin:0;
overflow: hidden;
}

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

#head .logobg a{
text-indent:-9999px;
}

h2.site-title {
	display:block;
	float:left;
	position:absolute;
	left:7px;
	top:60px;
	padding: 0;
	margin:0;
	font-size:36px;
	font-weight:bold;
	color:#3f2b6b;
	line-height:30px;
}

h2.site-title a , 
h2.site-title a:visited, 
h2.site-title a:hover{
	color:#3f2b6b;
	text-decoration:none;
}


h2.site-title span{
	font-size:14px;
}




.nav{
position: absolute;
left:0px;
top:5px;
list-style-type: none;
list-style-position: outside;
margin:0;
z-index: 5;
}





/* =Menu
-------------------------------------------------------------- */

#head .nav ul{
	list-style: none;
	margin: 0;
	
}
#head .nav li{
	float: left;
	position: relative;
	z-index: 99999;
	margin:0;
	padding:0;
}

#head .nav li ul li {
	float: none;
	width: 170px;
}

#head .nav li a {
	color: #fff;
	line-height: 28px;
	padding: 0 10px;
	text-decoration: none;
	font-size:12px;
	font-weight:normal;
	color:#fff;
	border:none; 
}

#head .nav li a strong{
	font-weight:normal;
}


#head .nav li ul a {
	text-transform: none;
	min-width:auto;
	font-size:12px;
	color:#fff; 
	line-height: 20px;
}


#head .nav li ul {
	background: #0093d0;
	display: none;
	position: absolute;
	top: 28px;
	left: 0;
	/*width: 182px;*/
	/*padding-bottom:10px;*/
	z-index: 9999;
	
}
#head .nav li ul li {
/*	min-width: 182px;*/
}
#head .nav li ul ul {
	left: 100%;
	top: 0;
}
#head .nav li ul a {
	line-height: 1em;
	padding: 5px 10px;
	min-width: 120px;
	display:block;
	height: auto;
}
#head .nav li:hover > a,
#head .nav li ul:hover > a {
	text-decoration:none;
	color:#aee9ff;
}

#head .nav li:hover, 
#head .nav li.current-menu-item.page_item.current_page_item a
{
	text-decoration:none;
}

#head .nav li.page_item:hover {
	/*background: #fff;*/
}

#head .nav li.page_item:hover > a{ 
}


#head .nav ul ul li:hover > a,
#head .nav ul ul li:hover,
#head .nav ul ul li.page_item:hover ,
#head .nav ul ul li.page_item:hover > a,
#head .nav ul ul li.page_item.current_page_item:hover ,
#head .nav ul ul li.page_item.current_page_item:hover > a

{ 
	background: none;
	color: #515151;
	font-weight:bold;
	
}



#head .nav ul li:hover > ul {
	display: block;
}


#head .nav ul ul.children li.current_page_item > a{
	/*color: inherit;*/
	font-weight:normal;
}

* html #head .nav ul ul.children li.current_page_item a {
	/*color: inherit;*/
	font-weight:normal;
}









/*  Side Menu -------------------------------------------------------------- */

#sidebar-nav ul {
	list-style: none;
	margin: 0;
	padding-bottom: 6px;
}

#sidebar-nav .menu li{
	position: relative;
	display:block;
	z-index: 79;
	margin:0;
	padding:0px 5px;
	border-top:1px solid #c8e2ae;
	border-bottom:1px solid #c8e2ae;
}



#sidebar-nav .menu li ul li {
	float: none;
}

#sidebar-nav .menu li a {
	color: #fff;
	display: block;
	line-height: 18px;
	padding: 4px 10px;
	margin-right:-17px;
	text-decoration: none;
	font-size:12px;
	font-weight:bold;
	color:#fff;
	border:none; 
}

#sidebar-nav .menu li a strong{
	font-weight:normal;
}


#sidebar-nav .menu li ul a {
	text-transform: none;
	min-width:auto;
	font-size:12px;
	color:#fff; 
	line-height: 20px;
}


#sidebar-nav .menu li ul {
	/*width: 182px;*/
	/*padding-bottom:10px;*/
	z-index: 89;
	margin-left:10px;
	
}
#sidebar-nav .menu li ul li {
/*	min-width: 182px;*/
	border:0;
}
#sidebar-nav .menu li ul ul {
	left: 100%;
	top: 0;
}
#sidebar-nav .menu li ul a {
	line-height: 1em;
	padding: 5px 10px;
	min-width: 120px;
	display:block;
	height: auto;
}

#sidebar-nav .menu li:hover > a
{
	background: url(images/side-nav-arrow.png) no-repeat right top;
}

#sidebar-nav .menu li ul li:hover > a {
	background: none;
	color:#edffbb;
}


#sidebar-nav .menu li:hover .current-menu-item.page_item.current_page_item a
{
	background: url(images/side-nav-arrow.png) no-repeat right top;
}

#sidebar-nav .menu li.page_item:hover. {
	background: #fff;
}

#sidebar-nav .menu li.page_item:hover > a{ 
}


#sidebar-nav .menu ul ul li:hover > a,
#sidebar-nav .menu ul ul li:hover,
#sidebar-nav .menu ul ul li.page_item:hover ,
#sidebar-nav .menu ul ul li.page_item:hover > a,
#sidebar-nav .menu ul ul li.page_item.current_page_item:hover ,
#sidebar-nav .menu ul ul li.page_item.current_page_item:hover > a

{ 
	background: none;
	color: #515151;
	font-weight:bold;
	
}



#sidebar-nav .menu ul li:hover > ul {
	display: block;
}


#sidebar-nav .menu ul ul.children li.current_page_item > a{
	/*color: inherit;*/
	font-weight:normal;
}

* html #sidebar-nav .menu ul ul.children li.current_page_item a {
	/*color: inherit;*/
	font-weight:normal;
}















/*featured*/



#featured, #featured:focus{
	position:relative;
	/*width:540px;
	height:	390px;*/
	overflow: hidden;
	outline: none;
	margin-bottom:-10px;
	/*float:right;*/
}

#featured_image, #featured_image:focus{
/*width:540px;*/
/*height:390px;*/
overflow: hidden;
margin:0 auto;
border: none;
outline: none;
}



#vslider b {
    color: #FFFFFF !important;
    font-family: Arial,Helvetica,sans-serif !important;
    font-size: 16px !important;
    margin: 0 !important;
    padding: 0 !important;
}


object, object:focus{
outline: none;
}

#featured_image img, #featured_image a img{
	/*position:absolute;
	z-index: 2;
	visibility: hidden;*/
}

#featured #featured_image .current_img, #featured #featured_image .current_img img{
	z-index: 3;
	visibility: visible;
}

.js_active #featured #featured_image .current_img, .js_active #featured #featured_image .current_img img{
	visibility: hidden;
}


/*infotext*/
#infotext{
/*width:940px;*/
}

#infotext h2{
font-family:arial;
font-size:18px;
font-weight:bold;
padding:10px 0 12px;
position:relative;
}

/*content*/

#main{
padding:10px;
width:719px;
background:#fff;
border:1px solid #ccc;
position: relative;
margin: 0 auto;
margin-left: 0px;
overflow: hidden;
}

#main.middlecol {
	top:-40px;
	padding-bottom:40px;
}

#main.middlecol .entry,
#main.middlecol h2
{
	padding:0 10px 10px 10px;
}

#main.middlecol .entry h2
{
	padding:0 0 10px 0;
}





.fullwidth #content{
/*width:940px;*/
}


#sidebar .box{
margin:0;
padding:0 0 10px 0;
}

#sidebar h3{
/*padding:20px 0 4px;*/
}

/*sidebar nesting and hiding of indent lists*/
#sidebar .box a{
display:block;
line-height:22px;
padding:3px 10px;
}
#sidebar .box ul ul a{
padding:3px 10px 3px 25px;
}
#sidebar .box ul ul ul a{
padding:3px 10px 3px 40px;
}
#sidebar .box ul ul ul ul a{
padding:3px 10px 3px 55px;
}
#sidebar .box ul ul ul ul ul a{
padding:3px 10px 3px 70px;
}
#sidebar .box ul ul ul ul ul ul a{
padding:3px 10px 3px 85px;
}
#sidebar .box ul ul ul ul ul ul ul a{
padding:3px 10px 3px 100px;
}
#sidebar .box ul ul ul ul ul ul ul ul a{
padding:3px 10px 3px 115px;
}
#sidebar .box ul ul ul ul ul ul ul ul ul a{
padding:3px 10px 3px 130px;
}
#sidebar .box ul ul ul ul ul ul ul ul ul ul a{
padding:3px 10px 3px 145px;
}

.sidebarmenu .current{
font-weight: bold;
}

.sidebarmenu ul ul, .sidebarmenu .currentli_item ul ul, .sidebarmenu .parentli_item .li_item ul{
display:none;
}

.sidebarmenu .currentli_item ul, .sidebarmenu .parentli_item ul{
display: block;
}


.box{
position:relative;
margin-right:10px;
padding-right:10px;
float:left;
overflow: hidden;
}


.wrapper .box_small{
width:220px;
border-right:1px solid #999;
}

.wrapper .box_small.box3{
margin:0;
border:0;
}

.wrapper .box_mini{
width:115px;
margin-right:10px;
}

.widget_text {
margin-right:0px;
}

.box_small h3{
padding:0 0 10px 0;
}

/*sidebar widgets*/



.widget_search #s{
border: none;
width:219px;
padding:8px 50px 8px 10px;
color:#ccc;
}

#sidebar .widget_search #searchsubmit{
border: none;
display:block;
height:33px;
position:absolute;
right:0px;
text-indent:-9999px;
top:0px;
width:36px;
cursor: pointer;
padding:0;
outline: none;
}

#main #sidebar .widget_tag_cloud a {
display:inline;
border:none;
background: none;
padding:3px;
line-height: 1.5em;
}

#main #sidebar .textwidget a{
display:inline;
background: none;
padding: 0;
margin: 0;
}


#main #sidebar .rsswidget{
background: none;
}

#sidebar .rsswidget img{
display:none;
}

.rss-date, .rssSummary, .widget_rss cite{
padding:3px 10px;
}

#main #sidebar .box .recentcomments a{
background-image: none;
border: none;
}

#main #sidebar .box .recentcomments{
display:block;
line-height:22px;
padding:3px 10px;
}

/*--------------------calendar--------------------*/
#wp-calendar a, #wp-calendar a:visited {
display:block;
text-decoration:none;
padding:0;
border:none;
width:auto;
}

#wp-calendar a:hover{
display:block;
}

#wp-calendar {
color: #fff;
empty-cells: show;
width:100%;
text-align:center;

}

#wp-calendar #next a,#wp-calendar #prev a {
text-decoration:none;
display:block;
background: none;
border:none;
}
#wp-calendar #next a:hover,#wp-calendar #prev a:hover {
}

#wp-calendar caption {
margin-bottom:5px;
}


/*blog*/
.entry{
position: relative;
padding-bottom:10px;
margin-bottom:20px;
border-bottom:1px dashed #999;
clear:both;
}
.entry-last {
	border:0;
}
.entry h3{
	font-size:18px;
	color:#0093d0;
}



.entry .box{
padding-bottom:0;
}
.entry .post-info{
padding-bottom:5px;
margin-bottom:5px;
border-bottom:1px dashed #ccc;
}

.entry .post-info span{
	color:#7ac143;
}


.post_data{
border-left:none;
border-right:none;
font-size:11px;
line-height:22px;
padding:3px 1px;
position:relative;
float:left;
width:100%;
margin-bottom: 17px;
}

.post_data .categories{
float:left;
}

.post_data .author{
float:right;
}

.blogentry h2{
width:490px;
padding:5px 0 0 0;
}

.blogentry img{
max-width:610px;
}

.entry h2{
padding:5px 0 0 0;
width:100%;
}

.entry .date{
height:44px;
position:absolute;
right:0;
text-align:center;
width:112px;
top:8px;
}

.entry .day{
font-size:36px;
font-weight:bold;
line-height:45px;
display: block;
width:55px;
position: absolute;
top:0;
left:0;
height:40px;
}

.entry .month{
display:block;
font-size:18px;
left:60px;
line-height:1em;
position:absolute;
text-transform:uppercase;
top:6px;
width:50px;
}

.entry .year{
display:block;
font-size:14px;
font-weight:bold;
left:60px;
letter-spacing:2px;
line-height:1em;
position:absolute;
top:25px;
width:53px;
}

/*pagination*/

#top .pagination {
clear:both;
padding:0 0 60px 0;
position:relative;
z-index:3;
}

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


#top .pagination .current{
font-size:11px;
padding:3px 6px;
}


/*Portfolio*/
#subpage .box_small .more-link,  .box_page .more-link{
position: relative;
top:-13px;
}



#top h2.gallery {
	display:block;
	background:#3f2b6b;
	height:30px;
	line-height:30px;
	padding:0;
	padding-left:10px;
	font-size:18px;
	color:#fff;
}

.portfolio-preview-box {
	width:120px;
	height: 150px;
	float:left;
	overflow: hidden;
    padding-right: 10px;
    position: relative;
    margin: 10px 20px 10px 20px ;
}

.portfolio-preview-box h5,
#top .portfolio-preview-box h5 a {
	color:#3f2b6b;
	text-align:left;
}



.portfolio-preview-box a,
#top .portfolio-preview-box a span{
	color:#3f2b6b;
	text-align:left;
	font-weight:bold;
}




.portfolio-preview-box img{
	background: url(images/gallery-pic-bg.png) no-repeat top left;
	padding:7px 7px 11px 7px;
	width:77px;
	height:77px;
	display:block;
}





.portfolio-item-text {
	float:left;
	width:230px;
	padding:0 20px;
	margin-right:10px;
}

.portfolio-item-pic {
	float:left;
	margin-right:10px;
	width:220px;
	overflow-x:hidden;
}

.portfolio-item-info {
	float:left;
	width:200px;
}

/*footer*/

.footer_widgets{
width:975px;
overflow: hidden;
}

#footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6, #footer a
{
color:#cbcbcb;
text-decoration: none;
font-size: 10px;
}

#footer .box_custom_footer{
width:220px;
margin-right:0;
float:right;
overflow: hidden;
}

#footer .box h4, #footer .box h4 a{
font:bold 12px Arial, Helevtica, Tahoma, Verdana, san-serif;
border:none;
color:#fff;

}

#footer .box ul{
list-style-type: none;
list-style-position: outside;
margin:0;
} 

#footer .box ul ul{
border:none;
display:none;
}

#footer .box ul li a{
display:block;
padding:3px 0px;
line-height:16px;
position: relative;
background:none;
border:none;
}





#footer .custom_button{
width:150px;
padding:10px 60px 10px 10px;
display: block;
text-align: center;
border: none;
}

.rsswidget img{
display: none;
}

.custom_button strong{
display: block;
font-size: 20px;
font-weight: normal;
letter-spacing:1px;
}

.custom_button span{
display: block;
font-size: 14px;
font-weight: normal;
letter-spacing:0.5px;
}

#sitesearch_footer{
padding-top:20px;
position: relative;
}

.box_custom_footer p{
font-size:11px;
line-height: 17px;
padding:10px 0;
}

#searchform{
position: relative;
}

#footer #s{
border: none;
width:160px;
padding:8px 50px 8px 10px;
color:#ccc;
}

#footer .widget #s{
width:100px;
}

#footer #searchsubmit{
border: none;
display:block;
height:35px;
position:absolute;
right:3px;
text-indent:-9999px;
top:0px;
width:35px;
cursor: pointer;
padding:0;
outline: none;
}

.wrapper #footer .social_bookmarks{
border:none;
display: block;
float: left;
width:100%;
}
.wrapper #footer .social_bookmarks li{
float:left;
margin:0;
width:16px;
margin-right:7px;
}

.wrapper #footer .social_bookmarks li a{
height:16px;
width:16px;
display: block;
float:left;
text-indent: -9999px;
border:none;
padding:0;
}

.wrapper #footer .box .recentcomments a{
background-image: none;
border: none;
}

.widget_tag_cloud{
line-height: 2.5em;
}

.widget_tag_cloud a{
padding:2px;
}

/*generic*/
.rounded{
-moz-border-radius: 4px;
-webkit-border-radius:4px;
border-radius:4px;
}

.more-link{
display:block;
line-height:16px;
padding:9px 0 0;
width:90px;
}

input, select, textarea{
font-size:13px;
font-family: Arial, Helevtica, Verdana, san-serif;
position:relative;
outline: none;
}

blockquote {
font-size:12px;
font-style:italic;
margin:0 0 20px;
padding:10px 20px 10px 41px;
}

.wrapper a{
text-decoration:none;
}

.wrapper a:hover{
text-decoration:none;
}

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

#main img{
float:left;
margin-bottom: 5px;
display: inline;
}

p{ padding: 0 0 1em 0}



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

ul li{
list-style-type: none;
padding-left:10px;
}

#top .nav, #top .nav li, #sidebar li, #sidebar ul, #footer li, #footer ul{
padding:0;
list-style-type: none;
background: none;
border:none;
}

ol li{
list-style-type: decimal;
list-style-position:inside;
}

#sidebar ul, #sidebar ol{
margin:0px;
}

#sidebar li{
list-style-type:none;	
}


h1,h2,h3,h4,h5,h6, legend{
font-weight:bold;
padding-bottom:5px;
line-height:1.4em;
position: relative;
font-family:Arial, Helevtica, Tahoma, Verdana, san-serif;
}

h1{clear:both; font-size:38px;font-weight:bold; color:#0093d0;}
h2{font-size:24px; clear:both; color:#0093d0;}
h3, legend{font-size:18px; clear:both;font-weight:bold; }

.blogentry h3, .blogentry h2{ clear:none;}

h4{font-size:14px; clear:both; color:#3f2b6b; font-weight:bold;}
h5{font-size:12px; clear:both; font-weight:bold; }
h6{font-size:13px; clear:both;}

#top h1 a, #top h2 a, #top h3 a, #top h4 a, #top h5 a, #top h6 a{
text-decoration:none;
border:none;
} 

#top h1 a:hover, #top h2 a:hover, #top h3 a:hover, #top h4 a:hover, #top h5 a:hover, #top h6 a:hover{
text-decoration:none;
border:none;
} 

#top .page-main-area-content.media h4 {
	margin:10px 0;
	border-bottom:2px dotted #ccc;
	color:#0093d0;
} 


blockquote p{
padding:11px 0px;
}

blockquote{
margin:0 0 22px 5px;
padding:0 15px;
}

.floatleft{
float:left;
}

.floatright{
float:right;
}

.clearboth{
clear:both;
}

.alignleft{
float:left;
margin:0px 15px 15px 0pt;
}

.alignright{
float:right;
margin:0px 0pt 15px 15px;
}

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

#top .extra_margin_right{
margin-right:50px;
}

#top .no_margin_right{
margin-right:0;
}

#top .wp-smiley{
border:none;
padding:0;
}

.meta{
display:block;
position:relative;
top:3px;
font-size:11px;
line-height:14px;
}

.pp_details .pp_nav a.pp_arrow_previous, .pp_details .pp_nav a.pp_arrow_next {
margin-top:8px;
}

.pp_details .pp_nav {
margin:-3px 0 0;
}

.lightbox_video, .lightbox_image{
position: absolute;
z-index: 1;
top:0;
left:0;
}


#top .ie6_lightbox, #footerwrap .ie6_lightbox{
position: relative;
border:none;
}
/*CONTACT FORM*/	



#searchsubmit, #send, #top #submit{
cursor:pointer;
}



.text_input, .text_area{
padding:4px;
font-family: Arial, Helevtica, Verdana, san-serif;
width:200px;
font-size:11.5px;
border:1px solid #aaa;
}

/*#send, #submit{
padding:4px 20px;
font-family: Arial, Helevtica, Verdana, san-serif;
font-size:11.5px;
}
*/
.hidden{
display:none;
}

#commentform{
padding-bottom:20px;
}


fieldset{
border:none;
padding:0;
margin:0;
overflow:hidden;
}

fieldset label{
padding-left:7px;
}
.blocklabel{
display:block;
padding:10px 0 0 0;
}

#top .text_area{
width:490px;
}

/*CONTACT FORM*/	
#send, #top #submit{
cursor:pointer;

}



/*comments*/
#top .comment-edit-link, #top .comment-meta a{
border:none;
}

.commentlist{
margin-bottom:20px;
float:left;
width:100%;
}

#top .commentlist #comment{
width:70%;
}


.commentlist li{
width:100%;
clear:both;
float:left;
padding:0;
list-style-type:none;
padding:20px 0 0 0;
position:relative;
}
.commentlist .children, .commentlist .children li{
border:none;
}

.gravatar{
float:left;
width:60px;
padding:0px 10px;
text-align: center;
}

.gravatar img{
display:block;
padding:5px;
}

.comment_content{
float:left;
width:524px;
padding-bottom:20px;
}

.commentmetadata{
float:right;
padding-right:10px;
}

.commentmetadata a, .comment-edit-link, .comment-reply-link{
text-decoration: none;
font-size:10px;
}

#top .comment-reply-link{
border:none;
}

.comment-edit-link{
padding-left:10px;
}

.says{
display:none;
}

.author_name{
font-weight:bold;
font-style:normal;
font-size:15px;
float:left;
}

.comment_text{
clear:both;
}

.comment-reply-link{
text-align: center;
display: block;
}

.commentlist #respond{
padding-left:80px;
}

#cancel-comment-reply-link{
text-decoration: none;
margin-left:15px;
font-size: 10px;
}

.commentlist .children{
padding:0 0 0 70px;
}
.commentlist .children li .comment_content{
width:454px;
}

.commentlist .children .children li .comment_content{
width:384px;
}

.commentlist .children .children .children li .comment_content{
width:314px;
}

.commentlist .children .children .children .children li .comment_content{
width:244px;
}

.commentlist .children .children .children .children .children li .comment_content{
padding:0;
}

.comment_nav{
position: relative;
top:-13px;
font-size: 10px;
z-index: 4;
}

.comment_nav a{
text-decoration: none;
}

.comment_prev{
float:left;
}
.comment_next{
float:right;
}

/* video gallery */

.widget.widget_tubepress h3.widgettitle {
	display:none;
}

.tubepress_thumb {
	clear:both;
	margin-bottom:10px;
}
.tubepress_thumb a {
    display:block;
    float:left;
}

dl.tubepress_meta_group {
	float:left;
	width: 300px !important;
	margin:10px 0 0 0px;
	line-height:16px;
}



/* Avatar */



#author-avatar {
float:left;
margin-right:10px;
margin-bottom:10px;
}


.blog-entry-head {
	margin-left:80px;
}