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

*/

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

body{
	text-align: center;
	font-size: 62.5%;
	font-family: Georgia, Times, serif;
	color: #444;
	background: #fff
}

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

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

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

/* =typo
----------------------------------------------------*/
#content h1{
	font-size: 36px;
	font-weight: bold;
	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;
	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 #l-col p, #content #r-col p{
	width: auto;
	font-size: 12px;
	line-height: 1.6em;
	margin: 0 0 1.6em 20px;
}

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

/* =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: 620px;*/
}

/* =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: #fff;
	border: 1px solid #ddd;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

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

div.admin_box div.comment{
	background: #fff;
	border: 1px solid #c74e05;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

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

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

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

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

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

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

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

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


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


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

#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: #c74e05;
	text-decoration: none
}

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

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

a.call:active{
	background-image: -moz-linear-gradient(top, #c74e05, #000); 
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #c74e05),color-stop(1, #000)); 
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#c74e05', EndColorStr='#000'); 
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#c74e05', 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
----------------------------------------------------*/
p.one-design{
	clear: both;
	float: left;
	text-indent: 0;
	font-size: 12px;
	margin: 48px 0 0 0;
	padding: 12px 0 48px 0;
	border-top: 1px solid #CACABC;
	color: #77776F;
	width: 100%
}

#content #col-1{
	float: right;
	width: 640px;
}

#content #col-1-1{
	float: left;
	width: 200px;
	padding: 0 40px 0 0;
	margin: 0 0 0 40px;
}

#content #col-1 p{
	font-size: 16px;
	line-height: 24px;
	text-align: justify;
	padding: 0;
}

#content #col-1-1 p{
	font-size: 14px;
	line-height: 24px;
	text-align: justify;
	padding: 0;
}

#content #col-1 p+p{
	text-indent: 32px;
}

#content #col-1-1 img{
	float: left;
	border: 1px dotted #aaa;
	padding: 10px;
	margin: 0 40px 0 0;
}

#content #col-2{
	clear: both;
	float: left;
	width: 440px;
	margin: 36px 0 0 0;
	padding: 0 40px 0 0;
	border-right: 1px dotted #aaa;
}

#content #col-3{
	float: right;
	width: 440px;
	margin: 36px 0 0 0
}

#content #col-2 p, #content #col-3 p{
	font-size: 14px;
	line-height: 21px;
	padding: 0;
	text-align: justify;
}

#content #col-2 p+p, #content #col-3 p+p{
	text-indent: 28px;
}

#content p+p.clear-style{
	text-indent: 0;
	margin: 18px 0 0 0;
	padding: 0;
	font-weight: bold;
}

#content #col-3 ul{
	margin: 0 0 0 20px;
	font-size: 14px;
	line-height: 1.6em;
}
