/*
Theme Name: P2P-Theme_C2C
Theme URI: http://point2pointCentral.com/
Description: Point2point to column theme with sidebar to right
Author: Rene Bonee
*/



/* General */
.pagenav {
	font: normal 18px "Trebuchet MS", Verdana;
	padding: 1px 0 5px 0;
}
.page_item {
	font: normal 12px "Trebuchet MS", Verdana; 
	margin: 5px;
	color: #019966;
	/* below added by rbonee to float list across as well as take out bullets */
	float: left;
	list-style: none;
	text-decoration: underline;
	/* end of add */
}
.page_item a {
	color: #019966;
}
.page_item a:hover {
	color: #000;
	text-decoration: none;
}


/* This does not work - rbonee
.current_page_item {
		font: normal 221px "Trebuchet MS", Verdana;
		padding: 1px 0 5px 0;		
}
*/

.current_page_parent {	font: normal 22px "Trebuchet MS", Verdana;
		padding: 1px 0 5px 0; } 
body {
	margin: 0;
	background: #3E3E3E;
}

h1, h2, h3, h4 {
	margin: 0;
}


.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}


/* Page */

#page {
	margin: -42px auto 0 auto;
	width: 895px;
	background: url("images/page.gif") repeat-y;
}

#page-top {
	width: 895px;
	background: url("images/page_top.jpg") no-repeat;
}

#page-bottom {
	width: 895px;
	min-height: 460px;
	background: url("images/page_bottom.gif") no-repeat left bottom;
}


/* Added by rbonee to fix image align with new version of WordPress */
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
}
/* End of added by rbonee */


/* Header */

#header {
	width: 890px;
	height: 216px;
	position: relative;

}

/* Header - Info */
#header #header-info {
	padding: 0px;
	width: 869px;
}
#header #header-info h1 {
	color: #ffffff;
	font: normal 20px "Trebuchet MS", Verdana;
	padding: 1px 0 5px 0;
}
#header #header-info h1 a {
	color: #ffffff;
	text-decoration: none;
}
#header #header-info .description {
	color: #ffffff;
	font: normal 17px "Trebuchet MS", Verdana;
}
	
/* Header - Menu */
#header #header-menu {
	position: absolute;
	top: 42px;
	left: 13px;
	width: 640px;
	height: 28px;
	background: #019966;
		text-decoration: none;

}	
#header #header-menu ul {
	list-style-type: none;
	width: 640px;
	margin: 0;
	padding: 0 0 0 10px;
			text-decoration: none;

}
#header #header-menu ul li {
	float: left;
	height: 30px;
	margin: 0;
	color: #fff;
			text-decoration: none;

}
#header #header-menu ul li a {
	display: block;
	margin: 5px 0 0 0;
	padding: 0 10px;
	font: bold 16px "Trebuchet MS", Verdana;
	color: #fff;
	text-decoration: none;
}
#header #header-menu ul li a:hover {
	background: #b3e0d1;
			text-decoration: none;

}
#header #header-menu ul li ul {
	display: none;
			text-decoration: none;

}
#header #header-menu ul li.current_page_item a {
	background: #fff;
	color: #019966;
}
	
