/*	
	Author Name		: 	Julian Sharma
	Author Site		: 	http://www.thewickedbeggar.co.uk
	Style Name		: 	TWB
	Style URI		:	http://www.thewickedbeggar.co.uk
	Version			:	0.1
	Header Height	:	260
	Comments		:	None.
*/

body {
	background-color: #f5f6f6;
	font-family: "Times New Roman";
}

#container {
	width: 620px;
	margin: 0px auto 0px auto;
}

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


#title {
	float: left;
	width: 50%;
	font-size: 20px;
}

#title a {
	text-decoration: none;
	color: #000;
}

#content {
	clear: both;
	/*border-top: 1px solid #e9e9e9;*/
}

#menu {
	float: left;
	width: 50%;
	text-align: right;
	margin-top: 12px;
	font-size: 12px;
}


#menu ul {
	list-style-type: none;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

#menu li {
	float: right;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 5px;
}

#menu li a {
	text-decoration: none;
	color: #000;
}


.entry {
	font-family: "Times New Roman";
	color: #606161;
	font-style: normal;
	font-size: 15px;
	margin-top: -15px;
	text-align: justify;
	line-height: 30px;
}

.post {
	border-bottom: solid 1px #e9e9e9;
}

.postTitle a{
	text-decoration: none;
	color: #606161;
	font-size: 1.5em;
}

.commentAmount a {
	text-decoration: none;
	font-size: 12px;
	color: #000;
	font-family: "Times New Roman";
	font-style: italic;
}

#calendar {
	text-align: center;
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
}

#reflection {
	position: absolute;
}

/*Comments*/

#container {
	color: #606161;
}

#comments {
	color: #606161;
	font-size: 20px;
}

.commentmetadata {
	font-family: "Times News Roman";
}

.commentlist {
	list-style-type: none;
	font-family: "Lucida Grande";
	font-size: 12px;
	padding: 0px 0px 0px 0px;
}

.commentmetadata a {
	font-family: "Times New Roman";
	text-decoration: none;
}

#comment {
	width: 620px;
}

