/*       ++++++++++++++++++++++++++++++++++++++++++++++++++++++
         ++++++++++++++++++ General Stylings ++++++++++++++++++
         +++++++++++++++++++++++++++++++++++++++++++++++++++++*/


html * {
	margin: 0;
	padding: 0;
}

a {
        color: #000;
        text-decoration:none;
}

a img {
        border: none;
}

img {
      
}



a:hover {
        color:#000;
        text-decoration:none;
}



blockquote {
        border-left: 5px solid #ccc;
        margin-left: 1.5em;
        padding-left: 5px;
}


/*++++++++++++++++++ The BACKGROUND IMAGE +++++++++++++++++++++*/
/*+++++ replace "(images/default.jpg)" with another image from the /images directory of the theme or use the custom background switcher (Appearance - Change Background Image) ++++*/

body {
        background: url(img/bg.png) 0 0 #e5e5e5;
        color: #000;
        font-family: Helvetica, Arial, Verdana, sans-serif;
        margin: 0;
        padding: 0;
        font-size: 100.01%;
        color: #000;
}

cite {
        font-size: 90%;
        font-style: normal;
}

h1 {    
font-size:24px;
}

h2 {
        
font-size:22px;

}

h3 {
font-size: 2em;
font-weight: normal;
}

h4 {
font-size:18px;
}

h5 {
font-size:16px;
}

h6 {
font-size:14px;
}

p, li {
        line-height:19px;
}

p {
	margin: 0 0 1.2em 0;
}

hr {
	background: #E4E4E4;
}

textarea {
	font-family: Helvetica,Arial,Verdana,sans-serif;
	line-height: 1.35em;
}



/*       ++++++++++++++++++++++++++++++++++++++++++++++++++++++
        ++++++++++++++ Containers and Headers ++++++++++++++++
         +++++++++++++++++++++++++++++++++++++++++++++++++++++*/


/* ++++++++++++++++++ The Main Container ++++++++++++++++++ */

#rap {
        width:786px;
        margin:0 auto;
  overflow: hidden;
  position: relative;
}

/* ++++++++++++++++++ The Content Container - where your posts are ++++++++++++++++++ */

#content {
        width: 428px;
        float:left;
        overflow:hidden;
  margin: 0 0 0 27px;
  padding: 15px 10px 0 11px;
  background: url('img/content_bg.png') no-repeat 0 0;
  font-size: 0.75em;
  padding-bottom: 32767px;
	margin-bottom: -32767px;
}

#content-inner {
  background: url('img/content_inner_bg.png') repeat-y 0 0;
  width: 100%;
  overflow: hidden;
  padding-bottom: 32767px;
	margin-bottom: -32767px;
}



/* ++++++++++++++++++ The Header Section ++++++++++++++++++ */

#header {
        width:725px;
        overflow:hidden;
        margin:0 32px 0 29px;
        background: url(img/header.gif) no-repeat 0 0;
  font-size: 0.75em;
  color: #fff;
  height: 92px;
}

#header-inner {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin: 0 0 0 5px; 
}

#header a {
        color: #fff;
        text-decoration: none;
}

#header a:hover {
        text-decoration: none;
}

#header h1 {
 font-size:29px;
 margin:0;
 padding:0;
 color:#fff;
 z-index:1;

}

#header h1 a:hover {}

#header h2 {margin-top:2px;
            font-family: verdana, arial, sans-serif;
            font-size:13px;
            color:#fff;
            margin-left:25px;

}

#logo {
            float:left;
            width:80%;
}

#logo h1 a {
	width: 354px;
	height: 70px;
	display: block;
}

#logo h1 span, #logo h2 {
  display: none;
}

#headerright a:hover {
        background:url(images/rss2.jpg) no-repeat -1px -1px;
}

.navlink {
        margin:0px 48px 20px 40px;
        color:#808080;
        text-align:center;
        font-size:10px;
}

.navlink a {
        padding:10px;
        font-size:10px;
        background:#fff;
        opacity: 0.5;filter:alpha(opacity=50);zoom:1;
}

.navlink a:hover {
        color:#000;

}


#headmenu {
  position: absolute;
  top: 0;
  left: 460px;
  color:#fff;
}

#headmenu li#about {
	width: 78px;
	text-align: center;
	margin: 0 7px 0 0;
}

#headmenu li#imprint {
	width: 85px;
	text-align: center;
	margin: 0 6px 0 0;
}

#headmenu li#contact {
	width: 64px;
	text-align: center;
}


