/*  
Site Name: Css3.gr
Site URI: http://www.css3.gr/
Version: 1.0
Author: Zaharenia Atzitzikaki
*/

@import url("reset.css");

/* Generic styles
--------------------------------------*/
html	{
	overflow: hidden;
	overflow-y: scroll;
}
body	{
	font: 11px/1.8em Verdana, Arial, Helvetica, sans-serif;
	background: #fafafa url("img/body-bg.jpg") repeat-x 0 120px;
	color: #222;
}
p, li	{ 
	line-height: 1.8em; 
	margin: 10px 0;
}
blockquote	{
	font: italic 18px Georgia, "Times New Roman", Georgia, serif;
	color: #555;
	letter-spacing: -1px;
	float: left;
	width: 280px;
	padding: 0 0 20px;
	text-align: center;
	margin: 10px 20px 10px 0;
	background: url("img/blockquote-bg.gif") no-repeat bottom center;
}
blockquote p	{ 
	text-align: center !important; 
	margin: 0 0 10px 0; 
	font-size: 18px !important;
}
h1	{ font: 48px Georgia, "Times New Roman", serif; }
h2	{
	font: 28px Georgia, "Times New Roman", serif !important;
	letter-spacing: -1px;
	color: #444;	
	margin-bottom: 20px;
}
h3	{ font: 20px Georgia, "Times New Roman", serif; }
h4	{
	margin-bottom: 20px;
	border-bottom: 1px solid #6b9caf;
	padding-bottom: 5px;
	font-family: Georgia, "Times New Roman", serif;
	letter-spacing: 1px;
	font-size: 11px;
	text-transform: uppercase;
}
a	{ 
	color: #0f425c;
	text-decoration: none;
	border-bottom: 1px solid #B7C1B8;
}
a:hover	{
	color: #088DDA;
	border: none;
}

/* Forms
--------------------------------------*/
.text,
textarea	{
	background: #fafafa;
	border: 1px solid #ddd;
	padding: 5px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}
.button	{
	padding: 4px 8px;	
	background: #eee;
	font-weight: bold;
	font-size: 14px;
	border: 1px solid #ddd;
	border-width: 1px 2px 2px 1px;
	border-color: #ddd #ccc #ccc #ddd;
}
.form div	{
	overflow: hidden;
	margin-bottom: 10px;
	position: relative;
}
.form label	{
	display: block;
	width: 50px;
	float: left;
	margin: 5px 20px 0 0;
	color: #666;
}
.form img	{
	float: left;
	margin: 2px 10px 0 0;
}
.form .text,
.form textarea	{
	background-color: #eee;
	border-width: 0 0 1px 0;
}
.form .text:focus,
.form textarea:focus	{
	background: #FAF4BB; 
	border-color: #999;
	color: #545100;	
}
.form-actions	{
	margin-left: 70px;
	margin-top: 20px;
}
.form-actions input			{ vertical-align: middle; }
.form-actions span			{ 
	font-size: 11px;
	color: #999;
	padding-left: 10px;
}
.error label	{
	color: #D12F19 !important;
	font-weight: bold;
}
.error input	{
	border-color: #D12F19;
	color: #D12F19;
}
.error-description	{
	position: absolute;
	top: -2px;
	right: 0;
	color: #D12F19;
	font-size: 11px;
}

/* Building blocks
--------------------------------------*/
#wrapper	{
	background: url("img/wrapper-bg.gif") repeat-x bottom left; 
	padding-bottom: 50px;
}
#wrapper-container	{
	width: 960px;
	margin: 0 auto;
}
#header 	{
	background: #073749 url("img/header-bg.png") repeat-x bottom left;
	color: #fafafa;
	margin-bottom: 40px;
	height: 130px;
}
#header-container	{
	position: relative;
	padding: 20px 0;
	width: 960px;
	margin: 0 auto;
}
#content	{
	float: left;
	width: 620px;
	margin-right: 40px;
}
#sidebar	{
	float: right;
	width: 300px;
}

/* Header
--------------------------------------*/
#header h1	{
	text-indent: -9999em;
	width: 220px;
	height: 78px;
	background: url("img/logo.png") no-repeat;
	position: absolute;
	top: 20px;
	left: -30px;
}
#header a 	{
	color: #ccc;
	text-decoration: none;
}
#header a:hover	{ color: #fefefe; }
#header-menu	{
	position: absolute;
	top: 50px;
	right: 0;
}
#header-menu li	{
	float: left;
	margin-right: 22px;
	padding-right: 23px;
	border-right: 1px solid #2A5262;
	font: 11px Georgia, "Times New Roman", serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #ccc;
}
#header-menu li a			{ border: none; }
#header-menu li span		{ 
	padding: 4px 8px; 
	display: inline-block; 
	cursor: pointer;
}
#header-menu li.active span	{ 
	color: #fafafa;
	background: url("img/menu-active-bg.png") no-repeat;
	border: 1px solid #295160;
}
#header-menu li.last	{ 
	margin-right: 0; 
	padding-right: 0;
	border-right: none;
}

