/*  
Theme Name: Guru 2.0 (1)
Theme URI: http://www.guru-20.info/
Description: Three columns fluid theme.
Author: Clemens Gull 
Author URI: http://www.bytebros.cc/
*/
@font-face {
  font-family: Andika;
  src: url(http://www.guru-20.info/wp-content/themes/guru_01/fonts/AndBasR.ttf);
}

* { 
   margin : 0;
   padding : 0;
}
body {
	margin: 0;
	padding: 0;
	background: #ffffff url('images/bodybg.jpg') repeat-x;
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif; /* Resets 1em to 10px */
	color: #4C4C4C;
}

a {
	color: #58590F;
}

a:hover {
	color: #9FA04B;
}

a img {
	border: none;
}
a[target="_blank"] {
  background: transparent url(images/extern.png) center right no-repeat;
  padding-right:19px;
}
a:hover[target="_blank"] {
  background: transparent url(images/externHigh.png) center right no-repeat;
  padding-right:19px;
  color: #9FA04B;
}
.socials a[target="_blank"],
div#feedDiv a,
.wp_codebox_msgheader .right a {
  background: transparent;
  background-image: none;
  text-decoration: none;
}
.socials a:hover[target="_blank"],
div#feedDiv a:hover,
.wp_codebox_msgheader .right a {
  background: transparent;
  background-image: none;
}
div#feedDiv a, 
div#feedDiv a:hover {
  border: 0px solid black;
}
ul.blogroll a, div.textwidget a {
  background: transparent;
  display: inline;
  padding-right: 5px;
}
div.wp-caption a, div.wp-caption a:hover,
ul.blogroll a:hover, div.textwidget a:hover {
  background: transparent;	
}
/********* Tags *********/

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.8em;
	line-height: 1.5em;
}
small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #585A0F;
}

code, pre {
	font: 1.1em 'Courier New', Courier, Fixed;
	margin-left: 15px;
}
code.comments {
	font: 1.1em 'Courier New', Courier, Fixed;
	margin-left: 15px;
}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
}

hr {
	display: none;
	}
	
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 15px 30px;
	padding: 10px 15px 0 20px;
	border: 1px solid #585A0F;
	background: #f6f6db url(images/blockquote.png) 3px 5px no-repeat;
    -moz-border-radius-bottomleft: 6px;
    -moz-border-radius-bottomright: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
	display: inline-block;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}	
/***************** Headings ******************/
h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
}

h1 {
	font-size: 150%;
	text-align: left;
}

h2 {
	font-size: 1.6em;
}

h2.pagetitle {
	font-size: 1.4em;
}

h3 {
	font-size: 1.2em;
}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: #000000;
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #8A8D18;
}

h2, h2 a, h2 a:hover, h3, h3 a, h3 a:hover, h3 a:visited {
	text-decoration: none;
	color: #9EA04B;
}
/********** Misc Classes *********/

.info {
	background: transparent url('images/info.png') top left no-repeat;
	margin-top: 0px;
        margin-left: 0px;
	padding: 15px 0 0 45px;
}
div.info ul {
  margin-left: -25px;
}
.center {
	text-align: center;
}
	
.navigation {
	display: block;
	text-align: center;
	margin-top: 70px;
	margin-bottom: 10px;
	}
.single-entry-nav {
	display: block;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 10px;
	font-size: 1.2em;
	font-weight: bold;
}	
.alignright {
	float: right;
}

.alignleft {
	float: left;
}	

/***************** Layout Structure ******************/		

#header {
	width: 100%;
	height: 150px;
    background: url('images/headerbg.jpg') top left no-repeat;
}
		
#wrapper {
	width: 90%;
	margin: 30px auto;
	padding-left: 85px;
}

#content {
	width: 55%;
	float: left;
	left: 20%;
	color: #484810;
}

#single-entry {
	width: 55%;
	float: left;
	left: 20%;
	color: #474810;
}

