@charset "UTF-8";

/* CSS Document */

/*-----------------------------------------------------------------------------
Style Sheet 

version:   1.1
author:    Erik Peterson
company:   Project o3, LLC
website:   http://csm.covenantnaples.com/
-----------------------------------------------------------------------------*/

/* @group layout */

body {
	background: url(/assets/images_csm/header.jpg) no-repeat center top;
	color: #62503f;
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 18px;
	margin: 0;
}

#container {
	width: 860px;
	text-align: left;
	margin: -80px auto 0 auto;
	/*border: 1px solid blue;*/
}

#contentWrapper {
	margin-left: -1px;
}

#content {
	background: transparent url(/assets/images_csm/topcontentShadow.gif) repeat-x top left;
	width: 550px;
	float: right;
	margin: 5px 0;
	padding: 14px 0px 20px 30px;
}

#header {
	height: 167px;
	padding: 83px 0px 0px 25px;
	margin-bottom: 10px;
}

#contentLine {
	background: transparent url(/assets/images_csm/rightLine.gif) no-repeat;
	width: 1px;
	height: 195px;
	float: right;
	margin: 0;
	padding: 0;
}

#content p img {
	/*border: none;
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
	padding: 0px 5px 15px 0px;*/
}

#sidebar {
	width: 232px !important;
	/*width: 10px;*/
	/*border: 1px solid red;*/
	background: url(/assets/images_csm/sidebar.jpg) no-repeat 0 0;
	float: left;
	margin-left: 1px;
	margin-top: 5px;
	margin-bottom: 20px;
	padding: 15px 22px 15px 25px;
	min-height: 195px;

}

#sidebar img {
	margin: 5px 0 0 0;
}

#siteInfo {
	float: left;
	width: 430px;
}

#footer {
	padding: 15px;
	background: url(/assets/images_csm/footerTile.gif) repeat-x left bottom;
	background-color: #e8f3f1;
	float: left;
	color: #62503f;
	font: 12px "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	line-height: 16px;
	width: 830px;
}


#mainSite {
	float: right;
	width: 400px;
	text-align: right;
}

.hRule {
	background: url(/assets/images/common/horLine.gif) repeat-x 0 center;
	height: 2px;
	/*border: 1px dotted orange;*/
}

.video {
	background-color: #F9F4C8;
	padding: 15px 20px 10px 20px;
	margin: 0 20px 20px 0;
	float: left;
	width: 480px;
}

.video h3 {
	font: 14px Georgia, 'Times New Roman', Times, serif; 
	color: #7C0208;
	line-height: 16px;
	padding-bottom: 10px;
}

.video-tour {
	background-color: #f0e9cf;
	padding: 10px 12px 10px 12px;
	margin: 25px 0 -5px 1px;
	border-left: 1px solid #ae9e87;
	border-right: 1px solid #ae9e87;
	width: 834px;
}

/* @end */

/* @group Navigation */

#menubar {
	background: transparent url(/assets/images_csm/red-stripe1.png) top center repeat-x !important;
	background: transparent url(/assets/images_csm/red-stripe1.gif) top center repeat-x;
	height: 80px;
	/*border: 1px solid green;*/
}

#menu {
	background: transparent;
	padding: 18px 10px 18px 10px;
	font: 16px Georgia, "Times New Roman", Times, serif;
	color: #dcd4b9;
	/*border: 1px dotted blue;*/
}

#menu h2 {
	font: 16px Georgia, "Times New Roman", Times, serif;
	color: #dcd4b9;
	margin: 0px;
	padding: 10px 25px 12px 25px;
}

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

#menu ul {
	margin: 0px;
	padding: 0px;
}

#menu ul li a {
	font: 16px Georgia, "Times New Roman", Times, serif;
	color: #dcd4b9;
	padding: 15px 19px 12px 20px;
	margin: 0px;
	text-decoration: none;
	/*border: 1px dotted white;*/
}

#menu ul li a:hover {
	color: white;
	text-decoration: underline;
}

#menu ul li.current a {
	color: white;
	text-decoration: none;
	cursor: default;
}


/* @end */

/* @group typography */

#intro {
	font-size: 16px;
	line-height: 22px;
}

#header h2 {
	color: #cccccc;
	font-size: 20px;
	font-family: Helvetica, Arial, Sans-Serif;
	margin: 0px;
}

#header h3 {
	color: #cccccc;
	font-size: 10px;
	font-family: Georgia, Times New Roman, Sans-Serif;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
}

