/*  
Theme Name: ThreeFriends
Theme URI: http://blog.threefriendsdesign.com
Description: A Custom WP Theme for threefriendsdesign.com
Version: 1.0
Author: Kevin A. Lormand
Author URI: http://www.seaoftreasures.net/
*/

body {
	background-image: url("images/main_back.jpg");
	background-attachment: fixed;
	text-align: center;
}

div.border1{
	display: inline-block;
	background-image: url("images/border1.jpg");
	background-attachment: fixed;
	padding: 0px 5px;
	width: 1024px;
}

div.border2{
	background-image: url("images/border2.jpg");
	background-attachment: fixed;
	padding: 5px 0px;
}

div.border3
{
	background-image: url("images/border3.jpg");
	background-attachment: fixed;
	padding: 15px;
}

div#page
{
	background-image: url("images/back.jpg");
	padding: 5px;
	/*border: .5em groove #F3E7AC;*/
}

div#header {
	border: medium outset #F3E7AC;
	color: #FFF;
}

div#meat {
	
	display: inline-block;
	text-align: left;
}

div#page {
	border: medium outset #F3E7AC;
}

div#sidebar {
	border: medium outset #F3E7AC;
	float: left;
	width: 165px;
}

ul,li {
	padding-left: 7px;
}

ul {
	list-style-type: none;
}



a:link{
	color: #F3E7AC;
	text-decoration: none;
}

a:visited{
	color: #F3E7AC;
	text-decoration: none;
}

a:hover{
	color: #9E96C9;
	text-decoration: none;

}

div#container {
	color: #fff;
	margin-left: 165px;
	padding-left: 20px;
	width: 790px;
}

div.entry {
	width: 100%;
	display: inline-block;
}
