/*---:[ Set 1: solid background with slick borders around your "page" area ]:---*/

body.custom { background: #44443f; }
	
	.custom #container { margin-top: 2em; margin-bottom: 2em; padding: 0.3em; background: #1d61a2; border: 0.4em solid #377ab9; }

		.custom #page { background: #fff; }
		
/*---:[ end Set 1 ]:---*/

.custom .entry-title a {color:#1d61a2; }
.custom .entry-title a:hover {color:#007EC4; text-decoration: none; background:none;}
.custom .entry-title a:visited { font-weight: normal; }
.custom .headline_area h1, .headline_area h2 {color:#1d61a2;}

.custom a { color: #1d61a2; text-decoration:none; }
.custom a:hover { color:#1d61a2; }

/*CODE TO HIDE DEFAULT HEADER AND SHOW CUSTOM HEADER */
.custom #header #logo { display: none; }
.custom #header #tagline { display: none; }
/* Optional to remove space around header image so image sits on divider line */
.custom #header { padding: 0; }

/*---
.custom ul#tabs {border:none; margin:0; padding:1.5em; background:#000; letter-spacing:0;}
	.custom ul#tabs li {margin-bottom:0; margin-top:0em; margin-left:0em; margin-right:1em; border:none; background:#000; }
	.custom ul#tabs li.current_page_item {padding-bottom:0; background:#f0cc0f; }
    .custom ul#tabs li.current-cat {padding-bottom:0; background:#f0cc0f; }
	.custom ul#tabs li.rss {}
	.custom ul#tabs li a {margin-bottom:0; margin-top:0em; margin-left:0em; margin-right:1em; color:#fff; background:#000; text-transform: none; }
	.custom ul#tabs li a:hover {margin-bottom:0; margin-top:0em; margin-left:0em; margin-right:1em;  color:#000; background:#f0cc0f; text-decoration:none; }
	.custom ul#tabs li.current_page_item a { color:#000; background:#f0cc0f; text-decoration:none; } 
    .custom ul#tabs li.current-cat a { color:#000; background:#f0cc0f; text-decoration:none; }
	.custom ul#tabs li.current_page_item a:hover { color:#000; background:#f0cc0f; text-decoration:none; }
    .custom ul#tabs li.current-cat a:hover { color:#000; background:#f0cc0f; text-decoration:none; }
---*/

/*---:[ nav menu styles ]:
#tabs { list-style: none; margin-bottom: -3.2em; text-align: center;border: 0px solid #ddd; border-width: 0 0 0px 0px; }
	#tabs li { margin-top: .5em; background: transparent; border: 0px solid #ddd; border-left: 0; }
	#tabs .current_page_item, #tabs .current-cat { padding-bottom: 0.1em; background: none; border-bottom: 0; color: #111; }
		#tabs a { display: block; line-height: 1em; color: #fff; text-transform: uppercase; letter-spacing: 2px; }
		#tabs a:hover { color: #111; text-decoration: none; }
		#tabs .current_page_item a, #tabs .current-cat a { cursor: text; color: 111; }
		#tabs .current_page_item a:hover, #tabs .current-cat a:hover { text-decoration: none; }
	#tabs .rss { padding-right: 0; background: none; border: none; float: right; }
		#tabs .rss a { padding-right: 16px; background: url('images/icon-rss.gif') 100% 50% no-repeat; }
---*/
