/* Hi... How's it going I'm Ted */


* {margin:0; padding:0;}
fieldset,img {border:0;}
ol,ul {list-style:none;}
a:active, a:focus {outline: 0;}
h1,h2,h3,h4,h5,h6,span {font-size:100%;font-weight:normal;}

body {
	font-family: 'Istok Web', QuicksandBold, Helvetica, Arial, sans-serif;
	text-shadow:#efefef 1px 1px 0px;
	font-size: 22px;
	color: #000;
	margin: 40px 0 20px 0;
	padding: 0;
	background-color:#ffffff;
background-image: linear-gradient(bottom, rgb(255,255,255) 97%, rgb(242,242,242) 100%);
background-image: -o-linear-gradient(bottom, rgb(255,255,255) 97%, rgb(242,242,242) 100%);
background-image: -moz-linear-gradient(bottom, rgb(255,255,255) 97%, rgb(242,242,242) 100%);
background-image: -webkit-linear-gradient(bottom, rgb(255,255,255) 97%, rgb(242,242,242) 100%);
background-image: -ms-linear-gradient(bottom, rgb(255,255,255) 97%, rgb(242,242,242) 100%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.97, rgb(255,255,255)),
	color-stop(1, rgb(242,242,242))
);
}

a, a * { 
	-webkit-transition: all .4s ease; 
transition: all .3s ease;
-moz-transition: all .3s ease; /* Firefox 4 */
-webkit-transition: all .3s ease; /* Safari and Chrome */
-o-transition: all .3s ease; /* Opera */
}

a, a:visited {
	color: #222;
	font-family: 'Istok Web', QuicksandBold, Helvetica, Arial, sans-serif;
	font-weight: bold;
	border-bottom: 1px solid #e5e5e5;
	text-decoration: none;
	}

a.dsq-brlink {
	font-size: 50%;
}
a:hover {
	border-bottom:none;
	}				
em, i {
	font-family: QuicksandBookOblique, Helvetica, Arial, sans-serif;
	font-style: italic;
	}
strong, b {
	font-family: QuicksandBold, Helvetica, Arial, sans-serif;
	font-weight: bold;
	}
strong em, strong i, b em, b i {
	font-family: QuicksandBoldOblique, Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-style: italic;
	}
a#InstallThisTheme {
	background: url(http://static.tumblr.com/thpaaos/dHHkt0jor/install_theme.png);
	display: block;
	height: 20px;
	position: absolute;
	right: 2px;
	text-indent: -9999px;
	top: 26px;
	width: 96px;
	z-index: 5000;	
	}	
#Main {
	width: 770px;
	margin: 0 auto; 
	padding: 8px 0 0 0;
	}
	#Header {}

#Header .Title {
	padding: 0 0 10px 0;
	position: relative;
	margin: 0 auto;
	width: 770px;
	text-align: center;
}

#Header .Title a.Title {
	font-size: 4.2em;
	line-height: 1em;
	letter-spacing: 0rem;
	font-family: 'century gothic', 'helvetica neue', helvetica, arial, sans-serif;
	font-weight: bold;
	letter-spacing: 2px;
	text-decoration: none;
	border: none;
	color: #eee;
	text-shadow: #585858 0 3px 4px;
}

#Header .Title a.Title:hover {
	color: #c3bebe;
	text-shadow: #888 0 4px 1px;
	letter-spacing: -0.2rem;
}



		#Header .PageLinks {
			font-size: 14px;
			margin:5px 0 14px;
			height:1%;
			overflow:hidden;
			}
			#Header .PageLinks a {
				display:block;
				float:left;
				margin-right:14px;
				
				}
			
		#Header .Description {
			font-size: 14px;
			line-height: 1.5em;
			padding: 8px 0px 34px;
			}
			#Header .Description a {
				text-decoration: none;
				color: #595959;
				border: none;
				}
			#Header .Description a:hover {
				text-decoration: none;
				border-bottom: 1px solid #aaa;
				color: #000;
				}
	.DynamicHeader {
		font-size: 30px;
		font-family:Helvetica, Arial, sans-serif;
		}
		.DynamicHeader span {
			font-family:QuicksandBold, Helvetica, Arial, sans-serif;
			font-weight: bold;
			}

#info-box {
	margin-left: 5%;
	margin-top: 10px;
}

