/*  
Salad20.com
*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #94c03f url('images/salad_pagebackground.png');
	color: #409330;
	text-align: center;
	line-height:150%;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}
	
a, a:visited {
	color:#f95110;
	text-decoration: none;
}

a:hover {
	color:#f95110;
	text-decoration: underline;
}



/*Structure */	
#page {
	text-align: left;
	border:none;
	width:923px;
	margin:auto;
	border:none;
	padding-left:38px;
	}

#header {
	background: url('images/salad_header.png') no-repeat bottom center;
	width:963px;
	height:98px;
	margin:auto;
	cursor: pointer;
}

#claim {
	width:580px;
	text-align: right;
	float:left;
}

#feeds {
	float:left;
	padding-left:75px;
}
#claim h1 {
	font-size:250%;
}

#content_container {
	background: url('images/salad_contentbackground.png');
	background-repeat: repeat-y;
	overflow:hidden;
	width:923px;
	border:none;
	
}

#content {
	background-color: #ffffff;
	width:530px;
	float:left;
	padding:40px;
	font-size: 1.2em;
	line-height: 150%;
	color:#666666;
}

.post {
	border-bottom:1px dotted #f95110;
	margin-bottom:40px;
}
#sidebar {
	float:right;
	padding-right:30px;
	width:240px;
}

#sidebar ul {
	list-style-type: none;
	margin:0;
	padding:0;
	padding:5px;
}
#sidebar h2 {
	color:#a4c857;
	padding-left:5px;
	padding-bottom:5px;
	border-bottom:1px solid #a4c857;
}
#footer {
	background: url('images/salad_footer.png') no-repeat bottom center;
	width:963px;
	height:49px;
	border:none;
	margin:auto;
}

input {
	background-color: #f6f6f6;
	border:1px solid #666666;
}

#comment {
	border:1px solid #666666;
	padding:5px;
	color:#666666;
	width:400px;
}
