body {
	background-color: #CCC;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10pt;
	color: #333;
}
a:link {
	color: #8DC63F;

}
a:visited {

	color: #8DC63F;
}
a:hover {
	color: #333;

}
a:active {

	color: #8DC63F;
}


h1, #title_left  {
	font-weight: normal;
	text-transform: uppercase;
	font-size: 20px;
	display: block;
	border-bottom: 2px solid #F1F1F2;
	padding-top: 60px;
}
h1  {
	color: #8DC63F;
	
}

#title_left {
	color: #333;
	border-bottom-color: #FFF;
	text-align: right;
	padding-right: 30px;
	padding-left: 30px;
}

h2 {
	font-weight: normal;
	text-transform: uppercase;
	font-size: 17px;
	color: #666;
	border-bottom: 1px solid #F1F1F2;
	margin-top: 25px;
	margin-bottom: 10px;
}

h2 a {
	color: #666 !important;
	text-decoration: none;
}

h2 a:hover{
	color: #000 !important;
	text-decoration: none;
}


#tagline{
	color: #8DC63F;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 15px;
	width: 250px;
	padding-right: 30px;
	padding-left: 30px;
	float: left;
	text-align: right;
	position: absolute;
	padding-top: 0px;
	height: 55px;
	left: 0px;
	bottom: 0px;
	display: block;
}

#tagline span{
	display: block;
	color: #666;
}

h3 {
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 3px;
}

/*
h2 + h3 {
	margin-top: 0px;
	padding-top: 10px;
}*/
#sidebar_right h3 {
	font-weight: normal;
	color: #FFF;
	background-color: #666;
	display: block;
	text-transform: uppercase;
	margin: 0px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}



h4 {
	font-weight: bold;

}


p {
	line-height: 1.3em;
	margin-bottom: 10px;

}

#content ul {

}

blockquote {

}
blockquote p {

}

/* Utilities */

.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.notopmargin{
	margin-top: 0px;	
}
.floatRight {
	float: right;
}
.nobotmargin{
	margin-bottom: 0px;
}


/* COLORS */


.green{
	color: #8DC63F;	
}


/* BEGIN TEMPLATE */
#wrapper {
	position: relative;
	background-color: #FFF;
	width: 935px;
	margin: 0px auto;
}


/* HEADER */

#header {
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: right top;
	height: 295px;
	position: relative;
	width: 935px;
}

.background-stone #header
{
	background-image: url(../img/header_stone.jpg);
}

.background-iron #header
{
	background-image: url(../img/header_iron.jpg);
}

.background-stone2 #header
{
	background-image: url(../img/header_stone2.jpg);
}

.background-flowers #header
{
	background-image: url(../img/header_flowers.jpg);
}

.background-beach #header
{
	background-image: url(../img/header_beach.jpg);
}

.background-beach2 #header
{
	background-image: url(../img/header_beach2.jpg);
}

.background-tower #header
{
	background-image: url(../img/header_tower.jpg);
}


#logo {
	margin-top: 110px;
	position: absolute;
	left: 0px;
	top: 0px;

}
#nav_wrapper {
	background-color: #E6E7E9;
	padding-left: 310px;
	margin-top: 195px;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 625px;
	height: auto;
}
#caption_wrapper {
	background-image: url(../img/white_60.png);
	margin-left: 0px;
	padding-bottom: 0px;
	height: 80px;
	position: absolute;
	width: 625px;
	padding-right: 0px;
	right: 0px;
	bottom: 0px;
}
#header_caption {
	font-size: 9px;
	background-image: url(../img/white_70.png);
	padding: 5px 10px 5px 20px;
	margin-left: 410px;
	line-height: normal;
}





/*  NAVIGATION */

#navigation {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
	background-color: #F1F1F3;

}

#navigation li {
	display: inline;
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;

}

#navigation li a{
	margin: 0px;
	padding: 4px 8px;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	color: #666;

}

