/*  
Theme Name: 15 Minutes Deep
Theme URI: http://www.15minutesdeep.com
Description: 15 Minutes Deep Theme
Version: 1.0
Author: 15 Minutes Deep
Author URI: http://www.15minutesdeep.com/
*/

body, h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, hr, p, form{
	margin: 0;
	padding: 0;
}

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	background:url(images/bg.gif) #232323;
	color:#BFBFBF;
	margin:20px 0px;
}

h1, h2, h3, h4, h5, h6{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}

a{
	text-decoration: underline;
	color: #3C92CF;
}

a:hover{
	text-decoration: none;
}

a img{
	border: 0;
}

abbr, acronym{ border: 0; }

address, dl, p{ padding: 15px 0 0; }

blockquote{
	margin: 15px 0 0;
	background:#585858;
	color:#FFFFFF;
}

blockquote p{ padding: 15px; }

blockquote blockquote{
	margin: 15px;
	background: #fff;
}

code{
	background: #f9f9f9;
}

dt{ font-weight: bold; }

dd{ padding: 0 0 0 15px; }

hr{
	clear: both;
	margin: 15px 15px 5px 15px;
	border: 0;
	height: 1px;
	text-align: left;
	background: #ccc;
	color: #ccc;
}

small{
	font-size: 10px;
}

pre{
	width: 90%;
}

input, textarea{
	font-family: Arial, Helvetica, Georgia, Sans-Serif;
	font-size: 12px;
	padding: 2px;
}

input#s, input#author, input#email, input#url, textarea#comment{
	padding: 3px;
}

input#author, input#email, input#url{
	margin: 0 5px 0 0;
}

.top-menu{
	margin: 20px 0 10px 25px; 
}

.top-menu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.top-menu ul li{
	display: inline;
	padding-left: 15px;
}

.top-menu ul li h1{
	display: inline;
	font-size: 11px;
}

.top-menu a{
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #666;
}

.top-menu a:hover{
	text-decoration: underline;
}

#container{
	margin: 0 auto;
	width: 760px;
	text-align: left;
	vertical-align: top;
	background:#303030;
}

/*
START HEADER AREA
*/
#header {
	background:url(images/header_bg.png) top left repeat-x #303030;
	padding:20px 20px 0px 20px;
	margin:0;
	width:720px;
	clear:right;
}
#logo {
	text-align:right;
	height:57px;
	color:#FFFFFF;
}
#logo img {
	float:left;
	background-image:url(images/15_Minutes_Deep.png);
}
#logo h1 {
	font-size:16px;
	padding:0;
	margin:0;
	font-weight:normal;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
}
#logo h3 {
	font-size:14px;
	padding:0;
	margin:0;
	font-weight:normal;
	color:#BFBFBF;
	font-family:Arial, Helvetica, sans-serif;
}
#navigation {
	width:720px;
	height:85px;
	border-bottom:#BFBFBF solid 1px;
	float:left;
	font-size:14px;
	background:#303030;
}
#navigation .group {
	float:left;
	margin-right:60px;
}
#navigation .title {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#FFFFFF;
	text-transform:uppercase;
	letter-spacing:2px;
	margin:20px 0 12px 0;
}
#navigation a:link, #navigation a:visited {
	color:#BFBFBF;
	text-decoration:none;
}
#navigation a:hover, #navigation a:active {
	color:#3C92CF;
	text-decoration:none;
}
a.current_page {
	color:#D3FF03 !important;
}
/*
END HEADER AREA

START FOOTER
*/

#page{
	float: left;
	width: 760px;
	background: #303030;
}

.narrowcolumn{
	float: left;
	width: 530px;
	text-align: left;
	vertical-align: top;
}

.post{
	padding:0 20px 20px 20px;
}

h2{
	margin-top:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	letter-spacing:2px;
	font-weight:normal;
	color:#D3FF03;
	padding:0;
	text-transform:capitalize;
}
h2 a:link, h2 a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
h2 a:hover, h2 a:active {
	color:#3C92CF;
	text-decoration:none;
}

.entry{
	border-bottom: 1px solid #BFBFBF;
	padding: 0 10px 10px;
	line-height: 18px;
}

.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6{
	border: 0;
	padding: 15px 0 0;
	margin: 0;
	background-color: transparent;
}

