/*
	Theme Name: Minimal Desire
	Theme URI: http://themes.ydimitrov.eu/minimal-desire/
	Description: Clean minimal portfolio theme
	Version: 1.2
	Author: Lion
	Author URI: http://themeforest.net/user/Lion
	
	-- CONTENTS --
	
	=CSS RESET
	=General
	=Header
	=Menu
	=Sidebar
	=Footer
 	=Home
	=Portfolio
	=Blog
	=Comments
	=Contact
	=Archives
	=Fullwidth
	=Shortcodes
	=Widgets
	
*/

/* CSS RESET - http://meyerweb.com/eric/tools/css/reset/ 
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

@font-face{
	font-family:'corpos';
	src: url( 'fonts/corpos.ttf' ) format("truetype");  
	font-weight:normal;
	font-style:normal;
}

@font-face{
	font-family:'corpoa';
	src: url( 'fonts/corpoa.ttf' ) format("truetype");  
	font-weight:normal;
	font-style:normal;
}

/* =General
-------------------------------------------------------------- */
body {
	font-size: 12px;
	line-height: 1.7em;
}

body,
#searchform input,
#respond input,
#respond textarea,
.wpcf7 input,
.wpcf7 textarea,
#contact-form-wrap input,
#contact-form-wrap textarea {
	font-family: 'Droid Sans', Helvetica, Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.sidebar-box .meta-date,
.sidebar-box .meta-number,
.section-head span,
.portfolio-box .circle span,
#blog-posts .post .post-meta span {
	font-family: 'Terminal Dosis', Helvetica, Arial, sans-serif;

}

.portfolio-box .circle span,
.sidebar-box .meta-date,
.sidebar-box .meta-number,
#blog-posts .post .post-meta span {
	
	font-weight: 300;
	font-weight: lighter\9;
}

::-moz-selection {
	background: #565656;
	color: #ffffff;
}
::-webkit-selection {
	background: #565656;
	color: #ffffff;
}
::selection {
	background: #565656;
	color: #ffffff;
}

a {
	text-decoration: none;
}

a:hover {
	color: #006666;
}


.clear {
	clear: both;
}

.bottom-border {
	width: 960px;
	height: 1px;
}

.last-item {
	margin-right: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6{
	font-weight: 400;
}

h1 {
	font-size: 20px;
	line-height: 22px;
}

h2 {
	font-size: 20px;
	line-height: 22px;
}
h3 {
	font-size: 16px;
	line-height: 20px;
}

h4 {
	font-size: 14px;
	line-height: 18px;
}

h5 {
	font-size: 12px;
	line-height: 16px;
}

h6 {
	font-size: 10px;
	line-height: 16px;
}

strong {
	font-weight: bold;
}

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
    display:block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

#default-page p{ margin-bottom:10px; }

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    font-style: italic;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin:0;
    max-width: 98.5%;
    padding:0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size:11px;
    line-height:17px;
    margin:0;
    padding:0 4px 5px;
}

#mainwrapper {
	width:955px;
	margin: auto;
}

#wrapper {
	width: 789px;
	float:right;
}

#leftframe {
	float: left;
	height:100%;
	width:150px;
	font-family: 'corpoa';
	font-size:14px;
	color:#4e4e4e;
}


/* =Header
-------------------------------------------------------------- */
#main-header {
	
	width: 960px;
	margin: 0 auto 0px auto;
	
}
	
#logo{
		
	margin: 25px 10px 10px 0;
	float: left;
	height:42px;
	border-bottom:1px solid #041854;
	width:100%;
}
	
	#logo a{
		display: inline-block;
	}
	
	#logo .slogan{
		display: block;
		margin-top: 5px;
		line-height: 10px;
	}
#headbar {
	height:12px;
	background:#006666;
}

#homebtn {
	height:12px;
	line-height:12px;
	font-size:11px;
	color:#fff;
	float:right;
	text-align:center;
	border-left:1px dotted #fff;
	width:15px;
}

#homebtn a {
	color:#fff;
}

/* =Menu
-------------------------------------------------------------- */
#main-nav {
		
	margin: 3px 0px 0px 168px;
	float: left;
	z-index: 100;
	position: relative;
	font-family: 'corpoa';
	height:25px;
		
}
	#main-nav ul li {
			
		display: inline;
		margin-right: 5px;
		position: relative;
		float: left;
		text-transform:uppercase;
			
	}
		
		#main-nav ul li a {
				
				float: left;
				font-size: 12px;
				font-weight: normal;
				line-height: 12px;
				padding: 5px 9px 5px 9px;
				border-bottom: 3px solid #fff;
				
			}
		#main-nav ul li ul li a {
			border-bottom:0;
		}
			
			#main-nav ul li a:hover {
					
				border-bottom: 3px solid #006666;
					
			}
			
			#main-nav ul li ul li a:hover {
					
				background: #006666;
				border-bottom:0;
				color:#fff;
					
			}
			
		#main-nav ul li.current-menu-parent > a,
		#main-nav ul li.current-menu-item > a {	
				border-bottom: 3px solid #006666;
				
		}
		#main-nav ul li ul li.current-menu-item > a {	
				background: #006666;
				border-bottom:0;
				color:#fff;
				
		}
				
			#main-nav ul li ul {
					display: none;
					position: absolute;
					left: 0;
					top: 100%;
					margin-top: 5px;
					
			}
				
				#main-nav ul li ul li {
						margin: 5px 5px 0 5px;
						margin-bottom: 5px\9;
						padding-bottom: 0;
				}
				
				#main-nav ul li ul li:last-child {
					margin-bottom: 5px;
				}
				
				#main-nav ul li ul li a{
					width: 120px;
					
				}
				
					#main-nav ul li ul li ul {
						left: 100%;
						top: 0;
						
					}
				
				#main-nav ul li ul li ul {
					margin-top: 0;
				}
			
		.sub-menu {
			margin-top:0px ! important;
		} 