#headmenu a {
  color:#fff;
}

#headmenu a span {
  margin: 0;
}


#headmenu a:hover {text-decoration:none; color:#000; }
#headmenu ul {margin:0; width: 100%; overflow: hidden; padding: 0;}
#headmenu ul li {
  float: left;
  list-style-type:none;
  margin: 0;
  padding: 0;
}

#scbkm {
	position: absolute;
	top: 4px;
	right: 9px;
}

#scbkm .rssIcon {
	background: url(img/rss_icon.png) no-repeat top left;
	width: 19px;
	height: 19px;
	display: block;
}


/* Flash Coverflow Content */

#coverflowIndex {
  width: 778px;
  height: 282px;
  margin-left:3px;
}


/*++++++ The Post wrap without its heading (storytitle) ++++++ */


.datecomrap {
        float:left;
        width:41px;
        background: url(img/date_bg.gif) no-repeat top left;
        overflow:hidden;
        padding: 5px 0 2px 0;
}

.date {
         color:#5f5f5f;
         text-align:center;
  width: 40px;
    margin: 0 0 0.7em 0;
}

.date .day {
  font-size: 2em;
}

.date .month {
  font-size: 1.2em;
  text-transform: uppercase;
}



.storywrap {
        text-align:justify;
        float:left;
        width:100%;
        overflow:hidden;

}


/* ++++++++++++++++++ The Sidebar Section ++++++++++++++++++ */

#sidebar {
	font-size: 0.75em;
	width:258px;
  float:right;
  margin: 0 29px 0 0;
  padding: 0 11px;
  background: url(img/sidebar_bg.png) repeat-y 0 0;
  overflow:hidden;
  padding-bottom: 32767px;
	margin-bottom: -32767px;
	filter: none;
}

#sidebar-inner {
  width: 100%;
  overflow: hidden;
  background: url(img/sidebar_inner_bg.png) repeat-y 0 58px;
  padding-bottom: 32767px;
	margin-bottom: -32767px;
}


/*search*/

#search {
	list-style-type:none;
	padding: 15px 0 18px 0;
	width: 100%;
	overflow: hidden;
}

#searchform input {
	float: left;
}

#searchform #s {
	border: none;
	background: url(img/search_bg.png) no-repeat 0 0;
	padding: 4px 5px 5px 25px;
	width: 200px;
	font-weight: bold;
	margin: 0 2px 0 0;
}

#searchform #search_btn {
	margin: 1px 0 0 0;
}

#recaptcha-submit-btn-area {
	text-align: center;
}


.notfound {
  font-weight:bold;
  padding:20px 10px;
}


.notfound a {
         text-decoration:underline;
}

.notfound #searchform {
	width: 100%;
	overflow: hidden;
}

.notfound #searchform #s {
	background-image: none;
	background-color: #fff;
	border: 1px solid #666;
	padding-left: 5px;
}

.notfound #searchform #b {
	margin: 3px 0 0 0;
}

#sidebar form {
        margin: 0;


        padding:0;

        list-style-type:none;
}

#sidebar a {}

#sidebar a:hover {
         text-decoration:underline;
}


#sidebar h3 {
  color: #fff;
  font-size: 1em;
  padding: 13px 0 0 22px;
  margin: 0 0 0.7em;
  height: 20px;
}

#sidebar ul.widgets, #search ul {
  list-style-type: none;
}

#sidebar ul.widgets li.widget {
  background: url(img/sidebar_widget_bg.gif) no-repeat 0 0;    
        list-style-type: none;
  margin: 0 0 1.8em;
}

#sidebar ul.widgets li.widget ul, #sidebar ul.widgets li.widget p.catcloud {    
  list-style-type: none;
  overflow: hidden;
  margin: 0 13px;
}

/*
#sidebar .recentcomments { font-weight:bold; }
#sidebar .recentcomments a { font-weight:normal; }
*/



/*       ++++++++++++++++++++++++++++++++++++++++++++++++++++++
        ++++++++++++++++++ Special Stylings ++++++++++++++++++
         +++++++++++++++++++++++++++++++++++++++++++++++++++++*/


/* Special Sidebarwidgets Styling */

li.widget_catcloud h3 {
	background: url(img/widget_catcloud_icon.png) no-repeat 194px 0;
}

li.recentcomments {
 border-bottom: 1px dotted #000;
 padding: 0.2em 15px;
}