#sidebarLeft {
        display: inline-block;
	width: 21%;
	float: left;
	left: 60%;
	padding-bottom: 25px;
}

#sidebarRight {
        display: inline-block;
	width: 21%;
	float: right;
	left: 80%;
	padding-bottom: 25px;
        top: 0%;
}

#footer {
	width: 100%;
	height: 150px;
	background: #000000 url('images/footerbg.jpg') repeat-x;
	clear: both;
}
/***************** Header H1, Navigation And Searchform Style *********/
#header h1 {  
	color: #A9AB1D;
	float: left;
        padding-left: 130px;
        margin-top: 20px;
        font-size: 3.5em;
}

#header h1 a { 
	color: #A9AB1D;
}

#header h1 a:hover {
        color: #F4F82A;
}

#header .description {
	font-size: 16px;
	letter-spacing: 0.1em;
	text-align: left;
	color: #F4F82A;
	float: left;
	padding-left: 0px;
	margin-top: 85px;
	margin-left: -280px;
        width: 300px;
	overflow: hidden;
}

/*** TOP MENU ***/
#topMenu {
	font-size: 1.1em;
	line-height: normal;
}
		
#topMenu ul {
	right: 35px;
	position: absolute;
}

#topMenu ul {list-style:none; margin:0 auto; padding:0 8px;}
#topMenu  li {float:right; text-align:center;}
#topMenu ul li {
	display:block;
	text-decoration:none;
	padding: 104px 8px 16px 8px;
	margin-left:3px;
	font-size: 0.7em;
    font-weight: bold;
	text-transform: uppercase;
	float:left;
	border-top: 1px solid #000;
	border-left: 1px solid #555;
	border-right: 1px solid #555;
}

#topMenu .current_page_item {
	text-decoration:none;
    color: #ffffff;
    background: #F4F82A url(images/current_page_item.png) repeat-x;
}

#topMenu .current_page_item a {
    color: #ffffff;
}

#topMenu ul li:hover {
	text-decoration:none;
    background: #777814 url(images/topMenu_hover.png) repeat-x;
}

#topMenu ul li a {
	color: #fff;
}

/****Search Form  ****/
.search {
	float: right;
	position: relative;
	width: 44%;
	height: 40px;
	text-align: left !important;
	margin: 8px 0 0 0;
	border: 0px solid;
	overflow:hidden;
}
#searchform {
	margin-left: 1px;
        height: 40px;
}
.search input.keyword {
	position: absolute;
	width: 318px;
	height: 35px;
	color: #666666;
	background: url('images/q.png') no-repeat;
	padding: 0px 0px 5px 5px;
	border: 0px solid;
	font-size: 1.2em;
}
/* Opera Hack For CSS3
@media screen and (min-width: 0px) {
	.search input.keyword { padding: 0 5px; }
}
*/

.search input.search {
	height: 35px;
	cursor: pointer;
	margin: 0 0 0 215px;
	width: 80%;
	background: url(images/searchbutton.png) top right;
}

/***************** Entry Styles  ******************/
.post h3 {
	padding: 10px 0px 0px 0px;
}
.entrytitle {
	color: #8A8D18;
	display: block;
	/*font-family: "Trebuchet MS",Tahoma,"Lucida Grande",Verdana,Helvetica,Arial,sans-serif;*/
	font-family: Andika,'Vollkorn',"Trebuchet MS",Tahoma,"Lucida Grande",Verdana,Helvetica,Arial,sans-serif;
	font-size: 1.6em;
	letter-spacing: 0.1em;
	text-align: left;
	width: 98%;
	margin-top: -86px;
       margin-bottom: 15px;
}

