/* 
Site: Let's Talk Fort Worth
Version: 1.0
Design Notes:
Publication Tweaks 5/5/08
Initial Layout 4/25/08
*/

* {
	color:#57362e;
}

body {
	background-color:#E6E6CB; 
	
}

a:hover {
	text-decoration:none;
}

#wrapper {
	position:relative;
	width: 800px;
	height:700px;
	left:50%;
	margin:0 0 0 -400px;
	background-image:url(images/background.gif);
	background-position:top center;
	overflow:hidden;
	border-top:2px groove #57362e;
	border-bottom:3px groove #57362e;
	border-left:2px groove #57362e;
	border-right:3px groove #57362e;
}

#banner {
	position:relative;
	width:800px;
	height:283px;
}

/* Begin Top Navigation */

ul#topNav {
	position:absolute;
	bottom:9px;
	margin:0;
	padding:0;
}

ul#topNav li {
	display:inline;
	font-family:garamond, "Times New Roman", serif;
	font-size:medium;
	font-weight:bold;
	margin:0 0.20em 0 0.25em;
	padding:0 0.5em 0 0.25em;
	border-right:1px solid #57362e;
}

ul#topNav li.last {
	border:none;
}

/* End Top Navigation */

/* Begin Meeting Date Positioning */

#townhall {
	position:absolute;
	bottom:9px;
	right:0.5em;
	padding:0;
	margin:0;
	text-align:right;
	font-family:garamond, "Times New Roman", serif;
	font-size:large;
}


/* End Meeting Date Positioning */

/* Begin Blog Content */

.blogTitle {
	display:none;
}

.blogSubhead {
	display:none;
}

.entryFooter {
display:none;
}

.entryTitle {
display:none;
}

.tags {
	display:none;
}

.entrypermalink {
	display:none;
}

.blogRSS {
	display:inline;
}

#content {
	margin:1em;
}

#content h1 {
	margin:0;
	padding:0;
}
.entry {
	margin:9px 0;
	border-bottom:1px solid #57362e;
}
#news {
	position:relative;
	float:left;
	width:355px;
	
}

#news h2 {
	margin:0;
	padding:0;
	}
	
#post_section, #talk {
	height:350px;
	overflow:auto;
	padding-right:1em;
}

/* End Blog Content */


/* Typography */

#content h1 {
	font-size:xx-large;
	font-family:Garamond, "Times New Roman", serif;
	font-weight:bold;
}

#news h2 {
	font-size:large;
	font-family:Garamond, "Times New Roman", serif;
	font-weight:bold;
}

#content p, #news li, #news td, #news th {
	font-size:small;
	font-family:Arial, Helvetica, sans-serif;
}


/* End Typography */

/* Calendar */

#calendar {
	float:right;
	width:375px;
	margin-right:1em;
}

#calendar ul {
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	padding:0 2em 0 1em;
}

#calendar li {
	list-style-type:disc;
	font-size:x-small;
}

#calendar h1 {
	font-size:medium;
	font-weight:bold;
}

/* End Calendar */

.copyright {
	font-size:9pt;
}

.copyright a {
	text-decoration:none;
}

.copyright a:hover {
	text-decoration:underline;
}

.CsEktronAnalytics {
	display:none;
}

a.homeLink {
	position:absolute;
	text-indent:-1000em;
	border:none;
	width:206px;
	height:150px;
	left:17px;
	top:10px;
}

