/*
Theme Name: Full of Good Coffee Theme
Theme URI: http://blog.soli.me/
Author: Payam Yousefi

Copyright (c) 2009 Payam Yousefi
*/

@import "reset.css";

body {
	background: #FFF;
	margin:0px;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif; 
	text-align:left;
	font-size: 13px;
	color: #444;
	line-height:20px;
}
body.page-template-music-php {
	background: url(http://blog.soli.me/wp-content/uploads/2010/07/bg_tumblr.jpg) center center fixed #000;
	color: #FFF;
}
p { margin:0 0 15px 0px; }
ul,ol { margin:0px 0px 15px 0px; }
a img { border: none; }
hr {
	height:0px;margin-bottom:15px;
	border:0px;
	border-bottom:1px dotted #CCC;
}
hr.nospace {
	margin-bottom:10px;
}
blockquote {
	border-left: 1px solid #ddd;
	color: #666;
	margin:0 0 15px 25px;
	font-family:Georgia, "Times New Roman", Times, serif;	
	padding-left:15px;
}
code {
	line-height: 1em;
	background: #eee;
}
pre {
	background: #eee;
	border: 1px solid #ddd;
	overflow: auto;
	padding:4px 6px;
	clear: both;
	margin:0 0 15px 0px;
}
input, textarea {
	padding:2px;
	color: #444;
	background: #EEE;
	border: 1px solid #AAA;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif; 
	font-size: 13px;
}
input:focus, textarea:focus {
	background: #FFF;
	border-color: #777;
}
.inline { display:inline-block; vertical-align:middle !important; }
h1 {
	font-family:Baskerville, "Palatino Linotype", "Times New Roman", Times, serif;
	font-size:26px;
	font-weight:normal;
	line-height:30px;
	letter-spacing:-1px;
}
h2 {
	font-family:Baskerville, "Palatino Linotype", "Times New Roman", Times, serif;
	font-size:20px;
	font-weight:normal;
	line-height:24px;
	letter-spacing:-0.5px;
}
h3 {
	font-size:18px;
	font-weight:normal;
	letter-spacing:-0.5px;
	line-height:22px;
	
}
a {
	color:#497D9D;
	text-decoration:none;
}
a:hover {
	color:#AF2B49;
	text-decoration:underline;
}

#header {
	width:780px;
	margin:0 auto;
	padding:20px;
	font-family:Baskerville, "Palatino Linotype", "Times New Roman", Times, serif;
	text-transform:lowercase;
}
body.page-template-music-php #header {
	border-bottom:2px solid #000;
	margin-bottom:2px;
	width:500px;
}
#header #fogc {	
	letter-spacing:-1px;
	font-size:36px;
	font-style:italic;
	vertical-align:middle;
	display:inline-block;
	line-height:40px;
}
#header a { color:#000; text-decoration:none; }

body.page-template-music-php #header a {
	color: #FFF;
}
#header #fogc span {	
	color:#CCC;
	font-size:20px;
	letter-spacing:-0.5px;
	display:inline-block;
	vertical-align:middle;
	margin-bottom:5px;
}
body.page-template-music-php #header #fogc span {
	color: #FFF;
}

#banner {
	margin:0 auto;
	background:url(img/header_3.jpg) top center repeat-x #000;
	height:165px;
	color:#FFF;
}

#banner .inner {
	margin:0 auto;
	background:transparent;
	width:800px;
	height:165px;
	position:relative;
}
#places {
	position:absolute;
	top:-19px;
	right:0px;
}

#places a {
	height:16px;
	width:16px;
	margin-left:2px;
	float:left;
	display:inline-block;
}

#places .flickr { background:url(http://soli.me/img/ico/flickr.png) top left no-repeat; } 
#places .da { background:url(http://soli.me/img/ico/deviant-art.png) no-repeat; } 
#places .lastfm { background:url(http://soli.me/img/ico/lastfm.png) no-repeat; } 
#places .twitter { background:url(http://soli.me/img/ico/twitter.png) no-repeat; } 
#places .tumblr { background:url(http://soli.me/img/ico/tumblr.png) no-repeat; } 