/* Sidebar
--------------------------------------*/
#sidebar .box			{ 
	margin-bottom: 20px; 
	overflow: hidden; 
	}
#sidebar .box-header	{
	font-weight: bold;
	margin-bottom: 10px;
	font: normal 11px Georgia, "Times New Roman", serif;
	letter-spacing: 1px !important;
	text-transform: uppercase;
	padding-bottom: 5px;
	border-bottom: 1px solid #ddd;
}	
#search label	{
	display: block;
	font-weight: bold;
	margin-bottom: 5px;
	font: normal 11px Georgia, "Times New Roman", serif;
	letter-spacing: 1px;
	text-transform: uppercase;
}
#search .text	{
	width: 230px;
	margin-right: 10px;
	float: left;
}
#search .button	{
	margin-top: 1px;
	background: none;
	border: none;
	padding: 0;
}
#search p	{
	margin: 0;
	padding: 0;
}
#categories li			{
	background: url("img/bullet-ornament.gif") no-repeat 0px 6px; 
	padding-left: 15px;
	list-style-type: none;	
	font-size: 11px;
}
#categories li.active	{ 
	background: url("img/bullet-ornament-active.gif") no-repeat 0px 6px; 
	font-weight: bold;
}
#ads img.deck,
#contribute img	{
	float: left;
	border: 1px solid #ddd;
	margin-right: 10px;
}
#ads .grid li	{ width: 145px; margin-bottom: 0; }
#ads .grid li a	{ border: none; }
#ads li.last	{ margin-bottom: 0; }

/* Posts
--------------------------------------*/
.post		{ 
	margin-bottom: 30px; 
	overflow: hidden;
}
.post-title	{
	margin-bottom: 10px;	
}
.post-info	{
	padding: 0 0 10px 0; 
	border-top: none; 
	border-bottom: 1px solid #ddd; 
	margin: 0 0 20px 0 !important; 
	font-size: 13px !important;
	color: #6f6f6f !important;
}
.post-info strong	{ 
	font-weight: normal; 
	color: #555;
}
.post-info a		{
	font-style: italic;
	border-bottom: none;
}
.post-body a:visited	{ color: #888 !important; }
.post p		{ font-size: 14px; }
.post .more	{
	font-size: 11px;
	margin-top: 10px;
}
.post ul,
.post ol	{
	clear: both;
	margin: 20px 0;
	font-size: 14px;	
}
.post ul li	{
	padding-left: 16px;
	background: url("img/bullet-dot.gif") no-repeat 0 8px;
}
.post ol	{ padding-left: 25px; }
.post ol li	{
	padding-left: 5px;
	list-style: lower-roman;
}
.post h3	{
	font: 20px Georgia, "Times New Roman", serif;
	margin: 20px 0 10px;
	color: #555;
}
.post h4	{
	font: 18px Georgia, "Times New Roman", serif;
	border-bottom: 0;
	margin: 20px 0 10px;
	padding: 0;
	letter-spacing: normal;
	text-transform: none;
	color: #666;
}
.post h5	{
	font: 16px Georgia, "Times New Roman", serif;
	color: #666;
	margin: 20px 0 10px;	
}
.post h6	{
	font: 14px Georgia, "Times New Roman", serif;
	color: #666;
	margin: 20px 0 10px;	
}
.post .img	{
	margin: 20px 0;	
	border-width: 1px 0;
}
.post .img.left	{
	float: left;
	margin: 0 10px 10px 0;
}
.post .img.right	{
	float: right;
	margin: 0 0 10px 10px;
}
.post-author	{
	border: 1px dashed #ccc;
	padding: 10px;
	margin-top: 20px;
}
.post-author h3	{
	font-size: 14px;
	font-weight: bold;
	color: #666;
	margin-bottom: 5px;
}
.post-author-img	{
	float: left;
	margin-right: 10px;
}
.post-author .more	{
	text-align: right;
	margin-bottom: 0;
}
.post-tools	{
	background: #f2f2f2;
	border: 1px solid #eee;
	padding: 20px 0;
	font: 18px Georgia, "Times New Roman", serif;
	text-align: center;
	color: #999;
}
.post-tools a	{
	border: none;
	margin: 0 5px;
}


/* Page: Blog
--------------------------------------*/
.blog-post-body		{ padding-left: 100px; }
.blog-post p		{ text-align: justify; }
.author	{
	width: 80px;
	float: left;
	text-align: center;
	position: relative;
}
.author img	{
	display: block;
	margin: 0 auto;
	padding: 2px;
	background: #fff;
	border: 1px solid #ddd;
}
.author .date	{
	display: block;
	font: 12px Georgia, "Times New Roman", serif;
	color: #666;
	margin-top: 10px;
}
.author .date a		{
	color: #666;
	border-bottom: 1px dashed #ccc;
	display: block;
	display: inline-block;
}
.author .caption	{
	font-size: 9px; 
	position: absolute; 
	top: 55px; 
	left: 3px; 
	background: #faf4bb; 
	color: #545100; 
	padding: 2px; 
	line-height: normal;
}
.author .caption.top	{ top: 5px; }

/* Comments
--------------------------------------*/
#comments h3	{
	margin: 30px 0 30px 100px;
	padding-top: 20px;
	border-top: 1px solid #ddd;
	color: #999;
	font-size: 15px;
}
#comments h3 span	{
	font-size: 13px;
	margin-left: 5px;
	color: #B7C1B8;
}
#comments h3 em	{
	font-size: 24px;
	padding: 0 5px 0 2px;
	color: #666;
}
.comment	{
	margin-bottom: 20px;
	overflow: hidden;
}
.comment.owner		{
	background: #eee url("img/owner-bg.gif") no-repeat top right;
	padding-top: 10px;
}
.comment .author	{ float: left; }
.comment .caption	{
	top: 34px;
	left: 49px;
	font-size: 8px;
}
.comment-body		{ padding-left: 100px; }
.comment-body .name	{
	font: 13px Georgia, "Times New Roman", serif;
	margin: 0;	
}
#comment.form		{ margin: 20px 0 0 100px; }
#comment.form h3	{
	margin: 30px 0;
	padding-top: 30px;
	border-top: 1px solid #ddd;
	color: #999;
	font-size: 15px;
	line-height: 24px;
}
#comment.form #field-captcha	{ width: 100px; }
#comment.form .text,
#comment.form textarea			{ width: 440px; }