.entrytitle a {
	color: #8A8D18;
}
#entry a, #entry a:link, #entry a:active, #entry a:visited,
p a, p a:link, p a:active, p a:visited {
color: #58590F;
text-decoration: none;
border-bottom: 1px dotted #58590F;
}
#entry a:hover, p a:hover {
color: #9FA04B;
text-decoration: none;
border-bottom: 1px solid #9FA04B;
}
a.a2a_dd {
border: none !important;
}
.post div.date {
	padding: 22px 20px 0px 17px;
	background: url(images/calendarEntry.png) no-repeat;
	font-family: "Trebuchet MS",Tahoma,"Lucida Grande",Verdana,Helvetica,Arial,sans-serif;
	top: 5px;
	margin-left: -100px;
	margin-top: -27px;
	width: 96px;
	height: 96px;
        line-height: 1.5;
}	
div.date span.year {
	color: #B7B957;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	letter-spacing: 0.15em !important;
	display: block;
	font-style: italic;
}
div.date span.day {
	color: #ADAF52;
	font-size: 22px;
	font-weight: bold;
	text-align: left;
	letter-spacing: 0.15em !important;
	width: 61px;
	text-align: center;
	display: block;
	margin-top: -3px;
}
div.date span.month {
	color: #939519;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	letter-spacing: 0.15em !important;
	width: 61px;
	text-align: center;
	display: block;
	margin-top: -8px;
}
.post, .noresult {
	margin-bottom: 25px;
	padding: 15px 30px 15px 25px;
	text-align: justify;
}
.post {
    display: inline-block;
}
.noresult {
	background: url(images/guru_notfound.png) top left no-repeat;
	height: 395px;
	padding-top: 380px;
	color: #9EA04B;
  	line-height: 1.5em;
  	letter-spacing: 0.1em;	
}
.outpost {
	display: inline-block;
	margin-left: -95px;
	padding-left: 95px;
	padding-right: 5px;
	background: url('images/entrybg.png') top left no-repeat; 	
}

.post hr {
	display: block;
}

.postmetadata {
	display: block;
	color: #696A10;
	padding: 5px 10px 2px 10px;
	text-align: left;
        margin: 10px 0 15px 0;
	border-top: 1px dashed #9FA04B;
	clear: both;
        font-size: 0.7em;
}	

.postmetadata a {
	color: #58590F;
}
.postmetadata a:hover {
	color: #9FA04B;
}

.entry img {
	padding: 0px 6px 0px 0px;
}

.entry ul {
	margin-left: 5px;
	padding: 0 0 0 10px;
	list-style: none;
	text-indent: -10px;
	} 

.entry li {
	margin: 7px 0 4px 5px;
	}

.entry ul li {
	background: url('images/blue-bullet.png') left 3px no-repeat;
	padding-left: 35px;
	}

.entry ol {
	padding: 0 0 0 15px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}
	
.entry ol li, #single ol li {
	list-style: decimal outside;
	margin-left: 15px;
        line-height: 1.8em;
        padding-bottom: 12px;
	}
	
.more-link  {
    float: right;
	margin-top: -5px;
	margin-bottom: 10px;
	padding-left: 20px;
	background: transparent url(images/arrow_90.png) no-repeat right center;
	padding-right: 24px;
	font-weight: bold;
}
a.more-link {
    border: 0px solid #58590F !important;
}
a.more-link:hover {
    border-bottom: 1px solid #58590F;
}
.entry div.wp-caption {
    padding: 6px;
    margin-left: auto;
    margin-right: 20px;
    margin-top: 8px;
    margin-bottom: 10px;
    display: inline-block;
    background: url(images/guru_64.png) no-repeat bottom right;
    border: 1px solid #9FA04B;
    -moz-border-radius-bottomleft: 6px;
    -moz-border-radius-bottomright: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
}
.entry p {
  line-height: 1.8em;
  padding-bottom: 10px;
}
div.wp-caption img {
        display: inline-block;
}
div.wp-caption p.wp-caption-text {
        text-align: center;
        font-size: 0.9em;
        color: #9FA04B;
        display: block;
        clear: both;
}
/***************** Left and Right Sidebar Styling ******************/
.textwidget, .infomenu {
	margin-bottom: 17px;
	padding: 10px 0 7px 5px;
	background: #fcfcfc;
	margin-left: 5px;
	color: #333333;
}	
.textwidget {
	text-align:center;
	width: 90%;
        padding-left: 5%;
}
#sidebarRight a, #sidebarLeft a {
	margin-right: 3px;
	padding: 2px;
	display: block;
	color: #595A0F;
	text-decoration: none;
}
#sidebarRight ul li a:hover {
	color: #ffffff;
}

