/*  
Theme Name: Freewave Blog
Theme URI: http://www.freewave.at/
Description: WordPress theme for Freewave.
Version: 1.0
Author: Walter Krivanek
Author URI: http://www.vividvisions.com/

	Freewave Blog v1.0

	This theme was designed and built by Walter Krivanek,
	whose website you will find at http://vividvisions.com/
*/


* {
   padding: 0;
   margin: 0;
}

html {
   height: 100%;
   background: #ffffff url(images/background_right_55.gif) repeat-y scroll right top;
   min-width: 780px;
}

body {
   font: normal normal normal 1em/1.2em Arial, Helvetica, sans-serif;
   background: transparent url(images/background_left_55.gif) repeat-y scroll left top;
   min-height: 100%;
}

body.with-menu {
      background-image: url(images/background_left_55_menu.gif);
}

body.with-menu #content {
   padding-left: 230px;
   padding-right: 30px;
}

a {
   outline: none;
   color: #ba1fb5;
   text-decoration: none;
}

a:hover {
   text-decoration: underline;
}

a img {
   border: 0;
}

#wrap {
   padding: 0 55px 0 55px;
}

hr {
   display: none;
}

br.clear {
   clear: both;
}

.small {
   color: #555555;
   font-size: 0.8em;
}

acronym {
   background: transparent url(images/dotted.gif) repeat-x scroll left bottom;
   cursor: help;
   border: 0;
}

.image-left {
   float: left;
   margin: 0 10px 5px 0;
}

.image-right {
   float: right;
   margin: 0 0 5px 10px;
}

.image-center {
   display: block;
   margin: 10px auto 10px auto;
}

.wp-smiley {
   vertical-align: text-bottom;
}

/************************
   Header
 ************************/

#header {
   position: relative;
   background: #ffffff url(images/background_bar.gif) repeat-x scroll left bottom;
   height: 110px;
}

#logo {
   display: block;
   background: transparent url(images/freewave_logo.gif) no-repeat scroll left top;
   width: 318px;
   height: 91px;
   text-indent: -1000px;
   position: absolute;
   left: 30px;
   bottom: 0;
}

#header h2 {
   position: absolute;
   right: 30px;
   bottom: 0;
   height: 31px;
   line-height: 31px;
   vertical-align: middle;
   color: #ffffff;
   padding-left: 70px;
   background: transparent url(images/bar.gif) no-repeat scroll left top;
   font-size: 0.9em;
   letter-spacing:0.05em;
}

/************************
   Menu
 ************************/

#menu {
   width: 199px;
   position: absolute;
   left: 55px;
   top: 110px;
   margin-right: 30px;
}

ul.menu {
   list-style: none;
   font-size: 0.8em;
   margin-bottom: 30px;
}

ul.menu li {
   border-bottom: 1px solid #aaaaaa;
}

ul.menu li a {
   text-decoration: none;
   color: #000000;
   display: block;
   padding: 6px 0 6px 6px;
   background: #fefefe url(images/menu_item_background_2.gif) repeat-x scroll left 1px;
}

ul.menu li a:hover {
   border-right: 5px solid #ba1fb5;
   text-decoration: none;
}

ul.menu li.selected a {
   font-weight: bold;
   border-right: 5px solid #ba1fb5;
}

/************************
   Sidebar
 ************************/
 
#sidebar {
    color: #6D6D6D;
    font-size: 0.8em;
    line-height: 1.2em;
}

.sidebar-item {
    padding: 0 6px 0 6px;
    margin: 0 0 20px 0;
}

.sidebar-item h3 {
    margin: 0 0 5px 0;
    font-size: 1.1em;
    font-weight: bold;
}

.sidebar-item p {
    margin: 0 0 0.9em 0;
}

.sidebar-item ul {
    list-style: none;
}

.sidebar-item ul li {
    padding: 0 0 4px 0;
}

/************************
   Body, Content
 ************************/

#body {
   min-height: 400px;
}

.post {
    margin-bottom: 30px;
}

