/* @override http://georgipetrov.eu/wp-content/themes/cumulus/style.css */

*{margin:0; padding:0;}

body {
	color:#868686;
	background:#eee /*url(images/body.png) top repeat-x*/;
	font-family: arial, verdana;
	font-size: 1.0em;
	line-height: 1.5em;
	text-shadow: 1px 1px #fff;
	}

img{ border: none; padding:0; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px 20px 10px 0; }
img.right{ float: right; border: none; padding: 0 0 0 6px; margin: 0 0 0 25px; }

blockquote{
	border-left:1px solid #333;
	margin:15px;
	padding:0 12px;
	}

code{font-family:"Courier New", Courier, monospace;}



h1, h2, h3, h4 {
	font-family:'ComfortaaRegular', Arial, sans-serif;
	color:#888;
	text-shadow: 1px 1px #fff;
}

h1{
	padding:30px 0 0px 0;
	margin-bottom: 10px;
	/*border-bottom: 1px solid #ccc;*/
	font-size: 1.25em;
	line-height: 1.5em;
	letter-spacing: 0.1em;	
	font-weight:normal;
	text-align: left;
	
	}
	
h1, h2, h3 {
	text-transform:uppercase;
}
h2{
	padding: 12px 0 0 0;
	margin-bottom:5px;
}

h3{
	font-size:1.2em;
	font-weight:normal;
	padding:0;
	color:#999;
}

h3.latest{
	clear:both;
	font-size: 1.2em;
	font-weight:normal;
	padding:10px 0 15px 0 !important;
	color:#999;
}

h4{
	padding:15px 0;
	font-size:13px;
	font-family:arial, sans-serif;
	text-transform:none;
}

h5 {
	font-family:'nevis', Arial, sans-serif;
	text-transform:uppercase;
	color:#888;
	text-shadow:1px 1px #fff;
	font-weight:normal;
}

strong{
	font-size: 1.0em;
	color: #666;
	text-shadow:1px 1px #fff;
}

@charset "UTF-8";
/* Fonts */

@font-face {
	font-family: 'ComfortaaThin';
	src: url(fonts/Comfortaa_Thin.eot);
	src: local(Comfortaa Thin), local(Comfortaa-Thin), url(fonts/Comfortaa_Thin.woff) format('woff'), url(fonts/Comfortaa_Thin.ttf) format('truetype'), url(fonts/Comfortaa_Thin.svg#Comfortaa-Thin) format('svg');
}

@font-face {
	font-family: 'ComfortaaRegular';
	src: url(fonts/Comfortaa_Regular.eot);
	src: local(Comfortaa Regular), local('Comfortaa'), url(fonts/Comfortaa_Regular.woff) format('woff'), url(fonts/Comfortaa_Regular.ttf) format('truetype'), url(fonts/Comfortaa_Regular.svg#Comfortaa) format('svg');
}

@font-face {
	font-family: 'ComfortaaBold';
	src: url(fonts/Comfortaa_Bold.eot);
	src: local(Comfortaa Bold), local(Comfortaa-Bold), url(fonts/Comfortaa_Bold.woff) format('woff'), url(fonts/Comfortaa_Bold.ttf) format('truetype'), url(fonts/Comfortaa_Bold.svg#Comfortaa-Bold) format('svg');
}

@font-face {
	font-family: 'Nevis';
	src: url(fonts/nevis.eot);
}

@font-face {
 font-family: 'Nevis';
 src: url("fonts/nevis.ttf") /* TTF file for CSS3 browsers */
}

/* links */
a {
	color: #555; /*#289BC2*/
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	color:#999;
}

/* container */

#container {
	width:960px;
	margin: 0 auto;
	padding:0;
	}
	
.content-wrapper{
	width:960px; 
	margin: 0 auto;
	}
	
/* header */

#header {
	width:960px;
	height:115px;
	padding-top:30px;
	display: block;
	border-bottom: 1px solid #ccc;
	background-color: #eee;
	margin: 0 auto;
	}

#header h1{
	margin:0;
	padding:0 0 2px 0;
	text-transform:none;
	border:none;
	display: inline;
	}
	
#header h1 a {
	font-size: 2.5em;
	letter-spacing: 0.08em;
	text-shadow: 1px 1px 2px #fff;
	color: #555 /*#918160*/;
	padding: 0;
	margin: 0px;
	width: 400px;
}

#header h2 {
	margin: 10px 1px;
	padding: 0;
	width: 460px;
	font-size: .7em;
	letter-spacing: 0.1em;
	font-weight:normal;
	color:#999;
	text-transform:uppercase;
	display: block;
}

#header h2 a{
	font-weight:normal;
}	
	
.logo{
	/*width:60%;*/
	float:left;
}

