/*  Bruce Clark's Life Stream. Coded by none other than Bruce mother-fucking Clark. 
	main.css - Layout and Functionality */ 

/* ----------| =Initial Page Structure |---------- */ 

* { 
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	list-style: none;
}

html {
	font: 62.5% "Helvetica Neue", Arial, Helvetica, Sans-serif;
	color: #555;
	background: #e8e8e8 url(../images/site-bg.gif) repeat-x left top;
}

body { 
	position: relative;
	font-size: 1em;
	min-width: 800px;
}

#header { 
	position: relative;
	height: 112px;
	padding: 14px 20px;
	font-size: 1.1em;
	line-height: 1.6em;
	color: #fff;
} 

#content { 
	clear: both;
	position: relative;
	font-size: 1.2em;
	width: 809px;
	margin: 0 auto;
	line-height: 1.6em;
	padding: 25px 0 10px 10px;
}

#footer { 
	position: relative;
	clear: both;
	font-size: 1.2em;
	width: 769px;
	margin: 0 auto;
	padding: 5px 20px 10px 20px;
}


/* ----------| =Basic Element Styles |---------- */ 

h1, h2, h3, h4, h5, h6 { 
	font-weight: normal;
	background: transparent;
	color: #666;
}

h1 { 
	font-size: 1.8em;
}

h2 { 
	font-size: 1.6em;
}

h3 { 
	font-size: 1.4em;
}

h4 { 
	font-size: 1.3em;
}

h5 { 
	font-size: 1.2em;
}

h6 { 
	font-size: 1.1em;
}

p { 
	padding-bottom: 1em;
}

.spacer { 
	padding-top: 1em;
}

input { 
	font: 12px Arial, Helvetica, Sans-serif;
	padding: 2px;
	border: 1px solid #ccc;
}

input[type="image"], 
input.submit { 
	border: 0;
	padding: 0;
	background: transparent;
	width: auto;
}

img,
a img { 
	border: 0;
	vertical-align: middle;
} 

a { 
	color: #3F4855;
	text-decoration: none;
	border-bottom: 1px solid #ddd;
}

a:visited { 
	color: #3F4855;
}

a:hover { 
	color: #7C96B1;
	border-bottom: 0;
}

a.hover-box img.original {
	float: left;
	position: relative;
}

a.hover-box img.hover { 
	display: none;
}

a.hover-box { 
	position: relative;
	float: left;
	display: block;
}

a.hover-box:hover { 
	display: block; 
	font-size: 100%; 
	z-index: 1; 
}

a.hover-box:hover img.hover { 
	display: block;
	position: absolute;
	float: left;
	left: 0;
	top: 0;
	z-index: 1000;
}

/* ----------| =Utilities |---------- */ 

.left { 
	float: left;
	position: relative;
	margin: 0 10px 5px 0;
}

.right { 
	float: right;
	position: relative;
	margin: 0 0 5px 10px;
}

.clear {
	clear: both;
}

.clear-left { 
	clear: left;
}

.clear-right { 
	clear: right;
}

.clear-none { 
	clear: none;
}

.center { 
	text-align: center;
}

.autoclear:after { 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
}

.autoclear { 
	display: inline-block;
}

.autoclear { 
	display: block;
}

/* ----------| =Layout and Function |---------- */ 

	/* ----------| =Header |---------- */ 

#header h1 { 
	width: 556px;
	height: 36px;
	text-indent: -9999px;
	background: url(../images/title.gif) no-repeat left bottom;
}

#header h1 a { 
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
}
		
#header p.welcome { 
	position: absolute;
	right: 20px;
	top: 14px;
	color: #ddd;
	text-align: right;
}

#header p.welcome strong { 
	display: block;
	color: #ffc000;
}

#header p.welcome a { 
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	border: 0;
}

#header p.welcome a:hover { 
	color: #cde9ff;
}

#header ul { 
	position: relative;
	float: left;
	padding: 20px 0 0 15px;
}

#header ul li { 
	float: left;
	width: 105px;
	height: 104px;
	text-indent: -9999px;
	margin-right: 10px;
}

#header ul li.twitter { background: transparent url(../images/twitter-icon.png) no-repeat left top; }
#header ul li.reddit { background: transparent url(../images/reddit-icon.png) no-repeat left top; }
#header ul li.flickr { background: transparent url(../images/flickr-icon.png) no-repeat left top; }
#header ul li.brightkite { background: transparent url(../images/brightkite-icon.png) no-repeat left top; }
#header ul li.facebook { background: transparent url(../images/facebook-icon.png) no-repeat left top; }

