/* @override http://192.168.0.112:8888/vaughn-concrete/css/main.css */

/*
Company:	Vaughn Concrete
File:		main.css - This contains all the main styles for the website.

All the styles are separted into the following groups:
Global Browser Reset - they make sure that all browsers start with the same default settings
HTML, Body - for the html and body tags
Layout - any style that defines how the site is laid out (position and size of objects)
Nav - navigation bar
Headings - headings like h1, h2, etc
Text Styles - Styles for text
Lists - unordered and ordered lists
Forms - html forms
Links - links
Misc - anything that doesn't fit elsewhere
*/

/* @group Global Browser Reset */
* {

padding:0;

margin:0;

}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, fieldset, address { margin:20px 0; }

blockquote { margin-left: 40px; }

fieldset { padding:10px; }

img { border: 0px; }
/* @end */

/* @group HTML, Body */

body { 
	background: url(../images/bkg.jpg) repeat-x #61361d;
} 
	
/* @end */

/* @group Layout */

#outer-wrapper { 
	width: 776px; 
	margin: 0 auto;
	color: #000;
	font-family: Verdana, Arial, sans-serif!important;
} 

#header { 
	width: 770px; 
	height: 70px; 
	background: url(../images/banner.jpg) no-repeat; 
}
div#hd-outer {
}
div#hd {
	width: 776px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3px;
	margin-bottom: 0;
}
div#hd-outer div#banner {
	margin-left: auto;
	margin-right: auto;
	padding-left: 25px;
	width: 1025px;
}
div#home-flash {
	width: 770px;
	margin-left: auto;
	margin-right: auto;
}

div#main-imgs {
	height: 70px;
	margin: 10px 0;
	background: url(../images/main-img1.jpg) no-repeat top center;
}

#content { 
	width: 776px;
	background: url(../images/page-bkg.png) repeat-y;
	padding: 0;
}
#content-btm {
	background: url(../images/content-btm-bkg.gif) no-repeat bottom center;
	padding: 30px 0 8px 6px;
}
#content-btm img {
	float: left;
	display: inline;
}
#content-btm #flashcontent {
	background: url(../images/quote-box-bkg.gif) no-repeat bottom right;
	width: 298px;
	padding-left: 15px;
	float: left;
	display: inline;
}

#left_content { 
	float: left; 
	width: 266px; 
	w\idth: 236px;
	padding: 0 30px 0 0; 
	font: normal 1em verdana; 
} 

#left_content h2 { 
	font-size: 1.1em; 
	color: #1b3f95; 
} 

#left_content p { 
	font-size: 0.8em; 
} 

#left_content p strong { 
	font-weight: bold;
} 

#center_content { 
	float: left; 
	width: 240px; 
	font: normal 1em verdana; 
}

div#front-left, div#front-right {
	width: 360px;
	float: left;
	display: inline;
}
div#front-left {
	margin-right: 24px;
}


/*Main Content Area*/
#main_content {
	float: left;
	width: 480px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	margin-left: 26px;
	line-height: 130%;
	display: inline;
}
body#index #main_content {
	margin-left: 16px;
	width: 744px;
}

#main_content p {
	margin-top: 2px;
	font-size: 1em;
}
#main_content h3.list-head {
	color: #61361d;
}
#outer-wrapper #main_content ul {
	margin-left: 24px;
	font-size: 1em;
}
#outer-wrapper #main_content ul li {
	margin: 3px 0; 
	padding: 0;
	list-style-type: square;
}
#outer-wrapper #main_content ol {
	margin-left: 28px;
	font-size: 1em;
}
#outer-wrapper #main_content ol li {
	margin: 3px 0;
}
/*END Main Content Area*/

div#admin {
	margin: 50px 0 10px 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	padding: 0 10px;
}

#center_content h2 { 
	font-size: 1.1em; 
	color: #1b3f95; 
} 

#outer-wrapper #center_content ul { 
	margin: 0 !important; 
	list-style: none; 
}

#outer-wrapper #center_content ul  li { 
	margin: 3px 0; 
	padding: 0 0 0 10px; 
	background: url(../images/arrow_list.gif) no-repeat 0 50%; 
} 