.cloud{
	float:left;
	margin:0 15px 0 0;
	display: none;
}

div#lang{
	position: relative;
	top: 3px;
	right: 0px;
	margin: 0;
	padding: 0;
	width: 80px;
	height: 15px;
	display: block;
	float: right;
	text-align: right;
	/*opacity: 0.9;*/
	}
	div#lang a{
	color: #888;
	text-shadow: -1px -1px 1px #fff;
	letter-spacing: 0.09em;
}
/* main menu */
#menu {
	width: 959px;
	position: relative;
	top: 5px;
	left: 0px;
	float: left;
	font: bold 0.75em/1.25em "Lucida Grande", Lucida, Verdana, sans-serif;
	letter-spacing: 0.1em;
	padding: 0;
	margin: 0;
	display: block;
	background: transparent;	
	/*	-moz-border-radius: 16px;
	-khtml-border-radius: 16px;
	-webkit-border-radius: 16px;
	border-radius: 16px;*/
}

.menu ul {
	margin:0;
	padding:0;
	display: block;
}

.menu ul li {
	display: inline;
	padding: 0;
	margin:0 ;
	list-style-type: none;
	float: left;
	}

.menu ul li a {
	padding: 5px 0;
	margin: 0;
	display: inline;
	float: left;
	text-shadow: 0px 1px 1px #fff;
	}

#dropmenu {
	z-index: 999;
	margin: 0;
	padding: 0px;
	height: 24px;
	display: block;
	float: left;
	}

#dropmenu {
	z-index: 999;
	margin: 0;
	padding: 0px;
	height: 28px;
	display: block;
	float: left;
	}
#dropmenu li {
	display: inline;	
	float: left;
	padding: 0;
	margin: 0 20px 0 0;
	list-style-type:none;	
	}
		
#dropmenu li a {	
	color: #333;
	padding: 5px;
	margin: 0px;
	display: inline;
	float: left;
	text-shadow: 0 2px 3px #d2d2d2;	
	text-transform: lowercase;
	}
#dropmenu li a:hover{
	color: #aaa;
}
	

#dropmenu ul {
	position:absolute; 
	display:none;  
	margin:0;
	padding:4px 0 0 0; 
	background:#eee;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-bottom-right-radius:8px;
	border-bottom-left-radius:8px;
	-moz-border-radius-bottomright:8px;
	-moz-border-radius-bottomleft:8px;
	-webkit-border-bottom-right-radius:8px;
	-webkit-border-bottom-left-radius:8px;
}

#dropmenu li ul {width: 180px; padding:10px 0;  display: none; position: absolute; z-index:999; line-height:24px;}
#dropmenu li ul li {border:none; padding:0;}
#dropmenu li ul a {height:auto; padding:0 5px; border:none; border-radius:none !important;}
#dropmenu li ul a:hover {border-bottom:4px solid #fff; height:auto; border:none; border-radius:none !important;}
#dropmenu ul ul {top:auto; padding:0 0 10px 0;}
#dropmenu li ul ul {left:12em; margin:0 0 0 20px; top:auto;}
#dropmenu li:hover ul ul, #dropmenu li:hover ul ul ul, #dropmenu li:hover ul ul ul ul {display:none; border:none; }
#dropmenu li:hover ul, #dropmenu li li:hover ul, #dropmenu li li li:hover ul, #dropmenu li li li li:hover ul {display:block;}

/* showcase */

#imageContainer { position:relative; width:960px; height:480px;
background-color: #dfdfdf;  }
#imageContainer img { position:absolute; left:0; top:0; display:none; }


/* content */

.homecontent {
	float: left;
	width:960px;
display: inline;
	overflow: hidden;
	margin:0 0 20px 0;
	padding:0;
	
	}

.content {
	float: left;
	width: 960px;
	overflow: hidden;
	margin:0 0 20px 0;
	padding:0;
	}

.post {
	margin:0 0 40px 0;
	padding:10px 0;
	line-height:1.25em;
	border-bottom: 1px solid #ccc;
	}
	
.portfolioimg{
	width:510px;
	height:220px;
	margin:0 0 20px 0;
}
	
.pagetitle{
	margin:0 0 20px 0;
	color:#777;
	}
	
.post h1{
	font-size:1.2em;
	line-height: 1.5em;
	padding: 0 0 10px 0 !important;
	border: none;
	
	}
	
.post h1 a{
	font-weight:normal;
	}
.post h2{
	font-size: 1.1em;
	line-height: 1.25em;
	letter-spacing: 0.07em;
	text-transform: none !important;
}	
.post h3{
	text-transform:uppercase;
	padding:4px 0 15px 0;
	margin:0 0 15px 0;
	color:#505050;
	border-bottom:1px dotted #ccc;
	}

