/*  
Theme Name: News Flash
Theme URI: http://www.freewpthemes.net/preview/newsflash/
Description: Widget ready and tested on WP2.3.1.
Version: 2.0
Author: Free WordPress Themes
Author URI: http://www.freewpthemes.net/
*/
html {overflow: scroll;}
* {
	margin: 0;
	padding: 0;
}
body {
	margin: 5px 0;
	background-image:url(/wp-content/themes/newsflash/images/bkrnd.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color: #dad8ac;
}
body, th, td, input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
}
form {
}
fieldset {
}
input, textarea {
	font-weight: bold;
}
.text {
	padding: 2px 5px;
	background: #F8FAEB;
	border-top: 1px solid #4D5719;
	border-left: 1px solid #4D5719;
	border-right: 1px solid #D6E48E;
	border-bottom: 1px solid #D6E48E;
}
.button {
	background: #065209;
	border-top: 1px solid #D6E48E;
	border-left: 1px solid #D6E48E;
	border-right: 1px solid #4D5719;
	border-bottom: 1px solid #4D5719;
	color: #FFFFFF;
}
h1, h2, h3 {
	margin-top: 1.1em;
	c
}
h1 {
	letter-spacing: -.075em;
	font-size: 3em;
}
h2 {
	letter-spacing: -.05em;
	font-size: 1.8em;
	font-weight: normal;
	color: #065209;
	padding-left: 8px;
}
h3 {
	font-size: 1em;
}
p, ul, ol {
	margin-top: 1.5em;
	line-height: 1.8em;
	font-size: 1.1em;
}
ul, ol {
	margin-left: 3em;
}
blockquote {
	margin-left: 3em;
	margin-right: 3em;
}
a {
	text-decoration: none;
	
	color: #065209;
}
a:hover {
	border: none;
	color: #999999;
}
h1 a, h2 a, h3 a {
	border: none;
	text-decoration: none;
	color: #626456;
}
h1 a:hover, h2 a:hover, h3 a:hover {
	background: none;
	border-bottom: 1px dotted #065209;
	color: #065209;
}
hr {
	display: none;
}
/* Wrapper */

#wrapper {
}
/* Header */

#tophead {
	width: 982px;
	background-image: url(images/header.gif);
	background-position:top;
	background-repeat:no-repeat;
	height: 158px;
	margin: 0 auto;
	vertical-align:bottom;
}
#header {
	width: 976px;
	height: 35px;
	margin: 0 auto;
	vertical-align:bottom;
	margin-top:-36px;
}
#menu {
	float: left;
	padding-left: 10px;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
	vertical-align:bottom;
}
#menu li {
	float: left;
}
#menu a {
	display: block;
	float: left;
	height: 25px;
	margin-right: 3px;
	padding: 10px 12px 0 10px;
	background: #e3e5e4;
	text-decoration: none;
	font-size: 1em;
	font-weight: bold;
	color: #333333;
}
#menu a:hover {
	background: #065209;
	color: #FFF;
}
#menu .current_page_item a {
	background: #065209 url(images/img01.gif) no-repeat;
	color: #FFFFFF;
}
#search {
	float: right;
	width: 120px;
	padding-top: 7px;
}
#search fieldset {
	border: none;
}
#search #s {
	width: 90px;
}
#search #x {
	width: 70px;
}
/* Logo */

#logo {
	width: 980px;
	margin: 0 auto;
	background-color: #065209;
	border-top: 5px solid #065209;
	/* border-bottom: 1px solid #065209; */
	border-left: 1px solid #065209;
	border-right: 1px solid #065209;
	height:3px;
}
#logo h1, #logo h2 {
	float: left;
	margin: 0;
	padding: 0;
}
#logo h1 {
	padding: 30px 5px 0 20px;
}
#logo h2 {
	padding: 45px 0 0 0;
	font-style: italic;
}
#logo p {
	clear: left;
	margin: 0;
	padding: 0 0 0 20px;
	line-height: normal;
	font-size: 1.2em;
	font-weight: bold;
	color: #C2C5B1;
}
/* Page */

#page {
	width: 980px;
	margin: 0 auto;
	padding: 20px 0;
	background-color: #EAEAEA;
	border: 1px solid #065209;
	border-top: none;
}
#page p{
	
}
/* Content */

