/* porcupine colors - All rights reserved
Yiannis Konstantakopoulos - hello@porcupine.gr 

Wanna use part of this design? Talk to me first please.
Wanna steal it? Think twice. And don't forget those men with the big dogs.
------------------------------------------------------------------------*/

@import url("reset.css");
@import url("layout.css");

@font-face { 
	font-family: "Droid"; 
	src: url('../../fonts/DroidSerif-Regular.ttf'); 
}

/* color scheme
----------------------------------------------------
#7aa8c2
*/

/* =Structure
----------------------------------------------------*/

body{
	text-align: center;
	font-size: 62.5%;
	font-family: Droid, Georgia, Times, "Times New Roman" serif;
	color: #aaa;
	background: #000
}

/* =top
----------------------------------------------------*/
#top-wrapper{
	background: /*url(../../themes/site_themes/city/misc/top-bg.png) left bottom repeat-x #D5DEDB;	*/
}

#search input{
	background: #FDFDFB;	
	border: 1px solid #C5C0B3;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

#search input:focus{
	background: #fff;
}

#search input.search-button{
	background: #941016;
	color: #fff;
	border: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background-image: -moz-linear-gradient(top, #7AA8C2, #3D5461); 
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #7AA8C2),color-stop(1, #3D5461)); 
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#7AA8C2', EndColorStr='#3D5461'); 
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#7AA8C2', EndColorStr='#3D5461')";
	-moz-box-shadow: 0px 1px 2px #7AA8C2;
	-webkit-box-shadow: 0px 1px 2px #7AA8C2;
	box-shadow: 0px 1px 2px #7AA8C2;
}

#search input.search-button:hover{
	background-image: -moz-linear-gradient(top, #7AA8C2, #000); 
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #7AA8C2),color-stop(1, #000)); 
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#7AA8C2', EndColorStr='#000'); 
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#7AA8C2', EndColorStr='#000')";
}

#search input.search-button:active{
	background-image: -moz-linear-gradient(top, #7AA8C2, #000); 
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #7AA8C2),color-stop(1, #000)); 
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#7AA8C2', EndColorStr='#000'); 
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#7AA8C2', EndColorStr='#000')";
}

/* =head
----------------------------------------------------*/
#head-wrapper-content{
	background: /*url(../../themes/site_themes/city/city-components/city-1-part.png) 760px 100px no-repeat;*/
}

#masthead h1 a span{
	background:url(../../themes/site_themes/city/masthead-open.png) top left no-repeat #000;
}

#nav{
	width: 100%;
}

#nav ul li{
	font-size: 16px;
	line-height: 18px;
	width: 160px;
}

#nav ul li span{
	font-size: 12px;
	font-style: italic;
	color: #AEAA9E;
}

/* =typo
----------------------------------------------------*/
#content h1{
	font-size: 24px;
	line-height: 1.6em;
	padding: 0 0 .8em 20px;
}

#content h2{
	font-size: 18px;
	font-weight: bold;
	line-height: 1.6em;
	padding: 0 0 .8em 20px;
}

#content h3{
	font-size: 16px;
	font-weight: bold;
	line-height: 1.6em;
	padding: 0 0 .8em 20px;
}

#content h3.date{
	float: left;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.6em;
	margin: 0 0 0 20px;
}

#content h1+p{
	font-size: 18px;
}

#content p{
	width: auto;
	font-size: 14px;
	line-height: 1.6em;
	margin: 0 0 1.6em 20px;
}

/* =blog
----------------------------------------------------*/
.entry{
	float: left;
	width: 100%;
	margin: 0 0 1.6em 0;
	background:url(./themes/magic/illustrator/illustrator.jpg) 30px 30px no-repeat	
}

/* =blog-post
----------------------------------------------------*/
#content h4.misc{
	font-size: 12px;
	line-height: 1.6em;
	margin: 0 0 1.6em 0;
	padding: 5px 20px 5px 20px;
	background: #1F2A31;
	border: 1px solid #3D5461;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;		
}

