/*
Theme Name: Corne
Theme URI: -
Version: 1.0
Description: A light trash style two-column Wordpress theme. Based on the <a href="http://templates.arcsin.se/">free website template</a> Decayed, but whole styled by Corn&eacute;.
Author: Corn&eacute; Schouten
Author URI: http://www.corneschouten.nl
*/

/* standard elements */
html {
    height: 100%;
}

* {
	margin: 0;
	padding: 0;
}

a {
    color: #c90404;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}

body {
	/*background-color: #C1B98B;*/
    /*background-image: url(img/body.gif);*/
    background-color: #d8d9d4;
	background-image: url(img/body-background.gif);
    background-repeat: repeat-y;
	background-position: center;
	color: #333;
	font-family: Arial, Verdana, sans-serif;
    font-size: 12px;
    line-height: 18px;
    width: 100%;
    height: 100%;
}

p,code,ul,ol {padding-bottom: 15px;}

h1 {
	font-size: 40px;
	line-height: 40px;
	font-weight: normal;
    margin: 0 0 5px 0;
	text-transform: uppercase;
}
h1 a {
	color: #333;
	text-decoration: none;
}
h1 a:hover {

}

h2, h3 {
    font-size: 15px;
    margin: 0 0 5px 0;
	text-transform: uppercase;
}

h4 {
    font-size: 12px;
    font-weight: bold;
}

h5 {
    font-size: 12px;
    font-weight: bold;
    font-style: italic;
}

blockquote {
	color: #CCA;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

img {border: none;}

img.right {margin: 5px 0 5px 12px;}
img.left {margin: 5px 12px 5px 0;}
img.border {
	background: #555;
	display: block;
	padding: 3px;
}

table.invisible {
    border: 0;
}

table.invisible td {
    border-left: 0;
}

table {
    width: 100%;
    border: 1px solid #333333;
    border-collapse: collapse;
    margin-bottom: 15px;
}

tr {

}

th {
    text-align: left;
    background-color: #333333;
    color: #ffffff;
    padding: 5px;
}

td {
    vertical-align: top;
    padding: 5px;
    border-left: 1px solid #333333;
}

/* misc */
.clearer {
	clear: both;
	font-size: 0;
}

.left {float: left;}
.right {float: right;}

p.postinfo {
	/*margin-bottom: 24px;*/
	padding: 8px;
}
/*p.postinfo a {color: #888;}
p.postinfo a:hover {color: #CCC;}*/

.descr {
	color: #fff;
	margin-bottom: 6px;
}

.entry {
    border-top: 1px solid #C90404;
    /*border-bottom: 1px solid #C90404;*/
    padding: 10px 0 10px 0;
}

/* structure */
/*
#container {
    width: 980px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(img/container.gif);
    background-position: left 250px;
    height:auto !important;
    margin:0 auto;
    min-height:100%;
    position:relative;
    width:980px;
}*/

/*header*/
#header {
    /*height: 250px;*/
	height: 150px;
	background-color: #fff;
	background-image: url(img/header-background.gif);
	background-position: center;
	padding: 10px;
}

#header-inner {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}

/*navigation*/
#navigation{ 
    height: 50px;
    margin-bottom: 25px;
    background-image: url(img/navigation.gif);
    background-repeat: repeat-x;
}

#navigation ul {
	margin-left: auto;
	margin-right: auto;
	width: 980px;
}

#navigation li {
    list-style: none;
    float: left;
    height: 50px;
    margin-right: 25px;
}
#navigation li a {
	font-size: 16px;
    line-height: 50px;
    font-weight: bold;
    color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}
#navigation li a:hover,
#navigation li.current_page_item a {
    color: #e0acac;
}

/* title */
#site-title {
    background-image: none;
}
#site-title a {
	color: #ffffff;
}
#site-title a:hover {

}
#site-description {color: #CCC;}

/* content */
#content-outer {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}

