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,
b, u, i, center,
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-size: 100%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

a{
	text-decoration:none;
}
label {font-weight:bold}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
/*	content: none; */
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* --------------------------------------------------------------

   typography.css
   * Sets up some sensible default typography.

-------------------------------------------------------------- */

/* Default font settings.
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
html { font-size:100.01%; }
body {
  font-size: 75%;
  color: {color:Text};
  background: #fff;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: {color:Text}; }

h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 2em;  }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: .8em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

h1 img, h2 img, h3 img,
h4 img, h5 img, h6 img {
  margin: 0;
}


/* Text elements
-------------------------------------------------------------- */

p           { padding:10px 0 }
p img.left  { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

a:focus,
a:hover     { color: #000; }
a           { color: #009; text-decoration: underline; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr,
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre         { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }


/* Lists
-------------------------------------------------------------- */

li ul,
li ol       { margin: 0; }
ul, ol      { margin: 0 1.5em 1.5em 0; padding-left: 3.333em; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}


/* Tables
-------------------------------------------------------------- */

table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; }
thead th    { background: #c3d9ff; }
th,td,caption { padding: 4px 10px 4px 5px; }
tr.even td  { background: #e5ecf9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }


/* Misc classes
-------------------------------------------------------------- */

.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide       { display: none; }

.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }

body {
	margin:0;
	padding:0;
	background:#f9f9f9 url(http://static.tumblr.com/fgfmpgh/xSCkzafwc/background-1.jpg) repeat;
	line-height:1.7;
}
p {
	padding:7px 0;
	text-shadow:1px 1px 0px #fff;
	color:#5a5a5a;
}
.overflow {overflow:hidden}
.clear {clear:both}
div#content a:active, div#sidebar a:active {
	position:relative;
	top:1px;
}
h1, h2, h3, h4, h5, h6 {
	color:#5c5c5c;
	text-shadow:1px 1px 0 #fff;
}

h2 {line-height:30px}


h1, h2, h3, h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
}
#headerwrap {
	position:relative;
	background: url(http://static.tumblr.com/fgfmpgh/HSSkzag0u/header.jpg) repeat-x;
	width:100%;
}
#header {
	width:760px;
	margin:0 auto;
	height:90px;
	position:relative;
}
#header .logo {
	float:left;
	margin-top: 10px;
	width: 300px;
}

#header .logo .thumb {float:left; margin: -12px 15px 0 0 }


#header .logo a {
	font-size:30px;
	display:block;
	color:#434343;
	text-decoration:none;
	text-shadow:1px 1px 0px #fff;
	font-family:Impact, Arial, sans-serif;
	margin-bottom: -10px;
}

#header a:active {	position:relative;top:1px}

#header .logo a:hover {color:#535353}

#header .logo span {
color:#646464;
text-shadow:1px 1px 0 #FFFFFF;
text-align: center;
	}
.webkit #header .logo span {line-height:0px;}
#header .search {
	float:right;
	width: 176px;
}

div.logo div.overlay{
background:url("http://static.tumblr.com/fgfmpgh/eUfkzb3he/overlay.png") no-repeat scroll 0 0 transparent;
display:block;
height:44px;
position:absolute;
width:42px;
z-index:80;
top:21px;
left:-1px
}

div#header div.search input[type="text"]  {
padding:6px 10px;
-moz-border-radius:32px;
-webkit-border-radius:32px;
border-radius:32px;
background:#f9f9f9;
border:1px solid #fff;
float:right;
margin:30px 0;
color:#565656
}

div#header div.search input[type="image"]  {
position:relative;
top:-51px;
left:147px;
width:16px;
height:16px;

}
div#header div.search  {}
#wrapper {
	width:760px;
	text-align:left;
	margin: 50px auto 0 auto;
}

/*--------------------------------------------
Sidebar
----------------------------------------------*/

#sidebar {
	width:220px;
	float:left;
	position:relative;
	margin-right:20px;
}
#sidebar.fixed {
	position: fixed;
	top: 0;
}
#sidebar #twitter ul li {
list-style:none;
padding:8px 0;
}
#sidebar #twitter ul {
padding:0;
margin:0;
}
#sidebar #twitter a {
margin:0;
padding:0;
background:none;
border:0;
white-space:normal;
}

#sidebar #twitter a.view-twitter {
font-size:.8em;
margin-left:5px;
}
#sidebar #twitter a:hover {
text-decoration:underline;
color:#282828;
text-shadow:none;
}

#twitter li {list-style:none}
#sidebar h3 {
	text-transform:uppercase
}
#sidebar .sidebar-box {
	margin:0 0 40px 0;
	border-top:3px double #ccc;
	border-bottom:3px double #ccc;
	padding:5px 0px;
}
#sidebar a:active, #content a:active {
	background:#373737
}

