body {
	font-size:12px;
	line-height:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#666;
	background-color:#fff;
	margin:0;
	padding:0;
}

#content {
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	font-size:12px;
	width: 930px;
}

.widecolumn .entry p {
font-size:1.05em;
}

.narrowcolumn .entry,.widecolumn .entry {
line-height:1.4em;
}

.widecolumn {
line-height:1.6em;
width:450px;
margin:5px 0 0 150px;
padding:10px 0 20px;
}

.narrowcolumn .postmetadata {
text-align:left;
font-size:.8em;
padding-top:5px;
}

.thread-alt {
background-color:#ffffff;
border-top:1px solid #ddd;
border-bottom:1px solid #ddd;
margin:0;
padding:10px;
}

small {
font-family:Arial, Helvetica, Sans-Serif;
font-size:.9em;
line-height:1.5em;
}

.postmetadata {
clear:both;
}

#header {
/*width:100%;
margin:0 auto 34px; */
background-color: #000000;
padding-bottom: 15px;
margin-bottom: 5px
}

.narrowcolumn {
float:left;
width:450px;
margin:0;
padding:0 0 10px 35px;
}

/* Footer */
#footer {
	width:100%;
	clear:both;
	padding: 0; 
	background:#000000;
} 
 #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
 #footer a {
 	color: #cc8f45;
	font-size: 11px;
	text-decoration: none;
	padding-right: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cc8f45;
	padding-left: 10px;
}
#footer a:hover,a:active {
	color: #ffcc99;
	text-decoration: none;
}
.hrhide {
display:none;
}

a img {
border:none;
}

.navigation {
display:block;
text-align:center;
margin-bottom:30px;
}

.aligncenter,div.aligncenter {
display:block;
margin-left:auto;
margin-right:auto;
}
hr {
width:360px;
margin-left:0;
}
p img {
margin:0 5px;
padding:0;
}

img.centered,img.aligncenter {
display:block;
margin-left:auto;
margin-right:auto;
}

img.alignright {
display:inline;
margin:0 0 2px 7px;
padding:4px;
}

img.alignleft {
display:inline;
margin:0 7px 2px 0;
padding:4px;
}

.alignright {
float:right;
}

.alignleft {
float:left;
}

/* bullets styles in the body of the post */
html>body .entry ul {
margin-left:0;
list-style:none;
text-indent:-10px;
padding:0 0 0 10px;
}

html>body .entry li {
margin:7px 0 8px 10px;
}

.entry ul li:before,#sidebar ul ul li:before {
content:"\00BB \0020";
}

.entry ol {
margin:0;
padding:0 0 0 35px;
}

.entry ol li {
margin:0;
padding:0;
} 

.postmetadata ul,.postmetadata li {
display:inline;
list-style-type:none;
list-style-image:none;
}
#pagenav {
margin:0;
}

/* SideBar Styles */
#sidebar {
font-size:12px;
font-family:Georgia, "Times New Roman", Times, serif;
width:180px;
float:right;
text-align:right;
}

#sidebarLeft {
font-size:12px;
font-family:Georgia, "Times New Roman", Times, serif;
float:left;
text-align:left;
width: 251px; /* top and bottom padding create visual space within this div  */
padding-top: 15px;
padding-right: 0;
padding-bottom: 15px;
padding-left: 0;
}

small,#sidebar ul ul li,#sidebar ul ol li,.nocomments,blockquote,strike {
color:#777;
}

#sidebar ul,#sidebar ul ol {
margin:0;
padding:0;
}

#sidebar ul li {
list-style-type:none;
list-style-image:none;
margin-bottom:15px;
}

#sidebar ul p,#sidebar ul select {
margin:5px 0 8px;
}

#sidebar ul ul,#sidebar ul ol {
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
}

#sidebar ul ul ul,#sidebar ul ol {
margin:0 0 0 0px;
}

ol li,#sidebar ul ol li {
list-style:decimal outside;
}

#sidebar ul ul li,#sidebar ul ol li {
margin:3px 0 0;
padding:0;
}

#searchform {
text-align:right;
margin:10px auto;
padding:5px 3px;
}

#sidebar #searchform #s {
width:25px;
padding:2px;
}

#sidebar #searchsubmit {
padding:1px;
}
#sidebar form {
margin:0;
}

#sidebar a {
color:#cc8f45;
}

#sidebar li {
clear:both;
}


/* Text Styles */
h2,h3 {
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:bold;
}

h1 { /* the top navigation menu links */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-bottom: 20px;
	white-space: nowrap;
	text-transform: uppercase;	
}

h1 a:link {
	color: #cc8f45;
	text-decoration: none;
	padding-right: 35px;
	padding-top: 50px;
	padding-bottom: 50px;
	padding-left: 10px;

}

h1 a:visited {
	color: #cc8f45;
	text-decoration: none;
	padding-right: 35px;
	padding-top: 50px;
	padding-bottom: 50px;
	padding-left: 10px; 
}

h1 a:hover,a:active {
	color: #ffcc99;		
}

h1 a #last {
	color: #cc8f45;
	text-decoration: none;
	padding-right: 0px;
	text-transform: uppercase;	
}
#selected {
	background-image: url(images/arrow_black.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 10px;
}

