/*

Theme Name: teh blog ar (not) dead
Theme URI: http://mawsh.com/labs/tehblogarnotdead/
Description: A Sweetcron theme that keeps your blog posts front and center so that they don't get drowned out by your other geeky internet activities.
Version: 1.0
Author: mawsh
Author URI: http://mawsh.com

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php

*/

/* Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* Global */

html {height:100%;margin-bottom:1px;}

/* div.snow {
	background: url("i/clovers.png"); 
}*/

body {
	background: #FFF url("/tumblr/bg.gif");  
/*	background: url('i/newbg.png') top center no-repeat; */
	font-family: "lucida grande", "lucida sans unicode", helvetica, arial, sans-serif;
	color: #555555;
	text-align: center;
	font-size: 100%;
	}

a, a:visited {
	color: #004f88;
	text-decoration: none;
	}

a:hover, a:active {
	color: #555;
	text-decoration: none;
	}

input, textarea {
	font-family: "lucida grande", "lucida sans unicode", helvetica, arial, sans-serif;
	}

input {
	}

textarea {
	}

hr {
	border: 1px dotted #DADADA;
	height: 1px;
	clear: both;
	margin: 10px 0px;
	}

code {
	color: green;
	background: #FAFAFA;
	padding: 0 3px;
	border: 1px solid #EAEAEA;
	}



/* Site Specific */

.container {
	clear: both;
	font-size: 1.0em;
	line-height: 1.0em;
	margin: 0 auto;
	padding: 0;
	position: relative;
	top: 0px;
	left: 0px;
	text-align: left;
	width: 940px;
	}


/* Header & Profile */