/* Header - Search */
#header #header-search {
	position: absolute;
	top: 42px;
	left: 650px;
	width: 217px;
	height: 28px;
}
#header #header-search #searchform {
	margin: 0;
	padding: 0;
	width: 217px;
	height: 22px;
}
#header #header-search #s {
	float: left;
	width: 117px;
	height: 18px;
	padding: 2px 5px;
	border: 0;
	font: normal 16px "Trebuchet MS", Verdana;
	color: #000000;
	background: transparent;
}
#header #header-search #searchsubmit {
	background: transparent;
	border: none;
	width: 85px;
	height: 22px;
	padding: 0;
	float: right;
}
	
	/* Header - Newsletter */
	
	#header #header-newsletter {
		position: absolute;
		top: 230px;
		left: 32px;
		width: 200px;
		height: 90px;
		padding-top: 40px;
		background: url("images/header_newsletter.gif") no-repeat;
		background: #FFFFFF;	
		font: bold 12px "Trebuchet MS", Verdana;
		visibility: hidden;		
	}
	
	#header #header-newsletter p {
		margin: 0;
		padding-bottom: 7px;
	}
	
	#header #header-newsletter form {
		margin: 0;
		padding: 0;
	}
	
	#header #header-newsletter span {
		width: 55px;
		float: left;
		height: 18px;
		line-height: 18px;
	}
	
	#header #header-newsletter input {
		width: 123px;
		height: 18px;
		background: url("images/header_input.gif") no-repeat;
		border: none;
		padding: 0 5px;
		font: normal 12px "Trebuchet MS", Verdana;
		color: #000000;
	}
	
	#header #header-newsletter .submit {
		width: 85px;
		height: 26px;
		background: url("images/header_button.gif") no-repeat;
		margin-left: 104px;
	}
	
	/* Header - Recent Articles */
	
	#header #recent-articles {
		position: absolute;
		top: 223px;
		left: 264px;
		width: 305px;
		height: 145px;
		visibility: hidden;
	}
	
	#header #recent-articles h3 {
		width: 285px;
		height: 22px;
		color: #ffffff;
		font: bold 12px/22px "Trebuchet MS", Verdana;
		background: url("images/title_recent_articles.gif") no-repeat;
		padding: 0 10px;
	}
	
	#header #recent-articles ul {
		margin: 0;
		padding: 0 0 0 10px;
		list-style-type: none;
	}
	
	#header #recent-articles ul li {
		padding-left: 8px;
		background: url("images/header_articles.gif") no-repeat;
		color: #ffffff;
		font: bold 12px/28px "Trebuchet MS", Verdana;
	}
	
	#header #recent-articles ul li a {
		color: #ffffff;
		text-decoration: none;
	}
	
	#header #recent-articles ul li a:hover {
		text-decoration: underline;
	}
	
	/* Header - Popular Articles */
	
	#header #popular-articles {
		position: absolute;
		top: 223px;
		left: 595px;
		width: 278px;
		height: 145px;
		visibility: hidden;
	}
	
	#header #popular-articles h3 {
		width: 258px;
		height: 22px;
		color: #ffffff;
		font: bold 12px/22px "Trebuchet MS", Verdana;
		background: url("images/title_popular_articles.gif") no-repeat;
		padding: 0 10px;
	}
	
	#header #popular-articles ul {
		margin: 0;
		padding: 0 0 0 10px;
		list-style-type: none;
	}
	
	#header #popular-articles ul li {
		padding-left: 8px;
		background: url("images/header_articles.gif") no-repeat;
		color: #ffffff;
		font: bold 12px/28px "Trebuchet MS", Verdana;
	}
	
	#header #popular-articles ul li a {
		color: #ffffff;
		text-decoration: none;
	}
	
	#header #popular-articles ul li a:hover {
		text-decoration: underline;
	}


/* Main */

#main {
	margin: 0 auto;
	width: 869px;
}

	/* Main - Content */
	
	#content {
		float: left;
		width: 541px;
		padding: 10px 17px 0 16px;
	}
	
	/* Main - Content - Post */
	
	#content .post {
		float: left;
		margin-bottom: 30px;
		width: 541px;
	}
	
		/* Post - Title */
		
		#content .post .post-title {
			width: 541px;
/* djw 2008-09-22
			height: 59px;
 */
			font: bold 12px "Trebuchet MS", Verdana;
			color: #336666;
			float: left;
		}
		
		#content .post .post-title a {
			color: #336666;
			text-decoration: none;
		}
		
		#content .post .post-title a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title h2 {
			color: #336666;
			font: bold 24px "Trebuchet MS", Verdana;
			padding: 2px 0;
		}
		
		#content .post .post-title h2 a {
			color: #336666;
			text-decoration: none;
		}
		
		#content .post .post-title h2 a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title .post-date {
			float: left;
			background: url("images/post_date.gif") no-repeat;
			width: 59px;
			height: 59px;
			margin-right: 18px;
			color: #0000000;
			text-align: center;
			text-transform: lowercase;
			font: bold 13px "Trebuchet MS", Verdana;
			letter-spacing: 1px;
		}
		
		#content .post .post-title .post-date span {
			padding: 9px 0 1px 0;
			display: block;
		}
		
