/*  
Theme Name: Twenty-Ten
Version: 1.0
Author: webmatter


*/
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

    * Filename: style.css
    * Version: 1.01 (2008-06-21)
    * Website: -/- (Free WordPress Theme)
    * Author: David May
    * Description: Main Layout

    == STRUCTURE: ==============================
    * Page width: 50em (= 600 px, Standard View)
    * Number of columns: 1
    ============================================
    
    == INDEX: ===================================
	_general : general definitions
	_boxes : header, main and sidebar boxes 
	_headlines : post/page headlines
	_content : main content 
	_comments : the comment area
	_footer : the footer
	_search : the search
	_pagination : digg-style pagination
	============================================
	
	== CHANGES =================================
	- 1.01 print.css
	============================================
	
	== ToDo ====================================
	- separate Trackbacks from Comments
	============================================
*/

/* _general
==========================================*/

html {
	min-height: 101%;
}
* { 
	margin: 0; 
	padding: 0; }

a, a:visited {
	color: yellow;
	text-decoration: underline;
}
a:active, a:focus {
	outline: none;
}
a:hover {
	text-decoration: none;
}
a img {
	border: 0 none;
	border: 1px solid #ccc;
}
body { 
	background: #fff url("img/white-wave-over-light.png"); 
	font-family: Helvetica, Arial, sans-serif; 
	letter-spacing: -1px;
	font-size: 14pt; 
	color: #fff; 
	line-height: 1.2em; }

p img { 
	padding: 4px; 
	margin: 0 7px 2px 0; 
	border:none;}

img.centered { 
	display: block; 
	margin-left: auto; 
	margin-right: auto;}
	
img.alignright { 
	padding: 4px; 
	margin: 0 0 2px 7px; 
	display: inline;}
	
img.alignleft { 
	padding: 4px; 
	margin: 0 7px 2px 0; 
	display: inline;}

.right { 
	float: right;}
	
.left { 
	float: left;}

.clear{
	clear:both;}
	
blockquote{
	margin-left:1em;
	padding-left:1em;
	padding-top:2em;
	border-left:2px solid #666;
	color:#666;}
	
code{ 
	display:block; 
	overflow:auto; 
	text-align:left; 
	margin: 10px 0; 
	padding: 5px 10px; }

#wrapper { 
	width: 800px; 
	margin: 0 auto;
 }
img#wpstats {
	height: 0;
	overflow: hidden;
	width: 0;
}

/* _boxes
==========================================*/


#content { 
	width: 800px; 
	margin-top: 0px;
 }
	
#content .post { 
	margin: 0px 10px 30px 10px; }

#box { 
	
}

#box-header { 
	background: #ff0000; }

#box-header h1 { 
	font-size: 28px; 
	color: #fff; 
	margin-top: 0; 
	padding: 10px}

#box-header h1 a, #box-header h1 a:visited, #box-header h1 a:link { 
	color: #ffffff; 
	text-decoration: none; }
	
#box-header h1 a:hover { 
	color: yellow; 
	text-decoration: none; }
	
#box-header p { 
	color: #fff;
		font-size: 46px;
		font-weight: bold; 
	padding: 0 10px 10px 10px; 
	line-height: 1em;
	letter-spacing: -1px;
	}
#box-feed { 
	background: #111; }
	
#box-feed p { 
	font-size: 12px; 
	color: #f2f2f2; 
	text-align: center; 
	padding-bottom: 10px; }
	
#box-feed a, #box-feed a:link { 
	color: #fff; 
	text-decoration: none; }
	
#box-feed a:hover { 
	color: yellow; }

#box-feed form { 
	text-align: center; 
	margin-bottom: 1px; }
	
#box-feed input { 
	padding: 5px; 
	background: #222; 
	border: 0; 
	width: 200px; 
	color: #f2f2f2; 
	text-align: center; }
	
#box-feed input:focus { 
	color: yellow; }

#box-pages { 
	background: #363636;
	text-align: center; }
	
