
/* LAYOUT */
/* ----------------------------------------- */

/* These rather presentational classes are generated by WordPress, so it's useful to have some styles for them. Edit as you see fit. More info: http://codex.wordpress.org/CSS */
.aligncenter { display:block; margin:0 auto }
.alignleft { float:left }
.alignright { float:right }
.wp-caption { border:1px solid #666; text-align:center; background:#ccc; padding:10px; margin:10px }

/* Globals */
a:link {
	color: #df4f2c;
	text-decoration: none;
}

a:visited
{
	color: #bb3f21;
	text-decoration: none;
}

a:hover
{
	color: #df4f2c;
	text-decoration: underline;
}


/************************************************
*	The Post Thumbnails								
************************************************/

#postwrap {
	width: 635px;
	float: left;
	margin: 0;
	padding: 0;
}


/* Float the thumbnail for each post content to the left */

/*
#blogthumb {
	float: left;
	margin: 0 15px 0  0px;
	padding: 0;
}


.thumbnail-class {
	clear: left;
	width: 261px;
	height: 147px;
	border: 20px solid #e7ebdd;
	margin: 0 0px 10px 0;
	}

*/

.left {
	margin: 0;
	padding: 0;
}


/************************************************
*	The Posts								
************************************************/

#blogcontainer {
    float: left;
	width: 620px;
	margin: 0;
	padding: 0;
}

.blogdate {
	margin: 0;
	padding: 0;
	text-align: left;
	color:#4f8bad;
	font-size:8pt;
	font-weight: 800;
	letter-spacing: 0.40pt;
	line-height: 14px;
}

.post  h2  {
	margin: 0;
	padding: 0;
	color:#b0be90;
	font-size:13pt;
	font-weight: 800;
	letter-spacing: 0.40pt;
	line-height: 16px;
}

.blogdate {
	margin: 0;
	padding: 0;
	color:#4f8bad;
	font-size:8pt;
	font-weight: 800;
	letter-spacing: 0.40pt;
	line-height: 14px;
}

.clearleft {
	clear: left;
	margin: 0;
	padding: 0;
	width: 633px;
}

/************************************************
*	The Posts	- Formatting Content							
************************************************/
#blogcontainer p {
	line-height:  1.3em;
	margin-bottom: 14px;
	padding: 0;
}

#blogcontainer ol {
	line-height:  1.3em;
	margin-bottom: 14px;
	padding: 0;
}

#blogcontainer ol li {
	list-style-type: decimal;
	margin-left: 22px;
}

#blogcontainer ul {
	line-height:  1.3em;
	margin-bottom: 14px;
	padding: 0;
}

#blogcontainer ul li {
	list-style-type: disc;
	margin-left: 14px;
}

#blogcontainer img.alignleft {
	float: left;
	border: 20px solid #e7ebdd;
	margin: 0 15px 10px 0;
}

#blogcontainer img.alignright {
	float: right;
	border: 20px solid #e7ebdd;
	margin: 0 0px 10px 15px;
}

#blogcontainer img {
	border: 20px solid #e7ebdd;
	margin: 0 0 0 15px;
}

/************************************************
*	Prev/Next Nav								
************************************************/
	
.prev_next_nav {
	width: 625px;
	text-align: left;
	padding: 0px 0 15px 0;
}

.prev_next_nav  a:link {
	color: #4f8bad;
	text-decoration: underline;
}

.prev_next_nav a:visited
{
	color: #347498;
	text-decoration: none;
}

.prev_next_nav  a:hover {
	color: #4f8bad;
	text-decoration: underline;
}
	
.navalignleft {
	float: left;
	text-align: left;
	margin: 0;
	padding: 0;
}

.navalignright {
	float: right;
	text-align: right;
	margin: 0;
	padding: 0;
}

/************************************************
*	Footer							
************************************************/

#footer {
	clear: both;
	width: 625px;
	margin: 0 0 0 0;
	padding: 0;
}

#footer p {
	margin: 0;
	padding: 15px 0 0 0;
}


/* You might find the following useful */
br.dirtyLittleTrick { clear:both; display:block; height:1px; margin:-1px 0 0 0 } /* Use this br class to clear your floated columns */
li#theme-switcher { background:#fff; border:10px solid red; padding:20px; position:fixed; top:0; right:0 } /* Use this if you have the Theme Switcher Reloaded plugin (http://themebot.com/webmaster-tools/1-wordpress-theme-switcher-reloaded) installed and want to make it nice and obvious */