/*
Name: Bridgewood Church
Description: Savage, MN
Version:1.0
Author: By Sky27
Author URI: http://www.sky27.com
*/

/*
CSS General Reset
*/
* {
	font-family: arial;
	font-size: 1em;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	text-decoration: none;
	vertical-align: baseline;
	white-space: normal;
}

html, body {line-height: 1}
hr {display: none}
blockquote:before, blockquote:after, q:before, q:after {content: ''}
blockquote, q {quotes: "" ""}
ul {list-style-type: none}
ol {list-style-type: decimal}
.clear {clear: both}
table {font-family: inherit; font-size: inherit; color: inherit;}

/*
Layout CSS Information
*/
body {
	background: #b1d8f0 url(images/bg_main.gif) repeat-x top left;
	text-align: center;
}

#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

/*
Very Top Bar
*/

#topblock {
	float: right;
	margin: 0 0 44px 0;
	padding: 4px 0;
	width: 280px;
	height: 22px;
	color: #d1d1d1;
	font-size: 11px;
	line-height: 22px;
	text-align: left;
}

.topleft {
	display: block;
	float: left;
}

#topright a{
	display: block;
	float: right;
	width: 130px;
	height: 22px;
	background: #eee url(images/map_directions.gif) no-repeat;
}

/*
Top Bar
*/
#top {
	float: right;
	width: 345px;
	background: none;
	padding: 4px;
}

#pagemenu {
	float: left;
	display: inline;
	height: 30px;
	z-index: 20;
}

/* start of main menu tabs */

#pagemenu li {
	float: left;
	display: block;
	height: 30px;
}

#pagemenu li ul li {
	border-bottom: 1px solid #ddd;
	border-right: 0;
	width: 100%;
}

#pagemenu li a {
	display: block;
	font-size: 0.95em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: -1px;
	color: #FFF;
	line-height: 30px;
	padding-left: 26px;
	padding-right: 26px;
	border-right: 1px solid #33546a;
	border-left: 1px solid #33546a;
}

#pagemenu li a:hover {
	background: #ffffff url(images/grad_menu_bg.gif) repeat-x top left;
	border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	color: #33546a;
}

#pagemenu li:hover {
	background: #ffffff url(images/grad_menu_bg.gif) repeat-x top left;
}

#pagemenu li:hover a{
	color: #33546a;
    border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
}

#pagemenu li.current_page_item a {
	background: #ffffff url(images/grad_menu_bg.gif) repeat-x top left;
	border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	color: #33546a;
}

#pagemenu li.current_page_item a:hover {
	background: #ffffff url(images/grad_menu_bg.gif) repeat-x top left;
	border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	color: #5085a8;
}

/* end of main menu tabs */

/* start of sub menu tabs */

#pagemenu ul {
	display: none;
	z-index: 99;
	position: absolute;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

#pagemenu ul li a {
	display: block;
	background: #FFF;
	text-transform: none;
}

#pagemenu li ul a:hover {
	display: block;
	background: #FFF;
}

#pagemenu ul a {
	display: block;
}

#pagemenu ul ul {
	margin-top: -25px;
	display: none;
	margin-left: 199px;
	position: absolute;
}

#pagemenu li:hover ul ul {
	display: none;
}
#pagemenu li:hover ul {
	display: block;
}
#pagemenu ul li:hover ul {
	display: block;
}
#pagemenu li ul li {
	display: block;
	width: 100%;
}

#pagemenu li.page_item ul {
	width: 240px;
}

#pagemenu li.page_item ul a{
	border: none;
}

#pagemenu li.page_item a {
	display: block;
}

#pagemenu li.page_item a:hover {
	display: block;
}

#pagemenu li.page_item ul li a {
	display: block;
	text-align: left;
	height: 30px;
	line-height: 30px;
	background: #fff;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 1em;
	color: #33546a;
}

#pagemenu li.page_item ul li a:hover {
	display: block;
	text-align: left;
	height: 30px;
	line-height: 30px;
	background: #ded89e;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 1em;
	color: #33546a;
}

/* end of sub menu tabs */

/*
Search bar
*/
#searchbar {
	background: url(images/search_box.gif) no-repeat;
	float: right;
	display: inline;
	padding: 7px;
	width: 376px;
	height: 26px;
	font-size: 1em;
}