#box-pages h3 { 
	text-align: center; 
	background: #363636; 
	padding: 0 10px; 
	line-height: 2em; 
	height: 1.5em; 
	font-size: 28px; 
	font-weight: normal; 
	color: #7c7c7c; 
	border: none; 
	border-bottom: 3px solid #111; }
	
#box-pages h3:hover { 
	color: yellow; }
	
#box-pages a, #box-pages a:link { 
	color: #f2f2f2; 
	text-decoration: none; }
	
#box-pages a:hover { 
	color: #363636;
	background:#fff;
	display:block; }
	
#box-pages ul li { 
	text-align: center; 
	list-style-type: none;
	background:#363636;
	line-height:1.5em;
	height:1.5em; }

.box-sidebar { 
	}
	
.box-sidebar ul { 
		}
		
.box-sidebar ul li { 
	margin: 0 0 5px 5px; 
	text-align: center; 
	list-style-type: none; }
	
.box-sidebar ul li a { 
	color: #fff; 
	text-decoration: none; }

.box-sidebar ul li a:hover{
	color: yellow;}
	
.box-sidebar ul li span { 
	margin-left: 5px; }
	
	
#box-footer { 
		margin-top: 20px; }

	
#box-footer p { 
	font-size: 14px; 
	color: #fff; 
	text-align: center; 
	padding-top: 5px; 
	letter-spacing:normal;}

#box-footer a, #box-footer a:link { 
	color: #fff !important; }
	
#box-footer a:hover { 
	color: yellow; }


/* _headlines
==========================================*/
	
h2 a { 
	font-size: 24px; 
	color: #fff; 
	font-weight: bold; 
	text-decoration: none; 
	line-height: 24px; }
	
h2 a:hover { 
	color: yellow; }	

h1, h2, h3 { 
	text-align: left; 
	background:#ff0000; 
	padding: 0 10px; 
	line-height: 2em;
	font-size: 24px; 
	font-weight: bold; 
	color: #fff; 
	 }

h3.newestpost{
	border-top:none;}
	
h3:hover { 
	cursor: pointer;
	color: yellow; }

/*
.arrow{
	width:30px;
	height:30px;
	display:inline;
	
	background: url(img/arrow.gif)no-repeat 0 0}
.arrow:hover{
	width:30px;
	height:30px;
	display:inline;
	background-position:0 -25px}
*/

	
/* _content
==========================================*/

.top-meta{
	width:100%;
	clear:both;}
	
#content .postmeta, .postmeta-bottom { margin: 6px 0 ; font-size: 11px; color: #fff; }
#content .postmeta a, .postmeta a:link{ color: #fff; text-decoration: underline; }
#content .postmeta a:hover{ color: #f4f4f4; text-decoration: none; }

#content .postmeta-bottom { margin: 6px 0 ; font-size: 11px; color: #f4f4f4; border-top:1px solid #666; }
#content .postmeta-bottom a, .postmeta-bottom a:link{ color: #fff; text-decoration: underline; }
#content .postmeta-bottom a:hover{ color: #ccc; text-decoration: none; }


#content .date { height: 53px; width: 51px; font-size: 20px; color: #6c94c2; text-align: center; padding: 0 1px 0 0; line-height: 100%; float: left; background: url(img/calendar.gif) no-repeat; }
#content .date span { height: 21px; display: block; font-size: 11px; color: #fff; text-align: center; padding-top: 2px; }
#content .title { float: left; margin: 0 0 10px 10px; width: 490px; }
#content .post ul { margin-left: 20px !important; margin-bottom: 15px; }
#content .post ul li { list-style-type: disc !important; }

#content .post ol { margin-left: 20px !important; margin-bottom: 15px; }
#content .post ol li { }

#content p { margin-bottom: 1.5em; 
}

#content p a { color: yellow; text-decoration: underline; }
#content p a:hover { text-decoration: none; } 
	
