/*
Theme Name: hotvolleyball
Description: Child theme
Author: hotvolleyball.com
Template: bueno
*/

@import url('../bueno/style.css');

#main{width:100%;}
.col-full {width: 1025px}
.post {padding: 25px 35px;
	height: auto;
	border: 5px solid rgb(204,204,204);}
h1.title, .post .title {display: none;}
.entry p {margin: 0 0 0 0; padding: 0 0 0 0}
.entry h2 {margin: 0 0 0 0; padding: 5px 0 0 0}
body {line-height: 1.2; color: rgb(180, 180, 180)}
body.home #main .date{
display:none;
}
body.page #main .date{
display:block
}
.clear{
height:1px;
overflow:hidden;
clear:both;
margin-top:-1px;
}