#navigation li a:hover{
	color: #FFF;
	text-decoration: none;
	background-color: #666;

}

body#Home a#Home, 
body#News a#News, 
body#About a#About, 
body#Contact a#Contact,
#navigation .active {
	color: #FFF;
	background-color: #8DC63F;

}

/* CONTENT AREA */
#content_wrapper {
	float: none;
	margin-left: 310px;
	border-bottom: 1px solid #CCC;
	background-color: #FFF;
	background-image: url(../img/right_sidebar_back.gif);
	background-repeat: repeat-y;
	background-position: 410px 0px;

}

#content {
	float: none;
	width: 410px;
	position: relative;
	padding-bottom: 40px;
}
#content_stuff {
	width: 380px;
	position: relative;
	padding-top: 5px;
}

#breadcrumbs {
	font-size: 10px;
	color: #999;
	display: block;
	position: absolute;
	width: 380px;
	left: 0px;
	top: 40px;
}
#breadcrumbs a {
	color: #999;
}
#breadcrumbs a:hover {

color: #000;

}
	

.content_image_left {
	display: block;
	float: left;
	margin-left: -200px;
	border: 8px solid #F1F1F2;
}






/* SIDEBAR LEFT */
#sidebar_left {
	float: left;
	width: 310px;
	text-align: right;

}
#sidebar_image_gallery {
	padding: 30px;
}
#sidebar_image_gallery a img {
	border: 8px solid #F1F1F2;
}
#sidebar_image_gallery a {
	margin-bottom: 3px;
	display: block;
}
#sidebar_image_gallery .caption {
	margin-bottom: 10px;
	font-size: 11px;
	font-style: oblique;
	color: #CCC;
	text-align: right;
	display: block;
	width: 158px;
	float: right;
}



#sidebar_image_gallery a:hover img {
	border: 8px solid #999;
}


/* SIDEBAR RIGHT */
#sidebar_right {
	float: right;
	width: 215px;
	background-color: #F1F1F2;
	padding-bottom: 40px;

}


#sidebar_right h3 a{
	background-image: url(../img/rss_icon.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	float: right;
	height: 16px;
	width: 16px;
}

#sidebar_right h3 a span{
	display: none;
}



.teaser_holder {
	padding: 20px 20px 0px;
}
a.article_title_link {
	font-style: oblique;
	font-weight: bold;
	font-size: 13px;
}
.article_date {
	font-weight: bold;
	color: #666;
	font-size: 11px;
	padding-bottom: 4px;
	padding-top: 4px;
}
.article_summary p {
	font-size: 12px;
	margin-bottom: 1px;
}




/* FOOTER */
#footer {
	margin-left: 310px;
	padding-top: 10px;
	padding-bottom: 10px;
}



#footer a {

}
#footer a:hover {

}

#footernav {
	display: block;
	margin: 0px;
	padding: 0px;
	list-style: url(none) none;
	font-size: 13px;
}
#footernav li {
	display: inline;
	margin-right: 15px;
}
#footernav li a {
}


#footerCopy {
	color: #666;
	padding-top: 5px;
	padding-bottom: 5px;

}

#footerCredits {
	font-size: 10px;

}
#footerCredits a {
	color: #CCC;

}
#footerCredits a:hover {
	color: #333;

}
	


/* TEMPLATE OVERRIDES */


form#commentform textarea#comment {
	width: 380px;	
}.table_form tr td {
	padding-right: 15px;
	padding-bottom: 15px;
}

p.postmetadata,  p.postmetadata a {
	font-size: 10px;
	color: #CCC;	
}

#content_stuff.blog_wrapper h2 {
	margin-bottom: 2px;
}


#content_stuff.blog_wrapper small {
	font-size: 11px;
	font-style: oblique;
	font-weight: bold;
	color: #999;
	margin-bottom: 6px;
	display: block;
}