.searchform {
	display: inline;
	vertical-align: middle;
	float: left;
}

.searchform fieldset {
	display: inline;
	vertical-align: middle;
}

.searchform label {
	display: inline;
	vertical-align: middle;
}

.searchform input {
	display: inline;
	vertical-align: middle;
}

.searchform .searchlabel {
	color: #fff;
	font-weight: bold;
	font-family: verdana, arial, Helvetica, sans-serif;
	letter-spacing: -1px;
}

.searchform .searchterm {
	width: 276px;
	margin: 1px 5px 0 0;
	padding: 3px 5px;
	color: #4ba0c2;
	font-weight: bold;
	background: none;
}

.searchform .searchterm:focus {
	color: #757575;
	background: none;
}

.searchform .searchbutton {
	text-transform: uppercase;
	background: none;
	cursor: pointer;
	color: #666;
	font-size: 0.9em;
	width: 81px;
	height: 26px;
}

.searchform .searchbutton:hover {
	color: #4ba0c2;
}

.searchformI {
	vertical-align: middle;
	font-size: 0.7em;
}

.searchformI fieldset {
	display: inline;
	vertical-align: middle;
}

.searchformI label {
	display: inline;
	vertical-align: middle;
}

.searchformI input {
	display: inline;
	vertical-align: middle;
}

.searchformI .searchlabel {
	color: #9ca485;
	font-weight: bold;
	text-transform: uppercase;
	margin-right: 5px;
	font-family: verdana, arial, Helvetica, sans-serif;
	letter-spacing: -1px;
}

.searchformI .searchterm {
	border: 1px solid #ddd;
	width: 200px;
	padding: 3px;
	color: #757575;
	background: #fff;
}

.searchformI .searchterm:focus {
	border: 1px solid #bbb;
	color: #ff9600;
	background: #fff;
}

.searchformI .searchbutton {
	border: 1px solid #ddd;
	text-transform: uppercase;
	background: #fff;
	cursor: pointer;
	color: #666;
	font-size: 0.9em;
	height: 21px;
}

.searchformI .searchbutton:hover {
	color: #ff9600;
}

/*
Header CSS
*/
#header {
	width: 960px;
	height: 114px;
	padding: 0;
	margin: 0 0 18px 0;
}

#header_logo a{
	background: url(images/logo_PNG.png) no-repeat;
	float: left;
	width: 300px;
	height: 64px;
	margin: 50px 0 0 0;
	display: block;
	text-decoration: none;
}

#header_ad {
	float: right;
	width: 468px;
	height: 60px;
	display: inline;
	margin-right: 20px;
}

#header_ad img {
	display: block;
}

/*
Page Menu CSS
*/

#bar {
	width: 960px;
	height: 30px;
	background: #33546a;
}

#bar #toprss {
	float: right;
	display: inline;
	height: 30px;
	margin-right: 10px;
}

#bar #toprss a {
	float: right;
	display: block;
	color: #fff;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
	background: url(images/rssround.gif) no-repeat left center;
	padding-left: 25px;
	height: 30px;
	line-height: 30px;
}

#bar #toprss a:hover {
	color: #e1f876;
}

#catmenu {
	float: left;
	display: inline;
	height: 30px;
	z-index: 20;
}

#catmenu li {
	float: left;
	display: block;
	height: 30px;
	border-right: 1px solid #2594bf;
}

#catmenu li ul li {
	height: 24px;
	border-right: 0;
	border-bottom: 1px solid #ddd;
	width: 100%;
}

#catmenu li a {
	display: block;
	font-size: 0.75em;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	line-height: 30px;
	padding-left: 10px;
	padding-right: 10px;
}

#catmenu li a:hover {
	background: #8acce7;
}

#catmenu li.current-cat a {
	color: #333;
	background: #FFF;
}

#catmenu li.current-cat a:hover {
	color: #333;
	background: #FFF;
}

#catmenu ul {
	display: none;
	z-index: 99;
	position: absolute;
}

#catmenu ul li a {
	display: block;
	background: #FFF;
}

#catmenu li ul a:hover {
	display: block;
	background: #FFF;
}