#content {
   padding: 30px 30px 0 30px;
   font-size: 0.9em;
}

#content h1 {
   font-size: 1.5em;
   line-height: 1.1em;
   margin: 0 0 20px 0;
   color: #636363;
}

#content h2 {
   font-size: 1.2em;
   margin: 15px 0 5px 0;
/*   color: #636363;*/
   color: #000000;
}

#content h3 {
   font-size: 1em;
   margin: 15px 0 0 0;
   color: #000000;
}

#content h4 {
   font-size: 1em;
   margin: 5px 0 0 0;
   color: #000000;
}

#content p,
#content blockquote {
   margin: 0 0 20px 0;
}

#content ol {
   padding-left: 20px;
   margin-bottom: 20px;
}

#content ul {
   list-style: none;
   margin-bottom: 20px;
}

#content ul li {
   padding-left: 15px;
   background: url(images/bullet.gif) no-repeat left 7px;
}

#content table {
   border-spacing: 0px;
   border-collapse: collapse;
   border: 0px none;
   margin-bottom: 20px;
}

#content table td,
#content table th {
   border-bottom: 1px solid #dddddd;
   padding: 5px 8px 5px 8px;
}

#content table th {
   font-weight: bold;
   text-align: left;
}

#content table tr.even {
   background-color:#f9f9f9;
}

#content table tr.odd {
   background-color:#ffffff;
}

#content blockquote {
   padding: 10px 25px 10px 25px;
   background: #f6f6f6 url(images/quote.gif) no-repeat scroll 2px 2px;
   color: #636363;
   overflow: visible;
}

#content blockquote p {
   margin: 0;
}

#content a img {
   padding: 1px;
   border: 1px solid #ffffff;
}

#content a:hover img {
   padding: 1px;
   border: 1px solid #ba1fb5;
}

.top {
   display: block;
   height: 15px;
   background: transparent url(images/arrow_top.gif) no-repeat scroll right top;
   overflow: hidden;
   text-indent: -999px;
   border-bottom: 1px solid #93b4d6;
   margin-top: 15px;
   margin-bottom: 15px;
   clear: both;
}

/************************
   Comments
 ************************/

.comments {
   margin-top: 20px;
   padding-top: 15px;
   border-top: 1px dotted #93b4d6;
   clear: both;
}

.comment {
   margin: 0 0 20px 0;
   font-size: 0.9em;
   line-height: 1.3em;
}

.comment-freewave .comment-content {
   border-left: 5px solid #ba1fb5; 
}

.comment-content {
   background: #e4f3ff;
   padding: 15px 15px 5px 15px;
}

.comment-author {
   background: transparent url(images/comment.gif) no-repeat scroll 60px bottom;
   padding-bottom: 5px;
   height: 40px;
}

.comment-author img {
   margin-right: 5px;
   vertical-align: middle;
   line-height: 1em;
}

.comment-content p {
   margin: 0 0 10px 0 !important;
}

.respond {
   padding-top: 10px;
}

/************************
   Forms
 ************************/

form fieldset {
   border: 1px solid #cccccc;
   margin: 20px 0 20px 0;
   padding: 10px;
}

form fieldset legend {
   font-weight: bold;
   padding: 0 5px 0 5px;
   color: #000000;
}

form label {
   display: block;
   width: 80px;
   float: left;
   margin-bottom: 15px;
   padding-top: 4px;
   padding-right: 15px;
   text-align: right;
}

form input[type=text] {
   width: 250px;
   margin: 5px 0 10px 0;
   font-size: 1.2em;
   font-weight: bold;
}

form textarea {
   font: normal normal normal 1em/1.2em Arial, Helvetica, sans-serif;
   margin: 5px 0 10px 0;
   font-size: 1.2em;
   font-weight: bold;
   width: 450px;
}

form select {
   margin: 0 0 15px 0;
}

form br {
   clear: left;
}

form #submit {
   font-size: 1.2em;
}

form#searchform input {
   width: 160px;
}

/************************
   Boxes
 ************************/