.Post {
		margin: 50px 0px 150px 0px;
		line-height: 1.4; 
		}
		.Post img {
	color: #d8d8d8;
			max-width: 770px;
			-webkit-box-shadow: #d8d8d8 0px 0px 40px;
			-moz-box-shadow: 	#d8d8d8 0px 0px 6px;
			}
	
		.Post a.Title {
			display:block;
			line-height: 1.4;
			color: #222;
			margin-bottom:22px;
			font-family:QuicksandBold, Helvetica, Arial, sans-serif;
			font-weight: bold;
			letter-spacing: 2px;
			text-transform:uppercase;
			text-decoration:none;
			text-shadow:#ccc 1px 1px 0px, #666 0px 0px 6px;
			border-bottom:0px;
		  	}
			.Post a.Title:hover {
				text-decoration:underline;
				}
		.Post.Single a.Title {
			margin-bottom:60px;
			}

		/* Photo Posts */
		.Post .ThePhoto a {
			border-bottom:0px;
			}
		
		/* PhotoSet Posts */
		.Post .PhotoSet embed {
			-webkit-box-shadow: #444 0px 0px 6px;
			-moz-box-shadow: 	#444 0px 0px 6px;
			}
		/* Quote Posts */
		.Post .TheQuote.short, 
		.Post .TheQuote.medium, 
		.Post .TheQuote.long {
			font-size: 1.3em;
			line-height: 1.2em;
			margin-bottom: 20px;
			}

		.Post .Quote .QuoteSource { 
		font-weight: normal;
		font-size: 60%; 
		}

		/* Chat Posts */
		.Post .Chat li {
			line-height:1;
			margin-bottom:12px;
			border-bottom: 2px dotted #ccc;
			clear:left;
			}
			.Post .Chat li .Label {
				display:block;
				float:left;
				font-family:QuicksandBold, Helvetica, Arial, sans-serif;
				font-weight: bold;
				}
			.Post .Chat li .Line {
				margin-left:240px;
				}

		/* Link Post */
		.Post .Link .TheLink {
			color: #222;
			font-family:QuicksandBold, Helvetica, Arial, sans-serif;
			font-weight: bold;
			letter-spacing: 2px;
			text-transform:uppercase;
			text-decoration:none;
			text-shadow:#ccc 1px 1px 0px, #666 0px 0px 6px;
			}

/* @group Audio Post */

.Post .Audio .AlbumArt img {
			display:block;
			}
		.Post .Audio .AudioPlayerWrapper {
			background:#000;
			width:210px;
			}
		.Post .Audio .audio_player {
			border-top: 3px solid #000;
			opacity:0.8;
			height: 27px;
			margin-bottom: 6px;
			}
		.Post .Audio .SongInfo {
			font-size: 12px;
			line-height: 1;
			margin-bottom:12px;
			}
			.Post .Audio .SongInfo span {
				display:block;
				}

/* @end */

/* @group Question/Answer Post */

.Post .Answer .QuestionBox {
			background:#eee;
			height:1%;
			overflow:hidden;
			border-top: 1px solid #ccc;
			border-bottom: 1px solid #fff;
			}
			.Post .Answer .TheAsker {
				float:left;
				}
				.Post .Answer .TheAsker .AskerPhoto {
					float:left;
					width: 96px;
					height:96px;
					overflow:hidden;
					float:left;
					margin-right:8px;
					}
				.Post .Answer .TheAsker .AskerPhoto img {
					-webkit-box-shadow: none;
					-moz-box-shadow: 	none;
					}
				.Post .Answer .TheAsker .AskerName a {
					display:block;
					float:left;
					font-size: 12px;
					line-height: 1;
					padding:8px 8px 0px;
					border-bottom: none;
					}
				.Post .Answer .Asks {
					float:left;
					font-size: 12px;
					line-height: 1;
					padding:8px 8px 0px;
					}
			.Post .Answer .TheQuestion {
				margin-left:40%;
				padding:14px;
				font-family:QuicksandLightOblique, Helvetica, Arial, sans-serif;
				border-left: 1px solid #ccc;
				}
			.Post .Answer .TheAnswer {
				padding:12px 48px;
				}

/* @end */

/* @group Generic Post stuff */

