﻿/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	background: #FFFFFF;
	font: normal .7em Tahoma, Arial, Helvetica, sans-serif;
	color: #5D413A;
}

form {
	margin: 0;
	padding: 0;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #BD4F21;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:  bold;
	color: white;
	background-color: red; 
	text-align:center;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #BD4F21;
}

ul {
	line-height: 160%;
}

ol {
	line-height: 160%;
}

blockquote {
	line-height: 160%;
}

p {
	line-height: 160%;
}

a {
	color: #7C8634;
}

a:hover {
	text-decoration: none;
	color: #BD4F21;
}

a:visited {
	background:white;color:green;
}
a:active {
	background:black;color:white
}

	
/* Boxed */

.boxed {
	width: 198px;
	margin: 0 0 10px 0;
	padding: 0;
	background: #E0E3C9;
	border: 1px solid #939A3C;
}

.boxed .heading {
	margin: 4px;
	padding: 8px 10px;
	background: #98A24D url(images/img3.gif) no-repeat center bottom;
	border-top: 1px solid #737947;
	border-bottom: 1px solid #F4F5EC;
	font: bold 1em Tahoma, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

.boxed .content {
	margin: 0;
	padding: 5px 14px 10px 14px;
}

.boxed ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

.boxed li {
	padding: 3px 0;
	border-top: 1px dotted #939A3C;
}

.boxed li.first {
	border: none;
}

.boxed a {
	padding-left: 10px;
	background: url(images/img4.gif) no-repeat left center;
	text-decoration: none;
}


.topping {
font-size:small;
font-weight:bold;
}

.tablesize {
	font-size:medium;
	font-weight:bold
}

.tablenobold {
	font-size:medium
}

.tablebanner {
	  background-color: green; 
	  color:red; 
	  font-size:1.5em;
	  text-align:center;
}


#center {
	text-align:center
}

/* Wrapper */

#wrapper {
	width: 100%;
	position:relative;
}

/* Sidebar */

#sidebar {
	position:absolute;
	width:200px;
	left:0px;
	top:0px;
}

#MainDescription {
 margin-left:205px;
}


/* Header */

#header {
	float: left;
	width: 198px;
	height: 148px;
	background: url(images/img1.jpg);
	border: 1px solid #939A3C;
}

#header h1 {
	margin: 0;
	padding: 43px 0 0 0;
	text-align: center;
	letter-spacing: -1px;
	font-size: 3em;
}

#header h2 {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 1.2em;
	font-style: italic;
}

#header a {
	text-decoration: none;
	color: #BD4F21;
}

/* Pages */

#pages {
margin-left:100px;
	width: 566px;
	height: 150px;
	background: url(images/img2.jpg);
	border: 1px solid #939A3C;
}

#pages h2 {
	display: none;
}

#pages ul {
	margin: 5px;
	padding: 63px 0 0 0;
	list-style: none;
	line-height: normal;
	
}

#pages li {
	display: inline;
	
}

#pages a {
	padding-left: .5em;
	padding-right: .5em;
	text-decoration: none;
	font: bold 1.2em Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	margin: 0;
	background:red;
	border-right: 1em solid yellow;
	border-bottom:thin lime;
}
 
#pages a:hover {
	text-decoration: underline;
	background: black;
}

/* phone */

#phone {float: left;
		width: 198px;
		height: auto;
		background:green;
		border: 1px solid #939A3C;
		margin-bottom:1px;
		margin-top:1px;
		border-spacing:0 1px;}
#phone h1 {
    color:White;
	text-align:center;	
}


/* Content */

#content {
	clear: both;
	padding-top: 10px;
}

/* Posts */

#posts {
 position:fixed;
 top:180px;
 left:320px;
 width: 550px;
}

.post {
	padding-top: 0;
}

.post .title {
	margin: 0;
	font-size: 2em;
}

.post .posted {
	margin-top: 0;
	font: normal .8em Tahoma, Arial, Helvetica, sans-serif;
	color: #999999;
}

.post .meta {
	margin: 2em 0 3em 0;
	border-top: 1px dotted #939A3C;
	font: normal .8em Tahoma, Arial, Helvetica, sans-serif;
	color: #999999;
}

.post .meta p {
	margin: 0;
}

/* Archives */

#archives {
	float: right;
	margin-right: 10px;
}

/* Search */

#search {
}

#search .content {
	padding-bottom: 12px;
}

#textfield1 {
	width: 156px;
	padding: 5px 5px;
	border: 1px solid #939A3C;
	font: bold 1em Tahoma, Arial, Helvetica, sans-serif;
	color: #939A3C;
}

#submit1 {
	display: none;
}

/* Footer */

#footer {
    clear:both;
	font: normal .8em Tahoma, Arial, Helvetica, sans-serif;
	color: #999999;
	text-align:center;
	bottom:auto
}

#footer a {
	color: #999999;
}