#center_content ul li a { 
	padding: 0 2px; 
	font-size: 0.8em; 
	color: #006633; 
} 

#center_content ul li a:visited { 
	color: #38a070; 
} 

#center_content ul li a:hover, #center_content ul li a:active {
	color: white; 
	background: #00703c; 
}

#right_content { 
	float: right; 
	width: 226px; 
	margin-top: 14px;
	margin-right: 18px;
	font-size: 13px;
	overflow: hidden;
	display: inline;
}

#right_content p {
	margin-top: 2px;
	font-size: 1em;
}
#outer-wrapper #right_content ul {
	margin-left: 24px;
	font-size: 1em;
}
#outer-wrapper #right_content ul li {
	margin: 3px 0; 
	padding: 0;
	list-style-type: square;
}
#outer-wrapper #right_content ol {
	margin-left: 28px;
	font-size: 1em;
}
#outer-wrapper #right_content ol li {
	margin: 3px 0;
}

/*Right Content Standard Elements*/
/*#right_content h1, #right_content h2, #right_content h3, #right_content h4, #right_content h5 {
	color: #398401!important;
}*/
#right_content h1 {
	font-size: 1.31em;
}

#right_content h3 {
	font-size: 1.07em;
	font-weight: bold;
}
#right_content h4 {
	font-size: 1em;
}
.right-content-img {
	margin-left: 2px;
	margin-top: 5px;
}

.blog_wrapper { 
	float: right; 
	width: 226px;
	margin-bottom: 20px;
	background-color: #dfdad2;
} 

.blog { 
	width: 226px;
	/*background: #181818;*/
	/*padding: 10px;*/
}
.blog-padding {
	padding: 10px;
}

/*.blog h1 { 
	width: 206px; 
	margin: 0 auto 10px; 
	padding: 10px 0 2px 0; 
	font-size: 1.14em; 
	border-bottom: 1px solid #aaaaaa; 
} 

.blog h1 a, .blog h2 a { 
	color: black; 
	text-decoration: none; 
} 

.blog h2 { 
	width: 206px; 
	w\idth: 166px; 
	margin: 0 auto; 
	padding: 0 15px 0 25px; 
	font-size: 0.85em; 
	background: url(../images/icon_doc.gif) no-repeat 0 2px; 
} 

.blog p { 
	width: 206px; 
	w\idth: 181px; 
	margin: 0 auto; 
	padding: 0 0 0 25px; 
	font: normal 0.85em verdana; 
	line-height: 18px; 
} 

.blog p span { 
	font: bold 0.85em verdana; 
	line-height: 18px; 
} 

.blog p a { 
	font: bold 0.85em verdana; 
	color: #666666; 
	line-height: 18px; 
} 

.blog a img { 
	margin: 10px 0 0 13px; 
}*/ 

.read_post { 
	display: block; 
	width: 184px; 
	height: 36px; 
	margin: 10px auto; 
	text-indent: -9999px; 
	background: url(../images/bg_latest_post.gif) no-repeat; 
} 

#footer { 
	clear: both; 
	/*margin-top: 25px; */
	padding: 10px 0 30px 0; 
	font-size: 0.77em; 
	color: #ad7453; 
	text-align: center; 
	line-height: 150%;
} 

#outer-wrapper #footer ul { 
	/*display: table;*/ 
	margin: 2px auto; 
	list-style: none; 
} 

#outer-wrapper #footer ul li { 
	/*float: left; 
	display: table-cell;*/ 
	display: inline;
	border-left: 1px solid #ad7453;
} 

#outer-wrapper #footer ul li.borderless { 
	border-left: none;
} 

#outer-wrapper #footer ul li a { 
	padding: 0 3px 0 6px;
	color: #ad7453; 
	text-decoration: none;
} 

#outer-wrapper #footer ul li a:hover { 
	text-decoration: underline;
	background-color: transparent;
} 

#footer span { 
	display: block; 
} 

/* @end */

