html, body{
margin: 0;
padding: 0;
height: 100%;
}

body{
margin: 0;
padding: 0;
background: #ccc url("images/background.jpg"); 
font-family: 'Courier New', 'Courier', mono;
color:#000; 
font-size: 100%;
}

a {
color:#000;
text-decoration: underline;
border: 0;
outline: 0;
}

a:hover {
text-decoration: none;
}

img {
border: 0;
margin: 0;
padding: 0;
}


/****START***/

#main {
position: absolute;
left: 87px;
top: 78px;
width: 279px;
height: 240px;
background: url(images/navig.jpg) no-repeat; 
}

#main a {
text-decoration: none;
}

#main a:hover {
background: #fff;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
}

#navig {
font-size: 20px;
line-height: 23px;
font-weight: bold;
margin: 60px 0 0 30px;
}


#about {
position: absolute;
left: 192px;
top: 386px;
}

#contact {
position: absolute;
left: 425px;
top: 406px;
}

#blog {
position: absolute;
left: 789px;
top: 439px;
}

/****SUBPAGES***/

#content {
position: absolute;
left: 80px;
top: 40px;
width: 70%;
max-width: 700px;
line-height: 1.3em
}

#fotos {
position: absolute;
top: 30px;
}

#text {
margin: 50px 0 30px 0;
padding: 30px;
background: #fff;
color: #000;
overflow: hidden;
font-weight: normal;
-moz-border-radius: 8px;
-khtml-border-radius: 8px;
-moz-box-shadow: 4px 4px 0px #000;
-webkit-box-shadow: 4px 4px 0px #000;
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=135,strength=2)"; /* IE8+ */  
filter: progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=135,strength=2); /* IE7 and lower */ 
}

#scroll {
position: absolute;
bottom: 10px;
left: 10px
}

.top {
margin: 30px;
}



.date {
font-size: 11px;
}

.big {
font-size: 1.4em;
line-height: 28px;
}




/****BLOG***/

h2 {
	font-size: 2em;
	font-weight: normal;
	margin: 0;
}

h3 {
	font-size: 2.5em;
	font-style: oblique; 
	line-height: 1.2em;
}


.post {
margin: 50px 0 30px 0;
padding: 30px;
background: #fff;
color: #000;
overflow: hidden;
font-weight: normal;
-moz-border-radius: 8px;
-khtml-border-radius: 8px;
-moz-box-shadow: 4px 4px 0px #000;
-webkit-box-shadow: 4px 4px 0px #000;
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=135,strength=2)"; /* IE8+ */  
filter: progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=135,strength=2); /* IE7 and lower */ 
}

.postmeta {
font-size: 0.7em;
}


.post .chat li {
	list-style: none;
	margin-left: -40px;
}
.post .chat .label {
	font-family: Courier New, monospace;
}

#tools {
padding: 20px 0 20px 0;
}

#footer {
padding: 10px;
background: #fff;
color: #000;
overflow: hidden;
font-weight: normal;
-moz-border-radius: 8px;
-khtml-border-radius: 8px;
-moz-box-shadow: 4px 4px 0px #000;
-webkit-box-shadow: 4px 4px 0px #000;
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=135,strength=2)"; /* IE8+ */  
filter: progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=135,strength=2); /* IE7 and lower */ 
}