#catmenu ul a {
	display: block;
}

#catmenu ul ul {
	margin-top: -24px;
	display: none;
	margin-left: 200px;
	position: absolute;
	border-left: 1px solid #ff9000;
}

#catmenu li:hover ul ul {
	display: none;
}

#catmenu li:hover ul {
	display: block;
}

#catmenu ul li:hover ul {
	display: block;
}

#catmenu li ul li {
	display: block;
	width:100%;
}

#catmenu li.cat-item ul {
	width: 200px;
}

#catmenu li.cat-item a {
	display: block;
}

#catmenu li.cat-item a:hover {
	display: block;
}

#catmenu li.cat-item ul li a {
	display: block;
	text-align: left;
	font-size: 0.75em;
	height: 24px;
	line-height: 24px;
	padding-left: 10px;
	padding-right: 10px;
	color: #666;
	font-weight: bold;
	text-transform: none;
	background: #f9f9f9;
}

#catmenu li.cat-item ul li a:hover {
	display: block;
	text-align: left;
	font-size: 0.75em;
	height: 24px;
	line-height: 24px;
	padding-left: 10px;
	padding-right: 10px;
	color: #738ba1;
	font-weight: bold;
	text-transform: none;
	background: #FFF;
}

/*
Content Layout
*/


#homecontent {
	width: 940px;
	background: #ffffff;
	padding: 10px 10px 0 10px;
}

#homecontent #homeheader{
	background: none;
}

#homecontent #homecolumn {
	float: left;
	width: 670px;
	height: 200px;
	margin-right: 10px;
	display: inline;
}

#homecontent #homesidebar {
	float: left;
	position: relative;
	background: url(images/home_sidecol.jpg) no-repeat;
	width: 240px;
	height: 200px;
	display: inline;
	padding: 10px;
}

#homecontent .home_learnmore {
	display: block;
	position: absolute;
	bottom: 20px;
	left: 42px;
	background: url(images/learn_more_a.png) no-repeat;
	width: 177px;
	height: 38px;
}

#homecontent .home_learnmore a {
	display: block;
	background: url(images/learn_more_a.png) no-repeat;
	width: 177px;
	height: 38px;
}

#homecontent .home_learnmore a:hover {
	display: block;
	background: url(images/learn_more_b.png) no-repeat;
	width: 177px;
	height: 38px;
}

#content {
	width: 940px;
	background: #ffffff;
	padding: 10px;
}

#content #stage{
	background: url(images/stage_bg.gif) repeat-y;
}

#content #column {
	float: left;
	width: 670px;
	margin-right: 10px;
	display: inline;
}

#content #sidebar {
	float: left;
	width: 240px;
	display: inline;
	padding: 10px;
}

/*
CCB Login
*/

#ccb {
	float: left;
	width: 645px;
	display: inline;
	background: #c4df9b;
	border: 1px solid #a7ce6f;
	padding: 10px;
	color: #003300;
	font-size: 1em;
}

#ccb a {
	color: #003300;
	font-size: 1em;
	text-decoration: underline;
}

#ccb a:hover {
	color: #003300;
	font-size: 1em;
	text-decoration: none;
}

/*
Sidebar Widgets
*/
#sidebar h2 {
	font-size: 1.6em;
	font-weight: normal;
	line-height: 1.3em;
	letter-spacing: -1px;
	margin: 0 0 10px 0;
	color: #33546a;
	border-bottom: 1px solid #c4be89;
}

#sidebar p {
	margin: 0px 0px 7px 0px;
}

#sidebar .box {
	margin: 5px 0 10px 0;
	font-size: 0.9em;
	line-height: 1.4em;
	color: #24323c;
}

.videobox {
	border: 4px solid #ddddd4;
	width: 380px;
	height: 214px;
}

.center {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

#sidebar a {
	color: #366799;
	text-decoration: underline;
}

#sidebar a:hover {
	color: #366799;
	text-decoration: none;
}

.sidebar1 {
	width: 388px;
}

.sidebar2 {
	width: 240px;
	float: left;
	display: inline;
}

.sidebar1 ul ul, .sidebar2 ul ul {
	font-size: 0.7em;
	color: #777;
	line-height: 1.4em;
	background: #d8e9f4;
	border: 1px solid #e1edef;
}

