/* Colour scheme

Turquoise: #9EE
Dark Turqoise: #277A
Dark Purple: #707
V Pale Grey: #F4F4F4
Pale Grey: 
Dark Grey: #444
V Dark Grey: #222

*/


/* Basic Tags */

body {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size:1em;
	line-height:1.6em;
	color:#000;
	font-weight:normal;
	
	margin:0px;
	padding:0px;
}

a {
	text-decoration:underline;
	color:#3B64CC;
}

h1, h2, h3, h4 {
	/*padding:10px 0px 10px 0px;*/
}

h1 {
	font-size:1.4em;
	line-height:1.2em;
}

h2 {
	font-size:1.2em;
	line-height:1.2em;
}

h3 {
	font-size:1.1em;
	font-weight:bold;
}

h4 {
	font-size:1em;
	font-weight:bold;
}

ul {
	margin:0px;
	padding:0px;
}

/* Sections, alphabetic*/

div.adsRhs {
	padding:20px 0px 0px 0px;
	background:white;
}

article {
	text-align:justify;
	max-width:650px;
	padding:20px 0px 20px 30px;
}

article p {
	margin: 3px 0px 15px 0px;

}

article h1 {
	font-size:1.4em;
	font-weight:bold;
	margin:10px 0px 15px 0px;
}

article img.largePic {
	margin:10px 0px 10px 0px;
}

article img.leftPic {
	float:left;
	margin:5px 15px 5px 0px;
}

article img.rightPic {
	float:right;
	margin:5px 0px 5px 15px;
}

article li {
	list-item
}

div.articleTags {
	margin-top:20px;
}

div#comments {
	margin: 15px 0px 10px 30px;
}

div.entryDate {
	border:0px;
	display:block;
	position:relative;
	left:-18px;
	margin:3px 0px 7px 0px;
	background: #9EE;
	width:101px;
	height:21px;
	vertical-align:center;
	overflow:hidden;
	border-top-right-radius:20px;
	border-bottom-right-radius:20px;
	box-shadow: 0 1px 2px #AAAAAA;

	padding:5px 0px 1px 9px;
	text-transform: uppercase;
	font-size:0.9em;
	font-weight:normal;
	color:#555;
}

article.entrySnippet {
	margin:0px 0px 20px 0px;
	padding:0px;
}

article.entrySnippet h2 {
	margin:10px 0px 15px 0px;
}

article.entrySnippet h2 a {
	color:#222;
	font-size:1.2em;
	font-weight:bold;
	text-decoration:none;
}

footer {
	font-size:0.7em;
}

header {
	height:90px;
	color:white;
	margin:0px;
	background:#666;
	box-shadow: 0 3px 5px #AAA;
	background: -webkit-linear-gradient(bottom, #666666 0%, #555555 54%, #5A5A5A 56%, #777777 100%);
	background: -moz-linear-gradient(bottom, #666666 0%, #555555 54%, #5A5A5A 56%, #777777 100%);
}

header h1 {
	font-size:1.6em;
	/*font-weight:bold;*/
	padding: 25px 0px 0px 30px;
	letter-spacing:0.15em;
}

header h1 a {
	text-decoration:none;
	color:white;
}

div.listBig h2 {
	font-size:1em;
	font-weight:bold;
	border-top:1px solid #aaa;
	padding:10px 0px 10px 0px;
}

div.listBig div.item h3 {
	font-size:1em;
	font-weight:normal;
	padding-left:5px;
}

div.listBig div.item p {
	padding-left:20px;
	font-size:0.9em;
	color:#666;
}

div#mainColumn {
	max-width:700px;
}

div#mainPage {
	color: #222;
	max-width:960px;
	margin:0px;
	line-height:1.2em;
	letter-spacing:0.5px;
}

#mainPage a:hover {
	background:#FCF;
}

nav.mainNav {
	width:250px;
	float:right;
	border:0;
	background:#F4F4F4;
	margin:20px 0px 10px 20px;
	padding:10px 0px 0px 0px;
}

nav.mainNav a {

}

nav.mainNav div.menu {
	margin:5px 10px 15px 10px;
	text-align:justify;
}

nav.mainNav div.menu h2 {
	font-weight:bold;
	font-size:1em;
	margin:0px 0px 5px 0px;
}

nav.mainNav div.menu a {
	/*font-size:0.9em;*/
}

nav.mainNav div.tagcloud a {

}

nav.previousEntries {
	background:#EEE;
	padding:10px 20px 10px 30px;
}

