body {
  font-family: Georgia;
  font-size: 1em;
  background: #aaa url(../image/background-body.png) fixed repeat center center;
}

.container {
  background-color: #fff;
  overflow: hidden;
}


/* Header */
div.container.header div.header.inner {
  background: url(../image/logo.png) left center no-repeat;
  padding: 20px 0 10px 60px;
  border: 1px solid #fff;
}
div.container.header div.header table {
  margin: 0;
  padding: 0;
}
div.container.header div.header td {
  vertical-align: bottom;
}
div.container.header div.header h1 a {
  font-size: 2.25em;
  color: #f30;
  letter-spacing: -4px;
  font-weight: normal;
}
div.container.header div.header h1 a:hover {
  text-decoration: none;
  color: #f60;
}
div.container.header div.header h1 {
  white-space: nowrap;
  line-height: 2.25em;
}
div.container.header div.header div.description {
  color: #888;
  font-size: 0.95em;
  margin: 0.5em 0;
  margin-left: 20px;
}


/* Top navigation */
ul.topnav {
  height: 34px;
  background: #000 url(../image/background-top-naviation.jpg) center center no-repeat;
  padding: 0 5px 0 5px;
  white-space: nowrap;
  margin-bottom: 5px;
}
ul.topnav li {
  list-style-type: none;
  display: inline;
  margin: 0 5px 0 5px;
  padding: 0;
  line-height: 35px;
  font-weight: bold;
  font-variant:small-caps;
  font-size: 1.1em;
}
ul.topnav li a {
  color: #fff;
}
ul.topnav li.current_page_item a, ul.topnav li.current_page_ancestor a {
  color: #FFD700;
}


/* Breadcrumbs / You are here */
div.you-are-here {
  background: #fff url(../image/icon-you-are-here.png) left center no-repeat;
  padding-left: 40px;
  font-size: 0.9em;
  margin: 5px 0;
}


/* General Elements */
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 5px;
}
a {
  text-decoration: none;
  color: #0066FF;
}
a:hover {
  text-decoration: underline;
}
p {
  margin-bottom: 5px;
}
li ul, li ol { margin-bottom: 0; }
textarea, input, select {
  border: 1px solid black;
  padding: 1px;
  margin: 1px;
  font-family: Georgia;
  background-color: #eaeaea; 
}
textarea.focus, input.focus {
  border-color: #f30;
  border-left-width: 3px;
}
small { font-size: 0.80em; }
big { font-size: 1.20em; }


/* Posts & pages */
div.post, div.page {
  margin-bottom: 00px;
}
h2.title {
  margin-bottom: 0;
  color: #f30;
  font-size: 1.75em;
  letter-spacing: -1px;
  font-variant:small-caps;
}
div.post.sticky h2.title, div.featured-post h2.title {
  background: url(../image/icon-sticky-post.png) left center no-repeat;
  padding-left: 23px;
}
h2.title a {
  color: #f30;
  text-decoration: none;
}
h2.title a:hover {
  text-decoration: underline;
}


/* Post meta */
div.post-meta {
  font-size: 0.8em;
}
div.post-meta div {
  line-height: 20px;
  background-position: left center;
  background-repeat: no-repeat;
}
div.post-meta.top div {
  margin-right: 10px;
}
div.post-meta.top {
  margin-bottom: 10px;
}
div.post-meta.top div {
  display: inline;
  height: 1.5em;
  padding-top: 1px;
  padding-bottom: 1px;
}
div.post-meta.bottom {
  background-color: #eeeeee;
  padding: 5px;
  margin: 15px 0 15px 0;
}
div.post-meta.bottom div {
  line-height: 1.5em;
  padding-top: 1px;
  padding-bottom: 1px;
}
div.postdate { background-image: url(../image/icon-postdate.png); padding-left: 25px; }
div.postauthor { background-image: url(../image/icon-postauthor.png); padding-left: 23px; }
div.postedit { background-image: url(../image/icon-postedit.png); padding-left: 23px; }
div.posttags { background-image: url(../image/icon-posttags.png); padding-left: 23px; }
div.postcategory { background-image: url(../image/icon-postcategory.png); padding-left: 23px; }
div.postcomments { background-image: url(../image/icon-postcomments.png); padding-left: 23px; }