#banner .inner .info {
	padding:20px;
	text-shadow:0px 0px 4px #FFF;
	margin-right:220px;
}

#banner h1.a {
	opacity:0.7;
}

#banner h1.b {
	margin-left:240px;
	opacity:0.8;
}

#banner h1.c {
	margin-left:270px;
	opacity:0.9;
}
#banner h1 i {
	letter-spacing:normal;
	font-weight:500;
}
#banner h1.d {
	margin-left:120px;
	margin-top:7px;
}

#banner h1.d span {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif; 
	font-size:20px;
}

#navbar {
	float:right;
	width:220px;
	display:inline-block;
	opacity:0.5;
	padding:10px 0px;
	margin-top:1px;
	font-size:14px;
	height:143px;
	background:#0A0A0A;
	border-left: 1px solid #24272E;
	text-align:right;
}

#navbar a {
	color:#B1BBBD;
	text-decoration:none;
	display:block;
	padding:3px 10px 3px 20px;
	margin:0px 1px;
	line-height:18px;
}

#navbar a:hover {
	color:#FFF;
	background:#24272E;
	display:block;
}

#navbar a.selected {
	color:#FFF;
	background:#33464A;
	display:block;
	text-shadow:0px 0px 6px #93B9C2;
}

#content {
	width:780px;
	margin:0 auto;
}
body.page-template-music-php #content {
	background:#000;
	width:500px;
}
#content .main {
	position:relative;
    float:left;
	width:560px;
	padding:20px 0px;
}

.post .meta {	
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	color:#999;
	font-style:italic;
}
.post .meta a {
	font-style:normal;
}
.post .meta a.edit {
	color:#999;
}
.post .meta span {
	font-style:normal;
}

.post {
	border-bottom:1px dotted #CCC;
	margin-bottom:15px;
	position:relative;
}
.post.first-post{
	margin-left:-10px;
	margin-right:-10px;
	padding:10px;
	background:#E0EEEF;
	border-top:2px solid #9BBCBF;
	border-bottom:1px solid #9BBCBF;
}
.post.first-post .latest_header {
position:absolute;
font-size:12px;
font-weight:bold;
line-height:12px;
color:#9BBCBF;
top:-13px;
right:0px;
}

