/* CSS Document */
p {
	margin-bottom:15px;
}

a {
	color:#000;
	background:#f5ddff;
	text-decoration:none;	
}

a:hover {
	color:#666;
	background: #ffffe1;
	text-decoration:none;
}

.home	{
	cursor:pointer;
	text-decoration:none;
}

#content h1, h2, h3 {
	color:#cc0000;
	text-align:center;
	font-size: 2em;
}

#content ul, li {
	list-style:none;
}
#content .image {
 max-width:635px;
 width: expression(this.width > 640 ? 640: true);
 border:0px;
 padding: 5px;
}

#content img {
 max-width:635px;
 width: expression(this.width > 640 ? 640: true);
 border:0px;
 padding: 5px;
 background:#fff;
}

.paging {
	text-align: center;
}

/* ICONS */
#icons {
width: 158px;
height:140px;
padding:10px 0 0 15px;
margin-bottom:10px;
margin-left:7px;
}
#icons ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
#icons li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	height: 70px;
	display:inline;
	}
#icons ul li a {
min-width: 158px;
height: 70px;
float:left;
padding:0;
display:block;
}
#icons ul li#bloglovin a {
background: url(../images/ikon_bloglovin.jpg) no-repeat 0 0;
}
#icons ul li#bloglovin a:hover {
background: url(../images/ikon_bloglovin.jpg) no-repeat 0 -70px;
border-bottom:none;
}
#icons ul li#kontakt a {
background: url(../images/ikon_kontakt.jpg) no-repeat 0 0;
}
#icons ul li#kontakt a:hover {
background: url(../images/ikon_kontakt.jpg) no-repeat 0 -70px;
border-bottom:none;
}

#camera {
width: 142px;
height:150px;
padding:10px 0 0 15px;
margin-bottom:10px;
float:right;
margin-top:-130px;
margin-right:40px;
}
#camera ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
#camera li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	height: 70px;
	display:block;
	}
#camera ul li a {
min-width: 142px;
height: 150px;
float:right;
padding:0;
display:block;
}
#camera ul li#about a {
background: url(../images/ikon_kamera.gif) no-repeat 0 0;
}
#camera ul li#about a:hover {
background: url(../images/ikon_kamera.gif) no-repeat 0 -150px;
border-bottom:none;
}
#sweetlifestyle {
width: 160px;
height:308px;
padding:10px 0 0 5px;
margin-bottom:10px;
float:right;

}
#sweetlifestyle ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
#sweetlifestyle li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	height: 70px;
	display:block;
	}
#sweetlifestyle ul li a {
min-width: 160px;
height: 308px;
float:right;
padding:0;
display:block;
}
#sweetlifestyle ul li#about a {
background: url(../images/ikon_sweetlifestyle.jpg) no-repeat 0 0;
}
#sweetlifestyle ul li#about a:hover {
background: url(../images/ikon_sweetlifestyle.jpg) no-repeat 0 -308px;
border-bottom:none;
}


#widgets {
	margin:5px;
}

#widgets h3 {
	letter-spacing: 2px;
    font-family: tahoma;
    font-size: 10px;
	font-weight:normal;
    background:url(../images/menu/bg.gif) repeat-x left bottom;
	padding:4px;
    height:17px;
	cursor:pointer;
	color: #333;
	width:165px;
	border-bottom:none;
	clear:both;
}

.widget_recent_comments li {
	/*margin-left:10px;*/
}
.widget {
	margin-bottom:10px;
}
#wp-calendar {
	margin-left:auto;
	margin-right:auto;
}
.recentCommentsPostTitle li {
}

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

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

/* Sticky Announcment style */
.announcement_head {
	float:right;
	color:#990000;
}
.announcement_post {
}