/*  
Theme Name: Apfelquak
Theme URI: http://www.apfelquak.de
Description: Das Froschteich-Theme
Version: 3.0b
Author:  Martin Sauer
Author URI: http://www.admartinator.de/
*/


/*************************************
 +Containers
 *************************************/
body{
	background:#fff url(./images/bg.png) repeat-x;
	border-top:3px solid #99CC00;
	color: #333;
	font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
	font-size:62.5%;
	line-height:1.5;
	margin:0;
	padding:0;
	text-align:center;
}

img {
	border: 0;
	}

		ul#navigation {list-style:none;margin:0 auto;text-align:left;width:76em;padding:0 10px;font-size: 11px}
		#navigation li {float:left;}
		#navigation li a {color:#ccc;display:block;font-weight:bold;padding:0.5em 1em;}
		#navigation li a:hover {color: #99CC00;text-decoration:none;}
		#navigation li.right {float:right;}

	
#wrap{
	margin:0 auto;
	text-align:left;
	width:76em;
}

#logo {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

#content{
	font-size:1.3em;
	float:left;
	padding:1em;
	width:478px;
}

#search{
	background: #fff;
	border: 1px solid #99CC00;
	height: 21px;
	margin: 0px 0px 20px;
	width:185px;
}
* html #search{
	margin-right: 8px;
}
#search input{
	background: transparent;
	border: 0;
	color: #999;
	float: left;
	font-size: 11px;
	margin: 2px 0 0;
	padding: 2px 2px 2px 10px;
	width:145px;
}
#search .btn{
	margin: 3px 4px 0 2px;
	padding: 0;
	float: right;
	width: auto;
}

#sidebar{
	font-size:1.1em;
	float:right;
	width:190px;
	background: #f7f7f7;
	margin-top: 15px;
	padding:15px 10px 15px 10px;
	border-bottom:1px solid #ddd;
	border-top:1px solid #ddd;
}

#facebook{
	width:180px;
}

#header{
    height:	130px;
    background: url(./images/logo.png) no-repeat 5px 40px;
	/*padding:4em 1em;*/
	cursor: pointer;
}
#footer{
	margin: 0 auto;
	width:730px;
	clear:both;
	font-size:1.0em;
	padding:0.5em;
}
#footer p{
	text-align:left;
	color:#999;
}

#respond{
	margin-top:2em;
}
/*************************************
 +Hn and p
 *************************************/
h1, h2, h3{
	font-weight:bold;
	/*letter-spacing: -1px;*/
	margin:0;
}
#header h1{
	font-size:4.5em;
	margin:0;
	margin-right:1em;
}
#header h1 a{
	color:#99CC00;
}
#header h1 a:hover{
	color:#CCC;
	text-decoration:none;
}
#header p{
	color:#aaa;
	font-size:1.1em;
	margin:0;
	margin-top:-0.5em;
}
.entrytitle h2{
	font-size:2.0em;
}
.entrytitle h2 a
{
	color:#99CC00;
}
.entrytitle h2 a:hover{
    text-decoration:none;
	color:#CCC;
}
.entrytitle h3{
	font-size:1.2em;
	color:#ccc;
}
#sidebar h3{
	color:#555;
	font-size:1.5em;
	margin:1em 0;
}
/*************************************
 +Entry
 *************************************/
.entry{
	margin-bottom:3em;
}

.entrymeta{
	font-size:0.9em;
	line-height:1.7;
	border-bottom:1px solid #ddd;
	border-top:1px solid #ddd;
	padding:5px;	
}

.entrymeta img{float:right;
			padding: 3px;
			border: 1px solid #eaeaea;
}

.entry a{
	font-weight:bold;
}

.postedby{
	background:#fff url(./images/user.png) no-repeat;
	padding:3px;
	padding-left:20px;
}
.filedto{
	background:#fff url(./images/cat.png) no-repeat;
	padding:3px;
	padding-left:20px;
}
.commentslink{
	background:#fff url(./images/comment.png) no-repeat;
	padding:3px;
	padding-left:20px;
}

.ttlink{
	background:#fff url(./images/tt.png) no-repeat;
	padding:3px;
	padding-left:20px;
}

.modified{
	background:#fff url(./images/modified.png) no-repeat;
	padding:3px;
	padding-left:20px;
}

/*************************************
 +Sidebar
 *************************************/
#sidebar ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
#sidebar ul li{
	border-bottom:1px dotted #ddd;
	margin-bottom:0.3em;
	padding:0.3em;
}
/*************************************
 +Comments
 *************************************/
.commentsblock{
	margin:0em;
	padding:0em;
	width:478px;
}
.commentsblock textarea{
	
}
.commentsblock input, .commentsblock textarea{
	border:1px solid #d1d1d1;
}
.commentsblock textarea:focus{
	background:#eee;
	border:1px solid #a1a1a1;
}
.commentsblock textarea:focus, .commentsblock input:focus{
	background:#eee;
	border:1px solid #a1a1a1;
}
.commentauthor{
	display:block;
	font-size:1.5em;
}
ol.commentlist{
	font-size:1em;
	list-style-type:none;
	margin:0;
	margin-top:1.5em;
	padding:0;
}
.commentlist li{
	margin-bottom:0.5em;
	padding:0.5em 1em;
}