/* About us
--------------------------------------*/
.about-info	{
	margin: 20px 0 0;
	padding: 25px 10px 25px 50px;
	overflow: hidden;
	background: url("img/about-bg.png") no-repeat center left;
}
.about-info.last-y	{ margin-bottom: 0; }
.about-img	{
	float: left;
	margin-right: 10px;
}
.about-img img	{
	padding: 2px;
	border: 1px solid #ddd;
	background: #fff;
}
.about-more h4	{
	padding: 0;
	margin: 0;
	border: none;
	color: #666;
	font: 14px Georgia, "Times New Roman", serif;
	text-transform: none;
	letter-spacing: normal;
	position: relative;
}
.about-more h4 span	{
	position: absolute; 
	top: 0; 
	right: 0; 
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}
.about-more p	{
	font-size: 11px;
	margin-bottom: 0;
}
.about-more ul	{ overflow: hidden; }
.about-more li	{
	float: left;
	margin: 0 50px 0 0;
	font-size: 11px;
}


/* Contact
--------------------------------------*/
#contact.form					{ margin-top: 30px; }
#contact.form #field-captcha	{ width: 202px; }
#contact.form .text,
#contact.form textarea 			{ width: 300px; }
#guidelines		{ margin-top: 30px; }
#guidelines h4	{ border-color: #ddd; margin-bottom: 10px; }
#guidelines li	{
	padding-left: 25px;
	margin-left: 5px;
	background: url("img/bullet-tick.gif") no-repeat 0 5px;
}
#guidelines li.last-y			{ margin-bottom: 0; }


/* Footer
--------------------------------------*/
#footer	{
	font-size: 12px;
	color: #fafafa;
	background: url("img/footer-bg.png") repeat-x;
	line-height: normal;
}
#footer a	{
	color: #fafafa;
	text-decoration: none;
}
#footer a:hover		{ color: #fff; }
#footer-container	{
	width: 960px;
	margin: 0 auto;
	padding: 30px 20px;
}
#extra			{ position: relative; }
#extra-latest,
#extra-blog,
#extra-credits	{ float: left; }
#extra-latest	{
	width: 300px;
	margin-right: 20px;
}
#extra-blog		{
	width: 300px;
}
#extra-latest h4,
#extra-blog h4 		{ position: relative; }
#extra-latest h4 a,
#extra-blog h4 a	{ 
	position: absolute; 
	top: 2px; 
	right: 0; 
	font-size: 9px; 
	display: block;
	border: none;
	padding-left: 18px; 
	background: url("img/rss.png") no-repeat center left;
	height: 12px;
}
#extra-blog .item	{
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}
#extra-blog ul	{
	font-size: 11px; 
	clear: both;
	color: #A9C6BF;
	padding-top: 10px;
}
#extra-blog li		{ margin-bottom: 20px; }
.item	{
	width: 300px;
	margin-right: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid #2a5262;
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
}

