/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 20px 0;
	padding: 0;
	color: #666;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-color: #3399FF;
	background-image: url(images/img01a.gif);
	background-repeat: repeat-y;
	background-position: center;
}
/*This is the original working background CSS
body {
	margin: 20px 0;
	padding: 0;
	background: #3399FF url(images/img01.gif) repeat-y center;
	color: #666;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
*/
h1, h2, h3 {
	margin: 0;
	text-transform: lowercase;
	font-weight: normal;
}

h2 {
	font-size: 2em;
	line-height: 1em;
}

h3 {
	font-size: 14pt;
	line-height: 16pt;
	font-weight: bold;
	list-style-type: none;
	white-space: normal;
	display: list-item;
	margin-top: 30px;
}

img {
	border: none;
}

a {
	color: #33C;
}

a:hover {
	text-decoration: none;
	color: #000000;
}



#header {
	width: 840px;
	height: 160px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
/* original CSS header
#header {
	width: 740px;
	height: 160px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
*/
/* Logo */

#logo {
	float: left;
	width: 260px;
	height: 160px;
	background: url(images/img02.gif) no-repeat;
}

#logo h1 {
	padding: 20px 0 0 20px;
	letter-spacing: -0.05em;
	font-size: 5em;
	text-align: left;
	text-indent: 20px;
}

#logo h2 {
	font-size: 1.8em;
	text-align: left;
	text-indent: 20px;
}

#logo a {
	text-decoration: none;
	color: #3399FF;
}

/* Menu 
#menu {
	float: right;
	width: 431px;
	height: 61px;
	background-image: url(images/img05b.gif);
	background-repeat: no-repeat;
	margin-top: 50px;
	margin-right: 30px;
	margin-bottom: 0;
	margin-left: 0;
	padding: 0px;
}
*/
/* 2nd menu
#menu {
	float: right;
	width: 431px;
	height: 61px;
	background-image: url(images/img05b.gif);
	background-repeat: no-repeat;
	margin-top: 50px;
	margin-right: 80px;
	margin-bottom: 0;
	margin-left: 0;
	padding: 0px;
}
*/
#menu {
	float: right;
	width: 431px;
	height: 61px;
	background-image: url(images/img05b.gif);
	background-repeat: no-repeat;
	margin-top: 50px;
	margin-right: 80px;
	margin-bottom: 0;
	margin-left: 0;
	padding: 0px;
}

#menu ul {
	margin: 0;
	list-style: none;
	padding: 1;
}

#menu li {
	display: inline;
	text-align: left;
	padding-right: 1px;
	padding-left: 1px;
}

#menu a {
	display: block;
	float: left;
	text-decoration: none;
	text-transform: lowercase;
	letter-spacing: normal;
	font-size: 1.3em;
	color: #FFFFFF;
	white-space: normal;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-left: 8px;
	text-align: center;
}

#menu a:hover {
	background: #FF9900;
}

#menu .active a {
}

/* 
#content {
	width: 740px;
	margin: 0 auto;
}Content */

#content {
	width: 840px;
	margin: 0 auto;
}

/* Posts #posts {
	float: right;
	width: 440px;
	padding: 0 30px 0 0;
}*/

#posts {
	float: right;
	width: 440px;
	padding-top: 0;
	padding-right: 83px;
	padding-bottom: 0;
	padding-left: 0;
}

.post {
	margin-bottom: 10px;
}

.post .title {
	padding: 0 0 5px 20px;
	color: #FF8400;
}

.post .meta {
	margin-left: 10px;
	padding: 10px 20px;
	background: url(images/img06.gif) no-repeat;
	font-size: smaller;
}

.post .story {
	padding: 10px 20px;
	line-height: 180%;
	font-family: Verdana, Geneva, sans-serif;
	font-size: medium;
	text-indent: 15px;
}
#content #posts .post .story p a {
	font-weight: bolder;
	text-decoration: none;
}
#content #posts .post .story p a:hover {
	color: #5233FF;
}


/* Sidebar */

#sidebar {
	float: left;
	width: 240px;
}

/* Boxed */

#sidebar .boxed {
	width: 240px;
	padding: 0 0 3em 0;
	background: #FFCC00 url(images/img04.gif) no-repeat left bottom;
}

#sidebar .boxed h2 {
	height: 85px;
	padding: 10px 0 0 30px;
	background: url(images/img03a.gif) no-repeat;
	font-size: 2em;
	color: #FFFFFF;
}

#sidebar .boxed .content {
	color: #FFFFFF;
}

#sidebar .boxed ul {
	color: #09F;
}

#sidebar .boxed li {
	color: #09f;
}

#sidebar .boxed a {
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
}

#sidebar .boxed a:hover {
	color: #85B4FA;
}

/* Tag Cloud */

#tagcloud {
}

#tagcloud .content {
	padding: 1em;
	text-align: justify;
	font-size: .8em;
}

#tagcloud .content a {
	color: #FFFFFF;
}

#tagcloud .content a:hover {
	color: #3399FF;
}

/* Footer */

#footer {
	clear: both;
	width: 200px;
	margin: 0 auto;
	padding: 0 520px 0 20px;
}

#footer p {
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
}
h1 {
	font-size: 28pt;
	line-height: 100%;
	font-weight: bold;
	color: #F60;
}
#content #posts .post .meta table tr td {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#content #posts .post .meta table tr td strong {
	font-family: Verdana, Geneva, sans-serif;
	font-size: larger;
	font-weight: bold;
}
#content #posts .post .meta table tr td a {
	font-weight: normal;
	color: #999;
	text-decoration: none;
}
#content #posts .post .meta table tr td a:hover {
	font-weight: bold;
	color: #5233FF;
	text-decoration: none;
}
.post .metaa {
	margin-left: 10px;
	padding: 10px 20px;
	font-size: smaller;
	background-image: url(images/img06a.gif);
	background-repeat: no-repeat;
}
