/* CSS Document */

/* COMMON STYLES */

p {
	margin-bottom:5px;
}

ul, li {
	list-style:none;
}

img {
	border: 0px;
}

a {
	text-decoration: none;
	color:#d5b7b7;
}
a:visited {
	text-decoration: none;
	color: #d5b7b7;
}

a:hover {
	border: none;
	text-decoration:none;
	color: #333;
}

.home	{
	cursor:pointer;
	text-decoration:none;
}

.paging {
	text-align: center;
}

p.about-text {
	-x-system-font:none;
	color:#B2B2B2;
	font-family:Arial,Helvetica,sans-serif;
	font-size:1.2em;
	font-size-adjust:none;
	line-height:17px;
	margin:0 0 10px;
}
p.copyright {
	-x-system-font:none;
	color:#404040;
	font-family:Arial,Helvetica,sans-serif;
	font-size:0.92em;
	font-size-adjust:none;
	margin:10px 0 0;
}

#content img {
  max-width:540px;
 width: expression(this.width > 540 ? 540: true);
}

#content .images {
  max-width:540px;
 width: expression(this.width > 540 ? 540: true);
}

#icons {
width: 158px;
height:107px;
margin-bottom:10px;
}
#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: 107px;
float:left;
padding:0;
display:block;
}
#icons ul li#bloglovin a {
background: url(../images/ikon_bloglovin.png) no-repeat 0 0;
}
#icons ul li#bloglovin a:hover {
background: url(../images/ikon_bloglovin.png) no-repeat 0 -107px;
border-bottom:none;
}

#widgets {
	margin:5px;
	background:#fff;
}

#widgets h3 {
	text-align:center;
		font-size:200%;
		width:160px;
		height:15px;
        line-height:110%;
        padding: 5px 0 15px 0;
		font-family: "Courier New", "Trebuschet ms", arial, helvetica;
		letter-spacing:2px;
        font-weight: bold;
        color:#333;
		clear:both;
		margin-bottom:5px;
		border-bottom: 1px dashed #333;
}

.latestcomments-box {
	font-size: 0.96em;
	line-height:normal;
	background:#FFFFFF none repeat scroll 0 0;
	margin:2px 0;
	padding:5px;
	width:152px;
}
	



/* WP IMAGE PLACEMENT */
.aligncenter, div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
   margin:5px;
}

.alignright {
   float: right;
   margin:5px;
}
