/*-----------Block Level Elements--------------*/
a {
    text-decoration: none;
    color: #63B1E5;
}

a:hover{
    text-decoration: underline;
    color: #003366;
}

body {
    background: #0095FD url(images/background.jpg) no-repeat top left;
    font-family: "Trebuchet MS", Verdana, sans-serif;
    margin: 0;
    padding: 0;
}

ul {
    list-style-type: square;
    padding: 0;
    padding-left: 20px;
}

ol {
    list-style-type: deciaml;
    padding: 0;
    padding-left: 25px;
}

#page {
	width: 780px;
	margin: 0 auto;
}

#header {
	width: 100%;
    height: 180px;
    position: relative
}

#headerimg {
    padding-bottom: 10px;
    position: absolute;
    right: 5px;
    bottom: 0;
}

#headerimg h1 a {
    color: #004C80;
}

.description {
    display: none;
}

#wrapper {
	width: 100%;
}

#content {
	float: right;
	width: 550px;
	min-height:250px;
    padding: 10px;
    background-color: #FFF;
}

#sidebar {
    float: left;
	width: 190px;
    background: url(images/sidebar.png);

}

#footer {
	width: 100%;
	clear: both;
    text-align: center;
    margin: 10px 0;
    padding: 5px 0;
    background-color: #B3DFFE;
}

/*-------------Headings-------------*/
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    color: #004C80;
}


h1 {
    font-size: 2.5em;
}

h2 {

}

h3 {

}

h4 {

}

h5 {

}

/*-------------The Post-------------*/

.post h2 {
    background-color: #FFF;
    font-size: 22px;
}

h2 a:hover, h2 a:visited, h2 a {
    color: #004C80;
}

.post {
    background: url(images/post-background.png) repeat-y;
    font-size: 12px;
    margin-bottom: 20px;
}

.post p {
    margin:0 0 0px;
    padding:5px;
}

.date {
    float: left;
    width: 60px;
    background-color: #0095FD;
    border: 1px solid #000;
    margin-right: 10px;
}

.date em {
    display: block;
    font-style: normal;
    text-align: center;
    font-size: 12px;
}

.date em.day {
    font-size: 20px;
    line-height: 15px;
}

.entry {
    font-size: 13px;
}

.entrytext {
    background-color: #FFF;
}

.entrytext .postmetadata {

}

.postmetadata {
    font-weight: bold;
    font-family: Verdana, sans-serif;
}


.navigation {
    font-size: 12px;
    text-align: center;
    margin-bottom: 10px;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.center {

}

.pagetitle {
    font-size: 14px;
}

blockquote {
    padding: 0;
    margin: 10px;
    font-style: italic;
    font-size: 12px;
}

cite {

}

a img {

}

acronym, abbr {

}

/*--------------Sidebar------------*/

#sidebar ul {
    padding: 5px;
    margin: 0;
    list-style-type: none;
}

#sidebar ul h2 {
    font-size: 20px;
}

#sidebar ul li {
    font-size: 14px;
    margin-bottom: 5px;
}

#sidebar ul ul {
    margin-left: 10px;
    padding: 0;
}

#sidebar ul ul li {
    margin: 0;
}

#sidebar ul ul ul {
    margin: 0;
}

#sidebar p {

}

#sidebar a {
    color: #000;
}

#sidebar a:hover {

}

#sidebar a:visited {

}


/*--------------Comments--------------*/

h3#comments {
}

ol.commentlist {
    list-style-type: none;
    padding: 0;
    margin: 0;
    font-size: 12px;
}

ol.commentlist li {
    border: 1px dashed #005D9C;
    padding: 5px 10px;
    margin-bottom: 5px;
}

ol.commentlist li.alt {

}

ol.commentlist a {

}

ol.commentlist cite.author, ol.commentlist cite.author a {
    color: #63B1E5;
    font-weight: bold;
    font-size: 16px;
}

ol.commentlist p {
    margin: 0 0 5px 0;
}

small.commentmetadata {

}

#commentform p {
    margin: 0 0 3px 0;
}

#author, #email, #url, textarea#comment {
    background-color: #BFE5FF;
    border: 1px solid #004C80;
    padding: 2px;
}

textarea#comment {
    width: 100%;
}

/*--------------Search Form-------------*/

#searchform {

}

#searchform input {
}

#searchform #s {
    width: 58%;
    background-color: #BFE5FF;
    border: 1px solid #004C80;
    padding: 2px;
}

/*-------------Footer-----------------*/
#footer p {
    margin: 0;
    padding: 0;
    font-size: 12px;
}

#footer a {
    color: #004C80;
}


/*-------------Other------------------*/
.clear {
    clear: both;
}