#content.blog-post p{
	/*width: 360px;*/
}

/* =comments
----------------------------------------------------*/
h3.comments-total{
	background: #1F2A31;
	border: 1px solid #3D5461;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	text-shadow: none;	
}

div.visitor_box div.gravatar{
	border: 1px solid #3D5461;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

div.visitor_box div.comment{
	background: #1F2A31;
	border: 1px solid #3D5461;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

div.admin_box div.gravatar{
	border: 1px solid #3D5461;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

div.admin_box div.comment{
	background: #0C1113;
	border: 1px solid #3D5461;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

div.visitor_box div.comment-date, div.admin_box div.comment-date{
	background: #1F2A31;
	border: 1px solid #3D5461;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;	
}

#instructions{
	margin: 0 0 3.2em 20px;
	background: #1F2A31;
	border: 1px solid #A8B3AF;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;	
}

/* =forms
----------------------------------------------------*/
input{
	background: #DEE9F0;
	border: 1px solid #F2F7F9;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
}

input:focus{
	background: #fff;
	border: 1px solid #F2F7F9;
}

textarea{
	background: #DEE9F0;
	border: 1px solid #F2F7F9;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
}

textarea:focus{
	background: #fff;
	border: 1px solid #F2F7F9;
}

input.button{
	background: #941016;
	color: #fff;
	border: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background-image: -moz-linear-gradient(top, #7AA8C2, #3D5461); 
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #7AA8C2),color-stop(1, #3D5461)); 
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#7AA8C2', EndColorStr='#3D5461'); 
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#7AA8C2', EndColorStr='#3D5461')";
	-moz-box-shadow: 0px 1px 2px #7AA8C2;
	-webkit-box-shadow: 0px 1px 2px #7AA8C2;
	box-shadow: 0px 1px 2px #7AA8C2;
}

input.button:hover{
	background-image: -moz-linear-gradient(top, #7AA8C2, #000); 
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #7AA8C2),color-stop(1, #000)); 
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#7AA8C2', EndColorStr='#000'); 
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#7AA8C2', EndColorStr='#000')";
}

input.button:active{
	background-image: -moz-linear-gradient(top, #7AA8C2, #000); 
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #7AA8C2),color-stop(1, #000)); 
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#7AA8C2', EndColorStr='#000'); 
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#7AA8C2', EndColorStr='#000')";
}


/* =footer
----------------------------------------------------*/
#footer-wrapper{
	background: /*url(../../themes/site_themes/city/misc/footer-bg.png) left top repeat-x #D5DEDB*/
}


#city-journal{
	background: none;
	width: 100%;
	padding: 400px 0 0 0;
	text-align: center;
}

#city-journal p{
	font-size: 12px;
	line-height: 1.6em;
	margin: 0 0 1.6em 20px;
}

#footer-wrapper-content ul li{
	color: #747169;
	background: #333;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}



/* =linkage
----------------------------------------------------*/
a{
	color: #7aa8c2;
	text-decoration: none
}

a:hover{
	color: #7aa8c2;
	text-decoration: none;
	border-bottom: 1px dotted #7aa8c2;	
}

a.call{
	float: left;
	display: block;
	background: #AD2227;
	color: #fff;
	font-size: 14px;
	margin: 0 20px 3.2em 0px;
	padding: 10px 20px;
	border: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background-image: -moz-linear-gradient(top, #7AA8C2, #3D5461); 
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #7AA8C2),color-stop(1, #3D5461)); 
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#7AA8C2', EndColorStr='#3D5461'); 
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#7AA8C2', EndColorStr='#3D5461')";
	-moz-box-shadow: 0px 1px 2px #7AA8C2;
	-webkit-box-shadow: 0px 1px 2px #7AA8C2;
	box-shadow: 0px 1px 2px #7AA8C2;
}

a.call:hover{
	background-image: -moz-linear-gradient(top, #7AA8C2, #000); 
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #7AA8C2),color-stop(1, #000)); 
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#7AA8C2', EndColorStr='#000'); 
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#7AA8C2', EndColorStr='#000')";
}

a.call:active{
	background-image: -moz-linear-gradient(top, #7AA8C2, #000); 
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #7AA8C2),color-stop(1, #000)); 
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#7AA8C2', EndColorStr='#000'); 
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#7AA8C2', EndColorStr='#000')";
}

a.call.tiny{
	font-size: 12px;
	margin: 3.2em 0 1.6em 20px;
	padding: 10px 15px;
}


/* =img
----------------------------------------------------*/
img.img-left, img.img_left{
	background: #333;
}

img.img-right, img.img_right{
	background: #E8E2D2;
}

img.img-center, img.img_center{
	background: #E8E2D2;
}

/* =extras
----------------------------------------------------*/
#content.blog p.one-design{
	clear: both;
	float: left;
	text-indent: 0;
	font-size: 12px;
	margin: 48px 120px 0 0;
	border-top: 1px solid #333;
	color: #666;
}

#n-1{
	background: url(../../themes/magic/nostalgia-factory/n-1.jpg) top left no-repeat #eaded2;
	padding: 340px 0 72px 0;
	width: 960px;
}

#n-1 p{
	width: 720px;
	margin: 0 0 18px 40px;
	color: #01334C;
}

#n-1 h2{
	margin: 0 0 18px 20px;
	color: #01334C;
}


#n-2{
	background: url(../../themes/magic/nostalgia-factory/n-2.jpg) top left no-repeat #130a02;
	margin: 18px 0 0 0;
	padding: 300px 0 72px 0;
	width: 960px;
}

#n-2 p{
	width: 720px;
	margin: 0 0 18px 40px;
	color: #edf2f6
}

