/*
Theme Name: Twenty Ten
Theme URI: http://wordpress.org/
Description: The 2010 default theme for WordPress.
Author: the WordPress team
Version: 0.7
Tags: black, blue, white, two-columns, fixed-width, custom-header, theme-options, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style
*/

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 1.6em;
	color: #444;
	margin: 0;
	padding: 0;
	background: #eee;
}

table {
	width: 80%;
}

a {
	color: #AE1C21;
	text-decoration: none;
	outline: none;
}

a img { border: none; }

a:hover { color: #000; }

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 5px 0;
	padding: 0;
	font-weight: normal;
	line-height: 1.1em;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light","Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	color: #000;
}

h5 { font-size: 14px; }
h4 { font-size: 16px; }
h3 { font-size: 20px; }
h2 { font-size: 26px; margin-bottom: 0px; }
h1 { font-size: 26px; margin-bottom: 0px; }

p, ul, table {
	margin: 0 0 20px 0;
	padding: 0;
}

table {
	width: 100%;
	border-collapse: collapse;
}

table td {
	border: 1px solid #ddd;
	padding: 2px 8px;
}

hr { display: none; }

ul {
	padding: 0 0 0 30px;
}

form {
	margin: 0;
	padding: 0;
}

input.text, textarea {
	padding: 2px;
	width: 60%;
	color: #555;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
}

/*
 * Helpers
 */
ul.nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.nav li {
	float: left;
	margin: 0;
	padding: 0;
}

.break { clear: both; }

.floatRight {
	float: right;
	margin: 5px 0 10px 20px;

}

.floatRight, .floatLeft {
	border: 1px solid #ddd;
	padding: 3px;	
}

.floatRight img, .floatLeft img { display: block; }

.floatLeft {
	float: left;
	margin: 5px 20px 10px 0;
}

.center { text-align: center; margin-bottom: 20px;}

blockquote {
	background: #eee;
	padding: 20px 40px 1px 40px;
	line-height: 1.4em;
	color: #555;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
}

/*
 * Lists
 */
dl {
	width: 100%;
	margin: 0;
}

dt, dd {
	float: left;
	margin: 0;
	padding: 1px 0;
}

dt {
	width: 40%;
	clear: both;
}

dd {
	width: 60%;
}


/*
 * Structure stuff
 */
#wrapper {
	width: 720px;
	margin: 40px auto 0 auto;
	background: #fff;
}

#wrapper .spacer { padding: 40px 60px; }

#header h1 {
	display: block;
	background-image: url('images/headings.png');
	width: 276px;
	height: 47px;
	line-height: 47px;
	float: left;
	text-indent: -9999px;
}

#header h1 a { 
	display: block; 
	height: 47px;
}

#author {
	float: right;
	text-indent: -9999px;
	background-image: url('images/headings.png');
	background-position: 0 -47px;
	height: 11px;
	line-height: 11px;
	width: 86px;
	margin-top: 28px;
}

#author a { 
	display: block; 
	height: 11px;
}

#header {
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid #B2B2B2;
}

#bottom {
	border-top: 1px solid #B2B2B2;
	margin-top: -20px;
	padding-top: 40px;
	margin-bottom: 40px;
}

#footer {
	background: #9E191F;
/*	background: #000;*/
	letter-spacing: 0.03em;
	color: #fff;
	margin: 0 -60px -40px -60px;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light","Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
}

#footer p { margin: 0; }

#footer a { color: #fff; }
#footer a:hover { color: #000; }

#copyright {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light","Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	width: 660px;
	padding-left: 60px;
	margin: 20px auto 40px auto;
	font-size: 11px;
	color: #888;
}

#copyright a { color: #666; }
#copyright a:hover { color: #888; }


/*
 * Bottom content
 */
#searchform {
	width: 200px;
	float: right;
	text-align: right;
	font-size: 12px;
}

#searchform input.text { 
	width: 110px; 
	border: 1px solid #ccc;
	margin-right: 3px;
}

#nav-below {
	width: 400px;
	float: left;
	padding-top: 3px;
	font-size: 12px;
}

.nav-next, .nav-previous { float: left; }

.nav-next {
	border-left: 1px solid #ddd;
	padding-left: 5px;
	margin-left: 5px;
}

/*
 * Blog posts, etc.
 */
.post h2 a { color: #000; }
.post h2 a:hover { color: #AE1C21; }

.entry-meta { 
	font-size: 11px; 
	line-height: 1.3em; 
}

.entry-meta a { color: #666; }
.entry-meta a:hover { color: #000; }

.entry-content { margin-top: 10px; }
.post, body.page .entry-content { margin-bottom: 60px; }

.screenshot {
	display: block;
	margin: 0 auto;
}

.entry-utility {
	font-size: 11px;
	color: #777;
}

/*
 * About page
 */
body.page-id-449 .entry-content a {
	font-weight: bold;
}

/*
 * Other pages
 */
h1.page-type-title {
	font-size: 18px;
	margin-top: 40px;
	margin-bottom: 20px;
	color: #666;
}

body.category .post, body.search .post {
	margin-bottom: 20px;
}

body.category #bottom, body.search #bottom {
	margin-top: 40px;
}

.footnote {
	border-top: 1px solid #ccc;
	padding-top: 5px;
	font-size: 11px;
	line-height: 1.4em;
}


