/* CSS Document */

/* site-wide css */
/* ONLY FIND AND REPLACE THIS SECTION. At the bottom you will see a readers' stories section, do not paste over it. */
/* Gets rid of the shifting in FF */
html { min-height: 100%; margin-bottom: 1px; }
body {
	margin:0px;
	background-color:#fff;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:normal;
	color: #333333;
	text-align:center;
	background-repeat:repeat-y;
	background-image:url(/images/body_bg.gif);
	background-position:center;
	
}


.hidden {
visibility:hidden;
}

a:link, a:active, a:visited {
color:#cb320b;
text-decoration:none;
}

a:hover {
text-decoration:underline;
}

a.menu:link, a.menu:active, a.menu:visited {  
text-decoration:none;
font-size:14px; 
font-family:Arial, Helvetica, sans-serif; 
color:#997; 
font-weight:600; 
list-style-type:none; 
}

a.menu:hover {
color:#fff;
}

#dark_rule {
position:relative; 
top:0px; 
left:0px;
height:10px;
width:585px; 
background:url(/images/darkrule.gif) repeat-x;
z-index:30;
}



.lead {
font-size:14px;
font-family:Georgia, "Times New Roman", Times, serif;
font-style:italic;
}

.med_rule {
position:relative; 
top:0px; 
left:0px; 
width:169px; 
height:10px; 
background-image:url(/images/bg-3.gif);
}

#border {
position:absolute; 
top:0px; 
left:0px; 
width:100%; 
height:10px; 
background-image:url(/images/bg-3.gif);
}


/****************************
   Submenu
****************************/
#submenu {
position:absolute; 
top:0px; 
left:0px;  
width:169px; 
}

#submenu ul {
margin: 20px 0 0 0; 
padding-left: 8px;
}
#submenu ul li {
	line-height: 26px;
	list-style: none;
}
#submenu li a:link, #submenu li a:visited {
	text-decoration:none;
	font-size:12px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-style: italic;
	color:#666;
	background-image: url(/images/blank-dot.gif); /* The image to use,     */
    background-position: 0px 3px;  /* where to place it,    */
    background-repeat: no-repeat;   /* don't repeat it.      */
    padding-left: 13px;             /* Make room for the bg. */
}
#submenu li a:hover {
	color:#333;
	background-image: url(/images/hover-dot.gif); /* The image to use,     */
    background-position: 0px 3px;  /* where to place it,    */
    background-repeat: no-repeat;   /* don't repeat it.      */
    padding-left: 13px;             /* Make room for the bg. */
}
#submenu li a.active, #submenu li a:active {
	text-decoration:none;
	font-size:12px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-style: italic;
	color:#333!important;
	background-image: url(/images/hover-dot.gif)!important; /* The image to use,     */
    background-position: 0px 3px;  /* where to place it,    */
    background-repeat: no-repeat;   /* don't repeat it.      */
    padding-left: 13px;             /* Make room for the bg. */
}


/****************************
   //Submenu
****************************/

#background {
position:relative;
text-align:left; 
width: 760px; 
/*height:auto;*/
left:0px;
text-align:left;
overflow:visible;
}

#header {
position:absolute; 
top:0px; 
right:0px; 
height:136px; 
width:1280px; 
background-image:url(/images/headerbg.gif);
z-index:3;
overflow:visible;

}

#image {
position:absolute; 
left:479px;
top:10px;
z-index:4;
float:right;
height:126;

} 

#left {
position:absolute; 
top:136px; 
left:0px; 
width:169px; 
z-index:6;
}


#menu {
position:absolute; 
top:10px; 
width:169px; 
height:164px; 
background-image:url(/images/bg-2.gif);
z-index:20;
}

#book {
position:absolute;
left:0px; 
width:100%;
height:30px;
/*background-image:url(/images/bg-3.gif);*/
bottom:-30px; 

}

#border3 {
position:absolute; 
width:169px;
height:10px; 
bottom:-10px; 
z-index:30;
overflow:visible;
}

