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

*/

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

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

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

#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, #b56c5d, #2D1B17); 
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #b56c5d),color-stop(1, #2D1B17)); 
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#b56c5d', EndColorStr='#2D1B17'); 
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#b56c5d', EndColorStr='#2D1B17')";
	-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, #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')";
}

#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 #F9F8F4;
}

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

/* =typo
----------------------------------------------------*/
#content h1{
	font-size: 36px;
	font-weight: bold;
	line-height: 1.6em;
	padding: 0 0 .8em 20px;
	color: #5d7e8f;
	text-shadow: 0px 2px 2px #fff;
}

#content h2{
	font-size: 18px;
	font-weight: bold;
	line-height: 1.6em;
	padding: 0 0 .8em 20px;
	color: #5d7e8f;
	text-shadow: 0px 2px 2px #fff;
}

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

#content .entry ul{
	margin: 0 0 1em 0 ;
	padding: 1em 6em .5em 6em;
	font-size: 14px;
	color: #744943;
	border-top: 1px dotted #3A2522;
	border-bottom: 1px dotted #3A2522;	
}

#content .entry ul li{
	margin: 0 0 0 36px;
	padding: 0 0 18px 0;
	line-height: 1.6em;
	text-shadow: 1px 2px 2px #fff;
	font-style: italic;
}


/* =blog
----------------------------------------------------*/
.entry{
	float: left;
	width: 100%;
	margin: 0 0 1.6em 0;
}

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

#content.blog-post p{
	width: 100%;
}

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

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

div.visitor_box div.comment{
	background: #FDFDFB;
	border: 10px solid #fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

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

div.admin_box div.comment{
	background: #FDFDFB;
	border: 10px solid #F4F1E9;	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

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

#instructions{
	background: #FDFDFB;
	border: 10px solid #fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;	
}

/* =forms
----------------------------------------------------*/
input{
	background: #FDFDFB;
	color: #747169;
	border: 1px solid #E8E2D2;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	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: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
}

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

input.button{
	background: #b56c5d;
	color: #fff;
	border: none;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	background-image: -moz-linear-gradient(top, #b56c5d, #2D1B17); 
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #b56c5d),color-stop(1, #2D1B17)); 
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#b56c5d', EndColorStr='#2D1B17'); 
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#b56c5d', EndColorStr='#2D1B17')";
	-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, #b56c5d, #000); 
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #b56c5d),color-stop(1, #000)); 
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#b56c5d', EndColorStr='#000'); 
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#b56c5d', EndColorStr='#000')";
}

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


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


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

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

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


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

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

a.call{
	float: left;
	display: block;
	background: #b56c5d;
	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, #b56c5d, #2D1B17); 
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #b56c5d),color-stop(1, #2D1B17)); 
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#b56c5d', EndColorStr='#2D1B17'); 
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#b56c5d', EndColorStr='#2D1B17')";
	-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, #b56c5d, #000); 
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #b56c5d),color-stop(1, #000)); 
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#b56c5d', EndColorStr='#000'); 
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#b56c5d', EndColorStr='#000')";
}

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

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

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

/* =extras
----------------------------------------------------*/

#content p.picasso-quote{
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 24px;
	color: #744943;
	border-top: 1px dotted #3A2522;
	border-bottom: 1px dotted #3A2522;
	margin: 0 0 18px 0;
	padding: .5em 0;
	text-align: center;	
}

#content #p-1{
	width: 100%;
	background: #fff;
	border-top: 1px dotted #3A2522;
	border-bottom: 1px dotted #3A2522;
	padding: 15px 0;
	margin: 0 0 18px 0;
}

#content #p-1 img{
	padding: 0 0 0 20px
}

#content #p-2{
	width: 395px;
	background: #fff;
	border: 1px dotted #3A2522;
	float: left;
	margin:.5em 1.5em .5em 0;
	padding: 15px 0 0 20px;
}

#content #p-2 img{
	padding:5px 20px 20px 0;
	float: left;
}