.box-wrap {
   float: right;
   width: 200px;
   padding-left: 6px;
   padding-bottom: 6px;
   background-color: #ffffff;
   margin: 0 0 15px 15px;
   -moz-border-radius-bottomleft: 15px;
   -webkit-border-radius-bottomleft: 15px;
}

.box {
   background: #e4f3ff url(images/box_left_top.gif) no-repeat scroll left top;
   text-align: left;
   height: 1%;
}

.box .box-content {
   background: transparent url(images/box_left_bottom.gif) no-repeat scroll left bottom;
   padding: 0 0 14px 14px;
   overflow: auto;
}

.box .box-content h4 {
   background: #e4f3ff url(images/box_right_top.gif) no-repeat scroll right top;
   padding: 14px 0 0 0 !important;
   margin: 0 0 0 0 !important;
   font-size: 0.85em !important;
   line-height: 1.2em !important;
   color: #626262 !important;
}

.box .box-content ul {
   color: #626262 !important;
   font-size: 0.85em !important;
   line-height: 1.4em !important;

   background: #e4f3ff url(images/box_right_bottom.gif) no-repeat scroll right bottom;
   padding: 0.5em 14px 14px 0 !important;
   margin: 5px 0 -14px 0 !important;

   list-style: none;
   overflow: auto;
}

.box .box-content ul li {
   padding: 3px 0 3px 25px !important;
   background: transparent url(images/icon_author.gif) no-repeat scroll left 3px !important;
}

.box .box-content ul li.li-author {
   background-image: url(images/icon_author.gif) !important;
}

.box .box-content ul li.li-comment {
   background-image: url(images/icon_comment.gif) !important;
}

.box .box-content ul li.li-date {
   background-image: url(images/icon_calendar.gif) !important;
}

.box .box-content ul li.li-category {
   background-image: url(images/icon_folder.gif) !important;
}

/************************
   Hotspot list
 ************************/

#hotspots {
   background: #d6f0fd url(images/hotspots_background.gif) scroll repeat-x left top;
   color: #000000;
   padding: 15px 30px 5px 30px;
   margin: -30px -30px 30px -30px;
   font-size: 0.85em;
   border-bottom: 1px solid #93b4d6;
}

#hotspots h1 {
   font-size: 1.2em !important;
   margin: 0 0 8px 0 !important;
}

#hotspots small {
   display: none;
}

#hotspots ul {
   margin: 0 0 5px 0 !important;
}

#hotspots ul li {
   padding: 1px 0 1px 12px !important;
   background: transparent url(images/hotspots_bullet.gif) no-repeat left 0.48em !important;
}

#hotspots div {
   text-align: right;
  /* font-size: 0.9em;*/
}

/************************
   Page Navigation
 ************************/

#tour-navigation {
   margin: 10px 0 0 0;
   height: 30px;
   font-size: 0.9em;
   line-height: 31px;
   vertical-align: middle;
}

#tour-navigation .prev {
   background: transparent url(images/arrow_left.gif) no-repeat scroll left center;
   padding-left: 25px;
   float: left;
}

#tour-navigation .next {
   background: transparent url(images/arrow_right.gif) no-repeat scroll right center;
   padding-right: 25px;
   float: right;
}

/************************
   Footer
 ************************/

#footer {
   clear: both;
   padding: 20px 30px 10px 30px;
   font-size:0.7em;
   line-height: 0.7em;
   text-align: center;
   color: #999999;
}

#footer .left {
   float: left;
}

#footer .right {
   float: right;
}

#footer a {
   color: #999999;
}

/**********************
    IE 6 hacks
 **********************/

* html,
* html body {
   height: 100%;
}

* html .box-content,
* html .box p {
   width: 100%;
   overflow: hidden;
}

* html #menu li,
* html #menu li a {
   height: 1%;
}

* html #wrap {
   background: transparent url(images/background_right_55.gif) repeat-y scroll right top !important;
   height: 100%;
}

* html #content {
   /* width: 100%; */
} 

* html #body {
   border: 1px solid white;
}