/*
Theme Name: Asevatu-nov09
Theme URI: http://asevatu.com/
Description: Asevatu Design main theme.
Version: 1
Author: Fernando Perez
Author URI: http://asevatu.com/
Tags: minimal, custom header, fixed width, two columns, widgets

	Asevatu Design
	 http://asevatu.com/

	This theme was designed and built by Fernando Perez,
	whose blog you will find at http://asevatu.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

@charset "UTF-8";


html {
}

.alignleft{
	float: left;	
}

@font-face {
	font-family: 'Museo';
	src: url('fonts/museo300-regular-webfont.eot');
	src: local('☺'), url('fonts/museo300-regular-webfont.woff') format('woff'), url('fonts/museo300-regular-webfont.ttf') format('truetype'), url('fonts/museo300-regular-webfont.svg#webfontzuXwi1PS') format('svg');
	font-weight: normal;
	font-style: normal;
}


body {
	margin:0px;
	padding:0px;
	font-weight:300;
	font-family: Museo, Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	background-color:#bfbfbf;
	background-image: images/shadow.png;
	background-repeat: repeat-y;
	background-position: center;
			color: #333333;

}

#comments{
	display: none;
}

.commentlist{
	display: none;
}

.nocomments{
	display: none;
}




h1,h2,h3 {
}


p{
	line-height: 1.8em;

}

a{
 color: #b30000;
 text-decoration:none;
}	

a:hover{
	border-bottom: 1px dotted #b30000;	
}

img{
	border: none;	
}

#page{
	padding:0px 30px 0px 30px;
	margin-top:0px;
	margin-bottom:0px;
	background-color:#FFF;
	
	width:1020px;
	margin-left:auto;
	margin-right:auto;
}

#navigation{
 color: #6a6a6a;
 font-size: 18px;
 font-weight: normal;
 margin-left:-30px;
 
}

#navigation ul{
	list-style-type: none;
	display:inline;
	clear:both;
}

#navigation ul li{
	float: left;
}

#navigation a{
	display:block;
	padding:20px 20px 10px 20px;
	border-right:#6a6a6a 1px dashed;
	width: 140px;
	height:45px;
	color: #6a6a6a;
	text-decoration:none;
	margin-bottom:20px;
}

#navigation a:hover{
	background-color: #c7c7c7;
	border-bottom:none;
	color: #000;
	text-shadow:2px 2px 2px gray;
}

#navigation a span{
	font-size:10px;
	clear:both;
}

#header{
	
	background-color:#000;
	background-image:url(images/soundwave_02.gif);
	background-repeat:no-repeat;
	background-position:left;
	clear:both;
	height:53px;
	text-align:right;
	color:#FFF;
	width:1070px;
	margin-left:-30px;
	padding:0px 10px 15px 0px;
}


#header h1{
	font-weight:100;
	font-size:38px;
}

#header h1 span{
	font-size: 12px;
	font-weight: normal;
	text-align:right;
	margin-right:10px;
}

#banner{
margin-top:35px;
}

#middle{
	clear:both;	
}

#intro{
	width: 330px;	
	float:left;
	margin-left:30px;
	margin-right:80px;
}

#intro h2{
	font-size:48px;	
	font-weight: normal;
	letter-spacing:-2px;
	margin:20px 0px 20px 0px;
	color:#000;
}

#box{
}

.breadcrumb{
	border-bottom: #ccc dashed 5px;
	margin-top:50px;
	margin-bottom:30px;
	padding: 10px;
	color: #ccc;
	font-size:9px;
}

.sidebar{
	float: left;
	width:170px;
	margin-right:80px;
}

.sidebar h3{
	margin-top: 0px;
	padding-top:0px;
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:#000 3px solid;
}

#content{
		float: left;
		width:700px;
}



#title h2{
clear:both;
font-size:40px;
font-weight:100;
margin-top:0px;
}

h2{
	margin-top:20px;
	margin-bottom:10px;
}

#work-selection{
	clear:both;	
	min-height: 200px;
	padding-top:20px;
	padding-bottom:30px;
	background-image:url(images/pointer.gif);
	background-repeat:no-repeat;
	background-position:400px 220px;
}

.btn{
	background-color:#000;
	float:left;
	margin-right:20px;
	color:#FFF;
	width:220px;
	position:relative;
	height:200px;
	text-decoration:none;
}

.btn:hover{
	background-color: #b30000;
	border-bottom:none;
	text-shadow: 0px 0px 3px black;
}

.btn img{
	position:absolute;
	left:25%;
	margin-top:-10%;
}

.btn h3{
	padding-left:20px;
	padding-top:120px;
	font-size:24px;
	margin-bottom:5px;
	font-weight:normal;
	
}

.btn small{
	padding-left:20px;
	
}

.widgettitle{
	margin-bottom:20px;	
}

#footer{
	background-color: #000;
	color: #FFF;
		width:1080px;
		margin-left:-30px;
	text-align: right;
}

#footer .left{
	float: right;
	width: 30%;
}

#footer .middle{
	float: left;
	width: 30%;
	padding-top: 100px;
}

#footer .right{
	float: right;
	width: 30%;
}

#footer h1{
	
	font-weight:100;
	font-size:38px;
	margin-right:50px;
	padding-top:20px;
}

#footer p{
	margin-right:50px;	
}

#thumbnail{
	float: left;
	margin-right: 10px;
}


.red-button{
	-moz-box-shadow:0 0 7px gray;
	-webkit-box-shadow: 0 0 7px gray;
	box-shadow:0 0 7px gray;
	background-color:#B30000;
	border:1px solid #7b0606;
	color:#FFFFFF;
	float:left;
	font-size:15px;
	margin-top:10px;
	padding:10px 25px;
	text-decoration:none;
	text-shadow:0 0 1px black;
}

.previous-entries{
	
}

.previous-entries a{
-moz-box-shadow:0 0 7px gray;
-webkit-box-shadow: 0 0 7px gray;
box-shadow:0 0 7px gray;
background-color:#B30000;
border:1px solid #7b0606;
color:#FFFFFF;
float:left;
font-size:15px;
margin-top:10px;
padding:10px 25px;
text-decoration:none;
text-shadow:0 0 1px black;
float: left;


}

.next-entries a{
float: right;
	-moz-box-shadow:0 0 7px gray;
	-webkit-box-shadow: 0 0 7px gray;
	box-shadow:0 0 7px gray;
	background-color:#B30000;
	border:1px solid #7b0606;
	color:#FFFFFF;
	float:left;
	font-size:15px;
	margin-top:10px;
	padding:10px 25px;
	text-decoration:none;
	text-shadow:0 0 1px black;
}

.red-button:hover{
 	background-color: #F00;
 	border-bottom: 1px solid #7b0606;
 }
 
 .post{
	 background:#E8E8E8 none repeat scroll 0 0;
border-bottom:1px solid #CACACA;
border-top:1px solid #CACACA;
float:left;
padding:10px 0;
position:relative;
padding:10px 20px;
width:95%;
margin-bottom:30px;
	 }
	 
.post ul{
	list-style-type:none;
}

.post li{
	background-image: url(images/30x-Checkmark.png);
	background-repeat:no-repeat;
	padding:5px 0px 5px 5px;
}

.post a img {
	float:left;	
	border: 1px solid #cacaca;
	background:#FFF none repeat scroll 0 0;
	padding:5px;
	margin-right: 20px;
}

.post h2{
	font-weight:100;
	margin:0px 0px 10px 0px;
}

.post h2 a{
	color: #000;
	text-decoration:none;
}

.post h2 a:hover{
	color: #b30000;
	border-bottom: none;
}

.post-date{
	display: none;	
}

#respond, #commentform{
	display:none;
	
}

#twitter_update_list{
	list-style-type:none;
	padding:0px;
	
}

#twitter_update_list li a{
	
}

.sidebar div{
	margin-bottom:30px;	
}

.entry{
}
