/* porcupine colors global CSS file - All rights reserved
Created by: Yiannis Konstantakopoulos - hello@porcupine.gr


Please don't highjack this humble design. You can't be a blantant thief, can you?
As wise men say: "Don't forget those men with big dogs."
------------------------------------------------------------------------*/

@import url("reset.css");

@font-face {
  font-family: League; /* required */
  src: url('../fonts/League Gothic.otf');						/* required */
}

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

body{
	text-align: center;
	font-size: 62.5%;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #080D14;
	background: url(../img/960.png) top center repeat-y #fff;
	background: url(../img/misc/wrapper-bg.png) top left repeat #000;

}

#wrapper{
	margin: 0 auto;
	width: 960px;
	text-align: left;
}

/* =aside
----------------------------------------------------*/
#aside{
	float: left;
	width: 200px;
	height: 300px;
	margin: 0 0 0 10px;
}

#nav{
	float: left;
	position: fixed;
	width: 200px;
	margin: 170px 0 0 0;
}

#nav ul li{
	font-family: "League", Helvetica, Arial, sans-serif;
	font-size: 28px;
	padding: 0 0 9px 18px;
	margin: 0 0 9px 0;
	text-transform: uppercase;
}

/* =content
----------------------------------------------------*/
#content{
	float: left;
	width: 700px;
	padding: 0 20px 0 20px;
	background: #eaeaea url(../img/misc/bg.jpg);
	-moz-box-shadow: -2px -2px 10px #444;
	-webkit-box-shadow: -2px 0 10px #444;
	box-shadow: -2px -2px 10px #444;

}

#masthead{
	float: right;
	width: 210px;
	margin: 10px 0 0 0;
}

#about{
	background: url(../img/misc/divider.png) 10px bottom no-repeat;
	clear: left;
	float: left;
	width: 700px;
	margin: 10px 0 0 0;
	padding: 0 0 90px 0;
}

#philosophy{
	background: url(../img/misc/divider.png) 10px bottom no-repeat;
	clear: left;
	float: left;
	width: 700px;
	margin: 10px 0 0 0;
	padding: 145px 0 70px 0;
}

#network, #blog, #press{
	background: url(../img/misc/divider.png) 10px bottom no-repeat;
	clear: left;
	float: left;
	width: 700px;
	margin: 10px 0 0 0;
	padding: 145px 0 70px 0;
}

#contact{
	clear: left;
	float: left;
	width: 700px;
	margin: 10px 0 40px 0;
	padding: 145px 0 330px 0;
}

div.wide{
	float: left;
	width: 520px;
	margin: 0 20px 0 0;
}

div.tiny{
	float: left;
	width: 160px;
	margin: 0 20px 0 0;
}

div.tiny.last{
	margin: 0;
}

div.normal{
	float: left;
	width: 340px;
	margin: 0 20px 0 0;
}

div.normal.last{
	margin: 0;
}

div.third{
	float: left;
	width: 220px;
	margin: 0 20px 0 0;
}

div.third.last{
	float: left;
	margin: 0;
}

div.photo{
	float: left;
	width: 110px;
	height: 200px;
	background: #fff;
	margin: 0 10px 0 0;
	padding: 10px 10px 40px 10px;
	-moz-box-shadow: 2px 2px 4px #999;
	-webkit-box-shadow: 2px 2px 4px #999;
	box-shadow: 2px 2px 4px #999;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

div.captioning{
	text-align: center;
	display: block;
	float: left;
	width: 110px;
	margin: 5px 0 0 0;
	font-size: 11px;
	line-height: 1.6em;
}

/* =typo
----------------------------------------------------*/
h2{
	font-family: "League", Helvetica, Arial, sans-serif;
	font-size: 36px;
	line-height: 1.6em;
	font-weight: normal;
	text-transform: uppercase;
	color: #5082c4;
	text-shadow: 0px 2px 2px #fff;	
}

h3{
	clear: both;
	font-family: "League", Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 24px;
	line-height: 1.6em;
	text-transform: uppercase;
}

div.wide p, div.normal p{
	font-size: 14px;
	line-height: 1.6em;
	padding: 0 0 1.6em 0;	
}

div.tiny p, div.third p{
	font-size: 12px;
	line-height: 1.6em;
	padding: 0 0 1.6em 0;
}

div.tiny ul li{
	font-size: 12px;
	line-height: 1.6em;
	padding: 0 0 0 0;
}

/* =linkage
----------------------------------------------------*/
#nav a{
	color: #284162;
	text-decoration: none;
	text-shadow: 0px 1px 2px #D3E0F0;	
}

#nav a:hover{
	color: #EEF3FA;
	-webkit-transition-property:color; 
	-webkit-transition-duration: 1s, 1s; 
	-webkit-transition-timing-function: linear, ease-in;
	text-shadow: 0px 1px 2px #000;	
}

#content a{
	color: #5082C4;
	text-decoration: none;	
}

#content a:hover{
	color: #080D14;
	-webkit-transition-property:color; 
	-webkit-transition-duration: 1s, 1s; 
	-webkit-transition-timing-function: linear, ease-in;
}

/* =img
----------------------------------------------------*/
img.img-left{
	float: left;
	background: #fff;
	margin: 10px 20px 10px 0;
	padding: 10px 10px 30px 10px;
	-moz-box-shadow: 2px 2px 4px #999;
	-webkit-box-shadow: 2px 2px 4px #999;
	box-shadow: 2px 2px 4px #999;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

img.img-center{
	display: block;
	background: #fff;
	margin: 10px auto;
	padding: 10px;
	-moz-box-shadow: 2px 2px 4px #999;
	-webkit-box-shadow: 2px 2px 4px #999;
	box-shadow: 2px 2px 4px #999;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}


/* =forms
----------------------------------------------------*/
label{
	font-size: 12px;
	line-height: 1.6em;
	font-weight: bold
}

input{
	width: 160px;
	background: #EEF3FA;
	padding: 5px;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

input:focus{
	background: #fff;
}


input.button{
	width: 40px;
	color: #fff;
	border: none;
	background-image: -moz-linear-gradient(top, #446FA7, #284162);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #446FA7),color-stop(1, #284162));
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#446FA7', EndColorStr='#284162'); 
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#446FA7', EndColorStr='#284162')";
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

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

}
.soc_icn{
	margin-bottom: -7px;
    padding-top: 8px;
}