@charset "UTF-8";

/* Makeshift CSS Reset */ 

a:link {color:#6d6e63;}      /* unvisited link */
a:link {text-decoration:none;}
a:visited {color:#6d6e63;}  /* visited link */
a:hover {color:#dbdbdb;}  /* mouse over link */
a:active {color:#6d6e63;}  /* selected link */

html {
       overflow-y: scroll;
}
 
{  
    margin: 0;  
    padding: 0;
}  

img {
	border:1px;
	border-color:#fff;
	}

body {
	margin:0px auto;
	width:980px;
	font-family: 'Droid Serif', serif;
	color:#6d6e63;
	background:#333132 url(http://www.andreigurgel.com.br/_imgs_/horizonte8/bg_horizonte8.jpg) repeat;
}

h1 {
	font-size:2.8em;;
	font-weight:bold;
	letter-spacing:-1px;
}

h2 {
	font-size:1em;;
	font-weight:bold;	
}

header {
	position:relative;
	width:200px;
	height:157px;
	background:url(http://www.andreigurgel.com.br/_imgs_/horizonte8/logo_horizonte8.png) no-repeat 0 55px;
    left:0px;  
	top:35px;
}  

nav {
	position:relative;
	width:980px;
	heigh:20px;
	left:0;
	width:100%;
	top:-50px;
}  

nav ul { 
    margin:auto;
    list-style:none;  
} 

nav ul li {  
    float:right;  
}  
  
    nav ul li a {  
        display: block;  
        margin-left:0px;   
        font-size:0.9em;
		font-weight:bold;
        line-height:20px;  
        text-align:left;  
        text-decoration:none;  
        color:#6d6e63;
    }  
  
        nav ul li a:hover {  
            color: #dbdbdb;  
        }  
  
        nav ul li.selected a {  
            color: #6d6e63;  
        } 
  
  
  #conteudo {
	  position:relative;
	  margin:0px auto;
	  width:100%;
	  margin-top:60px;
	  text-align:justify;
	  font-size:0.9em;
}  

  #conteudo p{
	  color:#979889;
}  

/*========================================================

		PAGINACAO
		
========================================================*/	

#pag{
	position:relative;
	width:980px;
	height:35px;
	margin:50px auto;
}

#pag #navlist{
	position:relative;
	}
	
#pag #navlist li{
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	top:0;
	}
	
#pag #navlist li, #pag #navlist a{
	height:35px;
	display:block;
	}

#pag #prev{
	left:346px;
	width:35px;
	}
#pag #prev{background:url('http://www.andreigurgel.com.br/_imgs_/nav_buttons.png') 0 0;}
#pag #prev a:hover{background: url('http://www.andreigurgel.com.br/_imgs_/nav_buttons.png') 0 -36px;}

#pag #next{
	left:600px;
	width:35px;
	}
#pag #next{background:url('http://www.andreigurgel.com.br/_imgs_/nav_buttons.png') 36px 0;}
#pag #next a:hover{background: url('http://www.andreigurgel.com.br/_imgs_/nav_buttons.png') 36px -36px;}

/*========================================================
		Tela autor
========================================================*/	

  #autor {
	  width:620px;
	  margin:0 auto;
} 

  #autor p {
	  color:#979889;
} 

.img_link {
	border:0 0 50px 0;
	width:120px;
	height:100px;
	float:left;	
}


/*========================================================

		Page Content
		
========================================================*/			
				
				.photopost, .photosetpost, .textpost, .postquote, .postlink, .postaudio, .postvideo, .postchat { margin: 20px 0 0 0; width: 980px; }
				.postvideo { max-width: 800px; }
				.photopost img { -moz-border-radius: 10px; -webkit-border-radius: 10px; max-width: 980px; }
				.space { clear: both; border-top: 1px dotted #524f4f; width: 980px; margin-top:40px; margin-bottom:30px; }
				.box { float:left; margin-left: 10px;width: auto; clear: none; text-transform: uppercase; }
				.photo { width: 980px; padding: 0 0 0 0; }
				img.image-center { margin-left: auto; margin-right: auto; display: block; }
				.album-shine { background-image: url(http://static.tumblr.com/ubkenek/vidlaaw9f/album-art-shine.png); width: 111px; height: 104px; z-index: 2; position: absolute; }
				.albumart img { float: left; max-height: 100px; margin: 2px 0 0 10px; border: 0; }
				.albumart { float: left; clear: none; margin: 0 10px 0 0; }

footer {
	clear:both;
	margin:30px auto;
	font-size:0.6em;	
}
  