#sidebar a, #content a {
	text-decoration:none;
	color:#111;
	padding:1px 3px 1px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	background:#dddddd;
	border:1px solid #ccc;
	white-space:nowrap
}
#sidebar a:hover, #content a:hover {
	-webkit-border-radius:4px;
	background:#242424;
	color:#fff;
	border:1px solid #111;
	text-shadow:1px 1px #000;
}



#sidebar #follow a {background: none; border:none}
#sidebar #follow a:hover {background: none; border:none}
#sidebar #follow ul { padding:0; margin:0 5px}
#sidebar #follow  li {float:left; list-style:none}
#sidebar #follow img { 
background:none repeat scroll 0 0 #FFFFFF;
border:1px solid #CCCCCC;
float:none;
margin:2px 0;
padding:2px;

}

#sidebar #follow .follow-content {
margin:10px 0 0px 0;
padding-bottom:5px;
overflow:hidden;
}
div.sidebar-box#subscribe {overflow:hidden}

div.sidebar-box#subscribe a.rss,
div.sidebar-box#subscribe a.archive,
div.sidebar-box#subscribe a.mobile 
{
	float:left;
	margin-left:24px
	}

div.sidebar-box#subscribe a.rss { border: none; background:url(http://static.tumblr.com/fgfmpgh/8zrkzaghz/subscribe-sprites.png) no-repeat; height:51px; width:37px; display:block; text-indent:-9999px}

div.sidebar-box#subscribe a.archive { border: none; background:url(http://static.tumblr.com/fgfmpgh/8zrkzaghz/subscribe-sprites.png) no-repeat -55px 1px; height:51px; width:37px; display:block; text-indent:-9999px}
div.sidebar-box#subscribe a.mobile { border: none; background:url(http://static.tumblr.com/fgfmpgh/8zrkzaghz/subscribe-sprites.png) no-repeat -113px 0px; height:51px; width:37px; display:block; text-indent:-9999px}
/* TipTip CSS - Version 1.2 */

	#tiptip_holder {
		display: none;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 99999;
	}
	
	#tiptip_holder.tip_top {
		padding-bottom: 5px;
	}
	
	#tiptip_holder.tip_bottom {
		padding-top: 5px;
	}
	
	#tiptip_holder.tip_right {
		padding-left: 5px;
	}
	
	#tiptip_holder.tip_left {
		padding-right: 5px;
	}
	
	#tiptip_content {
		font-size: 11px;
		color: #fff;
		text-shadow: 0 0 2px #000;
		padding: 4px 8px;
		border: 1px solid rgba(255,255,255,0.25);
		
		background-color: rgb(25,25,25);
		background-color: rgba(25,25,25,0.92);
		background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#000));
		
		border-radius: 3px;
		
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		box-shadow: 0 0 3px #555;
		-webkit-box-shadow: 0 0 3px #555;
		-moz-box-shadow: 0 0 3px #555;
	}
	
	#tiptip_arrow, #tiptip_arrow_inner {
		position: absolute;
		border-color: transparent;
		border-style: solid;
		border-width: 6px;
		height: 0;
		width: 0;
	}
	
	#tiptip_holder.tip_top #tiptip_arrow {
		border-top-color: #fff;
		border-top-color: rgba(255,255,255,0.35);
	}
	
	#tiptip_holder.tip_bottom #tiptip_arrow {
		border-bottom-color: #fff;
		border-bottom-color: rgba(255,255,255,0.35);
	}
	
	#tiptip_holder.tip_right #tiptip_arrow {
		border-right-color: #fff;
		border-right-color: rgba(255,255,255,0.35);
	}
	
	#tiptip_holder.tip_left #tiptip_arrow {
		border-left-color: #fff;
		border-left-color: rgba(255,255,255,0.35);
	}
	
	#tiptip_holder.tip_top #tiptip_arrow_inner {
		margin-top: -7px;
		margin-left: -6px;
		border-top-color: rgb(25,25,25);
		border-top-color: rgba(25,25,25,0.92);
	}
	
	#tiptip_holder.tip_bottom #tiptip_arrow_inner {
		margin-top: -5px;
		margin-left: -6px;
		border-bottom-color: rgb(25,25,25);
		border-bottom-color: rgba(25,25,25,0.92);
	}
	
	#tiptip_holder.tip_right #tiptip_arrow_inner {
		margin-top: -6px;
		margin-left: -5px;
		border-right-color: rgb(25,25,25);
		border-right-color: rgba(25,25,25,0.92);
	}
	
	#tiptip_holder.tip_left #tiptip_arrow_inner {
		margin-top: -6px;
		margin-left: -7px;
		border-left-color: rgb(25,25,25);
		border-left-color: rgba(25,25,25,0.92);
	}
	
	/* Webkit Hacks  */
	@media screen and (-webkit-min-device-pixel-ratio:0) {	
		#tiptip_content {
			padding: 4px 8px 5px 8px;
			background-color: rgba(45,45,45,0.88);
		}
		#tiptip_holder.tip_bottom #tiptip_arrow_inner { 
			border-bottom-color: rgba(45,45,45,0.88);
		}
		#tiptip_holder.tip_top #tiptip_arrow_inner { 
			border-top-color: rgba(20,20,20,0.92);
		}
	}

