/*
Theme Name: The Mindnaked Studio Blog
Theme URI: http://blog.mindnaked.com
Description: The Mindnaked Studio Blog Theme
Author: _ken
Version: 1.0
Tags: 
*/

/* Reset */
html	{font-size:100%;}

a, abbr, acronym, address, blockquote, body, 
caption, cite, code, dd, div, dl, dt, em,
fieldset, font, form, h1, h2, h3, h4, h5, h6,
hr, html, iframe, img, label, legend, li,
object, ol, p, pre, q, s, samp, span, strike,
strong, sub, sup, table, tbody, td, tfoot, th,
thead, tr, ul, var							{margin:0; padding:0; border:0; outline:0; font-weight:inherit; font-style:inherit; font-family:inherit;}
										
body	{color:#fff; font-size:12px; font-family:Verdana, Arial, San-serif; background:#232323 url(images/stripe.jpg);}		

table	{border-collapse:separate; border-spacing:0;}
		
caption, th, td {text-align:left; font-weight:normal;}

ul	{padding-bottom:30px; padding-left:20px;}

/* Tyopgraphy */
strong	{font-weight:bold;}
p	{margin-bottom:20px; word-spacing:-2px;}

@font-face {
	font-family: 'LeagueGothicRegular';
	src: url('font/League_Gothic-webfont.eot');
	src: url('font/League_Gothic-webfont.woff') format('woff'), url('font/League_Gothic-webfont.ttf') format('truetype'), url('font/League_Gothic-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Links */
a	{text-decoration:none; color:#eee; text-transform:uppercase;}
a:link, a:visited	{text-transform:none; background-color:#666;}
a:hover, a:active	{text-transform:none; background-color:#fff; color:#000;}

#wrapper 	{min-width:1024px; max-width:1600px; overflow:hidden;}
#footer	{position:fixed; bottom:0; font-size:10px;}

.navigation	{width:100%; height:20px; background-color:#000; border-bottom:1px solid #fff; line-height:20px; font-size:11px;}
.navigation .next-posts	{float:right; width:50%; text-align:right;}
.navigation .prev-posts	{float:left; width:50%;}

#content	{clear:both; overflow:hidden; width:830px; position:absolute; right:0; top:200px;}
#date	{width:120px; border-bottom:5px solid #fff; float:left; padding-left:50px; font-size:10px; margin-left:100px; text-align:right; line-height:12px; font-weight:bold;}
#side	{width:100px; border-bottom:5px solid #fff; float:left; padding-top:220px; font-size:10px; font-weight:bold; clear:left; text-transform:uppercase;}
.hentry	{width:700px; border-left:10px solid #fff; float:left; padding:0 10px 10px 10px; background:url(images/entry_bg.png);}
h1#heading	{font-family:LeagueGothicRegular, Georgia, Times New Roman, Times, serif; font-size:70px; text-transform:uppercase;}
h1#heading a	{text-transform:uppercase; background:none;}
h1#heading a:hover, h1#heading a:active 	{background-color:#fff;}
em	{font-size:11px;}
.entry	{width:700px; font-size:14px; line-height:24px;}
.number	{color:red;}
.children	{background-color:#212121; list-style:none; margin:10px 0; padding-left:40px;}


#respond h2, h2#comments	{font-family:LeagueGothicRegular, Georgia, Times New Roman, Times, serif; font-size:30px; text-transform:uppercase; margin-bottom:10px;}
#commentform div	{margin-bottom:10px;}
#commentform input#author,
#commentform input#email,
#commentform input#url	{border:none; height:25px;}
#commentform input#comment	{border:none;}
.cancel-comment-reply	{margin:10px 0;}