*{
	margin:0;
	padding:0;
}*

body{
background-image:url(images/bg_image.jpg);
background-repeat:repeat; 
border:none;
}

/* CONTAINER */
#container{
	width:900px;
	margin:0 auto;
}

/* SHARED ANCHOR TAGS */
	#container a:link{
		color:#FF0080;
		text-decoration:underline;
	}
	
	
	#container a:visited{
		color:#FF0080;
		text-decoration:underline;	
	}
	
	#container a:hover{
		color:#312724;
		text-decoration:underline;	
	}

h1{
	background:url(images/header.png) no-repeat;
	height:130px;
	text-indent:-5000px;
	position:relative;
}
/* FLOATING IMAGES ON Z-INDEX PLANE */
	#graphic_menu3{
			position:relative;
	}

	#graphic_menu3 .image3{
		position:absolute;
		right:-112px;
		top:-258px;
		background-image:url(images/graphic_header.png);
		background-repeat:no-repeat;
		width:376px;
		height:363px;
		z-index:1;
	}

/* CONTENT */
#content{
	margin-top:10px;
	background-color:#f0f0f0;
	width:540px;
	float:right;
}

#content p a img{
border:thin;
border-style:dashed;
color:#999999;
}

#content p a img:hover{
	color:#333333;
}


#content .post{
	position:relative;
	margin:30px 20px 30px 20px;
	z-index:2;
}

#content h2{
	font: 32px georgia; 
	text-align:right;
}

#content posted_by{
	text-align:right;
	background-color:#FF6666;
}
	#content h2 a:link{
		color:#312724;
		text-decoration:none;
	}
	
	#content h2 a:visited{
		color:#312724;
		text-decoration:none;	
	}
	
	#content h2 a:hover{
		color:#FF0080;
		text-decoration:underline;	
	}

	#content h6{
		text-align:right;
		font-family:Georgia, "Times New Roman", Times, serif;
		color:#312724;
		font-size:12px;
	}

#content .single_post{
	margin-top:5px;
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#content .not_found{
	margin:30px 30px 30px 30px;
}

#content .posted_in{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
}

#content .subheader{
	font: 20px georgia; 
}

/* COMMENT AREA */
#content ol.commentlist{
	font-style:normal;
	list-style:none;
	font-size:14px;
}

	#content ol.commentlist li{
		margin:15px 0 15px 0;
		font-style:normal;
		padding:5px 5px 5px 5px;
	}

	#content ol.commentlist small{
		font-family:Arial, Helvetica, sans-serif;
		color:#666666;
		font-size:10px;
	}

	#content ol.commentlist li.alt{
		background-color:#E1E1E1;
		margin:15px 0 15px 0;
		padding:5px 5px 5px 5px;
	}
	
	#content ol.commentlist li cite{
		font: 12px georgia;
		font-style:normal;
	}

		/** COMMENT FORM **/
		#comment{
			width:500px;
		}
		
		#commentform p{
			font: 12px georgia;
		}
		
		#respond{
			font: 12px georgia;
		}
		
		#comments{
			font: 18px georgia;
			margin-top:10px;
		}

/* SIDEBAR */
#sidebar{
	width:350px;
	float:left;
	top:0;
}
	/* FLOATING IMAGES ON Z-INDEX */
	#graphic_menu{
		position:relative;
	}

	#graphic_menu .image{
		position:absolute;
		left:-54px;
		top:-120px;
		background-image:url(images/graphic_menu.png);
		background-repeat:no-repeat;
		width:489px;
		height:130px;
		z-index:1;
	}
	
	#graphic_menu_1{
		position:relative;
	}
	
	#graphic_menu_1 .image_1{
		position:absolute;
		left:344px;
		top:10px;
		background-image:url(images/graphic_menu2.png);
		background-repeat:no-repeat;
		width:60px;
		height:24px;
		z-index:1;
	}
	
	#graphic_menu_2{
		position:relative;
	}

	#graphic_menu_2 .image_2{
		position:absolute;
		left:-55px;
		top:-129px;
		background-image:url(images/graphic_menu3.png);
		background-repeat:no-repeat;
		width:55px;
		height:192px;
		z-index:1;
	}

