/* 
	Style sheet by Jonathon Toon
	www.helloauan.com
*/


/* Global */

body {
	font-family:Helvetica, Arial, sans-serif;
    color:#676767;
	background-color:#FFFFFF;	
}

a {
	color:#25bdfc;
	text-decoration:none;
	border:0 none;
	outline:0;
}

a:hover {
	text-decoration:underline;	
}

h1 {
	font-size:18px;
	color:#25bdfc;
}

h2 {
	color:#25bdfc;
	font-size:11px;	
	margin:auto;
	padding:auto;
}

p {
	margin:auto;
	padding:auto;
	font-size:11px;
	color:#676767;
}

ul {
	padding-left:0px;
	margin-top:0px;
}

blockquote {
    margin:0 auto;
	padding:0 auto;
}

/* Grid */

.grid_1 {
	width:181px;
}

.grid_2 {
	width:181px;
}

.grid_4 {
	width:385px;
}

.grid_6 {
	width:593px;
}

.grid_8 {
	width:797px;
}

.grid_10 {
	width:1024px;
}

.module {
	float:left;
	clear:right;
	font-family:Helvetica, Arial, sans-serif;
	font-style:normal;
	font-weight:bold;
	font-size:11px;
	line-height:17px;
	margin-left:12px;
	margin-right:11px;
	color:#1d1d1d;
}

.module a {
		
}

/* Structure */

#container {
	margin:0 auto;
	padding:0 auto;
    width: 1024px;
}

#topbox {
	display:block;
	float:left;
	min-height:130px;
	margin-top:40px;
	margin-bottom:30px;
}

#bottombox {
	height:auto;
	display:block;
	float:left;
}

#preloader {
    left: 11px;
    position: relative;
    top: 16px;
}

#information {
	height:auto;
	z-index:190;
	
}

#post {
	display:none;
	margin-left:12px;
}

/* User module */

#user p {
	color:#1d1d1d;	
}

/* Twitter module */

#twitter {
	width:181px;
}

#twitter p {
	color:#1d1d1d;	
}

#tweet {
	width:181px;	
}

#twitter_update_list {
	margin:0 auto;
	padding:0 auto;
	padding-left:0px;
}

#twitter_update_list p a {
	width:181px;
}


#tweet h2 {
	color:#1d1d1d;
}

#twitter_update_list p a#time {
	font-weight:bold;
}


/* Menu module */

#meta {
	margin-top:4px;	
}

#search {
	height:21px;
	width:143px;
	margin-bottom:20px;
}

#searchbox {
    background-color: #E2E2E2;
    border: medium none;
    color: #7C7C7C;
    font-size: 11px;
    height: 21px;
    padding: 2px 27px 2px 5px;
    width: 125px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}

#searchbutton {
    background: url("http://static.tumblr.com/fbpqdir/dH6lf5jf4/search.png") no-repeat scroll 0 0 transparent;
    border: medium none;
    bottom: 24px;
    height: 21px;
    left: 131px;
    padding-bottom: 2px;
    padding-left: 5px;
    padding-top: 2px;
    position: relative;
    width: 21px;
}

#menu {
	list-style:none;
	list-style-position:outside;
	list-style-image:none;
	padding-left:0px;
	margin-left:0px;
}

#menu li {
	padding:0 none;
	margin:0 none;
}

#menu li a {
	color:#1A1A1A;	
}


/* Footer module */

#footer p {
	color:#1d1d1d;	
}

ul#foot {
    list-style: none outside none;
    margin-top: 7px;
    padding-left: 0;
}

#foot li {

}

#foot li a {
	color:#1A1A1A;	
}



/* Nav module */

#nav {
	margin-top:4px;	
	
}

#home {
	float:left;
}

#home a {
    -moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
    background-color: #25BDFC;
    color: #FFFFFF;
    display: block;
    font-size: 11px;
    height: 26px;
    text-align: center;
    vertical-align: middle;
    width: 65px;
}


#home a span {
    display: inline-block;
    margin-top: 4px;
}

#home a:hover {
	text-decoration:none;
    background-color: #E2E2E2;
}


/* Single page text post */

.text h1 {
	margin:0 auto;
	padding:0 auto;
	width:385px;
	margin-bottom:25px;
}

.text p {
	margin:0 auto;
	padding:0 auto;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	line-height:20px;
	white-space: pre;           /* CSS 2.0 */
	white-space: pre-wrap;      /* CSS 2.1 */
	white-space: pre-line;      /* CSS 3.0 */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: -moz-pre-wrap; /* Mozilla */
	word-wrap: break-word;      /* IE 5+ */
	overflow:hidden;
}

.text p img {
	width:385px;
	margin-bottom:28px;
}

.text ul {
	margin-top:20px;	
}

.text ul li {
	margin-bottom:8px;	
}

/* Single page photo post */

.photo a {
	border:0px none;	
}

