
body {
	padding-top: 25px;
	width: 995px;
	margin: 0 auto;	
	/* background-image: url(images/background.jpg); */
    background-color: #FFF;
	font: normal 13px "Trebuchet MS", Verdana, "Lucida Grande", Georgia, Sans-Serif;
	color: #333;
	line-height: 19px;
}

a {  
	border-bottom: 1px dotted transparent; 
}

a:link { 
	color: #eee; 
	text-decoration: none; 
	border-bottom-color: #336699; 
}

a:hover, a:active { 
	color: #bbb; 
	border-bottom: 1px solid #ad5b1e; 
}

h1, h2, h3 { 
	margin: 5px 0px 0px 15px; 
	*margin-left: 0px;
	padding: 0; 
	font-weight: bold;
	color: #652605;
}
	
h1 a, h2 a, h3 a {
	border-bottom-width: 0;
	font-weight: bold;
	color: #652605;
}

h1 { 
	font-size: 16px; 
	font-weight: bold;
	color: #652605;
}

h2 { 
	font-size: 16px; 
	font-weight: bold;
	color: #652605;
}

h3 { 
	font-size: 16px; 
	font-weight: bold;
	color: #652605;
}

ul, ol, blockquote, pre {
	color: #ccc;
	padding: 5px 5px 5px 10px;
	line-height: 1.8em;
}

ul {
	list-style-type: square;
}

blockquote, pre { 
	background-color: #444; 
	border-left:1px solid #FF9D02;
	border-right: 1px solid #FF9D02; 
}

#container {
	width: 990px;
	margin: 0 auto;
	background: url(images/containerBackground.png) repeat-y;
	padding: 0px;
}

#header { 
	width: 990px; 
	height: 149px;	 
	margin: 5px 0px 0px 0px;
	*margin-top: 0px !important;
	background: url(images/head1.jpg); 
}



#wrapper { 
	text-align: center;
}

#footer {
	clear:both;
	padding-top:20px;
	width:100%;
}

.lefty {
	float:left;
}

#header h1 {
	padding: 30px 0 0 20px;
	margin: 0px 0 0 5px;
	letter-spacing: 0.1em;
	font: normal 35px Agency FB, Sans-Serif, Trebuchet MS, Arial;
}

#header h1 a:hover, #header h1 a:active, #header h1 a {
	border-bottom-width: 0px;
	color: #f9f9f9;
	text-decoration: none;
}

#header p {
	font: normal 14px Script MT Bold, Verdana;
	padding: 0px;
	margin: 0px 0 0 30px;
	color: #C1C46B;
	letter-spacing: 0.1em;
}

#header #search {
	float: right;
	margin: 105px 5px 0px 0px;
	padding-top: 10px; 
}

.HeaderBorder {
	width: 990px;
	height: 5px;
	background-color: #5C3219;
	border: 0px #5C3219;
	margin-top: -5px;
	*margin-top: -8px;
}

#header #search input {
	padding: 2px;
	border: 1px solid #999999;
	background-color: #f5f5f5;
	margin:0px;
}

#header #search input:hover {
	background-color: #e5e5e5;
	border: 1px solid #777777;
}

.basictab {
	padding: 0px 0px 0 0px;
	margin: 0;
	font: 12px;
	list-style-type: none;
	text-align: right;
}

.basictab li {
	display: inline;
	margin: 0px;
}

.basictab li a {
	text-decoration: none;
	padding: 3px 7px;
	margin-right: 5px;
	border: 1px solid gray;
	border-bottom: none;
	background-color: #A24005;
	color: #fff;
	font: normal 12px "Trebuchet MS", Verdana, "Lucida Grande", Georgia, Sans-Serif;
}

.basictab li a:visited {
	color: #eee;
}

.basictab li a:hover {
	background-color: #DBFF6C;
	color: black;
}

.basictab li a:active {
	color: black;
}

.basictab li.selected a { 
	position: relative;
	top: 1px;
	padding-top: 4px;
	background-color: #FE1371;
	color: black;
}

.basictab ul {
	display: inline;
	margin:0;
	padding:0px;
}

.basictab li ul li {
	display: inline;
	margin:0;
}

.basictab li ul li a {
	text-decoration: none;
	padding: 3px 7px;
	margin-right: 5px;
	border: 1px solid gray;
	border-bottom: none;
	background-color: #A24005;
	color: #fff;
	font: normal 12px "Trebuchet MS", Verdana, "Lucida Grande", Georgia, Sans-Serif;
}

.basictab li ul li a:visited {
	color: #eee;
}

.basictab li ul li a:hover {
	background-color: #DBFF6C;
	color: black;
}

.basictab li ul li a:active {
	color: black;
}