/* @group Standard Elements */
h1 {
	font-size: 1.54em; 
	color: #61361d;
	font-weight: bold;
	margin-bottom: 2px;
}

h1.title{
    margin-bottom:7px;
}

h2 {
	font-size: 1.31em; 
	color: #61361d;
	margin-bottom: 2px;
	font-weight: normal;
}

h3 {
	color: #61361d;
	font-size: 1.14em;
	margin-bottom: 2px;
	font-weight: bold;
}

h4 {
	color: #61361d;
	font-size: 1.07em;
	margin-bottom: 2px;
	font-weight: normal;
}

h5 {
	color: #61361d;
	font-size: 1em;
	margin-bottom: 2px;
	font-weight: normal;
}

/*Blog Summaries*/
div.blogList ul {
	margin-left: 0!important;
}
div.blogList ul li {
	background: none!important;
	margin-left: 0!important;
	padding-left: 0!important;
	list-style-type: none!important;
}
body#index div.blogList ul li {
	margin-top: 10px!important;
	margin-bottom: 10px!important;
}
/*div.blogList ul li * {
	margin-left: 0!important;
}*/
div.blogList h2 a:link, div.blogList h2 a:visited {
	color: #000;
	text-decoration: none;
}

div.blogList h2 a:hover {
	color: #fff;
	background-color: #61361d;
}

body#index div.blogList h2 a:hover {
	color: #fff;
	background-color: #61361d;
}
div.blogList h2.postTitle {
	background: url(../images/icon_doc.gif) no-repeat 0 0;
	/*text-indent: 20px;*/
	padding-left:20px;
	font-weight: bold;
	margin-top:0;
	font-size: 1em;
}

body#index div.blogList h2.postTitle {
	background: url(../images/icon_doc.gif) no-repeat 0 0;
	/*text-indent: 20px;*/
	padding-left:20px;
	font-weight: bold;
	margin-top: 0;
	font-size: 1em;
}
div#right_content div.blogList div.postBody {
	margin-left: 20px;
}
div#main_content div.blogList div.postBody {
	margin-left: 20px;
}
div.blogList div.postInfo {
	font-weight: bold;
	/*margin-top: 4px;*/
	margin-bottom:15px;
	font-size: .85em;
}
div#main_content div.blogList div.postInfo, div#main_content div.blogList div.rss {
	margin-left: 20px!important;
}

div#right_content div.blogList div.postInfo {
	font-weight: normal;
}
body#index div.blogList div.postInfo {
	font-weight: normal;
	font-size: .85em;
}
div.blogList div.postInfo em {
	font-style: normal;
}
div#right_content div.blogList div.postInfo, div#right_content div.blogList div.rss, body#index div.blogList div.postInfo, body#index div.blogList div.rss {
	margin-left: 20px;
}


/*Blog Post*/
div.post div.postDate {
	font-size: .85em;
	margin: 4px 0;
	color: #999;
	font-weight: normal;
}

div.post div.postBody {
	margin: 4px 0 4px 0;
	font-size: 1em;
}
div.post div.blogBack {
	padding: 4px 0;
	margin-top: 4px;
	background-color: #dfdad2;
}
div.post div.blogBack p {
	margin-bottom: 0;
}
div.post div.blogBack a {
	margin-left: 20px;
}
div.post div.blogBack a:link, div.post div.blogBack a:visited {
	color: #000;
}
div.post div.blogBack a:hover {
	color: #fff;
}

/*Comments*/
div.comments h3.commentsHead {
	color: #61361d;
	font-size: 1.14em;
	font-weight: bold;
}
div.comments dl {
	font-size: 1em;
}
div.comments dt.comment {
	padding: 0 10px 10px 10px;
	margin-top:15px;
	background-color:#efede9;
	border-bottom:none;
}
div.comments dt.alternate {
	background-color:#dfdad2;
}
div.comments dt a {
	font-weight: bold;
}
div.comments dd.comment {
	padding: 0 10px 5px 10px;
	background-color:#efede9;
}
div.comments dd.alternate {
	background-color:#dfdad2;
}
div.comments a.commentNumber {
	display: block;
	text-indent: -9000px;
}
div.comments a:link, div.comments a:visited {
	color: #61361d;
	text-decoration: underline;
}
div.comments a:hover {
	text-decoration: none;
	background-color: transparent;
}
div.post div.comments a:hover {
	color: #fff;
	background-color: #61361d;
}
div.comments a.commentNumber {
	text-decoration: none!important;
	background-color: transparent!important;
}
div.comments p.commentDate {
	padding-top: 4px;
	font-style: italic;
	font-size: .92em!important;
}
.submitComment {
	width: 180px!important;
}


