/*
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.35;
}
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;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}


body{
	background: url( ../images/pattern.gif );
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
}

#wrapper{
	width: 860px;
	padding: 20px 20px 0px 20px;	
	margin: 0 auto;
	background-color: #fff;
}

#masthead{

}
h1{
	margin-top: 30px;
	font-size: 19px;
	color: #ff9933;	
	font-family: Georgia, "Times New Roman", Times, serif;
}

h2, h3{
	font-size: 14px;
	font-weight: bold;
color: #888888 !important;	
}
h2{  }
h3, h3 a{ 	color: #FF9933 !important; margin-bottom: 15px; }

p{ line-height: 1.2; margin-bottom: 15px;}


#content{
	padding: 0px 140px;
}
#footer{
	position: relative;
	background-image: url( ../images/small-logo.gif );
	background-repeat: no-repeat;
	background-position: 10px 10px;	
	padding: 13px 15px 15px 70px;;
	color: #fff;
	margin-top: 20px;
	background-color: #80a3b7;
	font-size: 14px;
	height: 40px;
}

#shareon{
	position: absolute;
	right: 0px;
	top: -50px;
	color: #FF9933;
	font-style: italic;
	font-weight: bold;
}

#shareon img{
position:relative;
top:6px;
}
#footer a{
	text-decoration:none;
	color: #fff;
}

#footerText{
	float: left;
	text-align: left;
}

b{ font-size: 14px; }
#footerMenu{
	float: right;
	width: 250px;	
}

#footerMenu li{
	font-family: Georgia, "Times New Roman", Times, serif;
	float: left;
	margin-left: 10px;
	font-size: 16px;
	text-transform: uppercase;
}

.entry ul{
	margin-top: 15px;
}
.clear{
	clear: both;
}
#homelink{
	float: right;
font-family: Georgia, "Times New Roman", Times, serif;
	margin-left: 10px;
	font-size: 16px;
	padding-right: 10px;
	text-transform: uppercase;	
}

a{ text-decoration: underline; color: #999 }
a:hover{ text-decoration: underline; }
