/*
	Theme Name: Lines
	Theme URI: http://www.autho-rity.info
	Description: Authority Sites Blog Thingy
	Author: Solidghost
	Author URI: http://simpleboards.org
*/

body{
color: #5e82ee;
font-family: "century gothic", arial, georgia, sans-serif;
}

#container {

	width: 80%;
	margin-left:auto;
	margin-right:auto;
	position: relative;
	background-color: #FFFFFF;
	padding: 10px;
	}
  
#Header {

	float:right;
	width: 100%;
	height: 100px;
	text-align: center;
	border-bottom-color: #d5dce4;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	}
	
#logo_top {
  float:right;
  width: 10%;
  height: 5px;
  
}

#RealHeader{
  float:right;
  width:55%
  height:150px;
  text-align: right;
}

#RealAds{
  float:left;
  width:45%
  height:150px;
  text-align: right;
}

#main {
	float: left;
	display:inline;
	position: relative;
	width: 75%;
	}	

#sidebar {
	float: right;
	display:inline;
	position: relative;
	width: 20%;
	}

#footer	{
	clear:both;
	text-align: center;
	width: 80%;
	font-size: 10px;
	}

#Header .name a {
	color: #dd4d28;
	font-size: 28px;
	}

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

/*posts*/
.postHead {

background-color: #FFFFFF;
padding-left: 10px;
	border-bottom-color: #d5dce4;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

h2 a.title, h2 .title, .title, .wrap h2, .catlink, #newlink h2 
{
font-family: "century gothic", sans-serif;
color: #dd4d28;
text-align: left;
font-size: 10px;
font-weight: normal;
}

h2{

font-size: 22px;
font-weight: normal;
}

.postinfo
{
font-size: 11px;
font-family: "century gothic", sans-serif;
font-weight: lighter;
text-align: left;
padding-left: 0px;
color: #5e82ee;
text-transform: lowercase;
margin-top: -15px;
}

/*navigationlinks*/

.navigation a {
text-align: center;
padding: 0px;
margin-bottom: 15px;
font-family: arial, sans-serif;
font-size: 15px;
}

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

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

/*Sidebar*/

#sidebar h1 {
padding-left: 0px;
font-family: "century gothic", arial, georgia, sans-serif;
font-size: 14px;
color: #5e82ee;
text-align: left;
font-weight: lighter;
border-bottom-color: #d5dce4;
border-bottom-style: solid;
border-bottom-width: 1px;
}

#sidebar ul {
list-style: none;
margin-left: 0px;
font-size: 12px;
}

/*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;
font-style: normal;
}

a.author, a.author:active, a.author:visited {
text-decoration: none;
font-family: "century gothic", arial, georgia, sans-serif;
font-size: 17px;
font-weight: lighter;
text-transform: uppercase;
letter-spacing: -1px;
color: #dd4d28;
}

/* extras */

a, a:visited, a:link, a:active { color: #dd4d28; text-decoration: none; font-family:"century gothic", arial, georgia, sans-serif; }

a:hover{ color: #fde05e; text-decoration: none;}

u{ text-decoration: none; color: #5e82ee;border-bottom: 1px solid #d4eb89; }

img {border:0px;} 

.search, #searchsubmit {
width: 75px;
}

input, textarea, select {
background-color: #ffffff;
color: #5e82ee;
font-size: 11px;
font-family: "lucida grande", sans-serif;
border-color: #d5dce4;
border-width: 1px;
border-style: solid;
}