#content small { margin: 0 auto; text-align: center; display: block; border-top: 3px solid #333; border-bottom: 1px solid #333; font-size: 11px; color: #999; }

#content .notes { text-align: center; color: #ccc; padding: 10px 20px; font-size: 14px; font-weight: bold; }

#content .nextprevious { height: 40px; display: block; padding: 20px; } 
#content .nextprevious a { color: #666; text-decoration: none; font-size: 10px; }   
#content .nextprevious .left { float: left; }
#content .nextprevious .right { float: right; }


/* _comments
==========================================*/


.commentpage { margin: 0 30px; padding: 0; }

#comments { margin: 0; padding: 0; }

.comments-num { padding: 0 0 10px 0; }

#commentlist { margin: 0; padding: 0; list-style-type: none; }
#commentlist li { padding: 10px 20px; background: #fff; }
.alt { background-color: #acc7e6 !important; background-image: none !important; }

.comment-title, .comment-meta, .comment-text { margin: 0 0 0 80px; }
.comment-title, .comment-title a, .comment-title a:focus{ color: #666; }
.comment-meta, .comment-meta a, .comment-meta a:focus { color: #333; }

h2.postcomment { margin: 40px 0 0 0; font-size: 20px; font-weight: normal; }

.postcomment { clear: both; margin: 20px 0 0 0; padding: 20px; }

.postcomment input, .postcomment textarea { border: 1px solid #aaa; background: #fff; }
.postcomment input:focus, .postcomment textarea:focus { border: 1px solid #ccc; }
.postcomment input#author, .postcomment input#email, .postcomment input#url { width: 100% !important; width: 456px; /* IE hack */ height: 18px; }

.postcomment textarea#comment { width: 100% !important; width: 456px; /* IE hack */ height: 200px; }

.postcomment input#submit { width: auto; height: 25px; padding: 2px 10px 3px 10px; background: #fff; }
.postcomment input#submit:hover { background: #f4f4f4; cursor: pointer;}	


/* _footer
==========================================*/

#sidebar #footer { 
	padding: 7px 0; 
	font-size: 10px; }
	
#sidebar #footer p { 
	margin-bottom: 5px; 
	color: #757575; }
	
#sidebar #footer a { 
	color: #757575; }
	
#sidebar #footer a:hover { 
	text-decoration: none; 
	color: #757575; }

	
/* _search
==========================================*/

.searchdiv{
	border-bottom:1px dashed #666;
	text-align: center; 
	color: #ccc; 
	padding: 10px 20px; 
	font-size: 14px; 
	font-weight: bold;}

/* _pagination
==========================================*/

div.pagination {
	padding:3px;
	margin:3px;
	text-align:center;
}

div.pagination a {
	padding: 2px 5px;
	margin-right: 2px;
	border: 1px solid #ddd;	
	text-decoration: none; 
	color: #aaa;
}
div.pagination a:hover, div.pagination a:active {
	padding: 2px 5px;
	margin-right: 2px;
	border: 1px solid #a0a0a0;
}
div.pagination span.current {
	padding: 2px 5px;
	margin-right: 2px;
	border: 1px solid #e0e0e0;
	font-weight: bold;
	background-color: #f0f0f0;
	color: #aaa;
}
div.pagination span.disabled {
	padding: 2px 5px;
	margin-right: 2px;
	border: 1px solid #f3f3f3;
	color: #ccc;
}

/* footer widgets */

.footer-widgets ul {
	width: 180px;
	float: left;

	}
div.footer-widgets {
	
	overflow: hidden;
}
div.footer-widgets ul li h3 {
	background: transparent;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}
.footer-widgets ul {
	list-style: none;
	padding: 10px;
}

.footer-widgets ul li {
	font-size: 14px;
}
.footer-widgets ul li div.textwidget {
	padding-left: 10px;
}
li#lastfm-1 h3 a {
	color: #fff;
}
.slider {
	position: relative;
	z-index: 99999999999;
}
div#post-499 object {
	z-index: -1;
}