body {
	margin: 0px auto;
	padding: 0;
	background: #16a7f6 url(background.jpg) repeat-x top;
	font-size: 78%;
	font-family: Verdana;
	color: #333;
	text-align: center;
}
p {
	font-size: 1em;
	line-height: 1.5em;
	margin: 1.2em 0;
}

h1, h2, h3, h4, h5, h6 {
	margin: 1.2em 0;
	font-family: "Lucida Grande", Tahoma, Arial, sans-serif;
	color: #333333; 
}
h1, h2 {
	font-size: 1.4em;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.2em;
}
a {
	text-decoration: none;
}
a:link {
	color: #565656;
}
a:visited {
	color: #565656;
}
a:hover, a:active {
	color: #565656;
    text-decoration: underline;
}

code {
	font-family: monospace;
	color: #666;
}

.small {
	font-size: 0.9em;
	color: #666666;
}

#wrapper {
	margin: 0 auto;
	width: 900px;
        background: url(bg.jpg);
	text-align: left;
	border-top: 1px solid #36b7ff;	
	border-bottom: 1px solid #16A7F6;
	border-left: 1px solid #36b7ff;
	border-right: 1px solid #36b7ff;
}
#header {
	background: url(header.jpg);
        width: 900px;
        height: 250px;
}

	#header h1 {
                padding-top: 10px;
                padding-left: 20px;
		margin: 0;
		font-size: 2.3em;
	}
	#header h1 a {
		text-decoration: none;
		color: #eeeeee;
	}
	
	
#content {
	float: left;
	padding: 0 10px 0 29px;
        margin-top: 0px;
	width: 620px;

	border-right: 1px solid #cccccc;
} 

#sidebar {
	float: right;
        margin: -140px 20px 0 10px;
	padding: 0px;
	width: 200px;
        display: inline;
	font-size: 0.9em;


} 

#footer {	clear: both;
        background: url(footer.jpg);
        width: 900px;
        height: 50px;
	font-size: 0.9em;
	text-align: center;
    color: #eeeeee;

}

	#footer p {
		padding: 10px 0px 0px 0px;
		font-size: 0.9em;
		text-align: center;
                color: #eeeeee;
	}

#footer a {   text-decoration: underline;
                color: #CCFFFF;
	}

#sidebar h2 {
	margin: 12.9em 0 0em 0;
	padding: 3px 5px 3px 5px;
	background: url(title.jpg) repeat-x;
        color: #f6f6f6;
        height: 15px;
        width: 175px;
	font-size: 1.1em;
	border-bottom: 1px solid #f0fadb;
	border-top: 1px solid #f0fadb;
}

#sidebar h3 {
	margin: 0em 0 0em 0;
	padding: 3px 5px 3px 5px;
	background: url(title1.jpg) repeat-x;
        color: #f6f6f6;
        height: 15px;
        width: 175px;
	font-size: 1.1em;
	border-bottom: 1px solid #f0fadb;
	border-top: 1px solid #f0fadb;
}

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

.post {
}
.posttitle {
	margin-bottom: 0;
	width: 100%;
	color: #CCFFFF;
	background: url(title.jpg) repeat-x;
	overflow: auto;
    padding-left: 10px;
}
.posttitle a {
	float: left;
	padding-left: 10px;
}
.posttitle a:link, .posttitle a:visited {
	color: #CCFFFF;
}
.posttitle a:hover, .posttitle a:active {
	color: #eeeeee;	
}
.postmeta {
	margin-top: 0;
	padding-top: 1px;
	padding-left: 10px;
	font-family: verdana;
	font-size: 0.8em;
	color: #333333;
	border-top: 1px dotted #ffffff;
	border-bottom: 2px solid #129af4;
        background: #c4e2f4;
}

.postmeta a {
		color: #333333;
     font-weight: bold;
}

.postmeta a:hover {
		color: #119af4;
     font-weight: bold;
}


.postentry {
	font-size: 0.9em;
	color: #333333;
	font-family: verdana;
        padding: 0px 10px;
}


