/*
Theme Name: Cloudy
Theme URI:
Description: WP Cloudy theme designed by <a href="http://www.aoemedia.de">AOE media GmbH</a>. Cloudy is a beautiful simple blog theme, designed for commercial and more technical blogs.
Version: 1.4
Author: AOE media GmbH
Author URI: http://www.aoemedia.de
Tags: two columns, widgets, fixed width, blue, custom header, valid XHTML, valid CSS
	By downloading and using this theme, you agree to the following terms:
  - You may NOT resell this theme
  - A link back to AOE media GmbH must be retained in the footer (either modified or unmodified)
  - You may use this theme for personal or commercial projects
  - You may modify, translate or distribute
*/


/* Main styles
*******************************/
html {
  height: 100%;
}

body {
  background:url(img/body.jpg) 0 0 repeat #dff4ff;
  color: #646464;
  font-size: 10pt;
  text-align: left;
  font-family: Arial, Helvetica, sans-serif;
}


/* Header elements
*******************************/
h1, h2, h3, h4, h5, h6 {
  font-weight:normal;
  font-family: Arial, Helvetica, sans-serif;
  margin:0;
  padding:0;
}

h1 {
  font-size: 24pt;
  color:#fff;
}

h2 {
  font-size: 20pt;
}

h3 {
  font-style:italic;
  font-size: 12pt;
  padding-bottom:12px;
  color:#518cb1;
}


/* Text elements
*******************************/

blockquote  { margin: 0 0 2em 2em; border:1px dotted #666; padding:1em; }

pre       { border: 1px solid #ddd; margin-bottom: 1.2em; padding:1.2em; }

hr {
  color: #fff;
  background:transparent;
  margin: 0 0 0.5em 0;
  padding: 0 0 0.5em 0;
  border:0;
  border-bottom: 1px #000 dotted;
}


/*links*/
a:link, a:visited, a:active  {
  color: #518cb1;
  text-decoration:underline;
  cursor:pointer;
}

a:hover, a:focus {
  text-decoration:none;
}

/* decorate lists in posts */
#content .post ul {
  margin: 10px 0 10px 0;
}

#content .post ol {
  margin: 10px 0 10px 0;
}

#content .post ul {
  list-style-type:disc;
}

#content .post ol {
  list-style-type:decimal;
}


/* Images
*******************************/
img {
  outline:0;
  border:0;
}


/* Form styles
*******************************/
input, select, textarea {
  vertical-align:baseline;
}

input.text, input.file {
  cursor:text;
}

input.button {
  cursor:pointer;
  color:#fefefe;
  border:0;
  background:url(img/header-search-button.gif) 0 0 repeat-x;
  font-weight:bold;
  padding:1px 12px;
  text-align:center;
  height:19px;
}

input.radio, input.checkbox {
  border: 0;
  padding: 0;
}


/* Wordpress aligning
*******************************/
.aligncenter, div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignleft {
  float:left;
  margin: 0 10px 10px 0;
}

.alignright {
   float: right;
   margin: 0 0 10px 10px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption {
  border:1px solid #eee;
  text-align:center;
  padding-top:4px;
}

.wp-caption p.wp-caption-text {
  font-size:.92em;
  text-align:center;
}


/* Text align
*******************************/
.t-right 	{ text-align: right; }
.t-left 	{ text-align: left; }
.t-center 	{ text-align: center; }
.t-justify 	{ text-align: justify; }


/* Other
*******************************/
.clear:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden
}

.zoom {
  overflow:hidden;
}


/* Main styles
 *******************************/
#root {
  width: 880px;
  margin: 24px auto 0 auto;
  padding-bottom: 24px;
}


/* Header
 *******************************/
#header {
  overflow: hidden;
}

#header .menu {
  background:url(img/header-menu-back.gif) 0 0 repeat-x #5B94BE;
  float:left;
  margin:0;
  width:880px;
  height:28px;
  padding:10px 20px;
  list-style-type:none;
  text-align:center;
  line-height:200%;
}

#header .menu li {
  float:left;
  background:url(img/header-menu-delim.gif) 100% 0 no-repeat;
}

#header .menu li:last-child {
  background:none;
}

