/*  
Theme Name: Older-Space
Author: Linda Jenkinson
Author URI: http://older-space.com/

*/


body {
	color: inherit;
	background-color:#c5cfd8;
	margin: 0 auto;
	width: 100%;
}

/* begin header */
#header{
	width: 100%;
	height: 115px;
	background-image:url(http://older-space.com/images/mill_tile.png);
	background-repeat: repeat-x;
	
}
#header a img{ /* to keep the header image from displaying a border or background on click */
	border: none;
	background-color: transparent;
	color: inherit;
	height: 65px;
	width: 270px;
	margin-left: 20%;
	margin-top: 25px;
}
/* styling the text navigation in the header */

/* begin styling the lower portion of the page*/
#lower { /* this is just to wrap #wide-col & #nar-col */
	color:inherit;
	margin: -8px auto 20px;
	padding: 0;
	height: 100%;
	width: 974px;	
	background-color: #faf9f5;
	top: 0px;
	overflow:hidden;
	border: 3px solid #ffffff;
}
/* begin #wide col, the main content window */
#wide-col{
	
	font-family: verdana, Helvetica, arial, sans-serif;
	background:#faf9f5 url('http://older-space.com/images/windmill.jpg') top left no-repeat;
	position: relative;
	min-height: 700px;
	padding: 10px 10px 10px 0;
	line-height: 1.2em;
	overflow: hidden;
}
#wide-col p, dl{
	font-size: 0.9em;
}
#wide-col p{
	padding: .3em 3em .3em;
	line-height: 1.5em;
} 
#wide-col h1{
	font-size: 1.1em;
	font-family: Georgia;
	margin:25px 10px 10px 25px;
	background-color: transparent;
	color:#c7b96d;
}
#wide-col h2 a:link, #wide-col h2 a:visited, #wide-col h2 a:hover, #wide-col h2 a:active, #wide-col h3{
	background-color: transparent;
	color:#c09446;
}
#wide-col h2{
	font-size: 1.5em;
	font-weight: normal;
	font-family: Verdana, Tahoma, sans-serif;
	margin:25px 0 10px 40px;
	padding-top: 30px;
	color: #c09446;
	background-color: transparent;
	border-bottom: 1px solid ##c09446;
}
#wide-col h3{
	font-size: 1.3em;
	padding:0.25em 2em;
	font-weight: normal;
}
#wide-col li{
	font-size: 0.9em;
	line-height: 1.5em;
	padding: 3px;
}
a:link{
	background-color: transparent;
	color:#c09446;
	text-decoration:none;
}
a:hover{
background-color: transparent;
	color: #6271b6;
	text-decoration: underline;
}
a:visited{
	background-color: transparent;
	color: #cc0000;
	text-decoration: none;
}
a:active{
	background-color: transparent;
	color: #6271b6;
	text-decoration: underline;
}
/* end #wide-col - begin #nar-col for side navigation & text widgets */
#nar-col{
	width: 250px;
	font-size: 1em;
	float: right;
	font-family: 'Lucida Grande', Verdana, sans-serif;
	background-color: #c5cfd8;
	color: #f0f0f0;
	height: 100%;
	padding-left: 10px;
	margin-top: 0;
	margin-right: -15px;
}
#nar-col a:link{
	background-color: transparent;
	color: #ffffff;
	text-decoration: none;
}
#nar-col a:hover{
background-color: transparent;
	color: #6271b6;
	text-decoration: underline;
}
#nar-col a:visited{
background-color: transparent;
	color:#cc0000;
	text-decoration: none;
}
#nar-col a:active{
	background-color: transparent;
	color: #6271b6;
	text-decoration: underline;
}
#nar-col h1, h2, h3{
	font-size: 1.3em;
}
#nar-col ul{
	list-style-type:none;
	margin: 0 auto;
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	font-size: 1em;
}

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


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

/* end sidebar */
#end_lower{
	height: 5px;
	width: 100%;
	background-image: url(http://older-space.com/images/horizontal_bar.gif);
	background-repeat: no-repeat;
	position: absolute;
	bottom: 50px;
	margin-top: 20px;
}

#footer {
	background-color: transparent;
	color: #c87c00;
	border:0;
	font-size: .7em;
	text-align:center;
	margin: 10px 0 10px;
	height: 50px;
	width: 100%;
}
#footer p{
	text-align: center;
	margin: 5px 75px 0 5px;
}
/* lists */
ul.square {
	list-style-type: square ! important;
	margin-left: 2em ! important;
}
.nolist{
	margin-left: 15px;
	list-style-type: none;
}
.nolist li{
	margin: 0;
	padding: 0;
}
#sidebar ul, #sidebar ul li {
	margin: 0;
	padding:0 0 3px;
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
}

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

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

dt {
	font-weight: bold;
	padding: .5em 0;
}
/* end lists*/

