html{font-size:100.01%;}
	
body{
	margin:0;
	background: #fff;
	background-image:url(../images/background-01.jpg);
	background-repeat:repeat-x;
	font: 9pt "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	/*text-align: center;*/
}


/* GENERAL */
img{border:0; display:block;}

form{display:inline;}

.hidden{
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	}

p{
	margin:0;
	padding:0;
	}

ul{
	margin:0;
	padding:0;
	list-style:none;
	}
.bold{
	font-weight: bold;
}
.italic{
	font-style: italic;
}

.float-left{float:left !important;}
.float-right{float:right !important;}

a:focus{outline:none;}

a{
	text-decoration: underline;
	color: #7f7f7f;
}
a:hover{
	text-decoration: none;
	color: #1885b3;
}
a:visited{
	color: #464646;
}

h1, h2, h3, h4, h5, h6{
	margin:0;
	padding:0;
	}
#page { 
	width: 502px;
	margin: inherit auto; 
	text-align: left; 
	}

/* HEADER */
#header{
	margin-top: 10px;
	margin-left: 10px;
	left: 160px;
	position: relative;
}

#logo{
	/*border: 1px solid #f0f0f0;*/
	width: 500px;
	height: 75px;
}


/* NAV */

#nav{
	/*border: 1px solid #f0f0f0;*/
	width: 130px;
	position: absolute;
	padding: 10px;
	margin-top: 10px;
	margin-left: 10px;
	font-size: .9em;
}
.nav-items{
	font-size: 150%;
}
.nav-items a{
	text-decoration: none;
	color: #949494;
}
.nav-items a:hover{
	text-decoration: none;
	color: #1885b3;
}

/* TUMBLR */
#main-content div.entry ol.tumblr_posts li.tumblr_post {
	padding-top: 15px;
	font-weight: bold;
	font-size: 1.2em;
}

div.tumblr_caption {
	margin-top: 5px;
}

/* MAIN */


.home-main-copy{
	margin-bottom: 10px;
	color: #4b4b4b;
	left: 10px;
	position: relative;
	font-size: 1.1em;
	line-height: 1.6em;
	font-weight: bold;
}





#main-content{
	left: 171px;
	width: 502px;
	position: relative;
}
#main-header{
	text-align: left;
	border: 1px solid #f0f0f0;
	background-color: #7e7e7e;
	color: #fff;
	padding: 9px;
	margin-top: 18px;
	font-size: 1.6em;
	font-weight: bold;
	background-image: url(../images/title-bknd-2.jpg);
}
.entry{
	padding-bottom: 10px;
	padding: 10px;
	margin-top: 10px;
	background-color: #fff;
	border-top: 1px dotted #b2b2b2;
}
.header{
	color: #464646;
	margin-bottom: 5px;
	line-height: 1.2em;
	font-size: 1.2em;
}
.image{
	margin-bottom: 9px;
	border: 1px solid #f0f0f0;
}
.thumbs{
	width: 480px;
	margin-top: 9px;
	border-top: 1px dashed #dfdfdf;
	float: none;
	display: inline-block;
}
/*.thumbs ul{
	height: inherit;
}*/
.thumbs li{
	border: 1px solid #c5c5c5;
	list-style-type: none;
	float: left;
	margin-right: 9px;
	margin-top: 9px;
	position: inherit;
}
.description{
	color: #7f7f7f;
	line-height: 140%;
}

/*FOOTER*/
#footer{
	position: absolute;
	color: #7f7f7f;
	line-height: 140%;
	width: 100%;
	/*background: #fff url(images/footer-background.jpg) repeat-x;*/
	margin-top: 20px;
	height: 150px;
	background-color: #f3f3f3;
}

.footer-header{
	font-size: 150%;
	margin-bottom: 10px;
	color: #777;
}	
.about{
	width: 250px;
	position: absolute;
	margin: 20px;
	padding-left: 10px;
}
.contact{
	width: 240px;
	position: absolute;
	margin: 20px;
	left: 280px;
	padding-left: 30px;
	height: 110px;
	border-left: 1px solid #bbb;
}
.footer-links{
	width: 250px;
	position: absolute;
	margin: 20px;
	left: 550px;
	padding-left: 30px;
	height: 110px;
	border-left: 1px solid #bbb;
}