/*
Template: Organic Impression
Author: Darren Hester, www.designsbydarren.com
Released: 03-20-10
License: Creative Commons Attribution-Noncommercial 3.0

Please visit www.designsbydarren.com/license/ for
details regarding license and terms of use - Thanks!

Modified for Nucleus CMS by Crowe
*/

/*====================================================
|                 General Styles                     |
====================================================*/

body {
	font: 14px/1.6 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
	background: #93806A url('images/bg.jpg') top center no-repeat;
	color: #4E4740;
}

a:link, a:visited, a:active  {
    text-decoration: none;
    color: #197B30;
}

a:hover {
    text-decoration: underline;
    color: #197B30;
}

h1, h2, h3, h4, h5, h6 {
	color:#82400F;
	margin-bottom: 5px;
}

h1 { font-size: 20px; }
h2 { font-size: 18px; }
h3 { font-size: 17px; }
h4 { font-size: 16px; }
h5 { font-size: 14px; }


p { margin-bottom: 15px; }

ul {
	margin: 0 0 15px 0;
	padding: 0;
	list-style-type: square;
}

li {
	margin-left: 20px;
}

/*====================================================
|                       Header                       |
====================================================*/

#header_outside {
	background: transparent;
	margin: 0;
	padding: 0;
}

#header_inside {
	background: transparent;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	width: 960px;
}

#header_left {
	width: 545px;
	height: 100px;
	padding: 20px 0;
	display: inline;
	float: left;
	position: relative;
	margin-left: 20px;
	margin-right: 20px;
}

#header_left h1 {
	font-size: 30px;
	line-height:30px;
	margin: 32px 0 5px 0;
}

#header_left h2 {
	font-size: 14px;
	line-height:14px;
	margin: 0;
	letter-spacing: 0.04em;
	color:#82400F;
}

#header_left a:link, #header_left a:visited, #header_left a:active {
    text-decoration: none;
    color: #330000;
}

#header_left a:hover {
    text-decoration: underline;
    color: #330000;
}

header-right {
	width: 335px;
	height: 100px;
	padding: 20px 20px;
	display: inline;
	float: left;
	position: relative;
}


/*====================================================
|                       menu bar                     |
====================================================*/

#menu {
	background: transparent;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	width: 960px; 
}

#menu ul {
	padding-left: 0;
	margin: 0;
	background: transparent;
	color: #666;
	float: left;
	width: 100%;
	font-size: 17px;
}

#menu ul li { display: inline; }

#menu ul li a {
	padding: 0.4em 1.2em;
	background: #D8CABA url('images/tab.jpg') 0 -90px repeat-x;
	color: #197B30;
	text-decoration: none;
	float: left;
	margin-right: 6px; 
	border-top: 1px solid #E7DACC;
}

#menu ul li a:hover {
	background: #DED1C1 url('images/tab.jpg') 0 -45px repeat-x;
	color: #197B30;
	border-top: 1px solid #F1E7DB;
}

#menu ul li a#current {
	background: #E4E7DF url('images/tab.jpg') 0 0 repeat-x;
	color: #330000;
	border-top: 1px solid #ffffff;	
}


/*====================================================
|                       Content                      |
====================================================*/

#content_outside {
	background: transparent;
	margin: 0;
	padding: 0;
}

#content_inside {
	background: #E4E7DF url('images/sidebar.jpg') 0 0 repeat-y;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	width: 960px;
}

#left_column {
	width: 645px;
	padding: 20px 0 20px 0;
	display: inline;
	float: left;
	position: relative;
	margin-left: 20px;
	margin-right: 20px;
}

#right_column {
	width: 235px;
	padding: 20px 20px;
	display: inline;
	float: left;
	position: relative; 
	font-size: 12px;
}

.post {
    border-bottom:2px dotted #C1C1B5;
	margin-bottom: 10px;
}

.post img {
	display:block;
	float: right;
	padding: 4px;
	background: #FFFFFF;
	margin: 5px 0 10px 20px;
	border: 1px solid #CACABA;
}


/*====================================================
|                       Footer                       |
====================================================*/

#footer_outside {
	background: transparent url('images/footer.jpg') top center no-repeat;
	margin: 0;
	padding: 0;
}

#footer_inside {
	background: transparent;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
	width: 920px;
}

#footer_inside a:link, #footer_inside a:visited, #footer_inside a:active {
    text-decoration: none;
    color: #B2C59A;
}

#footer_inside a:hover {
    text-decoration: underline;
    color: #B2C59A;
}

#footer_inside p {
	text-align: center;
	color: #C8BDB2;
}


/*====================================================
|                       Other                        |
====================================================*/

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.thumbnail_left {
  float:left;
  margin-right:10px;
  margin-bottom:5px;
  border:0px;
}

.thumbnail_right {
  float:right;
  margin-left:10px;
  margin-bottom:5px;
  border:0px;
}

.searchform .formfield{
	width: 110px;
	font-size:10px;
    font-family: Verdana, Arial, Tahoma, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 0;
	margin: 0 2px 2px 0;
	background-color:#FCFCFC; border:1px solid #DEDDDD; color:#4a4a4a;
}

.formbutton {
	margin:0px;
	padding-left:2px;
	padding-right:2px;
	font-size:10px;
	font-family:Verdana;
	background-color:#C7C7C7;
	border:1px solid #A1A1A1;
	color:#353535;
}

.formbutton:hover {
	background-color:#DDDDDD;
	border:1px solid #c5c5c5;
	color:#000000;
}

.formfield {
	font-size:10px;
	font-family:Verdana;
	background-color:#FCFCFC;
	border:1px solid #DEDDDD;
	color:#4a4a4a;
	margin:1px;
}

.formfield:focus {
	background-color:#ffffff;
	border:1px solid #000000;
}

#nucleus_lf_pwd {
	width:100px;
	font-size:10px;
	margin:2px;
}

#nucleus_lf_name {
	width:100px;
	font-size:10px;
	margin:2px;
}

#nucleus_lf_shared {
	margin:2px;
}

#nucleus_cf_body {
	font-size:12px;
	width:300px;
}

.mailform {
	font-size:11px;
	font-family:Verdana;
	padding:1px;
}

.loginform {
	padding:3px;
}

.error {
	color: red;
	font-weight: bold;
}

.pageswitch {
	text-align:center;
	margin-top:0px;margin-bottom:15px;
	padding:4px;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #666666;
}

.date p {
  margin-top:0px;margin-bottom:25px;
  padding:4px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  color: #666666;
}

/*====================================================
|                       Calendar                     |
====================================================*/

.calendar table, th, td{
	padding: 0px 3px 0px 3px;
	text-align: center;
}


