
/************************************
universal
*************************************/

body{
background-color:#fff;
color:#666;
font-family:Verdana, Geneva, sans-serif;
font-size:10px;
background-image: url('http://stuff.heylookmyblog.com/img/blank.gif');
background-position: bottom right;
background-repeat: no-repeat;
background-attachment:fixed;
margin:0px;
padding:0px;
border:none;
z-index: 0;
overflow:auto;
}

#tumblr_controls{
/*display:none;*/
z-index:2000;
}

#title{
width:100%;
margin-left:auto;
margin-right:auto;
text-align:center;
padding:0 0 20px 0;
background: rgba(255,255,255,.7) url('http://stuff.heylookmyblog.com/img/ipod2comp_new.png') no-repeat center;
position:fixed;
z-index:1;
color:#353535;
top:-15px;
text-indent: 4px;
}

#container{
width:520px;
margin-left:auto;
margin-right:auto;
position:relative;
top:130px;
}

ul{
list-style-type:none;
margin:0;
padding:0;
}

li{
list-style-type:none;
margin:0;
padding:0;
}

a{
text-decoration:none;
color:#666;
}

a:hover{
color:#000;
/*font-style:italic;*/
}

/************************************
posts
*************************************/

.post{
width:500px;
padding-top:30px;
}

.photo img{
max-width:550px;
max-height:500px;
border-top: #eaeded solid 1px;
border-left: #eaeded solid 1px;
-moz-box-shadow: 5px 5px 5px #686868;
-webkit-box-shadow: 5px 5px 5px #686868;
box-shadow: 5px 5px 5px #686868;
margin-bottom: 10px;
}

.photo .text{
width:500px;
text-align:center;
}

.photo a{
display: block;
text-align: center;
}

.post .text{
text-align:justify;
background-color:#F0F0F0;
padding:10px;
width:480px;
border-bottom:1px #eee solid;
}

.video .text{
width:500px;
text-align:center;
}

.description{
width:500px;
text-align:left;
border-bottom:1px #eee solid;
}

.notes_tags{
width:500px;
text-align:center;
margin-top:10px;
padding-top:5px;
padding-bottom:140px;
/*border-top: 1px solid #989898;*/
}

.notes_tags img{
border:none !important;
}

.tagged{
display:inline;
}

#notes_container{
width:500px;
margin-left:auto;
margin-right:auto;
padding:5px;
position:relative;
border:1px #eee solid;
left:-10px;
}

.post_notes{
display:inline;
width:500px;
padding: 5px;
}

.post_notes img{
border:none;
}


/************************************
footer
*************************************/

#footer_container{
	height:40px;
}

#pageNav{
width:500px;
margin: 50px auto 0;
font-size:30px;
border-top: 1px solid #eee;
border-bottom: 1px solid #eee;
padding:5px 0px;
text-align:center;
position:relative;
left:-8px;
transition:background-color .5s;
-webkit-transition:background-color .5s; /*Safari and Chrome*/
transition:border-color .5s;
-webkit-transition:border-color .5s; /*Safari and Chrome*/
}

#pageNav:hover{
background-color: #eee;
border-color: #efefef;
}

#pageCount{
    font-size: 11px;
    position: relative;
    top: -7px;
}
.footerNav{
left:-8px;
position:relative;
width:500px;
height:20px;
text-align:center;
margin-left:auto;
margin-right:auto;
padding:-10px 0px 0px 0px;
}

.footerNav li{
display:inline;
border-right: 1px solid #cccccc;
padding: 0px 5px 0px 0px;
}

/*.footerNav ul{
padding:5px 0px;
}*/

.footerNav a{
text-decoration:none;
}

#searchForm{
	display:none;
}