#content p {
	margin: 0 30px 0 0;
	padding: 0px 0px 10px 0px;
}

#content h1 {
	color: #a93502;
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	padding: 10px 10px 10px 10px;
	line-height: 150%;
	margin: 0px;
}

#content h2 {
	color: #a93502;
	font-weight: normal;
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 10px 30px 10px 0;
	line-height: 125%;
}

#content h3 {
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	margin: 0px;
	line-height: 150%;
}

#content ol {
	list-style-type: decimal;
	line-height: 18px;
	margin: 0px;
	padding: 0px 0px 10px 30px;
}

#content ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 10px 0px;
}

#content li {
	margin: 0px;
	padding: 0px;
}

#content ul li {
	list-style: square inside;
	margin: 0px 0px 0px 10px;
	padding: 5px 0px 0px 0px;
}

blockquote {
	margin: 0px 0px 0px 25px;
	padding: 0px 25px 0px 10px;
	font-style: italic;
	color: #666666;
	border-left: 1px solid #cccccc;
}

#content blockquote p {
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

#sidebar h2 {
	color: #a93502;
	font-size: 16px;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	list-style: none;
	padding: 20px 0 2px 0;
	line-height: 18px;
	margin: 0px;
	width: 100%;
}

#sidebar ul {
	list-style: none;
	margin: 0px;
	padding: 10px 0px 10px 0px;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
}

#sidebar li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
}

#sidebar ul li {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

.thumbs p {
	font-size: 11px;
	line-height: 14px;
	font-style: italic;
	padding: 2px 0 5px 0;
}

.smText {
	font-size: 10px;
	line-height: 14px;
}

/* @end */

/* @group links */

a, a:visited {
	color: #46567e;
	text-decoration: none;
}

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

a img {
	border: none;
}

.thumbs a img {
	margin-right: 8px;
	border: 2px solid gray;
}

.thumbs a img:hover {
	border: 2px solid #a93502;
}

.thumbs a img.last {
	margin-right: 0px;
}

#header h2 a {
	color: #ffffff;
	text-decoration: none;
}

#header h2 a:hover {
	color: #000000;
	text-decoration: none;
}

#content h1 a {
	color: #a93502;
	text-decoration: underline;
}

#content h1 a:hover {
	color: #000000;
	text-decoration: none;
}

#content h2 a {
	color: #a93502;
	text-decoration: none;
}

#content h2 a:hover {
	color: #000000;
	text-decoration: none;
}

#content ul li a {
	color: #cccccc;
	text-decoration: none;
}

#content ul li a:hover {
	color: #000000;
	text-decoration: underline;
}

#footer a {
	color: #62503f;
	text-decoration: none;
}

#footer a:hover {
	color: #62503f;
	text-decoration: underline;
}



/* @end */

/* @group forms */

#csmForm {
	width: 550px;
}

em.required {
	font-size: 12px;
	color: #7C0208;
	font-style: normal;
}

#csmForm .fltlt {
	margin: 10px 20px 10px 0;
}

input, textarea {
	background-color : #f8f5e8;
	font: 10px "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
}

#csmForm label, #csmForm h6 {
	margin: 0 10px 0 0;
	padding: 0;
	line-height: 22px;
	color: #534740;
	font-size: 13px; 
	font-weight: normal;
}

#csmForm h6 {margin-top: 10px;}

#csmForm .buttons p {
	margin: 10px 5px 20px 0;
	float: left;
}

#pledge {
	background-color: #f8f5e8 ;
	padding: 5px 0 0 10px;
	margin-top: 10px;
}

#pledge p input, #pledge p textarea, #pledge div input, #pledge div textarea{
	background-color : #FFF;
	margin: 0 2px;
}

#pledge .fltlt {
	margin: 0 20px 0 0;
}

#pledge h6 {line-height: 15px; margin-bottom: 10px;}

#pledge p.smText {margin-top: -7px; font-style: italic;}

#pledge p {
	line-height: 22px
	padding: 5px 0;
	margin: 0;
}




/* @end */

/* @group credit */

#credit p, #credit a {
	text-decoration: none;
	font: 10px "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	text-align: right;
	color: #c2dad6;
	padding: 2px 3px;
	margin: 4px 3px 25px 0;
}

#credit a:hover {
	background-color: #e8f3f1;
	color: #62503f;
}



/* @end */

/* @group Misc */

.clearfloat {
	clear: both;
}

.fltrt {
	float: right;
}
.fltlt {
	float: left;
}
.hide {
	display : none;
}

/* @end */