/*Comments Form*/
div.comments div {
	margin: 10px 0;
}
div.comments div.commentsForm {
	padding: 10px 0;
}
div.commentsForm h3.addComment {
	margin: 0 0 10px 0;
	color: #000;
	padding: 3px 20px;
}
div.post div.commentsForm h3.addComment {
	margin: 0 0 10px 0;
	color: #61361d;
	font-weight: normal;
	font-size: 1.29em;
	padding: 3px 0;
}
div.commentsForm label {
	display: block;
	margin: 10px 0 2px 0;
}
div.commentsForm input, div.commentsForm textarea {
	width: 100%;
	font-family: Verdana, Arial, sans-serif!important;
	font-size: 1.14em;
	color: #000000;
}
div.commentsForm textarea {
	height: 130px;
}
div.commentsForm p.note {
	font-size: .85em!important;
}
/*div.commentsForm input.submitComment {
	width: 200px;
}*/

/*Events List*/
div.eventsList ul {
	margin-left: 0!important;
}
div.eventsList ul li {
	background: url(../images/calendar-icon.gif) 0 1px no-repeat!important;
	margin: 2px 0 5px 0!important;
	padding-left: 25px!important;
	list-style-type: none!important;
}
body#index div.eventsList ul li {
	margin-top: 10px!important;
	margin-bottom: 10px!important;
}
div.eventsList ul li a:link, div.eventsList ul li a:visited {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
div.eventsList ul li a:hover {
	background-color: #61361d;
	color: #fff;
}

/*Files Links*/
div.linksModule ul {
	margin-left: 0!important;
}
div.linksModule ul li {
	background: url(../images/file-icon.gif) 0 1px no-repeat!important;
	margin: 2px 0 5px 0!important;
	padding-left: 25px!important;
	list-style-type: none!important;
}
body#index div.linksModule ul li {
	margin-top: 10px!important;
	margin-bottom: 10px!important;
}
div.linksModule ul li a:link, div.linksModule ul li a:visited {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
div.linksModule ul li a:hover {
	background-color: #61361d;
	color: #fff;
}

/*Thumbnails*/
body div.photoGalleryElement {
	margin: 5px 0;
}
body div.photoGalleryElement div.thumbnail {
	min-height: 0 !important;
	text-align: center!important;
	margin-right: 20px!important;
	width: 138px!important;
	height: 118px!important;
	background: url(../images/photo-bkg.gif) no-repeat top center!important;
	float: left!important;
	display: inline!important;
}
body div.thumbnail div.thumbContents img {
	width: 124px!important;
	height: 94px!important;
	margin: 6px 5px 12px 5px!important;
}
body div.thumbnail div.thumbContents p {
	margin: 0!important;
}
body div.thumbnail div.thumbContents a:link, body div.thumbnail div.thumbContents a:visited {
	color: #999!important;
	text-decoration: none!important;
}
body div.thumbnail div.thumbContents a:hover {
	background-color: transparent!important;
}

/*.photoGalleryElement .thumbnail{
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
	width: 130px;
	text-align: center;
	font-size: smaller;
	line-height: 1.2em;
	display: inline;
	height: auto !important;
	height: 160px;
	min-height: 160px;
	padding: 0;
	}
*/
.photoGalleryElement .thumbnail .thumbContents {
	padding: 0!important;
	background-color: transparent!important;
	border: none!important;
	margin: 0;
	}	
/*
.photoGalleryElement .thumbnail img{
	margin-bottom: 0;
	}
	
.photoGalleryElement .thumbnail p {
	margin: 0;
	}*/

/*Form*/
div#fieldList {
	font-size: .85em;
}
div#fieldList label {
	margin: 5px 0 2px 0;
}
div#fieldList .fieldSelected {
	background-color: #dfdad2!important;
	border: none!important;
}
div#fieldList input, div#fieldList textarea {
	color: #1b3f95;
	font-size: 1.14em;
}
h2.formTitle {
	margin-bottom: 2px;
}

