/*  
Theme Name: adventurestest
Theme Author: L. Heyden
Theme URI: lheyden.com c. 2008
*/

/* COLORS */

/* Use find and replace to change colors
   througout the document */

/* Current Colors*/
/* A70014 Current h1 header (and header link) color */
/* 666666 Current h2 subheader color */
/* A70015 Current h3 navtitle color */
/* A70015 Current general link color and image border */ 
/* D66500 Current rollover color */
/* FF9C00 Current footer textnav color */

/* BODY */

body {
text-align: center;
margin: 0;
padding: 20px 0px 20px 0px;
background-color:#000000;
font-family: Tacoma, Verdana, Helvetica, Arial, sans-serif;
font-size: 10pt;
color: #C9B9A6;
font-weight: normal;
}

/* LAYOUT */

#wrap {
width: 900px;
background-color: #000000;
margin-left: auto;
margin-right: auto;
}

#head {
height: 182px;
width: 100%;
background-color: #999999;
background-image:url(images/bghead.gif);
background-repeat:no-repeat;
padding: 0;
margin: 0;
}

.hidden {
display: none;
}

#nav {
width: 100%;
background-color:#000000;
padding: 0;
margin: 0;
}

.navc {
text-align: right;
margin-top: 10px;
margin-bottom: 0px;
margin-right: 40px;
font-size: 1em;
color:#ffffff;
}

/* NAV links (when using a text-only nav across the top) */

.navc a:link { color:#ffffff; text-decoration: none; }
.navc a:visited { color: #ffffff; text-decoration: none; } 
.navc a:active { color: #ffffff; text-decoration: none; } 
.navc a:hover { color:#FF9900; text-decoration: none; }

.imagnav {
display: inline;
}


#searchform {
display: inline;
margin: 0;
padding: 0;
}

#uad {
clear: both;
text-align: center;
padding: 0;
margin: 0;
position: relative;
}

.uadc {
clear: both;
display:block;
width: 100%;
margin: 10px 0 10px 0;
}

#lbar {
margin-top: 0px;
width: 200px;
float:right;
padding: 0;
}

.lbarc {
display:block;
text-align: left;
margin: 40px 10px 20px 20px;
font-size: 9pt;
line-height:200%;
}

.amazon {
margin-top: 20px;
}

#rbar {
width: 182px;
float: right;
padding: 0;
margin: 0 0 0 0;
}

.rbarc {
display:block;
text-align: left;
margin: 40px 10px 20px 20px;
font-size: 9pt;
line-height:200%;
}

#content {
float: left;
width: 690px;
min-height: 300px;
padding: 0;
margin: 0;
}

/* .contentc { this class is replaced with .post in blog templates 
display: block;
margin: 15px;
text-align: left;
border: 1px solid blue;
} */

.post {
display: block;
margin: 40px 20px 30px 40px;
padding:0 0 50px 0;
text-align: left;
background-image:url(images/embellish.gif);
background-repeat:no-repeat;
background-position:50% 100%;
background-position:bottom;
}

.postentry {
margin-top: 28px;
line-height: 185%;
}

#lad {
clear: both;
padding: 0px;
margin: 0;
}

.ladc {
text-align: center;
display:block;
margin: 0 10px 20px 10px;
}

#foot {
clear: both;
background-color: #C40A0A;
background-image:url(images/bgfoot.gif);
background-repeat:repeat-y;
text-align: center;
padding: 0px;
margin: 0;
overflow: hidden;
}

.footc {
color:#ffffff;
text-align: center;
display:block;
margin: 10px 0 20px 0;
}


