/*
Theme Name: CiaoBau
Theme URI: http://blog.ciaobau.com/
Description: CiaoBau &ndash; Hund im Urlaub
Version: 1.0
Author: VERDURE Medienteam
Author URI: http://www.verdure.de
Tags: Hund, Urlaub, Ferien, reisen, bellen

*/



/* Begin Typography & Colors */
/******************************* TAGS *******************************/
*{	
	margin:0px;
	padding:0px;
	border:none;
	list-style:none;
}

html {
	background: #FFF3B6 url(images/bg.gif) repeat-x;
	
}


body{
	margin:0px;
	padding:0px;
	border:none;
	font-family:Arial, Helvetica, sans-serif;
	color:#595959;
	font-size:12px;
	line-height:20px;
	text-align:center;
	background:url(images/background.gif) top center no-repeat;
	width: 100%; /*prevent the background image from shifting when you resize the browser smaller than the content width*/
 	display: table; /* ""  */
}

p{
	padding:5px 0px 5px 0px;
	}
	
a{
	color:#fab600;
	font-weight:bold;
	text-decoration:none;
	outline-style:none;
	}

a:hover{
	color:#6FBAD9;
	}
	

/* Heading articles */	
h1{
	color:#fab600;
	font-size:22px;
	font-weight:normal;
	background:url(images/h1_linie.gif) no-repeat 0px 100%;
	padding-bottom:6px;
	margin-bottom:10px;
	width: 480px;
	line-height:28px;
	}  

/* Heading sidebar */
h2{
	color:#ebe9e2;
	font-size:16px;
	background-image:url(images/h2_bg.gif);
	font-weight:normal;
	margin-top:10px;
	padding:10px 10px 10px 15px;;
	width:239px;
	height:20px;
	position:relative;
	left:-15px;
	} 

/* Heading comments */
h3{
	color:#fab600;
	font-size:14px;
	/*background:url(images/comment_bubble.gif) no-repeat; */
	padding-left:30px;
	}


/* Heading footer */
h4{
	color:#748057;
	font-size:14px;
	}

/* Heading category at bottom of article */
h5{
	color:#fab600;
	font-size:12px;
	}


/******************************* ID's *******************************/

#CONTAINER{
	text-align:left;
	margin:0px auto 0px auto;
	}

#WRAPPER{
	width:870px;
	margin:0px auto 0px auto;
	}

#TOP_BAR{
	width:870px;
	height:28px;
	font-size:11px;
	padding:5px 0 0 0;
	color:#63615b;
	}

#TOP_BAR_LEFT{
	width:660px;
	float:left;
	padding:0px 0 0 0px;
	}

#TOP_BAR_RIGHT{	
	width:170px;
	float:left;
	text-align:right;
	}
	
#LOGO{
	width:181px;
	height:251px;
	float:right;
	margin:10px 0px 0px 0px;
	position:relative;
	right:70px;
	}
	
#CONTENT{
	clear:both;
	width:870px;
	position:relative;
	top:-27px;
	}

#CONTENT_TOP{
	background-image:url(images/container_top.gif);
	width:870px;
	height:149px;
	}
	
#CONTENT_REPEAT{
	background-image:url(images/content_bg.gif);
	width:870px;
	background-repeat:repeat-y;
	float:left;
	}
	
#BLOG{
	float:left;
	width:476px;
	padding:0px 40px 30px 40px;
	position:relative;
	top:-100px;
	}
	
#SIDEBAR{
	width:234px;
	float:left;
	padding:0px 0px 0px 0px;
	position:relative;
	left:40px;
	top:-20px;
	*left:32px;
	color:#fff;
	font-weight:bold;
	}	
	
#CONTENT_BOT{
	background-image:url(images/container_bottom.gif);
	width:870px;
	height:30px;
	clear:both;
	}
	
#FOOTER{
	clear:both;
	width:880px;
	}
	
#FOOTER_RIGHT{
	float:left;
	color:#748057;
	font-weight:bold;
	font-size:14px;
	background-image:url(images/footer_napf.gif);
	background-repeat:no-repeat;
	width:241px;
	height:81px;
	padding:65px 0 0 80px;
	}
	
#FOOTER_LEFT{
	width:556px;
	float:left;
	text-align:center;
	padding:65px 0px 0px 0px;
	color:#796852;
	}
	
/******************************* SIDEBAR *******************************/

#SIDEBAR a{
	color:#fff;
	text-decoration:none;
	}

#SIDEBAR .bloginfo{
	margin-top:10px;
	}

#SIDEBAR ul{
	color:#fff;
	text-decoration:none;
	width:230px;
	margin:10px 0 0px 0;
	}

#SIDEBAR li{
	color:#fff;
	text-decoration:none;
	border-bottom:1px solid #fff;
	padding:5px 0 5px 0px;
	}

#SIDEBAR li a{
	color:#fff;
	text-decoration:none;
	}
	
.rss_icon{
	position:relative;
	top:8px;
	padding-right:5px;
	width:30px;
	height:27px;
	}
	
.input_field{
	width: 140px;
	height:21px;
	border:solid 0 #fff;
	padding: 6px 0px 0px 5px;	
	margin: 8px 0px 0px 4px;
}

.input_btn_search{
	position:relative;
	top:4px;
	cursor:pointer;
	height:27px;
	width:29px;
	border:solid 0 #fff;
	background: transparent url(images/search.gif) no-repeat;
	}
	