/* Donate Button */


/* Site Search */
.search{
    margin-top:35px;
}
div.search input.searchInput {
	width: 144px;
}
/*div.search input.searchButton {
	cursor:pointer;
	background-image: url(../images/search-btn.gif);
	background-repeat: no-repeat;
	font-size: 12px!important;
	font-weight: bold;
	text-align: center;
	color: #ffffff!important;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	height: 20px!important;
	width: 87px!important;
	background-color: transparent;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}*/
/* @end */

/* @group Nav */
div#nav {
	margin: 8px 0 0 0;
	font-family: Verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
	height: 37px;
	line-height: 37px;
	background: url(../images/nav-bkg.gif) no-repeat;
}
div#nav ul {
	list-style-type: none;
	margin: 0;
	padding-left: 10px;
}
div#nav ul li {
	/*padding-left: 18px;*/
	float: left;
	display: inline;
	margin-right: 1px;
}
div#nav ul li a {
	padding: 0 14px;
	float: left;
	display: inline;
}
div#nav ul li a:link, div#nav ul li a:visited {
	color: #fff;
	text-decoration: none;
}
div#nav ul li a:hover, div#nav ul li a.selectedPage, div#nav ul li.selectedPageRoot a.selectedPageRoot {
	background: url(../images/nav-btm-line.gif) repeat-x bottom center;
}


/* Sidebar Nav */
div#outer-wrapper #right_content ul.subNav {
	margin: 0 2px;
	padding: 10px 0 0 0;
	font-size: 1em;
	border-bottom: 1px solid #c7c3bc;
	font-weight: bold;
}
div#outer-wrapper #right_content ul.subNav li {
	background: none;
	padding: 0!important;
	margin: 0!important;
	border-top: 1px solid #c7c3bc;
}
div#outer-wrapper #right_content ul.subNav li a {
	display: block;
	padding: 5px;
	margin: 0!important;
	width: 228px;
}
div#outer-wrapper #right_content ul.subNav a:link, div#outer-wrapper #right_content ul.subNav a:visited {
	color: #61361d;
	text-decoration: none;
}
div#outer-wrapper #right_content ul.subNav a:hover {
	background-color: #ede9e2;
}
div#outer-wrapper #right_content ul.subNav li.selectedPage a {
	background-color: #ede9e2!important;
}

/*Breadcrumb*/
div.breadcrumb {
	margin: 10px 0 0 0;
	font-size: 10px;
	color: #757575;
}
div.breadcrumb div.bc {
	display: inline;
}
div.breadcrumb span {
	font-weight: bold;
}
div.breadcrumb a:link, div.breadcrumb a:visited {
	color: #757575;
}
div.breadcrumb a:hover {
	text-decoration: none;
	background-color: #757575;
	color: #ffffff;
} 
	
/* @end */

/* @group Headings */
/* @end */

/* @group Text Styles */
	
/* @end */

/* @group Lists */
div#outer-wrapper ul {
	margin-left: 20px;
}
div#outer-wrapper ol {
	margin-left: 27px;
}
/* @end */

/* @group Forms */
	
/* @end */

/* @group Links - link visited hover active */
a:link {
	color: #61361d;
	text-decoration:none;
}
a:visited {
	color: #000;
	text-decoration:none;
}
a:hover {
	color: #630;
	text-decoration:none;
}
/* @end */

/* @group Misc */
/*hr {
	background: url(../images/dotted-hr.gif) repeat-x bottom center;
	border: none;
	color: #fff;
	border-top: 1px solid #000;
	height: 3px;
}*/

.clear {
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* @end */
