/* 
Theme Name: An-archos
Theme URI: http://an-archos.com
Description: Hidden Shoal
Author: an-archos/lightshipvisual
Author URI: http://lightshipvisual.com
Version: 1.0

This theme was designed and built by An-archos and Lightshipvisual and based on the Letterhead theme by Robin Hastings, http://www.rhasting.net.

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
*/
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Georgia, "Times New Roman", Times, Serif;
	background: #242424 url(/wp-content/themes/an-archos/images/bkg.gif) repeat-x fixed top;
	color: #C2C2C2;
	margin: 0;
	padding: 0;
}
/* ---------------------- Structure ---------------------- */
#page {
	text-align: left;
	background: #000;
	margin: 0 auto 0 auto;
	padding: 0;
	width: 760px;
}
#header {
	background: url(/wp-content/themes/an-archos/images/header.jpg) no-repeat top;
	height: 274px;
	width: 760px;
	margin: 0;
	padding: 0;
}
#content {
	text-align: left;
}
.narrowcolumn {
	float: left;
	padding: 0 0 20px 20px;
	margin: 0px 0 0;
	width: 450px;
}
.widecolumn {
	padding: 0px 0 20px 0;
	margin: 0 0 0 135px;
	width: 450px;
}
.pagepost {
	margin: 0 0 40px;
}
.post {
	margin: 0 0 40px;
	padding-left: 40px;
	text-align: justify;
}
.widecolumn .post {
	margin: 0;
}
.narrowcolumn .postmetadata {
	padding-top: 5px;
}
.widecolumn .postmetadata {
	margin: 30px 0;
}
.postmetadata {
	clear: both;
}
#sidebar {
	background: url(/wp-content/themes/an-archos/images/scroll-r.gif) no-repeat top right;
	text-align: right;
	padding: 30px 0 10px 0;
	margin-left: 595px;
	width: 145px;
}
#sidebar form {
	margin: 0;
}
#footer {
	color: #666;
	background: url(/wp-content/themes/an-archos/images/footer.jpg) no-repeat top;
	padding: 0;
	margin: 0;
	width: 760px;
	clear: both;
}
#footer p {
	margin: 0;
	padding: 90px 0 20px 0;
	text-align: center;
}
#footer a, #footer a:visited {
	color: #666;
}
#footer a:hover {
	color: #fff;
}
/*------------------------------ Header Menu ----------------------------- */
#hnav {
	font-size: 1.1em;
	padding-top: 230px;
	text-align: center;
}
#hnav a, #hnav a:visited {
	font-size: 1.1em;
	color: #fff;
	text-decoration: none;
}
#hnav a:hover {
	text-decoration: underline;
}
/*---------------------------- page typography -------------------------- */
.scroll {
	background: url(/wp-content/themes/an-archos/images/scroll.gif) no-repeat bottom center;
	padding: 40px;
	clear: both;
}
.scroll-narrow {
	background: url(/wp-content/themes/an-archos/images/scroll-narrow.gif) no-repeat bottom center;
	padding: 40px;
	clear: both;
}
.entry p, .entrytext p {
	font-size: 1.17em;
	letter-spacing: 0.03em;
	line-height: 1.2em;
}
.pagepost .entrytext {
	padding-left: 40px;
}

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

}
.pagepost h2 {
	background: url(/wp-content/themes/an-archos/images/scroll-l.gif) no-repeat left;
	padding: 32px 40px 40px 40px;
}
.pagepoststore h2 {
	background: url(/wp-content/themes/an-archos/images/scroll-l.gif) no-repeat top left;
	padding: 32px 40px 40px 40px;
}
.widecolumn {
	line-height: 1.6em;
}
.narrowcolumn .postmetadata {
	text-align: left;
}
.alt {
	border-top: 1px dotted #323232;
	border-bottom: 1px dotted #323232;
}
small {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
}
h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, Serif;
	font-weight: normal;
}
.description {
	font-size: 1.2em;
	text-align: center;
	letter-spacing: .6em;
}
h1, h2 {
	font-size: 1.6em;
}
h2.pagetitle {
	background: url(/wp-content/themes/an-archos/images/scroll-l.gif) no-repeat left;
	padding: 32px 40px 40px 40px;
}
h3 {
	font-size: 1.3em;
}
h1, h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #B2B2B2;
}
h1, 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;
}
/*.entry p a:visited {
	color: #f0f;
}*/
.commentlist li, #commentform input, #commentform textarea {
	font: 1em Verdana, Arial, Sans-Serif;
}
.commentlist li {
	font-weight: bold;
}
.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;
}
#commentform p {
	font-family: Verdana, Arial, Sans-Serif;
}
.commentmetadata {
	font-weight: normal;
}
#sidebar {
	font-size: 1.1em;
}
small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, blockquote, strike {
	color: #777;
}
.postmetadata, .postmetadata small {
	color: #444;
}
.postmetadata small {
}
.postmetadata a, .postmetadata a:visited {
	color: #444;
}
.postmetadata a:hover {
	color: #fff;
}
code {
	font: 1.1em 'Courier New', Courier, Fixed;
}
acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
}
a, h2 a:hover, h3 a:hover {
	color: #CF0500;
	text-decoration: none;
}
a:hover {
	color: #fff;
	text-decoration: underline;
}
/*	------------------------ Begin Headers ---------------------- */
.description {
	text-align: center;
}
h1, h2 {
	margin: 0;
}
h2.pagetitle {
	margin-top: 0;
	margin-bottom: 10px;
	text-align: left;
}
#sidebar h2 {
	font-family: Georgia, "Times New Roman", Times, Serif;
	font-size: 1.4em;
	color: #B2B2B2;
	margin: 0 0 5px 10px;
	padding-top: 3px;	
}
h3 {
	padding: 0;
	margin: 30px 0 0;
}
h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
}
/* ------------------------ Begin Lists -------------------------- */
/*	Special stylized non-IE bullets. Do not work in Internet Explorer, which merely default to normal bullets. */
html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
} 
html>body .entry li {
	margin: 7px 0 8px 10px;
}
.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
}
.entry ol li {
	margin: 0;
	padding: 0;
}
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}
#sidebar a {
	color: #E7B98A;
	font-size: 1em;
	text-decoration: none;
}
#sidebar a:hover {
	color: #fff;
	border-bottom: 1px dotted #fff;
	text-decoration: none;
}
#sidebar li {
	padding-right: 45px;
}
#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: 5px 0 0 10px;
}
#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
}
ol li, #sidebar ul ol li {
	list-style: decimal outside;
}
#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
}
/* -------------------- Begin Form Elements ------------------------- */
input, textarea, select {
	font-size: 1.1em;
	border: 1px solid #999;
	background-color: #ccc; 
	padding-left: 2px;
	font-family: Verdana, Arial, Sans-Serif;
}
input:focus, textarea:focus, select:focus {
    background: #fff;
    border: 1px solid #666;
}
input[type="hidden"] { 
	background: none;
}
#searchform {
	margin: 0;
	padding: 0; 
}
.search, #search {
	background: url(/wp-content/themes/an-archos/images/scroll-r.gif) no-repeat right;
	padding: 25px 42px 0 0;
	margin: 0;
}
#sidebar #quicksearch {
	margin: 0 3px;
}
#sidebar #quicksearch .butt, .butt {
	font-size: 9px;
	text-align: center;
	margin-right: 57px;
	margin-top: 2px;
	padding: 0;
	width: 35px;
	height: 16px;
	border: 0;
}
#sidebar #quicksearch input, #sidesearch {
	font-size: 10px;
	text-align: right;
	width: 85px;
	padding-right: 3px;
}
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}
select {
	width: 130px;
}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}
#commentform textarea {
	width: 100%;
	padding: 2px;
}
#commentform #submit {
	margin: 0;
	float: right;
}
/* ---------------------------- Begin Comments ---------------------- */
.alt {
	margin: 0;
	padding: 10px;
}
.commentlist {
	padding: 0;
	text-align: justify;
}
.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
}
.commentlist p {
	margin: 10px 5px 10px 0;
}
#commentform p {
	margin: 5px 0;
}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}
.commentmetadata {
	margin: 0;
	display: block;
}
/* ------------------- Begin Various Tags & Classes ------------------- */
acronym, abbr, span.caps {
	cursor: help;
}
acronym, abbr {
	border-bottom: 1px dashed #999;
}
blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}
blockquote cite {
	margin: 5px 0 0;
	display: block;
}
hr {
 display: none;
 }
.center {
	text-align: center;
}
a img {
	border: none;
	margin: 0 10px 10px 10px;
}
img {
	border: none;
	margin: 0 10px 10px 10px;
}
.navigation {
	margin-top: 0px;
	padding-bottom: 20px;
	width: 450px;
	clear: both;
}
.alignright {
	float: right;
	text-align: right;
}
.alignleft {
	float: left;
	text-align: left;
}
#credits {
	padding: 10px 0 10px 0;
}
#credits, #credits a {
	color: #666;
	border: 0;
	background: #242424;
}
#iecheckbox {
	border: 0;
	background: none;
}
/* ------------------- AdSense ------------------- */
#adsense {
	margin: 40px 0 20px 0;
}
