
/*--------------------------------------------------------------*/
/* <!-- LAYTOUT --> */
/*--------------------------------------------------------------*/	

.wrapper{
	margin: 0px auto;
	background: transparent;
	word-wrap: break-word;
}
.header{
	float: left;
	width: 100%;
	margin-top: 60px;
	display: block;
}

.sidebar-outer {
	background: url('http://static.tumblr.com/q1jc975/0cFl6felg/overlay_white.png') repeat scroll 0 0 transparent;
	height:100%;
	position: fixed;
	top: 0;
	z-index: 0;
}
.sidebar{
	background: url('http://static.tumblr.com/q1jc975/0cFl6felg/overlay_white.png') repeat scroll 0 0 transparent;
	margin-right: 10px;
	padding: 10px;
	height: 100%;
	word-wrap: break-word;
}


/* <!-- SCROLL TO -->  */
.main-outer-outer{
	float: left;
	margin: 10px auto;
	margin-top: 50px;
	background: url('http://static.tumblr.com/q1jc975/0cFl6felg/overlay_white.png') repeat scroll 0 0 transparent;
	-webkit-box-shadow: 0px 2px 3px #999;
	-moz-box-shadow: 0px 2px 3px #999;
	box-shadow: 0px 2px 3px #999;
}
.main-outer{
	margin: 10px;
background: url('http://static.tumblr.com/q1jc975/0cFl6felg/overlay_white.png') repeat scroll 0 0 transparent;
}
.main{
	padding: 10px 10px 4px;
	background: url('http://static.tumblr.com/q1jc975/0cFl6felg/overlay_white.png') repeat scroll 0 0 transparent;
	word-wrap: break-word;
}
.footer{
	float: left;
	width: 100%;
	height: 60px;
	display: block;
}
html {
	margin-left: -1px;
	overflow-Y: scroll;
}
@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0){
	head~body *{ margin-left: -1px;}
}
body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	font: 15px/25px helvetica, tahoma, serif;
	color: #4C4C4C;
	background: transparent;	
}

/*--------------------------------------------------------------*/
/* <!-- END LAYOUT --> */
/*--------------------------------------------------------------*/
	
img.bg {
	position: fixed;
	z-index: -2;
	top: 0;
	left: 0;
	width: 100%;
	max-width: 100%;
	height: 100%;
	border: none;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-family: helvetica, arial, sans-serif;
	font-weight:normal;
}
h1 {
	font-size:23px;
	line-height:45px;
}
h2 {
	font-size:21px;
	line-height:40px;
}
h3 {
	font-size:19px;
	line-height:35px;
}
a, a:active, a:visited{
    color: #2a2a2a;
	text-decoration: underline;
}
a:hover{
	text-decoration: underline;
}
img{
	background: none repeat scroll 0 0 transparent;
	border: 0;
	padding: 0;
}
blockquote{
	border-left: 2px solid #999;
	margin: 5px 0 10px;
	padding-left: 15px;
}
pre {
	font-size: 12px;
	line-height: 22px;
	overflow: auto; 
	overflow-y: hidden; 
}
pre code {
	padding: 5px 0 15px;
	display: block;
	font-family: courier, courier new, monospace;	
	color: #999;
}


/*--------------------------------------------------------------*/
/* <!-- POST AUDIO --> */
/*--------------------------------------------------------------*/

ul.music{ float: left;}
ul.music,
ul.music li,
ul.music li a,
ul.music li img{ margin: 0 0 0 -1.3px; padding:0; list-style:none; border:0; text-decoration:none; }
ul.music li{ margin:0px 11px 0px 0; float:left; position:relative;}
ul.music li a{ display:block; position:relative; float:left; width:80px; height:80px; text-indent:-1000em; overflow:hidden; z-index:1; }
ul.music li img{ position:absolute; width:80px; height:80px; border:0;}
/* Jewel Case */
ul.music li.jewel img{ width:72px; height:72px; top:3px; left:12px;}			
ul.music li.jewel a{ background: url('http://static.tumblr.com/q1jc975/fdNl6fehm/jewel.png') 0 0 no-repeat; width:90px; height:82px;}
ul.music li.jewel{ background:url('http://static.tumblr.com/q1jc975/2UEl6fegu/blank_insert.gif') 12px 3px no-repeat;	}

