@charset "utf-8";
/* CSS Document */

/*
Theme Name: Beautiful Day
Theme URI: http://templates.arcsin.se/
Version: 2.0
Description: Previously released by Kaushal Sheth, includes several fixes and improvements. Based on the <a href="http://templates.arcsin.se/">free website template</a> Beautiful Day. Also available as <a href="http://templates.arcsin.se/beautiful-day-joomla-template/">Joomla template</a> and <a href="http://templates.arcsin.se/beautiful-day-blogger-template/">Blogger template</a>.
Author: Viktor Persson
Author URI: http://arcsin.se
*/

/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {
	color: #f4da66;
}
a:hover {
	color: #FFFFFF;
}

body {
	background: #1d0000 url('img/bg_page.jpg') repeat-x 0 0;
	color: #f4da66;
	font: normal 72.5% Tahoma, sans-serif
}

p,code,ul {padding-bottom: 10px;}

li {list-style: none;}

h1 {
	font: normal 1.6em Tahoma,sans-serif;
	margin-bottom: 4px;
}
h2 {font: normal 1.4em sans-serif;}
h3 {font: bold 1.1em sans-serif;}

code {
	background: #1D0000;
	border: 1px solid #EEE;
	border-left: 6px solid #990000;
	color: #FFFFFF;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin: 4px 0 12px;
	padding: 8px 10px;
	white-space: pre;
}


big {font-size: 1.1em;}

h1, h2, h3 {padding-top: 6px;}

label {
	display: block;
	font-size: 0.9em;
}

/* misc */
.clearer {clear: both;}
.left {float: left;}
.right {float: right;}

/* structure */
.container {
	background: #6D5B25;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 0 10px 10px;
	width: 960px;
}

/* header */
.top {
	background: #1d0000;
	padding-left:10px; padding-right:10px; padding-top:20px; padding-bottom:0
}

/* title */
.header {
	background: #6D5B25;
	font-size: 1.0em;
	height: 195px;
	margin: 0 auto;
	padding: 10px 10px 5px;
	width: 960px;
}
.header .left, .header .right {
	background: #6D5B25;
	color: #f4da66;
	height: 195px;
}
.header .left {
	background: #1D0000 url('img/bg_header.jpg') no-repeat;
	text-align: center;	
	width: 960px;
	font: normal 2.8em "Trebuchet MS",sans-serif;
	line-height: 195px;
}
.header .right {
	overflow: auto;
	width: 0px;
}
.header .right p, .header .right h2 {padding: 0 16px;}
.header .right h2 {padding-top: 16px; font: normal 1.6em "Trebuchet MS",sans-serif;}

/* navigation */
.navigation {
	border: 1px solid #6D5B25;
	border-color: #6D5B25;
	background:#6D5B25 url('img/nav copy.jpg');
	height: 31px
}
.navigation a {
	background: #6D5B25 url('img/nav copy.jpg');
	border-right: 1px solid #6D5B25;
	color: #f4da66;
	display: block;
	float: center;
	text-decoration: none;
	font: bold 1em sans-serif;
	line-height: 31px;
	padding: 0 20px;
}
.navigation a:hover {
	background-position: left bottom;
	color: #FFCC00;
}
.navigation ul {display: inline;}
.navigation li {float: left;}

/* main */
.main {
	border-top: 4px solid #6D5B25;
	background: url('img/bg_content_two_col_mid.jpg') repeat-y;
}