.footc a:link {color:#FEBA1A;text-decoration: none;}
.footc a:visited { 	color: #FEBA1A;text-decoration: none;} 
.footc a:active {color:#FEBA1A; text-decoration: none;} 
.footc a:hover {color: #FFFFFF;text-decoration: underline;}


.copy {
font-size: 1em;
display: block;
}

.textnav {
font-size: 1em;
font-weight:500;
display: block;
margin: 20px 0 20px 0;
text-transform:lowercase;
}

.attrib {
display: block;
font-size: .8em;
}


/* TABLES */


table.traduzione {
border-collapse: collapse;
/* margin-left: auto;
margin-right: auto; */
}

.lside {
width: 280px;
vertical-align: top;
padding: 0 20px 0 0;
text-align: left;
border-right: 1px dotted #999999;
}

.rside {
width: 280px;
vertical-align:top;
padding: 0 0 0 20px;
text-align: left;
border-left: 1px dotted #999999;
}

/* DATE STUFF */

.post-meta a:link, .post-meta a:visited { text-decoration: none; color: #a581f1; border-bottom: 1px dashed #a581f1; }
.post-meta a:visited { color: #a872c6; border-bottom-color: #a872c6; }
.post-meta a:hover, .post-meta a:active { color: #54ce9e; border: 0; }


.post-meta {
font-size: .85em;
font-weight: normal;
color: #BABABA;
/*color: #787EF5;*/
list-style: none;
margin-top: 0px;
margin-left: 8px;
padding-left: 0px;
}

post-meta li, {
margin-bottom: .8em;
}

/* IE List Item Whitespace Bug Fix */

.postmeta li a, {
    display: inline-block;
    }

.post-meta li a, {
    display: block;
    }

.post-date, .post-date * {
	display: block;
	margin: 0;
	padding: 0;
}

.post-date {
	height: 65px;
	text-align: center;
}

/* CONTENT STYLING */

h1 { /* currently used for post title */
font-size: 1.5em;
font-weight: normal;
display:block;
margin:0 0 3px 0;
padding:0;
color: #C40A0A;
}

h1 a:link {color: #C40A0A;text-decoration: none;}
h1 a:visited { color: #C40A0A; text-decoration: none;} 
h1 a:active { color: #C40A0A; text-decoration: none;} 
h1 a:hover { color: #FF7E00; text-decoration: none;}

h2 { /* currently used for post subtitle */
font-size: .85em;
font-weight:normal;
display:block;
margin:0 0px 2px 8px;
padding:0;
color:#FF7E00;
}

h2 a:link {color:#FABF00;text-decoration: none;}
h2 a:visited { 	color: #FABF00;text-decoration: none;} 
h2 a:active { color: #FABF00;text-decoration: none;} 
h2 a:hover {color: #FF7E00;text-decoration: none;}

h3 { /*currently used for nav title */
font-size: 1em;
display: inline;
margin:0;
padding:0;
font-weight: normal;
color:#FF7E00;
}

h4 { /*currently used for archive title */
font-size: 12pt;
font-style:italic;
display:block;
margin:0;
padding:0;
color:#65CA0A;
}

h7 { /* currently used for commentslink */
font-size: 1em;
font-weight: normal;
display:block;
margin:0 0px 8px 8px;
padding:0;
color:#FF7E00;
}

h7 a:link {color:#FABF00;text-decoration: none;}
h7 a:visited { 	color: #FABF00;text-decoration: none;} 
h7 a:active { color: #65CA0A;text-decoration: none;} 
h7 a:hover {color: #FF7E00;text-decoration: none;}

h8 { /* currently used for subheading on pages */
font-size: 1.2em;
font-weight:normal;
display:block;
margin:0 0px 2px 8px;
padding:0;
color:#FF7E00;
}

.embellish {
display: block;
width: 100%;
height: 32px;
background-image:url(images/embellish.gif);
background-repeat:no-repeat;
background-position:center;
}

/* IMAGES */

img {
border: 0;
margin: 0;
}

.yapb-image {
border: 1px dotted #999999;
/* border: 1px dotted #999999; for gray borders if color is too light*/
margin-top: 20px; 
margin-bottom: 20px;
margin-left: auto;
margin-right: auto;
display: block;

}


.aligncenter,
div.aligncenter {
border: 1px dotted #999999;
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
border: 1px dotted #999999;
   float: left;
}

.alignright {
border: 1px dotted #999999;
   float: right;
}

.wp-caption {
/*  border: 1px solid #ddd; */
   text-align: center;
/*   background-color: #f3f3f3; */
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it 
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px; */
}

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

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

/*NAV LINKS */

.navlinks {
font-size: 1em;
color: ffffff;
}

.navlinks a:link {color: #FF7E00;}
.navlinks a:visited {color: #FF7E00;} 
.navlinks a:active { color: #C9B9A6; } 
.navlinks a:hover { color: #C40A0A;}


/* LINK LISTS */

.listlinks {
text-align: left;
margin-top: 35px;
}

.listlinks ul {
margin-left: 0;
padding-left: 0;
}

.listlinks li {
padding-bottom: 20px;
font-size: 1em;
}

.listlinks li a:link {font-size: 1.2em; display: block;color: #FF7E00;	text-decoration: none;font-weight:normal;}
.listlinks li a:visited { font-size: 1.2em; display:block;	color: #FF7E00;	text-decoration: none;} 
.listlinks li a:active { font-size: 1.2em; display:block; color: #C9B9A6; } 
.listlinks li a:hover { font-size: 1.2em; color: #C40A0A;}


/* POSTENTRY links (links in the body of the posts) */

.postentry ul {
padding-left: 20px;
list-style-type:disc;
}

.postentry ol {
padding-left: 20px;
}

.postentry li {
line-height:140%;
margin-bottom: 1em;
}

.postentry a:link, .postentry li a:link {
color: #D66500;
text-decoration: underline;
font-weight:normal;
}

.postentry a:visited, .postentry li a:visited { 	
color: #D66500;
text-decoration: underline;
} 

.postentry a:active, .postentry li a:active { 
color: #65CA0A; 
text-decoration: underline;
} 

.postentry a:hover, .postentry li a:hover {
color: #65CA0A;
text-decoration: none;
}

/* LBAR ul links */

#lbar ul {
list-style-type:none;
margin-left: 0;
padding-left: 0;
margin-top:2px;
}

#lbar li a:link {display: block;color: #C9B9A6;	text-decoration: none;font-weight:normal;}
#lbar li a:visited { display:block;	color: #C9B9A6;	text-decoration: none;} 
#lbar li a:active { display:block; color: #C9B9A6; } 
#lbar li a:hover { color: #C40A0A;	margin-left: 3px;}

/* RBAR ul links */

#rbar ul {
list-style-type:none;
margin-left: 0;
padding-left: 0;
margin-top:2px;
}

/* IE List Item Whitespace Bug Fix */ /* Because Microsoft sucks */

#lbar li a {
display: inline-block;
}

#lbar li a {
display: block;
}

#rbar li a {
display: inline-block;
}

#rbar li a {
display: block;
}

/* COMMENTS */

/* FORM ELEMENTS */



form, img {
	border: 0; 
	margin: 0; 
	padding: 0;
}

#submit {
color: #C9B9A6;
padding:8px 8px 10px 8px;
background-color: #0C0A17;
border-style:outset;
border-color: #333333;
}

#submit:hover {
background-color: #0C0A17;
border-style:inset;
border-color: #333333;
}

textarea, input {
	font-size: 1em;
	padding: 7px;
/*	background-color:#0C0A17; */
	background-color: black;
	border: 1px solid #666666; 
	color: #C9B9A6;
	font-family: "Lucida Sans", Tahoma, Arial, sans-serif;
	font-size: 100%;
}

#comment { /* text area in comment form */
width: 95%;
background-image:url(images/commentbg.gif);
}

.right {
text-align: right;
}

/* input {
color: #C9B9A6;
padding:8px 8px 10px 8px;
background-color: #0C0A17;
border-style:outset;
border-color: #333333;
}


input:hover {
background-color: #0C0A17;
border-style:inset;
border-color: #333333;
} */

.permalink {
/*margin: 0 1.5em 0 0;*/
padding: 0 0 0 1.2em;
/*background: url(images/perma.gif) no-repeat center left;*/
}

.commentslink { /* on front page, link to single with comments */
display: block;
text-align: right;
margin: 0 30px 0 0;
/*background: url(images/comments.gif) no-repeat center left;*/
}

#commentblock {
background-color:#000000;
display:block;
margin: 20px 20px 30px 70px;
padding: 20px 30px 50px 30px;
}

#comments { /* post your own comment text */
display: block;
text-align: left;
margin: 0 0 30px 0;
}

#commentlist {
text-align: left;
padding: 0;
border-bottom: 1px dotted #262337;
}

#commentlist li { /*  no margins! */
list-style-position:inside;
padding: 30px 20px 20px 20px;
border-top: 1px dotted #262337;
background-color: #000000;
}

.alt {
background-color: #030208 !important;
}

h6 { /* currently used for comment title */
font-size: 1.1em;
display:inline;
color:#333333;
font-weight: normal;
font-stretch:narrower;
letter-spacing: -1px;
margin: 0 0 0 0;
}

.commenttext {
line-height: 200%;
}

.commenttitle {
display: inline;
}

h5 { /* currently used for comment meta */
font-size: 1.1em;
letter-spacing: -1px;
display:block;
color:#A70014;
font-weight: normal;
margin: 0 0 0 2px;
}

.commentmeta {

}



#postcomment { /* leave a comment text */
margin: 35px 0px 10px 0px;
text-align: left;
}

#commentform {
text-align: left;
}

.notify {
margin-top: 15px;
color:#C40A0A;
}

/* H5 LINKS */

h5 a:link {
color:#003A77;
text-decoration: none;
border-bottom: 1px solid;
}

h5 a:visited { 	
color: #003A77;
text-decoration: none;
border-bottom: 1px solid;
} 

h5 a:active { 
color: #003A77;
text-decoration: none;
border-bottom: 1px solid;
} 

h5 a:hover {
color: #DA7D04;
text-decoration: none;
border-bottom: 1px solid;
}

/* H6 LINKS */

h6 a:link {
color:#990000;
text-decoration: none;
border-bottom: 1px dotted;
}

h6 a:visited { 	
color: #990000;
text-decoration: none;
border-bottom: 1px dotted;
} 

h6 a:active { 
color: #990000;
text-decoration: none;
border-bottom: 1px dotted;
} 

h6 a:hover {
color: #DA7D04;
text-decoration: none;
border-bottom: 1px solid;
}


/* Library Thing */

.LTwrapper {
margin-top: 20px;
margin-bottom: 20px;
}

.LTheader {

}

.LTitem {
margin-bottom: 10px;
}



.LTprovided a:link {
	display: block;
	color: #666666;
	text-decoration: none;
	font-weight:normal;
}

.LTprovided a:visited { 	
	display:block;
	color: #666666;
	text-decoration: none;
} 

.LTprovided a:active { 
	display:block;
	color: #D66500; 
} 

.LTprovided a:hover {
	color: #D66500;
	margin-left: 3px;
}

/* OLD STYLES THAT MIGHT BE USEFUL */

/*
.footnotes {
font-size: 90%
}

.spoiler {
font-style:italic;
color: red;
}

form, img {
	border: 0; 
	margin: 0; 
	padding: 0;
}

#searchsubmit {
  border: 1px solid gray;
  text-align: center;
  color: #2741B2;
}

#searchsubmit:hover {
  color: #FF7800;
}

.readmore{
text-align: right;
margin-right: 40px;
font-size: 100%;
font-weight: bold;
}

.post-meta {
font-size: 85%;
font-weight: bold;
color: #FFC5C4;
list-style: none;
margin-left: 0px;
padding-left: 0px;
}

*/

/* IE List Item Whitespace Bug Fix */ 

/* This is not currently in use, but when you see it on a PC you might need it! 

.sltext li a, .srtext li a {
    display: inline-block;
    }

.sltext li a, .srtext li a {
    display: block;
    }
*/

/* PRINT STYLES */ 

@media print {
body {
	background:white; 
    font-size:12pt; 
    margin:0;
}

#head {
height: auto;
margin-bottom: 0;
padding-bottom: 0;
border: 0;
font-size: 1em;
}

#content {
margin-top: 0;
}

.post {
margin-top: 3em;
padding-bottom: 0;
}

.hidden {display:block;}
 
#nav {display:none;} 

#lbar {display:none;}

#rbar {display:none;}

#uad {display:none;}

#lad {display:none;}

#postcomment {display:none;}

#commentform {display:none;}

#foot{
border: 0;
}

.commentslink {
display:none;
}

.postentry{
width: auto;
}

.textnav {display:none;}

.attrib {display:none;}

.noprint{
display: none;
}

h1, h2, h3, h4, h5, h6 { page-break-before:avoid; 
     page-break-inside:avoid }
	 
blockquote, table, pre { page-break-inside:avoid }

ul, ol, dl  { 
page-break-before:avoid; 
}

img { page-break-inside:avoid;}
}

[edit]