/*
Theme Name: IFC theme
Theme URI: http://www.iracummings.com
Version: 1.1
Author: Ira
Author URI: http://www.iracummings.com
*/

/* COLORS */

/* GLOBAL */
/*
LIGHT BLUE
color:#00aeef;

BODY GRAY
color:#303030;

DARK GRAY
color:#272727;
*/

* { 
margin:0; 
padding:0; 
}

body { 
background:#303030; 
color:#bbb; 
font:12px/14px Helvetica, Verdana, sans-serif; 
}

p {
color:#FFF;
font:12px/14px Helvetica, Verdana, sans-serif;
text-align:left;
}

a:link, a:visited, a:hover, a:active { 
color:#86d6f4;
text-decoration:none;
}

a img { 
border: none; 
}

ul, li { 
list-style: none;
margin:0;
padding:0; 
}

h1  { 
font-size:36px;
font-family: 'M+ 1p';
font-weight: 200;	
line-height: 140%;
} 

h2  { 
font-size:24px;
font-family: 'M+ 1p';
font-weight: 200;	
line-height: 140%;
} 

h3  { 
font:bold 11px Helvetica, Verdana, sans-serif;
}

h4  { 
font-size:9px; 
}

code { 
font: 11px  "Courier New"; 
padding:5px;
margin:5px 0;
display:block;
border-left:1px solid #903000; 
}

blockquote { 
padding:5px;
font: 12px Helvetica,Sans-serif;
line-height:1.4em; 
}

.pullquote { 
padding: 6px; 
float: right; 
width: 180px; 
margin:5px 0 10px 10px; 
border-top:1px solid #222; 
border-bottom:1px solid #222; 
text-align: center; 
font-family: Helvetica, Helvetica, sans-serif;
font-size:11px; 
}

.capi { 
color:#333;
float:left;
font:3.6em Helvetica, Verdana, sans-serif;
line-height:0.8em;
text-transform:uppercase;
margin:0.07em 0.14em 0 0; 
}

.left { 
float:left;
margin-top:3px;
margin-right:8px; 
}

.right { 
float:right;
margin-top:3px;
margin-left:8px; 
}
	
.clear { 
clear: both; 
}

/* TOP NAVIGATION */
ul#topnav   {
list-style:none;
text-align:left;
display:block;
width:960px;
height:120px;
}

#topnav li   { 
display:block;
float:left;
margin:0;
padding:0; 
}

#topnav li a  {
height:11px;
display:block;
font:11px/11px Helvetica, Verdana, sans-serif;
color:#797d86;
background:#272727;

text-decoration:none;
padding:8px 16px 8px 16px;
margin:0 6px 0 0;
text-transform:uppercase;
}	

#topnav li a:hover { 
color:#FFF; 
}

/* HEADER */
#header { 
width:960px;
margin:0 auto;
padding:0 0 0; 
}

#header h1 { 
display:block;
font-size: 60px;
line-height: 60px;
margin: 0px 0 0 0;
}
	
#header h1 a:link, #header h1 a:visited {
color:#00aeef; 
text-decoration:none;
border:none;
}
 	
#header h1 a:hover { 
color: #FFF; 
}

#header h1 a:active {
color:#00aeef; 
text-decoration:none;
}

	
/* CONTENT AREA */	
#main-wrapper {
display:block; 
margin:0 auto;
width:960px;
padding:0px;
text-align:left;
}
 
.main {
width: 720px;
margin:25px 0 75px 0;
padding:0;
float:left;
/* overflow: hidden; */ 
}


/* THUMBS */
.thumb { 
background: #222 url(images/thumb.png) center center; 
display: block;
width: 230px; 
height: 180px; 
float:left;
overflow: hidden; 
margin: 0 10px 10px 0; 
position: relative; 
}
	
.thumb-title { 
margin-bottom:5px;
background:#000;
bottom:0;
left:0;
display:block;
position:absolute;
padding:4px;
filter:alpha(opacity=85);
-moz-opacity:.85;
opacity:.85; 
}
	
.thumb-title:hover { 
background:#222; 
}
	
.thumb-title h2 { 
margin: 0; 
line-height: 1.4em; 
}
	
.thumb-title h2 a { 
font:18px/22px Helvetica, Verdana, sans-serif;
display:block;
color:#aaa;
text-decoration: none;
text-transform:capitalized; 
	}
	
.thumb-title h2 a:hover { 
color: #fff;
	}
	
/* INDEX CONTENT AREA */
div.more-links {
	width:960px;
	height:50px;
	clear:both;
	margin: 0 0 20px;
	}

div.more-links a {
	display:block;
	width: 226px; 
	height: 18px; 
	float:left;
	overflow: hidden; 
	margin: 0 10px 10px 0;
	padding:4px 0 4px 4px;
	background-color:#00aeef;
	color:#fff;
	font:14px/20px Helvetica, Verdana, sans-serif;
	}


/* SIDEBAR */
#sidebar { 
width:240px;
margin:25px 0 75px 0;
padding:0;
float:right;
text-align:left;
}
	