.sidebar1 ul div, .sidebar2 ul div {
	font-size: 0.7em;
	color: #777;
	line-height: 1.4em;
}

.sidebar1 ul div div, .sidebar2 ul div div {
	font-size: 1em;
	border: none;
}

.sidebar1 li li {
	padding: 5px 2px 2px 5px;
	border-bottom: 1px dotted #c4d5d8;
}

.sidebar2 li li {
	padding: 5px 2px 2px 5px;
	border-bottom: 1px dotted #c4d5d8;
}

.sidebar1 li li li {
	font-size: 1.0em;
	padding: 5px 2px 2px 5px;
}

.sidebar2 li li li {
	font-size: 1.0em;
	padding: 5px 2px 2px 5px;
}

#sidebar .box #upcoming_events {
	float: left;
	min-height: 83px;
	/*currently set to disply 4 entries, to display only 3 entries, use min-height: 63px; */
	display: inline;
	list-style: none !important;
}

#sidebar .box #upcoming_events a{
	text-decoration: none;
	color: #015693;
}

#sidebar .box #upcoming_events a:hover{
	text-decoration: none;
	color: #dd4800;
}

#sidebar .box .events_container{
	overflow: hidden;
	height: 5.5em;
	/*currently set to disply 4 entries, to display only 3 entries, use 4em */
}

#sidebar .box .events_none{
	overflow: visible;
}

#sidebar .box #weeklyscheduletop {
	float: left;
	height: 44px;
	width: 200px;
	line-height: 50px;
	padding: 6px 0 0 40px;
	margin: -10px 0 0 0;
	display: inline;
	border-bottom: 1px solid #fff8b5;
	background: url(images/weekly.png) left center no-repeat;
}

#sidebar .box #weeklyscheduletop h1{
	font-size: 1.2em;
	line-height: 1.2em;
	color: #696431;
}

#sidebar .box #weeklyscheduletop p{
	font-size: 1em;
	line-height: 1.2em;
	margin: 0;
	color: #24323C;
}

#sidebar .box #weeklyscheduletop a{
	text-decoration: none;
	color: #24323C;
}

#sidebar .box #weeklyscheduletop a:hover{
	text-decoration: none;
	color: #dd4800;
}

#sidebar .box #weeklyschedulemid {
	float: left;
	height: 44px;
	width: 200px;
	line-height: 50px;
	padding: 6px 0 0 40px;
	display: inline;
	border-bottom: 1px solid #fff8b5;
	background: url(images/weekly.png) left center no-repeat;
}

#sidebar .box #weeklyschedulemid h1{
	font-size: 1.2em;
	line-height: 1.2em;
	color: #696431;
}

#sidebar .box #weeklyschedulemid p{
	font-size: 1em;
	line-height: 1.2em;
	margin: 0;
	color: #24323C;
}

#sidebar .box #weeklyschedulemid a{
	text-decoration: none;
	color: #24323C;
}

#sidebar .box #weeklyschedulemid a:hover{
	text-decoration: none;
	color: #dd4800;
}

#sidebar .box #weeklyschedulebtm {
	float: left;
	height: 44px;
	width: 200px;
	line-height: 50px;
	padding: 6px 0 0 40px;
	display: inline;
	border-bottom: 1px solid #fff8b5;
	background: url(images/weekly.png) left center no-repeat;
}

#sidebar .box #weeklyschedulebtm h1{
	font-size: 1.2em;
	line-height: 1.2em;
	color: #696431;
}

#sidebar .box #weeklyschedulebtm p{
	font-size: 1em;
	line-height: 1.2em;
	margin: 0;
	color: #24323C;
}

#sidebar .box #weeklyschedulebtm a{
	text-decoration: none;
	color: #24323C;
}

#sidebar .box #weeklyschedulebtm a:hover{
	text-decoration: none;
	color: #dd4800;
}

/*
Home News
*/

.home_news {
	padding: 0;
}

.post .home_news ul {
	margin: 0;
}

.home_news ul a{
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	color: #24323c;
	height: 30px;
	line-height: 30px;
	margin: 0;
}

