/*
Theme Name: Lay of the land
Theme URI: http://www.themeporter.com
Version: 1.0
Description: 2 Column theme
Author: Theme Porter
Author URI: http://www.themeporter.com
*/


/* CSS Document */

/* LAYOUT */

body{

	/*background:url(img/bg.gif) top left repeat #000;*/
	font:.8em Arial, Helvetica, sans-serif;
	letter-spacing:.07em;
	color:#D2D2BA;

	background-image:url(http://www.altroquando.net/images/alien/cuffie.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-color: #840900 ;
}

#container{

	/*background-color:#292722;
	margin: 20px auto;
	padding: 0;
	width: 640px !important;
	width: 750px;
	border: 1px solid #959596;
	*/
	position: relative;
	margin: -20px auto 0 auto;
	padding: 0 50px 0 50px;
	width: 640px !important;
	width: 750px;
	background: url(http://www.altroquando.net/images/alien/background_container.gif) repeat-y;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: .75em;
	color: #BBB5A2;
}

#banner{
	padding:0 0 0 0;
	background: url(http://www.altroquando.net/images/alien/testata.gif) no-repeat;
	height: 150px;
	width: 640px !important;
	width: 750px;
}

#content{
padding:20px;
width:350px;
}

#sidebar{
float:right;
width:200px;
margin-right:10px;
margin-left:-10px;
padding:10px;
}

#footer{
	clear:both;
	padding:5px;
	height:50px;
	background-color:#000;
}

#googleSponsor{
	clear: both;
	text-align: center;
	margin: 0 -30px; 
	padding: 40px 30px 10px 30px;
	height: 100px !important;
	height /**/: 200px;
}

/* MENU BAR */

#menubar{
	display:none;
}
	/*
	list-style-type:none;
	height:1.6em;
	font-family:"Trebuchet MS", sans-serif;
	text-transform:uppercase;
	font-weight:900;
	font-size:1.4em;
	letter-spacing:-.05em;
	margin:10px;
	padding:0;
}

#menubar a{
	color: #E0B53D;
	padding:6px 10px;
	display:block;
}

#menubar a:hover{
	background:url(img/zig.gif) bottom left repeat-x #292722;
	color: #E0B53D;
}

#menubar li{
	float:left;
	list-style-image:none;
}
*/
/* BASIC STYLES */

p{
/*line-height:1.5em;*/
	font-size: 12px;
	line-height: 150%;
}

h1,h2,h3,h4,h5,h6{
color: #E0B53D;
font-family:"Trebuchet MS", sans-serif;
text-transform:uppercase;
font-weight:100;
letter-spacing:.07em;
margin:0;
}

a{
text-decoration:none;
padding:0 2px;
font-weight:900;
color: #E0B53D;
}

a:hover{
background-color:#F50;
color:#292722;
}

img.float_left{
float:left;
margin:4px 12px 4px 0;
}

img.float_right{
float:right;
margin:4px 0 4px 4px;
}

a img{
border:none;
}

b,strong{
font-weight:bolder;
font-size:1.1em;
}

i,em{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:1.1em;
}

blockquote{
border-left:1px solid #D2D2BA;
/*background-color:#1F1F1B;*/
background-color:#000;
padding:1px 4px 1px 12px;
}

ul,ol{
line-height:1.8em;
}

ul.arrow li{
background:url(img/bullet.gif) left center no-repeat transparent;
list-style-type:none;
list-style-position:outside;
padding-left:20px;
}

ol li{
list-style-position:inside;
}

/* BLOG STYLES */

.blogitem{
border-top:2px solid #D2D2BA;
padding-top:3px;
}

p.authdate,p.blogbottom{
/*background-color:#1F1F1B;*/
background-color:#000;
font-family:"Arial Black";
text-transform:uppercase;
padding:2px 4px;
}

.authdate a,.blogbottom a{
padding:0;
font-weight:normal;
color:#D2D2BA;
}

.authdate a:hover,.blogbottom a:hover,#footer p a:hover,.arch_cat a:hover{
color:#F50;
background-color:transparent;
}

.tags{
font-family:Arial, Helvetica, sans-serif;
text-transform:none;
font-size:.8em;
}

p.authdate{
margin-top:2px;
}

/* SIDE BAR STYLES */

#sidebar h3{
border-bottom:1px solid #D2D2BA;
margin:10px 0 0 0;
}

#sidebar p{
/*background-color:#1F1F1B;*/
background-color:#000;
padding:8px 8px 8px 16px;
margin-top:0;
line-height:1.3em;
}

#sidebar fieldset{
padding:0;
margin:0;
border:none;
}

#sidebar input.textfield{
margin:8px 0;
padding:4px;
border:none;
width:192px;
background-color:#D2D2BA;
color:#292722;
font-weight:900;
}

#sidebar input.submit{
margin:0;
padding:4px;
border:none;
float:right;
/*background-color:#1F1F1B;*/
background-color:#000;
color:#D2D2BA;
font-weight:900;
letter-spacing:.05em;
}

#sidebar input.submit:hover,.slash{
color:#F50;
}

.arch_cat{
/*background-color:#1F1F1B;*/
background-color:#000;
padding:8px 0 8px 16px;
margin-top:0;
width:184px;
list-style:none;
line-height:1.6em;
color:#F50;
}

.arch_cat a,#footer a{
color:#D2D2BA;
}

.linkbox a{
font-weight:normal;
display:block;
}

.linkbox a:hover,#footer a:hover{
color:#D2D2BA;
background-color:#292722;
}

/* FOOTER STYLES */

#footer p{
margin-top:1.5em;
text-align:center;
}
#footer a{
	color: #E0B53D;
}

/* COMMENTS */

#commentlist li {
margin-bottom: 1.5em;
padding-bottom: 1em;
border-bottom: 1px solid #700000;
}

#commentform {
margin: 1em 0;
background: #000;
width: 280px;
}

#commentform textarea {
background: #f8f7f6;
border: 1px solid #d6d3d3;
width: 280px;
}
#commentform textarea:hover {
background: #fff;
border: 1px solid #d6d3d3;
}
#commentform textarea:focus {
background: #fff;
border: 1px solid #939793;
}

#submit{
	border-color: #f8d070 ;
	background-color:#435201;
	color:#f8d070;
	font-size:1.4em;
}

#commentform #email, #commentform #author, #commentform #url {
font-size: 1.1em;
background: #f8f7f6;
border: 1px solid #d6d3d3;
width: 280px;
}
#commentform #email:hover, #commentform #author:hover, #commentform #url:hover {
font-size: 1.1em;
background: #fffff;
border: 1px solid #d6d3d3;
width: 280px;
}
#commentform #email:focus, #commentform #author:focus, #commentform #url:focus {
font-size: 1.1em;
background: #ffffff;
border: 1px solid #939793;
width: 280px;
}
#commentform input{
margin-bottom: 3px;
}