/* forms */
/* Begin Form Elements */
#searchform {
	margin: 0;
	padding: 5px 3px; 
	}

#sidebar #searchform #s {
	width: 100px;
}

#sidebar #searchsubmit {
	padding:0 3px;
	}
select {
	width: 110px;
	}
label {
	font-size: 1.3em;
	font-weight: normal;
	font-size: .9em;
}

#commentform input {
	width: 75px;
	height: 25px;
	margin: 5px 5px 5px 20px;
	font-weight: bold;
	font-family: "Lucida Grande", verdana, sans-serif;
	}

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

#commentform #submit {
	margin: 0;
}
/* end forms */

/* comments */
/* 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;
	}
/* End Comments */
/* Images */
img.right { 
	padding: 4px; 
	margin: 0 0 2px 7px; 
	display: inline; 
	float:right;
}
img.left { 
	padding: 4px; 
	margin: 0 7px 2px 0; 
	display: inline; 
	float:left;
}

a img {
	border: none;
	}

/* special tags & classes */
#author{
	font-size: .8em;
	margin:0 0 0 40px;	
	font-variant: small-caps;
	background-color: transparent;
	color: #c09446;
	border-bottom: 1px solid #c09446;
	padding: 5px 0;
}
#map li{
	line-height: 1.5em;
}
.clear{
	clear:both;
}
.clearonce{ /* makes #lower extend to the bottom of the content window */
	clear:both;
	height: 1%;
}
.blubk{
	background-color: #e7ebfa;
	color: inherit;
	padding: 0.5em;
}
.blubk p{
	padding: 0.5em;
	margin: 0 ! important;
}
blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: none;
	color: #000000;
	}
p.bigtxt {
	font-size: 1.25em ! important;
	font-weight: bold;
	line-height: 1.5em;
}
.redtxt {
	color: #ff0000;
	background-color: transparent;
}
.crimtxt{
	color: #cc0000 ! important;
	background-color: transparent;
}
.greentxt{
	color: #00bf52;
	background-color:transparent;
}
.bluetxt{
	color:#536baa ;
	background-color:transparent;
}
hr {
	display: none;
	}

.bold{
	font-weight: bold;
}
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
.verse{
	margin: 0;
	padding: 0;
}
.startverse{
	margin-top: 2em;
	margin-bottom: 0;
}
.center {
	text-align: center;
	margin: 0 auto;
}
 .postmetadata{
	text-align: center;
	font-size: .7em ! important;
}
.cite {
	font-size: 90%;
	font-style: normal;
	color: #6c6c80;
	background-color: #f1f1f1;
}
.lgfont{
	font-size: 110% ! important;
}
.square{
	list-style-type:square;
}
.widget_recent_entries{
	background-color: transparent;
	color: #ffffff;
	margin: 0;
	width: 200px;
	border-bottom: 1px solid #f0f0f0;
}

.widget{
	border-bottom:1px solid #f0f0f0;
	width: 225px;
} 


li#text-3{
	margin: 0 auto;
}

img.blooper{
	margin: 10px;
	border: 3px solid #ffffff;
	float: right;
}
img.nuns{
	float: right;
}

.author{
    background-color: transparent;
	border: 2px inset #996633;
	margin-left: 30px;
	padding: 5px ! important;
	color: inherit;
}
.green{
color: green;
background-color: transparent;
}
.nuns{
	font-family: "Lucida Calligraphy", "Script MT Bold", fantasy ! important;
	font-weight: 300;
	background-color: transparent;
	color:#5f5e58 ;
	padding: 10px;
	margin-left: 50px;
}

 .nuns p{
	line-height: 1.3em ! important;
	font-size: 1.1em ! important;
	letter-spacing: 2px;
}
.nuns h3{
	font-family: "Lucida Calligraphy", "Script MT Bold", fantacy ! important;
	font-size: 1.5em ! important;
	margin: 0;
}
.txt_right{
	text-align: right;
}
.txt_left{
	text-align: left;
}

.attribute{
	font-size: .8em;
	margin: 0;
}

.large_txt{
	font-size: 3em;
	float: left;
	line-height: .75em;
	padding: 10px;
}
.fltrgt{
	float: right;
}
.fltlft{
	float: left;
}
fieldset{
	color: #inherit;
	background: transparent;
	width: 75%;
	border: 1px solid #ffffff;
	margin: 30px;
}
legend{
	color: #c09446;
	background: transparent;
}

.lgmarg{
	margin-left: 30px ! important;
	background:#faf9f5;
	position: relative;
	min-height: 700px;
	padding: 10px 0 0;
	line-height: 1.2em;
	overflow: hidden;
}
.txtbox{
	background-color: #f1f1f1;
	color: #8a8982;
	border: 1px outset #8a8982;
	margin: 5px;
	width: 250px;
}
.txtbox ul{
	list-style-type: none;
	padding: 5px;
}
	
