/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin:0px 0;
	padding: 0;
	background: #3399FF url(images/img01a.gif) repeat-y center;
	font: normal "Georgia", Times New Roman, Times, serif;
	color: #396;
}

h1, h2, h3 {
	margin: 0;
	text-transform: normal;
	font-weight: normal;
}

h2 {
	font-size: 1.3em;
}

h3 {
	font-size: 0.7em;
}

img {
	border: none;
}

a {
	color: #333333;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

/* Header */

#header {
	width: 740px;
	height: 160px;
	margin: 0 auto;
}

/* Logo */

#logo {
	float: left;
	width: 260px;
	height: 160px;
	background: url(images/img2a.gif) no-repeat;
}

#logo h1 {
	padding: 50px 0 0 20px;
	letter-spacing: -.05em;
	font-size: 4em;
}

#logo h2 {
	font-size: 1.8em;
}

#logo a {
	text-decoration: none;
	color: #3399FF;
}

/* Menu */

#menu {
	float: right;
	width: 431px;
	height: 110px;
	margin: 50px 30px 0 0;
	background: #ffffff url(images/img05.gif);
}

#menu ul {
	margin: 0;
	padding: 0 0 0 1em;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: .5em .7em;
	text-decoration: none;
	text-transform: lowercase;
	letter-spacing: 0px;
	font-size: 1em;
	color: #999999;
}

#menu a:hover {
	background: #cccccc;
}

#menu .active a {
}

/* Content */

#content {
	width: 740px;
	margin: 0 auto;
}

/* Posts */

#posts {
	float: right;
	width: 440px;
	padding: 0 30px 0 0;
}

.post {
	margin-bottom: 10px;
}

.post .title {
	padding: 0 0 5px 20px;
	color: #006699;
}

.post .meta {
	margin-left: 10px;
	padding: 10px 20px;
	background: url(images/img06.gif) no-repeat;
	font-size: smaller;
}

.post .meta p {
	margin: 0;
}

.post .story {
	padding: 10px 20px;
	line-height: 130%;
	font-size: 14px;
}

.post .story2 {
	padding: 10px 20px;
	line-height: 80%;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 240px;
}

/* Boxed */

#sidebar .boxed {
	width: 240px;
	padding: 0 0 0 0;
	background: #3399ff url(images/img04.gif) no-repeat left bottom;
}

#sidebar .boxed h2 {
	height: 30px;
	padding:  10px 0 0 30px;
	background: url(images/img3a.gif) no-repeat;
	font-size: 1.4em;
	color: #ffffff;
}

#sidebar .boxed .content {
	color: #FFFFFF;
}

#sidebar .boxed ul {
}

#sidebar .boxed li {
}

#sidebar .boxed a {
	text-decoration: none;
	color: #000099;
}

#sidebar .boxed a:hover {
	color: #ffffff;
}

/* Tag Cloud */

#tagcloud {
}

#tagcloud .content {
	padding: 1em;
	text-align: justify;
	font-size: .8em;
}

#tagcloud .content a {
	color: #FFFFFF;
}

#tagcloud .content a:hover {
	color: #cccccc;
}

/* Footer */

#footer {
	clear: both;
	width: 200px;
	margin: 0 auto;
	padding: 0 520px 0 20px;
}

#footer p {
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
}
table {
	letter-spacing: -.05em;
	font-size: 0.8em;
	background-color: #CCC;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 20px;
	letter-spacing: normal;
	white-space: normal;
	clear: left;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1.4em;
	color: #333;
}
#content #posts .post .story table tr td strong {
	font-weight: bold;
}
#content #posts .post .story table tr td strong {
	font-weight: bold;
}

