/*
Theme Name: Life Stream
Theme URI: http://www.gregorsmith.com
Description: The index page for gregorsmith.com
Version: 1.0
Author: Gregor Smith
*/

body {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #333;
	background: #fff;
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 24px;
	margin-bottom: 2px;
}

h2 {
	font-size: 18px;
	margin-bottom: 2px;
}

small {
	font-size: 11px;
}

img {
	padding-right: 5px;
}

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

a:hover {
	text-decoration: underline;
}

.container {
	margin: 0 auto;
	width: 750px;
	text-align: left;
}

.leftside {
	width: 500px;
}

.rightside {
	float: right;
	width: 245px;
	padding-left: 5px;
	padding-top: 18px;
}

.life_blog th { background: #bdb7a5; color: #565; }
.life_blog a { background: #bdb7a5; }
.life_blog a:hover { background: #eee; text-decoration: none; }
.life_flickr th { background: #fde; color: #656; }
.life_flickr a { background: #fde; }
.life_flickr a:hover { background: #eee; text-decoration: none; }
.life_twitter th { background: #dee; color: #565; }
.life_twitter a { background: #dee; }
.life_twitter a:hover {	background: #eee; text-decoration: none; }
.life_facebook th { background: #a1b0cd; color: #565; }
.life_facebook a { background: #a1b0cd; }
.life_facebook a:hover { background: #eee; text-decoration: none; }
.life_lastfm th { background: #f99; color: #565; }
.life_lastfm a { background: #f99; }
.life_lastfm a:hover { background: #eee; text-decoration: none; }
.life_google th { background: #cde; color: #565; }
.life_google a { background: #cde; }
.life_google a:hover { background: #eee; text-decoration: none; }
.life_foursquare th { background: #e1edc0; color: #565; }
.life_foursquare a { background: #e1edc0; }
.life_foursquare a:hover { background: #eee; text-decoration: none; }
.life_lifestream th { background: #ffffff; color: #565; }
.life_lifestream a { background: #ffffff; }
.life_lifestream a:hover { background: #eee; text-decoration: none; }

table {
	border-collapse: collapse;
}

tbody th {
	text-align: right;
	padding: 0.5em;
	color: #777;
}

tbody td a {
	display: block;
	text-decoration: none;
	padding: .5em;
	color: #333 !important;
	line-height: 1.5em !important;
}

tbody td a:hover, tbody a:visited:hover {
	color: #333 !important;
}

.hcalendar {
	width: 475px;
}

.footer {
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}