.entry h1{
	font-size: 18px;
	font-weight: normal;
	line-height: 24px;
}

.entry  h4{ font-size: 12px; }

.entry h5{ font-size: 11px; }

.entry h6{ font-size: 10px; }

.entry img{
	border: 1px solid #eee;
	padding: 4px;
	background-color: #fff;
}

.entry img.wp-smiley{
	padding: 0;
	border: 0;
	background-color: transparent;
}

.entry img.alignleft{
	float: left;
	margin: 5px 10px 0 0;
}

.entry img.alignright{
	float: right;
	margin: 5px 0 0 10px;
}

.postmetadata{
	padding-top: 10px;
}

.pn{
	padding:20px 0 0 0;
	font-size:12px;
	text-transform:uppercase;
	font-family:Georgia, "Times New Roman", Times, serif;
	letter-spacing:2px;
}

.pn a{
	color: #3C92CF;
}
.pn a:link, .pn a:visited {
	text-decoration:none;
}
.pn a:hover, .pn a:active {
	text-decoration:underline;
}

.commentlist ol, .commentlist ol li{
	list-style-type: none;
}

.commentlist ol{
	margin: 0 0 10px 0;
}

.commentlist ol li{
	margin-bottom: 5px;
	border: 1px solid #e0e0e0;
	padding: 10px;
	font-size: 11px;
	background: #eee;
	color: #000;
}

#sidebar{
	float: left;
	width: 230px;
	background:#303030;
}

#sidebar ul{
	margin:0 20px 20px 0;
	padding: 0;
	list-style-type: none;
}

#sidebar ul ul{
	/*border-bottom: 1px solid #BFBFBF;*/
	border-top: 0;
	padding: 0 10px 10px;
	margin: 0;
}

#sidebar ul li#search input{
	background-color:#303030;
	margin:5px 5px 0 5px;
	border-width: 0px 0px 1px 0px;
	border-style: solid solid dotted solid;
	border-color:#D3FF03;
	color:#FFFFFF;
	padding:1px 2px;
}

#sidebar ul li#search{
	margin:20px 0 0 0;
	font-size:12px;
}

#sidebar ul ul li{
	padding:10px 0 0 0;
	line-height: 18px;
}

#sidebar ul ul li a{
	text-decoration: none;
}

#sidebar ul ul li a:hover{
	text-decoration: underline;
}

#sidebar ul ul li a:before{
	content: "+ ";
	color: #FFFFFF;
}

#sidebar ul ul ul{
	border: 0;
	padding: 0 0 0 10px;
}

#sidebar ul ul ul li a:before{
	content: "";
}

.commentlist ol{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.commentlist ol{
	margin: 0 0 10px 0;
}

.commentlist ol li{
	margin-bottom: 5px;
	border: 1px solid #e0e0e0;
	padding: 10px;
	font-size: 11px;
	background: #eee;
	color: #000;
}

/* wp-calendar */

table#wp-calendar{
	width: 100%;
	font-family: Arial, Helvetica, Georgia, Sans-Serif;
	text-transform: none;
}

table#wp-calendar caption{
	padding: 10px 15px;
}

table#wp-calendar th{
	font-weight: normal;
	text-align: center;
	vertical-align: top;
	background: #eee;
}

table#wp-calendar td{
	padding: 1px;
	text-align: right;
}

table#wp-calendar tfoot td{
	text-align: center;
}

/* end calendar */

#footer{
	width: 720px;
	margin:0 20px;
	clear:left;
	border-top:#BFBFBF solid thin;
}
#footer div {
	padding:20px 0;
}


/* CUSTOM WIDGETS */
#ilastfm_display{
	
}
img.lastfm_album {
	height: 126px;
	width: 126px;
	border:solid 5px #FFFFFF;
}
#ilastfm_display .lastfm_artist{
	display:block;
}
#ilastfm_display li a:before{
	content: "" !important;
}
/*
#sidebar ul li#search{
	margin:20px 0 0 0;
	font-size:12px;
}

#sidebar ul ul li{
	padding:10px 0 0 10px;
	line-height: 18px;
}

#sidebar ul ul li a{
	text-decoration: none;
}

#sidebar ul ul li a:hover{
	text-decoration: underline;
}

#sidebar ul ul li a:before{
	content: "+ ";
	color: #FFFFFF;
}*/