/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}

/* Global */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 45px;
	padding-left: 16px;
	padding-bottom: 20px;
	background: url(../img/background.gif) left top no-repeat;
}

a {
	text-decoration: none;
	color: #FF0000;
}

div.hr {
  width: 792px;
  border-top: 1px solid #CCCCCC;
}

div.hr hr {
  display: none;
}

/* Header */

#header{
	width: 790px;
}
#header div.left {
	float: left;
}

#header div.address {
	float: right;
	margin-top: 32px;
	 
}

#details {
	 
	margin-top: 174px;
	margin-bottom: 60px;
	padding-bottom: 35px;	
	background: url(../img/separator.gif) left bottom no-repeat;
}

/* Details */
#details ul {
	margin: 0px;
	padding: 0px;
 
}

#details li {
	list-style: none;
	margin-bottom: 10px;
	color: #888;
	
}

#details li strong {
	color: #000000;
}

/* Post */
.post {
	font-size: 12px;
	background: url(../img/separator.gif) left bottom no-repeat;	
	padding-bottom: 35px;
	margin-bottom: 50px;
}

.post h1 {
	font-size: 16px;
	color: #000000;
	xfont-weight: normal;
	padding: 0 0 5px 0;
}

.post h2 {
	font-size: 12px;
	font-family: Georgia;
	font-style: italic;
	color: #888;
	font-weight: normal;
	padding: 0 0 10px 0;
}

.post a {
	xcolor: #666666;
}

.post div.images {
	margin-top: 20px;	 
	background: url(../img/background_post.gif) top left no-repeat;
}

.post div.images .big {
	float: left;
	margin-right: 5px;
}

.post div.images .smalls .top {
	margin-bottom: 5px;
}

/* Footer */
#footer {
	margin-top: 20px;
	background: url(../img/background_footer.gif) top left no-repeat;
	font-size: 10px;
	color: #999999;
}

#footer a {
	text-decoration: none;
	color: #666666;
}

#postcontainer{
	float:left;
	width:640px;
}
.entry{
	width:620px;
	padding:10px;
}

.entry p{
	font-size:11px;
}

.entry img{
	margin:10px;
}

#blognavigation{
	width:150px;
	float:left;
	background-color:#f5f5f5;
	
}