/*
	Theme Name: Driven to Dream
	Theme URL: http://www.lostcuaz.com
	Description: Driven to Dream; grey ver. 1
	Author: Kyle "Lostcuaz"
	Author URL: http://www.lostcuaz.com
	*/

	/*positioning*/

	html, body
	{
	color: #b1b1b1;
	background-color: #141414;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: tahoma, verdana, sans-serif;
	font-size: 12px;
	line-height: 18pt;
	}

	/*positioning*/

	#container {
	-moz-border-radius: 20px 20px 20px 20px;
	width: 80%;
	margin-left:auto;
	margin-right:auto;
	position: relative;
	background-color: #282828;
	padding: 10px;
	}

	#Header {
	background-color: #282828;
	border-width: 0px;
	border-style: outset;
	-moz-border-radius: 20px 20px 20px 20px;
	background-image: url(http://www.lostcuaz.com/blog/wp-content/themes/lostcuaz/images/header.png) !important;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 160px;
	text-align: center;
	}
	
	#h1 a {
	display:block;
	text-align:center;
	background: url(http://www.lostcuaz.com/blog/wp-content/themes/lostcuaz/images/header.png) top center no-repeat;
	height:88px;
	width:427px;
	border:1px solid #FFFFFF;
	text-indent: -9000px;
	}
	
	#Header .name {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #00b4ff;
	font-size: 30px;
	font-weight: lighter;
	letter-spacing: 2px;
	padding-top: 80px;
	}

	#Header .name a {
	color: #ededed;
	}

	#Header .description {
	color: #ccc;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: lighter;
	}

	#main {
	color: #ededed;
	background-color: #282828;
	float: right;
	display:inline;
	position: relative;
	width: 70%;
	}

	#sidebar {
	border-color: #141414;
	border-width: 1px;
	border-style: solid;
	float: left;
	display:inline;
	position: relative;
	width: 25%;
	-moz-border-radius: 5px 5px 5px 5px;
	background-color: #232323;
	padding-left: 10px;
	}

	#footer
	{
	word-break: normal;
	text-align: center;
	clear:both;
	width: 100%;
	}

	/*posts*/
	.postHead {
	text-shadow: 0px 0px;
	color: white;
	margin-top: 10px;
	border-color: #141414;
	border-style: solid;
	border-width: 1px;
	-moz-border-radius: 10px 10px 10px 10px;
	background-color: #232323;
	padding-left: 10px;
	}

	h2 a.title, h2 .title, .title, .wrap h2, .catlink, #newlink h2
	{
	padding-left: 0px;
	font-family: arial, "century gothic", georgia, sans-serif;
	font-size: 19px;
	color: #00b4ff;
	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: #ccc;
	text-transform: lowercase;
	margin-top: -15px;
	}

	/*navigationlinks*/
	.navigation a {
	text-align: center;
	padding: 30px;
	margin-bottom: 15px;
	font-family: arial, sans-serif;
	font-size: 20px;
	}

	.navigation a:link {
	color: #bcfe05;
	}

	.navigation a:hover{
	color: #bcfe05;
	}

	/*Sidebar*/

	#sidebar h1 {
	padding-left: 0px;
	font-family: "century gothic", arial, georgia, sans-serif;
	font-size: 14px;
	color: #e2e2e2;
	text-align: left;
	font-weight: lighter;
	}

	#sidebar ul {
	list-style: none;
	margin-left: -20px;
	}

	/*Comments*/

	#commentlist li , .singolocommento li {
	color: #797979;
	list-style-type: none;
	padding: 0px;
	width: 1200px;
	-moz-border-radius: 5px 5px 5px 5px;
	background-color: #282828;
	padding-left: 10px;
	}

	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: #ededed;
	}

	/* extras */

	a, a:visited, a:link, a:active { color: #bcfe05; text-decoration: none;}
	a:hover{ background-repeat: repeat-x; color: #d2d2d2; text-decoration: none;}
	b, strong, em, i{ color: #bcfe05; background-color: inherit;}
	u{ text-decoration: none; color: #d4eb89;border-bottom: 1px solid #d4eb89; background-color: inherit;}

	img {border-style: solid; border-width: 3px;} 

	.search, #searchsubmit {
	min-width: 12px;
	width: 100px;
	}

	input, textarea, select {
	width: 650px;
	min-width: 12px;
	border-color: #585858;
	border-style: solid;
	border-width: 1px;
	background-color: #6c6c6c;
	color: #ccc;
	font-size: 13px;
	font-family: "lucida grande", sans-serif;
	}

	blockquote { 
	border-top-style: solid; 
	border-left-style: none; 
	border-top-color: #4b8aff; 
	border-top-width: 1px; 
	border-left-width: 0px; 
	background-color: #282828; 
	position: relative;
	padding:5px;  
	font-style:italic;
	}
	