li.widget_recent_comments h3 {
	background: url(img/widget_recent_comments_icon.png) no-repeat 194px 0;
}

li.widget_archive h3 {
	background: url(img/widget_archive_icon.png) no-repeat 194px 0;	
}

li.widget_catcloud p {
  text-transform: uppercase;
  font-size: 1.15em;
  line-height: 2em;
}

li.widget_archive ul {
	padding: 0 0 0 15px;
}

li.widget_archive ul li {
	background: url(img/widget_archive_month_bg.png) no-repeat 0 0;
	margin: 0 0 5px 0;
	font-size: 1.2em;
	font-weight: normal;
	padding: 0.1em 0 0 6px;
}

/* +++++++++++++++ The Heading of your Posts and Pages ++++++++++++++++++ */

.storytitle {
        color:#000;
        border-bottom:1px solid #e4e4e4;
        text-align:left;
  width: 100%;
  overflow: hidden;
  padding: 0 0 0.3em 0;
}

.storytitle h3 {
  text-align:left; 
  float: right;
  width: 380px;
  padding: 2px 0 0 0;
}

.storytitle a {
        text-decoration: none;

}

.storytitle a:hover {
        text-decoration: underline;
}

.storytitle a:visited {
}


.post {
       clear:both;
       padding-bottom:10px;
       overflow:visible;

}

.feedback {
       float:left;
       font-size:10px;
       margin-bottom:20px;
}

.feedback a {font-weight:normal;}

.storycontent p a { 
  text-decoration: underline;
  color: #5e1c29;
}

.storycontent p a:hover { 
  text-decoration: none;
}

.storycontent {
  border-bottom:1px solid #E4E4E4;
  padding: 0.5em 0 0;
}

.storycontent p a img { 
  border: 1px solid #000;
  margin: 0 0 0.5em;
}

.storycontent ul {
	margin: 0 0.5em 0.5em 0.8em;
	padding: 0 0.8em 0.8em;
}

.storycontent ol {
	margin: 0 0.5em 0.5em 1em;
	padding: 0 0.9em 0.9em;
}

.meta {
  font-size: 0.95em;
  line-height: 1.4em;
        font-family: Arial, Verdana, sans-serif;
        color: #666;
        clear:both;
        padding-top:2px;
    margin-bottom: 2.2em;
}

.meta li, ul.post-meta li {
        display: inline;

}

.meta ul {
        display: inline;
        list-style: none;
        margin: 0;
        padding: 0;

}


.meta a {
  color: #666;
  text-decoration: underline;
}


.meta a:hover {
  text-decoration: none;
}

ul.post-meta {
  list-style: none;
}

ul.post-meta span.post-meta-key {
  font-weight: bold;
}

.footer {
  background: url(img/footer_bg.png) no-repeat 3px 0;
  color: #575757;
  padding: 33px 3px 3px;
  text-align: left;
  clear:both;
  width: 876px;
  margin: 0 auto 10px;
  font-size: 0.75em;
}

.footer ul.left {
  margin: 0 0 0 75px;	
  float: left;
}

.footer ul.right {
  margin: 0 67px 0 0;	
  float: right;
}

.footer ul li {
	display: inline;
	margin: 0 10px 0 0;
}

.footer a {
  color: #575757;
  font-weight: bold;
}

.footer a:hover {
  text-decration: underline;
}

/* +++++++++++++++ The comment section +++++++++++++++++ */

p.buttons {
	text-align: center;
	width: 340px;
	overflow: hidden;
}

#commentform textarea {
        width:96%;
}

#commentlist {
  width: 100%;
  overfow: hidden;
  margin: 0 0 2.2em;
}

#commentlist li {
	width: 100%;
	overflow: hidden;
  list-style-type:none;
  padding: 10px 0;
  background: #a5a5a5;
  border-bottom: 1px solid #cacaca;
}


.authorcomm {
	float:left;
  margin:0;
  padding: 0 0 0 10px;
  width:114px;
  text-align: right;
  line-height:;
  font-size:;
  font-weight: bold;
}

.authorcomm .meta {
	font-size: normal;
}

.authorcomm a { text-decoration:none; font-weight:bold; }

.comment-text {
	width: 290px;
  float: right;
}

.comment-text img {
	float: left;
	margin: 5px 8px 3px 0;
}

#commentlist li p {
	padding: 0 10px 0 0;
}

#commentlist a {
        text-decoration:underline;
        font-weight:bold;
}

#commentlist li div.meta {}

#commentlist li .avatar {
        float:left;
        padding:0;
        margin:5px;

}


