/*  
	Site Name: 		Thessaloniki360 Virtual City Guide
	Site URI:		http://www.thessaloniki360.com
	Version: 		1.1
	Authors: 		Zaharenia Atzitzikaki & Yiannis Konstantakopoulos (HTML & CSS)
	Authors URI: 	http://www.sugarenia.com & http://el.porcupine.gr/
*/

@import url("reset.css");


/* Generic styles
--------------------------------------*/
body	{
	background: #000205 url("./themes/site_themes/360/img/body.jpg") no-repeat 50% 0;
	color: #f9f9f9;	
	font-family: "Segoe UI", Arial, "Myriad Pro", "Lucida Grande",  "Trebuchet MS", Helvetica, sans-serif;
        font-size: 12px;
}
a	{ color: #a3ceea; }


/* Building blocks
--------------------------------------*/
#wrapper-container	{ 
	width: 990px;
	background: url("./themes/site_themes/360/img/wrapper.png") no-repeat;
	margin: 0 auto;
}
#wrapper	{
	width: 960px;
	margin: 0 auto;
}
#header	{
	/*background: #111 url("./themes/site_themes/360/img/header.jpg") no-repeat top left;*/
	/* height: 90px; */
	height: 82px;
	position: relative;
}
#content		{ 
	padding: 0 0 0 20px; 
	background: url("./themes/site_themes/360/img/content.png") no-repeat;
	}
#content-main	{
	width: 500px;
	float: left;
}
#content-side	{
	width: 440px;
	float: right;
}
#side-container	{
	background: url("./themes/site_themes/360/img/side.png") no-repeat top left;
	overflow: hidden;
	padding-left: 30px;
	padding-right: 20px;
	margin-top: 10px;
}

/* Header
--------------------------------------*/
#logo	{
	width: 300px;
	position: absolute;
/* 	bottom: 0; */
	top: -5px;
	left: 20px;
}
#logo h1	{
	text-indent: -99999em;
	background: url("./themes/site_themes/360/img/logo.png") no-repeat;
	width: 300px;
	height: 70px;
}
#logo h1 a {
	display: block;
	width: 300px;
	height: 60px;
	position: absolute;
	top: 0;
	left: 0;
}
#logo h2	{
	font-size: 20px;
	margin-left: 50px;
	position: relative;
	top: -10px;
}

#menu	{
	width: 660px;
	position: absolute;
	bottom: 0;
	right: 0;
}
#menu li	{
	float: left;
	width: 100px;
	height: 30px;
	margin-right: 5px;
	margin-bottom: 5px;
	border-right: 2px solid #0163c0;
	position: relative;
	line-height: 1.1em;
}
#menu li.last	{
	margin-right: 0;
	border-right: none;
}
#menu li a {
	color: #fff;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	text-decoration: none;
}
#menu li a:hover {
       color: #F00;
}
#menu li a.active {
       color: #F00;
}

#flags {
       position: absolute;
       top: 7px;
       left: 335px;
}

#flags li {
       float: left;
       width: 50px;
}

/* Posts
--------------------------------------*/
#content-main h3	{
	font-size: 30px;
	padding-left: 35px;
	background: url("./themes/site_themes/360/img/blogger.jpg") no-repeat center left;
	line-height: 30px;
	margin: 40px 0 30px;
}

.post,
.post-blue,
.post-grey,
.post-top	{
	margin-top: 20px;
	padding-top: 60px;
	background: url("./themes/site_themes/360/img/divider-green.png") no-repeat top center;
}
.post-blue	{ background: url("./themes/site_themes/360/img/divider-blue.png") no-repeat top center; }
.post-grey	{ background: url("./themes/site_themes/360/img/divider-grey.png") no-repeat top center; }
.post-top	{
	margin-top: 0;
	padding-top: 0;
	background: none !important;
}
.post h1,
.post-blue h1,
.post-grey h1,
.post-top h1	{
	font-weight: bold;
	font-size: 15px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
} 

.post h1 a,
.post-blue h1 a,
.post-grey h1 a,
.post-top h1 a	{
	font-size: 15px;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: none;
} 

.post h1 a:hover,
.post-blue h1 a:hover,
.post-grey h1 a:hover,
.post-top h1 a:hover	{
	text-decoration: underline;
} 

.post .img,
.post-blue .img,
.post-grey .img,
.post-top  .img	{
	margin: 10px auto 20px auto;
	text-align: center;
}

.post-top h4 {
	text-align: center;
	font-size: 20px;
	margin-top: 30px;
	margin-bottom: 10px;
}

.post-entry{
	margin-bottom: 20px;
	padding-bottom: 60px;
	background: url("./themes/site_themes/360/img/divider-blue.png") no-repeat bottom center;
}