#sidebarLeft ul, #sidebarRight ul {
	margin: 0 0 0 8px;
	padding: 0;
	list-style-type: none;
	background: #FFFFFF;
        font-size: 0.9em;
        line-height: 1.5em;
}

#sidebarRight li a:hover, #sidebarLeft li a:hover {
	background-color: #D8D965;
	color: #585A0F;
}	

#sidebarLeft p, #sidebarRight p {margin:0 10px;}

#sidebarLeft h2, #sidebarRight h2, #feedDiv h2 {
    margin: 16px 0px 10px 8px;
    display: block;
	padding: 2px 10px 4px 5px;
	font-family: "Trebuchet MS",Tahoma,"Lucida Grande",Verdana,Helvetica,Arial,sans-serif;
	color: #D7D924;
	font-size: 16px;
	letter-spacing: 0.1em;
	font-weight: bold;
	text-indent: 5px;
    background: #333333 url(images/widgetbg.png) repeat-x;
    -moz-border-radius-bottomleft: 6px;
    -moz-border-radius-bottomright: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
}
#feedDiv {
}
#feedDiv h2 {
	margin-left: 0px;
	margin-bottom: 0px;
}

#sidebarLeft li, #sidebarRight li {
	margin: 0 0 2px 0px;
	padding: 3px 3px 3px 5px;
	list-style: none;
}
#sidebarLeft li ul li, #sidebarRight li ul li{
	border-bottom: 1px dotted #D7D966;
}
#sidebarRight li.recentComments  {
	background: #f9fafc;
	color: #000;
}

#sidebarRight li.recentComments {
	border-bottom: 1px solid #F4F4F4;
}

#sidebarRight ul.recentComments li a {
	text-decoration: none;
}

#sidebarLeft li a, #sidebarRight li a {
	display:inline-block;
	padding:1px 0px 0px 5px;
	height:1%; /* IE WIN */
	text-align: left;
	color: #595A0F;
}

#sidebarLeft, #sidebarRight ul.categories li ul {
	margin: 0px;
}

#sidebarRight ul.categories li li {
	margin:0;
	padding:0 0 3px 0;
	border-bottom:none;
}

#sidebarLeft li.rssFeeds {
	background: url('images/rss-icon.jpg') left no-repeat;
	padding-left: 18px;
}	

/******* Calendar ********/
#wp-calendar {
	empty-cells: show;
	margin: 0 auto;
	background-color: #FFFFFF;
	font-size: 8pt;
	width: 100%;
	padding-left:8px;
	padding-right:8px;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	background-image: none;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
	color: #585A0F;
	font-weight: bold;
}

#wp-calendar a:hover {
	color: #FFFFFF;
    border:none;
}

#wp-calendar caption {
	background: #FFFFFF;
	border: 1px solid #FFFFFF; 
	color: #585A0F;
	margin: 0;
	padding: 2px;
	text-align: center;
	font-weight: bold;
	width: 100%;
}

#wp-calendar td {
	background: #FFFFFF;
	border: 1px solid #D7D924;
	margin: 0 2px 2px 0;
	padding: 1px;
	color: #585A0F;
	text-align: center;
	letter-spacing: normal;
}

#wp-calendar td.pad:hover {
	text-align: center;
}

#wp-calendar #today {
	background: #D7D924;
	border: 1px solid #8A8D18;
	border-width: 1px;
	font-weight: bolder;
	color: #FFFFFF;
}
#wp-calendar td:hover{
	background: #D5D925;
	border: 1px solid #8A8D18;
	cursor: pointer;
}

