/*
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;
}
html  { height: 101% }
a  { color: #3b7899 }
a:hover  { color: #8cceeb }

body      { color: #000; font: 62.5%/150% Tahoma, sans-serif; background: #d6e2eb url("img/bg.jpg") repeat-x left top }

p,code,ul {padding-bottom: 10px;}

li {list-style: none;}

h1  { font: 1.8em Georgia; margin-bottom: 4px }
h2  { font: italic 1.3em Georgia, sans-serif }
h3  { color: #2aa5d7; font: italic bold 1.3em Georgia, sans-serif; margin-top: 10px; margin-bottom: 5px }

code  { color: #666; font: 1em/1.6em Tahoma, sans-serif; background: #fff; white-space: pre; display: block; margin: 4px 0 12px; padding: 8px 10px; border-style: solid; border-width: 1px 1px 1px 6px; border-color: #eee #eee #eee #c1cad3 }

blockquote  { color: #2aa5d7; font-size: 1.2em; font-family: Georgia, sans-serif; font-style: italic; font-variant: normal; line-height: normal; background: url("img/quote.gif") no-repeat; display: block; margin-top: 25px; margin-bottom: 15px; padding-left: 26px }

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  { font-size: 1.2em; background: #fff; margin: 0 auto; padding: 0 10px 10px; width: 780px }

/* header */
.top   { background-repeat: repeat-x; background-attachment: scroll; background-position: 0 0; padding: 10px 10px 0 }

/* title */
.header     { font-size: 1.2em; background: white; margin: 0 auto; padding: 10px 10px 5px; width: 780px; height: 150px }
.header .left, .header .right   { color: #fff; background: #2aa5d7; height: 150px }
.header .left    { color: #2aa5d7; font: 2.8em Georgia, sans-serif; background-image: url("img/header.jpg"); background-repeat: no-repeat; background-attachment: scroll; background-position: 0 0; text-align: right; width: 564px }
.header .right {
	overflow: auto;
	width: 212px;
}
.header .right p, .header .right h2 {padding: 0 16px;}
.header .right h2    { font: 11px/135% "Trebuchet MS", sans-serif;  text-align: justify; padding-top: 8px }

/* navigation */
.navigation  { background: #d9e1e5 url("img/nav.gif"); height: 41px; border-style: solid; border-width: 1px; border-color: #dfeef7 #cfdee7 }
.navigation a     { color: white; font: bold 1em/41px sans-serif; text-decoration: none; background: #d9e1e5 url("img/nav.gif"); display: inline; padding: 0 20px; float: left; border-right: 1px solid #afbec7 }
.navigation a:hover  { color: #cef3f3; background-position: left bottom }
.navigation ul  { display: inline }
.navigation li   { margin-right: 2px; float: left }

/* main */
.main  { font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; background: url("img/bgmain.gif") repeat-y; border-top: 4px solid #fff }

/* sub navigation */
.sidenav {
	float: right;
	width: 210px;
}
.sidenav h2  { color: #3b7899; font: bold 1em/30px Tahoma, sans-serif; margin: 0; padding-left: 12px }
.sidenav ul  { padding: 0; border-top: 1px solid #fff }
.sidenav li   { border-bottom: 1px solid #fff }
.sidenav li a  { color: #3b7899; font-size: 1.1em; text-decoration: none; display: block; padding: 8px 0 8px 5%; width: 95% }
.sidenav li a:hover  { color: #3b7899; background: #d6e2eb }

/* content */
.content {
	float: left;
	margin: 10px 0;
	padding: 0 16px;
	width: 531px;
}
.content .descr  { color: #3b7899; font-size: 0.9em; margin-bottom: 6px }
.content li  { background: url("img/li.gif") no-repeat 0 top; padding: 1px 0 1px 16px }
.content p {font-family: "Lucida Sans Unicode",sans-serif;}

/* footer */
.footer  { color: #fff; font-size: 8px; font-family: sans-serif; font-style: normal; font-variant: normal; font-weight: bold; background-image: url("img/bgfooter.gif"); background-repeat: repeat-x; background-attachment: scroll; padding-top: 20px; padding-right: 16px; padding-left: 16px }
.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 #E3E4E4;
	background:#F5F5F5;
	color: #555;
	margin: 2px 0 4px;
}
.post img {border: 4px solid #DDD; margin: 4px 0;}
.post a img {border: 4px solid #DDD;}
.post a:hover img {border-color: #CCC;}

.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 #700000;
	list-style: none;
}
#commentform {
	margin: 1em 0;
	background: #FAFAFA;
	width: 280px;
}
.commentmetadata {padding: 2px 0 4px;}
.commentmetadata a  { color: #3b7899 }

textarea.styled {width: 280px;}

.styled {
	font-size: 1.1em;
	background: #F8F7F6;
	border: 1px solid #D6D3D3;
}
.styled:hover {
	background: #FFF;
	border: 1px solid #D6D3D3;
}
.styled:focus {
	background: #FFF;
	border: 1px solid #939793;
}
#commentform input {margin-bottom: 3px;}

a img {border:none;}

/* calendar */
#wp-calendar {color:#A0A0A0;}

.sidenav table caption {border-bottom-color:#000;}

.sidenav table thead tr  { color: #3b7899; border-bottom: #000 }

.sidenav table th {border-bottom-color:#000;}

.sidenav table td#today  { color: #3b7899; border-color: #000 }

.sidenav table td a  { background-color: #d6e2eb; border-bottom: #000 }

.sidenav table tfoot {border-top-color:#000;}

.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: 225px; /* 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;}