.post.list { 
	margin-bottom:10px;
	padding-bottom:8px;
}
.post ul {
	list-style-type:disc;
	margin-left:25px;
}
.post ol {
	list-style-type:decimal;
	margin-left:25px;
}
.post h2, .post h2 a {
	color:#000;
}
.post h2 a:hover {
	color:#497D9D;
}
.post.first-post h2 a:hover {color:#000;}
.navigation {
	margin-bottom:15px;
}
.navigation .next { text-align: right; }
.navigation .prev { float: left;}

.wp-pagenavi {
	margin-bottom:15px;text-align: right; 
}
.wp-pagenavi .pages {
	float:left;padding:0px;margin:0px;border:0px;
}
.wp-pagenavi .nextpostslink,.wp-pagenavi .previouspostslink { border-color:#FFF;}
.wp-pagenavi .nextpostslink:hover,.wp-pagenavi .previouspostslink:hover {border-color:#FFF; text-decoration:underline;}
		
.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #BFBFBF;
	padding: 3px 5px;
	margin: 2px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border:1px solid #9BBCBF;
}

.wp-pagenavi span.current {
	font-weight: bold;background:#E0EEEF;
}
.wp-pagenavi a.larger, .wp-pagenavi a.smaller {
	display:none;
}	
.post img {
	border:1px solid #CCC;
	padding:5px; background:#FFF;
}
.post img:hover { border-color:#497D9D; }

.post img.alignleft  {
	float:left;
	margin:3px 10px 10px 0px;
}
		
.post img.alignright  {
	margin:3px 0px 10px 10px;
	float:right;	
}
.post .more-link {
	display:block;
	width:auto;
margin-bottom:15px;
clear:both;
float:right;
margin-top:0px;
	padding:5px 7px;
	background:#E0EEEF;
}
.post.first-post .more-link {
	margin-bottom:-11px;
	background:#FFF;
margin-top:15px;
	border-top:1px solid #C3DEDF;
	border-right:1px solid #C3DEDF;
	border-left:1px solid #C3DEDF;
}
.post.first-post .more-link:hover {
	border-color:#9BBCBF;
}

.post.first-post img {
	margin-top:3px;
	margin-bottom:0px;
}


#content .sidebar {
	position:relative;
	float:right;
	padding:20px 0px;
	width:200px;
}

.sidebar ul li a {
	display:block;
	color:#62A3A7;
	border-left:1px dotted #CCC;
	padding-left:10px;
}
.sidebar ul li a:hover {
	border-left:1px solid #CCC;
	padding-left:10px;
	color:#497D9D;
}

.sidebar .text_input { width: 95%; }

.commentlist li {
	padding: 20px;
	overflow:hidden;
	background:#E0EEEF;
	border-top:2px solid #9BBCBF;
	list-style:none;
	margin-bottom:10px;
}
.commentlist li.thread-even { background:#E5F7F8; }

.commentlist .children li {
	border:1px solid #9BBCBF;
	margin-top:20px;
	margin-left:20px;
	margin-bottom:-15px;
	padding:0 0 0 15px;
	padding:20px;
}
.commentlist .avatar {
	float:left;
	padding:4px;
	border:1px solid #9BBCBF;
	margin:0px 10px 10px 0px;
	background:#FFF;
	margin-left:-85px;
}
.commentlist .comment-body {
	margin-left:85px;
}
.commentlist cite.fn {
	font-family:Baskerville, "Palatino Linotype", "Times New Roman", Times, serif;
	font-size:20px;
	font-weight:normal;
	line-height:20px;
	font-style:normal;
	letter-spacing:-0.5px;
	color:#000;
}
.commentlist .says { display:none; }
.commentlist .comment-meta {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	color:#999;
	font-style:italic;
}
.commentlist .comment-meta  a {
	font-style:normal;
}
.commentlist li.comment-author-admin {
	border-top-color:#E39BA7;
	background:#FFDFE5;
}
.commentlist li.comment-author-admin .avatar  {
	border-color:#E39BA7;
}
.commentlist li.comment-author-admin a {
	color:#AF2B49;
}

.commentlist .children li.comment-author-admin {
	border:1px solid #E39BA7;
	padding:20px;
	background:#FFDFE5;
}
.commentlist li .comment-reply-link {
	background:#FFF;
	padding:3px 5px;
	border:1px solid transparent;
	text-decoration:none;
	float:right;
}
.commentlist li .comment-reply-link:hover {
	border:1px solid;
}
.commentlist li .reply {
	height:20px;
}
/*#D1DEDF*/	
#respond input,#respond textarea {
	border-top:1px solid #CCC;
	border-left:1px solid #CCC;
}
#respond input:focus,#respond textarea:focus {
	border-top:1px solid #CCC;
	border-left:1px solid #CCC;
}
#respond textarea {
	width:95%;
}
#submit {
	background:#777;
	border:1px solid #000;
	border-top:1px solid #666 !important;
	border-left:1px solid #666 !important;
	color:#FFF;
}
#submit:hover {
	background:#666 !important;
}

p.twitter {
padding:10px;
background:#E7F0F3;
}
p.twitter span {
display:block;
text-align:right;
font-size:11px;
line-height:11px !important;
}
.asd {
	clear:both;
	width:800px;
	padding:20px 0px 10px 0px;
	margin:-10px auto 20px auto;
	border-top:1px dotted #999;
	text-align:center;
}
.clear { clear:both; }
.fbook_likelink {border-top:1px dotted #CCC;margin:0px !important;display:block !important;padding-top:15px !important;line-height:auto !important;}

.tweet-this { float:right;margin-top:-40px; }

#footer {
	width:800px;
	margin:0 auto 20px auto;
	clear:both;
	padding:20px 0px;
	text-align:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#999;
	font-size:11px;
	font-style:italic;
	border-top:1px solid #999;
}
body.page-template-music-php #footer { width:500px; }
#footer a {
	float:right;
}