#wp-calendar th {
	background: white;
	border: 1px solid #D7D924; 
	border-width: 1px;
	font-style: normal;
	text-transform: capitalize;
	text-align: center;
	padding: 1px;
}

/***************** COMMENTS STYLE *****************/

.commentlist {
	text-align: left;
	width:96%;
    overflow:hidden;
	padding: 0 10px 0 25px;
	}

.commentlist li {
	margin-top: 10px;
	padding: 12px 30px 3px 50px;
	list-style: none;
	background: url(images/comment_bullet.png) no-repeat top left;
}
	
.commentlist li, #commentform input, #commentform textarea {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentlist li a {
	font-weight: normal;
	color: #58590F;
}	
	
.commentlist li a:hover {
	color: #9FA04B;
}
	
.comment-entry {
	margin-top: 10px;
	margin-bottom: 15px;
}
	
#comments, #respond {
	clear: both;
	color: #FFFFFF;
	display: inline-block;
	font-size: 1.3em;
	font-weight: bold;
	letter-spacing: 2px;
	height: 35px;
	margin: 0px 0px 0px -2px;
	padding: 0px 5px 0px 5px;
	height: 22px;
	overflow: hidden;
}	
#commentLeft {
	background: transparent url(images/comments_left.png) top left no-repeat;	
	height: 35px;
	padding: 0px;
	margin: 0px;
	width: 8px;
}
#commentTitle {
	background: transparent url(images/comments_middle.png) top left repeat-x;
	height: 35px;
	padding: 0px;
	margin: 0px;

}
#commentRight {
	background: transparent url(images/comments_right.png) top left no-repeat;	
	height: 35px;
	padding: 0px;
	margin: 0px;
	width: 80px;
} 
#responseRight {
	background: transparent url(images/response_right.png) top left no-repeat;	
	height: 35px;
	padding: 0px;
	margin: 0px;

	width: 80px;
} 
.commentlist div.cite {
	display: inline-block;
	font-style: normal;
	font-size: 1em;
	padding: 18px 0px 0px 36px;
	background: url('images/response_user.png') top left no-repeat;
	font-weight: bold;
	height: 36px;
	color: #8A8D18;
}
.commentlist div.date {
	display: inline-block;
	font-style: normal;
	font-size: 1em;
	padding: 18px 0px 0px 36px;
	background: url('images/response_date.png') top left no-repeat;
	font-weight: bold;
	height: 36px;
	color: #8A8D18;
}
div.date div.inDate {
	position:relative; 
	left: -36px;
	margin: -5px -36px 0px 0px;
	width: 32px;
	text-align: center; 
}
.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

.commentmetadata {
	text-align: right;
	font-size: 1em;
	padding: 15px 0 10px 0;
}

span.commentdate {
	padding-left: 18px;
	background: url('images/calendar.png') left no-repeat;
}

span.comment-time {
	padding-left: 18px;
	background: url('images/clock.png') left no-repeat;
}

span.comment-edit {
	padding-left: 18px;
	background: url('images/comment_edit.png') left no-repeat;
	margin-left: 4px;
}

.nocomments {
	background: url('images/lock.png') 5px 5px no-repeat;
	text-align: left;
	vertical-align: middle;
	margin: 25px 0px 5px 25px;
	padding: 5px 0px 5px 75px;
	height: 64px;
	width: 75%;
	border: 1px dotted #8A8D18;
	color: #8A8D18;
}

.alt {
	margin: 0;
	padding: 10px;
	background: #F5F5F5;
	}
	
#commentform {	
    margin: 0 0 0 15px; 
	padding-top: 15px;
	padding-left: 15px; 
}

.commentform-input {
	float: left;
	width: 30%;
}

