@charset "UTF-8";
/* CSS for Sweetlife blog only - March 2010 */

.header {
	z-index: 100;
	height: 130px;
	overflow: hidden;
}

h4 {
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;

}

.tabsnav {
	text-align: left; 
	/*margin-top: -30px;*/
	height: 40px;
	overflow: hidden;
	margin: 0;
	z-index: 1;
	position: absolute; 
	top: 100px;
}
.tabsnav .a {
}
.tabsnav .tabsnavitem {
	height: 40px;
	width: 97px;
	float: left; 
	background: url(../images/backgrounds/black20.png); 
	margin-right: 1px;
}
.tabsnav .tabsnavitem.blognav_home {
	width: 51px;
}
.tabsnav .tabsnavitem.blognav_food {
	width: 51px;
}
.tabsnav .tabsnavitem.blognav_lifestyle {
	width: 71px;
}
.tabsnav .tabsnavitem.blognav_community {
	width: 97px;
}
.tabsnav .tabsnavitem.on {
	background: url(../images/backgrounds/black50.png); 
}
.tabsnav .tabsnavitem:hover {
	background: url(../images/backgrounds/black50.png); 
}
.tabsnav img {
	border: 0;
}
.blog .textbox a:link, .blog .textbox a:visited {
	color: #4abe00;
font-weight:normal;
}
.blog .textbox a:hover {
	color: #fff;
}
.blog .textbox {
	padding-bottom: 20px;
}
.blog .post {
	padding: 30px 30px 0 30px;
	margin-left: 152px;
	width: 600px;	
}
.blog .postinner {
	border-bottom: 1px dotted #fff;	
}
.blog .post h1, .blog .post h2, .blog .post h3 {
	margin-bottom: 8px;
	line-height: 1em;
	font-size:18px;
	font-weight: normal;
}
.blog .post h1 a:link, .blog .post h1 a:visited {
	color: #fff;
	text-decoration: none;
	font-size:44px;
	line-height:43px;
	font-weight:lighter;
}
.blog .post h1 a:hover {
	
	border-bottom:1px dotted #fff;
}
.blog .post .postdate {
	font-size: 1.1em;	
}

#blogsearch {
	margin: 0px 0 18px 10px;
	/*margin: -80px 0 18px 10px;*/
	padding: 0;
	width: 152px;
	height: 22px;
	z-index: 1;
	position: absolute; 
	top: 60px;
}
#blogsearch input#s {
	width: 117px;
	height: 19px;
	border: 0px solid #333;
	background: url(../images/backgrounds/black40.png);
	color: #fff;
	margin: 0;
	padding: 0;
	padding-left: 3px;
	margin-right: 2px;
	float: left;
}
#blogsearch input.searchsubmit {
	float: right;
	cursor: pointer;
	margin: 0;
	padding: 0;
}

#respond input#author, #respond input#email, #respond input#url, #respond textarea {
	width: 300px;	
	background: url(../images/backgrounds/black50.png);
	border: 1px solid #333;
	color: #fff;  
	display: block; 
	float: none;
	margin: 0;
	padding: 2px;
	margin-right: 5px;

}
#respond label {
	display: block; 
	float: none;
	margin: 0;
	padding: 2px;
}
#respond textarea {
	font-family: Helvetica, Arial, sans-serif;	
	font-size: 12px;
}
#respond h3 {
	margin-bottom: 2em;
}

/* Safari only */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    /*#blogsearch input#q { margin-left: -2px; }*/
}