#header, #profile {
	clear: both;
	float: left;
	margin: 0;
	position: relative;
	width: 100%;
	}

	#header {
		background: #000;
		height: 50px;
		}

		#header #toggle {
			cursor: pointer;
			position: absolute;
			left: 620px;
			top: 13px;
			height: 25px;
			width: 80px;
			}

		#header-titles {
			position: absolute;
			width: 100%;
			top: 0px;
			left: 0px;
			z-index: 500;
			}

		#header #learn {
			background: url('i/learn-more.png') 620px 13px no-repeat;
			height: 50px;
			}

		#header.active #learn {
			background: url('i/learn-less.png') 620px 13px no-repeat;
			}

		#header-titles #site-title {
			color: #fff;
			font-size: 1.125em;
			font-weight: bold;
			left: 0px;
			padding-left: 20px;
			position: absolute;
			top: 18px;
			}			

			#header-titles #site-title a {
				color: #fff;
				}
		
		#header-titles #rss-feed {
			background: url('i/feed-icon-14x14.png') 0 3px no-repeat;
			font-size: 0.75em;
			padding-left: 20px;
			padding: 1px 0 5px 20px;
			position: absolute;
			top: 15px;
			left: 810px;
			}
		
		#header-titles #rss-feed a {
			color: #dc6022;
			}
		
		#header-titles #rss-feed a:hover {
			color: #fff;
			}
	
	#profile {
		background: url('i/bg-profile.png') 0 0; 
		z-index: 100;
			/* Uncomment to float profile */
			
			position: absolute;
			top: 50px; left: 0px;
			
		}

		#profile .wrap {
			float: left;
			position: relative;
			width: 940px;
			}

		#profile #profile-pic {
			border: 10px solid #111;
			float: left;
			position: relative;
			left: 20px;
			top: 20px;
			width: 120px;
			}
		
		#profile #profile-about {
			color: #888;
			float: left;
			padding-left: 40px;
			margin-top: 20px;
			width: 520px;
			height: 180px;
			}

			#profile #profile-about h2, #profile #profile-feeds h2 {
				color: #fff;
				font-size: 0.9em;
				font-weight: bold;
				padding-top: 10px;
				margin-bottom: 5px;
				}
			
			#profile #profile-about p, #profile #profile-feeds p {
				font-size: 0.8em;
				line-height: 1.4em;
				}
		
		#profile #profile-feeds {
			float: right;
			margin-top: 20px;
			width: 200px;
			}

			#profile #profile-feeds p {
				padding: 3px 0;
				padding-left: 20px;
				height: 22px;
				}

				/* Add more classes as needed */

				#profile #profile-feeds .twitter {
					background: url('http://www.twitter.com/favicon.ico') 0px 5px no-repeat;
					}

				#profile #profile-feeds .flickr {
					background: url('http://www.flickr.com/favicon.ico') 0px 5px no-repeat;
					}

				#profile #profile-feeds .youtube {
					background: url('http://www.youtube.com/favicon.ico') 0px 5px no-repeat;
					}

				#profile #profile-feeds .digg {
					background: url('http://www.digg.com/favicon.ico') 0px 5px no-repeat;
					}

				#profile #profile-feeds .facebook {
					background: url('http://www.facebook.com/favicon.ico') 0px 5px no-repeat;
					}

				#profile #profile-feeds .linkedin {
					background: url('http://www.linkedin.com/favicon.ico') 0px 5px no-repeat;
					}

			#profile #profile-feeds a:hover {
				color: #fff;
				}
		
		#profile #profile-tags {
			clear: both;
			padding: 45px 20px 15px;
			float: left;
			width: 680px;
			}

			#profile #profile-tags ul, #body #main_container #single_container .tag_list {
				list-style-type: none;
				padding: 5px 0;
				}
			
			#profile #profile-tags li, #body #main_container #single_container .tag_list li {
				color: #fff;
				display: inline;
				margin: 0;
				font-size: 0.8em;
				}

				#body #main_container #single_container .tag_list li {
					color: #555;
					}
			
			#profile #profile-tags li a {
				color: #626262;
				}
			
			#profile #profile-tags li a:hover {
				color: #ddd;
				}

			#profile #search_form {
				padding-top: 5px;
				position: absolute;
				top: 240px;
				left: 740px;
				}
			
			#profile #search_form p {
				color: #fff;
				font-size: 0.8em;
				margin-bottom: 5px;
				padding-bottom: 5px;
				}

				#profile #search_form input {
					background: #101010;
					border: 0;
					border-top: 1px solid #000;
					color: #fff;
					font-size: 0.8em;
					padding: 5px 7px;
					height: 15px;
					vertical-align: middle;
					width: 100px;
					}
				
				#profile #search_form #submit {
					background: #000;
					border: 1px solid #000;
					color: #fff;
					height: 26px;
					margin-left: 2px;
					padding: 0 2px;
					width: 60px;
					text-transform: uppercase;
					}


/* Body */