#right {
position:absolute; 
top:0px; 
left:169px; 
width:591px; 
height:auto; 
}

#right_splash {
position:absolute; 
top:164px; 
left:169px; 
width:591px; 
height:auto; 
}


#copyright {
position:absolute; 
width:auto; 
height:20px; 
font-size:9px; 
bottom:0px; 
margin: 50px 0px 0px 30px;
}

.header {
	color:#cb320b;
	font-size: 12px;
}

#footer {
position:relative; 
/*left:0px; */
height: 20px; 
/*bottom:-20px; */
width:100%; 
clear: both;
} 

input#terms {
	margin-left: 10px;
}

/****************************
   tenfaces submenu links
****************************/
/* > Anthropologist */
#submenu li a.anthro:hover,#submenu li a.anthroactive, #submenu li a.anthroactive:hover {
	color:#333!important;
	background-image: url(/images/hover-dot_anthropologist.gif)!important; 
    background-position: 0px 3px;  /* where to place it,    */
    background-repeat: no-repeat;   /* don't repeat it.      */
    padding-left: 13px;             /* Make room for the bg. */
}
/* > experimenter */
#submenu li a.experimenter:hover,#submenu li a.experimenteractive,#submenu li a.experimenteractive:hover {
	color:#333!important;
	background-image: url(/images/hover-dot_experimenter.gif)!important;
    background-position: 0px 3px;  /* where to place it,    */
    background-repeat: no-repeat;   /* don't repeat it.      */
    padding-left: 13px;             /* Make room for the bg. */
}
/* > crosspollinator */
#submenu li a.crosspol:hover, #submenu li a.crosspolactive, #submenu li a.crosspolactive:hover {
	color:#333!important;
	background-image: url(/images/hover-dot_crosspollinator.gif)!important;
    background-position: 0px 3px;  /* where to place it,    */
    background-repeat: no-repeat;   /* don't repeat it.      */
    padding-left: 13px;             /* Make room for the bg. */
}
/* > hurdler */
#submenu li a.hurdler:hover,#submenu li a.hurdleractive,#submenu li a.hurdleractive:hover {
	color:#333!important;
	background-image: url(/images/hover-dot_hurdler.gif)!important; /* The image to use,     */
    background-position: 0px 3px;  /* where to place it,    */
    background-repeat: no-repeat;   /* don't repeat it.      */
    padding-left: 13px;             /* Make room for the bg. */
}
/* > collaborator */
#submenu li a.collab:hover,#submenu li a.collabactive,#submenu li a.collabactive:hover {
	color:#333!important;
	background-image: url(/images/hover-dot_collaborator.gif)!important; /* The image to use,     */
    background-position: 0px 3px;  /* where to place it,    */
    background-repeat: no-repeat;   /* don't repeat it.      */
    padding-left: 13px;             /* Make room for the bg. */
}
/* > director */
#submenu li a.director:hover,#submenu li a.directoractive,#submenu li a.directoractive:hover {
	color:#333!important;
	background-image: url(/images/hover-dot_director.gif)!important; /* The image to use,     */
    background-position: 0px 3px;  /* where to place it,    */
    background-repeat: no-repeat;   /* don't repeat it.      */
    padding-left: 13px;             /* Make room for the bg. */
}
/* > exparchitect */
#submenu li a.exparch:hover,#submenu li a.exparchactive,#submenu li a.exparchactive:hover {
	color:#333!important;
	background-image: url(/images/hover-dot_exparchitect.gif)!important; /* The image to use,     */
    background-position: 0px 3px;  /* where to place it,    */
    background-repeat: no-repeat;   /* don't repeat it.      */
    padding-left: 13px;             /* Make room for the bg. */
}
/* > setdesigner */
#submenu li a.setdesigner:hover,#submenu li a.setdesigneractive, #submenu li a.setdesigneractive:hover {
	color:#333!important;
	background-image: url(/images/hover-dot_setdesigner.gif)!important; /* The image to use,     */
    background-position: 0px 3px;  /* where to place it,    */
    background-repeat: no-repeat;   /* don't repeat it.      */
    padding-left: 13px;             /* Make room for the bg. */
}
/* > storyteller */
#submenu li a.story:hover,#submenu li a.storyactive,#submenu li a.storyactive:hover {
	color:#333!important;
	background-image: url(/images/hover-dot_storyteller.gif)!important; /* The image to use,     */
    background-position: 0px 3px;  /* where to place it,    */
    background-repeat: no-repeat;   /* don't repeat it.      */
    padding-left: 13px;             /* Make room for the bg. */
}
/* > caregiver */
#submenu li a.caregiver:hover,#submenu li a.caregiveractive, #submenu li a.caregiveractive:hover {
	color:#333!important;
	background-image: url(/images/hover-dot_caregiver.gif)!important; /* The image to use,     */
    background-position: 0px 3px;  /* where to place it,    */
    background-repeat: no-repeat;   /* don't repeat it.      */
    padding-left: 13px;             /* Make room for the bg. */
}
/* > devil */
#submenu li a.devil:hover,#submenu li a.devilactive, #submenu li a.devilactive:hover {
	color:#333!important;
	background-image: url(/images/hover-dot_devil.gif)!important; /* The image to use,     */
    background-position: 0px 3px;  /* where to place it,    */
    background-repeat: no-repeat;   /* don't repeat it.      */
    padding-left: 13px;             /* Make room for the bg. */
}
/****************************
   //tenfaces links
****************************/
#privacy {
	text-align: left;
}

