@charset "UTF-8";
/* CSS Document */

/*  
Theme Name: TimesToCome
Theme URI: http://herselfswebtools.com
Description: TimesToCome 3 column simple
Version: 1.0
Author: Linda MacPhee-Cobb
Author URI: http://timestocome.com

*/


 /* main layout */
 #container {	width: 960px;
	float: left;
 }

#header {
    width: 960px;
    clear: both;


}



#content {
	width: 457px;
	padding: 5px;
	float: left;
}

#leftsidebar {
	width: 270px;
	height: 100%;
	padding: 10px;
	float:left;
 }
 

#rightsidebar {
	width: 183px;
	padding: 10px;
	float:left;
}

#footer {
	width: 960px;
	clear: both;
}

ul.albums {
       margin: 2px;
       padding: 2px;
}

body {
background-color: #fddfe9;
border-style:none;
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
}

p
{
font-weight: normal;
} 

img
{  border-style: none;
}


a:link {
	color: #096c73;
	text-decoration:none;
        border-style: none;
}

a:visited {
	color: #096c73;
	text-decoration:none;
}

a:hover {
	color: #096c73;
        text-decoration:underline; 

}

a.title:link {
	color: #fff401;
        background-color: 
	text-decoration:none
}

a.title:visited {
	color: #fff401;
	text-decoration:none
}

a.title:hover {
	color: #fff401;
        text-decoration:underline; 
}

h1 {
	font-size:1.3em;
        font-family: Arial, Helvetica, sans-serif;
	text-transform: none;
        color: #fff401;
        letter-spacing: 0px;
        line-height: 20px;
        background-color: #0e2423;



}

h2 {
	background-color: #096c73;
	font-size:0.9em;
	color: #ffffff;
	line-height: 1.2em;
}

h3 {
	font-size:0.9em;
	line-height:1.2em;
        text-transform: uppercase;
        
}

h4 {
	font-size:0.8em;
	color: #000000;
	line-height: 1.2em;
        font-weight: normal;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.7em;
	color: #000000;
	line-height: 1.4em;
        line-spacing: 10px;
        font-weight: normal;
}

h6 {
	font-weight:bold
}

.posted {
        font-family: Arial, Helvetica, sans-serif;
	font-size:0.9em;
        font-style: oblique;
	color: #1a4241;
	line-height: 20px;
        
}

.posted2 {
        font-family: Arial, Helvetica, sans-serif;
        font-style: oblique;
	color: #1a4241;
        line-height: 3px;
        
}

.tags {
        font-family: Arial, Helvetica, sans-serif;
	font-size:0.9em;
	color: #000000;
	line-height: 20px;
        background-color: #ffff7c;
}

.comments {
        font-family: Arial, Helvetica, sans-serif;
	font-size:0.9em;
	color: #000000;
	line-height: 20px;
        font-weight: bold;
}

.read {
        font-family: Arial, Helvetica, sans-serif;
	font-size:1.3em;
	line-height: 20px;
        text-transform: uppercase;
}

.search {
        background-color: #29aa8d;
}

.fleft {
        float:left;
        text-align:left;
        width:45%;
        font-size:1.1em;
}

.fright {
        float:right;
        text-align:right;
        width:45%;
        font-size:1.1em;
}

li, ul {
  list-style-type:none;
  margin-left: 0;
  padding-left: 0;
  }

.ad {
	float: right;
        margin: 0 0 0px 0px;
}

.banner {
	float: left;
	margin: 0 0 0px 0px;
}

.strike {text-decoration: line-through;}

.cam_post { 
        border-style: none;
        border: 0;
        font-size:0.8em;
     
}

.cam_post_title {
        color: black;
        clear:both;
}

.cam_post_time { 
        font-family: Arial, Helvetica, sans-serif;
        font-style: oblique;
	color: #1a4241;
	line-height: 15px;
}

.cam_post_img {
        border:0;
 }

.cam_post_link {
         clear:both;
 }

.cam_post_comments {
        font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 15px;
        font-weight: bold;
 }