/* Authorinfo */
div.authorinfo {
  margin-bottom: 30px;
}
div.authorinfo h4 {
  margin-bottom: 0;
}
div.authorinfo img.avatar {
  float: right;
  margin-left: 10px;
  margin-bottom: 5px;
}
div.authorinfo p.description {
  text-align: justify;
}
div.authorinfo span.authormeta {
  display: block;
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 24px;
}
div.authorinfo span.website { background-image: url(../image/icon-author-website.png); }
div.authorinfo span.jabber { background-image: url(../image/icon-author-jabber.png); background-position: 3px center; }
div.authorinfo span.aim { background-image: url(../image/icon-author-aim.png); }
div.authorinfo span.yim { background-image: url(../image/icon-author-yahoo.png); }


/* The Entry */
div.entry {
  text-align: justify;
}
img.post-preview-image {
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
}
div.entry a.more-link {
  font-weight: bold;
  font-size: 1.05em;
}
div.entry ul li {
  list-style-type: none;
  background: url(../image/icon-listitem.png) left 5px no-repeat;
  padding-left: 17px;
  margin-left: 5px;
}
img { margin: 5px; }
img.wp-smiley { margin: 0; padding: 0; border: none; }
.alignleft { float: left; }
img.alignleft { margin-left: 0; }
.alignright { float: right; }
img.alignright { margin-right: 0; }
.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
div.wp-caption {
  border: 1px solid #eee;
  text-align: center;
  font-size: 0.8em;
  margin: 5px 10px;
  padding-top: 2px;
}
div.wp-caption.alignleft { margin-left: 0; }
div.wp-caption.alignright { margin-right: 0; }
div.wp-caption img { margin: 2px; }
div.wp-caption .wp-caption-text { margin: 1px; }
blockquote {
  padding: 0px 0 10px 55px;
  background: url(../image/icon-quote.png) 5px 5px no-repeat;
  font-style: italic;
  border-left: 2px dotted #ddd;
  border-bottom: 1px dotted #ddd;
  margin-top: 5px;
  margin-bottom: 5px;
}
cite {
  font-size: 0.9em;
  display: block;
  text-align: right;
}


/* Page navigation */
div.page-navigation p {
  background: url(../image/icon-pages.png) right center no-repeat;
  padding-right: 20px;
  font-weight: bold;
  font-size: 1.05em;
  text-align: right;
}


/* Gallery */
div.gallery {
  text-align: center;
}


/* Comments */
div.comments-trackbacks h2 {
  color: #f30;
  margin-bottom: 0;
  background: url(../image/icon-postcomments.png) left center no-repeat;
  padding-left: 23px;
}
div.comments-trackbacks h3 {
  margin-bottom: 0;
}
ul.commentlist, ul.commentlist ul {
  list-style-type: none;
}
ul.commentlist ul {
  margin-left: 10px;
}
ul.commentlist li {
  margin-left: 0;
}
ul.commentlist li.comment {
  margin-bottom: 20px;
  padding-left: 10px;
}
ul.commentlist li.comment.even {
  border-left: 2px dotted #0066FF;
} 
ul.commentlist li.comment.odd {
  border-left: 2px dotted #f30;
} 
ul.commentlist li.comment div.comment_author_avatar {
  float: right;
  margin-left: 10px;
}
ul.commentlist li.comment div.comment_author {
  font-weight: bold;
  font-size: 1.1em;
}
ul.commentlist li.comment div.comment_date {
  font-size: 0.8em;
}
ul.commentlist li.comment div.comment_content {
  text-align: justify;
  font-size: 1.1em;
  padding-left: 10px;
  font-style: italic;
}


/* Trackbacks */
ul.trackbacklist {
  list-style-type: none;
}
ul.trackbacklist li {
  margin-left: 0;
}
ul.trackbacklist li.trackback {
  margin-bottom: 20px;
  padding-left: 10px;
}
ul.trackbacklist li.trackback.even {
  border-left: 2px dotted #f30;
}
ul.trackbacklist li.trackback.odd {
  border-left: 2px dotted #0066FF;
}



/* The response form */
div.response_form h3 {
  margin-bottom: 0;
}
div.response_form textarea.comment {
  width: 50%;
  max-width: 450px;
}


