body{
	/*font-family:Cambria,Georgia,Myriad Pro,Arial,Helvetica;*/
	font-family: 'Josefin Sans Std Light', arial, serif;
	background:url("images/maintile.jpg");
	height:100%;
}
#header{
	width:100%;
	height:50px;
	background:url("images/nav.jpg") repeat-x;
	padding:0;
	margin:0;
	position:absolute;
	top:0;
	left:0;
	margin-bottom:20px;
}
#navigation img{
	margin:-10px 30px 10px 0;
}
/*#marginThing{
	background:url("images/graphite.jpg");
	width:100%;
	height:20px;
	position:absolute;
	z-index:1;
	top:45px;
	left:0;
}*/
p{
	margin-bottom:10px;
}

#container{
	position:absolute;
	z-index:-1;
	left:50%;
	width:801px;
	height:auto;
	display:inherit;
	padding:30px 10px 10px 10px;
	margin:30px 0 30px -400px;
	background-color:#ffffff;
	-moz-box-shadow:0px 0px 15px #36393D;
	-webkit-box-shadow: 0px 0px 15px #36393D; 
}
#sidebar{
	float:right;
	width:170px;
	border-left:1px solid #F9F7ED;
	padding-left:15px;
	margin-left:15px;
	background-color:#ffffff;
	z-index:1;
	}
#content{
	width:800px;
	margin-top:-15px;
}
#navigation{

	padding-top:8px;
	width:800px;

}
.video{
	display:block;
	margin-top:30px;
	margin-bottom:30px;
	margin-left:auto;
	margin-right:auto;
}




/* Navigation Effects */

	#lava a {
		text-decoration:none; 
		color:#CCC;
	}
	
	#lava {
		/* you must set it to relative, so that you can use absolute position for children elements */

		position:relative;
	float:right;
		text-align:right;
		margin-top:-40px;
		width:500px;
		height:40px;
		font-size:14px; 
	}
	
	#lava ul {
		/* remove the list style and spaces*/
		margin:0; 
		padding:0; 
		list-style:none; 
		display:inline;
				
		/* position absolute so that z-index can be defined */
		position:absolute; 
		
		/* center the menu, depend on the width of you menu*/
		left:110px; 
		top:0; 
		
		/* should be higher than #box */
		z-index:100;

	}
	
	#lava ul li {
		
		/* give some spaces between the list items */
		margin:0 15px; 
		
		/* display the list item in single row */
		float:left;
	}
	
	#lava #box {
		
		/* position absolute so that z-index can be defined and able to move this item using javascript */
		position:absolute; 
		left:0; 
		top:0; 
		
		/* should be lower than the list menu */
		z-index:50; 
		border-bottom:solid thick #4096EE;
		margin-left:-5px;
	}
	
	#lava #box .head {
		/* image of the left rounded corner */
		
		height:20px;

		/* self-adjust left padding to make sure the box display in the center of the item */
		padding-left:10px;
	}

						
			#sidebar img{
				display:block;
				margin-left:auto;
				margin-right:auto;
				padding-bottom:10px;
			}
/* Tumblr posts*/

ol.tumblr_posts
{
	list-style: none;
}

.tumblr_description{
	text-decoration:none;
	font-size:14px;
}

.tumblr_description td a{
	text-decoration:none;
	color:#356AA0;
}

p a {
	color:#356AA0;
	text-decoration:none;
}

img{
	border:none;
}

.tumblr_post{
	padding-bottom:15px;
	margin-bottom:15px;
	
	min-height:63px;
	margin-left:-130px;
	padding-left:130px;
	width:550px;
}

.tumblr_body, .tumblr_description, .tumblr_caption p{
	border:4px #EEEEEE;
	border-bottom-style:solid;
	padding-bottom:10px;
}

a.tumblr_link{
	color:#67a821;
	font-size:1.5em;
}
.tumblr_photo_post{
	background: url("images/image.png") no-repeat top left;
}
.tumblr_photo_post img{
	-moz-box-shadow:0px 0px 15px #36393D;
	-webkit-box-shadow: 0px 0px 15px #36393D;
}
.tumblr_text_post{
	background: url("images/text.png") no-repeat top left;
}
.tumblr_video_post{
	background: url("images/video.png") no-repeat top left;
}

embed{
	width:500px;
}

.tumblr_link_post{
	background: url("images/link.png") no-repeat top left;
}
.tumblr_link_post img{
	display:none;
}