/* sub navigation */
.sidenav {
	float: right;
	width: 210px;
}
.sidenav h2 {
	color: #f4da66;
	font: bold 1em Tahoma,sans-serif;
	line-height: 30px;
	margin: 0;
	padding-left: 12px;
}
.sidenav ul {
	padding: 0;
	border-top: 1px solid #f4da66;
}
.sidenav li {border-bottom: 1px solid #f4da66;}
.sidenav li a {
	font-size: 1.1em;
	color: #f4da66;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
}
.sidenav li a:hover {
	background: #f4da66;
	color: #990000;
}

/* content */
.content {
	float: left;
	margin: 10px 0;
	padding: 0 16px;
	width: 696px;
}
.content .descr {
	color: #FFFFFF;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content li {
	background: url('img/li.gif') no-repeat 0 30%;
	padding: 1px 0 1px 16px;
}
.content p {font-family: "Lucida Sans Unicode",sans-serif;}

/* footer */
.footer {

	background: url('img/footer.jpg') repeat-x;
	color: #f4da66;
	font: bold 1em sans-serif;
	padding: 0 16px;
	line-height: 39px;
	height: 39px;
}
.footer a, .footer a:hover {color: #FFF;}

/* posts */
.post h1 a {text-decoration:none;}
.post h1 a:hover {text-decoration:underline;}

.post {margin: 6px 0 2px;}
.post .info{
	padding: 5px 10px;
	border: 1px solid #f4da664;
	background:#6D5B25;
	color: #FFFFFF;
	margin: 2px 0 4px;
}
.post img {border: 4px solid #6D5B25; margin: 4px 0;}
.post a img {border: 4px solid #FFFFFF;}
.post a:hover img {
	border-color: #FF0000;
}

.info a {text-decoration: none;}
.info a:hover {text-decoration: underline;}

/* comments */
.content ol li {list-style: none; background: none;}

#commentlist li {
	margin-bottom: 1.5em;
	padding-bottom: 1em;
	border-bottom: 1px solid #f4da66;
	list-style: none;
}
#commentform {
	margin: 1em 0;
	background: #6D5B25;
	width: 280px;
}
.commentmetadata {padding: 2px 0 4px;}
.commentmetadata a {
	color: #f4da66;
}

textarea.styled {width: 280px;}

.styled {
	font-size: 1.1em;
	background: #6D5B25;
	border: 1px solid #f4da66;
}
.styled:hover {
	background: #6D5B25;
	border: 1px solid #f4da66;
}
.styled:focus {
	background: #6D5B25;
	border: 1px solid #f4da66;
}
#commentform input {margin-bottom: 3px;}

a img {border:none;}

/* calendar */
#wp-calendar {color:#f4da66;}

.sidenav table caption {border-bottom-color:#f4da66;}

.sidenav table thead tr {
	border-bottom-color:#f4da66;
	color:#f4da66;
}

.sidenav table th {border-bottom-color:#f4da66;}

.sidenav table td#today {
  border-color:#f4da66;
  color:#f4da66;
}

.sidenav table td a {
  border-bottom-color:#f4da66;
  background-color:#6D5B25;
}

.sidenav table tfoot {border-top-color:#f4da66;}

.sidenav table tfoot a {background:none;}

/* calendar
--------------------------------------------------*/
#wp-calendar {
  display:inline-table;
  border-collapse:collapse;
  width:185px;
  margin:0px 10px 0 10px;
  text-align:center;
}

.sidenav table caption {
  margin: -5px 10px 0 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid;
  letter-spacing: 0.1em;
}

.sidenav table thead tr {border-bottom:1px solid;}

.sidenav table th {border-bottom:1px solid;}

.sidenav table td {
  width: 255px; /* maximaize width; honestly, I don't know much about tables... */
  padding: 1px;
  font-size: 0.9em;
}

.sidenav table td#today {
  padding: 0;
  border: 1px solid;
  font-size: 1em;
  font-weight: bold;
}

.sidenav table td a {
  display: block;
  border-bottom: 1px solid;
  font-weight: bold;
  font-size: 1.15em;
}

.sidenav table tfoot {border-top:1px solid;}
.sidenav table tfoot a {
  border: none;
  font-weight: bold;
}
.sidenav table tfoot #prev a {text-align:left;}
.sidenav table tfoot #next a {text-align:center;}

#searchform {padding:10px;}