/* 	 		{ #fff #000 #444 #999 #ff427a #fff000 #ffe680 } */
* {
	transition: all 0.30s ease-out;
		-webkit-transition: all 0.30s ease-out;
		-moz-transition: all 0.30s ease-out;
		-o-transition: all 0.30s ease-out;
	font-family: Sans;
	margin: 0;
	padding: 0;
}
body {
	padding: 2em 0 0 0;
	width: 572px; margin: auto;
	background: url('http://dl.dropbox.com/u/2193183/qu/grey-stripes.jpg');
}
.title {
	background: #333;
	padding: 0 10px 10px 10px;
	width: 552px;
	margin-bottom:0;
	display: inline-block;
}
.header {
	background: url('http://dl.dropbox.com/u/2193183/kroulee/center-image9-bg.jpg');
	background-position: center;
	padding: 0 10px 10px 10px;
	width: 552px;
	margin-bottom:0;
	display: inline-block;
}
.theprojects {
	padding: 5px 10px 5px 10px;
	background: #ff427a;
	width: 552px;
	font-size: 0.9em;
	font-family: 'Josefin Sans Std Light', arial, serif;
	letter-spacing: 2px;
	line-height: 1.3em;
	
}
.blog {
	padding: 5px 10px 5px 10px;
	background: #7adeff;
	width: 552px;
	font-size: 0.9em;
	font-family: 'Josefin Sans Std Light', arial, serif;
	letter-spacing: 2px;
	line-height: 1.3em;
}
.jacktheriffer {
	padding: 5px 10px 5px 10px;
	background: #ffc3b8;
	border-radius: 0 0 20px 20px
	width: 552px;
	font-size: 0.9em;
	font-family: 'Josefin Sans Std Light', arial, serif;
	letter-spacing: 2px;
	line-height: 1.3em;
}
/*                      
.blogbox,.twitterbox,.organicbox,.otherclefsbox {
	width: 266px;
	margin: 0;
	padding: 10px;
}
.blogbox {
	background: #ff427a;
	float: left;
}
.twitterbox {
	background: #7adeff;
	float: right;
}
.organicbox {
	background: #ffd675;
	float: left;
}
.otherclefsbox {
	background: #ffbfb3;
	float: right;
}*/
/* Text */
h1 {
	margin: 10px 0 0 0;
	font-weight: 100;
	font-family: 'Josefin Sans Std Light', arial, serif;
	font-size: 4em;
	text-align: center;
	color: #fff;
	text-shadow: 1px 1px 0px #000;
}
h2 {
	font-size: 1.7em;
}
h2:first-child {
	margin-top: 0;
}
h3 {
	font-size: 1em;
}
h2,h3,h2 {
	clear: both;
	margin: 10px 0 0 0;
	font-weight: 100;
	font-family: 'Josefin Sans Std Light', arial, serif;
	float: left;
	display: inline;
	background: rgba(0,0,0,0.7);
	color: #fff;
	text-shadow: 1px 1px 0 #000;
	padding: 5px;
}
h4 {
	font-weight: bold;
	display: inline;
	font-size: 0.9em;
	font-family: 'Josefin Sans Std Light', arial, serif;
	letter-spacing: 2px;
}
.projlink {
	font-size: 0.9em;
}
a {
	color: #fff;
	text-decoration: none;
}
a:hover {
	color: #fff;
	text-decoration: underline;
}
p {
	font: 0.8em Sans;
	color: #333;
}
.mlink {
	color: #444;
	text-decoration: none;
}
.mlink:hover {
	color: #ff427a;
	text-decoration: underline;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.2);
}
.clink {
	color: #ff427a;
	text-decoration: none;
	font-weight: normal;
}
.clink:hover {
	color: #7adeff;
	text-decoration: underline;
}
.cclink {
	color: #7adeff;
	text-decoration: none;
	font-weight: normal;
}
.cclink:hover {
	color: #ff427a;
	text-decoration: underline;
}
.small {
	font-size: 0.65em;
}
.centred {
	text-align: center;
}
.emph {
	font-weight: bold;
}
.footnote {
	background: url('http://dl.dropbox.com/u/2193183/kroulee/center-image9-bg.jpg'), rgba(0,0,0,0.7)/*#ff8a75#ffD675*/;/*#FF4040*/
	font-weight: bold;
	color: #fff;
	text-shadow: #000 1px 1px 0px;
	display: block;
	padding: 5px 10px 5px 10px;
	width: 552px;
	font-size: 0.9em;
	font-family: 'Josefin Sans Std Light', arial, serif;
	letter-spacing: 2px;
	line-height: 1.3em;
}
/*.footnote, .theprojects, .blog, .header {
	border-left: solid 3px #333;
	border-right: solid 3px #333;
}*/

