/* 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
----------------------------------------------------
#140801

*/

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

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

/* =top
----------------------------------------------------*/
#top-wrapper{
	background: #140801;
}

#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: #7a8630;
	color: #F4F1E9;
	border: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background-image: -moz-linear-gradient(top, #7A8630, #3D4318); 
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #7A8630),color-stop(1, #3D4318)); 
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#7A8630', EndColorStr='#3D4318'); 
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#7A8630', EndColorStr='#3D4318')";
	-moz-box-shadow: 0px 1px 2px #AEAA9E;
	-webkit-box-shadow: 0px 1px 2px #AEAA9E;
	box-shadow: 0px 1px 2px #AEAA9E;
}

#search input.search-button:hover{
	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')";
}

#search input.search-button:active{
	background-image: -moz-linear-gradient(top, #7A8630, #1F220C); 
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #7A8630),color-stop(1, #000)); 
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#7A8630', EndColorStr='#000'); 
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#7A8630', 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.png) top left no-repeat #140801;
}

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

/* =typo
----------------------------------------------------*/
#content h1{
	font-size: 18px;
	font-weight: normal;
	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 0px;
}

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

#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: #4F4641;
	border: 1px solid #8A8481;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;		
}

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

/* =comments
----------------------------------------------------*/
h3.comments-total{
	background: #4F4641;
	border: 1px solid #8A8481;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	text-shadow: none;	
}

div.visitor_box div.gravatar{
	border: 10px solid #4F4641;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

div.visitor_box div.comment{
	background: #4F4641;
	border: 10px solid #8A8481;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

div.admin_box div.gravatar{
	border: 10px solid #4F4641;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

div.admin_box div.comment{
	background: #4F4641;
	border: 10px solid #8A8481;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

div.visitor_box div.comment-date, div.admin_box div.comment-date{
	background: #4F4641;
	border: 1px solid #8A8481;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;	
}

#instructions{
	background: #4F4641;
	border: 10px solid #8A8481;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;	
}

/* =forms
----------------------------------------------------*/
input{
	background: #FDFDFB;
	color: #747169;
	border: 1px solid #E8E2D2;
	-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 #C5C0B3
}

textarea{
	background: #FDFDFB;
	color: #747169;
	border: 1px solid #E8E2D2;
	-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 #C5C0B3
}

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

input.button:hover{
	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')";
}

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


/* =footer
----------------------------------------------------*/
#footer-wrapper{
	background: #140801;
}


#city{
	background: #140801;
}

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

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


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

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

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: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	background-image: -moz-linear-gradient(top, #7A8630, #3D4318); 
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #7A8630),color-stop(1, #3D4318)); 
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#7A8630', EndColorStr='#3D4318'); 
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#7A8630', EndColorStr='#3D4318')";
	-moz-box-shadow: 0px 1px 2px #AEAA9E;
	-webkit-box-shadow: 0px 1px 2px #AEAA9E;
	box-shadow: 0px 1px 2px #AEAA9E;
}

a.call:hover{
	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')";
}

a.call:active{
	background-image: -moz-linear-gradient(top, #7A8630, #1F220C); 
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #7A8630),color-stop(1, #000)); 
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#7A8630', EndColorStr='#000'); 
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#7A8630', 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: #4F4641;
}

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

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


/* =extras
----------------------------------------------------*/
#content #r-col p.one-design{
	font-size: 12px;
	text-indent: 0;
	margin: 12px 0 0 0;
	padding: 12px 0 0 0;
	border-top: 1px solid #eee;
}


#l-col{
	float: left;
	width: 600px;
	background:url(../../themes/magic/mini/mini.jpg) left top no-repeat #140801;	
	padding: 400px 0 0 0;
}

#r-col{
	float: right;
	width: 350px;
}

/* =extras
----------------------------------------------------*/
#lisa, #steven, #simple, #terje{
	float: left;
	width: 960px;
	clear: left;
	margin: 0 0 60px 0;
}

#content div.photo{
	float: left;
	width: 375px;
	height: 125px;
	margin: 0 45px 0 0;
	background: #eee;
}

#content div.words{
	float: left;
	width: 360px;
}

#content div.words p{
	width: 360px;
	font-size: 11px;
	line-height: 16px;
	margin: 0;
	padding: 0;
}


#content p.one-design{
	clear: both;
	float: left;
	text-indent: 0;
	font-size: 10px;
	margin: 10px 0 0 0;
	padding: 5px 0 0 0;
	border-top: 1px solid #642703;
	width: 800px;
}