/* =Sidebar
-------------------------------------------------------------- */
#sidebar {
	width:789px;
	margin: 20px 0 5px 0;
	overflow: hidden;
	
}
	
	#sidebar .widget-box{
		width: 200px;
		
		float: left;
		
	}
	
	#sidebar .widget-box div{
		line-height: 1.7em;
	}
	
	#sidebar .widget-box h3{
		font-size: 16px;
		line-height: 30px;
		margin-bottom: 10px;
	}
	
	#sidebar :last-child{
		margin-right: 0;
	}
	
	/* IE */
	#sidebar .widget-box{
		padding-bottom: 20px\9;
		
	}

#post-left-sidebar {
	width: 255px;
	float: left;
	margin-right: 20px;
	
}

#post-right-sidebar {
	width: 255px;
	float: left;
	margin-left: 20px;
	
}

.sidebar-box {
	width: 215px;
	padding: 20px;
	margin-bottom: 20px;
}

.sidebar-box h3 {
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 10px;
	
}

.sidebar-box a h4{
	display: inline;
}

.sidebar-box a:hover h4 {
	color: #006666;
}

.sidebar-box .meta-date,
.sidebar-box .meta-number {
	display: block;
	font-size: 26px;
	text-align: center;
	margin: 10px 0 10px 0;
	padding-bottom: 20px;
}

.sidebar-box .meta-author,
.sidebar-box .meta-comments,
.sidebar-box .meta-category {
	text-align: center;
}

.sidebar-box .meta-title {
	display: block;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.meta-client {
	width: 215px;
	height: 40px;
	margin: 20px 0 0 -20px;
	padding: 20px 20px 0 20px;
}

.meta-client span{
	display: inline-block;
	
}

.sidebar-box .meta-link {
	display: inline-block;
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: 0 0;
	cursor:pointer;
	float: right;
	margin-top: -7px;
}
	.sidebar-box .meta-link:hover {
		background-position: 0 100%;
	}
	
.nav-portfolio {
	
	width: 255px;
	height: 172px;
	padding: 0;
	margin-bottom: 20px;
	position: relative;
	
}

.nav-portfolio-hover{
	
	width: 255px;
	height: 170px;
	background-image: url("images/hover.png");
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	cursor: pointer;
}

.arrow-next,
.arrow-prev {
	display: block;
	width: 64px;
	height: 59px;
	margin-top: 55.5px;
	opacity: 0;
}

.arrow-next {
	background-image: url("images/portfolio-next-arrow.png");
	background-repeat: no-repeat;
	margin-left: 75.5px;
}

.arrow-prev {
	background-image: url("images/portfolio-prev-arrow.png");
	background-repeat: no-repeat;
	margin-left: 115.5px;
}


#searchform input{
	
	width: 190px;
	color: #979797;
	padding: 10px;
	
}

#searchform input:focus{
	outline: none;
}

	
/* =Footer
-------------------------------------------------------------- */
#footer {
	padding: 0 5px 0 5px;
	font-size: 11px;
	
}
	#footer .left-footer{
		display: block;
		float: left;
		margin-bottom: 20px;
		
	}
	
	#footer .right-footer{
		display: block;
		float: right;
		margin-bottom: 20px;
		
	}

/* =Home
-------------------------------------------------------------- */

#slider,
#home-featured-image {
	
	width: 789px;
	height: 442px;
	background-color: #bbbbbb;
	margin: 20px 0 2px 0;
	
	position:relative;
}


#slider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}

#slider a {
    border:0;
    display:block;
}

.section-head {
	
	margin-top: 20px;
	
}
	.section-head span{
		
		width: 215px;
		display:block;
		font-size: 19px!important;
		font-weight: 500;
		padding: 10px 0 10px 10px;
		font-size: 15.5px;
		
	}


/* =Portfolio
-------------------------------------------------------------- */
.portfolio-box {
	
	width: 225px;
	height: 330px;
	float: left;
	margin-top: 20px;
	margin-right: 20px;
	position: relative;
}
	.portfolio-box h2{
		font-size: 16px;
		font-weight: 500;
		padding: 10px;
		position: absolute;
		bottom: 0;
		left: 0;
		cursor: pointer;
	}
	
	.portfolio-box .circle {
		width: 76px;
		height: 76px;
		background-image: url("images/portfolio-hover-circle-black.png");
		background-repeat: no-repeat;
		display: block;
		margin: 107px auto 0;
		padding-bottom: 15px;
		position: relative;
		border-bottom: 2px solid #565656;
		opacity: 0;
		
	}
	.portfolio-box .circle span{
		display: block;
		width: 76px;
		font-size: 32px;
		line-height: 38px;
		text-align: center;
		color: #ffffff;
		position: absolute;
		top: 18px;
		opacity: 0;
		
	}
	
	.portfolio-box .category {
		color: #006666;
		font-size: 12px;
		display: block;
		margin: 18px auto;
		text-align: center;
		line-height: 12px;
		
	}

