/*
Theme Name: Twenty Ten
Theme URI: http://wordpress.org/
Description: The 2010 theme for WordPress is stylish, customizable, simple, and readable -- make it yours with a custom menu, header image, and background. Twenty Ten supports six widgetized areas (two in the sidebar, four in the footer) and featured images (thumbnails for gallery posts and custom header images for posts and pages). It includes stylesheets for print and the admin Visual Editor, special styles for posts in the "Asides" and "Gallery" categories, and has an optional one-column page template that removes the sidebar.
Author: the WordPress team
Version: 1.1
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
a img {
	border: none;
}
/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url,
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text,
input[type=submit] {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}
/* =My CSS
-------------------------------------------------------------- */
body {padding: 40px; margin: 0; border-top: 6px solid #000; font: Arial, Helvetica, sans-serif 13px; color: #000}
#content {width: 600px; float: left}
#leftSide {width: 128px; float: left; margin: 0 50px 0 0}
h1 {float: right; clear: none; padding: 24px 0 66px 0}
h2 {font-size: 14px; font-weight: bold; margin: 7px 0 0 0; padding: 0; line-height: 1.5em}
#wrapper {margin: 0 auto; width: 780px}
#footer {font-size: 13px; color: #fff; margin-top: 40px; padding: 10px; clear: both; background-color: #000; line-height: 1em}
.entry-content div {width: 280px; float: left; margin: 0 0 40px 0; clear: both}
.entry-content div.even {margin: 0 0 40px 40px; clear: none}
#me {float: right; margin-bottom: 40px}
#me a {width: 58px; height: 85px; background: url(/images/me.gif) right top no-repeat; display: block; text-indent: -9999px; overflow: hidden}
#me a:hover, .error404 #me a {background: url(/images/me.gif) right -90px no-repeat}
/* =Navigation
-------------------------------------------------------------- */
#navigation	{
	width: 128px;
	padding: 0;
	margin: 0;
	float: left;
	}
#navigation ul	{
	width: 128px;
	background: url(/images/nav.gif) left 2px no-repeat;
	margin: 0;
	padding: 0;
	float: left
	}
	
#navigation ul li	{
    width: 128px;
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
	clear: both;
	}
	
#navigation ul li, #navigation a	{
	height: 16px;
	display: block;
	margin-bottom: 12px;
	}
#navigation ul li a	{
    text-indent: -9999px;
	text-decoration: none;
	overflow: hidden
	}
	
#n1, #n2, #n3, #n4 , #n5, #n6, #n7 {left: 0; width: 128px}
#navigation ul li#n4, #navigation li#n4 a {margin-bottom: 40px}
#n1 a:hover, .page-id-4 #n1 {background: transparent url(/images/nav.gif) -132px 2px no-repeat}
#n2 a:hover, .page-id-8 #n2 {background: transparent url(/images/nav.gif) -132px -26px no-repeat}
#n3 a:hover, .page-id-10 #n3 {background: transparent url(/images/nav.gif) -132px -54px no-repeat}
#n4 a:hover, .page-id-158 #n4 {background: transparent url(/images/nav.gif) -132px -82px no-repeat}
#n5 a:hover {background: transparent url(/images/nav.gif) -132px -138px no-repeat}
#n6 a:hover {background: transparent url(/images/nav.gif) -132px -166px no-repeat}
#n7 a:hover {background: transparent url(/images/nav.gif) -132px -194px no-repeat}
/* Text elements */
p {
	margin-bottom: 13px;
	font-size: 13px;
	line-height: 21px
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	padding: 5px;
	width: 300px;
	font-size: 13px
}

textarea {margin-bottom: 0}

a {outline: none}
a:link {
	color: #666;
	text-decoration: underline;
	border: none;
	outline: none;
	font-weight: bold 
	
}
a:visited {
	color: #666;
}
a:active,
a:hover {
	color: #666;
	text-decoration: none
}
/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}
/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */
pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}
/* =Print Style
-------------------------------------------------------------- */
@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}