/*  
Theme Name: Atmosphere
Theme URI: http://www.dagondesign.com
Description: A custom theme by <a href="http://www.dagondesign.com">Dagon Design</a>.
Version: 1.0
Author: Dagon Design
Author URI: http://www.dagondesign.com
*/

.copy {
font-family : Sans-serif;
font-size : 10px;
color:black;
text-align:center;
}



body {
	margin: 0;
	background: #534b49;
	text-align: center;
	font-family: Verdana;
	font-size: 0.9em;
	color: #404040;
}


#container {
	margin: 0 auto 0 auto;
	width: 900px;
	background-color: white;
	text-align: left;
		
}

a.menu { 
margin-left : 0;
padding-left : 0em;
font-family : Verdana;
font-size : 14px;
list-style-type : none;
margin : 0;
text-decoration:none;
display:inline;
color: #901c1d;
}

a.menu:hover { 
margin-left : 0;
padding-left : 0em;
font-family : Verdana;
font-size : 14px;
list-style-type : none;
margin : 0;
color:orange;
text-decoration:none;
display:inline;
}

.menu{
display:inline;
list-style-type : none;
margin:7px;
font-weight:bold;
}

a img {
	border: none;
}

a {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}



ul, ol {
	margin: 4px 0 15px 35px;
	padding: 0;
}

ul ul, ol ol {
	margin: 4px 0 0 15px;
	padding: 0;
}

li {
	margin: 0 0 4px 0;
	padding: 0;
}




#header {
	position: relative;
}

#header img {
	display: block;
}


#top-nav {
	background: #456FA2;
	color: #FFFFFF;
	width: 100%;
	font-size: 0.9em;
}

#top-nav ul {
	margin: 0;
	padding: 5px 22px 5px 22px;
	list-style: none;
}

#top-nav li {
	display: inline;
	margin: 0 20px 0 0;
	padding: 0;
}

#top-nav a {
	color: #FFFFFF;
	text-decoration: none;
}

#top-nav a:hover {
	color: #B0B0B0;
	text-decoration: none;
}


#content {
	width: 650px;
	float: right;
	display: inline;
	margin: 20px 20px 20px 0;
}



.post {
	margin: 0 0 20px 0;
}

#content h1 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin: 0 0 2px 0;
	font-size: 1.3em;
	color: #A86D16;;
}

#content h1 a {
	color: #A86D16;;
	text-decoration: none;
}

#content h1 a:hover {
	color: #A86D16;;
	text-decoration: none;
}

#content h1.pagetitle {
	font-size: 1.1em;
	color: #A86D16;;
	margin-bottom: 6px;
}



#content h2 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin: 0 0 2px 0;
	font-size: 1.25em;
	color: #707070;
}

#content h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin: 0 0 2px 0;
	font-size: 1.1em;
	color: #404040;
}

#content h4 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin: 0 0 2px 0;
	font-size: 1.05em;
	color: #606060;
}




#content .post-date {
	color: #707070;
	font-size: 0.8em;
	margin: 0 0 3px 0;
}

#content p {
	margin: 0 0 12px 0;
	line-height: 140%;
}

#content .post-info {
	color: #505050;
	font-size: 0.8em;
	background: #F4F4F4;
	padding: 4px 8px 4px 8px;
}

#content .post-info a {
	text-decoration: none;
}

#content .post-info a:hover {
	text-decoration: underline;
}

#content .single-date {
	text-align: right;
	font-size: 0.9em;
	color: #707070;
	margin-bottom: 3px;
}


#content .attachment-image {
	text-align: center;
	padding: 10px 0 10px 0;
}


code {
	font: 0.9em 'Courier New', Courier, Fixed;
	color: #456FA2;
}

blockquote {
	background: #F4F4F4;
	padding: 4px 8px 4px 8px;
	margin: 5px 0 15px 0;
	font-size: 0.9em;
}


acronym, abbr, span.caps {
	font-size: 0.9em;
	cursor: help;
}

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


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

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

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

.alignright {
	float: right;
}

.alignleft {
	float: left
}

.center {
	text-align: center;
}


#sidebar {
	width: 160px;
	float: left;
	display: inline;
	text-align:left;
}

#sidebar h2 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 14px;
	letter-spacing: 1px;
	color: #456FA2;
	border-bottom: 1px solid white;
}

#sidebar ul {
	list-style: none;
	margin-left: 2px;
	padding-left: 2px;
}

#sidebar li {
	margin-left: 0px;
	padding-left: 0px;
	font-size: 12px; 
}

#sidebar a {
	color: #505050;
	text-decoration: none;
}

#sidebar a:hover {
	color: #456FA2;
	text-decoration: underline;
}


#menu a { 
margin-left : 0;
padding-left : 0em;
font-family : Verdana;
font-size : 14px;
list-style : none;
margin : 0;
color:black;
text-decoration:none;
}


#menu a:visited { 
margin-left : 0;
padding-left : 0em;
font-family : Verdana;
font-size : 14px;
list-style : none;
margin : 0;
color:black;
text-decoration:none;
}  

#menu a:hover { 
margin-left : 0;
padding-left : 0em;
font-family : Verdana;
font-size : 14px;
list-style : none;
margin : 0;
color:#A86D16;;
text-decoration:none;
}

#menu ul li {
list-style : none;
margin:0px
}



h3#comments, h3#respond {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin: 0 0 0 0;
	font-size: 1em;
	background: #F4CF7C;
	color: black;
	padding: 3px 10px 3px 10px;
}

ol.commentlist {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0.9em;
}

ol.commentlist li {
	margin: 0;
	padding: 0;
	border-top: 1px solid #F4F4F4;
	padding: 3px 0 5px 0;
}

ol.commentlist li.alt {
	border-top: 1px solid #E8E8E8;
}

ol.commentlist .comment-date {
	width: 35%;
	float: right;
	text-align: right;
	font-size: 0.9em;
	display: inline;
}

ol.commentlist .comment-author {
	float: left;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin: 0 0 0 0;
	font-size: 1.2em;	
	color: #808080;
	display: inline;
}

ol.commentlist .comment-date a, ol.commentlist .comment-author a {
	text-decoration: none;
}

ol.commentlist .comment-date a:hover, ol.commentlist .comment-author a:hover {
	text-decoration: underline;
}

ol.commentlist .comment-text {
	clear: both;
}


form#commentform textarea {
	width: 100%;
	border-width:1px;
	border-style:solid;
	border-color:silver;
}

form#commentform label {
	font-size: 0.9em;
}


#footer {
	clear: both;	padding: 8px 22px 25px 22px;
	color: #404040;
	font-size: 0.85em;
	text-align: center;
	background-color:white;
}

#footer a {
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

TABLE { 
background-color : white;
border-width : 0px;
border-style : solid;
border-color : black;
} 

p {text-align:justify;}

.post-date{
float: left;
display: inline;
margin: 0 10px 0 0;
border-width:1px;
border-style:solid;
border-color:black;
}

.month {}

.date {}

