/*
Theme Name: laeme
Theme URI: http://www.peepingmonster.com/monsterFat/
Description: peepingMonster's looks through the keyhole
Author: Ruben Verdu
Author URI: http://www.peepingmonster.com
Version: 1.0
.
This theme can be used for commercial or non-commercial use
so long as it is not redistributed or resold in any way.
.
*/
@charset "UTF-8";

/*____________________generic styles_______________________*/

* { 
margin: 0; 
padding: 0;
}

body {
background-color:#191919;
color: #444;
font-family:Helvetica, Arial, sans-serif;
font-size: 12px;
line-height: 18px;
text-align: center;
min-width: 960px;
}

/* _______________________________________________________ */
#page {
	position: relative;
	text-align: left;
	margin:30px auto;
	width: 760px;
	height: 100%;
	border:1px solid black;
	background-color:#666;
}

a img {
	border: none;
}

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

a:active, a:hover {
	color:#FFA500;
}

p,
ul,
ol { 
	margin-bottom: 18px;
	list-style-type: none;
}
#blogname {
	margin-top:-20px;
}
#blogname h1 {
	margin:0px;
	display:block; font-size:4px; color:#fff;
}
/* _______________________________________________________ */
#main .container {
	background-image:url(images/peep_head_background.jpg);
	background-repeat:no-repeat;
	min-height:378px;
}
#header {
	margin:0px;
	padding:0px;
	height:378px;
}

#logotop a.rollover {
	display:block;
	width:760px;
	height:100px;
	background:url(images/peep_logo.jpg) no-repeat top center;
}
#logotop a.rollover:hover {
	background-position:0 -100px;
}

#peep_head {
	margin-top:-40px;
	margin-left:195px;
}

ul#menu {
	margin:0px; padding:0px;
	position:absolute;
	top:-25px;
	left:245px;
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	text-align: center;
}
ul#menu li {
	display:inline;	
}
ul#menu li a {
	padding: 2px 10px 0px 10px;
	text-decoration:none;
	color:#666;
	border-right:1px solid #666;
}
ul#menu li a.active, ul#menu li a:hover {
	color:#FFA500;
}
#rssfeed a {
	border-left: 1px solid #666;
}
/* _______________________________________________________ */
#block_entry {
	margin-top:36px;
	clear:both;
	background-image:url(images/entry_background.jpg);
	background-repeat:no-repeat;
}
h2 {
	font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px; 
	line-height: 18px; 
	margin-bottom: 18px;
}
#column_entry {
	float:left;
	width:155px;
	text-align:right;
	font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	margin-bottom: 18px;
}
#category_entry {
	margin-bottom: 18px;
}
#date_entry {
	margin-bottom:18px;
}
#main_text_column {
	width:475px;
	margin-left:250px;
	font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	line-height:18px;
	margin-bottom: 18px;
}
/* _______________________________________________________ */
#footer .container {
	background-image:url(images/imagefooter.jpg);
	background-repeat:no-repeat;
	height:95px;
	margin-top:15px;
}

#peeplogo a.rollover {
	display:block;
	width:236px;
	height:30px;
	margin:0;
	padding:0;
	background:url(images/peep_link.jpg) no-repeat top center;
}
#peeplogo a.rollover:hover {
	background-position:0 -30px;
}


#footer_column {
	margin-top:-10px;
	width:475px;
	margin-left:250px;padding-top:5px;
	font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
	font-size:10px; line-height: 14px;
	color:#000;
}

.container {
	width:760px;
	margin:0 auto;
	position:relative;
	font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	line-height:18px;
}