.post-entry p	{
	line-height: 1.5em;
	margin: 10px 0;
}
.post-more a	{
	color: #f80000;
	font-size: 15px;
	text-decoration: none;
	padding-left: 20px;
	background: url("./themes/site_themes/360/img/post-more.gif") no-repeat center left;
}
.post-map a	{
	font-size: 13px;
	text-decoration: none;
	background: url("./themes/site_themes/360/img/post-map.gif") no-repeat center center;
	display: block;
	width: 195px;
	height: 26px;
	margin: 20px auto 0;
	padding-left: 25px;
	line-height: 26px;
}
.post-category 		{ float: left; }
.post-category a	{
	background: url("./themes/site_themes/360/img/tab-left.jpg") no-repeat top left;
	display: block;
	padding-left: 10px;
	text-decoration: none;
}
.post-category span	{
	background: url("./themes/site_themes/360/img/tab-right.jpg") no-repeat top right;
	display: block;
	padding: 5px 10px 5px 0;
}

/* Footer
--------------------------------------*/
#content-footer	{
	background: url("./themes/site_themes/360/img/footer.png") no-repeat;
	width: 500px;
	height: 115px;
	position: relative;
	bottom: -30px;
	padding-top: 20px;
	font-size: 11px;
}
#content-footer .left	{
	padding-left: 160px;
}
#content-footer	p { margin-bottom: 10px; }

/* Pagination
--------------------------------------*/
.paginate	{ 
	margin: 30px auto; 
	text-align: center;
}

.pagination p{
	margin: 0 0 40px 0;
}

.paginate a	{
	padding: 4px 6px;
	background: #545454 url("./themes/site_themes/360/img/gradient-small.jpg") repeat-x bottom left;
	border: 1px solid #999;
	text-decoration: none;
	color: #ccc;
	width: 100px;
	margin: 0 5px 0 0
}
.paginate active a,
.paginate a:hover	{
	border-color: #ccc;
	color: #fff;
}

/* Search
--------------------------------------*/
#search	{
	background: url("./themes/site_themes/360/img/search.png") no-repeat;
	width: 440px;
	height: 105px;
	position: relative;
}
#search form	{
	position: absolute;
	top: 15px;
	left: 60px;
	width: 318px;
}
#search form h4	{ 
	font-size: 14px;
	margin-top: -2px;
	position: relative;
}
#search form h4 a	{ 
	position: absolute; 
	right: 0;
	}
#search form span		{
	background: url("./themes/site_themes/360/img/search-input.gif") no-repeat;
	padding: 14px 5px 5px;
	display: block;
	height: 46px;
}
#search form .text	{
	width: 300px;
	border: 1px solid #000;
	padding: 5px 3px;
	border-radius: 5px; 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px; 
}
#search form .button	{
	position: absolute;
	top: 28px;
	right: 10px;
}


/* Tags
--------------------------------------*/
#tags		{ margin-top: 20px; }
#tags div	{ 
	width: 190px;
}

#tags .box-header h5	{
	background: #2f2f2f url("./themes/site_themes/360/img/tab-left.jpg") no-repeat top left;
	padding-left: 10px;
	display: block;
	color: #a3ceea;
	float: left;
}
#tags .box-header h5 span	{
	background: #2f2f2f url("./themes/site_themes/360/img/tab-right.jpg") no-repeat top right;
	padding: 5px 10px 5px 0;
	display: block;
}
#tags .box-content	{
	background: #1e1e1e url("./themes/site_themes/360/img/gradient-big.jpg") repeat-x;
	padding: 10px;
	clear: both;
}

/* Categories
--------------------------------------*/
#categories		{ margin-top: 20px; }
#categories div	{ 
	width: 190px;
}
#categories div.left	{ margin-right: 10px; }
#categories ul	{
	background: #1e1e1e url("./themes/site_themes/360/img/gradient-big.jpg") repeat-x;
	padding: 10px 5px 5px 10px;
	clear: both;
}
#categories li		{
	margin: 5px 0;
}
#categories li a	{
	color: #ccc;
	text-decoration: none;
	padding-left: 20px;
	background: url("./themes/site_themes/360/img/star-grey.gif") no-repeat center left;
}
#categories li.active a,
#categories li a:hover	{
	text-decoration: underline;
	color: #fff;
}
#categories h5	{
	background: url("./themes/site_themes/360/img/tab-left.jpg") no-repeat top left;
	padding-left: 10px;
	display: block;
	float: left;
	color: #a3ceea;
}
#categories h5 span	{
	background: url("./themes/site_themes/360/img/tab-right.jpg") no-repeat top right;
	display: block;
	padding: 5px 10px 5px 0;
}

/* Entries
--------------------------------------*/
#entries {
	background-color: #eee;
	border: 1px solid #ddd;
	color: #080808;
	padding: 5px;
	margin-top: 30px;	
}
#entries a	{ 
	color: #080808; 
	text-decoration: none;
	}