/*--------------------------------------------
Content
----------------------------------------------*/

#content {
	float: right;
	display:inline;
	position: relative;
	width:496px;
}

#content h2 a {
	background:none;
	border:none;
	white-space:normal;
	padding:0;
}
#content h2 a:hover {
	text-decoration:underline;
	background:none;
	border:none;
	text-shadow:none;
	color:#000;
	padding:0
}
div#content .posts-box-content {
	float:right;
	padding-right:10px;
	width:413px;
}
#content li {
	list-style:none;
	background:url(http://static.tumblr.com/fgfmpgh/9z3kzagd3/li.png) no-repeat 0 50%;
	padding:0 0 0 15px;
}
#content .posts-box {
	background:#f9f9f9;
	padding:20px 15px;
	border:1px solid #dfdfdf;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	margin-bottom:40px;
	clear:both;
	overflow:hidden;

}

.shadowcontainer {
position:relative;
}
.shadow {
bottom:-20px;
position:absolute;
}

blockquote {
	padding:7px 10px;
	margin-left:30px;
	border-left:3px solid #ccc;
}
div#content .post-box-side {
	background:url(http://static.tumblr.com/fgfmpgh/bYvkzagfm/side-sprite.png) no-repeat;
	height:35px;
	width:35px;
	float:left;
	margin-top:6px;
}

/*Posts Details*/
#content div.posts-details {overflow:hidden; float:right; margin-top:10px}
#content div.posts-details div.posts-details-tags {float:right; margin-right:3px}
#content div.posts-details ul {clear:both; overflow:hidden; margin:20px 0 0 0}
#content div.posts-details ul li.time {background: url(http://static.tumblr.com/fgfmpgh/GE3kzb1h6/time.png) no-repeat 0 45%; display: inline; white-space: nowrap}
#content div.posts-details ul li.notes {background: url(http://static.tumblr.com/fgfmpgh/Yo4kzb1hp/notes.png) no-repeat 0 45%; }
#content div.posts-details ul li.permalink {background: url(http://static.tumblr.com/fgfmpgh/rCfkzb1i4/permalink.png) no-repeat 0 45%; }
#content div.posts-details ul li {float:left; margin-left:7px }
#content div.posts-details ul li
{font-size:11px}
#content div.posts-details ul li.time a,
#content div.posts-details ul li.notes a,
#content div.posts-details ul li.permalink a,
#content div.posts-details div.posts-details-tags a
{background:none; border:none; text-decoration:underline; }
#content div.posts-details ul li.time a:hover,
#content div.posts-details ul li.notes a:hover,
#content div.posts-details ul li.permalink a:hover,
#content div.posts-details div.posts-details-tags a:hover
{color:#111; text-decoration:underline; text-shadow:none}
#content div.posts-details div.posts-details-tags a {padding:0; margin:0}
#content div.posts-details div.posts-details-tags p {font-size:11px}

/* Little freaking icons :) */
.posts-box-content .posts-details .posts-details-tags .posts-details-icon {
background-position:-27px 2px;
left:-19px;
margin-top:4px;
}
.posts-box-content .posts-details .posts-details-time .posts-details-icon {
left:-17px;
margin-top:4px;
}
.posts-box-content .posts-details .posts-details-notes .posts-details-icon {
background-position:-73px 0;
left:240px;
margin-top:4px;
}

.posts-box-content .posts-details .posts-details-perma .posts-details-icon {
background-position:-52px 0;
left:165px;
margin-top:4px;
}

/*Side Details*/


div#content div.post div.post-box-side {
	background-position:-169px -160px;
	margin-top:0;
}
div#content div.photo div.post-box-side {
	background-position:-113px -106px;
	margin-top:0;
}

div#content div.link div.post-box-side {
	background-position:-54px -106px;
	margin-left:-3px;
	margin-top:0;
}

div#content div.chat div.post-box-side {
	background-position:-114px 0px;
}

div#content div.audio div.post-box-side {
	background-position:-55px -160px;
	margin-top:2px;
}

div#content div.quote div.post-box-side {
	background-position:-217px -5px;
	margin-top:2px;
}

div#content div.video div.post-box-side {
	background-position:-169px -212px;
	margin-top:-5px;
}