/* Associated posts */
div.associated-posts h3 {
  margin-bottom: 0;
  color: #f30;
}
div.associated-posts ul.associated-posts li {
  list-style-type: none;
  margin-left: 0;
  margin-bottom: 20px;
  text-align: justify;
}
div.associated-posts ul.associated-posts li h4 {
  margin-bottom: 0;
}


/* Footer */
div.container.footer {
  padding-top: 20px;
  padding-bottom: 20px;
}
div.container.footer div.inner.footer {
  border-top: 1px solid #ddd;
  padding: 20px 60px;
  font-size: 0.75em;
  background: url(../image/logo.png) left center no-repeat;
  background-color: #fff;
}
div.container.footer div.footer a {
  color: #f30;
}


/* Sidebar & Widgets */
div.sidebar { font-size: 0.9em; }
div.sidebar div.widget {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
}
div.sidebar div.widget h2.widgettitle {
  margin-bottom: 0px;
  font-size: 1.2em;
  font-variant: small-caps;
  color: #f30;
}
div.sidebar div.widget ul {
  margin-bottom: 5px;
} 
div.sidebar div.widget ul li {
  margin-left: 0px;
  list-style-type: none;
  background: url(../image/icon-listitem.png) left 5px no-repeat;
  padding-left: 17px;  
}
div.sidebar div.widget_pages ul li, div.sidebar div.widget_sub_page_navigation ul li  {
  background: url(../image/icon-page.png) left top no-repeat;
  padding-left: 19px;
  list-style-type: none;
}
div.sidebar div.widget_sub_page_navigation ul li.upward {
  background: url(../image/icon-upward.png) 2px 6px no-repeat;
}
div.sidebar div.widget_pages a, div.sidebar div.widget_sub_page_navigation a {
  color: #000;
}
div.sidebar div.widget_pages li.current_page_item a,
div.sidebar div.widget_sub_page_navigation li.current_page_item a,
div.sidebar div.widget_pages li.current_page_ancestor a,
div.sidebar div.widget_sub_page_navigation li.current_page_ancestor a {
  font-weight: bold;
  color: #f30;
}
div.sidebar div.widget_recent_entries ul li {
  list-style-type: none;
  background: url(../image/icon-post.png) left 1px no-repeat;
  padding-left: 18px;
}
div.sidebar div.widget_recent_entries ul li a {
  color: #000;
}
div.sidebar div.widget_featured_posts ul li {
  list-style-type: none;
  background: url(../image/icon-post.png) left 1px no-repeat;
  padding-left: 18px;  
}
div.sidebar div.widget_featured_posts ul li a {
  color: #000;
}
div.sidebar div.widget_random_posts ul li {
  list-style-type: none;
  background: url(../image/icon-post.png) left 1px no-repeat;
  padding-left: 18px;  
}
div.sidebar div.widget_random_posts ul li a {
  color: #000;
}
div.sidebar div.widget_recent_comments ul li {
  list-style-type: none;
  background: url(../image/icon-comment.png) left 4px no-repeat;
  padding-left: 24px;  
}
div.sidebar div.widget_categories ul li {
  list-style-type: none;
  background: url(../image/icon-postcategory.png) left 4px no-repeat;
  padding-left: 19px;
  margin-left: 0px;  
}
div.sidebar div.widget_categories ul li a {
  color: #000;
}
div.sidebar div.widget_categories ul li.current-cat a {
  color: #f30;
  font-weight: bold;
}
div.sidebar div.widget_calendar table#wp-calendar {
  width: 100%;
  text-align: center;
}
div.sidebar div.widget_calendar table#wp-calendar th {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
div.sidebar div.widget_links ul li {
  list-style-type: none;
  background: url(../image/icon-link.png) left 3px no-repeat;
  padding-left: 14px;
}
div.sidebar div.widget_links ul li img {
  margin: 2px 0;
  max-width: 211px;
}
div.sidebar div.widget_gallery_posts ul li {
  list-style-type: none;
  background: url(../image/icon-gallery.png) left 2px no-repeat;
  padding-left: 24px;
}
div.sidebar div.widget_rss a.rsswidget img {
  display: none;
}
div.sidebar div.widget_rss h2.widgettitle {
  background: url(../image/icon-rss.png) right center no-repeat;
  padding-right: 20px;
}
div.sidebar div.widget_rss ul li {
  background: url(../image/icon-post.png) left 1px no-repeat;
  padding-left: 18px;
  text-align: justify;
}
div.sidebar div.widget_rss span.rss-date {
  display: block;
  text-align: right;
  font-size: 0.75em;
}
div.sidebar div.widget_search label.search {
  display: none;
}
div.sidebar div.widget_text div.textwidget {
  text-align: justify;
}