.basictab li ul li.selected a { 
	position: relative;
	top: 1px;
	padding-top: 4px;
	background-color: #FE1371;
	color: black;
}

#navigation1 {
	padding: 0;
	width: 100%;
	float: right;
	margin: 35px 0px 0px 0px;
	background: inherit;
}

.navigation {
	margin: 10px 0px 0px 0px;
}

.navigation .next-entries {
	float: right;
}

.leftcol { 
	width: 68%; 
	float: left; 
	margin: 0px 15px; 
	text-align: left; 
}
	
.leftcol ul, .leftcol ol { 
	margin: 0px 0px 0px 35px; 
	padding: 0px; 
	line-height: 1.5em;  
}

.leftcol li { 
	padding-bottom: 10px; 
	color: #000; 
}

.leftcol h3{ 
	font-size: 17px; 
	padding: 5px 0px 5px 0px; 
	margin: 25px 0 0 0;
	border-bottom: 1px dotted #999;
}

.leftcol h3 a {
	font-weight: bold;
	color: #622707;
	text-decoration: none;
}

.leftcol a:link { 
	color: #622707; 
	border-bottom-color: #999; 
} 

.leftcol a:visited { 
	color: #622707; 
	border-bottom-color: #789160;
}
 
.leftcol a:hover { 
	color: #EC5E11; 
	border-bottom-color: #EC5E11;
}

.leftcol .month-date {
	float: right;
	border:1px solid #aaa;
	background: #4F8090;
	font-size: 13px;
	padding: 5px;
	margin: 10px 0px 10px 10px;
	text-align: center;
}

.leftcol .details {
	font-size: 12px;
	color: #000;
}

.leftcol .details a {
	border-bottom: none;
	color: #b55139;
	text-decoration: none;
}

.leftcol .details a:hover {
	color: #E0C43D;
	text-decoration: underline;
}

/* comments area */

#comments, #respond {
	border-bottom: 1px dotted #CCCCCC;
	padding: 10px 0 5px 0;
	clear: both;
}

.commentlist {
	margin: 10px 0px;
	padding-left: 20px;
	line-height: 130%;
}

.commentlist li {
	padding: 5px 10px;
}

.commentlist .alt {
	background: #eee;
	margin-top:10px;
}

.commentlist cite, .commentlist cite a, .commentlist cite a:visited {
	font-weight: normal;
	font-style: normal;
	font-size: 120%;
	color: #000;
}

.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 87%;
}

#commentform {
	margin-top: 10px;
	font: 90% Arial, Helvetica, sans-serif;
}

#commentform p {
	padding: 6px 0px;
	margin: 0px;
	color:#333;
}

#commentform label {
	color: #787878;
	font-size: 87%;
}

#commentform input {
	width: 200px;
	background: #eee;
	border: 1px solid #bdd77f;
	padding: 3px;
	margin-top: 3px;
}

#commentform textarea {
	width: 485px;
	height: 115px;
	background: #eee;
	border: 1px solid #999;
	padding: 2px;
	margin-top: 3px;
}

#commentform textarea:focus, #commentform input[type="text"]:focus { 
	background: #ffffff;
}

#commentform #submit {
	background:#bbb;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #ffffff;
	border: none;
	float: left;
	width: 144px;
	height: 28px;
	cursor: pointer;
	margin: 0px 0px 10px 340px;
}

.rightcol { 
	width: 24%; 
	float: left; 
	margin: 0 15px; 
	text-align: left; 
}

.rightcol ul { 
	margin: 0 0 0 15px; 
	padding: 0; 
	line-height: 1.5em;  
}

.rightcol li { 
	padding-bottom: 0px; 
	font: normal 12px "Trebuchet MS", Verdana, "Lucida Grande", Georgia, Sans-Serif;
	list-style:none;color: #666;
}

.rightcol ul ul {
	list-style-type: square;
}

.rightcol ul ul li {
	list-style-type: square;
	line-height: 1.8em;
}

#sidebar h3 {
	border-bottom: 2px solid #aaa;
	color:#111;
	padding-top:10px;
}

#sidebar a:link { 
	color: #990000;
}

#sidebar a:visited { 
	color: #aa9999;
	text-decoration:none; 
	border-bottom-color: #336699;
}

#footer div {
	background:#3E1804;
	color: #aaa; 
	padding: 10px 10px 10px 10px;
	margin: 0px 0px 40px 0px; 
	*margin-bottom: 0px;
	font: normal 12px "Trebuchet MS", Verdana; 
}

#footer div a {
	color: #ccc;
	text-decoration: none;
	font: normal 12px "Trebuchet MS", Verdana;
}

#footer span {
	float: right
}

#update-nag {
	display: none;
}