#content-inner {
	width: 635px;
	float: left;
}

#content-top {
	width: 635px;
	background:transparent url(img/content-top.gif) no-repeat scroll left top;
	height:10px;
	overflow:hidden;
}

#content {
	background:transparent url(img/content-background.gif) repeat-y scroll left top;
	padding:13px 20px 8px;
	width:595px;
	float: left;
}

#content-bottom {
	width: 635px;
	background:transparent url(img/content-bottom.gif) no-repeat scroll left top;
	height:10px;
	overflow:hidden;
}

#content li {margin-left: 18px;}

/* sidebar */
#sidebar {
	width: 320px;/*345-25*/
	margin-left: 25px;
    float: left;
}

#sidebar li {list-style: none;}
#sidebar li a {
	color: #333;
	text-decoration: none;
}
#sidebar li a:hover {
    color: #c90404
}

/* archives */
.post h1 a {color: #A00;}
.post h1 a:hover {color: #F00;}
.post .descr {color: #AAA;}
.post .descr a {color: #CCC;}
.post .descr a:hover {color: #FFF;}

/* footer */
#footer_clear {
    clear: both;
    padding-bottom: 50px;
	display: none;
}

#footer {
	height: 25px;
    line-height: 25px;
    background-color: #c1b98b;
    color: #333;
	margin-top: 25px;
    bottom:0pt;
    position:absolute;
    width: 980px;
	background-image: url(img/footer.gif);
	background-repeat: no-repeat;
	display: none;
}

/* comments */
.content ol li {
	background: none;
}

.commentlist {margin: 0; padding: 0;}
.commentlist li {
	margin-bottom: 15px;
	list-style: decimal;
}
#commentform {
	margin: 10px 0;
	width: 360px;
}
.commentmetadata {
	color: #6DA61F;
	padding: 2px 0 4px;
}
.commentmetadata a {
	color: #8DC63F;
	text-decoration: none;
}
.commentmetadata a:hover {text-decoration: underline;}

/* forms */
textarea.styled {width: 280px;}

.styled {
	border: 1px solid #C90404;
	padding: 2px;
}
.styled:hover {background: #EEE;}
.styled:focus {background: #FFF;}

#commentform input {margin-bottom: 3px;}

/* calendar */
#wp-calendar {color:#A0A0A0;}

#sidebar table caption {border-bottom-color:#000;}

#sidebar table thead tr {
  border-bottom-color:#000;
  color:#A53512;
}

#sidebar table th {border-bottom-color:#000;}

#sidebar table td#today {
  border-color:#000;
  color:#A53512;
}

#sidebar table td a {
  border-bottom-color:#000;
  background-color:#EDF3DE;
}

#sidebar table tfoot {border-top-color:#000;}
#sidebar table tfoot a {background:none;}

#wp-calendar {
  /* display: inline-table; */
  border-collapse:collapse;
  width:185px;
  margin:0px 10px 0 10px;
  text-align:center;
}

#sidebar table caption {
  margin: -5px 10px 0 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid;
}

#sidebar table thead tr {border-bottom:1px solid;}

#sidebar table th {border-bottom:1px solid;}

#sidebar table td {
  width: 225px; /* maximaize width; honestly, I don't know much about tables... */
  padding: 1px;
}

#sidebar table td#today {
  padding: 0;
  border: 1px solid;
  font-weight: bold;
}

#sidebar table td a {
  display: block;
  border-bottom: 1px solid;
  font-weight: bold;
}

#sidebar table tfoot {border-top:1px solid;}
#sidebar table tfoot a {
  border: none;
  font-weight: bold;
}
#sidebar table tfoot #prev a {text-align:left;}
#sidebar table tfoot #next a {text-align:center;}

/* search form */
#searchform input.sfield {
	border: 1px solid #C90404;
	padding: 2px;
	width: 120px;
    height: 14px;
    font-size: 10px;
}