.portfolio-hover {
	width: 225px;
	height: 290px;
	background-image: url("images/hover.png");
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	cursor: pointer;
	
}
.portfolio-box a:hover h2 {
	color: #006666;
}

.portfolio-box:hover .hover-plus{
	display: block;
		
}

.hover-plus {
	display: none;
	width: 10px;
	height: 10px;
	background-repeat: no-repeat;
	position: absolute;
	bottom: 15px;
	right: 10px;
}

#portfolio-filter {
	width: 960px;
	height: 40px;
	line-height: 12px;
}
	#portfolio-filter ul {
		padding: 15px 10px;
	}
		
		#portfolio-filter ul li {
			display: inline;
			margin: 5px;
			
		}
		
		#portfolio-filter ul li.active a{
			color: #006666;
			
		}
		
		#portfolio-filter ul li:after {
			content: '/';
			color: #bbbbbb;
			margin-left: 10px;
			
		}
		
		#portfolio-filter ul li:last-child:after{
			content: ' ';
			
		}

#portfolio-slider,
#portoflio-post-image {
	
	width: 685px;
	height: 360px;
	background-color: #bbbbbb;
	position:relative;
	overflow: hidden;
}

#portoflio-post-images img{
	display:  block;
}

#latest-projects :last-child {
	margin-right: 0;
}


/* =Blog
-------------------------------------------------------------- */
#single-blog-post {
	margin-bottom: 20px;
	overflow: hidden;
}

.theme-single-post{
	width: 789px;
	float: left;
}

.theme-single-post .post-content {
	   padding-bottom: 20px;
	padding-top: 33px;
}

.post-content p{ margin:0 0 15px; }

.theme-single-post header {
	width: 789px;
	margin-bottom: 20px;
}

.theme-single-post header h2.title-line{
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.theme-single-post .single-postImage {
	width: 685px;
	height: 235px;
	overflow: hidden;
}

#blog-posts {
	padding-top:0px;
	width: 789px;
	float: left;
}

#blog-posts .post {
	overflow: hidden;
	margin-bottom: 20px;
}

#blog-posts .post:last-child{
	margin-bottom: 0;
}

#blog-posts .post .post-meta {
	
	width: 90px;
	height: 170px;
	float: left;
	padding: 20px;
	margin-right: 10px;
	
}
	#blog-posts .post .post-meta span{
		display: block;
		font-size: 20px;
		text-align: center;
		margin-top: 5px;
	}
	
	#blog-posts .post .post-meta span:first-child{
		margin-top: 50px;
	}

#blog-posts .post .post-img {
	width: 685px;
	height: 235px;
	float: left;
	position: relative;
	cursor: pointer;
	margin-left: 0;
}
	#blog-posts .post .post-img .img-hover{
		width: 685px;
		height: 235px;
		background-image: url("images/hover.png");
		position: absolute;
		display: none;
		margin-left: 0;
	}
		#blog-posts .post .post-img .img-hover .plus{
			width: 70px;
			height: 70px;
			background-image: url("images/blog-image-plus.png");
			background-repeat: no-repeat;
			margin-top: 82.5px;
			margin-left: 307.5px;
			
		}
		#blog-posts .post .post-img .img-hover .plus2{
			width: 70px;
			height: 70px;
			background-image: url("images/blog-image-plus2.png");
			background-repeat: no-repeat;
			margin-top: 82.5px;
			margin-left: 307.5px;
			
		}

#blog-posts .post div {
	width: 510px;
	height: 210px;
	margin-left: 10px;
	float: left;
	position: relative;
}

#blog-posts .post div header {
	margin: 15px 0 10px;
}

#blog-posts .post div header h2{
	display: inline;
}

#blog-posts a:hover h2{
	color: #006666;
}

#blog-posts .post div footer {
	color: #a7a7a7;
	position: absolute;
	bottom: 15px;
	left: 0;
	
}

#blog-posts .post:hover .post-meta{
	border-right: solid 2px #006666;
}

#blog-posts .blog-pagination {
	height: 50px;
	margin-bottom: 20px\9;
}

#blog-posts .blog-pagination .prev{
	display: inline-block;
	width: 50px;
	height: 50px;
	background-position: 0 0;
	margin-right: 2px; 
}
	#blog-posts .blog-pagination .prev:hover {
		background-position: 0 100%;
	}

#blog-posts .blog-pagination .next{
	display: inline-block;
	width: 50px;
	height: 50px;
	background-position: 100% 0;
	 
}
	#blog-posts .blog-pagination .next:hover {
		background-position: 100% 100%;
	}
	
#post-right-sidebar,
#blog-posts footer { 
	display:none;
}

#blog-posts article {
	border:1px solid #E8E8E8;
}


