
/*/
/* General Settings
/*/

* {
	padding: 0em;
	margin: 0em;
}
body {
	background: #A63727 url(images/bg.gif) repeat fixed;
	padding: 35px 0px 35px 0px;
	font-size: small;
	font-family: Arial, Serif;
	color: #333;
	font-size:11pt;
}
p {
	line-height: 1.4em;
	margin-bottom: 1.0em;
}
a {
	color: #a8382a;
	text-decoration: none;
	border-bottom: #a8382a 1px dashed;
}
a:hover {
	text-decoration: none;
	border-bottom: #a8382a 1px solid;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Serif;
}
h3,h4 {
	display: inline;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: left;
	color: #333;
}
h3 {
	font-size: 18pt;
	padding-left: 24px;
	background-image: url(images/db1.gif);
	background-position: 0 5px;
}
h4 {
	font-size: 15pt;
	padding-left: 18px;
	background-image: url(images/db2.gif);
	background-position: 0 5px;
}
h3 span {
	font-weight: normal;
	font-size:60%;
	color:#999;
}
h5 {
	font-weight:normal;
	font-family: Arial, Serif;
	font-size:1em;
}
.contentarea {
	padding-top: 1.3em;
}
dl {
	margin:1em 0px;
}
dt {
	font-weight:bold;
}
dd {
	margin:0.5em 1em;
	padding:0;
}
ul, ol  {
	margin:1em;
	padding:0;
}
li {
	margin:0 1em;
	padding:0.15em;
}
#contentarea ul li {
	list-style-image: url(images/db3.gif);
}
blockquote {
    margin:20px 10px;    
    border-left:#ccc 2px solid;
}
fieldset {
	border:none;
}
.post {
	border-bottom: solid 1px #eaeaea;
	margin: 2em 0;	
}
.post h4 a {
	text-decoration:none;
	/*color:#141;	*/
	border:none;
}
.post .details {
	position: relative;
	top: -1.5em;
	font-size: 9pt;
	color: #787878;
	margin:0;
	padding:0;
}
.post .details .user {
	background:url(http://www.communitydiaries.org/common/user.png) no-repeat left center;
	padding-left:15px;
}
.post .details .date {
	background:url(http://www.communitydiaries.org/common/date.gif) no-repeat left center;
	padding-left:15px;
	margin:0 0 0 1em;
}
#outer .post ul.controls{
	margin:0;
	padding:1em 0;
	background:#fcfcfc;
}
.post ul.controls li {
	display: inline;
	font-size: 0.86em;
	margin:0;
	padding: 0em 1.0em 0em 15px;
}
.post ul.controls li.comments{
	background: url(http://www.communitydiaries.org/common/icon-comments.gif) no-repeat left center;
}
.post ul.controls li.more {
	background: url(http://www.communitydiaries.org/common/icon-more.gif) no-repeat left center;
}
.box {
	background: #FDFCF6 url(http://www.communitydiaries.org/common/boxbg.gif) repeat-x;
	padding: 1.5em;
	border-top: solid 1px #E1D2BD;
	border-bottom: solid 1px #E1D2BD;
	margin-bottom: 1.0em;
	text-align:left;
}
ul.linklist {
	list-style: none;
}
ul.linklist li {
	line-height: 2.0em;
}

/*/
/* Image Settings
/*/

img{
	border: solid 1px #dcdcdc;
	padding:3px;
}

/* For floating an image to the right in the intro section */
img.right {
	position: relative;
	float: right;
	margin: 0em 0em 1.8em 1.8em;
}
img.profile {
	position: relative;
	float: left;
	margin: 0.5em;
	padding:3px;
}
#outer {
	z-index: 2;
	position: relative;
	width: 82%;
	border: solid 7px #fff;
	background-color: #fff;
	margin: 0 auto;
}

/*/
/* Head Section
/*/

#header {
	position: relative;
	width: 100%;
	height: 120px;
	background: #a8382a url(images/menubg.gif) repeat;
	margin-bottom: 2px;
}
#headercontent {
	bottom: 0;
	padding: 10px 0 0 10px;
}
#headercontent h1 {
	font-weight: normal;
	font-size: 30pt;
}
#headercontent h1 a:link, #headercontent h1 a:visited {
	color: #F7C556;
	text-decoration: none;
	border:none;
}
#headercontent h1 a:hover, #headercontent h1 a:active {
	color: #fff;
	text-decoration: none;
	border: none;
}
#headercontent h1 span {
	font-size: 14pt;
	color: #000;
	line-height: 10pt;
	display: block;
}
#headercontent h2 {
	font-size: 12pt;
	font-weight: normal;
}
#headercontent h2 a:link, #headercontent h2 a:visited {
	text-decoration: none;
	border: none;
}
#headercontent h2 a:hover, #headercontent h2 a:active {
	text-decoration:none;
	border:none;
	color: #F7C556 !important; 
}
img#foundation-logo {
	position: absolute;
	border: none;
	top: 18px;
	right: 10px;
	width: 350px;
	}
#search {
	position: absolute;
	top: 285px;
	right: 2.0em;
	padding-right: 0;
	color:#fff;
}
#search label #lblSearch {
	font-size: 12pt;
	}