.search{
	margin:0px 0 0 20px;
	position:relative;
	top:-40px;
	}
	
/******************************* BLOG ENTRY *******************************/
	
.blogentry_footer{
	background-image:url(images/blog_entry_footer.gif);
	background-repeat:no-repeat;
	width:460px;
	height:20px;
	padding:7px 10px 10px 15px;
	position:relative;
	left:-3px;
	}
	
.comments{
	margin:10px 0px 0px 0px;
	}

.comments a{
	color:#fab600;
	text-decoration:none;
	}
	
.comments a:hover{
	color:#6FBAD9;
	}
	
.entries{
	margin-bottom:40px;
	}


/************** next page **************/

.next_page a{
	display:			block;
	width:				103px;
	height:				23px;
	background:url(images/btn_next_page.gif);
	border:none;
	padding:7px 5px 5px 20px;
	color:#fff;
	float:right;
}

.next_page a:hover{
	display:			block;
	width:				103px;
	height:				23px;
	background:url(images/btn_next_page_hover.gif);
	border:none;
	padding:7px 5px 5px 20px;
	color:#fff;
	}

.previous_page a{
	display:			block;
	width:				103px;
	height:				23px;
	background:url(images/btn_next_page.gif);
	border:none;
	padding:7px 5px 5px 20px;
	color:#fff;
	float:left;
	}
	
.previous_page a:hover{
	display:			block;
	width:				103px;
	height:				23px;
	background:url(images/btn_next_page_hover.gif);
	border:none;
	padding:7px 5px 5px 20px;
	color:#fff;
	}

/******************************* FOOTER *******************************/
	
#FOOTER_LEFT a{
	color:#796852;
	font-weight:normal;
	}
#FOOTER_LEFT a:hover{
	text-decoration:underline;
	}
	
#FOOTER_RIGHT a{
	color:#748057;
	text-decoration:none;
	}

/******************************* TOP BAR *******************************/
	
#TOP_BAR a{
	color:#63615b;
	text-decoration:none;
	font-weight:normal;
	}

#TOP_BAR a:hover{
	text-decoration:underline;
	}
	
	
/***************************** comments  *************************************************************/
.input_comment{
	background: transparent url("images/input_bg.gif") no-repeat;
	width: 198px;
	height:23px;
	border:solid 0 #fff;
	padding:6px 2px 2px 4px;
	position:relative;
	top:0px;
	*top:8px;
	}

.input_textfield{
	background: transparent url("images/input_textfield.gif") no-repeat;
	width: 391px;
	height:122px;
	border:solid 0 #fff;
	padding:6px 2px 2px 4px;
	position:relative;
	top:0px;
	*top:8px;
	}

.absenden{
	background: transparent url("images/input_absenden.gif") no-repeat;
	width: 100px;
	height:37px;
	border:solid 0 #fff;
	padding:0px 2px 2px 4px;
	color:#fff;
	font-weight:bold;
	font-size:12px;
	cursor:pointer;
	margin-top:10px;
	}

img.avatar {
	/*float:left;
	margin-right:10px;*/
	display:none;
} 

.comment-author cite, .comment-author{
	font-size:18px;
	color:#fab600;
	font-style:normal;
	margin-bottom:5px;
	}
	

.comment-author cite a, .comment-author a{
	font-weight:normal;
	}
	
.comment-meta a{
	font-size:12px;
	color:#595959;
	font-weight:normal;
	font-style:italic;
	}

.commentlist li{
	margin:0px 0 0 0;
	padding-top:20px;
	}
	
ol.commentlist {
	margin:30px 0 0 0;
	background-image:url(images/h1_linie.gif);
	background-repeat:no-repeat;
	}
	
.bubble{
	float:left;
	}
	
	
/***************************** image  *************************************************************/

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;	
	border: 1px solid #ddd;
	background-color: #f3f3f3;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;	
	border: 1px solid #ddd;
	background-color: #f3f3f3;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;	
	border: 1px solid #ddd;
	background-color: #f3f3f3;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.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;
}
/* End captions */




/******************************* bookmark *******************************/
#BOOKMARK{
	display: block;
	margin-left: auto;
	margin-right: auto;	
	border: 1px solid #ddd;
	background-color: #f3f3f3;
	padding:10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	width:460px;
	float:left;
	}
	
.bookmark_icn{
	padding-right:1px;
	margin-top:40px;
	position:relative;
	left:40px;
	}

img a{
	border:0;}

.book_text{
	float:left;
	width:220px;
	}

.bookies{
	float:left;
	width:240px;
	}
	
.icns{
	padding:0px 5px 4px 0;
	position:relative;
	top:7px;
	}

/******************************* last comments plugin *******************************/
#get_recent_comments_wrap ul li{
	color:#595959;
	font-weight:normal;
	line-height:16px;
	}
	
/******************************* top bar *******************************/	
a.btn_ciaobau{
	background-image:url(images/btn_ciaobau.gif);
	background-repeat:no-repeat;
	background-position:0 0px;
	position:relative;
	top:-5px;
	height:29px;
	width:107px;
	display:block;
	color:#fff;
	font-weight:bold;
	float:left;
	padding:4px 15px 0 35px;

	}
	
.btn_link {
	color:#fff;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	}

a:hover .btn_link {
	border:none;
	color:#000;
	text-decoration:none;
	}