.photo img {
	margin:0 auto;
	padding:0 auto;
	width:385px;
	font-style:italic;
	line-height:20px;
	border:0px none;
}

.photo p {
	margin:0 auto;
	padding:0 auto;
	margin-top:25px;
	margin-bottom:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	line-height:20px;
	white-space: pre;           /* CSS 2.0 */
	white-space: pre-wrap;      /* CSS 2.1 */
	white-space: pre-line;      /* CSS 3.0 */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: -moz-pre-wrap; /* Mozilla */
	word-wrap: break-word;      /* IE 5+ */
	overflow:hidden;
}

.photo p img {
	width:385px;
	margin-bottom:28px;
}


/* Single page photo post */

.photoset {
}

.html_photoset {
	width:385px;
}

.photoset p {
	display:block;
	margin:0 auto;
	padding:0 auto;
	margin-top:15px;
	margin-bottom:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	line-height:20px;
	margin-top:25px;
	white-space: pre;           /* CSS 2.0 */
	white-space: pre-wrap;      /* CSS 2.1 */
	white-space: pre-line;      /* CSS 3.0 */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: -moz-pre-wrap; /* Mozilla */
	word-wrap: break-word;      /* IE 5+ */
	overflow:hidden;
}

.photoset p img {
	max-width:385px;	
}

.photoset a {
	border:0px none;	
}

.photoset a img {
	margin:0 auto;
	padding:0 auto;
	max-width:386px;
	font-style:italic;
	line-height:20px;
	border:0px none;
}

.slide {
	width:386px;
}

iframe.photoset {
     height:100% !important;
     position: relative !important;
     left: -10px !important;
}

/* Single page video post */

.video {

}

.video-con {
	width:385px;
	height:241px;
	display:block;
}

.video p {
	margin:0 auto;
	padding:0 auto;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	line-height:20px;
	margin-top:25px;
	white-space: pre;           /* CSS 2.0 */
	white-space: pre-wrap;      /* CSS 2.1 */
	white-space: pre-line;      /* CSS 3.0 */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: -moz-pre-wrap; /* Mozilla */
	word-wrap: break-word;      /* IE 5+ */
	overflow:hidden;
}

.video p img {
	max-width:385px;	
}



/* Single page chat post */

.post-content ul li {
	color: #676767;
	font-size:11px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	margin-bottom:5px;
}


.chat h1 {
	margin:0 auto;
	padding:0 auto;
	width:386px;
}

.chat p.front-content {
	margin:0 auto;
	padding:0 auto;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	line-height:20px;
	margin-top:15px;
	white-space: pre;           /* CSS 2.0 */
	white-space: pre-wrap;      /* CSS 2.1 */
	white-space: pre-line;      /* CSS 3.0 */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: -moz-pre-wrap; /* Mozilla */
	word-wrap: break-word;      /* IE 5+ */
	overflow:hidden;
}

div.post-content ul.con {
	padding-left:0px;
}

ul.con {
	margin-left:0px;
	margin-bottom:0px;
	padding-left:0px;
	list-style:none;
	list-style-image:none;
	list-style-type:none;
}

div.post-content ul.con li.user {
	list-style:none;
	list-style-image:none;
	list-style-type:none;
	font-size:12px;
	font-weight:bold;
	margin-top:13px;
	color:#1d1d1d;
	font-family:Helvetica, Arial, sans-serif;
}

li.line {
	margin:0 auto;
	padding:0 auto;
	margin-top:5px;
	width:386px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#676767;
	font-style:italic;
	line-height:20px;
	list-style:none;
	list-style-image:none;
	list-style-type:none;
}


/* Single page link post */

.link {
	
}

.link h1 {
	margin:0 auto;
	padding:0 auto;
	width:385px;
}

.link p {
	margin:0 auto;
	padding:0 auto;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	line-height:20px;
	margin-top:25px;
	white-space: pre;           /* CSS 2.0 */
	white-space: pre-wrap;      /* CSS 2.1 */
	white-space: pre-line;      /* CSS 3.0 */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: -moz-pre-wrap; /* Mozilla */
	word-wrap: break-word;      /* IE 5+ */
	overflow:hidden;
}

.link p img {
	max-width:385px;
}



/* Single page quote post */

.quote-box {
	width:385px;
	background-color:#25bdfc;
}

.quote-con {
    font-size: 16px;
    font-weight: bold;
    line-height: 29px;
    margin-bottom: 0;
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 15px;
    padding-top: 12px;
    width: auto;
	color:#FFFFFF;
}

.bubble-point {
	background-color:#25bdfc;;
	width:385px;
	height: 19px;
}

span.mark {
	font-size:25px;
	display:inline;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-left:5px;
	margin-right:5px;
	color:#FFF;
}

.quote-source {
	margin-top:5px;
	color:#1A1A1A;
	font-size:12px;
	font-weight:bold;

}

.quote-source a {
	color:#1A1A1A;
	font-size:12px;
	font-weight:bold;
}