#sidebar h3 {
padding:3px;
font-size:14px;
color: #fff;
background:#00aeef;
}

#sidebar ul {
margin:0px 0 15px 0;
padding:3px 0 5px 3px;
list-style:none;
background-color:#272727;
}

#sidebar li a {
font:14px/20px Helvetica, Verdana, sans-serif;
color: #999; 
text-decoration:none;  
}

#sidebar li a:hover { 
color:#eee;
text-decoration: none; 
}
	
#sidebar a   { 
color:#999;
text-decoration:none; 
}

#sidebar a:hover { 
color:#fff; 
}



/* SINGLE */
.post.single { 
line-height:1.4em; 
width:710px;
margin:0 10px 0 0;
}

body.single div#sidebar {
margin-top:85px;
	}
div.post h2 { 
font-size:36px;
line-height:1.2em;
color:#fff;
}
div.post h2 a {
text-decoration:none;
color:#FFF;
}
div.post h3 { 
font-size:24px;
line-height:1.2em;
}
div.post h4 { 
font-size:18px;
line-height:1.2em;
}
div.post h5 { 
font-size:14px;
line-height:1.2em;
}
div.post h2
div.post-meta {
margin:2px 0 25px 0;
}
div.post-meta a {
color:#555;
text-decoration:none;
border-bottom:1px dotted #000; 
}
.entry {
width:100%;
}
div.entry p {
width: 480px;
overflow:visible;
margin:0 0 14px 0;
}
div.entry ul {
	width: 480px;
	margin:0 0 14px 0;
	overflow:visible;
	}
div.entry ul li {
	color:#fff;
	background:transparent url('images/bullet.gif') left 4px no-repeat;
	padding-left:10px;
	margin-left:-10px;
	overflow:visible;
	}

/* COMMENTS */
#comments h3, h3#respond { 
font-weight:normal; 
font-size: 14px;
padding:5px 0;
}	

ol.commentlist { 
width: 480px;
list-style:none; 
margin:0 0 50px 0; 
padding:0;
background:#3a3a3a;
}

ol.commentlist p {
margin:0 0 10px 0;
}

ol.commentlist cite { 
text-transform:none; 
font-style:normal;
color:#00aeef;
}

ol.commentlist li { 
border-bottom:1px dotted #FFF; 
padding:15px; 
}

ol.commentlist h5 { 
font-size:12px; 
margin:3px 0; 
padding:0; 
}	

ol.commentlist h5 small { 
display:block; 
}	

ol.commentlist li { 
font-size: 11px; 
margin: 0; 
}

ol.commentlist li span.moderate { 
padding:2px; 
color:#f30; 
}

#author, #email,#url,#comment{
font-size:1em ;
margin: 5px 0;
padding:2px;
}

textarea#comment {
width:480px;
margin:5px 0 15px 0;
}

.comment-warning strong { 
color: #999; 
font-weight: bold; 
}

/* NAVIGATION */
.navigation {
width:720px;
}

.single-nav {
	width: 480px;
	}

.navigation a {
display:block;
float:right;
color:#00aeef;
background-color:#272727;
width:220px;
padding:10px 5px;
margin:0 10px 0px 0;
text-transform:uppercase;
}

.single-nav a {
display:block;
float:right;
color:#00aeef;
background-color:#272727;
width:220px;
padding:10px 5px;
margin:0 10px 0px 0;
text-transform:uppercase;
}

.navigation a:hover, .single-nav a:hover {
color:#fff;
background-color:#00aeef;
}

/* FOOTER */

#footer { 
clear:both;
display:block;
width:960px;
color:#555;
background:#272727;
padding:0 0 40px 0;
margin:75px auto 0;
}

#subfooter {
clear:both;
height:270px;
background:#171717;
}

#subfooter div {
float:left;	
width:450px;
margin-right:20px;
padding:5px;
}

#subfooter div h2 a {
	font-size:24px !important;
	}

#subfooter ul {
float:left;
}

#subfooter ul li {
margin-bottom:10px;	
}

span.entry-content, 
span.lastfm-timestamp {
display:block;	
}

#footer .footer-column {
width:230px;
float:left;
padding:5px;
}

#footer .footer-column ul {
padding:0;
margin:0;
}

#footer .footer-column ul li {
padding:0;
margin:0 0 5px 0;
}

#footer h2 {
margin:0;
padding:0;
}
#footer a:link, 
#footer a:visited {
font-size:12px; 
color:#555;
text-decoration:none;
border-bottom:1px dotted #000; 
}
#footer a:hover, 
#footer a:active {
font-size:12px; 
color:#00aeef;
text-decoration:none;
border-bottom:1px dotted #00aeef; 
}
span.entry-meta, 
span.entry-meta a, 
span.entry-meta a:link, 
span.entry-meta a:visited, 
span.entry-meta a:hover,  
span.lastfm-timestamp {
font-style:italic !important;
font-size:90% !important;
color: #333 !important;
}

/* Plugin specific */
div.aktt_tweets {
	padding:0 !important;
	margin-top:15px;
	}

ul.lastfm {
	margin-top:15px;
	}