.home_news ul a:hover{
	height: 30px;
	line-height: 30px;
	font-size: 1.2em;
	color: #3d6a8a;
	margin: 0;
}

.home_news li {
	padding: 5px 15px 2px 0;
	margin: 0;
	border-bottom: 1px dotted #b7cce2;
	list-style: none;
	background: #d8e9f4 !important;
}

.news_nav {
	background: #e4e4e4;
	margin: 10px 0 0 0;
	padding: 5px 5px 5px 15px;
	color: #4a7894;
	font-size: .9em;
	line-height: .9em;
	font-weight: bold;
}

.news_nav a{
	color: #4a7894;
	font-weight: bold;
	text-decoration: none;
}

.news_nav a:hover{
	color: #24323c;
	font-weight: bold;
	text-decoration: none;
}

#home_rss {
	background: url(images/rssimg.gif) no-repeat;
	background-position: right 0px;
	padding-right: 22px;
	height: 15px;
	float: right;
	color: #33546a;
	font-size: .7em;
	line-height: 15px;
	margin: -32px 0 0 0;
}

#home_rss a {
	color: #33546a;
}

#home_rss a:hover {
	color: #4a8ab0;
}

/*
Feed CSS
*/
.rssfeed {
	background: url(images/rssimg.gif) no-repeat;
	background-position: left 0px;
	padding-left: 22px;
}

.rssfeed a {
	border-bottom: 1px dotted #ddd;
}

.emailfeed {
	background: url(images/rssemail.gif) no-repeat;
	background-position: left 0px;
	padding-left: 30px;
}

.feedform {
	font-size: 0.9em;
}

.feedemail {
	border: 1px solid #ddd;
	width: 200px;
	padding: 3px;
	color: #757575;
	background: #fffff4;
}

.feedemail:focus {
	border: 1px solid #bbb;
	color: #ff9600;
	background: #fff;
}

.feedsubmit {
	border: 1px solid #ddd;
	text-transform: uppercase;
	background: #fff;
	cursor: pointer;
	color: #666;
	font-size: 0.9em;
	height: 22px;
}

.feedsubmit:hover {
	color: #ff9600;
}

/*
Sidebar Ads CSS
*/
ul.ads li {
	float: left;
	display: inline;
	margin-right: 3px;
}

ul.ads img {
	display: block;
	float: left;
}

/*
Footer CSS
*/
#footer {
	background: #33546a;
	width: 936px;
	padding: 12px;
	font-size: 0.7em;
	color: #dddddd;
	text-align: center;
	margin: 0 0 20px 0;
}

#footer a {
	color: #dddddd;
	text-decoration: underline;
}

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

#footer_cap {
	background: url(images/bottom_cap.gif) no-repeat top center;
	margin: 0 auto;
	width: 960px;
	padding: 0 0 20px 0;
	height: 5px;
}

.copyright {
	text-align: center;
	line-height: normal;
}

.credit {
	float: right;
	color: #757575;
	line-height: 1.4em;
}

a.sitename {
	color: #ccc;
	border-bottom: 1px dotted #366799;
}

a.footrss {
	background: url(images/rssimg.gif) no-repeat left center;
	padding-left: 22px;
	margin-left: 10px;
}

.credit a {
	font-weight: bold;
	color: #666;
}

.credit a:hover {
	color: #ff9600;
}

/*
General Styles THE POST
*/
.post {
	margin: 0;
}

.post h1, .post h2, .post h3, .post h4, .post h5, .post h6 {
	line-height: 1.3em;
	margin: 10px 0px;
	font-weight: normal;
	border-bottom: 1px solid #e4e4e4;
}

.post p {
	line-height: 1.5em;
	margin: 10px 0px;
}