#n-2 h2{
	margin: 0 0 18px 20px;
	color: #edf2f6
}


#n-3{
	background: url(../../themes/magic/nostalgia-factory/n-3.jpg) top left no-repeat #080202;
	margin: 18px 0 0 0;
	padding: 330px 0 72px 0;
	width: 960px;
}

#n-3 p{
	width: 720px;
	margin: 0 0 18px 40px;
	color: #8CB3C8
}

#n-3 h2{
	margin: 0 0 18px 20px;
	color: #8CB3C8
}

#n-4{
	background: url(../../themes/magic/nostalgia-factory/n-4.jpg) top left no-repeat #efdec1;
	margin: 18px 0 0 0;
	padding: 430px 0 72px 0;
	width: 960px;
}

#n-4 p{
	width: 720px;
	margin: 0 0 18px 40px;
	color: #515934
}

#n-4 h2{
	margin: 0 0 18px 20px;
	color: #515934
}

#n-5{
	background: url(../../themes/magic/nostalgia-factory/n-5.jpg) top left no-repeat #d1c18e;
	margin: 18px 0 0 0;
	padding: 390px 0 72px 0;
	width: 960px;
}

#n-5 p{
	width: 720px;
	margin: 0 0 18px 40px;
	color: #4a4a04
}

#n-5 h2{
	margin: 0 0 18px 20px;
	color: #4a4a04
}

#n-6{
	background: url(../../themes/magic/nostalgia-factory/n-6.jpg) top left no-repeat #000;
	margin: 18px 0 0 0;
	padding: 330px 0 72px 0;
	width: 960px;
}

#n-6 p{
	width: 720px;
	margin: 0 0 18px 40px;
	color: #81B4C0
}

#n-6 h2{
	margin: 0 0 18px 20px;
	color: #81B4C0
}


#n-7{
	background: url(../../themes/magic/nostalgia-factory/n-7.jpg) top left no-repeat #000;
	margin: 18px 0 0 0;
	padding: 350px 0 0 0;
	width: 960px;
}

#n-7 p{
	width: 720px;
	margin: 0 0 18px 40px;
	color: #bdb193
}

#n-7 h2{
	margin: 0 0 18px 20px;
	color: #bdb193
}