.post ul {margin:20px;}

.post li {list-style-type:square; line-height: 1.5em;}

.homecontent p{
	margin:0 0 12px 0; 
	line-height: 1.5em; 
	}
.content p{margin:0 0 12px 0; line-height:1.5em; }

.meta{
	/*border-bottom:1px solid #ccc;*/
	padding:4px 0 0 0;
	margin:0;
	font-size:11px;
	}
	

.navigation {
	font-size:11px;
	width:100%;
	margin:0;
	padding:0;
	overflow:hidden;
	}
	
.alignleft a{float:left; margin:15px 0;}
.alignright a{float:right; margin:15px 0;}

#imageContainer { position:relative; top: 1px; width:960px; height:480px; }
#imageContainer img { position:absolute; left:0; top:0; display:none; 
}

.separator {
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:1px;
	background: url(images/separator.png) top no-repeat #eee;
	margin-bottom: 20px;
	overflow:hidden;	
}

#container .separator h2 {
	font-family: 'ComfortaaBold', Arial, sans-serif;
	margin:0;
	spacing:1px;
	float:left;
	font-weight:normal;
	text-transform:uppercase;
	font-size: 1.0em;
	letter-spacing: 0.1em;
	display: block;
}

.separator .links {
	text-align:right;
}

p.link span {
	/*border:1px solid #ccc;*/
	display:block;
	float:right;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	padding:7px 0;
	margin: 3px 0 2px 5px;
	font-weight:normal;
	overflow:hidden;
}

p.link span a {
	border:1px solid #dedede;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	background:url(images/link-a.png) 0 5px repeat-x #fff;
	padding:7px 10px;
	font-family:'nevis', Arial, sans-serif;
	text-transform:uppercase;
	text-shadow:1px 1px #fff;
	color:#333;
	font-weight:normal;
	font-size:12px;
}

p.link span a:hover {
	background-position: 0 0;
	color:#000;
}


/* homepage */
.article{
border-bottom:1px solid #ccc;
width: 940px;
margin:0;
padding:10px 1px;
display: inline;
float: left;
clear: both;
}
.intro{
	float:left;
	width:270px;
	margin-right:10px;
}

.latest-blog h3, .latest-blog h4, .latest-entry {
	float:left;
	width:100%;
clear: both;
text-decoration: none;
}

.entry a, .article a, .latest-entry a{
	text-decoration: underline;	
	font-weight: normal;
}
.latest-entry a strong{
	font-weight: normal;
}
.latest-entry h2{
	font-size: 1.15em;
}
.article h4 a{
	text-decoration: none;
	font-size: 1.25em;
	letter-spacing: 0.08em;
	font-weight: bold;
	
	}
	
.latest-blog{
width:960px;
display: block;
}
.intro h3{
	padding:0 0 15px 0;
}

/* sidebar */

.latest-work{
	float: left;
	width:610px;
	margin: 0 0 20px 0;
	overflow:hidden;
}

.latest-work h3{
	padding:0 0 15px 0;
}

.latest-work .even {
	width:100px;
	float:left;
	margin:0 0 0 8px;
}

.work-section{
	margin:0 0 25px 0 !important;
}


.latest-work img {
	width:190px;
	float:left;
	margin:0 0 8px 0;
}

ul.blogposts li a:hover {
	background:#fafafa;
}

ul.blogposts {
	margin:0;
	padding:0;
}

ul.blogposts li {
	margin:0 0 5px 0;
	list-style:none;
	padding:0;
	line-height:normal !important;
}

ul.blogposts li a {
	background:#f4f4f4;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	display:block;
	height:55px;
	position:relative;
}

ul.blogposts li a .time{
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	background:#F9F9F9;
	height:45px;
	position:absolute;
	right:0;
	top:0;
	width:55px;
	text-align:center;
	font-size:250%;
	color:#999;
	padding-top:10px;
}

ul.blogposts li a .title {
	padding:10px 0 4px 12px;
	margin:0;
	color:#289BC2;
	font-size:14px;
	font-family:arial, verdana;
	font-weight:bold;
	display:block;
}

ul.blogposts li a small {
	font-size:80%;
	font-weight:normal;
	color:#999;
	padding:0 0 0 12px;
}

.latest-work .widgets{
	float:left;
	width:180px;
	margin:10px 10px 0 0;
}

.latest-work h2{
	text-transform:uppercase;
	font-weight:normal;
	font-size:18px;
	padding: 0 0 15px 0;
	color:#999;
}

.latest-work ul{
	margin:0 0 10px 0;
	padding:0;
}

.latest-work ul li{
	list-style-type:none;
	line-height:20px;
}

/* comments */

.maincomments{
	padding:0;
	width:510px;
	margin:60px 0 0 0;
}