.post h1 {font-size: 1.6em}
.post h2 {font-size: 1.6em}
.post h3 {font-size: 1.4em}
.post h4 {font-size: 1.2em}
.post h5 {font-size: 1.1em}
.post h6 {font-size: 1em}
.post p {font-size: 0.75em}
.post h1 {color: #366799;letter-spacing:-1px;}
.post h2 {color: #78848f;letter-spacing:-2px;}
.post h3 {color: #FF9000;letter-spacing:-1px;}
.post h4 {color: #00a2ff}
.post h5 {color: #ff9600}
.post h6 {color: #333}
.post p {color: #666; font-size: .9em;}

.post ul, .post ol {
	font-size: 0.75em;
	color: #666;
	margin: 0 0 10px 20px;
}
.post li, .post li li {line-height: 1.5em}
.post ol {margin-left: 16px}

.post ul ul, .post ol ol {
	font-size: 1em;
	margin-top: 5px;
}
.post ul li, .post ul li ul li {
	background: url(images/bullet.gif) no-repeat;
	background-position: left 8px;
	padding-left: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.post ol li, .post ol li ol li {
	padding-top: 2px;
	padding-bottom: 2px;
}

.post img {
	vertical-align: middle;
}

.more-link {
	font-weight: bold;
	font-size: 1.1em;
	color:#FF9000;
	text-transform: uppercase;
}

.more-link:hover {
	color: #78848F;
	background: #fff;
}

.post ins {
	text-decoration: underline;
}

.post del {
	text-decoration: line-through;
}

.post code {
	display: block;
	border: 1px dotted #ddd;
	width: 400px;
	padding: 10px;
	background: #eee;
	color: #666;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}

.post blockquote {
	display: block;
	border: 1px dashed #c9c5a2;
	padding: 10px;
	background: #f3f1d9;
}


.post blockquote p {
	color: #444444;
}

.post blockquote ul {
	color: #222222;
}

.post blockquote td {
	font-family: inherit;
	font-size: 0.9em;
	line-height: 1.2em;
	color: #444444;
}

a {
	color: #189ad0;
}

a:hover {
	color: #666666;
}

.post h2 a {
	color: #2a6ea6;
	font-weight: bold;
}

.post h2 a:hover {
	color: #398cd0;
}

.post .entry {
	margin-top: 10px;
	margin-bottom: 10px;
}

.post .postinfo {
	color: #949494;
	background: #ededed;
	font-size: 0.7em;
	line-height: 1.4em;
	padding: 4px;
	margin: 0 0 5px 0;
}

.post .info {
	float: left;
}

.post .info a {
	padding-top: 4px;
	padding-bottom: 4px;
	height: 15px;
}

.post .commentnum {
	float: right;
	background: url(images/ico_comments.png) no-repeat left center;
	padding-left: 20px;
}

.post .category {
	font-size: 0.7em;
	color: #949494;
	background-position: left 3px;
}

.post .tags {
	font-size: 0.7em;
	color: #949494;
	line-height: 1.5em;
	border-top: 1px solid #eee;
}

.post .ratings {
	font-size: 0.75em;
	line-height: 1.3em;
	color: #666;
	margin: 0px 0px 10px 0px;
}

.post .views {
	font-size: 0.75em;
	color: #666;
	margin: 0px 0px 10px 0px;
}

/*
Post Images - Alignments
*/
img.alignleft, img.alignright, img.aligncenter, img.alignnone {
	border: 3px solid #eee;
}

.alignleft {
	float: left;
	display: inline;
	margin-right: 10px;
	margin-bottom: 2px;
}

.alignright {
	float: right;
	display: inline;
	margin-left: 10px;
	margin-bottom: 2px;
}

.aligncenter {
	display: inline;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

.alignnone {
	display: inline;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

p.wp-caption-text {
	padding: 3px;
	color: #757575;
}

/*
Default Navigation _Next entries _Previous entries
*/
.navigation {
	background: #e4e4e4;
	padding: 5px;
	color: #24323c;
	font-size: .9em;
	line-height: .9em;
	font-weight: bold;
}

.navigation a{
	color: #24323c;
	font-weight: bold;
	text-decoration: none;
}

.navigation a:hover{
	color: #4a7894;
	font-weight: bold;
	text-decoration: none;
}

.nav {
	margin-top: 10px;
	font-size: 0.75em;
}

.nav a:hover {
	color: #333;
}
	

.nav_left {
	float: left;
	display: inline;
}

.nav_right {
	float: right;
	display: inline;
}

/*
Other Post Boxes
*/
.post_header {
	padding-top: 10px;
	padding-right: 10px;
}

.post_header h1 {
	font-size: 1.4em;
	color: #444;
}

.post_author, .post_follow {
	background: #fffff4;
	padding: 10px;
	font-size: 0.75em;
	color: #666;
	line-height: 1.5em;
	border: 1px solid #eeeee4;
	font-family: "Trebuchet MS", arial, Helvetica, sans-serif;
	margin-top: 15px;
}

.post_follow a {
	font-weight: bold;
}

/*
Comments
*/
.commentlistdiv {
	margin-top: 10px;
	padding: 10px;
	background: #d8e9f4;
	font-size: 0.75em;
	color: #666;
}

.commentlistdiv h1 {
	font-size: 1.3em;
	color: #366799;
	border-bottom: 1px solid #eee;
	line-height: 1.5em;
}

.commentlist li {
	background: #fff;
	border-bottom: 1px dotted #ddd;
	padding: 20px;
}

.commentlist li.alt {
	background: #fff;
}

.pane_l {
	float: left;
	display: inline;
	width: 160px;
	min-width: 160px;
	max-width: 160px;
	border-right: 1px dotted #ddd;
	padding-right: 20px;
	margin-right: 20px;
}

.pane_r {
	display: block;
	line-height: 1.5em;
	margin-left: 201px;
}

.c_author {
	font-size: 0.9em;
	font-weight: bold;
	margin: 0px 0px 7px 0px;
}

.c_avatar {
	display: block;
	margin: 0px 0px 7px 0px;
}

.c_date {
	color: #949494;
	font-size: 0.9em;
	margin: 0px 0px 7px 0px;
}

.c_approved {
	color: #949494;
	font-size: 0.9em;
}

/*
Trackbacks / Pinbacks
*/
.post_ping {
	background: #fffff4;
	padding: 10px;
	border: 1px solid #eeeee4;
	font-family: "Trebuchet MS", arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #666;
	line-height: 1.5em;
}

.post_ping h1 {
	font-size: 1.2em;
}

.post_ping ol {
	margin-left: 20px;
}

.post_ping ol li {
	padding-top: 3px;
}

/*
Reply
*/
.reply {
	margin-top: 10px;
	padding: 10px;
	background: #f7f8ed;
	border: 1px dotted #ddd;
	font-size: 0.75em;
	color: #666;
}

.reply h1 {
	font-size: 1.3em;
	color: #366799;
	border-bottom: 1px solid #c6e1e5;
	line-height: 1.5em;
}

.reply label {
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	vertical-align: middle;
	color: #666;
	margin-left: 5px;
}

.replytext {
	width: 200px;
	background: #FFF;
	margin-top: 5px;
	margin-bottom: 5px;
	vertical-align: middle;
	color: #666;
	border: 1px solid #e0edef;
	padding: 2px;
}

.replytext:focus {
	background: #fffff9;
}

.replyarea {
	width: 500px;
	height: 100px;
	background: #FFF;
	margin-top: 5px;
	margin-bottom: 5px;
	vertical-align: middle;
	color: #666;
	border: 1px solid #e0edef;
	padding: 2px;
}

.replyarea:focus {
	background: #fffff9;
}

.replybutton {
	cursor: pointer;
	font-size: 0.9em;
	font-weight: bold;
	background: url(images/commentbutton.gif) no-repeat;
	width: 100px;
	height: 22px;
	margin-top: 5px;
	margin-bottom: 5px;
	vertical-align: middle;
	color: #fff;
}

.replybutton:hover {
	background: url(images/commentbutton_on.gif) no-repeat;
}

/* Newsletter Submit Form */

.newsletter {
	margin: 0;
	padding: 10px;
	background: #eeeeee;
}

.newsletter table h1{
	font-size: 1em;
}

.newsletter table {
	color: #666666;
	font-size: .9em;
}

.newsletter input {
	border: 1px solid #999;
	font-size: 1.5em;
	padding: 2px;
	margin: 8px 0 0 0;
	} 

.newsletter textarea {
	border: 1px solid #999;
	font-size: 1.5em;
	padding: 2px;
}

.newsletter select {
	border: 1px solid #999;
	font-size: 1.5em;
	padding: 2px;
}

.newsletter .submit {
	background: #E95C50;
	padding: 2px;
	border: 1px solid #d23b2e;
	color: #ffffff;
	font-weight: bold;
	cursor: pointer;
}