#header ul li a { 
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
}

#header .quick-info { 
	position: absolute;
	left: -290px;
	top: 200px;
	width: 265px;
	height: 130px;
	padding: 20px 63px 20px 17px;
	background: url(../images/who-is-bruce.png) no-repeat left top;
	z-index: 1000;
	color: #777;
	line-height: 1.7em;
	overflow: hidden;
}

#header .quick-info#imulus { 
	background: url(../images/who-is-imulus.png) no-repeat left top;
	top: 360px;
}

#header .quick-info.open { 
	left: -2px;
}

#header .quick-info.closed { 
	left: -290px;
}

#header .quick-info p { 
	margin: 0;
	padding: 0;
}

#header .quick-info p img { 
	vertical-align: bottom;
	padding: 0 5px 0 0;
}

#header .quick-info a.control-imulus, 
#header .quick-info a.control-bruce { 
	float: right;
	display: block;
	background: transparent;
	height: 120px;
	width: 32px;
	margin-right: -50px;
	text-indent: -9999px;
	border: 0;
}

#header .quick-info p a { 
	color: #3798ea;
	text-decoration: none;
}		

#header .quick-info p a:hover { 
	color: #295099;
	border-bottom: 1px solid #ccc;
}
		
	/* ----------| =Content |---------- */ 

#content ul#lifestream { 
}

#content ul#lifestream li { 
	position: relative;
	float: left;
	margin: 0 14px 14px 0;
	width: 250px;
	height: 250px;
	overflow: hidden;
	background: #fff;
	border: 1px solid #ddd;
	padding: 4px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#content ul#lifestream li.last { 
	margin-right: 0;
}

#content ul#lifestream li p.site { 
	position: relative;
	margin: 0;
	font-size: .9em;
	line-height: 1em;
	padding: 5px 10px 6px 10px;
	text-transform: uppercase;
	color: #888;
}

#content ul#lifestream li p.site a { 
	color: #888;
	text-decoration: none;
	border: 0;
}

#content ul#lifestream li p.site a:hover { 
	color: #444;
}

#content ul#lifestream li .item-inner { 
	position: relative;
	padding: 5px 10px;
	font-size: 1.2em;
	overflow: hidden;
	line-height: 1.7em;
	color: #3C6297;
 	background: transparent url(../images/gradient.gif) no-repeat left top; 
	height: 195px;
}

#content ul#lifestream li .item-inner p em { 
	color: #555;
}

#content ul#lifestream li .item-inner p img { 
	position: relative;
	float: right;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 0 0 3px 3px;
	background: #fff;
	margin: -5px -10px 5px 10px;
}

#content ul#lifestream li .item-inner p.activity-text  { 
	position: absolute;
	right: 0;
	top: 0;
	background: transparent url(../images/trans-flip.png) no-repeat left bottom;
	padding: 3px 10px;
	font-size: .8em;
	color: #eee;
}

#content ul#lifestream li .item-inner p.activity-text a { 
	color: #fff;
	text-decoration: none;
	border: 0;
}

#content ul#lifestream li .item-inner p.activity-text a:hover { 
	color: #ccc;
}

#content ul#lifestream li .item-inner a.activity-image { 
	text-indent: -9999px;
	display: block;
	margin: -5px -10px;
	width: 250px;
	height: 205px;
}

#content ul#lifestream li p.date { 
	position: absolute;
	left: 13px;
	bottom: 3px;
	padding: 0;
	margin: 0;
	color: #999;
	font-size: .9em;
}

#content #pagination { 
	clear: both;
	font-size: 1.1em;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 15px 20px;
	line-height: 1em;
}

#content #pagination a { 
	padding: 3px 5px;
	border: 1px solid #ccc;
	background: #fff;
	text-decoration: none;
	color: #4075B7;
}

#content #pagination a:hover { 
	background: #E5F2FF;
}

		/* ----------| =Individualized Content |---------- */ 
		

#content ul#lifestream li .item-inner p.twitter_tweet { 
	min-height: 150px;
	background: url(../images/tweet.png) no-repeat 3px 18px;
	font-size: 1.2em;
	line-height: 1.7em;
}

#content ul#lifestream li .item-inner p.brightkite { 
	font-size: 1.5em;
	line-height: 1.7em;
}

	/* ----------| =Footer |---------- */ 

#footer p span { 
	float: right;
}




















