/*

	Theme Name: WakeUp
	Description: A 3-column theme with rounded corners based on the 3 column relaxation theme by Clemens Orth 
	Version: 1.0
	The CSS, XHTML and design is released under the GPL:
	http://www.opensource.org/licenses/gpl-license.php
	

*/
 
html, body {
	margin: 0;
	padding: 0;
	text-align: left;
}

body {
	background: #301612;
	font-size: x-small;
	font-family: Verdana, Arial, 'Lucida Sans', 'Lucida Sans Unicode', Helvetica, sans-serif;
}

#top {
	background: #e6d2a1 url(images/header.jpg) no-repeat top center;
	border: solid 1px #a98300;
	height: 146px;
      width: 880px;
	margin: 10px auto;
}

.blogtitle {
        color: #AA0000;
	font-size: x-large;
	letter-spacing: 0.05em;
	text-align: right;
	font-weight: bold;
	font-family: Georgia, 'Times New Roman', Times,'Lucida Sans', 'Lucida Sans Unicode', serif;
        padding: 25px;
}

#page {
	background: #fff /*url(images/bg.jpg) center top repeat-y*/;
	margin: 0 auto 0px auto;
	text-align: left;
	width: 880px;
	border: solid 2px #e7b401;
}

#wrapper {
	float: left;
	margin: 0;
	padding: 0;
}

blockquote {
	border-left: 3px solid #CC6600;
	padding-left: 15px;
	margin: 0 20px 0 15px;
}

a {
	text-decoration: none;
}
a:link {
	color: #880000;
}
a:visited {
	color: #880000;
}
a:hover, a:active {
	color: #AA0000;
}

code {
	color: #005577;
	text-align: left;
}

h1, h1 a {
	color: #AA0000;
	font-size: medium;
	font-weight: bold;
	font-family: Georgia, 'Times New Roman', Times,'Lucida Sans', 'Lucida Sans Unicode', serif;
      letter-spacing: 0.01em;
	margin: 10px 0 2px 0;
	padding: 0 0 1px 0;
      text-transform: uppercase;
	border-bottom: 1px dotted #AA0000;
}

h2, h2 a {
	color: #AA0000;
	font-size: 13px;
	font-weight: normal;
	letter-spacing: 0.09em;
        margin: 0;
	padding: 0;
        }

h3 {
	color: #992500;
	font-size: 14px;
	font-weight: bold;
	margin: 15px 0 15px 0;
	padding: 0;
}

h4 {
	font-size: 14px;
	font-weight: bold;
	margin: 45px 0 0 0;
	padding: 0;
}
h5 {
	color: #880000;
	font-size: medium;
	font-weight: normal;
	margin: 15px 0 15px 0;
	padding: 0;
}

h6 {
	color: #880000;
	font-size: 13.5px;
	font-weight: strong;
	margin: 15px 0 15px 0;
	padding: 0;
}

ol li {
	list-style-type: decimal;
        list-style-position: inside;
        margin: 1px;
}

form {
	margin: 0;
	padding: 0;
}

p {
	line-height: 130%;
	text-align: left;
}

small {
	font-size: x-small;
      letter-spacing: 0.03em;
}

#comment {
	background: #ffffff;
	border: 1px solid #AAaaaa;
	color: #595949;
	font-size: small;
	vertical-align: middle;
}

#content {
	background: #fff;
	color: #666666;
	float: left;
	padding: 15px 18px 0px 20px;
	width: 580px;
	margin: 10px 5px 10px 0;
	border-right: 2px dotted #552b00;
}

.archive {
	text-align: left;
}

#content a:hover {
	text-decoration: underline;
}

#footer {
      width: 880px;
	background: #fff;
      padding: 0;
      height: 6px;
      clear: both;
      font-size: 7pt;
	color: #777777;
}

#footer a {font-size: 7pt;
	color: #777777;
	text-align: center;
	text-decoration: none;}

#footer a:visited {font-size: 7pt;
	color: #777777;
	text-align: center;
	text-decoration: none;}

#sidebar {
	background: #fff;
	color: #333333;
	font-size: x-small;
      letter-spacing: 0.03em;
	margin: 10px 0 10px 0px;
	padding: 15px 14px 20px 14px;
	text-align: left;
	width: 222px;
	border: none;
	float: left;
}

#sidebar a {
	color: #666666;
}

#sidebar a:hover {
	color: #990000;
	text-decoration: underline;
}

#sidebar h2 {
	background: url(images/p.gif) left no-repeat;
	margin: 20px 0 12px 0;
	padding: 0 0 0 20px;
	color: #880000;
	font-family: Georgia, 'Times New Roman', Times,'Lucida Sans', 'Lucida Sans Unicode', serif;
	font-size: 14px;
        font-weight: bold;
}

ul {	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-left: 12px;
}

ul.side1 {
	list-style-type: disc;
	margin-left: 25px;
 }

#sidebar li {
	margin: 0 0 0 0;
}

#recent-posts li {
	background: url(images/h.gif) left top no-repeat;
	padding: 0 0 0 10px;
}

input, textarea, submit {
border:       1px solid #999999;
background-color:  #fff;
color:             #000;
font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
font-size:         x-small;
padding:           2px;
}

#author, email, url {
	background: #ffffff;
	border: 1px solid #AA0000;
	color: #595949;
	font-size: small;
	padding-left: 2px;
	vertical-align: middle;
}

.entry, .entrytext {
        font-size: small;
}

.entry a, .entrytext a {
	text-decoration: underline;
}

.entry a:hover, .entrytext a:hover {
	text-decoration: none;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	margin-top: -1px;
	text-align: right;
}

.commentbody {
	border-top: 1px solid #aaaaaa;
        width: 415px;
	color: #333333;
        letter-spacing: 0.05em;
        padding: 15px;
        margin-bottom: 10px;
}

.commentbody p {
	line-height: 1.2em;
	font-size: x-small;
}

.commentlink {
	font-size: x-small;
}

.commentlist {
	list-style: none;
}


html[xmlns] .commentcount {
	position: absolute;
	right: 7px;
	top: 0;
}

.navigation {
	font-size: small;
	padding: 20px 0 0 0;
	text-align: center;
}

.postmetadata {
	color: #808979;
	font-size: x-small;
	margin: 15px 0 15px 0;
        text-align: left;
        text-transform: uppercase;
}

.pagination {
	color: #808979;
	font-size: small;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
}

.postmetadata a {
	color: #AA0000;
}
.entry img {
margin: 3px 10px 10px 0;
background: #ffffff;
/*border: 1px solid #cccccc;*/
}

.entry img.wp-smiley {
	display: inline;
	padding: 0;
	margin: 0;
	border: 0;
}

.entrytext img.wp-smiley {
	display: inline;
	padding: 0;
	margin: 0;
	border: 0;
}

.entry p {
	text-align: justify;
}

.entry ul {
	list-style-type: disc;
}


#float {
	float: left;
	margin: 0 12px 5px 0;
	font-size: 10px;
}

#bl {
	height: 180px;
}

#text-under {
	font-size: 12px;
	font-weight: bold;
}

#text-under a {
	text-decoration: underline;
}

img {
	border: none;
      padding: 0;
      border: 0;
	margin: 0;
}

/* different postmetadata style for single.php */

.alt {
	border-top: 1px solid #AA0000;
	color: #000000;
	font-size: small;
        padding: 15px;
        margin-bottom: 10px;
}

.alt a {
	color: #005577;
}