.avatar {
	float:left;
	padding: 1px;
	border: 1px solid #eaeaea;
	background: #fff;
	width:32px; height: 32px;
	margin-right: 5px;
}

.entrygravatar {
	margin: 2px 0 2px 0;
	padding: 0;
	border: 1px solid #eaeaea;
	background: #fff;
}

.alt{
	background:#f9f9f9;
	border:1px solid #ddd;
	padding:0.5em;
}

.alt2{
	border:1px solid #ccc;
	padding:0.5em;
}

.admin{
	background:#eff5e5 url(images/admin.gif) no-repeat right bottom;
	border:1px solid #99CC00;
	padding:0.5em;
}

.admin a{
	color:#87AF0E;
}

.tweetback{
	background:#EFF3FE url(images/tweetback.gif) no-repeat right bottom;
	border:1px solid #336699;
	padding:0.5em;
}

.tweetback a{
	color:#336699;
}

h3#comments{
font-size:1.4em;
}

/*************************************
 +Misc
 *************************************/
a{
	color:#99CC00;
	font-weight:bold;
	text-decoration:none;
}
a:hover{
	color:#CCC;
	text-decoration:underline;
}

/*----Zitat-Darstellung----*/

	blockquote {
		margin: 10px 30px 0 10px;
		padding-left: 20px;
		border-left: 5px solid #ddd;
	}

/*----Navigation----*/	

	.pagenavigationbox {
		font-size:0.9em;
		text-align: left;
		padding: 5px 0;
	}

	.pagenav, .pagenavcurrent {
		border: 1px solid #CCC;
		margin: 0 3px;
		padding: 5px;
	}

	.pagelink {
		border: 1px solid #99CC00;
		color: #99CC00 !important;
		margin: 0 3px;
		padding: 5px;
	}

	.pagelink:hover {
		border: 1px solid #666;
		background-color: #CCC;
		color: #666 !important;
	}

#paged_menu p.left {
	font-size: 11px;
	color: #999999;
	float: left;
}
.main_gp {
    display: none;
}
.wpmain_f, .footerj, .feeter {
    display: none;
}

.tooremo, .footerwp, .footerjoomla {
    display: none;
}

.jftmy, .navlnk, .getfooter {
    display: none;
}

.changestyle, .main_gp {
  display: none;
}

#paged_menu p.right {
	font-size: 11px;
	color: #999999;
	float: right;
}


	.menubox a {
		text-transform: uppercase;
	}

/*----Smilies----*/

#com_smiley {
	padding-top: 2px;
	font-size:0.9em;
	text-align: right;
	width: 478px;
	}

	
#com_send {
	float:left;
	}

#comment {width:478px;}

/*----Image Align Left/Right----*/

	img.alignright, img[align="right"] {
		margin: 5px 0 10px 15px;
		display: inline;
		}

	img.alignleft, img[align="left"] {
		margin: 5px 15px 10px 0;
		display: inline;
		}

/*----Gravatar----

#gravatar img{
	float:left;
	padding: 3px;
	border: 1px solid #000;
	background: #fff;
}*/

/*----Code-Darstellung----*/		
code {
        font: 1.1em 'Courier New', Courier, Fixed;
        display:block;
		padding: 2px;
        overflow:auto; 
        text-align:left; 
        background:#efefef; 
        border:1px solid #DDD; 
	}

tt {
        font: 1.0em 'Courier New', Courier, Fixed; 
		overflow:auto; 
		text-align:left;
	}
	
/*----Hallo Steve----*/
#hallosteve {
position:fixed; bottom:0px; right:0px;
}

#hallostevetext {
color: black;
font-family: "Comic Sans MS", "Lucida Grande", Verdana, Arial, Sans-Serif;
font-size: 1.2em;
font-weight:bold;
text-transform:uppercase;
position:fixed; bottom: 92px; right: 68px;
width: 120px;
height: 33px;
text-align: center;
overflow: hidden;
/* border: 1px solid green; */
}

/*----Kommentarnummerierung----*/

.kommentarnummer {
font-size:2em;
color:#ccc;
float:right;
margin-top: -4px;
}

/*----FlickrRSS----*/

.sb-flickr div a img {
	border: 1px #99CC00 solid;
	padding: 5px !important;
	margin: 5px 4px 5px !important;
	background-color: #fff;
}

.sb-flickr div a:hover img {
	background: #99CC00;
}

/*----Suchfeld----*/

.suchfeld {

height: 19px;
width: 140px;
border: 0px;
margin-top: 3px;
padding:0 20px;
color:#ddd;

}

/*************************************
 +Archiv
 *************************************/
.archiv ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
.archiv ul li{
	border-bottom:1px dotted #ddd;
	margin-bottom:0.3em;
	padding:0.3em;
	list-style-type:none;
}
