/*
	Theme Name: forever-thinking.net
	Theme URI: http://www.forever-thinking.net
	Description: My very first theme
	Author: Emma
	Author URI: http://www.forever-thinking.net
*/

	/*positioning*/

	html, body
	{
	background-image: url(uppi21.jpg);
	background-attachment:fixed;
	margin: 0;
	font-family: tahoma, verdana, sans-serif;
	font-size: 12px;
	color: #555;
	line-height: 18pt;
	}

	/*positioning*/

	#container {
	-moz-border-radius: 20px 20px 20px 20px;
	width: 80%;
	margin-left:auto;
	margin-right:auto;
	margin-top: 10px;
	margin-bottom: 10px;
	position: relative;
	background-color: #FFFFFF;
	padding: 10px;
max-width: 800px;
	}

	#Header {
	-moz-border-radius: 20px 20px 20px 20px;
	width: 100%;
	text-align: center;
	background-color: #FFFFFF;
	}

	#Header .name {
	color: #A6DB67;
	font-family: "century gothic", sans-serif;
	font-size: 60px;
	font-weight: lighter;
	letter-spacing: normal;
	padding: 20px;
	padding-top: 40px;
	}

	#Header .name a {
	color: #A6DB67;
	}

	#Header .description {
	color: #A6DB67;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: normal;
	}

	#main {
	float: right;
	display:inline;
	position: relative;
	width: 75%;
	background-color: #FFFFFF;
	}

	#sidebar {
	float: left;
	display:inline;
	position: relative;
	width: 25%;
	background-color: #FFFFFF;
	}

	#footer
	{
	clear:both;
	text-align: center;
	width: 100%;
	background-color:#A6DB67; 
	}

	/*posts*/
	.postHead {
	-moz-border-radius: 10px 10px 10px 10px;
	background-color: #DCFBAB;
	padding-left: 10px;
	}

	h2 a.title, h2 .title, .title, .wrap h2, .catlink, #newlink h2
	{
	padding-left: 0px;
	font-family: "century gothic", arial, georgia, sans-serif;
	font-size: 24px;
	color: #5A8A34;
	text-align: left;
	font-weight: lighter;
	}

	.postinfo
	{
	font-size: 11px;
	font-family: "arial", "century gothic", sans-serif;
	font-weight: lighter;
	text-align: left;
	padding-left: 0px;
	color: #A6DB67;
	text-transform: lowercase;
	margin-top: -25px;
	}

	/*navigationlinks*/
	.navigation a {
	text-align: center;
	padding: 30px;
	margin-bottom: 15px;
	font-family: arial, sans-serif;
	font-size: 20px;
	}

	.navigation a:link {
	color: #5A8A34;
	}

	.navigation a:hover{
	color: #5A8A34;
	}

	/*Sidebar*/

	#sidebar h1 {
	padding-left: 0px;
	font-family: "century gothic", arial, georgia, sans-serif;
	font-size: 16px;
	color: #A6DB67;
	text-align: left;
	font-weight: normal;
	}

	#sidebar ul {
	list-style: none;
	margin-left: -20px;
	}

	/*Comments*/

	#commentlist li , .singolocommento li {
	list-style-type: none;
	padding: 0px;
	width: 470px;
	}

	div.bubble {
	width: auto;
	margin-bottom: 24px;
	border: 0px solid #ccc;
	}

	div.bubble cite {
	position: relative;
	margin: 0px;
	padding: 7px 0px 0px 0px;
	top: 6px;
	background: transparent url(tip.gif) no-repeat 20px 0;
	font-style: normal;
	}

a.author, a.author:active, a.author:visited {
text-decoration: none;
font-family: arial, "century gothic", georgia, "times new roman", sans-serif;
font-size: 17px;
font-weight: lighter;
text-transform: uppercase;
letter-spacing: -1px;
color: #5A8A34;
}

/* extras */

a, a:visited, a:link, a:active { color: #5A8A34; text-decoration: none; background-color: inherit;}
a:hover{ color: #282828; text-decoration: none;}
b, strong, em, i{ color: inherit; background-color: inherit;}
u{ text-decoration: none; color: inherit;border-bottom: 1px solid #d4eb89; background-color: inherit;}
img {border:0px;}
.search, #searchsubmit {
width: 75px;
}

input, textarea, select {
background-color: #DCFBAB;
color: #5A8A34;
font-size: 11px;
font-family: "lucida grande", sans-serif;
border: 0px;
}

blockquote {
	border: 5px solid #DCFBAB;
	margin-left: 25px;
	margin-right: 1.5em;
	padding: 15px;
}