.audioplayer{
	float: left;
	height: 27px;
	margin-bottom: 4px;
	padding: 7px;
	position: relative;
	background: #fff;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}	

/*--------------------------------------------------------------*/
/* <!-- POST QUOTE -->  */
/*--------------------------------------------------------------*/

.quote blockquote { margin: 0; padding: 0 0 15px 0px; border: none; background: none no-repeat scroll 0 0 transparent; color: #4C4C4C; font: 26px/35px Georgia, Times, Serif; font-style: italic; letter-spacing: -1px;}
.quote blockquote p { padding-bottom: 25px;} 
.quote cite { display:block; font-style: normal; font-size: 16px; font-weight: bold; text-align: right;}
.quote cite:before { content: '~ '; }

/*--------------------------------------------------------------*/
/* <!-- POST CHAT -->  */
/*--------------------------------------------------------------*/

.lines ul{
	list-type: none outside none;
}
.lines ul li{ 
	padding-bottom: 20px;
}
.lines ul li .label {
	float: left;
	margin-right: 15px;
	text-align: right;
}
.lines ul li .line {
	float: left;
	min-width: 135px;
	text-align: left;
}
.label:first-letter, .line:first-letter{
	text-transform: capitalize;
}

/*--------------------------------------------------------------*/
/* <!-- POST ANSWER -->  */
/*--------------------------------------------------------------*/

.ask_post .question {
	font-size: 20px;
	letter-spacing: -1px;
	line-height: 32px;
}

.ask_post .asker {
	margin-bottom: 5px;
}

.ask_post .asker img{
	float: left;
	margin-right: 10px;
	vertical-align: middle;
}

.ask_post .asker a {
	text-decoration: none;
}

.ask_post .asker a:hover {
	text-decoration: underline;
}


.ask_post .answer {
	border-top: 1px solid;
	margin-top: 30px;
	padding-top: 20px;
}

/*--------------------------------------------------------------*/
/* <!-- TITLE - CAPTION  - PORTRAIT -->  */
/*--------------------------------------------------------------*/

/* <!-- BLOG TITLE --> */
.blog-title h1 a {
	color: #F7FDFD;
	display:block;
	font:52px helvetica,Sans-Serif;
	letter-spacing:-3px;
	text-align:center;
	text-decoration:none;
	text-shadow:0 0 10px #DAE5E7;
}
.blog-title h1 a:hover{
	text-shadow:0 0 40px #DAE5E7;
	color: #FCFFFF;
}
/* <!-- PORTRAIT--> */
.portrait {
	float: left;
	word-wrap: break-word;
}
.portrait  img{
	background: url('http://static.tumblr.com/q1jc975/0cFl6felg/overlay_white.png') repeat scroll 0 0 transparent;
	padding: 4px;
	float: left;
	margin-right: 15px;
}

/* <!-- Description -->  */
.description{
	font-size: 14px;
}


/* <!-- POST TITLE -->  */
.post-title{
	font: 25px/35px helvetica, arial, serif;
	margin-bottom: 15px;
}

/* <!-- CAPTION-->  */
.caption{
	margin-top: 20px;
}

.caption ol{
	list-style: decimal ;
	margin:5px 0 5px 40px;
}

.caption ul{
	list-style: circle;
	margin: 5px 0 5px 40px;
}


/*--------------------------------------------------------------*/
/* <!-- META - NOTES CONTAINER -->  */
/*--------------------------------------------------------------*/

/* <!-- META  -->  */
.meta {
	float: left;
	font-size: 10px;
	margin-top: 20px;
	text-transform:uppercase;
}
.meta a{
	text-decoration: none; 
	color: #999; 
	margin-right: 10px;
}
a.notecount {
	background: url('http://static.tumblr.com/q1jc975/bgol6fejm/like_icon.png')  no-repeat scroll left center transparent;
	padding: 2px 0 2px 20px;
}
a.shorturl {
	background: url('http://static.tumblr.com/q1jc975/UyYl6fek8/shorturl_icon.png')  no-repeat scroll left center transparent;
	padding: 2px 0 2px 20px;
}
a.date {
	background: url('http://static.tumblr.com/q1jc975/8oml6feke/time_icon.png')  no-repeat scroll left center transparent;
	padding: 2px 0 2px 20px;
}
a.comment {
	background: url('http://static.tumblr.com/q1jc975/BMfl6feig/comment_icon.png')  no-repeat scroll left center transparent;
	padding: 2px 0 2px 20px;
}

/* <!-- NOTES CONTAINER  -->  */
.post-notes ol.notes {
	padding: 0px;
	margin: 20px 0 0px;
	list-style-type: none;
	font-size: 14px;
	color:#ccc;
}
.post-notes ol.notes a{
	text-decoration: none;
	color: #999;
}
.post-notes ol.notes a:hover{
	text-decoration: underline;
}
.post-notes ol.notes li.note {
	padding: 5px;
}
.post-notes ol.notes li.note img.avatar {
	vertical-align: -3px;
	margin-right: 10px;
	width: 16px;
	height: 16px;
}
.post-notes ol.notes li.note .answer_content {
	background: url('http://static.tumblr.com/q1jc975/0cFl6felg/overlay_white.png') repeat scroll 0 0 transparent;
	color: #666;
	font-weight: bold;
}
.post-notes ol.notes li.note blockquote {
	background: url('http://static.tumblr.com/q1jc975/0cFl6felg/overlay_white.png') repeat scroll 0 0 transparent;
	border-left: 2px solid #666;
	margin-bottom: 5px;
	padding: 5px 0 5px 10px;
	quotes: none;
}
.post-notes ol.notes li.note blockquote a {
	color: #666;
	text-decoration: none;
	font-weight: bold;
}

/*--------------------------------------------------------------*/
/* <!-- NAVIGATION - JUMP_PAGINATION -->  */
/*--------------------------------------------------------------*/

/* <!-- NAVIGATION --> */
.navigation {
	left: 0;
	text-align: left;
	position: fixed;
	top: 15%;
	z-index: 0;
}
.navigation ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
.navigation li {
	margin-bottom:20px;
}
.navigation li a {
	background: url('http://static.tumblr.com/q1jc975/SG7l6fen3/overlay_black.png')  repeat scroll 0 0 transparent;
 	color:#FFFFFF;
	font-size: 13px;
	font-weight: bold;
	padding: 10px 14px;
	text-transform: uppercase;
	text-decoration: none;
}

/* <!-- JUMP PAGINATION --> */
.pagination{
	margin: 0px auto;
	background: transparent;
	word-wrap: break-word;
}
.jump_pagination{
	margin: 30px 0 100px;
	float: right;
}
.jump_pagination ul{
	margin: 0;
	padding: 0;
	text-align: left;
}
.jump_pagination li{
	list-style-type: none;
	display: inline;
	padding-bottom: 1px;
}
.jump_pagination a, .jump_pagination a:visited, .jump_pagination a:active {
	background: url('http://static.tumblr.com/q1jc975/0cFl6felg/overlay_white.png') repeat;
	text-decoration: none;
	color: #999;
	font-size: 13px;
	padding: 5px 10px;
	font-weight: bold;
	text-transform: uppercase;
}
.jump_pagination a:hover, .jump_pagination a.currentpage {
	background: url('http://static.tumblr.com/q1jc975/SG7l6fen3/overlay_black.png') repeat;
	color: #fff;
}
.jump_pagination a.currentpage, a.total_pages {
	cursor: default;
}
a.total_pages, a.total_pages:hover{
	background: url('http://static.tumblr.com/q1jc975/0cFl6felg/overlay_white.png') repeat;	
	color: #999;
}


/*--------------------------------------------------------------*/
/* <!-- SEARCH -->  */
/*--------------------------------------------------------------*/

input, textarea {
	margin: 0 10px 0 0;
}
.search {
	background: url('http://static.tumblr.com/q1jc975/0cFl6felg/overlay_white.png') repeat scroll 0 0 transparent;
	color: #FFF;
	right: 20px;
	padding: 4px 0px;
	position: absolute;
	bottom: 7px;
}
.search_icon  {
	background: url('http://static.tumblr.com/q1jc975/0cFl6felg/overlay_white.png') no-repeat scroll 0 0 transparent;
	padding: 7px 5px 7px 10px;
}
input#search_input {
	background: none no-repeat scroll 0 0 transparent;
	border: none;
	color: #FFF;
	padding: 0px 5px;
}

/*--------------------------------------------------------------*/
/* <!-- OTHERS -->  */
/*--------------------------------------------------------------*/

.disqus-comment-outer {
	background:url('http://static.tumblr.com/q1jc975/0cFl6felg/overlay_white.png') repeat scroll 0 0 transparent;
	padding: 10px;
}

.disqus-comment {
	background: url('http://static.tumblr.com/q1jc975/0cFl6felg/overlay_white.png') repeat scroll 0 0 transparent;
}

img.followed{
	float: left;
	margin: 0;
	padding: 0;
}

#ask_form{	width: 400px; height: 220px;}