/*BACKGROUND IMAGE************/
body {
	background: url('images/4.jpg');
background-repeat:repeat;
background-attachment:fixed;
background-attachment:border 10px solid 000000;
	font:11px Arial, Helvetica, sans-serif; /*ENTRY FONTS*/
	color:#949494; /*OVERALL TEXT COLOR*/
}


/*LINK STYLES****************/
a {
	text-decoration:underline;
	color:#99cfbf;
}
a:hover {text-decoration:none;}


/*LOGO IMAGE*****************/
#logo {
	height:100%;
	width:1000px;
	background:#fff;
align:right;
}


/*MENU COLORS****************/
#menu {
	background:#;
border:6px solid #;
}

#menu li a {
	font:11px Arial, Helvetica, sans-serif; /*MENU FONT STYLES*/
	text-transform:lowercase;
	color:#949494;	/*MENU FONT COLOR*/

}

#menu li a:hover {	
color:#99cfbf; /*MENU FONT COLOR WHEN HOVERING*/

} 


/*BANNER COLORS*************/
#banner {
height: 100%; /*BANNER HEIGHT in case you want to change it*/
overflow: hidden;
}





/*POSTS*******************/



.title {
	margin-top: 20px;
}
	/*POST TITLE FONT STYLE**/
.ti, .title h2 {
	margin:0;
	font:14px Arial, Helvetica, sans-serif;
	font-weight:normal;
	line-height:25px;
	color:#71a696;
}
h1 {
	margin:0;
	font:15px Arial, Helvetica, sans-serif;
	font-weight:normal;
	line-height:25px;
	color:#71a696;
padding:0px 0px 8px 0px;
}
h2 {
	margin:0;
	font-size:10px;
	font:11px Arial, Helvetica, sans-serif;
	font-weight:normal;
	line-height:25px;
	color:#71a696;	
}
h3 {
	margin:0;
	font-size:10px;
	font:11px Arial, Helvetica, sans-serif;
	font-weight:normal;
	line-height:25px;
	color:#99cfbf;
}
	/*DATE AND CATEGORY FONT STYLES*/
.title span a, .title span {
	color:#c0c0c0;
	font-size:11px;
	font-weight:normal;
	line-height:24px;
}


/* NEXT / PREVIOUS PAGE navigation*/
.navigation {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 12px;
	font-family: Arial, "Helvetica", sans-serif;
	width: 100%;
	background: #fff;
	padding: 10px 0px;
	height: 15px;
}
.navigation a {text-decoration:none;}
.navigation a:hover {text-decoration:underline;}

.navbg {background: #fff;}

/*FOOTER LINKS*/
#footer {
	padding:8px 0 0;
	width:100%;
	font:10px/25px Verdana, Arial, "Helvetica", sans-serif;
	color:#b2b2b2;
	text-align:center;
}
#footer p {margin:0;}
#footer a, #footer a:hover, #footer a:visited {
	text-decoration: none;
	color: #b2b2b2;
}


.alignleft {float: left;}
.alignright {float: right;}

.clear {clear: both;}




body {
	margin:0;
		
}
img {border-style:none;}
input,
textarea,
select{
	font:100% arial,sans-serif;
	vertical-align:middle;
}
form,fieldset{
	margin:0;
	padding:0;
	border-style:none;
}

/*main container*/
#main {
	margin:0 auto;
	width: 1000px;
	padding:33px 0 20px;
}


/*header*/

#header img {display:block;}


#menu {
	list-style:none;
	margin:0;
	padding:0 0 0px 0px;	
	height:1%;

}
#menu:after {
	content:" ";
	display:block;
	clear:both;
}


#menu li {
	padding:8px 30px 0px 0px;
	float:left;

}


#menu li a {
	height:25px;
	float:left;
	text-align:center;
	text-decoration:none;

}








#menu li.hover a,
#menu li:hover a,
#menu li.hover,
#menu li:hover {
	position:relative;

}
#menu li.hover ul,
#menu li:hover ul {
	display: block;
}










#menu ul {
	padding:0px 0px 6px 0px;
	margin:0;
	list-style:none;
	width:120px;
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	background:#5f5f5f;
filter:alpha(opacity=50);
-moz-opacity:.50;
opacity:.50;
z-index:1;

}
#menu ul li {
	padding:5px 5px 5px 5px;
	width:120px;

}
#menu ul li a {
	text-align:left;
	width:100%;
	background:none;
	color:#ffffff;
	line-height:18px;
	height:10px;
	display:block;
}
#menu ul li a:hover {color:#3997b6;
}
#menu li.facebook {padding: 5px 20px 0px 0px;
float: right;
}
#menu li.facebook a {
	display:block;
	width:20px;
	height:21px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(images/fb.png) no-repeat;

}
#menu li.yelp {padding: 5px 20px 0px 0px;
float: right;
}
#menu li.yelp a {
	display:block;
	width:40px;
	height:21px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(images/yelp2.png) no-repeat;

}
#menu li.etsy {padding: 5px 20px 0px 0px;
float: right;
}
#menu li.etsy a {
	display:block;
	width:40px;
	height:21px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(images/etsy2.jpg) no-repeat;

}
#menu li.twitter {padding: 5px 20px 0px 0px;
float: right;
}
#menu li.twitter a {
	display:block;
	width:20px;
	height:21px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(images/twitter.png) no-repeat;

}

#menu li.flickr {padding: 5px 20px 0px 0px;
float: right;
}
#menu li.flickr a {
	display:block;
	width:20px;
	height:21px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(images/flickr.png) no-repeat;

}

#menu li.rss {padding: 5px 20px 0px 0px;
float: right;
}
#menu li.rss a {
	display:block;
	width:20px;
	height:21px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(images/rss.png) no-repeat;

}

#menu li.search {
	padding:4px 0px 0px 0px;
	width:150px;
float: right;
overflow:hidden;
}



#menu li.search span {
	background:url(images/search.gif) no-repeat;
	display:block;
	
	
}



#menu li.search span input {
	background:;
	border:0;
	width:113px;
	height:20px;

}













/*content*/
#content {
	width:1000px;
	background:#fff;
	padding:23px 0px 0px 0px;
border:6px solid #;
}
.entry {	
	overflow:hidden;
}
.entry p {
	line-height:25px;
	margin:0 0 22px;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 0px 10px 0px;
}
.title a {
	text-decoration: none;
}








.postmetadata {
	font-size: 10px;
	padding: 10px;
	text-transform: uppercase;
	font-family: Arial, "Helvetica", sans-serif;
}
.postmetadata a {
	color:#949494;
	text-decoration:none;
	outline:none;
}
.postmetadata a:hover {text-decoration:underline}
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	
.center {text-align: center;}
.center2 {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}
.commentlist {width: 930px;}
#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}
.comments {
	padding-bottom: 15px;
}
.breaker {height: 20px; width: 100%;}







