/* @group Page Structure */

html{
	background-image: url(http://static.tumblr.com/5wv7ui8/D4kl2u1c3/backtile.png); 
	background-repeat: repeat;
}
.post_video{
	width: 618px;
	height: 348px;
}

div#wrapper{
	width: 960px;
	margin: 20px auto 20px auto;
}
div#posts{
	width: 960px;
}
body{
	color: #333332;
	font-family: Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif;
	font-size: 18px;
	line-height: 25px;
	font-weight: normal;
	text-shadow: 0px 1px 0px #f7f7f7;
	-webkit-font-smoothing: antialiased;	
}
#footer{
	height: 40px;
	border-top: 4px solid #333332;
	border-bottom: 2px solid #333332;
	padding: 10px 0 10px 0;
	margin: 10px 0 20px 0;
}
/* @end */
/* @group Common Elements*/
a{
	-moz-transition: color 0.4s ease-out;  /* FF3.7+ */
	-o-transition: color 0.4s ease-out;  /* Opera 10.5 */
	-webkit-transition: color 0.4s ease-out;  /* Saf3.2+, Chrome */
	color: #0179a5;
	text-decoration: none;
}
a:hover{
	color: #333332;
}
code{
	display: block;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 23px;
	background-color: rgba(113, 121, 138, 0.4);
	text-shadow: none;
	padding: 4px;
	margin: 10px;
}
blockquote{
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-style: italic;
	font-size: 16px;
	line-height: 23px;
	display: block;
	margin: 10px;
	padding: 5px;
	border-left: 1px solid rgba(113, 121, 138, 0.4);
}
/* @end */
/* @group Banner */
h1#title{
	-moz-transition: color 0.4s ease-out;  /* FF3.7+ */
	-o-transition: color 0.4s ease-out;  /* Opera 10.5 */
	-webkit-transition: color 0.4s ease-out;  /* Saf3.2+, Chrome */
	text-align: center;
	font-family: Lobster, Palatino, Georgia, serif;
	font-size: 100px;
	line-height: 120px;
	margin: 10px auto 0px auto;
	color: #0179a5;
	text-shadow: 0px 1px 2px #333332;
	height: 130px;
	border-bottom: 2px solid #333332;
}
h1#title:hover{
	color: #333332;
}
div#description{
	height: 40px;
	border-bottom: 4px solid #333332;
	padding: 10px 0 10px 0;	
}
p.tagline{
	margin: 8px 0 0 0;
	font-size: 18px;
	line-height: 23px;
	display:none;
	float: left;
}
ul#social{
	float:right;
	list-style-type: none;
	padding: 0px;
	margin: 5px 0 0 0;
}
ul#social li{
	list-style-type: none;
	float: left;
	margin-left: 10px;
	
}
li.social_btton a{

}
a#twitterbutton{
	display: block;
	background: url(http://static.tumblr.com/5wv7ui8/Xn1l3aqyb/twittersprite.png) no-repeat;
	height: 30px;
	width: 23px;
	background-position: 0 0px;
	text-indent: -9000px;
}
a#twitterbutton:hover{
	background-position: -25px 0px;
}
#popup{
	z-index: 10;
	display: block;
	text-align: center;
	opacity: 0;
	position: absolute;
	top: 200px;
	left: 900px;
}
a#feedbutton{
	display: block;
	background: url(http://static.tumblr.com/5wv7ui8/1Ztl3ares/rsssprite.png) no-repeat;
	height: 30px;
	width: 30px;
	background-position: 0 0px;
	text-indent: -9000px;
}
a#feedbutton:hover{
	background-position: -32px 0px;
}
#top_archive_link{
	display: block;
	float: right;
	background: url(http://static.tumblr.com/5wv7ui8/iI6l3amza/archivesprite.png) no-repeat;
	height: 30px;
	width: 30px;
	background-position: 0 0px;
	text-indent: -9000px;
}
#top_archive_link:hover{
	background-position: 0 -32px;
}
div#future_tweet{
	display: block;
	height: 10px;
	border-bottom: solid 1px #333332;
	
}
/* @end */
/* @group All Posts*/
img.post_image{
	position: relative;
	display: block;
	margin: 0px auto 0px auto;
	border: 1px solid #999;
	padding: 10px;
	background: #bfbfbf;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
div.post{
	width: 620px;
	margin-top: 40px;
	overflow: hidden;
}
div.post_bits{
	display: block;
	float: right;
	margin: 100px 0 0 0px;
	width: 320px;
}

div.post_type{
	height: 60px;
	float: left;
	width: 320px;
}
img.type_image{
	margin: 5px 1px 5px 15px;
	float: right;
}
h5.type{
	font-weight: normal;
	display: block;
	padding-top: 16px;
	font-size: 20px;
	line-height: 27px;
	margin: 0 55px 0 0;
	text-align: right;
}
p.details{
	display: block;
	margin: 10px 0 0 0;
	clear: left;
	height: 60px;
}
a.tag{
	margin-left: 12px;
	display: block;
	float: right;
	font-family: Courier, Arial, sans-serif;
	font-size: 15px;
	line-height: 15px;
	text-shadow: none;
}
a.tag:hover{

}
img.tags{
	display: block;
	margin: 3px 2px 0 0;
	float: left;
	border: none;
}
span.date{
	display: block;
	height: 50px;
	float: right;
	margin: 0 0 0 15px;
	font-family: Courier, Arial, sans-serif;
	font-size: 15px;
	line-height: 15px;
	text-shadow: none;
}
/* @group Phonetography Posts*/
/* @group footer*/
#archive{
	float: right;
}
/* @end */
div#posts .phonetog-post.photo{
	-webkit-box-shadow: 0px 0px 10px rgba(37, 37, 36, 0.5);
	-moz-box-shadow: 0px 0px 10px rgba(37, 37, 36, 0.5);
	box-shadow: 0px 0px 10px rgba(37, 37, 36, 0.5);	
	padding: 10px 10px 5px 10px;
	margin-top: 40px;
	margin-bottom: 25px;
	margin-left: 50px;
	background-color: #eae3d8;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #999;
	width: 500px;
	overflow: visible;
}
div#posts .phonetog-post.photo:hover{
	cursor: pointer;
}