.commentform-textarea {
	float: left;
	margin-left: 20px;
	width: 90%;
}		
.commentform-submit {
  width: 222px;
  height: 34px;
  padding: 55px 0 0;
  margin: 0;
  border: 0;
  background: transparent url(images/commentsend.png) no-repeat center top;
  overflow: hidden;
  cursor: pointer; /* hand-shaped cursor */
}
.searchform-submit {
  width: 75px;
  height: 34px;
  padding: 0px 0px 0px 0px;
  margin: 0;
  border: 0;
  background: transparent url(images/searchsend.png) no-repeat center top;
  overflow: hidden;
  cursor: pointer; /* hand-shaped cursor */
}

#commentform input#author, #commentform input#email, #commentform input#url, #searchform input#s {
    background: url('images/comments-input.jpg') left repeat-x !important;
	color: #666666;
	margin-top: 2px;
	border: 1px solid #9eb51d;
	font-size: 1.2em;
	padding: 3px;
	width: 350px;
}	

#commentform textarea {	
    margin: 15px 0 15px 0; 
	width: 100%;
	height: 180px;
	background: url('images/comment-textareabg.png') bottom right no-repeat;
	border: 3px double #A4A64E;
} 	

/******* FOOTER STYLE *********/

.credits {
	clear: both;
	float: left; 
	padding: 75px 16px 15px 150px;
	text-align: center;
	width: 80%;
	color: #777819;
}

* html p.credits{ /*IE6 only rule.*/
	margin-top: 25px;
}

.credits a {
	color: #A9AB1D;
}

.credits a:hover {
	color: #F4F82A;
}

.boxl {
	text-align: center;
}
div.textwidget a.boxl:hover {
	background-color: transparent !important;
	cursor: pointer;
}
div.textwidget a:hover img{
	background-color: transparent !important;
	cursor: pointer;
}
.goleft, .goright {
	width: 250px;
	font-weight: normal;	
}
.goleft {
	background: transparent url(images/arrow_180.png) no-repeat 10px center;
	padding-left: 32px;
	text-align: left;
}
.goright {
	background: transparent url(images/arrow_90.png) no-repeat right center;
	padding-right: 24px;
	text-align: right;
}
.hallo {
	bottom: 0;
	position:fixed;
	right: 0;
	margin-bottom: -5px;
}
p.addtoany_share_save_container {
        display: block;
        clear: both;
        padding: 0px;
        margin: 5px 0px -20px 0px;
        text-align: center;
}

.alignnone {
    float: left;
    clear: right;
}
.aligncenter {
  display: block !important;
  clear: both !important;
  float: none;
  text-align: center;
  margin-right: auto !important;
}

