/* 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");

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

*/

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

body{
	text-align: center;
	font-size: 62.5%;
	font-family: Helvetica, Arial, sans-serif;;
	color: #aaa;
	background: #000
}

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

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

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

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

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

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

/* =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.png) top left no-repeat #000;
}

#nav ul li span{
	color: #AEAA9E;
}

/* =typo
----------------------------------------------------*/
#content h1{
	font-size: 18px;
	/*font-weight: bold;*/
	line-height: 1.6em;
	padding: 1.6em 0 .8em 20px;
	color: #7aa8c2;
}

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

#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: 14px;
}

#content p{
	font-size: 12px;
	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/4-songs-fall-09/4-songs-fall-09.jpg) no-repeat 300px 80px #000;	

}

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

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

/* =comments
----------------------------------------------------*/
h3.comments-total{
	background: #111;
	border: 10px solid #111;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	text-shadow: none;	
}

div.visitor_box div.gravatar{
	/*border: 1px solid #222;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;*/
}

div.visitor_box div.comment{
	background: #111;
	border: 1px solid #222;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

div.admin_box div.gravatar{
	/*border: 1px solid #7AA8C2;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;*/
}

div.admin_box div.comment{
	background: #111;
	border: 1px solid #7AA8C2;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

div.visitor_box div.comment-date, div.admin_box div.comment-date{
	background: #111;
	border: 1px solid #222;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;	
}

#instructions{
	border: 1px solid #222;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;	
}

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

input:focus{
	border: 1px solid #555;
	background: #777;
}

textarea{
	background: #555;
	border: 1px solid #333;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
}

textarea:focus{
	border: 1px solid #555;
	background: #777;
}

input.button{
	background: #7AA8C2;
	color: #fff;
	border: none;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	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 #000;
	-webkit-box-shadow: 0px 1px 2px #000;
	box-shadow: 0px 1px 2px #000;
}

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


#city{
	background: /*url(../../themes/site_themes/city/city-components/city-1.png) repeat-x center 450px*/ #111;
}

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

#footer-wrapper-content ol li{
	color: #747169;
}


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

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

a.call{
	float: left;
	display: block;
	background: #7AA8C2;
	color: #fff;
	font-size: 14px;
	margin: 0 20px 3.2em 0px;
	padding: 10px 20px;
	border: none;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	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 #000;
	-webkit-box-shadow: 0px 1px 2px #000;
	box-shadow: 0px 1px 2px #000;
}

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: #222;
}

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

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


/* =extras
----------------------------------------------------*/
#content p.one-design{
	width: 100%;
	clear: both;
	float: left;
	text-indent: 0;
	font-size: 11px;
	line-height: 18px;
	margin: 18px 0 0 0;
	padding: 9px 0 0 0;
	border-top: 1px solid #555;
	color: #555;
}