.description {
font-size:1.2em;
color:#333333;
margin-left:220px;
}

h2 {
font-size:12px;
clear:both;
margin:30px 0 0;
color:#cc8f45;
}

h2.pagetitle {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 15px;
}

#sidebar h2 {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
color: #000000;
text-transform:uppercase;
margin:5px 0 0;
padding:0;
}

h3 {
font-size:12px;
margin:30px 0 0;
padding:0;
}

h2,h3 {
color:#333;
}

h2 a,h2 a:visited,h3 a,h3 a:visited {
color:#cc8f45;
}

h2,h2 a,h2 a:hover,h2 a:visited,h3,h3 a,h3 a:hover,h3 a:visited,#sidebar h2,#wp-calendar caption,cite {
text-decoration:none;
font-family:Georgia, "Times New Roman", Times, serif;
}

.entry p a:visited {
color:#cc8f45;
}

.commentlist li,#commentform input,#commentform textarea {
font:'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentlist li {
position:relative;
font-weight:bold;
list-style:none;
margin:15px 0 3px;
padding:5px 10px 3px;
}

.commentlist li .avatar {
position:absolute;
right:15px;
border:1px solid #ccc;
padding:2px;
}

.commentlist cite,.commentlist cite a {
font-weight:bold;
font-style:normal;
font-size:1.1em;
}

.commentlist p {
font-weight:normal;
line-height:1.5em;
text-transform:none;
margin:10px 5px 10px 0;
}

#commentform p {
font-family:'Lucida Grande', Verdana, Arial, Sans-Serif;
margin:5px 0;
}

.commentmetadata {
font-weight:normal;
clear:both;
display:block;
margin:0;
}

code {
font-size:1.1em;
}

acronym,abbr,span.caps {
font-size:.9em;
letter-spacing:.07em;
cursor:help;
}

a:hover,h2 a:hover,h3 a:hover {
color:#cc8f45;
text-decoration:underline;
}

a {
color:#333333;
text-decoration:none;
}


.post h2 {
color:#cc8f45;
text-align:justify;
font-size:14px;
margin:0;
}

.post h2 a:hover {
color:#cc8f45;
text-decoration:underline;
}

.widecolumn .post {
margin:0;
}

.widecolumn .postmetadata {
margin:30px 0;
}

h3.comments {
margin:40px auto 20px;
padding:0;
}

acronym,abbr {
border-bottom:1px dashed #999;
}

blockquote {
padding-left:20px;
border-left:5px solid #ddd;
margin:15px 30px 0 10px;
}

blockquote cite {
display:block;
margin:5px 0 0;
}

.center {
text-align:center;
}

.wp-caption {
border:1px solid #ddd;
text-align:center;
padding-top:4px;
-moz-border-radius:3px;
-khtml-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
margin:10px;
}

.wp-caption img {
border:0 none;
margin:0;
padding:0;
}

.wp-caption p.wp-caption-text {
font-size:11px;
line-height:17px;
margin:0;
padding:0 4px 5px;
}
.entry form {
text-align:center;
}

select {
width:130px;
}

#commentform input {
width:170px;
margin:5px 5px 1px 0;
padding:2px;
}

#commentform textarea {
width:95%;
padding:2px;
}

#commentform #submit {
float:left;
margin:0;
}

.commentlist {
text-align:justify;
margin:0;
padding:0;
}

.nocomments {
text-align:center;
margin:0;
padding:0;
}


#akismetwrap {
float:right;
}

/* Calendar Styles */

#wp-calendar {
	empty-cells:show;
	width:155px;
	float:right;
	margin-top: 10px;
	margin-bottom: 10px;
}

#wp-calendar td {
text-align:center;
padding:3px 0;
}

#wp-calendar td.pad:hover {
background-color:#fff;
}
#wp-calendar #prev a {
font-size:9pt;
padding-left:10px;
text-align:left;
}

#wp-calendar a {
text-decoration:none;
display:block;
}
#wp-calendar a:hover {
text-decoration:none;
display:block;
background-color:#cc8f45;
color:#fff;
}

#wp-calendar caption {
font-weight:bold;
font-size:12px;
font-family:Georgia, "Times New Roman", Times, serif;
color:#000;
text-transform:uppercase;
text-align:right;
}

#wp-calendar th {
font-style:normal;
text-transform:capitalize;
}

/* from the original stylesheet but not currently ued */

/* .sticky {
background:#f7f7f7;
margin-bottom:10px;
padding:5px 10px 10px;
}

.sticky hr {
display:none;
} */

/* html {
height:100%;
margin-bottom:1px;
} */

/*#page {
text-align:left;
width:620px;
background-color:white;
margin:20px auto;
padding:0;
} */

/* #header a {
color:#000000;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:18px;
margin-left:220px; 
}*/

/* #header p {
margin-bottom:0;
margin-left:220px;
margin-top:0;
} */

/* #header h1 {
font-size:16px;
color:#000000;
}*/

/* h1,h1 a,h1 a:hover,h1 a:visited,.description {
text-decoration:none;
color:#000000; */

/* #blog_title_hide {
display:none;
} */

/*#wp-calendar #next a {
padding-right:10px;
text-align:right;
}*/