.post-box {
	
	width: 187px;
	height: 100px;
	float: left;
	position:relative;
	margin-top: 20px;
	margin-right: 13px;
	
}


.post-box h2{
	font-size: 20px;
	line-height: 28px;
	padding: 20px 0px 0px 10px;
}

.post-box h3{
	font-size: 16px;
	line-height: 8px;
	padding: 13px 0px 0px 10px;
}

.post-box .post-date{
	color: #006666;
	display: block;
	position: absolute;
	bottom: 15px; 
	margin: 10px;
	
}


/* IE */
.post-box .hover-plus {
	bottom: 5px;
	left: 195px\9;
}


.post-box span{
	position: absolute;
	bottom: 0; 
	letf: 0;
	margin: 10px;
}

.post-box:hover .hover-plus{
	display: block;
}

.post-box a:hover h2{
	color: #006666;
}

#latest-posts {
	
	margin-top: 0px;
}

	#latest-posts :last-child {
	margin-right: 0;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	margin-top: 20px;
}

.section-comments span{
	
	width: 228px;
	
}

.section-comments .respond-link {
	
	display: inline;
	background: none;
}

	.section-comments .respond-link a{
		
		padding: 5px 10px;
		
	}

.section-comments .bottom-border {
	width: 685px;
	
}

#comments li .comment-wrap {
	overflow: hidden;
	margin-top: 20px;
}


#comments .comment-avatar {
	
	width: 40px;
	height: 40px;
	margin: 20px;
	float: left;
}

#comments .comment-content {
	
	margin-left: 60px;
	padding: 20px 20px 15px 20px;
	
}

.ping-content {
	padding: 20px;
}

#comments .comment-header {
	width: inherit;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

#comments .comment-meta {
	
	margin-top: 10px;
}

.children {
	margin-left: 60px;
}

.comments-navigation {
	margin: 20px 0;
	padding: 10px;
}

.comment-author-admin .comment-wrap {
	border-left: solid 2px #006666!important;
	
}

.nocomments {
	margin: 20px 0;
}

.prev-comments {
	margin-right: 10px;
}

#respond {
	margin-bottom: 20px\9;
}

#respond .bottom-border {
		width: inherit;
}

#respond input,
#respond textarea {
	margin: 0;
	font-size: 12px;
	padding: 10px;
	
}

#respond input:focus,
#respond textarea:focus {
	outline: none;
}

#respond input {
	width: 218px;
	margin: 20px 10px 0 0;
}

#respond textarea {
	display: block;
	width: 70%;
	margin: 20px 0 20px 0;
}

#respond .respond-background {
	width: inherit;
}

#respond .logged-user-data{
	
	margin-top: 20px;
	
}

#submit,
#contact-submit {

	display: inline-block;
	color: #ffffff;
	background: #8fd5f3;
	background: -moz-linear-gradient(top, #8fd5f3 0%, #6cb4d3 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8fd5f3), color-stop(100%,#6cb4d3));
	background: -webkit-linear-gradient(top, #8fd5f3 0%,#6cb4d3 100%);
	background: -o-linear-gradient(top, #8fd5f3 0%,#6cb4d3 100%);
	background: -ms-linear-gradient(top, #8fd5f3 0%,#6cb4d3 100%);
	background: linear-gradient(top, #8fd5f3 0%,#6cb4d3 100%);
	
	cursor: pointer;
	border: 1px solid #72c7ec;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size: 12px;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	outline: none;
	margin: 5px 5px 5px 0;
	padding: 5px 10px;
	text-align: center;
}

	#submit:hover,
	#contact-submit:hover {
		background: -moz-linear-gradient(top, #acdff5 0%, #7bc2e0 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#acdff5), color-stop(100%,#7bc2e0));
		background: -webkit-linear-gradient(top, #acdff5 0%,#7bc2e0 100%);
		background: -o-linear-gradient(top, #acdff5 0%,#7bc2e0 100%);
		background: -ms-linear-gradient(top, #acdff5 0%,#7bc2e0 100%);
		background: linear-gradient(top, #acdff5 0%,#7bc2e0 100%);
}


/* =Contact
-------------------------------------------------------------- */

.wpcf7 input,
.wpcf7 textarea,
#contact-form-wrap input,
#contact-form-wrap textarea {
	margin: 0;
	font-size: 12px;
	padding: 2px;
	
}

.wpcf7 input:focus,
.wpcf7 textarea:focus,
#contact-form-wrap input:focus,
#contact-form-wrap textarea:focus {
	outline: none;
}

.wpcf7 input,
#contact-form-wrap input {
	width: 218px;
	margin: 10px 10px 10px 0;
}

.wpcf7 textarea,
#contact-form-wrap textarea {
	display: block;
	width: 487px;
	margin: 10px 0 20px 0;
}
.wpcf7 .contact-form-label,
#contact-form-wrap .contact-form-label {
	display: block;
}

.wpcf7 .contact-error,
#contact-form-wrap .contact-error {
	display: block;
	color: #ff482d;
}

.wpcf7 .contact-send-text,
#contact-form-wrap .contact-send-text {
	color: #98d8b9;
}

.wpcf7-submit {
    background: #006666;
    border: 1px solid #006666;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    margin: 5px;
    outline: medium none;
    padding: 5px 10px;
    text-align: center;
}

.wpcf7-submit:hover {
	background: -moz-linear-gradient(center top , #fff 0%, #006666 100%) repeat scroll 0 0 transparent;
}

/* =Archives
-------------------------------------------------------------- */
.archives-section {
	width: 290px;
	margin-right: 20px;
	float: left;
}

.archives-section h3 {
	padding-bottom: 10px;
}

.archives-section ul {
	margin: 10px;
}

.archives-section ul li {
	margin: 5px 5px 5px 0;
}


/* =Fullwidth
-------------------------------------------------------------- */
#fullwidth,
#archives,
#page-404,
#contact,
#default-page{
	margin-bottom: 20px;
	padding-top: 20px;
	padding-bottom: 0px;
	
}

.page-title {
	margin-bottom: 20px;
	padding-top:5px;
	padding-bottom: 28px;	
}

#fullwidth h1,
#fullwidth h2,
#fullwidth h3,
#fullwidth h4,
#fullwidth h5,
#fullwidth h6 {
	margin-bottom: 10px;	
}

