/*
Theme Name: Creativity Mill
Theme URI: 
Desscription: Simple layout custom for Creativity Mill
Version: 2.0
Author: Nathan Longbrook
Author URI: http://creativitymill.com
Tags: creativity mill, custom, 2 column, simple, portfolio, newsfeed
*/




* {
	margin: 0;
	padding: 0;
	}
	
body, html {
	background: #e9e9e9;
	text-align: center;
	font-family: Century Gothic, Futura, Arial, sans-serif;
	}
	
a, a:visited {
	color: #298b00;
	text-decoration: none;
	-webkit-transition: .2s linear;
	}
	
a:hover {
	color: #1b5901;
	text-decoration: underline;
	}
	
a img {
	border: none;
	padding: 0;
	}
	
a:focus, a:focus img {
	outline: none;
	}
	
em {
	color: #1b5901;
	font-style: normal;
	}
	
h1 {
	color: #298b00;
	font-weight: 300;
	font-size: 24px;
	margin: 0 20px;
	text-shadow: 1px 1px 1px #fff;
	}
	
h2 {
	color: #298b00;
	font-size: 12px;
	font-weight: 500;
	text-shadow: 1px 1px 1px #fff;
	}
	
h3 {
	color: #298b00;
	font-size: 18px;
	font-weight: 500;
	text-shadow: 1px 1px 1px #fff;
	}
	
	
.left {
	float: left;
	}
	
.right {
	float: right;
	}
	
.clear {
	clear: both;
	}
	
#wrap {
	width: 560px;
	height: 100%;
	margin: 0 auto;
	text-align: left;
	}
	
#header {
	width: 100%;
	}
	
#header img {
	padding: 0;
	margin: 0;
	}
	
	
ul.nav {
	font-size: 12px;
	list-style: none;
	float: left;
	display: block;
	margin-top: 10px;
	}
	
ul.nav li.first {
	padding: 0 5px 0 0;
	border: none;
	}
	
ul.nav li {
	display: inline;
	padding: 0 5px;
	border-left: dotted 1px #298b00;
	}
	
ul.nav li a {
	color: #333;
	}
	
ul.nav li a:hover {
	color: #298b00;
	text-decoration: none;
	}
	
#logo {
	background: url(img/logo.jpg) no-repeat;
	padding-top: 140px;
	}
	
#logo p {
	color: #333;
	padding: 0 20px;
	font-size: 16px;
	font-weight: 300;
	text-shadow: 1px 1px 1px #fff;
	}
	
#content {
	background: url(img/billow.jpg) no-repeat;
	margin: 20px 0;
	padding: 20px 0;
	overflow: auto;
	}
	
.folio {
	width: 240px;
	margin-right: 10px;
	margin-left: 10px;
	}
	
.postFolio {
	background: rgb(245,245,245);
	border: solid 1px rgb(255,255,255);
	margin-bottom: 20px;
	-webkit-transition: all .3s linear;
	-webkit-border-radius: 3px;
	}
	
.postFolio:hover {
	background: rgb(250,250,250);
	margin-bottom: 20px;
	-webkit-box-shadow: 0px 0px 5px rgba(10,10,10,.2);
	-webkit-border-radius: 3px;
	}
	
.postFolio img {
	width: 224px;
	height: 129px;
	padding: 9px 8px 8px 8px;
	}
	
.news {
	padding-left: 9px;
	border-left: dotted 1px #cecece;
	}
	
.postNews {
	margin-bottom: 20px;
	width: 290px;
	}
	
.postNews p {
	font-size: 14px;
	color: #333;
	text-shadow: 1px 1px 1px rgb(255,255,255);
	}
	
#footer {
	background: url(img/billow.jpg) no-repeat;
	padding: 20px 0;
	overflow: auto;
	}
	
address {
	margin-top: 10px;
	font-size: 12px;
	color: #333;
	font-style: normal;
	float: left;
	}
	
#footer p {
	color: #333;
	float: right;
	text-align: left;
	font-size: 12px;
	width: 290px;
	}

	

	