#content {
	float: right;
	width: 765px;
	padding-left: 10px;
	padding-right: 10px;
	
}
#content2 {
	float: left;
	width: 958px;
	padding-left: 10px;
	padding-right: 10px;
	
}
#content.widecolumn {
	width: 760px;
}
#narrowcolumn {
	width: 380px;
	float:left;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	display:inline-block;
	padding: 5px;
}
.post {
	background-color: #fff;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	margin:0;
	

}
.post p{
	margin:8px;

}
.post img{
	margin:3px;
	
}
.post .title, .pagetitle {
	margin: 0;
	font-weight: normal;
	color:#FFFFFF;
	text-transform:capitalize;
}

.post h1.title {
	margin: auto;
	font-size: 1.3em;
	font-weight:bold;
	letter-spacing: .1em;
	background-image:url(images/h1_title_bk.gif);
	background-repeat:repeat-x;
	background-position:left;
	line-height:38px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding-left: 15px;
	vertical-align:middle;
}
.post h1.title a {
	color:#FFFFFF;
	
	padding-top: 8px;
}
.post h1.title a:hover {
	color:#F0F0F0;
}

.post .entry {
	padding-bottom: 30px;
margin-top: 0;
margin-right: auto;
margin-bottom: 0;
margin-left: auto;
	
}
.post .meta {
	margin: 0;
	text-transform: uppercase;
	font-size: .8em;
	font-weight: bold;
	color: #CFCFCF;
	padding-left: 10px;
}
.post .meta a {
	color: #CFCFCF;
}
.post .links {
	margin: 0;
	padding-left: 10px;
}
.post .tags {
	margin: 0;
	text-transform: uppercase;
	font-size: .8em;
	font-weight: bold;
	background: url(images/img04.gif) repeat-x;
	padding-left: 10px;
}
.post .links a, .post .tags a {
	border: none;
	
}
.navigation {
	height: 50px;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
/* Comments */

.commentlist {
	font-size: .9em;
}
.commentlist li {
	margin-bottom: 1.5em;
}
/* Recent Posts */

#recent-posts {
}
#recent-posts h3 {
	margin: 0;
}
#recent-posts p {
	margin: 0 0 1.5em 0;
	font-size: .9em;
}
/* Sidebars */
.widgettitle {
	margin: auto;
	font-size: 1.1em;
	font-weight:bold;
	letter-spacing: .1em;
	background-image:url(images/h1_title_bk.gif);
	background-repeat:repeat-x;
	background-position:left;
	line-height:38px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding-left: 15px;
	vertical-align:middle;
	color:#FFFFFF;
}
.pagetitle {
	margin: auto;
	font-size: 1.1em;
	font-weight:bold;
	letter-spacing: .1em;
	background-repeat:repeat-x;
	background-position:left;
	line-height:38px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding-left: 15px;
	vertical-align:middle;
	color:#000;
}
.sidebar {
	float: left;
	background: url(images/img03.gif) repeat-y;
	margin-left: 10px;
	
}
.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	
}
.sidebar li {
	margin-bottom: 2em;
}
.sidebar li ul {
}
.sidebar li li {
	margin: 0;
}
.sidebar li h2 {
	margin: 0 0 1em 0;
}
#sidebar1 {
	width: 300px;
	padding: 25px 10px 0 11px;
}
#sidebar2 {
	width: 175px;
	background-color:#FFFFFF;
	padding-bottom: 20px;
	
}
#sidebar2 li ul {
	line-height: normal;
	background: url(images/img04.gif) repeat-x;
}
#sidebar2 li li {
	padding: 5px;
	background: url(images/img04.gif) repeat-x left bottom;
	font-size: .8em;
}
#sidebar2 li a {
	border: none;
	padding-left:5px;
}
/* Calendar */

#calendar {
}
#calendar caption {
	font-weight: bold;
}
#calendar table {
	width: 100%;
	text-align: center;
	border-collapse: collapse;
}
#calendar thead th {
	background: #CCCCCC;
	color: #FFFFFF;
}
#calendar tbody td {
	background: #EEEEEE;
}
#calendar #today {
	background: #065209;
	font-weight: bold;
	color: #FFFFFF;
}
#calendar a {
	font-weight: bold;
}
#calendar #prev {
	text-align: left;
}
#calendar #next {
	text-align: right;
}
/* Footer */

#footer {
	text-align: center;
	font-size: .8em;
	background-color: #EAEAEA;
	width: 980px;
	margin:auto;
	margin-top: -20px;
	border-left: 1px solid #065209;
	border-right: 1px solid #065209;
	border-bottom: 1px solid #065209;
}

#widgetFoot{
	float: left;
	width: 960px;
	padding: 15px 12px 20px 11px;
	margin-left: -10px;
	
}
.clr { clear: both; }

:-moz-any-link:focus {
  outline: none;
}
a {
   outline: none;
}