/*
Theme Name: Small Towns
Template: twentyten 
Theme URI: http://localhost/wordpress/
Description: Adaptation of the 2010 default theme for WordPress.
Author: theImmers
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu
*/
@import url("../twentyten/style.css");

.full-width #content {
	margin-right: 20px;
}

#access .menu-header,
div.menu,
#colophon,
#branding,
#main,
#wrapper {
	margin: 0 auto;
	width: 960px;
}

/* Site Title */
#site-title {
	float: left;
	font-size: 30px;
	line-height: 36px;
	margin: 0 0 18px 0;
	width: 700px;
}
#site-title a {
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

/* background is the page background color chosen from the Kuler scheme Test 1 Blue */  
body {
	background: #20107a;
}


/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: Verdana, Geneva, sans-serif;
	}
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text {
	font-family: Georgia, "Times New Roman", Times, serif;
}
input[type=submit] {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}


/* Post Title */
.entry-title a:link,
.entry-title a:visited {
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #003;
	text-decoration: none;
}
/* Post Title Hover Color */
.entry-title a:active,
.entry-title a:hover {
	color: #ff4b33;
}
/* Headings */
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #000;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height: 1.5em;
	margin: 0 0 20px 0;
}

/* sidebar*/
/* border color from Kuler scheme Test 1 Blue */

#container {
	float: left;
	margin: 0 -220px 0 0;
	width: 100%;
}
#content {
	margin: 0 260px 0 20px;
	font-size:14px;
}

#primary,
#secondary {
	float: right;
	overflow: hidden;
	width: 200px;
	background-color: #FCFCF6;
	padding-left: 10px;
	border: solid 3px #2369e8;
}



.widget-title {
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
	color #006; 
}


#branding img {
	border-top: 4px solid #000;
	border-bottom: 1px solid #000;
	display: block;
	clear:both;
	float: none;
	margin-left: auto;
	margin-right: auto;
}

/* Page properties */
#wrapper {
	background: #FCFCF6;
	margin-top: 20px;
	padding: 0 20px;
	border: solid 5px #546065;
}

/* navigation bar */
#access {
	background: #000;
	display: block;
	float: left;
	margin: 0 auto;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

/* Navigation Bar text properties */

#access .menu-header,
div.menu {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 13px;
	margin-left: 12px;
	width: 928px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#access a {
	color: #aaa;
	display: block;
	line-height: 38px;
	padding: 0 10px;
	text-decoration: none;
}

/* Footer Properties */

#colophon {
	border-top: 4px solid #03F;
	border-right: 4px solid #03f;
	border-bottom: 4px solid #03f;
	border-left: 4px solid #03f;
	margin-top: -4px;
	overflow: hidden;
	padding: 18px 20px;
	background-color:#BED9E4;
	width: 910px;
}
#site-info {
	float: left;
	width: 480px;
	/*font-size: 9pt;*/
	font-family: Georgia, "Bitstream Charter", serif;
	font-style: italic;
	font-weight:normal;
	
	color: #666;
	font-size: 12px;
	line-height: 18px;
}
#site-info a {
	color: #000;
	text-decoration: none;
}