/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #0e9519;
}

h1, h2, h3, h4, h5, h6, form {
	margin: 0;
	padding: 0;
}

h1, h2, h3 {
}

h4, h5, h6 {
}

p, ul, ol, blockquote {
	margin-top: 0;
}

a {
	color: #bd010f;
	text-decoration: none;
}

a:hover {
}

img {
	border: none;
}

/* Header */

#header {
	height: 100px;
	background: url(/images/poinsettia.jpg) no-repeat; 
	margin:0 auto;
	width: 900px;
	border-bottom:2px dotted #000;
	border-left:2px dotted #000;
}

#header h1 {
	margin: 0 auto;
color: #0e9519;
	padding: 12px 0 0 150px;
	font-size: 1em;
}

#header h2 {
	margin: auto 0;
	text-align: right;
	font-size: 1em;
	color:#dc0000;
}

#header a {
	text-decoration: none;
	color: #0e9519;
	font-weight:bold;
	font-size:1.5em;
}

/* Pages */

#pages {
	height: 110px;
	width:900px;
	margin:auto;
	background:#bd010f;
}

#pages h2 {
	display: none;
}

#pages ul {
	display: block;
	width: 900px;
	height: 50px;
	margin: 0 auto;
	padding: 0;
}

#pages li {
	display: inline;
}

#pages a {
	display: block;
	float: left;
	width: 142px;
	height: 75px;
	padding: 35px 0 0 0;
	text-align: center;
	text-decoration: none;
	text-transform: lowercase;
	letter-spacing: -1px;
	font-size: 1.6em;
	font-weight: normal;
	color: #fefefe;
}

#pages a:hover {
	color: #fff;
	background: #cd0000;
}

#page1 { background: #bd010f }
#page2 { background: #bd010f }
#page3 { background: #bd010f }
#page4 { background: #bd010f }
#page5 { background: #bd010f }
#page6 { background: #bd010f }

/* Content */

#content {
	width: 900px; 
	margin: 0 auto;
	padding: 20px 0 0 0;
}

/* Latest Post Box */

#latest-post {
	float: right;
	width: 550px;
}

#latest-post .title {
	color:#bd010f;
	letter-spacing: -1px;
	font-size: 2.2em;
}

#latest-post .posted {
	margin-bottom: 2em;
	font-size: .8em;
	font-weight: normal;
}

#latest-post .image {
	float: left;
	margin: .3em 1em 0 0;
}

#latest-post p, #latest-post blockquote, #latest-post ul, #latest-post ol {
	line-height: 155%;
}

#latest-post a:hover {
	color:#298f00;
	border-bottom:2px dotted #000;
}

/* Recent Posts Box */

#navigation {
	float: left;
	width: 220px;
}

#navigation h3 {
	width: 220px;
	height: 32px;
	padding: 12px 0 0 2px;
	font-size: 1.3em;
	font-weight:bold;
	color: #0e9519;
}

#navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#navigation li {
	padding: 5px 10px;
	border-bottom: 2px dotted #000;
	border-left:2px dotted #fff;
}

#navigation li:hover {
	border-left:2px dotted #000;
}

/* Column One */

#colOne {
	padding-bottom: 20px;
}

/* Column Two */

#colTwo {
	width:900px;
	margin:auto;
}

#colTwo ul {
	padding: 0;
	margin:auto;
	width:900px;
	list-style: none;
}

#colTwo li {
	display: block;
	float: right;
  	width: 250px; 
	padding-right:40px;
}

#colTwo li li {
	display: list-item;
	float: none;
}

#colTwo h2 {
	font-size: 1em;
}
#colTwo p {
      margin:0;
      padding:0;
   }

/* Footer */

#footer {
	width: 100%;
	height: 100px;
	margin: 0 auto;
	padding: 20px;
}

#footer p {
	text-align: center;
	font-size: x-small;
}
#currentpage, #currentpage a:hover {
      color:#298f00;
      border-bottom:2px dotted #000;

   }
#emails dd {
	margin-bottom:10px;
}
#postSearch {
	height:275px;
	background-repeat: no-repeat;
	background-position: 50% 10%;
}

.color1 {
	background-color:#d9daff;
	padding-left:5px;
}
.color2 {
	background-color:#e7faa7;
	padding:0 5px;
}
/* External Links Icon */
a.external span
{
position: absolute;
left: -5000px;
width: 4000px;
} 
a.external:link, a.external:visited
{
background: url(images/08sep/20px-Ext.png) no-repeat 100% 0;
padding: 0 25px 0 0;
} 
a.external:hover
{
color: #a81933;
background: url(images/08sep/20px-Ext-hot.png) no-repeat 100% 0;
padding: 0 25px 0 0;
} 