#fullwidth p{
	line-height: 1.7em;
	margin-bottom: 20px;
}

#fullwidth p:last-child {
	margin-bottom: 0;
}

#page-comments {
	width: 100%;
}

/* =Shortcodes
-------------------------------------------------------------- */
.column-half,
.column-third,
.column-fourth,
.column-fifth,
.column-sixth {
	margin: 0 4% 20px 0;
	float: left;
	
}

.column-full {
	width: 100%;
	margin-bottom: 20px;
	clear: both;
}

.column-half {
	width: 48%;
}

.column-third {
	width: 30.6%;
	width: 30%\9;
}

.column-fourth {
	width: 22%;
	width: 22%\9;
}

.column-fifth {
	width: 16.8%;
	width: 16.5%\9;
}

.column-sixth {
	width: 13.3%;
	width: 13%\9;
}

.column-last {
	margin: 0 0 20px 0!important;
	
}

.ui-state-focus { 
	outline: none; 
}

.toggle h4{
	
	padding: 10px;
	cursor: pointer;
	margin-bottom: 0!important;	
}
	
.toggle .toggle-content{
	border-top: none;
	padding: 10px;
}

.toggle .ui-icon{
	width: 10px;
	height: 10px;
	float: left;
	margin-right: 10px;
	margin-top: 4px;
}

