/*
AUTHOR: Joseph Bergen
LAYOUT: One-Column 
DESCRIPTION: One-column fluid layout with sidebars stacked in two columns below content
*/



h1,h2,h3,h4,h5,h6 {
font-family:"Veranda",sans-serif;

}

h2 {
color: #aaa;

}

h3 {
color:#aaa;
letter-spacing: -2px;

}

li{
font-size:13px;
}



p{
font-family:font-family:"Times New Roman",Georgia,Serif;
font-size:14px;
color: #444;
}

blockquote {
font-weight:light;
font-style:italic;
}


a:link {
color: #ff7700;
text-decoration: none;
}

a:visited {
text-decoration: none;
color: #ff7700;
}

a:active {
text-decoration: none;
color: #ff7700;
}

a:hover {
text-decoration: none;
color: #444;
letter-spacing: 0;

}


div#header{
position:absolute;
top: 0px;
left: 0px;
width:100%;
min-width: 900px;
height: 50px;

/*background-image: url('http://localhost/wordpress/wp-content/uploads/2009/06/tex02.gif');*/
}


div#twitter {
font-family:"Veranda",sans-serif;
font-size:11px;
color: #333;
position:relative;
top:15px;
}




div#flickr-head {
position:absolute;
top:0;
left:0;
height: 100px;
z-index:-1;
}

div#twitter:before {
content:url(http://www.neutralsurface.com/wp-content/uploads/2009/08/twitter-1.png);
}


span.twitter-timestamp {
color: #bbb;
}


h1#blog-title {
position:relative;
top: -30px;
left:-3px;
font-size: 40px;
text-align:right;
letter-spacing: -3px;
}



div#wrapper{
margin: 0 auto;
width: 900px;
}


div#container {
margin: 75px 0 0 0;
}


div.entry-content {
position:relative;
right: -400px;
width:500px;
}

div.comment-meta {
font-family:"Veranda",sans-serif;
font-size:10px;
color: #aaa;
}

div.comments {
font-family:"Times New Roman",Georgia,Serif;
font-size:12px;
}

div.entry-meta, span.flickr-caption{
font-family:"Veranda",sans-serif;
font-size:10px;
color: #aaa;
position:absolute;
max-width:350px;

}



div.post {
border-top: 1px solid #eee; 
margin: 50px 0 0px 0 ;
padding: 0 0 25px 0;
min-height:150px;
}

.navigation{
position:relative;
top:-20px;
font-family:"Veranda",sans-serif;
font-size:13px;
font-weight:bold;
margin: 15px 0 15px 0;
}

.nav-previous {
text-align:left;
position:absolute;
}

.nav-next {

text-align:right;
}

#comments {
font-family:"Veranda",sans-serif;
font-size:12px;
margin: 0 0 25px 0;
}



.blog-footer {
border-top: 1px solid #333;

background: #444;
position: absolute;
left:0;
width:100%;
min-width:900px;
font-family:"Veranda",sans-serif;
}

.footer-inside {
position:relative;
margin: 0 auto;
width: 900px;
}



.sidebar {
float:right;
margin:20px 0;
}

div#primary.sidebar {
width:30%;
}

div#secondary.sidebar {
width:30%;
}

div#tertiary.sidebar {
width:30%;
}


div#footer {
width:100%;
font-size:13px;
color: white;
clear:both;
}