#header .menu a {
  color:#fefefe;
  font-weight:bold;
  padding:0 24px 0 14px;
  display:block;
}

#header .menu a:hover {
  text-decoration:none;
}

#heading {
  margin-bottom:4px;
  width:607px;
  float:left;
  clear:both;
  height:298px;
  background:url(header.jpg) 0 0 no-repeat;
}

#heading a {
  color:#fff;
  text-decoration:none;
}

#heading .description {
  color:#fff;
}

#about {
  font-size:9pt;
  line-height:150%;
  margin-bottom:4px;
  width:220px;
  height:252px;
  overflow:hidden;
  float:right;
  background-color:#fff;
  padding:24px;
}

#about .signature {
  text-align:right;
  margin:0;
}

#main {
  margin-top:4px;
  clear:both;
  overflow:hidden;
}

#left-block {
  width:216px;
  float:left;
  font-size:9pt;
}

#left-block .box {
  background:#fff;
  padding:18px;
  margin-bottom:4px;
}

#left-block .box h2 {
  padding-bottom:16px;
}

#left-block .box ul, li {
  padding:0;
  margin:0 0 8px 8px;
}


/* Content
 *******************************/
#main-block {
  width:660px;
  float:right;
  background:url(img/header-about-back.gif) 0 0 repeat-y #f9fdff;
}

#content {
  padding:20px;
  min-height:400px;
  height:auto!important;
  height:400px;
  color:#333;
}

#content .post {
  overflow:hidden;
  margin-bottom:18px;
  clear:both;
}

#content .entry a {
  color:#e08105;
}

#content .date {
  float:left;
  width:54px;
  height:43px;
  padding-top:11px;
  background:url(img/post-date.gif) 0 0 no-repeat;
  color:#669abb;
  font-size:1.67em;
  text-align:center;
  margin: 0 0 20px 0;
  text-transform:uppercase;
}

#content .date span {
  font-size:0.65em;
  display:block;
}

#content .title,
#content .postdata {
  margin-left:74px;
}

#content .page .title {
  margin-left:0;
}

#content .title h2 {
  font-size:20pt;
  background:url(img/post-title-border.gif) 0 100% repeat-x;
  padding-bottom:8px;
  margin-bottom:8px;
}

#content .title a {
  text-decoration:none;
  color:#265a8b;
}

#content .title a:hover {
  color:#518cb1;
}

#content .postdata {
  font-size:0.92em;
}

#content .category {
  background:url(img/cat.gif) 0 1px no-repeat;
  padding-bottom:1px;
  padding-left:20px;
  float: left;
}

#content .comments {
  background:url(img/comment.gif) 0 1px no-repeat;
  padding-bottom:1px;
  padding-left:20px;
  float: right;
}

#content .category,
#content .category a {
  color:#91adc1;
}

#content .entry {
  clear:both;
}

#content .entry .more-link {
  font-weight:bold;
  color:#518cb1;
}

#recent {
  margin-top:4px;
  background:#e7f5fe;
  overflow:hidden;
}

#recent .posts,
#recent .comments {
  width:312px;
  padding:24px 32px;
}

#recent .posts {
  float:left;
}

#recent .comments {
  float:right;
}

#recent .posts li,
#recent .comments li {
  margin-bottom:1.1em;
}

#recent .posts li a {
  font-weight:bold;
}

#recent .comments li a {
  text-decoration:none;
}

#leavecomment {
  padding-top:1em;
}

.comments-list .avatar {
  margin-bottom:4px;
}

.comments-list li {
  padding:18px;
}

.comments-list li.graybox {
  background:#f5f5f5;
}

.comments-list cite {
  font-weight:bold;
  font-style:normal;
}

.comments-list small {
  font-size:.83em;
}

.comments-list .comment {
  margin-top:8px;
}

#commentform input.text,
#commentform textarea {
  border:1px solid #5286ab;
  border-right:0;
  border-bottom:0;
  background:#ecf0f2;
  padding:2px;
  color:#34668a;
}

#commentform input.text {
  width:200px;
}

#commentform textarea {
  width:600px;
}

/* Footer
 *******************************/
#footer {
  width:640px;
  float:right;
  margin-top:4px;
  padding:4px 10px;
  font-size:8pt;
  text-align:center;
}