#body, #footer {
	clear: both;
	float: left;
	position: relative;
	}

	/* Home/breakdcrumb bar */

	#body .home {
		font-size: 0.8em;
		padding: 20px;
		border-bottom: 2px solid #ddd;
		background: #FFF;
		margin-top: 20px;
		}


	/* Blog items */

	#body #blog-items {
		background: transparent url('i/bg-blog-items.png') no-repeat right center;
		height: 231px;
		margin: 20px 0 0;
		padding: 30px 20px 20px;
		}

		#body #blog-items #latest {
			float: left;
			width: 620px;
			}

			#body #blog-items #latest h2 {
				font-size: 1.8em;
				font-weight: bold;
				margin: 5px 0 15px;
				}
			
			#body #blog-items #latest small {
				color: #626262;
				display: block;
				font-size: 0.7em;
				margin-bottom: 20px;
				}
			
			#body #blog-items #latest p {
				color: #000;
				font-size: 0.875em;
				line-height: 1.8em;
				}

				#body #blog-items #latest .readmore {
					margin-top: 10px;
					}

				#body #blog-items #latest .readmore a {
					background: #004f88;
					color: #fff;
					font-size: 0.8em;
					padding: 3px 5px;
					}
				
				#body #blog-items #latest .readmore a:hover {
					background: #333;
					}

		#body #blog-items #recent {
			float: right;
			width: 180px;
			}

			#body #blog-items #recent h2 {
				background: url('/favicon.ico') no-repeat;
				color: #000;
				font-size: 1.06em;
				font-weight: bold;
				padding-left: 20px;
				margin-bottom: 15px;
				}
				
				#body #blog-items #recent h2 a {
					color: #000;
					}
			
			#body #blog-items #recent li {
				font-size: 0.875em;
				margin-bottom: 10px;
				}
				
				#body #blog-items #recent li h3 {
					font-weight: normal;
					}

					#body #blog-items #recent li h3 a {
						display: block;
						padding: 5px 0;
						}

					#body #blog-items #recent li h3 .selected {
						background: #004f88 /* url('i/bg-gen.png') */;
						border: 1px solid #fff;
						color: #fff;
						font-weight: normal;
						padding: 4px 7px;
						}
				
				#body #blog-items #recent li small {
					color: #626262;
					font-size: 0.8em;
					}
				
				#body #blog-items #recent li .readmore {
					font-size: 0.9em;
					font-weight: bold;
					}
	
	/* All items */
	
	#body #items {
		float: left;
		margin: 20px 0 0;
		}

		#body #items li {
			background: url('i/bg-item.png') no-repeat;
			display: inline;
			float: left;
			height: 300px;
			padding-bottom: 1px;
			margin-left: 20px;
			margin-bottom: 20px;
			width: 220px;
			}

			#body #items li.first {
				clear: left;
				margin-left: 0;
				}
			
			#body #items li .meta {
				color: #000;
				font-size: 0.6875em;
				height: 20px;
				overflow: hidden;
				padding-left: 20px;
				}


				#body #items li .meta a {
					color: #FFF;
					font-size: 1.15em;
					}
				
				#body #items li .meta a:hover {
					color: #000;
					background: #FFF;
					}
			
			#body #items li .box {
				cursor: pointer;
				font-size: 0.8em;
				line-height: 1.4em;
				height: 280px;
				position: relative;
				}

				/* Twitter */

				#body #items li .twitter {
					background: url('i/bg-twitter.png') no-repeat;
					}

					#body #items li .twitter .profile-pic {
						border: 1px solid #fff;
						position: absolute;
						top: 20px;
						left: 20px;
						}
					
					#body #items li .twitter .content {
						position: absolute;
						top: 95px;
						left: 40px;
						width: 140px;
						overflow: hidden;
						}
					
					#body #items li .twitter .content a {
						color: #555;
						}
				
				/* Video */
				
				#body #items li .video {
					background: url('i/bg-video.png') no-repeat;
					}

					#body #items li .video .content {
						color: #fff;
						font-weight: bold;
						left: 20px;
						position: relative;
						top: 15px;
						width: 180px;
						}
					
					#body #items li .video .content a {
						color: #fff;
						}
				
				/* Photo */
				
				#body #items li .photo {
					}

					#body #items li .photo .content {
						background: url('i/bg-photo.png');
						color: #aaa;
						font-size: 0.9em;
						line-height: 1.3em;
						height: 80px;
						padding: 20px;
						position: absolute;
						top: 160px;
						left: 0;
						width: 180px;
						}
					
					#body #items li .photo .content strong {
						color: #fff;
						font-size: 1.17em;
						font-weight: bold;
						}
					
					#body #items li .photo .content a {
						color: #fff;
						}
				
				/* Blog */
				
				#body #items li .blog {
					}

					#body #items li .blog .title {
						background: #004f88 url('i/bg-gen.png');
						border: 1px solid #ececec;
						color: #fff;
						font-weight: bold;
						padding: 10px 20px;
						}

						#body #items li .blog .title a {
							color: #fff;
							}
					
					#body #items li .blog .content {
						font-size: 0.85em;
						padding: 10px 20px;
						}
				
				/* Generic */
				
				#body #items li .gen {
					}

					#body #items li .gen .title {
						background: #333 url('i/bg-gen-grey.png');
						border: 1px solid #ececec;
						color: #fff;
						font-weight: bold;
						padding: 10px 20px;
						}

						#body #items li .gen .title a {
							color: #fff;
							}
					
					#body #items li .gen .content {
						font-size: 0.85em;
						padding: 10px 20px;
						}
						
						
						#body #items li.brightkite_com .gen {
							background: #2c4355 url('i/map.jpg');;
							color: #2c4355;
							padding-top: 20px;
							height:260px;
							_height:280px;
						}
						
						#body #items li.brightkite_com .gen .title, #body #items li.last_fm .gen .title {
							display: none;
						}

						#body #items li.brightkite_com .gen p.content {
							background: #000;
							color: #FFF;
							font-size: 1em;
							margin: 0 10px;
							text-align: center;
							-moz-border-radius: 10px;
							border: 3px solid #FFF;
							padding: 10px;
						}
						
						#body #items li.last_fm .gen {
							background: #ef67a5 url('i/ipod.jpg');
						}


						#body #items li.last_fm .gen p.content {
							background: #ff00a8;
							color: #FFF;
							font-size: 1em;
							margin: 0;
							text-align: center;
							padding: 10px;
						}
						
						#body #items li.last_fm .photo {
							background: #cc0000;
						}

						
						#body #items li.boxedup_com .gen .title {
							padding-top: 60px;
							background: #B03519;
							border: 0px;
							font-family: "American Typewriter";
							font-size: 1.4em;
							font-weight: normal;
							text-transform: lowercase;
							text-align: center;
						}
						
						#body #items li.boxedup_com .gen {
							background: #B03519;						
							background: #B03519 url('i/boxedup_logo.gif') bottom center no-repeat;
						}
						

						#body #items li.blippy_com .gen .title {
							padding-top: 60px;
							background: #77bff0;
							border: 0px;
							font-family: "American Typewriter";
							font-size: 1.4em;
							font-weight: normal;
							text-transform: lowercase;
							text-align: center;
						}
						
						#body #items li.blippy_com .gen {
							background: #0073be;	
												
							background: #0073be url('i/blippy_logo.jpg') bottom center no-repeat;
							color: #e3f2fc;
						}						

						#body #items li.foursquare_com .gen .title {
							padding-top: 20px;
							padding-bottom: 20px;
							background: #1380c3;
							border: 0px;
							font-family:Helvetica,Verdana,Arial,sans-serif;
							font-size: 1.4em;
							font-weight: normal;
							text-transform: lowercase;
							text-align: center;
						}
						
						#body #items li.foursquare_com .gen .title a {
							color: #e6efca;
							font-style: italic;
						}
						
						#body #items li.foursquare_com .gen {
							background: #EEE;	
												
							background: #EEE url('i/foursquare_logo.png') center center no-repeat;
							color: #e3f2fc;
						}	
						
						#body #items li.foursquare_com p.content {
							display: none;
						}


						#body #items li.gowalla_com .gen .title  {
							display: none;
						}
						
						#body #items li.gowalla_com .gen {
							background: #5a6d37;													
							background: #5a6d37 url('i/gowalla_logo.png') 66px 166px no-repeat;
							color: #e3f2fc;
						}	

						#body #items li.gowalla_com p.content {
							font-family:"Helvetica Neue",Arial,sans-serif;
							font-weight: bold;
							font-size: 1.5em;
							text-align: center;
							padding-top: 50px;
							color: #ebf2dd;
						}
	
	/* Pagination */

	#body #pagination {
		border-top: 2px solid #DDD;
		clear: both;
		font-size: 0.8em;
		font-weight: bold;
		float: left;
		margin-top: 20px;
		margin-bottom: 30px;
		padding: 20px 0;
		width: 900px;
		color: #FFF;
		}

		#body #pagination a {
			background: #FFF;
			color: #b91b00;
			font-weight: normal;
			padding: 1px 5px;
			}
		
		#body #pagination a:hover {
			background: #000;
			}
	
	/* Single Template */
	
	 #body #main_container {
		/* margin: 20px 0;
		padding: 20px; */
		width: 900px;
		} 

		/* Breadcrumb */
		
		#body #main_container .breadcrumb {
			font-size: 0.8em;
			margin-bottom: 30px;
			border-bottom: 2px solid #ddd;
			background: #FFF;
			margin: 20px 0 0 0;
			padding: 20px;
			}

		#body #main_container #single_container {
			width: 540px;
			background: #FFF;
			padding: 20px;
			border: 1px solid #ececec;
			margin: 20px 0;
			float: left;
			}
		
		#body #main_container #single_sidebar {
			margin: 20px 0 20px 600px;
		}

			#body #main_container #single_container h2 {
				font-size: 1.8em;
				font-weight: bold;
				margin: 5px 0 15px;
				line-height: 1em;
				}
				
			#body #main_container #single_container small {
				color: #626262;
				display: block;
				font-size: 0.7em;
				margin-bottom: 20px;
				}
			
			#body #main_container #single_container p {
				font-size: 0.8em;
				line-height: 1.8em;
				margin-bottom: 15px;
				}
			
			#body #main_container #single_container em, #body #main_container #single_container i {
				font-style: italic;
				}
			
			#body #main_container #single_container strong, #body #main_container #single_container b {
				font-weight: bold;
				}
			
			#body #main_container #single_container ul, #body #main_container #single_container ol {
				margin-bottom: 15px;
				}

				#body #main_container #single_container ul {
					list-style-type: disc;
					}
				
				#body #main_container #single_container ol {
					list-style-type: decimal;
					}

				#body #main_container #single_container li {
					font-size: 0.8em;
					line-height: 1.8em;
					margin-left: 25px;
					}