#commentlist2 {
        width: 97%;
        font-size:11px;
        color:#000;
        margin:0 0 20px 0;
        padding: 0 0 0 10px;
}

#commentlist2 li {
        border:5px solid #dcdcdc;
        margin:0 0 20px 0;
		padding:5px;
        list-style-type:none;
        padding:5px 10px 5px 63px;
        background:#f5f5f5;
}



#commentlist2 ul {margin:0; padding:0;}

#commentlist2 li p {font-size:12px;
        margin:0;
}

#commentlist2 a {
        text-decoration:underline;
        font-weight:bold;
}

#commentlist2 li div.meta {padding:0; margin:0; text-align:center;}

#commentlist2 li .avatar {
        float:left;
        padding:0;
        margin-left:-58px;
		width:50px;
		height:50px;
}

#commentlist2 li ul li { 
	margin-right: -15px;
	margin-left: -50px;
	margin-bottom: -10px;
}

p.socialLinks {
	margin: 0 0 2.2em;
	border-bottom: 1px solid #E4E4E4;
	clear:both;
	color:#666666;
	font-size:0.95em;
	line-height:1.4em;
	padding: 0 0 1em 0;
}

p.socialLinks a {
		color: #666666;
	text-decoration: underline;
}

p.socialLinks a:hover {
	text-decoration: none;
}


.children { padding: 0; }

.reply {text-align:right; padding:5px;}
.navigation {width:100%; height:20px;}
.cancel-comment-reply{text-align:right; float:none; font-size:12px;}
.comment-meta  a{font-size:8px; float:right; margin-top:-18px; color:#757575;}
.fn {font-size:15px; font-weight:bold;}
.says {display:none;}
#comments {font-size:16px;}
#respond h3 {font-size:16px;}

h2#postcomment {
	text-transform: uppercase;
	font-size: 1.6em;
	margin: 0 0 0.6em;
}

#commentform p {
	margin: 0 0 0.8em;
}

#commentform label {
	font-weight: bold;
	cursor: pointer;
}

#commentform input, #commentform textarea {
	font-size: 1.1em;
	border: 1px solid #000;
	width: 98%;
	padding: 2px 0;
}

#commentform input#submit {
	border: none;
	width: auto;
	padding: 0;
	margin: 1em auto;
}


/* ++++++++++++++++++             MISC                 ++++++++++++++++++ */

fieldset {padding:5px 10px;}
th { border:1px solid #000; vertical-align:top; overflow:hidden; padding:3px;}
td { border:1px solid #000; vertical-align:top; overflow:hidden; padding:3px;}

/* ++++++++++++++++++ Not to much css for the Calendar ++++++++++++++++++ */

#wp-calendar {

        border: 1px solid #999;



        empty-cells: show;
        font-size: 11px;
        width:90%;
        text-align:center;
}

#wp-calendar a {text-decoration:underline; font-weight:bold;}
#wp-calendar a:hover {border:none; color:#fff;}
#wp-calendar caption {text-align:left;}


/* Gallery - Styles */

#gallery h3 {
	text-align: left;
	font-size: 1.6em;
	margin: 0 0 0.6em;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0;
}

table.lazyest_thumb_view td {
	border: none;
}

#gallery table.lazyest_thumb_view .folder_caption {
	padding: 0;
}


/* ++++++++++++++++++ IMAGES Size & aligment ++++++++++++++++++ */

img.alignleft {
        float: left;
        margin:0 10px 5px 0;

}

img.aligncenter {
        margin-top:10px;
        margin-bottom:10px;
        display: block;
        margin-left: auto;
        margin-right: auto;

}

img.alignright {
        float: right;
        margin:0 0 5px 10px;

}

img.size-thumbnail {
}

img.size-medium{
}

img.size-full {
}

/* ++++++++++++++++++ WORDPRESS Captions & aligment ++++++++++++++++++ */


.aligncenter,
div.aligncenter {
        display: block;
        margin-left: auto;
        margin-right: auto;
}

.alignleft {
        float: left;
}

.alignright {
        float: right;
}

.wp-caption {
        border: 1px solid #ddd;
        text-align: center;
        padding-top: 4px;
        margin: 10px;
}

.wp-caption img {
        margin: 0;
        padding: 0;
        border: 0 none;
}

.wp-caption p.wp-caption-text {
        font-size: 11px;
        line-height: 17px;
        padding: 0 4px 5px;
        margin: 0;
}