/*  
------------------------------------
COMMON
------------------------------------  
*/

body {
	margin-left: 30px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	}

a:link,a:visited,a:active {
	color: #322f31;
	text-decoration: underline;
	}
	
a:hover {
	color: #000000;
	text-decoration: underline;
	}

hr {
	border: none 0;
	border-top: 1px solid #000000;
	height: 2px;
	width: 100%;
	}	
	
.fixednav {
	position: absolute;
	}
	
.border_black {
	border: #000000;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px
	}	
	
.text {
	font-size: 11px;
	color: #322f31;
	font-family: Arial,Verdana,Helvetica,sans-serif;
	line-height: 125%;
	}

.bio {
	font-size: 11px;
	color: #666666;
	font-family: Arial,Verdana,Helvetica,sans-serif;
	line-height: 150%;
	}

.blogtitle {
	font-size: 14px;
	color: #000000;
	font-family: Arial,Verdana,Helvetica,sans-serif;
	font-weight: bold;
	line-height: 100%;
	}

.blogdate {
	font-size: 10px;
	color: #000000;
	font-family: Arial,Verdana,Helvetica,sans-serif;
	font-weight: bold;
	line-height: 100%;
	}
	
.hiddenPic {display:none;}

/*  
------------------------------------
CONTACT PAGE
------------------------------------  
*/

.contact_name {
	font-size: 11px;
	color: #666666;
	font-family: Arial,Verdana,Helvetica,sans-serif;
	line-height: 150%;
	}
	
.contact_text {
	font-size: 11px;
	color: #666666;
	font-family: Arial,Verdana,Helvetica,sans-serif;
	line-height: 150%;
	}

/*  
------------------------------------
SHOP PAGE
------------------------------------  
*/
.shop_box {
	width: 280px;
	height: 330px;
	display: block;
	float: left;
	text-align: center;
	padding: 10px;
}