/* Footer */

#footer {
	background: #4e3000;
	font-size: 0.7em;
	color: #be7603;
	float: left;
	width: 100%;
	padding: 10px 0;
	}

	/* Link love! */

	#footer .tehblogarnotdead a {
		background: #3b2400;
		border-left: 5px solid #784a01;
		color: #be7603;
		float: left;
		padding: 5px 7px;
		}
	
	#footer .sweetcron {
		float: right;
		padding: 5px 0;
		}

	#footer a {
		color: #FFF;
	}


#friendconnect {
	float: left;
	margin:20px 0 0;
}

img.left { float: left; margin: 0 10px 10px 0;}
img.right { float: right; margin: 0 0 10px 10px; }
div.right { float: right; margin: 0 10px 10px 0;}
div.left { float: left; margin: 0 10px 10px 0;}
img.aligncenter {
	padding: 20px;
	border: 1px solid silver;
}
.app_loopt_com .title {
	display: none;
}

#body #items li.app_loopt_com {
}

#body #items li.app_loopt_com .box {
	background: url('i/looptbg.jpg') no-repeat;
}


#body #items li.app_loopt_com .gen .content {
	background: #008dff;
	color: #FFF;
	font-size: 1em;
	font-weight: bold;
}

#body #items li .boxee {
	background: url('i/boxeebg.jpg') no-repeat;
	height: 260px;
	padding-top: 20px;
	_height: 280px;
}