#search input.text {
	margin-right: 0.5em;
	vertical-align: middle;
	border: solid 1px #f0f0f0;
	padding: 0.1em;
	width: 10.0em;
	background:#fff url(http://www.communitydiaries.org/common/button_bg.gif) repeat-x top;
}
#search input.submit {
	background: #ae262b;
	border: solid 1px #fff;
	font-weight: bold;
	padding: 0.25em;
	font-size: 0.8em;
	color: #F2F3DE;
	vertical-align: middle;
}
#headerpic {
	position: relative;
	height: 149px;
	background: #fff url(images/header.jpg) repeat-x bottom left;
	margin-bottom: 2px;
	text-align: right;
	line-height: 260px;
	font-size: 2.3em;
	font-style: italic;
	font-weight: bold;
	color: #fff;
}
#headerpic span {
	background-color: #fff;
}
#menu {
	background: #a8382a url(images/menubg.gif) repeat-x top left;
	height: 45px;
	padding: 0 1em;
	margin-bottom: 2px;
	z-index: 5;
	font-size: 14pt;
}
#menu ul {
	list-style: none;
	padding-top: 10px;
	margin:0;
	float: left;
}
#menu ul li {
	position: relative;
	display: block;
	padding:0;
	margin:0;
	float:left;
}
#menu ul li a:link, #menu ul li a:visited {
	color: #fff;
	padding: 6px 19px 8px 19px;
	text-decoration: none;	
	border:none;
}
#menu ul li a:hover, #menu ul li a:active, #menu ul li.current_page_item a {
	background: #a8382a url(images/menuactive.gif) repeat-x top left;
	border:none;
}
#menubottom {
	background: #fff url(http://www.communitydiaries.org/common/border1.gif) repeat-x;
	height: 14px;
	clear: both;
}

/*/
/* Intro Section
/*/

#intro_text {
	margin-left: 190px;
}
#intro_text h4 {
	font-size: 15pt;
	}
#intro_img {
	position: relative;
	float: left;
	margin: 0em 1.8em 1.4em 0em;
	background: #fff url(images/city.jpg) no-repeat center center;
	width: 160px;
	height: 162px;
	border: solid 1px #dcdcdc;
	padding:3px;
}
.divider1 {
	position: relative;
	background: #fff url(http://www.communitydiaries.org/common/border2.gif) repeat-x;
	height: 14px;
	margin: 2.0em 0em 1.5em 0em;
	clear: both;
}

/*/
/* Begin Page Layout & Styles
/*/

#content {
	padding: 0 20px;
}
#primarycontainer {
	margin-left: 300px;
}
#primarycontent {
	margin-top: -10px;
}
#sidebar {
	float: left;
	width: 265px;
}
#sidebar ul {
	list-style:none;
	margin: 7px 0 0;	
}
#sidebar li {
	margin: 1em 0;
	padding: 0.5em;
}
#sidebar li li {
	margin: 0;
	padding: 0.5em;
	background: none;
}
#sidebar li li li {
	margin:0;
	padding:0.5em 1em;
}
#sidebar ul.feeds li {
	background:url(http://www.communitydiaries.org/common/feed.png) no-repeat left center;
	margin:1em 0;
	padding:0 1.5em;	
}

/* Placed in the Sidebar "About" box (default: disabled) */
#profile_img {
	position: relative;
	float: left;
	margin: 0.5em;
	background: #fff url(images/profile.jpg) no-repeat center center;
	width: 100px;
	height: 74px;
	border: solid 1px #dcdcdc;
	padding:3px;
}
#footer {
	position: relative;
	height: 2.0em;
	clear: both;
	padding-top: 5.0em;
	background: #fff url(http://www.communitydiaries.org/common/border2.gif) repeat-x 0 2.5em;
	font-size: 0.86em;
}
#footer .left {
	position: absolute;
	left: 2em;
	bottom: 1.2em;
}

#footer .right {
	position: absolute;
	right: 2.0em;
	bottom: 1.2em;
}

/*/
/* Comment Styles
/*/

#comments, #respond {
	margin: 2em 0 0 5px;
}
#commentform {
	margin:10px;
	padding:10px;
}
#outer .commentlist {
	margin: 0;
	padding: 0;
}
.commentlist li {
	list-style:none;
	margin: 2em 0;
	padding: 0.5em;			
	border-bottom:#ddd 1px dashed;
	background:#fcfcfc url(http://www.communitydiaries.org/common/border2.gif) repeat-x top;
}
.commentlist li p {
    margin:0 1em;
}
.commentlist li .cmtinfo {
	font-family: Arial, Serif;
	font-size:0.9em;		
	padding:5px;
	margin-bottom: 10px;
	position:relative;	
}
.commentlist li .cmtinfo em {
	margin:0;
	padding:0 1em;
	text-align:right;
	font-style:normal;			
	color:#999;	
}
.commentlist li cite {
	font-style:normal;
	font-weight:bold;
}
.commentlist li.alt {
	background:#fcfcf9 url(http://www.communitydiaries.org/common/border2.gif) repeat-x top;
}
textarea {
	width: 90%;
	padding:5px;
	height: 20em;
	border: 1px solid #ccc;	
	background:#f9f9f9 url(http://www.communitydiaries.org/common/button_bg.gif) repeat-x top;
	font:1em Arial, Serif;
}
#outer input.text {
	background:#f9f9f9 url(http://www.communitydiaries.org/common/button_bg.gif) repeat-x top;
	border:#ccc 1px solid;
	padding:2px;
	font:1em Arial, Serif;
}
.post h5 em {
	font-style:normal;
	float:right;
	font-weight:normal;
}
#header, #content, #sidebar, #footer, .widget {
	overflow: hidden;
}

/*/
/* Variable Styles
/*/

/* Titles */

h3, h4, .post h4 a {
     color: #303c44;
}

/* Header Tagline */

#headercontent h2 {
     color: #000;
}
#headercontent h2 a:link, #headercontent h2 a:visited {
     color: #fff;
}