/*
Theme Name: RecordPress
Author: Nicholas Moeggenberg
Version: 1.0
*/

h2 {
	color:#231f20;
	font-style:italic;
	font-size:26px;
    	margin-bottom: 0;
    	margin-top: 12px;
    	text-align: center;
	background: url('images/headerline.png') no-repeat scroll -1px 8px transparent;

}

#Header {
	margin: 15px auto 25px;
	max-height: 200px;
    	max-width: 1000px;
    	overflow: hidden;
    	width: 1000px;
}

#Header table {
	text-align:center; 
	width:1000px;
}

#BlogContainer {
	width:1000px;
	margin:0 auto;
}

#Logo {

}

.post-meta {
	margin: 0px;
	padding: 0px;
}

.post-meta li {
	list-style:none;
	display:inline;
}

.post-meta-key {
	display:none;
}

#Table {
	width:1000px;
	font-family:Arial;
	font-size:11px;
}

#HeaderTable {
	border-bottom: 2px dotted #939598;
    	color: #B1B1B1;
    	font-family: Arial;
    	font-size: 11px;
    	font-weight: bold;
    	margin-bottom: 15px;
	padding-bottom:2px;
    	text-transform: uppercase;
    	width: 1000px;
}

.Artist {
	width:190px;
	padding-right:10px;
}

.Album {
	width:210px;
	padding-right:10px;
}

.Size {
	width:70px;
}

.Label {
	width:160px;
}

.Color {
	width:160px;
}

.Pressing {
	width:55px;
}

.Thumb {
	width:30px;
}

.Thumb img {
	border:2px solid #cccccc;
}

#Footer {
	border-top: 2px dotted #939598;
    	font-family: arial;
    	font-size: 11px;
    	margin: 30px auto 15px;
    	padding-top: 14px;
    	text-align: center;
    	width:1000px;
	color:#505050;
}

#Footer a {
	color:#505050;
	text-decoration: none;
}

#Footer a:hover {
	color:#303030;
}

#LilRecord {
	background: url('images/lilrecord.png') no-repeat;
	width:31px;
	height:31px;
	margin: 10px auto 0;
}

#toTop {
	width:100px;
        background:url('images/backtotop.png') no-repeat;
	width:77px;
	height:70px;
        position:fixed; /* this is the magic */
        bottom:10px; /* together with this to put the div at the bottom*/
        right:10px;
        cursor:pointer;
        display:none;
        color:#333;
        font-family:verdana;
        font-size:11px;
}