#body #items li .boxee .title {
	border: 0px;
	background: #99cd50;
	-moz-border-radius: 10px;
	text-align: center;
	margin: 0 10px;
	padding: 20px;
}

#body #items li .coffeebuzz {
	background: url("i/buzzbg.jpg");
}

#body #items li .coffeebuzz .content a {
	color: #eae4d7;
	font-weight: bold;
}

#body #items li .spymaster {
	background: #0E0D0E url("i/spymaster.png") bottom center no-repeat;
}

#body #items li .spymaster .content {
	top: 65px;
	left: 30px;
	width:165px;
}

#body #items li .spymaster .content a {
	font-family: Helvetica,Arial,sans-serif;
	font-size: 14px;
	color: #FFF;
}


.accordion div#profile {
	display: none;
}

#latest div {
 display: none;
}

#body #items li.backtype_com div.box {
	background: #000;
}

#body #items li.backtype_com .gen .title {
	border: 0px;
	background: #3399CC;	
}

body #items li.readernaut_com .gen {
	background: #FFF url("i/bookbg.png") bottom center no-repeat;
	border: 1px solid orange;
}

#body #items li.readernaut_com .gen .title {
	border: 0px;
	background: #FFF;
	font-family: "Arial Narrow";
	text-transform: uppercase;
	font-size: 1.1em;
	font-style: italic;
}

