/* *********************** */
/* CSS Style Sheet */
/* Created by: BasixCo, LLC*/
/* *********************** */

body {
	background-color: #284f70;
	margin: 0px;
	padding: 0px;
}

.nav_link {
	border-right:1px #a28a39 solid;  
	font-family:Arial, Helvetica, sans-serif; 
	background-color: #FFFFFF;
	color:#001757; 
	font-weight:bold; 
	text-decoration: none;
	font-size:11px;
	display: block;
	float: left;
	height: 21px;
	padding: 7px 19px 0px 19px;
}

.nav_link:hover {
	background-color: #dbcd9e;
	color: #FFFFFF; 
}

.header_blue {
	font-family:Arial, Helvetica, sans-serif; 
	font-weight: bold;
	text-decoration: none;
	font-size: 18px;
	color: #003564;
}

.header_grey {
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 18px;
	color: #6c6c6c;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;;
}

.category_title {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #313130;
	list-style: none;
	padding-bottom: 4px;
	padding-top: 10px;
	margin: 0px;
}

li {
	font-family:Arial, Helvetica, sans-serif;
	list-style: square inside url('/newsletter/wp-content/themes/connections/images/arrow.gif');
	font-size: 11px;
	color: #0062c2;
	margin-top: 0px;
	margin-left: 10px;
	margin-bottom: 0px;
}

#subscribebox {
	width: 157px;
	height: 130px;
	padding: 1px 0px 0px 0px;
	background-color: #fafafa;
	border: 1px solid #999999;
}

.subscribe_gray {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #737373;
	padding: 3px 0px 3px 0px;
}

.subscribe_header {
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 14px;
	color: #003765;
	padding-top: 3px;
}

.fields {
	border: 1px #000000 solid;
	margin: 2px;
}

a {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0062c2;
	text-decoration: none;
}

.footer_text {
	font-family:Arial, Helvetica, sans-serif; 
	color: #FFFFFF; 
	font-size:10px;
}

body, h1, h2, h3, h4, h5, h6, blockquote, p{
	margin: 0;
	padding: 0;
}

.postmetadata{
	font-family:Arial, Helvetica, sans-serif; 
	margin: 10px 0px 0px 0px;
	font-size: 10px;
	color: #737373;
}

.sidebar {
	background-image: url('/newsletter/wp-content/themes/connections/images/sidebar_bg.jpg');
	background-repeat: repeat-x;  
}

.navigation{
	padding: 10px 0 0 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}

/*COMMENTS*/

.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
	color: #003564;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 18px;
	color: #003564;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}

