/*
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;
	background-color: #c0c0c0;
	font-family: Georgia, "Bitstream Charter", serif;	
	font-size: 12px;
}
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;
}
.clear{
	clear: both;
	}

/* =Layout
-------------------------------------------------------------- */
#wrapper{
	width: 950px;
	margin: 0 auto;
	}
#header{
	background: url(images/headerbg.jpg);
	width: 950px;
	float: left;
	/* height: 131px; */
	}
	#fb_twitter_box{
	width: 950px;

	margin: 9px 0 0 0;
	border: 0px solid #ffffff;
	}
#header_rss{
	margin: 0px 0px 0 830px;
	border: 0px solid #000;
	padding: 0;
	display: block;
	width: 30px;
	height: 29px;
	float: left;
	}
	#header_twitter{
	margin: 0px 0px 0 10px;
	border: 0px solid #000;
	padding: 0;
	display: block;
	width: 30px;
	height: 29px;
	float: left;
	}
	#header_fb{
	margin: 0px 0px 0 10px;
	border: 0px solid #000;
	padding: 0;
	display: block;
	width: 30px;
	height: 29px;
	float: left;
	}
	.top_nav{
	margin: 55px 0px 0 0;
	width: 730px;

	border: 0px solid #fff;
	float: left;
	}
	.top_nav li{
	margin-left: 25px;
	border: 0px solid #fff;
	float: left;
	}
	.top_nav a{
	color: #fff;
	line-height: 38px;
	font-size: 15px;
	text-decoration: none;
	padding: 5px 12px;
	}
	.top_nav a:hover{
	background: #8b2936;
	border: 1px solid #6e1a16;
	}
	#top_search_box{
	margin: 55px 0px 0 0;
	padding: 0px;
	width: 220px;
	height: 38px;
	border: 0px solid #fff;
	float: left;

	}
	#s{
	padding: 1px 5px;
	margin: 8px 0px 0 20px;
	height: 18px;
	width: 150px;
	border: 0px solid #fff;
	background: transparent;
	line-height: 100%;
	float: left;
	font-size: 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 400;
	color: #444;
	}
	#searchsubmit{
	margin: 7px 0px 0 3px;
	background-color: transparent;
	border: 0px solid #fff;
	float: left;
	width: 28px;
	height: 26px;
	display: block;
	}



























