/*  
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
*/


body {
	padding: 10px 0 10px 0;
	margin: 0;
	background: #ffffff;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #404040;
}


#container {
	margin: 0 auto 0 auto;
	width: 900px;
	background: #FFFFFF;
	text-align: left;
        border:0px solid lightgreen;
}



a img {
	border: none;
}

a {
	color: #456FA2;
	text-decoration: underline;
}

a:hover {
	color: #888888;
	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;
}




#search-box {
	position: absolute;
	width:310px;
        border:0px solid blue;
        top: 10px;
	right: 10px;
}	

#search-box a {
        float:left;
}

#search-box form {
	margin: 0;
	padding: 0;
        float:right;
}

#search-box input {
	margin: 0;
	padding: 0;
	width: 120px;
	color: #888888;
}




#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: 680px;
	float: left;
	display: inline;
	margin: 20px 10px 20px 10px;
        border: 0px solid blue;
}

#widecontent {
	width: 880px;
	float: left;
	display: inline;
	margin: 20px 10px 20px 10px;
        border: 0px solid blue;
}

.post {
	margin: 0 0 20px 0px;
}

#content h1 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin: 0 0 2px 0px;
	font-size: 1.3em;
	color: #456FA2;
}

#content h1 a {
	text-decoration: none;
}

#content h1 a:hover {
	text-decoration: none;
}

#content h1.pagetitle {
	font-size: 1.1em;
	color: #888888;
	margin-bottom: 6px;
}



#content h2 {
	font-family: arial, 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin: 0 0 2px 0;
	font-size: 16px;
	color: #456FA2;
}

#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;
}






#wp-calendar caption {
	text-decoration: none;
}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 0.9em;
}

#wp-calendar a {
	text-decoration: none;
}

#wp-calendar caption {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin: 0 0 2px 0;
	font-size: 1.1em;
	color: #456FA2;
	text-align: center;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	text-align: center;
}
	
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
}

#wp-calendar caption {
	text-align: center;
	width: 100%;
}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}

#wp-calendar td a {
	color: #456FA2;
	font-weight: bold;
}

#wp-calendar td.pad:hover {
	background-color: #FFFFFF; 
}






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: 170px;
	float: right;
	display: inline;
	margin: 20px 0 20px 10px;
        border: 0px solid blue;
}

#sidebar h2 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 1.1em;
	letter-spacing: 1px;
	color: #456FA2;
	margin: 0 0 2px 0;
	padding: 0 0 3px 0;
	border-bottom: 6px solid #F4F4F4;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar ul ul {
	margin: 6px 0 15px 8px;
	padding: 0;
}

#sidebar ul ul ul {
	margin-bottom: 6px;
}

#sidebar li {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 0.95em; 
}

#sidebar a {
	color: #505050;
	text-decoration: none;
}

#sidebar a:hover {
	color: #456FA2;
	text-decoration: underline;
}




h3#comments, h3#respond {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin: 0 0 6px 0;
	font-size: 1.1em;
	background: #456FA2;
	color: #FFFFFF;
	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: 8px solid #F4F4F4;
	padding: 3px 0 5px 0;
}

ol.commentlist li.alt {
	border-top: 8px solid #E8E8E8;
}

ol.commentlist .comment-date {
	width: 35%;
	float: right;
	text-align: right;
	font-size: 0.9em;
	display: inline;
}

ol.commentlist .comment-author {
	width: 55%;
	float: left;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin: 0 0 3px 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%;
}

form#commentform label {
	font-size: 0.9em;
}






#footer {
	clear: both;
	border-top: 10px solid #456FA2;
	padding: 8px 22px 25px 22px;
	color: #404040;
	font-size: 0.85em;
	text-align: center;
}

#footer a {
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}
.vidHeading
{
font-size: 9pt;
color:#666666;
font-family:georgia, courier new, arial, verdana, georgia;
}

.vidExpand
{
  font-size: 9pt;
  color:#99cc00;
  font-family:arial, verdana, georgia; 
}


/*- ###### Fresh Content.net STYLE SHEET #######
-----------------------------------------------------------------------
This is the stylesheet for your free video feed. It is designed for use with Clipsyndicate players.
A link to this file must be placed within the head tags of any page where you display the videos.
Only one link is required.
-----------------------------------------------------------------------
Copyright ClipSyndicate 2006
*/
cm_target {}

#clip-preview {
width: 786px;
}

/* main container and border */
.cs-clip
{
display: block;
margin-bottom: 10px;
padding: 10px;
width: 96%;
background: #FFFFFF;
border: 0px solid #999999;
text-align: left;
background:#f8f8f8;
}

/* thumbnail image */
.cs-thumbnail
{
display: block; /* set to 'none' to remove thumbnails */
width: 120px;
height: 80px;

  border: 1px solid #cccccc;
  padding:2px;
}

.cs-thumbnail img
{
border:0px;
padding:0px
}


/* play button */
.cs-button
{
display: block; /* set to 'none' to remove the play button */
visibility: visible; /* also, set this to 'hidden' to remove the play button */
width: 100%;
border-top: 0px solid lightgreen;
border-bottom: 0px solid lightgreen;
background:#ffffff;
margin-top:1px;
text-decoration:none;
}
.cs-button a
{
  font-family:arial;
  text-decoration:none;
  font-size:11px;
  color:green;
}

.cs-button-bg {

border-left: 0px solid lightgreen;
border-right: 0px solid lightgreen;
}

/* title link */
.cs-title
{
display: block;
font-size: 12px;
vertical-align: top;
}

/* title link style */
a.cs-title-link:link, a.cs-title-link:visited
{
font-weight: bold;
}

/* content provider, market, etc. */
.cs-channel-info
{
display: block;
color: #666666;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
vertical-align: top;
text-align: left;
}

/* time and date */
.cs-time
{
display: block;
color: #7C9C4E;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
vertical-align: top;
text-align: left;
}

/* descriptive text */
.cs-description
{
display: block; /* set to 'none' to remove description text */
color: #000000;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
vertical-align: top;
text-align: left;
}

.marginSpace
{
border:1px solid gray;  
margin-bottom:20px;
padding -bottom:20px;
}

#subscribe
{
  background: #3b9385;
  border:2px solid #bbdbd6;
  font-family:verdana, arial;
  font-size:11px;
  color:white;
  text-align:left;
  margin-bottom:15px;
  margin-top:5px;
  padding:5px;
}

.subscribeHead
{
  color:white;
  font-size:22px;
  font-family:arial narrow, arial;
  font-weight:normal;
  padding-bottom:3px;
}

#subscribe input
{
  margin-bottom:8px;
  margin-top:5px;
}
.privacyMsg
{
  font-weight:bold;
  font-size:10px;
}

#subscribe form
{
  line-height:0;
  margin:0;
  padding:0;
}

.successMsg
{
  font-weight:bold;
  font-size:12px; 
  color:lightgreen; 
}
.failureMsg
{
  font-weight:bold;
  font-size:12px; 
  color:orange; 
}

.desc2t h2
{
  font-weight:bold;
  font-size:15px; 
  font-family:arial;
}