/*
Theme Name: Since78 2008/2009
Description: 
Version: 1.0
Author: Brian Gossett
Author URL: http://www.briangossett.com
*/
body{
	margin: 0;
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 65%;
	text-align: center;
	vertical-align: top;
	background: #ffffff;
	color: #6f7071;
}

a:link, a:visited{
text-decoration: none;
background-color: #f2f2f2;
color: #7cc3bf;
}

a:hover{
text-decoration: none;
background-color: #7cc3bf;
color: #ffffff
}

p{
padding: 0px 0 0 0;
}

#wrapper{
margin:20px;
text-align:left;
width: 1024px;
}

#header{
float: left;
width: 400px;
}

#contact{
text-align: right;
padding: 0px 20px 0px 0px;
}
#container{
float: right;
width: 800px;
margin: 0px 0px 0 0;
}

.post{
padding: 0px 20px 0px 20px;
width: 650px
}

.entry{
text-align: justify;
}

p.postmetadata{
border-top: 1px solid #ffffff;
margin: 0px 0 0 0;
padding: 4px 0px 32px 0px;
}

h2{
text-align: right;
border-bottom: 5 px solid #f2f2f2;
}

navigation{
color: #ffffff;
}

.sidebar{
float: left;
text-align: right;
width: 200px;
margin: 0px 0px 0 0;
}
.sidebar ul {
list-style: none;
text-align: right;
padding: 0px 0px 10px 0px

}
#footer{
float: left;
width: 965px;
padding: 0px;
}


