/*
Theme Name: Digital doodles
Theme URI: http://www.digitaldoodles.co.uk
Description: The default DD theme 
Version: 1.0
Author: Chelsey Gourgaud
Author URI: http://www.dsquaredmedia.co.uk
Tags: fixed width, two columns

	This theme was designed and built by Chelsey Gourgaud

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



body{
	margin:0;
	padding:0;
	background:url('images/bgtile.jpg');
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:70%;
	line-height:1.6em;
	}
	
	
h3{
	font-size:1.4em;
	padding:0;
	margin:0;
	}
	
h2{
	font-size:1.6em;
	padding:0;
	margin:0;
	}
	

	
.container{
	width:990px;
	
	}
	
.logo{
	width:553px;
	height:148px;
	float:left;
	background:url('images/logo.jpg') no-repeat;
	margin:0;
	padding:0;

	}

.pagetitle{
	margin-top:-15px;
	padding:0 0 10px 0;
	}

.link{
	display:block;
	cursor:pointer;
	width:553px;
	height:148px;
	}
	
.dsquared{
	margin:0;
	padding:0;
	float:left;
	width:437px;
	}
	
.main{
	width:990px;
	clear:both;
	min-height:510px;
	margin:0;
	padding:0;
	background:url('images/paper.gif') repeat-y;
	}
	
	

.end{
	clear:both;
	height:20px;
	}
	
.titleLg{
	font-style:italic;
	font-size:1.5em;
	padding:5px 0 5px 0;
	display:block;
	min-height:20px;
	}

.content{
	float:left;
	width:595px;
	clear:right;
	text-align:left;
	padding:0 0 0 70px;
	margin:-15px 0 0 0;
	}
	
	
.sidebar{
	float:right;
	width:315px;
	height:508px;
	background:url('images/sidebg.gif') no-repeat;
	text-align:left;
	}
	
.rss{
	width:393px;
	float:left;
	}
	
.aboutme{
	width:520px;
	float:left;
	background:url('images/aboutme.gif') no-repeat;
	padding:160px 0 0 70px;
	}
	
#aboutmeText{
	width:285px;
	padding:5px 0 0 19px;
	height:130px;
	}	
	
#splat{
	background:url('images/splat.gif') no-repeat;
	width:99px;
	height:26px;
	padding:12px 10px 0px 23px;
	margin:0;
	font-weight:bold;
	
	}
	
	
#splatted {
	background:url('images/bigsplat.gif') no-repeat;
	width:190px;
	height:46px;
	padding:34px 10px 0px 32px;
	margin:0;
	font-weight:bold;
	}
	
	
.footer{
	clear:both;
	}
	
.story{
	padding:10px 0 20px 15px;
	clear:both;
	margin:0;
	width:550px;
	}

p{
	margin:5px;
	padding:0;
	}

small{
	font-size:1.1em;
	font-style:italic;
	}
	
.post{
	float:left;
	width:65px;
	height:45px;
	background:url('images/postit.gif') no-repeat center;
	text-align:center;
	padding:33px 20px 10px 14px;
	margin:0 0 0 10px;
	}
	
.navigation ul, .navigation li{
	padding-left:30px;
	padding-top:5px;
	list-style:none;
	line-height:1.4em;
	}

.navigation a{
	text-decoration:none;
	color:#000;
	}
	
.navigation a:hover{
	text-decoration:underline;
	}

.titleBlock{
	padding:15px 0 0 5px;
	float:left;
	width:75%;
	}


.dated h1, .dated a{
	font-size:1.4em;
	color:#000;
	text-decoration:none;
	line-height:1.6em;
	padding:10px 0 0 0; 
	margin:0;
	
	}
	
h1{
	font-size:1.4em;
	padding:0;
	margin:0;
	}
	
.dated a:hover{
	text-decoration:underline;
	}
	
.postmetadata{
	padding:0 0 20px 0;
	}
	
.mainHR {
	height:1px;
	width:75%;
	border:0px;
	background-color:#CCC;
	margin:0;
	margin-left:90px;
}