.Post .PostBody {
			font-size:60%;
			line-height:1.4;
			}
		.Post .PostBody a {
			color: #000;
			border-bottom: 1px solid #9d9d9d;
			text-decoration: none;
			}
		.Post .PostBody a:hover {
			color: #666;
			}				
		.Post .PostBody p {
			margin-bottom:22px;
			}
		.Post .PostBody ul {
			list-style: disc outside;
			padding-left:20px;
			margin-bottom:22px;
			}
		.Post .PostBody ol {
			list-style: decimal outside;
			padding-left:20px;
			margin-bottom:22px;
			}
		.Post .PostBody small {
			font-size: 11px;
			line-height:11px!important;
			}
		.Post .PostBody blockquote {
			border-left: 1px solid #AAA;
			margin-left: 40px;
			padding-left: 12px;
			margin-bottom:22px;
			}
		.Post .Bottom {
			color: #aaa;
			width: 100%;
			font-size: 12px;
			line-height: 1.5;
			margin-top:20px;
			}
			.Post .Bottom .Reblog {
				float:left;
				margin-right:13px;
				}
			.Post .Bottom span {
				padding: 0 13px 0 0;
				}
				.Post .Bottom .Reblog span,
				.Post .Bottom span.Notes a,
				.Post .Bottom span.ShortUrl span,
				.Post .Bottom span.Tags span  {
					text-transform: uppercase;
					padding-right:0;
					}
			.Post .Bottom em {font-style: normal;}
			.Post .Bottom a {
				color: #a4a4a4;
				font-family:QuicksandBook, Helvetica, Arial, sans-serif;
				}
			.Post .Bottom a:hover { 
				text-decoration: underline;
				color: #727272;
				}
			.Post .Bottom .Tags {
				display:block;
				}
		.Post .PermaPageNotes a.NotesAnchor {
			border-bottom: none;
			text-decoration: none;
			}
		ol.notes {
			width: 100%;
			border-bottom: solid 1px #ccc;
			padding: 48px 0 0 0px;
			margin: 8px 0px 0px 0px;
			list-style-type: none;
			}

			ol.notes a { color: #444444; }

			ol.notes li.note {
				color: #777;
				font-size: 10px;
				border-top: solid 1px #ccc;
				padding: 4px;
				}

				ol.notes li.note img.avatar {
			    vertical-align: -4px;
			    margin-right: 10px;
			    width: 16px;
			    height: 16px;
				}

				ol.notes li.note span.action { margin-bottom: 5px; }

				ol.notes li.note blockquote {
					border-color: #eee;
					padding: 4px 10px;
					margin: 10px 0px 0px 25px;
					}
					ol.notes li.note blockquote a { text-decoration: none; }

				ol.notes li.note a:hover { text-decoration: underline; }

/* @end */




/* @group Footer */

#Footer {
		padding: 100px 0 60px;
		font-size: 12px;
		color: #8E8E8E;
		line-height: 1.5em;
		overflow: hidden;
		}
		#Footer a {
			color: #202020;
			font-weight: bold;
			margin-right:10px;
			text-transform: uppercase;
			text-decoration: none;
			}
		#Footer .UtilityLinks {
			width:67%;
			float:left;
			height:20px;
			}
		#Footer .Pagination {
			width:33%;
			float:right;
			text-align: right;
			height:20px;
			}
			#Footer .Numeration {
				padding-right:12px;
				}
		#Footer .Search {
			clear:both;
			padding-top:24px;
			padding-bottom:20px;
			}
			#Footer form input.Text {
				width: 278px;
				}
		#Footer .Hints {
			font-size: 14px;
			padding-bottom:14px;
			}
		#Footer .Colophon {
			font-size: 12px;
			line-height: 1;
			padding-bottom:14px;
			}
		#Footer .Colophon a {
			color: #888;
			margin-right:0;
			}

/* @end */




/* @group iPhone */

@media screen and (max-device-width: 481px) {
	#Header .Title a.Title {font-size:2.2em; -webkit-text-stroke-width: 1px; -webkit-text-stroke-color: #222;}
	.Post .PostBody {font-size:1.3em; }
}

/* @end */





/* @group Print */

@media print {




	body {
		color:black;
		font-size:12pt;
		line-height:24pt;
		padding:20px 40px 40px 40px;
		}	
	body * {
		text-shadow:none!important;
		font-family: "Hevetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
		float:none;
		}
	#Main {
		width:auto;
		margin:5%;
		padding:0;
		}
	#Header,
	#Pagination,
	#Footer,
	.Post .Bottom .PrintPostLink,
	.Post .Bottom .Notes,
	.Post .Bottom .Words,
	.Post .Bottom .Tags,
	#InstallThisTheme,
	#tumblr_controls {display:none!important;}
	.Post {
		margin:0px!important;
		page-break-after: always;
		}
	.Post.Single {
		page-break-after:auto;
		}
	.Post a.Title {margin-top:20px!important;}
}
/* @end */
