/*
Theme Name: Ocean Blue
Theme URI: http://www.vctechnetwork.com
Description: Ocean Blue Theme released by <a href="http://www.up6.org">Top Bidders List</a>.
Author: Top Bidders List
Version: 1.0
Author URI: http://www.up6.org
*/


/*-----------Block Level Elements--------------*/
a {
    text-decoration: none;
    color: #0474dd;
}

a:hover{
    text-decoration: underline;
}

body {
    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: decimal;
    padding: 0;
    padding-left: 25px;
}

#page {
	width: 990px;
	margin: 0 auto;
}

#header {
	width: 970;
    height: 108px;
	padding: 10px 20px;
	background: url(images/header.jpg) no-repeat;
}

#headerimg {
}

#headerimg h1 a {
    color: #0060b9;
}

.description {
	color: #0060b9;
}

#wrapper {
	width: 100%;
    background: url(images/body-background.png) repeat-x;
}

#content {
	float: left;
	padding-left: 10px;
	width: 470px;
	margin-top: 30px;
}

.sidebar {
    float: left;
	width: 239px;
	padding: 0 5px;
	margin-top: 30px;
}

.sidebar2 {
	padding-left: 10px;
}

#footer {
	width: 100%;
	clear: both;
    text-align: center;
	padding-top: 40px;
	padding-bottom: 10px;
	background: url(images/footer.jpg) repeat-x;
}

/*-------------Headings-------------*/
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    color: #0474DD;
}


h1 {
    font-size: 2.1em;
    line-height: 1em;
}

h2 {

}

h3 {

}

h4 {

}

h5 {

}

/*-------------The Post-------------*/
.post .date {
	display: block;
	height: 70px;
	width: 420px;
	background: url(images/date-bar.jpg) no-repeat;
	padding-top: 5px;
	padding-left: 30px;
}

.post .date em {
	display: block;
	font-style: normal;
	color: #FFF;
	width: 64px;
	text-align: center;
}

.post .date em.day {
	font-size: 30px;
}

.post h2 {
    font-size: 24px;
}


h2 a:hover, h2 a:visited, h2 a {
	color: #0474dd;
}

.post {
    font-size: 12px;
    margin-bottom: 10px;
}

.post p {
    margin: 0;
    margin-bottom: 5px;
    padding: 0;
}

.post ul {

}

.post li {

}

.entry {
	width: 450px;
	font-size: 14px;
	margin-bottom: 5px;
}

.entrytext {
}

.entrytext .postmetadata {

}

.postmetadata {
	color: #0474dd;
	font-weight: bold;
	font-size: 13px;
}

.postmetadata a {

}

.navigation {
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.center {

}

.pagetitle {
    font-size: 14px;
}

blockquote {
    padding: 5px;
    border: 1px dashed #acd7ff;
    font-style: italic;
    font-size: 12px;
}

cite {

}

a img {

}

acronym, abbr {

}

/*--------------Sidebar------------*/

.sidebar ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.sidebar ul h2 {
    font-size: 18px;
	height: 37px;
	background: url(images/menu-header.jpg) no-repeat;
	margin: 0 10px;
	padding: 5px 10px;
	color: #0060b9;
	font-weight: bold;
}

.sidebar ul li {
    font-size: 14px;
    margin-bottom: 5px;
	background: #cfe8ff url(images/menu-top.jpg) no-repeat top;
	padding-top: 20px;
}

.sidebar ul ul {
	padding-bottom: 20px;
	background: #cfe8ff url(images/menu-bottom.jpg) no-repeat bottom;
}

.sidebar ul ul li {
    margin: 0;
	padding: 0;
	background: none;
	padding-left: 30px;<
}

.sidebar ul ul ul {
    margin: 0;
}

.sidebar p {

}

.sidebar a {
	color: #0060b9;
	font-weight: bold;
}
.sidebar a:hover {

}

.sidebar a:visited {

}


/*--------------Comments--------------*/

h3#comments {
    padding-top: 10px;
}

ol.commentlist {
    list-style-type: none;
    padding: 0;
    margin: 0;
    font-size: 12px;
}

ol.commentlist li {
	padding: 5px;
	border: 1px solid #57abfb;
	margin-bottom: 10px;
}

ol.commentlist li.alt {

}

ol.commentlist a {

}

ol.commentlist cite.author, ol.commentlist cite.author a {
    color: #57abfb;
    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: #c7d7e5;
    border: 1px solid #002547;
}

textarea#comment {
    width: 100%;
}

/*--------------Search Form-------------*/
.searchbar { 
	background: url(images/search-background.png) no-repeat;
	height: 70px;
}
#searchform {
	width: 230px;
	padding: 0 10px;
}

#searchform div{
	background: url(images/search-box.png) no-repeat;
	height: 30px;
	margin-bottom: 4px;
}

#searchform input {
}

#searchform #s {
    width: 200px;
	margin: 6px 8px;
	border: none;
	background: transparent;
}

/*-------------Footer-----------------*/
#footer p {
    margin: 0;
    padding: 0;
    font-size: 12px;
	color: #FFF;
}

#footer a {
	font-weight: bold;
	color: #002d57;
}

/*-------------Other------------------*/
.clear {
    clear: both;
}