#entries a:hover	{ text-decoration: underline; }
#entries .tabs		{
	overflow: hidden;
	margin-bottom: 5px;
}
#entries .tabs li	{
	float: left;
	margin-right: 2px;
	font-weight: bold;
}
#entries .tabs li a	{
	padding: 10px 5px;
	background-color: #fff;
	border: 1px solid #ddd;
	display: block;
}
#entries .boxes	{
	background: #fff;
	border: 1px solid #ddd;
	padding: 5px;
}
#entries .boxes li	{
	padding: 10px 10px 10px 20px;
	border-bottom: 1px solid #eee;
	background: url("./themes/site_themes/360/img/star-red.gif") no-repeat center left;
}
#entries .boxes li.last	{
	border-bottom: none;
}
#entries .boxes li .date	{
	margin-left: 20px;
}
#entries p.all	{
	text-align: center;
	font-size: 17px;
	margin-top: 20px;
}
#entries p.all a	{ text-decoration: underline; }

/* Social
--------------------------------------*/
#social	{
	margin-top: 20px;
	background: #313030 url("./themes/site_themes/360/img/gradient-bg.jpg") repeat-x bottom left;
	padding: 5px;
	color: #b2b2b2;
}
#social a	{
	color: #4088ff;
}
#social h5	{
	color: #7db1e4;
	margin-bottom: 5px;
}
#social-myspace,
#social-facebook	{
	display: block;
	text-indent: -9999em;
	float: left;
	margin-right: 10px;
	background: url("./themes/site_themes/360/img/myspace.gif") no-repeat;
	width: 48px;
	height: 48px;
}
#social-facebook	{
	background: url("./themes/site_themes/360/img/facebook.gif") no-repeat;
}

/* Ads
--------------------------------------*/
#ads	{
	margin-top: 20px;
	background: url("./themes/site_themes/360/img/stripes.gif") repeat;
	padding: 20px 0;
}
#ads .box			{ margin-bottom: 20px; }
#ads .box-header h5	{
	background: #2f2f2f url("./themes/site_themes/360/img/tab-left.jpg") no-repeat top left;
	padding-left: 10px;
	display: block;
	color: #a3ceea;
	float: left;
}
#ads .box-header h5 span	{
	background: #2f2f2f url("./themes/site_themes/360/img/tab-right.jpg") no-repeat top right;
	padding: 5px 10px 5px 0;
	display: block;
}
#ads .box-content	{
	background: #1e1e1e url("./themes/site_themes/360/img/gradient-big.jpg") repeat-x;
	padding: 10px;
	clear: both;
}
#ads li	{
	float: left;
	margin-right: 5px;
}
#ads li.last	{ margin-right: 0; }

/* credits
--------------------------------------*/
#credits	{
	margin-top: 20px;
	background: url("./themes/site_themes/360/img/stripes.gif") repeat;
	padding: 20px 0;
}
#credits .box			{ margin-bottom: 20px; }
#credits .box-header h5	{
	background: #2f2f2f url("./themes/site_themes/360/img/tab-left.jpg") no-repeat top left;
	padding-left: 10px;
	display: block;
	color: #a3ceea;
	float: left;
}
#credits .box-header h5 span	{
	background: #2f2f2f url("./themes/site_themes/360/img/tab-right.jpg") no-repeat top right;
	padding: 5px 10px 5px 0;
	display: block;
}
#credits .box-content	{
	background: #1e1e1e url("./themes/site_themes/360/img/gradient-big.jpg") repeat-x;
	padding: 10px;
	clear: both;
}

#credits p{
	font-size: 10px;
	line-height: 1.2em
}


/* Front page promo
--------------------------------------*/
#front-promo	{
	background: #000001 url("./themes/site_themes/360/img/front.jpg") no-repeat top left;
	width: 960px;
	padding: 400px 0 20px 0;
}
#front-promo ul	{ 
	margin-left: 20px;
	}
#front-promo li	{
	float: left;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 2px solid #c4c5d1;
	font-size: 13px;
	width: 167px;
	height: 230px;
	position: relative;
}
#front-promo li.last	{
	margin-right: 0;
	padding-right: 0;
	border-right: none;
}
#front-promo h3		{ margin-bottom: 10px; }
#front-promo h3 a	{
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
}
#front-address	{
	display: block;
	width: 100px;
	height: 100px;
	position: absolute;
	top: -120px;
	left: 50px;
	text-indent: -9999em;
}
#front-map	{
	display: block;
	width: 120px;
	height: 120px;
	position: absolute;
	top: -140px;
	left: 20px;
	text-indent: -9999em;
}
#front-tour	{
	display: block;
	width: 150px;
	height: 150px;
	position: absolute;
	top: -170px;
	left: 10px;	
	text-indent: -9999em;
}
#front-halkidiki	{
	display: block;
	width: 120px;
	height: 120px;
	position: absolute;
	top: -140px;
	left: 30px;
	text-indent: -9999em;
}
#front-contact	{
	display: block;
	width: 100px;
	height: 100px;
	position: absolute;
	top: -120px;
	left: 20px;	
	text-indent: -9999em;
}

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