#body #items li.readernaut_com .gen .title a {
	color: #555;
}

body #items li.delicious_com .gen {
	background: #FFF url("i/deliciousbg.png") bottom center no-repeat;
}

#body #items li.delicious_com .gen .title {
	border: 0px;
	background: transparent;
}

#body #items li.delicious_com .gen .title a {
	color: royalblue;
	margin-left: 40px;
	display: block;
}

#body #items li.delicious_com .gen .content {
	display: none;
}

#body #items li.dailymugshot_com .box p.content {
	height: 15px;
	text-align: center;
	top: 225px;
	background: #EEE;
	font-family:'Lucida Casual', 'Comic Sans MS';
	font-style: italic;
	font-size: 1.1em;
}

#body #items li.dailymugshot_com .box p.content strong a {
	color: #000;
}

#dsq-recentcomments {
	background: #FFF;
	width: 200px;
	height: 281px;
	overflow: hidden;
	float: left;
	margin-top: 20px;
	padding: 0 10px;
	font-size: 0.8em;
}

h2.dsq-widget-title {
	font-weight: bold;
	background: #000;
	border: 1px solid #FFF;
	padding:10px 20px;
	color: #FFF;
	margin-left: -10px;
	margin-right: -10px;
}

#dsq-recentcomments li {
	border-bottom: 1px solid silver;
}

#body #items li.kaboodle_com .photo .content {
	margin: 10px;
	width:160px;
	-moz-border-radius: 10px;
	text-align: center;
	height: auto;
	bottom: 10px;
	top: auto;
}

#body #items li.upcoming_yahoo_com .gen {
	background: #ffc833;
	color: #000;
}

#body #items li.upcoming_yahoo_com .gen .title {
	background: #b51900;
	border: 0px;
}

#single_sidebar {
	font-size: 0.7em;
	text-transform: lowercase;
}

#single_sidebar .sidebox {
	background: #FFF;
	border:1px solid #ECECEC;
	margin-bottom: 20px;
}

.sidebox h3 {
	background: #000;
	margin: 0px;
	padding: 10px 20px;
	color: #FFF;
}

#single_sidebar .sidebox-content {
	padding: 10px 20px;
}

.sb-tags h3 {
	background: #9cca68;
	color: #657645;
	font-weight: bold;
}

.sb-tags a {
	color: #352323;
	padding: 2px;
}

.sb-tags a:hover {
	background: #352323;
	color: #FFF;
}

.sb-tags ul {
	display: block;
}

.sb-tags ul li {
	display: inline;
}

.sb-twitterlink a {
	padding: 10px 20px;
	display: block;
	background: #172323;
	color: #80ceff;
	font-weight: bold;
	text-align: center;
}

.sb-twitterlink a:hover {
	background: #4b7790;
	cursor: pointer;
}

.sb-bloglink a {
	padding: 10px 20px;
	display: block;
	background: #f5c66c;
	color: #473507;
	font-weight: bold;
	text-align: center;
}

.sb-bloglink a:hover {
	background: #473507;
	color: #f5c66c;
	cursor: pointer;
}

.sb-remote h3 {
	background: #f6402d;
}