/* SIDEBAR NAVIGATION*/
#nav {
	list-style:none;
	display:inline;
	height:75px;
	overflow:hidden;
}
		
	#nav li{
		list-style:none;
		display:inline;
	}
	
	#nav a{
		float:left;
		padding:75px 0 0 0;
		overflow:hidden;
		height:0;
	}

	#nav .home a{
		margin-top:10px;
		background:url(images/btn_home.jpg) no-repeat;
		width: 350px;
	}

	#nav .home a:hover {
		margin-top:10px;
		background-position:0 -75px;
	}
	
	#nav .about a{
		margin-top:10px;
		background:url(images/btn_about.jpg) no-repeat;
		width: 350px;
	}

	#nav .about a:hover {
		margin-top:10px;
		background-position:0 -75px;
	}
	
		#nav .contact a {
		margin-top:10px;
		background:url(images/btn_contact.jpg) no-repeat;
		width: 350px;
	}

	#nav .contact a:hover {
		margin-top:10px;
		background-position:0 -75px;
	}
	
/* SEARCH AREA*/
#search_area {
	top:395px;
	position:absolute;
	background:url(images/btn_search.gif) no-repeat;
	width: 350px;
	height:40px;
}

	.search_btn{
		position:relative;
		width: 98px;
		height: 34px;
		left:252px;
		top: 10px;
		border: 0;
		background:url(images/btn_search.png) no-repeat;
		text-indent: -1000px;
		cursor:pointer;
	}
	
	.search_btn:hover{
		background-position:0 -34px;
	}
	
	.search_btn:active{
		background-position:0 -68px;
	}
	
	.search_input{
		position:absolute;
		width:239px;
		height:21px;
		margin: 272px 0 0 -346px;
		background:none;
		color:#312724;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:16px;
		border:hidden;
		z-index:2;
	}
/* CATEGORIES */
#categories {
	float:left;
	margin-top:20px;
	margin-bottom:20px;
	width:170px;
	background-color:#f0f0f0;
}

	.categories{
		list-style:none;
		cursor:default;
		padding:5px 10px 5px 10px;
		font: 18px georgia;
	}
	
	.categories ul{
		list-style:none;
		margin: 5px 10px 0 10px;
		padding:5px 5px 10px 5px;
		font-size:14px;
		font-family:Georgia, "Times New Roman", Times, serif;
	}
	
	.categories ul li a{
		display:list-item;
	}


/* ARCHIVES AND INSPIRATION LINKS*/
#archive {
	float:right;
	margin-top:20px;
	margin-bottom:20px;
	width:170px;
	background-color:#f0f0f0;
}

	#archive h3{
		list-style:none;
		cursor:default;
		padding:5px 10px 5px 10px;
		font: 18px georgia;
	}
	
	#archive ul{
		list-style:none;
		margin: 5px 10px 0 20px;
		padding:5px 5px 10px 5px;
		font-size:14px;
		font-family:Georgia, "Times New Roman", Times, serif;
	}
	
	#archive ul li a{
		display:list-item;
	}

/* FOOTER */
#footer{
	clear:right;
	float:right;
	margin-top:10px;
	width:540px;
	height:25px;
	background-color:#ffffff;
}

#footer ul{
	position:relative;
	left:332px;
	top:2px;
	list-style:none;
	display:inline;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-variant:small-caps;
}

	#footer ul li a:hover{
		color:#312724;
	}
	
	#footer ul .home_footer a{
		color:#FF0080;
	}
	
	#footer ul .about_footer a{
		color:#FF2A54;
	}
	
	#footer ul .contact_footer a{
		color:#ffa03e;
	}
	
#footer li{
	display:inline;
}

	#graphic_menu2{
			position:relative;
	}

	#graphic_menu2 .image2{
		position:absolute;
		right:-55px;
		top:-96px;
		background-image:url(images/graphic_footer.png);
		background-repeat:no-repeat;
		width:95px;
		height:146px;
		z-index:1;
	}