div.caption p{
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 22px;
}
.phonetog-post img{
	margin: 0 auto 0 auto;
	border: none;
}
/* @end*/
/* @group Text Posts*/
h3.post_title{
	margin-top: 0px;
		
}
.post_title a{
	color: #0179a5;
	font-family: Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif;
	font-size: 30px;
	line-height: 37px;
	font-weight: normal;
	text-shadow: #F7F7F7 0px 1px 0px;
}
.post_title a:hover{
	color: #333332;
}
/* @end */
/* @end*/
/* @group footer*/
#archive_link{
	display: block;
	float: right;
	background: url(http://static.tumblr.com/5wv7ui8/iI6l3amza/archivesprite.png) no-repeat;
	height: 30px;
	width: 30px;
	background-position: 0 0px;
	text-indent: -9000px;
	margin-top: 5px;
}
#archive_link:hover{
	background-position: 0 -32px;
}
#next_page_link{
	display: block;
	float: left;
	background: url(http://static.tumblr.com/5wv7ui8/2d5l3aq2d/previoussprite.png) no-repeat;
	height: 30px;
	width: 33px;
	background-position: -35px 0;
	text-indent: -9000px;
	margin-top: 5px;
}
#next_page_link:hover{
	background-position: 0 0;
}
#pagination{
	display: block;
	height: 40px;
	width: 100px;
	float:left;
}
#previous_page_link{
	display: block;
	float: right;
	background: url(http://static.tumblr.com/5wv7ui8/WuCl3aozs/nextsprite.png) no-repeat;
	height: 30px;
	width: 33px;
	background-position: 0 0;
	text-indent: -9000px;
	margin-top: 5px;
}
#previous_page_link:hover{
	background-position: -35px 0;
}

/* @end*/
/* Hacks */
/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
.clear{
	clear:  both;
}
/* @end */
/* @group Tags Page*/
.filter_page_name{
	text-align: center;
	display: block;
	height: 30px;
	margin-top: 5px;
	display: block;
	font-family: Courier, Arial, sans-serif;
	font-size: 30px;
	line-height: 30px;
}
/* @end */