/* djw 2008-09-22 */
		#content .post .post-title ul {
			margin: 0;
			padding: 0;
		}
		#content .post .post-title li {
			width: 30%;
		}
		
		/* Post - Entry */
		
		#content .post .post-entry {
			font: normal 12px/18px "Trebuchet MS", Verdana;
			color: #474747;
			width: 521px;
			padding: 0 10px;
			float: left;
		}
		
		#content .post .post-entry a {
			color: #019966;
			text-decoration: none;
		}
		
		#content .post .post-entry a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-entry a.more-link {
			font: bold 12px/18px "Trebuchet MS", Verdana;
			color: #019966;
			text-decoration: none;
		}
		
		#content .post .post-entry a.more-link:hover {
			text-decoration: underline;
		}
		
		#content .post .post-entry blockquote {
			border-left: 10px solid #e6e6e6;
			margin: 0px 30px;
			padding-left: 15px;
		}
		
		/* Post - Info */
		
		#content .post .post-info {
			padding: 0 15px;
			width: 511px;
			height: 26px;
			background: url("images/post_info.gif") no-repeat;
			clear: both;
			font: bold 12px/26px "Trebuchet MS", Verdana;
			color: #ffffff;
		}
		
		#content .post .post-info a {
			color: #ffffff;
			text-decoration: none;
		}
		
		#content .post .post-info a:hover {
			text-decoration: underline;
		}
		
		/* Post - Comments */
		
		#content .post h3 {
			margin: 30px 0 5px 0;
			color: #336666;
			font: bold 18px "Trebuchet MS", Verdana;
		}
		
		#content .post .comments {
			font: normal 12px/18px "Trebuchet MS", Verdana;
			color: #474747;
			width: 521px;
		}
		
		#content .post .comments ol {
			margin: 10px 0;
			padding-left: 25px;
		}
		
		#content .post .comments ol li {
			padding: 5px;
		}
		
		#content .post .comments ol li a {
			color: #019966;
			text-decoration: none;
		}
		
		#content .post .comments ol li a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li.alt {
			background: #e6e6e6;
		}
		
		#content .post .comments ol li cite {
			color: #019966;
			font-style: normal;
			font-weight: bold;
		}
		
		#content .post .comments ol li cite a {
			color: #019966;
			text-decoration: none;
		}
		
		#content .post .comments ol li cite a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li .commentmetadata a {
			color: #019966;
			text-decoration: none;
		}
		
		#content .post .comments ol li .commentmetadata a:hover {
			text-decoration: underline;
		}
		
		#content .post #commentform {
			margin: 0;
			padding-left: 25px;
			font: normal 12px/18px "Trebuchet MS", Verdana;
			color: #474747;
			width: 496px;
		}
		
		#content .post #commentform a {
			color: #019966;
			text-decoration: none;
		}
		
		#content .post #commentform a:hover {
			text-decoration: underline;
		}
	
	/* Main - Content - Navigation */
	
	#content .navigation {
		margin-bottom: 30px;
		font: bold 12px "Trebuchet MS", Verdana;
		color: #336666;
		width: 541px;
	}
	
	#content .navigation a {
		color: #336666;
		text-decoration: none;
	}
	
	#content .navigation a:hover {
		text-decoration: underline;
	}
	
		#content .navigation .navigation-previous {
			float: left;
		}
		
		#content .navigation .navigation-next {
			float: right;
		}
	
	/* Main - Sidebar */
	
	#sidebar {
		float: left;
		width: 295px;
		font: normal 12px/18px "Trebuchet MS", Verdana;
		color: #ffffff;
	}
	
	#sidebar a {
		color: #FFFFFF;
		text-decoration: none;
	}
	
	#sidebar a:hover {
		text-decoration: underline;
	}
	
	#sidebar .sidebar-box {
		width: 295px;
		padding-bottom: 10px;
	}
	
		/* Sidebar - Titles */
		
		#sidebar h3 {
			font: bold 18px Verdana;
			color: #ffffff;
			width: 265px;
			height: 30px;
			padding: 0 15px;
			padding-top: 5px;

			background: url("images/sidebar_title.gif") no-repeat;
		}
		
		/* Sidebar - Menus */
		
		#sidebar ul {
			margin: 0;
			padding: 0 0 0 15px;
			list-style-type: none;
		}
		
		#sidebar ul li {
			padding-left: 8px;
			background: url("images/sidebar_menu.gif") no-repeat;
			font: bold 17px "Trebuchet MS", Verdana;
			color: #ffffff;
		}
		
		#sidebar ul li a {
			color: #ffffff;
			text-decoration: none;
		}
		
		#sidebar ul li a:hover {
			text-decoration: underline;
		}
		
		#sidebar ul li ul {
			padding: 0 0 0 10px;
		}
		
		/* Sidebar - Forms */
		
		#sidebar #searchform {
			margin: 0;
			padding: 10px 0;
			width: 295px;
			text-align: center;
		}
		
		#sidebar #searchform #s {
			width: 205px;
		}
		
		/* Sidebar - Tables */
		
		#sidebar #calendar_wrap {
			margin: 0 auto;
			padding-top: 5px;
			width: 116px;
		}
		
		#sidebar #calendar_wrap caption {
			font-weight: bold;
		}
		
		#sidebar #calendar_wrap tbody {
			text-align: right;
		}
		
		#sidebar #calendar_wrap tfoot #next {
			text-align: right;
		}
		
		#sidebar #calendar_wrap #today {
			font-weight: bold;
		}
		
		/* Sidebar - Texts */
		
		#sidebar .textwidget {
			padding: 0 5px;
		}
		
		/* Sidebar - Ads */
		
		#sidebar .sidebar-ads-title {
			/* Comment out below height and visibility to get ads */
			height: 0px;
			visibility: hidden;
		}

		#sidebar .sidebar-ads {
			/* padding: 10px 0 0 15px; 
			Uncomment above and comment out below height and visibility to get ads */
			height: 0px;			
			visibility: hidden;
		}
		
		#sidebar .sidebar-ads-in {
			float: left;
			/* padding: 0 14px 14px 0;
			Uncomment above and comment out below height and visibility to get ads */
			height: 0px;						
			visibility: hidden;
		}


