/*    
		File: main.css 
		Theme: Helvetica Simplicty
		Software: Sweetcron

		Copyright (C) 2009 Andrew Davidson

    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.
*/



/*		Layout
******************/

/* Named Blocks */

body {
	color: #fff;
	background-color: #3c3c3c;
	font-family: Helvetica, Verdana, sans-serif;
	font-size: .8em;
}

#header {
	width: 600px;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 50px;
}

#footer {
	width: 600px;
	margin: 25px auto 10px auto;
	text-align: center;
}

#activity {
	width: 600px;
	margin-top: 0px;
	margin-bottom: 25px;
	margin-left:auto;
	margin-right:auto;
}

#static {
	width: 600px;
	margin: 0 auto;
	margin-bottom: 50px;
}
	
/* Classed Blocks */

div.pagination {
	width: 600px;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 15px;	
}

div.type {
	width: 70px;
	margin: 0px;
	float: left;
	text-align: right;
}

div.item {
	width: 500px;
	margin: 20px auto 40px auto;
	padding: 5px;
	overflow: hidden;
}

div.photo {
	width: 300px;
	height: 300px;
	margin: 10px auto 10px auto;
}

div.video {
	width: 450px;
}

div.caption {
	margin: 10px auto 5px auto;
	width: 450px;
}

div.albumart {
	height:100px;
	width:100px;
	float:left;
}

div.songtext {
	float:left;
}


/* 	Typography 
*****************/

/* Blocks */

p {
	font-size: 1em;
}

p.source {
	text-transform: lowercase;
	font-size: 1em;
	line-height: 1.2em;
	padding-bottom: 5px;
	letter-spacing: -.02em;
}

p.title {
	text-transform: lowercase;
	font-size: 1.4em;
	letter-spacing: -.02em;
	margin-bottom:10px;
}

p.content {
	text-transform: lowercase;
	line-height: 1.2em;
	font-size: 1em;
}

p.date {
	font-size: 1em;
	border-top: 1px solid #aaa;
	padding-top: 2px;
}

p.pagination {
	font-size: 1.4em;	
}

p.quote {
	padding-top: 5px;
	font-size: 1.4em;
}

p.attribution {
	text-transform: lowercase;
	text-align: right;
	padding-top: 10px;
	margin-right: 15px;
	font-size: 1.2em;
}

p.photo_title {
	text-align: center;
	text-transform: lowercase;
	font-size: 1.4em;
	letter-spacing: -.02em;
}

div.caption p {
	text-transform: lowercase;
}

#static p {
	margin-bottom: 10px;
}

#static ul {
	margin-bottom: 10px;
}

#static li {
	text-indent: 1em;
	text-transform: lowercase;
	font-size: 1em;
	line-height: 1.2em;
}
			
		
		
/* Spans */

span.quote {
	font-size: 300%;
	font-weight: bold;
	float: left;
	width: 50px;
	height: .5em;
	text-indent:11px;
}

span.quote:hover {
	text-decoration: underline;
}

	
/* Links */

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

a:hover {
	text-decoration: underline;
}

a.header {
	color: #FFF;
}

p.quote a {
	letter-spacing: -.05em;
}

p.quote a:hover {
	text-decoration: none;
}

p.quote a.name {
	letter-spacing: 0em;
}

p.quote a.hash {
	letter-spacing: 0em;
}

div.pagination a {
	border: 1px solid #AAA;
	padding: 2px 5px 0px 5px;
	text-decoration: none;
}

div.pagination a:hover {
	color: #4d4d4d;
	background-color: #fff;
}

div.song_text a {
	font-size: 1.4em;
}


h1 a {
	font-size: 8em;
	text-decoration: none;
	line-height: .7em;
	letter-spacing: -.07em;
}


h1 a:hover {

	text-decoration: none;
}

#header h1 {
	margin-top: 15px;	
	margin-bottom: 20px;
}