.item img	{ 
	padding: 2px;
	background: #fff;
	border: 1px solid #ddd;
}
.item .caption	{
	font-size: 9px; 
	position: absolute; 
	top: 60px; 
	left: 3px; 
	background: #faf4bb; 
	color: #545100; 
	padding: 2px; 
	display: block;
	z-index: 9999;
}
.item .caption.top	{ top: 5px; }
.item .info	{
	margin-right: 0; 
	height: auto;
	padding-left: 95px;
}
.item .info span	{
	font-size: 9px; 
	color: #446871;
}
.item .info p	{
	font-size: 14px; 
	margin: 0;
	line-height: 1.6em;
	text-shadow: #02161e 2px 2px 0;
}
.item .info a	{ 
	border: none; 
	text-decoration: none;
}
.item.last-y	{
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
#extra #extra-credits	{
	margin-right: 0;
	position: absolute;
	top: -60px;
	right: 0; 
	width: 200px;
	color: #545100;
	font-size: 11px;
}
#extra #extra-credits-inner	{
	width: 100%;
	height: 100%;
	background: url("img/credits.png") no-repeat top left;
	padding: 70px 40px;
	zoom: 1;
}
#extra #extra-credits-inner a	{
	position: relative;
	z-index: 1;
}
#extra #extra-credits h4	{ display: none; }
#extra #extra-credits p		{ margin: 15px 0; }
#extra #extra-credits a		{ 
	color: #545100; 
	border-bottom: 1px solid #c4c05c;
}
#extra #extra-credits a:hover	{ 
	text-decoration: none; 
	border-color: #545100;
}
#extra #extra-credits .validation	{
	margin-top: 80px;
	color: #2A5262;
	text-align: center;
	font: 11px Georgia, "Times New Roman", serif;
	letter-spacing: 1px;
}
#extra #extra-credits .validation a	{
	color: #6B9CAF;
	border: none;
}
#footer-disclaimer	{
	text-align: center; 
	font: 12px Georgia, "Times New Roman", serif; 
	background: url("img/disclaimer-bg.png") no-repeat top;
	color: #97ACA3;
	padding: 20px 0 10px;
	margin-top: -10px;
}
#footer-disclaimer a	{ 
	color: #97ACA3; 
	text-decoration: none;
	border-bottom: none;
	}
#footer-disclaimer a:hover	{ text-decoration: underline; }


/* 404 page
--------------------------------------*/
#page-404 #sidebar		{ 
	background: url("img/404-bg.gif") no-repeat center center;
	height: 300px;
}
#page-404 #content ul	{ margin-top: 20px; }
#page-404 #content li	{
	padding-left: 25px;
	margin-left: 5px;
	background: url("img/bullet-tick.gif") no-repeat 0 5px;
}
#page-404 form	{ margin-top: 10px; }


/* Coming soon page
--------------------------------------*/
#page-soon	{ 
	background: #062835;
	color: #fafafa;
}
#page-soon #wrapper	{
/* 	background: #fafafa; */
	width: 700px;
	margin: 200px auto 0;
	padding: 40px;
	background: none;
	/* border: 10px solid #d0dcdf; */
}
#page-soon .left	{
	width: 300px;
	text-align: center;
	padding-top: 30px;
}
#page-soon .right	{
	width: 400px;
}
#page-soon h1	{
	margin: 0 auto;
	background: url("img/logo.png") no-repeat;
	text-indent: -9999em;
	width: 220px;
	height: 80px;
}
#page-soon form	{
	margin-top: 20px;		
}
#page-soon input	{ 
	vertical-align: middle; 
	padding: 4px;
}
#page-soon #footer	{
	background: none;
	border-top: 1px solid #2A5262;
	clear: both;
	margin-top: 170px;
	padding-top: 10px;
	text-align: center;
	font: 10px Georgia, "Times New Roman", serif;
	text-transform: uppercase;
}
#page-soon #footer a	{
	border: none;
	color: #97ACA3;
}

/* Misc classes
--------------------------------------*/
.left	{ float: left; }
.right	{ float: right; }
.clr 	{ min-height: 1px; }
* html .clr { height: 1%; }
.clr:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
	}