/* Single page answer post */

.answer-box {
	width:385px;
	background-color:#25bdfc;
}

.answer-con {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    line-height: 29px;
    margin-bottom: 0;
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 15px;
    padding-top: 11px;
    width: auto;
}

.answer p {
	margin:0 auto;
	padding:0 auto;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	line-height:20px;
	margin-top:25px;
	white-space: pre;           /* CSS 2.0 */
	white-space: pre-wrap;      /* CSS 2.1 */
	white-space: pre-line;      /* CSS 3.0 */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: -moz-pre-wrap; /* Mozilla */
	word-wrap: break-word;      /* IE 5+ */
	overflow:hidden;
}

.answer p img {
	max-width:385px;	
}

.answer p.mark {
	color:#ffffff;
	font-size:25px;
	display:inline;
	font-family:Georgia;
	font-style:normal;
	margin-left:5px;
	margin-right:5px;
}

.answer-source {
	margin-top:5px;	
}

.answer-source a {
	color:#1A1A1A;
	font-size:12px;
	font-weight:bold;
}

/* Single page audio post */

.audio p {
	margin:0 auto;
	padding:0 auto;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	line-height:20px;
	margin-top:25px;
	white-space: pre;           /* CSS 2.0 */
	white-space: pre-wrap;      /* CSS 2.1 */
	white-space: pre-line;      /* CSS 3.0 */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: -moz-pre-wrap; /* Mozilla */
	word-wrap: break-word;      /* IE 5+ */
	overflow:hidden;
}

.audio p img {
	max-width:385px;	
}



#audio-con {
	display:block;
	width:385px;
	height:181px;
}

.album-art {
	width:181px;
	height:181px;
	background:url(http://static.tumblr.com/fbpqdir/p2tlfut7c/albumcover.jpg) no-repeat;
	float:left;
	display:block;
	position:absolute;
}

.album-art img {
	width:181px;
	height:181px;
	background:url(http://static.tumblr.com/fbpqdir/p2tlfut7c/albumcover.jpg) no-repeat;
	display:block;
	position:absolute;
}

.audio-info {
	width:181px;
	height:181px;
	float:right;
	display:block;
}

.audio-info p {
	margin: 0;	
	color: #1A1A1A;
}

.audio-info p, .audio-info p span {
    font-family: Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
}

.audio-info p span {
	display: block;
    margin-bottom: 8px;
    margin-top: 2px;	
	color: #25BDFC;
}

.audioplayercircle {
	-webkit-border-radius: 50px 50px 50px 50px;
    -moz-border-radius: 50px 50px 50px 50px;
    background: none repeat scroll 0 0 black;
    height: 60px;
    left: 63px;
    opacity: 0.8;
    position: relative;
    top: 65px;
    width: 60px;
    z-index: 3;
}

.audioplayer {
    height: 30px;
    margin: 17px 24px 13px 16px;
    overflow: hidden;
    position: absolute;
    width: 27px;
}


/* Single page posts */

.post {
    margin-left: 204px;
	font-family:Helvetica, Arial, sans-serif;
	display:none;
}

.post-meta {
	min-height:200px;
	float:left;
	clear:both;
}

.post-meta p {
	color:#1D1D1D;
	font-size:12px;
	margin:0 auto;
	padding:0 auto;
	width:181px;
	font-family:Helvetica, Arial, sans-serif;
	font-weight:bold;
	font-style:normal;
	line-height:20px;
	display:block;
}

.post-date p a, .post-date p span {
	color:#25BDFC;
}

.post-tags {
	margin-top:10px;	
}

.post-notes {
	margin-top:10px;		
}

.post-notes p span {
	color: #25BDFC;
}

.post-author {
	margin-top:10px;		
}


.post-content {
    float:right;
	margin-right: 4px;
	margin-bottom:80px;
}

.post-content ul {
	list-style:circle;
	padding-left:28px;
}

.post-reblogged {
	margin:0 auto;
	padding:0 auto;
	width:181px;
	font-size:12px;
	color: #1D1D1D;
	font-style:normal;
	font-weight:bold;
	line-height:20px;
	margin-top:10px;
}

.post-reblogged a {
	font-weight:bold;	
}

.separator {
	width:auto;
	height:2px;
	background-color:#eaeaea;
	margin-top: 25px;
	margin-bottom:25px;
}


ol.notes {
	list-style:none;
	padding-left:0px;
	font-size:11px;
}

ol.notes li {
	margin-bottom:7px;
}

.action, .action a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color: #676767;
}

img.avatar {
	display:none;	
}

.more_notes_link_container {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	margin-top:20px;
}


blockquote {
    border-left: 2px solid #b3b3b3;
    font-size: 12px;
    font-style: italic;
    line-height: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
    padding-left: 10px;	
}

blockquote p {
	width:375px;	
}

.note blockquote {
    border-left:none;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
    padding-left: 10px;	
}
