/** Do not remove this line. Edit CSS below. */
/* Hyperlinks
------------------------------------------------------------ */

a,
a:visited {
	color: #0072A4;
	text-decoration: none;
}

a:hover {
	color: #0072A4;
	text-decoration: underline;
}

/* Headlines
------------------------------------------------------------ */
h2 a:hover {
	color: #0072A4;
	text-decoration: none;
}

/* Post Meta
------------------------------------------------------------ */
	
.post-meta {
	background: #fff;
	clear: both;
	color: #666;
	font-size: 12px;
	margin: 0 0 10px;
	padding: 5px 10px;
       border-top: 1px dotted #B7B7B7;
}

/* Post Info
------------------------------------------------------------ */
	
.post-info {
	background: #fff;
	color: #999999;
        font-size: 14px;;
	margin: 0 0 10px;
	padding: 0;
}

.post {
	margin: 0 0 20px;
	overflow: hidden;
}

/* Header
------------------------------------------------------------ */

#header {
	height: 66px;
	width: 100%; 
}

/* Related Posts
------------------------------------------------------------ */
.related-posts {
	padding: 10px;
	background: #EFF4F9;
	border: 1px solid #EAEDEF;
	margin-top: 20px;
}

.related-posts h4 {
    	color: #333;
    	font-size: 16px;
    	font-weight: bold;
    	margin: 0 0 10px;
    	padding-left: 5px;
    	text-transform: normal;
}

.related-posts  p {
	font-size: 13px;
	line-height: 20px;
}

.related-posts  ol,
.related-posts  ul {
	margin: 5px 0 0 20px;
}

.related-posts  ol ol,
.related-posts  ul ul {
	margin: 0 0 0 15px;
}

.related-posts  ul li {
	list-style-type: disc;
 	word-wrap: break-word;
}

.related-posts  ol li {
	list-style-type: decimal;
}

.related-posts  ul li a:hover {
	color: #0072A4;
	text-decoration: underline;
}

/* Genesis Box
------------------------------------------------------------ */
 
#genesis-box {
    	background: #F7F9FA;
    	color: #333;
    	margin: 20px 0 20px 0;
    	overflow: hidden;
    	padding: 10px;
	border: 1px solid #EAEDEF;

}
 
#genesis-box h3 {
    	color: #CE4F00;
    	font-size: 18px;
    	font-weight: normal;
    	margin: 0 0 10px;
    	padding: 0;
    	text-transform: normal;
}

#genesis-box a,
#genesis-box a:visited {
    	color: #0072a4;
    	text-decoration: underline;
}

#genesis-box a:hover {
	text-decoration: none;
}

#genesis-box p {
    	color: #333;
    	padding: 0;
}
 
#genesis-box .alignright {
    	border: 5px solid #999;
    	float: right;
    	margin: 0;
}

/* Content
------------------------------------------------------------ */
.entry-content a,
.entry-content a:visited {
	text-decoration: underline;
}

.entry-content a:hover {
	text-decoration: none;
}

blockquote {
	background: #f5f5f5;
	margin: 0 0 20px -20px;
	padding: 25px 30px 5px 50px;
}

blockquote p {
	color: #666;
	font-family: Verdana, Times, 'Times New Roman', serif;
	font-size: 14px;
	line-height: 22px;
}

.entry-content p {
	margin: 0 0 15px;
}


/* Comments
------------------------------------------------------------ */

.comment-author { 
	background: #e5e5e5;
	font-size: 12px;
	font-weight: bold;
	padding: 8px 10px 0;
}

.comment-meta { 
	background: #e5e5e5;
	font-size: 12px;
	padding: 0 10px 8px;
}

.comment-content p {
	font-size: 14px;
	margin: 0 0 15px;
}

/* Footer Widgets
------------------------------------------------------------ */
#footer-widgets a,
#footer-widgets a:visited {
	color: #0072A4;
	text-decoration: underline;
}

#footer-widgets a:hover {
	color: #0072A4;
	text-decoration: none;
}

/* Primary / Secondary Sidebars
------------------------------------------------------------ */
.widget-area ul li a,
.widget-area ul li a:visited {
	color: #333;
	text-decoration: none;
}

.widget-area ul li a:hover {
	color: #0072A4;
	text-decoration: underline;
}

#subnav {
	border-radius: 5px 5px 5px 5px;
}

#subnav li a:hover {
	text-decoration: underline;
}