/* ONLY READERS' STORIES SECTION :: DO NOT REPLACE */

/* headers */
.hidden {
visibility:hidden;
}

#head-17 {
background-image:url(/images/titles/cross-pollinator.gif);
background-repeat:no-repeat;
height:20px;
}
#head-15 {
background-image:url(/images/titles/caregiver.gif);
background-repeat:no-repeat;
height:20px;
}
#head-14 {
background-image:url(/images/titles/collaborator.gif);
background-repeat:no-repeat;
height:20px;
}
#head-13 {
background-image:url(/images/titles/cross-pollinator.gif);
background-repeat:no-repeat;
height:20px;
}
#head-12 {
background-image:url(/images/titles/devilsadvocate.gif);
background-repeat:no-repeat;
height:20px;
}
#head-11 {
background-image:url(/images/titles/director.gif);
background-repeat:no-repeat;
height:20px;
}
#head-10 {
background-image:url(/images/titles/experience-architect.gif);
background-repeat:no-repeat;
height:20px;
}
#head-9 {
background-image:url(/images/titles/experimenter.gif);
background-repeat:no-repeat;
height:20px;
}
#head-8 {
background-image:url(/images/titles/hurdler.gif);
background-repeat:no-repeat;
height:20px;
}
#head-7 {
background-image:url(/images/titles/setdesigner.gif);
background-repeat:no-repeat;
height:20px;
}
#head-6 {
background-image:url(/images/titles/storyteller.gif);
background-repeat:no-repeat;
height:20px;
}
#head-5 {
background-image:url(/images/titles/anthropologist.gif);
background-repeat:no-repeat;
height:20px;
}
#head-4 {
background-image:url(/images/titles/othernotsure.gif);
background-repeat:no-repeat;
height:20px;
}

/* misc */

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

.description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, .description {
	text-decoration: none;
	color: white;
	}

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

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: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', 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: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-size:9px;
	font-weight: normal;
}
.postedby {
	font-size:11px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-style:italic;
	color:#333333;
}
#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}
	
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: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}
	
#wp-calendar #prev a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */


#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 760px;
	border: 1px solid #959596;
	}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}
	
.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

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

/* End Structure */





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

.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 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;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

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

#sidebar #searchsubmit {
	padding: 1px;
	}

.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 input#terms {
	width: 16px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

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

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

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

.commentlist li {
	margin: 0px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 0px 0;
	}

#commentform p {
	margin: 5px 0;
	}

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

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */




/* 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;
	}

.center {
	text-align: center;
	}