a.button-white {
	display: inline-block;
	color: #979797;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f1f1f1));
	background: -webkit-linear-gradient(top, #ffffff 0%,#f1f1f1 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#f1f1f1 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#f1f1f1 100%);
	background: linear-gradient(top, #ffffff 0%,#f1f1f1 100%);
	
	border: 1px solid #e8e8e8;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size: 12px;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	outline: none;
	margin: 5px;
	padding: 5px 10px;
	text-align: center;
}
	a.button-white:hover {
		background: -moz-linear-gradient(top, #ffffff 0%, #f9f9f9 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f9f9f9));
		background: -webkit-linear-gradient(top, #ffffff 0%,#f9f9f9 100%);
		background: -o-linear-gradient(top, #ffffff 0%,#f9f9f9 100%);
		background: -ms-linear-gradient(top, #ffffff 0%,#f9f9f9 100%);
		background: linear-gradient(top, #ffffff 0%,#f9f9f9 100%);
	}
	
a.button-black {
	display: inline-block;
	color: #ffffff;
	background: #444444;
	background: -moz-linear-gradient(top, #696969 0%, #444444 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#696969), color-stop(100%,#444444));
	background: -webkit-linear-gradient(top, #696969 0%,#444444 100%);
	background: -o-linear-gradient(top, #696969 0%,#444444 100%);
	background: -ms-linear-gradient(top, #696969 0%,#444444 100%);
	background: linear-gradient(top, #696969 0%,#444444 100%);
	
	border: 1px solid #444444;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size: 12px;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	outline: none;
	margin: 5px;
	padding: 5px 10px;
	text-align: center;
}
	a.button-black:hover {
		background: -moz-linear-gradient(top, #737373 0%, #525252 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#737373), color-stop(100%,#525252));
		background: -webkit-linear-gradient(top, #737373 0%,#525252 100%);
		background: -o-linear-gradient(top, #737373 0%,#525252 100%);
		background: -ms-linear-gradient(top, #737373 0%,#525252 100%);
		background: linear-gradient(top, #737373 0%,#525252 100%);
	}

a.button-green {
	display: inline-block;
	color: #ffffff;
	background: #98d8b9;
	background: -moz-linear-gradient(top, #98d8b9 0%, #65c496 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#98d8b9), color-stop(100%,#65c496));
	background: -webkit-linear-gradient(top, #98d8b9 0%,#65c496 100%);
	background: -o-linear-gradient(top, #98d8b9 0%,#65c496 100%);
	background: -ms-linear-gradient(top, #98d8b9 0%,#65c496 100%);
	background: linear-gradient(top, #98d8b9 0%,#65c496 100%);
	
	border: 1px solid #4ebb86;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size: 12px;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	outline: none;
	margin: 5px;
	padding: 5px 10px;
	text-align: center;
}
	a.button-green:hover {
		background: -moz-linear-gradient(top, #a9e3c7 0%, #76d1a5 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a9e3c7), color-stop(100%,#76d1a5));
		background: -webkit-linear-gradient(top, #a9e3c7 0%,#76d1a5 100%);
		background: -o-linear-gradient(top, #a9e3c7 0%,#76d1a5 100%);
		background: -ms-linear-gradient(top, #a9e3c7 0%,#76d1a5 100%);
		background: linear-gradient(top, #a9e3c7 0%,#76d1a5 100%);
	}

a.button-red {
	display: inline-block;
	color: #ffffff;
	background: #e87570;
	background: -moz-linear-gradient(top, #e87570 0%, #d54841 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e87570), color-stop(100%,#d54841));
	background: -webkit-linear-gradient(top, #e87570 0%,#d54841 100%);
	background: -o-linear-gradient(top, #e87570 0%,#d54841 100%);
	background: -ms-linear-gradient(top, #e87570 0%,#d54841 100%);
	background: linear-gradient(top, #e87570 0%,#d54841 100%);
	
	border: 1px solid #c0403a;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size: 12px;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	outline: none;
	margin: 5px;
	padding: 5px 10px;
	text-align: center;
}
	a.button-red:hover {
		background: -moz-linear-gradient(top, #f18c88 0%, #e25b54 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f18c88), color-stop(100%,#e25b54));
		background: -webkit-linear-gradient(top, #f18c88 0%,#e25b54 100%);
		background: -o-linear-gradient(top, #f18c88 0%,#e25b54 100%);
		background: -ms-linear-gradient(top, #f18c88 0%,#e25b54 100%);
		background: linear-gradient(top, #f18c88 0%,#e25b54 100%);
	}
	
a.button-blue {
	display: inline-block;
	color: #ffffff;
	background: #8fd5f3;
	background: -moz-linear-gradient(top, #8fd5f3 0%, #6cb4d3 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8fd5f3), color-stop(100%,#6cb4d3));
	background: -webkit-linear-gradient(top, #8fd5f3 0%,#6cb4d3 100%);
	background: -o-linear-gradient(top, #8fd5f3 0%,#6cb4d3 100%);
	background: -ms-linear-gradient(top, #8fd5f3 0%,#6cb4d3 100%);
	background: linear-gradient(top, #8fd5f3 0%,#6cb4d3 100%);
	
	border: 1px solid #72c7ec;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size: 12px;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	outline: none;
	margin: 5px;
	padding: 5px 10px;
	text-align: center;
}
	a.button-blue:hover {
		background: -moz-linear-gradient(top, #acdff5 0%, #7bc2e0 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#acdff5), color-stop(100%,#7bc2e0));
		background: -webkit-linear-gradient(top, #acdff5 0%,#7bc2e0 100%);
		background: -o-linear-gradient(top, #acdff5 0%,#7bc2e0 100%);
		background: -ms-linear-gradient(top, #acdff5 0%,#7bc2e0 100%);
		background: linear-gradient(top, #acdff5 0%,#7bc2e0 100%);
	}
	

a.button-purple {
	display: inline-block;
	color: #ffffff;
	background: #9a8a9e;
	background: -moz-linear-gradient(top, #9a8a9e 0%, #6a5b6f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9a8a9e), color-stop(100%,#6a5b6f));
	background: -webkit-linear-gradient(top, #9a8a9e 0%,#6a5b6f 100%);
	background: -o-linear-gradient(top, #9a8a9e 0%,#6a5b6f 100%);
	background: -ms-linear-gradient(top, #9a8a9e 0%,#6a5b6f 100%);
	background: linear-gradient(top, #9a8a9e 0%,#6a5b6f 100%);
	
	border: 1px solid #6c5d70;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size: 12px;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	outline: none;
	margin: 5px;
	padding: 5px 10px;
	text-align: center;
}
	a.button-purple:hover {
		background: -moz-linear-gradient(top, #a99bad 0%, #77687b 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a99bad), color-stop(100%,#77687b));
		background: -webkit-linear-gradient(top, #a99bad 0%,#77687b 100%);
		background: -o-linear-gradient(top, #a99bad 0%,#77687b 100%);
		background: -ms-linear-gradient(top, #a99bad 0%,#77687b 100%);
		background: linear-gradient(top, #a99bad 0%,#77687b 100%);
	}

a.button-yellow {
	display: inline-block;
	color: #777777;
	background: #faeda5;
	background: -moz-linear-gradient(top, #faeda5 0%, #dac54e 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#faeda5), color-stop(100%,#dac54e));
	background: -webkit-linear-gradient(top, #faeda5 0%,#dac54e 100%);
	background: -o-linear-gradient(top, #faeda5 0%,#dac54e 100%);
	background: -ms-linear-gradient(top, #faeda5 0%,#dac54e 100%);
	background: linear-gradient(top, #faeda5 0%,#dac54e 100%);
	
	border: 1px solid #d7c455;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size: 12px;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	outline: none;
	margin: 5px;
	padding: 5px 10px;
	text-align: center;
}
	a.button-yellow:hover {
		background: -moz-linear-gradient(top, #fff7cc 0%, #e1cd5a 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff7cc), color-stop(100%,#e1cd5a));
		background: -webkit-linear-gradient(top, #fff7cc 0%,#e1cd5a 100%);
		background: -o-linear-gradient(top, #fff7cc 0%,#e1cd5a 100%);
		background: -ms-linear-gradient(top, #fff7cc 0%,#e1cd5a 100%);
		background: linear-gradient(top, #fff7cc 0%,#e1cd5a 100%);
	}

span.dropcap {
	float: left;
	margin: 10px 15px 10px 15px;
	font-size: 20px;
}

.highlight {
	border: 1px solid;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

blockquote,
.pull-quote-left,
.pull-quote-right {
	display: block;
	width: 220px;
	margin: 0 10px 10px 0;
	padding: 10px 10px 10px 20px;
	border-left: solid 2px #e8e8e8;
	font-style: italic;
}

blockquote {
	width: 420px;
	margin: 10px auto 10px auto;
	overflow: hidden;
}

.cite {
	display: block;
	float: right;
	margin: 15px 15px 0 0;
}

.pull-quote-left {
	float: left;
}

.pull-quote-right {
	float: right;
	margin-left: 10px;
	margin-right: 0;
}

div.alert-box {
	
	color: #ffffff;
	background-color: #f8b0ad;
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #e87570;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size: 13px;
	font-style: italic;
	text-align:  center;
}

div.info-box {
	
	color: #ffffff;
	background-color: #afd8ea;
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #6cb4d3;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size: 13px;
	font-style: italic;
	text-align:  center;
}

div.success-box {
	
	color: #ffffff;
	background-color: #b6e3cd;
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #84c5a6;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size: 13px;
	font-style: italic;
	text-align:  center;
}

.tabs {
	margin: 0 0 10px 0;
	
}

.tabs ul li a{
	
	padding: 10px;
	float: left;
	margin: 0 -1px -1px 0;
}
.tabs-content {
	clear: both;
	padding: 10px;
}

.ui-tabs .ui-tabs-hide {
    position: absolute;
    left: -10000px;
}

ul.ln-checklist li{
	padding-left: 15px;
	
}

pre, code {
	
	display: block;
	font-family: Courier, monospace;
	padding: 10px;
	margin-bottom: 10px;
}


/* =Widgets
-------------------------------------------------------------- */
table#wp-calendar {
	border-collapse: separate;
	border-spacing: 8px;
}

.widget-tweet {
	margin: 10px 0;
	padding-bottom: 10px;
}

.widget-tweet-time {
	display: block;
	font-style: italic;
}

#widget-flickr {
	width: 216px;
	margin-top: -16px;
	
}

#widget-flickr .flickr_badge_image {
	display: inline;
}

#widget-flickr .flickr_badge_image a{
	display: inline-block;
	width: 48px;
	height: 48px;
	margin: 16px 16px 0 0;
	padding: 4px;
	
}

#widget-flickr .flickr_badge_image a:hover {
	background-color: #006666;
}

#widget-flickr .flickr_badge_image a img{
	width: 48px;
	height: 48px;
}



#post-1 {
	background:#ae0b09;
}

#post-2 {
	background:#006666;
}

#post-3 {
	background:#56585e;
}

#post-4 {
	background:#009900;
}

#post-5 {
	background:#fff;
}

#post-5_2 {
	margin-right:0;
	background:#272727;
	height:30px;
	margin-bottom:0px;
	text-align:center;
}
#post-6 { background:#cc6600; }
#post-7 { background:#deab11; }
#post-8 { background:#006666; }
#post-9 {
	background:#a10d59;
	border:1px solid #00475c;
}
#post-10{ background:#125937 }
#post-11{ background:#664288 }

.post-box .post-img {
	width:100%;
	height:100%;
	float: left;
	position: absolute;
	cursor: pointer;
	margin-left: 0;
}
.post-box .post-img .img-hover{
	width:100%;
	height:100%;
	background: url("images/hover.png") !important;
	position: absolute;
	display: none;
	margin-left: 0;
	z-index:99;
	}
.post-box .post-img .img-hover .plus{
	width:100%;
	height:100%;
	background: url("images/blog-image-plus.png") center no-repeat !important;
	z-index:100;
		}
.post-box .post-img .img-hover .plus2{
	width:100%;
	height:100%;
	background: url("images/blog-image-plus2.png") center no-repeat !important;
	z-index:100;
		}
.post-box .post-img .img-hover a {
	display:block;
	width:100%;
	height:100%;
	float:left;
	outline:none;
	cursor: crosshair;
}
.post-box:hover .hover-plus{
	display: block;
}

.plus a {
	display:block;
}

.wrapper2 {
	width:757px;
	border:1px solid #DFDFDF;
	padding:15px;
}

.imgborder { 
	border:1px solid #DFDFDF;
}

.homepageproducts {
	height:430px;
	width:200px;
	float:left;
	border:1px solid #DFDFDF;
	margin-left:46px;
	padding:15px;
	background:url('images/cteaser-bottom-bg.gif') repeat-x bottom;
}

.homepageproductshosting {
	height:330px;
	width:155px;
	float:left;
	border:1px solid #DFDFDF;
	margin-left:13px;
	padding:15px;
	background:url('images/cteaser-bottom-bg.gif') repeat-x bottom;
}

.werbetechnikproducts {
	height:375px;
	width:200px;
	float:left;
	border:1px solid #DFDFDF;
	margin-left:46px;
	padding:15px;
	background:url('images/cteaser-bottom-bg.gif') repeat-x bottom;
}

.werbemittelproducts {
	height:440px;
	width:221px;
	float:left;
	border:1px solid #DFDFDF;
	margin-left:15px;
	padding:15px;
	background:url('images/cteaser-bottom-bg.gif') repeat-x bottom;
	margin-bottom:12px;
	line-height:155%;
}

.lettershopproducts {
	height:380px;
	width:200px;
	float:left;
	border:1px solid #DFDFDF;
	margin-left:46px;
	padding:15px;
	background:url('images/cteaser-bottom-bg.gif') repeat-x bottom;
	margin-bottom:12px;
}

.linkArea {
 	border-top: 1px dotted #DFDFDF;
    height: 25px;
    padding-top: 7px;
    margin-top:10px;
    color: #006666;
}

.linkArea a {
	padding-left:5px;
}

.homepageproductsheights {
	padding-top:10px;
	height:350px;
}

.printproductsheights,
.seoproductsheights {
	padding-top:10px;
	height:350px;
}

.werbetechnikproductsheights {
	padding-top:10px;
	height:315px;
}

.werbemittelproductsheights {
	padding-top:10px;
	height:380px;
}

.lettershopproductsheights {
	padding-top:10px;
	height:322px;
}

.printproductsheights img,
.seoproductsheights img,
.werbetechnikproductsheights img,
.homepageproductsheights img {
	border:1px solid #DFDFDF;
}

.werbemittelproductsheights img,
.lettershopproductsheights img {
	border:1px solid #DFDFDF;
	margin-bottom:5px;
}


.homepageproductsind {
	height:193px;
	width:755px;
	float:left;
	border:1px solid #DFDFDF;
	padding:15px;
	margin-top:26px;
	margin-bottom:20px;
	background:url('images/cteaser-bottom-bg.gif') repeat-x bottom;
}

.lettershopproductsind,
.seoproductsind,
.werbetechnikproductsind {
	height:183px;
	width:755px;
	float:left;
	border:1px solid #DFDFDF;
	padding:15px;
	margin-top:26px;
	margin-bottom:20px;
	background:url('images/cteaser-bottom-bg.gif') repeat-x bottom;
}

.printproductsind {
	height:231px;
	width:755px;
	float:left;
	border:1px solid #DFDFDF;
	padding:15px;
	margin-top:26px;
	margin-bottom:20px;
	background:url('images/cteaser-bottom-bg.gif') repeat-x bottom;
}

#tpllogo {
	 border-top: 1px solid #041854;
	 padding-top:15px;
	 margin-top:10px;
	 text-align:center;
}

#tpllogo h3 {
	font-family:'corpoa';
	font-size:22px;
	color: #006666;
}

#tpllogo h4 {
	font-family:'corpoa';
	font-size:14px;
	color: #006666;
}

#post-416 .page-title { display:none; }

#kontakthead {
	background:url('../../uploads/2011/12/kontakt.jpg') no-repeat;
	width:789px;
	height:233px;
}

.kontaktwrapper img {
	padding-bottom:30px;
}

.kontaktwrapper {
	margin-left:506px;
	padding-top:240px;
	color:#000;
	font-family:'corpoa';
	font-size:14px;
}

.search-results aside span,
.search-results footer { 
	display:none ! important; 
}

#departmentsbtn {
	margin-top:20px;
}

#departments {
	width:740px;
	height:170px;
	text-align:center;
}

#leftframe #departments {
	display: none;
}

#departments ul {
	list-style:none;
	margin-top:10px;
}

#departments ul li {
	float:left;
	margin-right:10px;
	margin-bottom:3px;
}

#departments ul li .img2 {
	display:none;
}

#departments ul li a:hover .img2 {
	display:block;
}

#departments ul li a:hover .img1 {
	display:none;
}

#printproducts img {
	box-shadow:2px 2px 3px #afafaf;
}

#upload_form input {
	margin-bottom:10px;
}

ul#mypromoref li {
	float:left;
	border:1px solid #dadada;
	margin-left:37px;
	margin-bottom:15px;
}

ul#mypromoref li:hover {
	border:1px dotted #000;
}

ul#momentinav {
	margin-top:20px;
	margin-bottom:20px;
	float:left;
}

ul#momentinav li {
	border-top:1px solid #272727;
	padding-bottom:5px;
	padding-top:5px;
	width:255px;
	margin-right:12px;
}

ul#momentinav li:last-child {
	border-bottom:1px solid #272727;
}

#homeS{
	display:block;
	margin-top:55px;
}
#homeS h1{
	font-size:24px;
	line-height:1.2;
	margin-bottom:5px;
}
#homeS h2{
	font-size:18px;
	line-height:1.2;
	margin-bottom:20px;
}
#homeS p{margin-bottom:10px}
#homeS ul{margin-bottom:10px;}

/* =============================================================================
CLEARFIX HACK
============================================================================= */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