/* Footer */

#footer {
	margin: 0 auto;
	width: 869px;
	height: 90px;
	color: #939393;
	font: bold 12px "Trebuchet MS", Verdana;
}

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

#footer a:hover {
	text-decoration: none;
}

	/* Footer - Footerbar */
	
	#footer #footerbar {
		width: 869px;
		height: 0px;
		padding-top: 17px;
		visibility: hidden;
	}
	
	#footer #footerbar h3 {
		font: bold 12px "Trebuchet MS", Verdana;
		color: #cccccc;
		padding: 0 0 25px 15px;
	}
	
	#footer #footerbar ul {
		margin: 0;
		padding: 0 0 0 15px;
		list-style-type: none;
	}
	
	#footer #footerbar ul li {
		font: bold 12px/26px "Trebuchet MS", Verdana;
		color: #cccccc;
		padding-left: 8px;
		background: url("images/footer_menu.gif") no-repeat;
	}
	
	#footer #footerbar ul li a {
		color: #cccccc;
		text-decoration: none;
	}
	
	#footer #footerbar ul li a:hover {
		text-decoration: underline;
	}
	
		/* Footer - Footerbar - Boxes */
		
		#footer #footerbar #footerbar-left {
			width: 249px;
			padding: 0 17px 0 10px;
			float: left;
		}
		
		#footer #footerbar #footerbar-center {
			width: 273px;
			padding: 0 14px 0 11px;
			float: left;
		}
		
		#footer #footerbar #footerbar-right {
			width: 264px;
			padding: 0 14px 0 16px;
			float: left;
		}
	
	/* Footer - Copyright */
	
	#footer #copyright {
		width: 869px;
		position: relative;
		top: -150px;
		text-align: center;
		line-height: 42px;
	}
