/*
Theme Name: hellasimple
Theme URI: http://wordpress.org/
Description: This is going to be a far simpler wordpress theme.
Version: 1.0
Author: Timothy Greig
Author URI: http://timothygreig.com
*/

* {
	border: 0px none;
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Helvetica, Arial, Sans-serif;
	color:#222;
	background: url(http://farm5.static.flickr.com/4050/4423731223_63f7f61930_o.gif) fixed repeat top left;
	font-size:100%;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	
}

#content {
	border-top:solid 6px #222222;
	width:500px;
	text-align:left;
	background-color:#FFFFFF;
	padding: 20px;
	margin-top: 50px;
}

img {
        width:500px;
}

.any img {
		width:240px;
		padding-left: 5px;
}
	
h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size:36px;
	line-height:36px;
	letter-spacing: -2px;
	font-weight:normal;
	margin-bottom:0px;
}

h1.greeting {
	font-size: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 29px;
	letter-spacing: -1px;
	padding-top:7px;
    font-weight:normal;
    margin-bottom: 20px;
	}

h3 {
	color: #888;
	font-weight:lighter;
	}

h3 a {
	color:#386D8C;
	font-weight:bold;
	}

a:hover {
	color: #000000;
	text-decoration:underline;
	}

a {
	color: #666666;
	text-decoration:none;
	}

.entry a {
	text-decoration:none;
	color:#386D8C;
	}
	
.entry a:hover {
	text-decoration:underline;
	color:#000000;
	}

small {
	font-variant: small-caps;
	font-size:0.9em;
	}
	
small a {
	color:#386D8C;
	}

.friendfeedmeta {
       color:#386D8C;
       }

small a:hover {
	color: #222222;
	}
	
.post {
	margin-top:35px;
	margin-bottom:35px;
}

.entry {
	border-bottom:1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
	margin-top:10px;
	margin-bottom:10px;
	line-height:1.25;
	}
	
p {
	margin-top: 10px;
    	margin-bottom: 10px;
	}
	
.navigation {
	padding-bottom: 10px;
	text-align:left;
	color:#f3f3f3;
	font-size: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 29px;
	letter-spacing: -1px;

	}

#footer {
	border-top: 5px solid #000;
	margin-top: 50px;
	padding-top: 50px;
	background-color:#222;
	color:#fff;
	padding:20px;
	width:500px;
	text-align:left;
	}
	
.cat {
	position:relative;
	color:#f3f3f3;
	right:530px;
	top:17px;
	text-align:right;
}

.cat a {
	padding: 10px;
	padding-bottom:50px;
	background-color:#222;
	}
	
input {
	background-color:#F3F3F3;
	padding:1px;
	border-bottom:1px solid #CCC;
	}
	
#footer a:hover {
	color: #ffffff;
	}

#respond {
	color:#666666;
	}
	
textarea {
	background-color:#F3F3F3;
	padding:5px;
	border-bottom:1px solid #CCC;
	}
	
#comment {
	width:490px;
	}

.commentlist img {
	float: left;
	padding-right: 5px;
}

.friendfeedcomment img {
       float:left;
       padding-right:5px;       
       }
	
.commententry {
	padding-top:5px;
	padding-bottom:20px;
	}

.commentlist li {
	list-style:none;
	line-height:1.25;
	padding:5px;
	padding-top:10px;
	padding-top:10px;
	border-bottom:1px solid #CCC;
	margin-left:0px;
	}

.alt {
	background-color:#F3F3F3;
	}

li {
	margin-top: 15px;
	margin-left: 35px;
	}

.tagcloud {
	padding-top:20px;
	width:500px;
	padding-bottom:20px;
	line-height:35px;
	}
	
.pagetitle {
	padding-top:30px;
	}

.light a {
        color:#F0F0F0;
        }

.light a:hover {
        color:#222;
        }

.light { position:relative; height: 0px; top: -37px; float:right; }

.title { width:435px; }

.clearfloat { 
	clear: both;
	height: 0px;
	line-height: 0px;
	font-size: 0px; 
}

.mmm {
	font-size: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 29px;
	letter-spacing: -1px;
	margin-top:7px;
	margin-bottom: 30px;
    font-weight:normal;
}

.menu {
	margin-top:20px;
	margin-bottom:20px;
	}

.menufooter {
	margin-top:20px;
	margin-bottom:20px;
	}
	
.menu a {
	background-color: #F1F1F1; 
	padding: 5px;
	border:1px solid #F1F1F1;
	}

.menufooter a {
	background-color: #000; 
	padding: 5px;
	border:1px solid #000;
	}

.menu a:hover {
	color: #000;
	text-decoration:none;
	}

.menufooter a:hover {
	color: #000;
	text-decoration:none;
	}

.avatar-50 {
	width: 50px;
	height: 50px;
	}