/*Photo Posts*/

div#content div.photo p.description { padding:0; margin:0}
div#content div.photo img { 
background:none repeat scroll 0 0 #F1F1F1;
border:1px solid #CCCCCC;
margin:10px 0;
padding:3px;

}
div#content div.photo div.posts-box-content div.picture a, 
div#content div.photo div.posts-box-content div.picture a:hover {
background:none;
border:none;
font-shadow:none;
}

/*Chat Posts*/

div#content div.chat ul {padding:0; margin:13px 0 0 0}
div#content div.chat ul li {background: none; padding:0 0 0  margin:0}


div#content div.chat ul li.odd { background: #e1e1e1; margin-bottom:1px}
div#content div.chat ul li.even { background: #f1f1f1;}

div#content div.chat ul li.odd,
div#content div.chat ul li.even {
 padding:3px 5px;
 text-shadow:1px 1px 0px #fff
	}
	
	
	
/*Audio Posts*/

div#content div.audio div.playerContainer{
background:url("http://static.tumblr.com/fgfmpgh/q6xkzb6me/player.jpg") no-repeat scroll 0 0 transparent;
height:62px;
margin-left:6px;
margin-top:10px;
position:relative;
width:414px;
}
div.playerContainer div.audio_player  {
position:absolute;
top:17px;
left:23px;
}
div.playerContainer div.plays {
float:right;
line-height:9px;
text-align:center;
margin-right:47px;
margin-top:12px;
}
div.audio div.caption {
margin-left:10px;
margin-top:3px;
}
div.playerContainer div.plays p {
color:#212121;
text-shadow:#e0e0e0;
font-weight:bold;
font-size:1.2em;
}
div.playerContainer div.plays span {
color:#fff;
text-shadow:0px 1px 1px #111;
font-size:.9em;
}
	
/*quote Posts*/	

div#content div.quote h2 { font-style:italic; margin-top:5px}		
	
/*--------------------------------------------
Footer
----------------------------------------------*/
#toTop {
	position:fixed;
	bottom:80px;
	right:80px;
	cursor:pointer;
	background:url(http://static.tumblr.com/fgfmpgh/M3zkzagj7/totop.png) no-repeat;
	text-indent:-9999px;
	width:51px;
	height:51px;
}

a#toTop:active {bottom:79px}

#footer {
	height:51px;
	background:url(http://static.tumblr.com/fgfmpgh/qbykzbarp/footer.jpg) repeat-x;
}

#footer div.footer-content {
	width:760px;
	margin:0 auto;
	position:relative
	}
	
	#footer div.footer-content p { position:absolute; top:10px}
	#footer div.footer-content div.right { position:absolute; right:0; top:18px; text-shadow:1px 1px 0 #FFFFFF; }	
	#footer div.footer-content div.right { font-size:11px;}
	#footer div.footer-content div.right a.tumblr {font-family: Bookman Old Style; font-weight:bold}
		#footer div.footer-content a {color:#282828; text-decoration:none}
				#footer div.footer-content a:hover {text-decoration:underline; text-shadow:1px 1px #fff}
				
				
div#content ul#pagination {
padding:27px 0;
margin:46px 0;
border-top:3px double #ccc;
border-bottom:3px double #ccc;
overflow: hidden
}	

ul#pagination li {
background:none repeat scroll 0 0 transparent;
margin:0 0 0 12px;
padding:0;
}

div#content ul#pagination li div.pagination_next{
width:32px;
float: left;
}

div#content ul#pagination li div.pagination_previous{
width:32px;
float: left;
width: 47px
}


div#content ul#pagination li div.pagination_next a {
background:url(http://static.tumblr.com/fgfmpgh/Bi6kzd510/pagination.png) no-repeat -36px 0px;
width:32px;
height:32px;
border:none;
display:block;
}
div#content ul#pagination li div.pagination_next a:hover {
background-position:-36px -39px;
}		


div#content ul#pagination li div.pagination_previous a {
background:url(http://static.tumblr.com/fgfmpgh/Bi6kzd510/pagination.png) no-repeat 0 0px;
width:32px;
height:32px;
border:none;
display:block;
}
div#content ul#pagination li div.pagination_previous a:hover {
background-position:0px -39px;
}			
				
				
/* *** Float containers fix:  *** */ 
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */  

/*printer styles*/ 
 @media print {
/*hide the left column when printing*/ 
	#sidebar {
	display:none;
}
#twocols, #maincol {
	width:100%;
	float:none;
}
}


/*Custom Browser Styles*/


.ie7 #content .shadow {visibility:hidden}
.ie #sidebar #follow li, .webkit #sidebar #follow li {margin-left:-2px; margin-right:-2px}
.ie #sidebar #follow .follow-content {margin-left:4px}