span.update {
  background: transparent url(images/update.png) bottom left no-repeat;
  display:inline-block;
  padding-left: 15px;
  padding-top: 5px;
  font-weight: bold;
  font-style: italic;
  color: #70903B;
}
div.leftInfoPrint {
	padding: 2px 0px 0px 0px;
        background: #E0E0E0 url(images/print.png) 14px 0px no-repeat;
	font-family: "Trebuchet MS",Tahoma,"Lucida Grande",Verdana,Helvetica,Arial,sans-serif;
	margin-left: -100px;
	width: 60px;
        left: 17px;
        top: 165px;
        display: inline-block;
        position: relative;
        border: 1px solid #C0C0C0;
        text-align: center;
        -moz-border-radius-bottomleft: 6px;
        -moz-border-radius-bottomright: 6px;
        -moz-border-radius-topleft: 6px;
        -moz-border-radius-topright: 6px;
        line-height: 1.8em;
        font-size: 1.0em;
}
div.update {
        display: inline-block;
        background: #E0E0E0;
        border: 1px solid #9EA04B;
        line-height: 1.8em;
        font-size: 1.0em;
        margin: 10px;
        padding: 10px;
        -moz-border-radius-bottomleft: 6px;
        -moz-border-radius-bottomright: 6px;
        -moz-border-radius-topleft: 6px;
        -moz-border-radius-topright: 6px;
}
div.searchback {
  background: transparent url(images/q.png) no-repeat scroll 0 0;
}
div.inserat {
	display: inline-block;
	float: right;
	padding: 10px;
	margin: 10px 0px 5px 10px;
}
div.img404 {
  background: transparent url(images/404.png) no-repeat scroll left top;
  height: 480px;
  padding-top: 350px;
  color: #9EA04B;
  line-height: 1.5em;
  letter-spacing: 0.1em;	
}
span.highLight {
	font-style: italic;
	font-weight: bold;
}
div.coffee {
	display: inline-block;
	border: 1px solid #D8D965;
        -moz-border-radius-bottomleft: 6px;
        -moz-border-radius-bottomright: 6px;
        -moz-border-radius-topleft: 6px;
        -moz-border-radius-topright: 6px;
	text-align:center;
	padding:10px;
	margin: 0px 0px 0px 35px;
}
div.command {
	margin: 10px;
	padding: 10px;
	background-color: #f5f1c9;
	border: 1px solid #585A0F;
    -moz-border-radius-bottomleft: 6px;
    -moz-border-radius-bottomright: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
}
div.command h3 {
	font-size: 1.2em;
	text-align: left;
	font-weight: bold;
	color: #585A0F;
	padding-top: 5px;
	padding-bottom: 25px;
}
div.command h4 {
	font-size: 1em;
	text-align: left;
	font-weight: normal;
	font-style: italic;
	letter-spacing: 0.1em;
	color: #888c18;
	padding: 5px 0px 0px 5px;
	margin: 0px 20px 0px 20px;
}
div.command div.syntax {
	font-size: 1em;
	color: #000000;
	background-color: #dbd8b4;
	font-family: Courier, monospace;
	padding: 10px;
	margin: 0px 20px 10px 20px;
	border: 1px solid #585A0F;
    -moz-border-radius-bottomleft: 6px;
    -moz-border-radius-bottomright: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
}
div.command div.parameter {
	color: #000000;
	background-color: #dbd8b4;
	padding: 10px;
	margin: 0px 20px 10px 20px;
	border: 1px solid #585A0F;
    -moz-border-radius-bottomleft: 6px;
    -moz-border-radius-bottomright: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
}
div.uebung {
	margin: 10px;
	padding: 10px;
	background-color: #afd2db;
	border: 1px solid #548490;
    -moz-border-radius-bottomleft: 6px;
    -moz-border-radius-bottomright: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
}
div.uebung h3 {
	font-size: 1.2em;
	text-align: left;
	font-weight: bold;
	color: #548490;
	padding-top: 5px;
	padding-bottom: 25px;
}
.entry .alignright {
    margin-left: 20px !important;
    margin-right: 0px !important;
}
div.flickr-photos {
    padding-left: 15px;
}
.slickr-flickr-caption {
    width: 115px;
    display: inline-block;
}
.slickr-flickr-gallery ul li a:hover img {
  background-color: #58590F;
  border: 1px solid #FFFFFF;
}
.slickr-flickr-gallery ul li a img {
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}
span.highlightSearch {
  display: inline-block;
  color: #FFFFFF;
  background-color: #58590F;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding: 0px 3px 0px 3px;
}
div.beSocial {
  padding: 8px;
  margin: 8px 0px 5px 20px;
  width: 78px;
  border: 1px solid #9FA04B;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  float: right;
  font-size: 0px;
  text-align: center;
}
div.beSocial h3 {
  padding-top: 0px !important;
  text-align: left;
  margin-top: -5px;
  margin-bottom: 5px;
  font-size: 14px;
}
span.HighFilename {
  font-family: monospace;
  font-weight: bold;
  color: #4C6371;
  letter-spacing: 0.1em;
}
span.HighCommand {
  font-family: monospace;
  font-style: italic;
  color: #9FA04B;  
}