.maincomments h3{
	font-family: comfortaa, trebuchet ms, georgia, times, verdana;
	font-size: 24px;
	font-weight: 300;
	color: #999;
	margin:14px 0 20px;
	padding:0 0 20px 0;
	text-transform:uppercase;
	background:url(images/line.png) bottom left no-repeat;
	}

#respond{margin:20px 0 0 0;}

#commentform{
	margin:20px 0 0 0;
	padding:0;
	}
	
#commentform h3{
	font-family: trebuchet ms, georgia, times, verdana;
	font-size: 16px;
	font-weight: 300;
	color: #000;
	margin:0;
	padding:0;
	}
	
#comment{
	width:95%;
	}

#author, #email, #url, #comment, #submit{
	background: #ccc;
	margin:5px 5px 0 0;
	padding:6px;
	border:none;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	color:#666;
	}
	
#submit{
	margin:5px 5px 0 0; 
	padding:0;
	background:url(images/submit.png) no-repeat; 
	text-transform:uppercase;
	color:#666;
	width:77px;
	height:33px;
	border:1px solid #ccc;;
	font-family:'nevis', Arial, sans-serif;
	font-size:12px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	cursor:pointer;
	}
	
	
ol.commentlist {list-style-type: none; margin:0; padding:0;}

ol.commentlist li {
	margin:0 0 20px 0;
	list-style-type:none;
	overflow:hidden;
	background:url(images/line.png) bottom left no-repeat;
	}

ol.commentlist li.alt {background:none;}

ol.commentlist li p{
	margin:12px 0;
	font-size:12px;
	}
	
cite {
	font:normal 14px georgia, arial, verdana, tahoma;
	padding:4px 0;
	font-style:italic;
	}

.children{
	margin:25px 0 20px 12px !important;
	padding: 0;
}

.nocomments{background:#2d2d2d; color:#fff; padding:0; display: none;}

.comment-meta{font-size:12px; line-height:18px;}

.thread-alt {
	margin: 0px;
	padding: 0px;
	}

.thread-even {
	margin: 0px;
	padding: 0px;
	}

.depth-1 {
	margin: 0px;
	padding: 0px;
	}

.even, .alt {
	margin: 0px;
	padding: 0;
	}

.avatar{
	float:none; 
	display:block; 
	margin:0 0 8px 0; 
	padding:4px;
	border:1px solid #d9d9d9;
	background:#fff;	
}
	 
.gravreply{float:left; margin:0 18px 0 0; height:70px; font-size:11px; text-align:center;}

/* misc */

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

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

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

/* WP Page Navi Styles */

.wp-pagenavi{
	font-size:11px !important;
	text-transform:uppercase;
	padding:12px 0;
	margin:12px 0;
	border-top:1px dotted #ccc;
}

.wp-pagenavi a, .wp-pagenavi a:link {
	border: 1px solid #ccc !important;
	color: #494949 !important;
	background-color: #FFFFFF;	
}
.wp-pagenavi a:visited {
	border: 1px solid #ccc !important;
	color: #494949 !important;
	background-color: #FFFFFF;	
}
.wp-pagenavi a:hover {	
	border: 1px solid #ccc !important;
	color: #494949 !important;
	background-color: #ddd !important;
}
.wp-pagenavi a:active {
	border: 1px solid #ccc !important;
	color: #494949 !important;
	background-color: #FFFFFF;	
}
.wp-pagenavi span.pages {
	color: #494949 !important;
	border: none !important;
	background-color:none !important;
	margin:0 8px 0 0 !important;
	padding:0 !important;
}
.wp-pagenavi span.current {
	border: 1px solid #ccc !important;
	color: #494949 !important;
	font-weight:300 !important;
	background-color: #dddddd !important;
}

/* site description */

.description{
	clear:both;
	background:url(images/separator.png) top center no-repeat;
	border-top:1px solid #ccc;
	padding:22px 0;
}

.description ul{
	float: left;
}
.description ul li{
	list-style-image: none;
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
	}


/* footer */

#footer {
	clear: both;
	width: 100%;
	border-top:1px solid #ccc;
	padding:10px 0;
	margin:0 0 40px 0;
	}
	
#footer p{padding:0;margin: 0; color: #bdbdbd; font-weight:bold; font-size:12px;}

#footer .footer-left{float:left;}
#footer .footer-left p{padding:18px 0 40px 0; word-spacing:1px;}
#footer .footer-left p a{
	color: #bdbdbd;
	text-decoration: none;
}
#footer .footer-right{float:right;}
#footer .et {
	display:block;
	width:123px;
	height:30px;
	text-indent:-9999px;
	background:url(images/empirethemes.png) center no-repeat;
	margin: 0 0 10px 0;
	padding:14px 0;
}