/* Page navigaton below the loop */
div.navigation div.next-posts {
  float: left;
  margin-left: 25px;
  font-size: 2.4em;
}
div.navigation div.previous-posts {
  float: right;
  margin-right: 25px;
  font-size: 2.4em;
}


/* Comment navigaton below posts and pages */
div.comment-navigation div.previous-comments {
  float: left;
  margin-right: 30px;
  font-size: 1.5em;
  line-height: 2em;
}
div.comment-navigation div.next-comments {
  float: right;
  margin-left: 30px;
  font-size: 1.5em;
  line-height: 2em;
}


/* Start page */
div.startpage div.page {
  font-size: 1.1em;
}
div.startpage div.page div.entry p {
  margin: 10px 0;
}


/* Start page scrollable posts */
div.scrollable.posts.frame {
  background-color: #eee;
  width: 780px;
}
div.scrollable.posts a.browse {
  display: block;
  height: 220px;
}
div.scrollable.posts a.browse.prev {
  background: url(../image/icon-scrollable-posts-left.png) center right no-repeat;
}
div.scrollable.posts a.browse.next {
  background: url(../image/icon-scrollable-posts-right.png) center left no-repeat;
}
div.scrollable.posts.rootelement { 
    position: relative;
    overflow: hidden; 
    width: 780px;
    height: 220px;
} 
div.scrollable.posts.rootelement div.items { 
    width: 99999em; 
    position: absolute; 
} 
div.scrollable.posts.rootelement div.items div { 
    float: left;
    width: 760px;
    padding: 0 10px; 
}
div.items div.active { 
}




/* Start page Widgetbars */
div.sidebar.startpage div.widget {
  border-bottom: 0;
}


/* Single post post_meta widget area */
div.sidebar.post_meta div.widget {
  border-bottom: 0;
}
/* More posts */
div.sidebar.post_meta div.widget_recent_entries h2,
div.sidebar.post_meta div.widget_featured_posts h2,
div.sidebar.post_meta div.widget_random_posts h2 {
  background: url(../image/icon-more-posts.png) left center no-repeat;
  padding-left: 22px;
  margin-bottom: 0;
  color: #f30;
}
div.sidebar.post_meta div.widget ul li {
  margin-left: 10px;
}
/* Next-Prev-Post */
div.sidebar.post_meta div.widget_wp_plugin_post_navigation h2 {
  background: url(../image/icon-post.png) left 2px no-repeat;
  padding-left: 18px;
  margin-bottom: 0;
  color: #f30;  
}
div.sidebar.post_meta div.widget_wp_plugin_post_navigation p.post-excerpt {
  font-size: 0.9em;
  text-align: justify;
}
div.sidebar.post_meta div.widget_wp_plugin_post_navigation p.post-link a {
  background: url(../image/icon-next-post.png) right center no-repeat;
  padding-right: 27px;
}


/* Bottom Widgetbar */
div.container.bottom_widgetbar {
}
div.container.bottom_widgetbar div.sidebar.bottom_widgetbar {
  border-top: 1px solid #ddd;
  margin-top: 30px;
}
div.bottom_widgetbar div.widget {
  border-bottom: 0;
  margin-bottom: 0;
  width: 225px;
  margin-right: 10px;
  float: left;
}




/* GD-STAR-RATING Plugin */
div.ratingblock, div.ratingmulti, div.thumblock {
  clear: both;
}


/* Contact form 7 */
div.wpcf7 { clear: both; }
div.wpcf7 span.wpcf7-not-valid-tip {
  position: static;
  border: none;
  font-size: 0.75em;
  color: #f30;
}
div.wpcf7 span.wpcf7-list-item {
  display: block;
}
div.wpcf7 span.wpcf7-radio input {
  border: none;
}
