/*
	Theme Name: wallsmedia-otmj
	Theme URL: http://www.otmj.com
	Description: Child theme for the Geneis theme
	Author: Weezie Boiles
	Author URI: http://www.wallsmedia.com
	Template: genesis
	Version: 1.1.3
	
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

body {
	background: #004056;
	color: #333333;
	font-size: 12px;
	font-family: Helvetica, Arial, Tahoma, Verdana;
	margin: 0 auto 0;
	padding: 0;
	line-height: 20px;
	}
	
/***** Hyperlinks ********************/

a, a:visited {
	/*color: #2255AA;*/
	color: #008bbe;
	text-decoration: none;
	}
	
a:hover {
	/*color: #2255AA;*/
	color: #008bbe;
	text-decoration: underline;
	}
	
a img {
	border: none;
	}
	
a:focus, a:hover, a:active {
	outline: none;
	}

/***** Wrap ********************/

#wrap {
	background: #FFFFFF;
	width: 960px;
	margin: 10px auto 10px;
	padding: 0;
	/*border: 5px solid #49403B;*/
	border: 5px solid #666666;
	}

/***** Header  ********************/

#header {
	width: 960px; 
	height: 150px;
	margin: 10px 0 0 0;
	padding: 0;
	}
	
#header .wrap {
	}

#title-area {
	width: /*700*/600px;
	float: left;
	margin: 0; 
	padding: 5px 0 0 20px;
	overflow: hidden;
	display:inline-block;
	}
	
#title-area #title {
	float:left;
	width: 250px;
	font-size: 45px;
	line-height: 45px;
	margin: 0; 
	padding: 0;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:900;
	}
	
#title-area #title a {
	color: #ed1c24;
	margin: 0; 
	padding: 0;
	text-decoration: none;
	}
	
#title-area #title a:hover {
	/*color: #49403B;*/
	color: #666;
	text-decoration: none;
	}
	
#title-area #description {
	float: left;
	width: 325px;
	font-size: 18px;
	line-height: 34px;
	font-weight: 100;
	text-transform: uppercase;
	margin: 0; 
	padding: 0;
	color: #ed1c24;
	}

#header .widget-area {
	width: /*230px*/300px;
	height: /*65*/97px;
	float: right;
	padding: 0;
	margin-top: /*10*/0;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0;


	/*width: 230px;
	height: 65px;
	float: right;
	margin: 10px 10px 0px 0px; 
	padding: 0;*/
}

#header .widget-area p {
	margin: 0;
	padding: 0 0 5px 0;
	}
	
#header .widget-area h4 {
	color: #333333;
	font-size: 14px;
	font-weight: normal;
	margin: 10px 0 0 0; 
	padding: 0;
	text-decoration: none;
	}
	
#header .widget-area ul {
	margin: 0;
	padding: 0;
	}
	
#header .widget-area ul li {
	list-style-type: square;
	margin: 0 0 0 20px;
	padding: 0;
	}
	
#header .widget-area .dfrads {
	margin: 5px 0px 5px 0px;
	padding: 0;
	}
#header .widget-area .widget_sp_image {
	margin: 0px 0px 5px 0px;
}
/***** Image Header - Partial Width ********************/

.header-image #header #title-area {
	background: url(images/logo.png) left top no-repeat;
	}

.header-image #title-area, .header-image #title-area #title, .header-image #title-area #title a {
	display: block; 
	float: left;
	width: 400px;
	height: 150px;
	margin: 0; 
	padding: 0;
	text-indent: -9999px;
	overflow: hidden;
	}
	
.header-image #title-area #description {
	display: block;
	width: 0; 
	height: 0;
	overflow: hidden;
	}

/***** Image Header - Full Width ********************/

.header-full-width #title-area, .header-full-width #title-area h1, .header-full-width #title-area h1 a, .header-full-width #title-area h4, .header-full-width #title-area h4 a {
	width: 960px;
	}
	
/***** Header Pages/Category Widget Menu ********************/

#header ul.nav {
	width: auto;
	float: right;
	list-style: none;
	color: #FFFFFF;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	}
	
#header ul.nav li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#header ul.nav li a {
	background: #333333;
	color: #FFFFFF;
	display: block;
	font-size: 12px;
    margin: 0;
	padding: 6px 10px 5px 10px;
	text-decoration: none;
	border-right: 1px solid #666666;
	position: relative;
	}

#header ul.nav li a:hover, #header ul.nav li a:active, #header ul.nav .current_page_item a {
	background: #000000;
	color: #FFFFFF;
	}
	
#header ul.nav li a.sf-with-ul {
	padding-right: 20px;
	}	
	
#header ul.nav li a .sf-sub-indicator {
	display: block;
	width: 10px;
	height: 10px;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	top: 11px;
	right: 5px;
	/*background: url(images/arrow-down.png);/**/
	}
	
#header ul.nav li li a, #header ul.nav li li a:link, #header ul.nav li li a:visited {
	background: #333333;
	color: #FFFFFF;
	width: 158px; 
	font-size: 11px;
	margin: 0;
	padding: 6px 10px 6px 10px;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	position: relative;
	}
	
#header ul.nav li li a:hover, #header ul.nav li li a:active {
	background: #000000;
	}

#header ul.nav li li a .sf-sub-indicator {
	background: url(images/arrow-right.png);
	top: 10px;
	}

#header ul.nav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 180px;
	margin: 0;
	padding: 0;
	}

#header ul.nav li ul a { 
	width: 160px;
	}

#header ul.nav li ul a:hover, #header ul.nav li ul a:active { 
	}

#header ul.nav li ul ul {
	margin: -33px 0 0 179px;
	}

#header ul.nav li:hover ul ul, #header ul.nav li:hover ul ul ul, #header ul.nav li.sfHover ul ul, #header ul.nav li.sfHover ul ul ul {
	left: -999em;
	}

#header ul.nav li:hover ul, #header ul.nav li li:hover ul, #header ul.nav li li li:hover ul, #header ul.nav li.sfHover ul, #header ul.nav li li.sfHover ul, #header ul.nav li li li.sfHover ul {
	left: auto;
	}

#header ul.nav li:hover, #header ul.nav li.sfHover { 
	position: static;
	}

/***** Nav Menu ********************/

#nav {
	clear: both;
	width: 960px;
	height: 45px;
	/*background: #77716e;
	color: #FFF;*/
	background: #FFF;
	color: #666;
	border-bottom: 1px solid #666666;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	}

#nav .wrap {
	}
	
#nav ul {
	width: 100%;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#nav li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#nav li a {
	color: #004056;
	display: block;
	font-size: 11px;
    margin: 10px 0px 0px 0px;
	padding: 6px 8px 5px 8px;
	text-decoration: none;
	position: relative;
	font-weight:500;
	}

#nav li a:hover, #nav li a:active, #nav .current_page_item a {
	color: #1AC4E5;
	}
	
#nav li a.sf-with-ul {
	padding-right: 20px;
	}	
	
#nav li a .sf-sub-indicator {
	/*background: url(images/arrow-down.png);/**/
	display: block;
	width: 10px;
	height: 10px;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	top: 11px;
	right: 5px;
	}
	
#nav li li a, #nav li li a:link, #nav li li a:visited {
	background: #333333;
	color: #FFFFFF;
	width: 158px; 
	font-size: 11px;
	margin: 0;
	padding: 6px 10px 6px 10px;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	position: relative;
	}
	
#nav li li a:hover, #nav li li a:active {
	background: #000000;
	}

#nav li li a .sf-sub-indicator {
	background: url(images/arrow-right.png);
	top: 10px;
	}

#nav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 180px;
	margin: 0 0 0 -1px;
	padding: 0;
	}

#nav li ul a { 
	width: 160px;
	}

#nav li ul ul {
	margin: -33px 0 0 179px;
	}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfHover ul ul, #nav li.sfHover ul ul ul {
	left: -999em;
	}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfHover ul, #nav li li.sfHover ul, #nav li li li.sfHover ul {
	left: auto;
	}

#nav li:hover, #nav li.sfHover { 
	position: static;
	}
	
#nav li.right {
	float: right;
	margin: 0;
	padding: 6px 10px 6px 10px;
	}

#nav li.right a {
	display: inline;
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	}
	
#nav li.right a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}
	
#nav li.date {
	}
	
#nav li.rss a {
	background: url(images/rss.png) no-repeat left center;
	margin: 0 0 0 10px;
	padding: 3px 0 3px 16px;
	}
	
#nav li.search {
	padding: 0 10px 0 10px;
	}
	
#nav li.twitter a {
	background: url(images/twitter-nav.png) no-repeat left center;
	padding: 3px 0 1px 20px;
	}
	
/***** SubNav Menu ********************/

#subnav {
	clear: both;
	width: 960px;
	height: 32px;
	/*background: #004056;*/
	background: #F14950;
	color: #FFFFFF;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	border-bottom: 2px solid #004056;
	}

#subnav .wrap {
	}
	
#subnav ul {
	width: 100%;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#subnav li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#subnav li a {
	color: #FFFFFF;
	display: block;
	font-size: 12px;
    margin: 0;
	padding: 7px 10px 5px 10px;
	text-decoration: none;
	position: relative;
	border-right: 3px solid #f5777c;
	}

#subnav li a:hover, #subnav li a:active, #subnav .current_page_item a {
	/*background: #49403B;
	background: #008BBE;*/
	background: #004056;
	color: #FFFFFF;
	}
	
#subnav li a.sf-with-ul {
	padding-right: 20px;
	}	
	
#subnav li a .sf-sub-indicator {
	/*background: url(images/arrow-down.png);/**/
	display: block;
	width: 10px;
	height: 10px;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	top: 11px;
	right: 5px;
	}
	
#subnav li li a, #subnav li li a:link, #subnav li li a:visited {
	background: #004056;
	color: #FFFFFF;
	width: 158px; 
	font-size: 11px;
	margin: 0;
	padding: 6px 10px 6px 10px;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	position: relative;
	}
	
#subnav li li a:hover, #subnav li li a:active {
	background: #008BBE;
	}

#subnav li li a .sf-sub-indicator {
	background: url(images/arrow-right.png);
	top: 10px;
	}

#subnav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 180px;
	margin: 0 0 0 -1px;
	padding: 0;
	}

#subnav li ul a { 
	width: 160px;
	}

#subnav li ul ul {
	margin: -33px 0 0 179px;
	}

#subnav li:hover ul ul, #subnav li:hover ul ul ul, #subnav li.sfHover ul ul, #subnav li.sfHover ul ul ul {
	left: -999em;
	}

#subnav li:hover ul, #subnav li li:hover ul, #subnav li li li:hover ul, #subnav li.sfHover ul, #subnav li li.sfHover ul, #subnav li li li.sfHover ul {
	left: auto;
	}

#subnav li:hover, #subnav li.sfHover { 
	position: static;
	}

/***** Inner ********************/

#inner {
	width: 960px;
	margin: 20px 0 20px 0;
	padding: 0;
	}
	
/***** Inner Backgrounds ********************/

.content-sidebar #inner {
    }
   
.sidebar-content #inner {
    }
   
.content-sidebar-sidebar #inner {

    }
   
.sidebar-sidebar-content #inner {
    }
    
.sidebar-content-sidebar #inner {
    }

.full-width-content #inner {
    }

/***** Breadcrumb ********************/

.breadcrumb {
	background: #75CCC6;
	margin: 0 0 30px 0;
	padding: 5px 10px 5px 10px;
	color:#FFF;
	/*border: 1px solid #E6E6E6;*/
	}
	.breadcrumb a {
	color:#004056;
	/*border: 1px solid #E6E6E6;*/
	}
	.breadcrumb a:hover {
	color:#A6EBE8;
	/*border: 1px solid #E6E6E6;*/
	}

/***** Content-Sidebar Wrapper ********************/

#content-sidebar-wrap {
	width: 760px;
	margin: 0;
	padding: 0;
	float: left;
	
}

.sidebar-content #content-sidebar-wrap, .content-sidebar #content-sidebar-wrap {
	width: 960px;
	}

.sidebar-sidebar-content #content-sidebar-wrap, .sidebar-content-sidebar #content-sidebar-wrap {
	float: right;
	}

/***** Content ********************/

#content {
	width: 540px;
	margin: 0;
	padding: 0;
	float: left;
	}

.sidebar-content #content, .sidebar-sidebar-content #content {
	float: right;
	}

.sidebar-content #content, .content-sidebar #content {
	width: 740px;
	margin: 0;
	padding: 0px 10px 0px 10px;
	}
	
.full-width-content #content {
	width: 960px;
	}

#content img, #content p img {
	max-width: 100%;
	}

#content blockquote {
	background: #F7F7F7;
	margin: 0 15px 15px 15px;
	padding: 10px 20px 0 15px;
	border: 1px solid #E6E6E6;
	}

#content .post {
	margin: 0 0 40px 0;
	padding: 0;
	}
	
#content .entry-content {
	overflow: auto;
	}

#content .post p {
	margin: 0;
	padding: 0 0 10px 0;
	}
	
#content .post ul {
	list-style-type: square;
	margin: 0;
	padding: 0 0 15px 0;
	}
	
#content .post ul li {
	list-style-type: square;
	margin: 0 0 0 20px;
	padding: 0;
	}
	
#content .post ul ul {
	list-style-type: square;
	margin: 0;
	padding: 0;
	}
	
#content .post ol {
	margin: 0;
	padding: 0 0 15px 0;
	}
	
#content .post ol li {
	margin: 0 0 0 20px;
	padding: 0;
	}
	
#content .post ol ol {
	margin: 0;
	padding: 0;
	}
	
#content .sticky {
	background: #F7F7F7;
	margin: 0 0 40px 0;
	padding: 10px;
	border: 1px solid #E6E6E6;
	}
	
#content .post-image {
	margin: 0 10px 10px 0;
	padding: 4px;
	border: 1px solid #E6E6E6;
	}
	
#content .archive-page {
	float: left;
	width: 50%;
	margin: 0;
	padding: 20px 0 20px 0;
	}

.clear {
	clear: both;
	}
	
/***** Post Info ********************/
	
.post-info {
	font-size: 11px;
	margin: 0 0 5px 0;
	padding: 0;
	text-transform: uppercase;
	}
	
.post-info p {
	margin: 0;
	padding: 0;
	}
	
/***** Post Meta ********************/
	
.post-meta {
	font-size: 11px;
	text-transform: uppercase;
	margin: 0;
	padding: 5px 0 0 0;
	border-top: 1px solid #E6E6E6;
	}
	
/***** Author Box ********************/
	
.author-box {
	background: #F7F7F7;
	margin: 0 0 40px 0;
	padding: 10px;
	border: 1px solid #E6E6E6;
	overflow: auto;
	}
	
.author-box p {
	margin: 0;
	padding: 0;
	}
	
.author-box img {
	background: #FFFFFF;
	float: left;
	margin: 0 10px 0 0;
	padding: 4px;
	border: 1px solid #E6E6E6;
	}

/***** Headlines in Content ********************/

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	color: #333333;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	text-decoration: none;
	margin: 0 0 5px 0;
	padding: 0;
	}

#content h1 {
	font-size: 20px;
	color: #004056;
	}
	
#content h2 {
	font-size: 18px;
	}
	
#content h2 a, #content h2 a:visited {
	color: #F14950;
	text-decoration: none;
	}
	
#content h2 a:hover {
	/*color: #2255AA;*/
	color: #008bbe;
	text-decoration: none;
	}
	
#content h3 {
	font-size: 16px;
	}
	
#content h4 {
	font-size: 14px;
	}
	
#content h5 {
	font-size: 12px;
	}
	
#content h6 {
	font-size: 10px;
	}
	
/***** Post Icons ********************/
	
.time {
	margin: 0;
	padding: 0;
	}
	
.post-comments {
	/*background: #FFFFFF url(images/icon-dot.gif) no-repeat top left;/**/
	margin: 0 0 0 3px;
	padding: 0 0 2px 10px;
	}
	
.categories {
	margin: 0;
	padding: 0;
	}
	
.tags {
	/*background: #FFFFFF url(images/icon-dot.gif) no-repeat top left;/**/
	margin: 0 0 0 3px;
	padding: 0 0 2px 10px;
	}

/***** Images ********************/

img.centered  {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0;
	}
	
img.alignnone {
	padding: 0;
	margin: 0 0 10px 0;
	display: inline;
	}
	
img.alignleft {
	padding: 0;
	margin: 0 10px 10px 0;
	display: inline;
	}

img.alignright {
	padding: 0;
	margin: 0 0 10px 10px;
	display: inline;
	}
	
.aligncenter {
	display: block;
	margin: 0 auto 10px;
	}
	
.alignleft {
	float: left;
	margin: 0 10px 0 0;
	}

.alignright {
	float: right;
	margin: 0 0 0 10px;
	}

.wp-caption {
	background: #F7F7F7;
	text-align: center;
	padding: 5px 0 0 1px;
	border: 1px solid #E6E6E6;
	}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0;
	}

.wp-caption p.wp-caption-text {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	}
	
img.wp-smiley, img.wp-wink {
	float: none;
	border: none;
	margin: 0;
	padding: 0;
	}

/***** Post Navigation **********/

.navigation {
	width: 100%;
	margin: 0;
	padding: 20px 0 20px 0;
	overflow: auto;
	}
	
.navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

.navigation li {
	display: inline;
	}

.navigation li a {
	/*color: #2255AA;*/
	color: #008bbe;
	padding: 5px 8px 5px 8px;
	border: 1px solid #E6E6E6;
	}

.navigation li a:hover {
	background: #F7F7F7;
	/*color: #2255AA;*/
	color: #008bbe;
	border: 1px solid #E6E6E6;
	text-decoration: none;
	}

.navigation li.disabled {
	margin: 0;
	padding: 5px 8px 5px 8px;
	border: 1px solid #E6E6E6;
	}

.navigation li.active a {
	background: #F7F7F7;
	/*color: #2255AA;*/
	color: #008bbe;
	font-weight: bold;
	border: 1px solid #E6E6E6;
	}

/***** Sidebar & Sidebar-Alt ********************/

#sidebar {
	background-color:#FFF;
	width: 180px;
	float: right;
	margin: 0px 10px 0px 10px;
	padding: 0;
	}
	
#sidebar-alt {
	width: 180px;
	float: left;
	margin: 0px 10px 0px 10px;
	padding: 0;
	}

.sidebar-content #sidebar, .sidebar-sidebar-content #sidebar {
	float: left;
	}
	
.content-sidebar-sidebar #sidebar-alt {
	float: right;
	}

#sidebar .widget, #sidebar-alt .widget {
	margin: 0 0 15px 0;
	padding: 0 0 0px 0;
	border: 1px solid #E6E6E6;	
}

#sidebar h2, #sidebar h2 a, #sidebar-alt h2, #sidebar-alt h2 a {
	color: #333333;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	margin: 0;
	padding: 0;
	}
	
#sidebar h2 a:hover, #sidebar-alt h2 a:hover {
	/*color: #49403B;*/
	color: #666;
	text-decoration: none;
	}

#sidebar h4, #sidebar-alt h4 {
	/*background:#49403B;
	background: #75CCC6;*/
	background: #F14950;
	width: 159px;
	color: #FFF;
	font-size: 18px;
	font-weight: 200;
	text-transform: uppercase;
	margin: 0;
	padding: 10px 10px 5px 10px;
	/*border-bottom: 1px solid #E6E6E6;*/
	border-bottom: 4px solid #CCCCCC;
	}

#sidebar .widget p, #sidebar-alt .widget p {
	margin: 0;
	padding: 0;
	}
	
#sidebar .textwidget p, #sidebar-alt .textwidget p {
	margin: 0;
	padding: 10px 10px 0px 10px;
	}

#sidebar img, #sidebar a img, #sidebar-alt img, #sidebar-alt a img {
	margin: 0px 0px 10px 0px;
	padding: 10px 0px 10px 0px;
	border: 1px solid #E6E6E6;	

	}

#sidebar ul, #sidebar ol, #sidebar-alt ul, #sidebar-alt ol {
	list-style-type: none;
	margin: 10px 0 0 0;
	padding: 0px 10px 0px 10px;

	}

#sidebar ul ul, #sidebar ol ol, #sidebar-alt ul ul, #sidebar-alt ol ol {
	margin: 0;
	padding: 0 0 0 15px;
	}

#sidebar li, #sidebar-alt li {
	margin: 0;
	padding: 0;
 	word-wrap: break-word;
	
	}
/***** Sidebar(s) Tag Cloud ********************/

#sidebar .widget_tag_cloud div div, #sidebar-alt .widget_tag_cloud div div {
	padding: 10px 10px 0 10px;
	}
.sidebar-alt-pages {
	margin: 0 0 10px 0;
	padding: 0;
	border: 1px solid #E6E6E6;	
}

.sidebar-alt-pages .widget p {
	margin: 0;
	padding: 0;
}
.sidebar-alt-pages .textwidget p {
	margin: 0;
	padding: 10px 10px 0px 10px;

}
.sidebar-alt-pages img, .sidebar-alt-pages a img {
	border: none;
	margin: 0;
	padding: 0;
	}
.sidebar-alt-pages ul, .sidebar-alt-pages ol {
	/*background: #49403B;
	color: white;*/
	background: white;
	color: #666;
	list-style-type: none;
	margin: 0;
	padding: 5px 10px 5px 0px;
	}
#sidebar-alt-pages ul ul, #sidebar-alt-pages ol ol {
	margin: 0;
	padding: 0;
	}
.sidebar-alt-pages li {
	margin: 0;
	padding: 0;
 	word-wrap: break-word;
	list-style-type: none;
	}
.sidebar-alt-pages a {
	/*color: #49403b;*/
	color: #008BBE;
	text-transform: uppercase;
	font-size: 12px;
	}
.sidebar-alt-pages a:hover a:current-page-item {
	color: #00CCCC;
	text-transform: uppercase;
	font-size: 14px;
	}
/*.sidebar-alt-pages .sidebar-alt-pages-title-img {
	background: #49403B url(images/otmj_pages.gif) no-repeat;
	height: 80px;
}*/
.sidebar-alt-pages .h4 {
	background: #69E1E1;
	/*color: #49403B;*/
	color: #666;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
	padding: 0 0 0 10px;
	}
.sidebar-ads-images img {
	float: left;
	background: #FFFFFF;
	margin: 10px 0px 10px 0px;
	padding: 10px;
}

/***** Sidebar(s) Category Dropdown ********************/
	
#cat {
	background: #F7F7F7;
	color: #333333;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 10px 0 0 10px;
	padding: 3px;
	display: inline;
	border: 1px solid #E6E6E6;
	}
	
#sidebar #cat {
	width: 278px;
	}
	
#sidebar-alt #cat {
	width: 128px;
	}

/***** Sidebar(s) Featured Post/Page ********************/

#sidebar .featuredpost, #sidebar .featuredpage, #sidebar-alt .featuredpost, #sidebar-alt .featuredpage {
	margin: 0 0 15px 0;
	padding: 0;
	clear: both;
	}
	
#sidebar .featuredpost .post, #sidebar .featuredpage .page, #sidebar-alt .featuredpost .post, #sidebar-alt .featuredpage .page {
	margin: 0;
	padding: 10px 10px 5px 10px;
	}
	
#sidebar .featuredpost .avatar, #sidebar .featuredpage .avatar, #sidebar-alt .featuredpost .avatar, #sidebar-alt .featuredpage .avatar {
	margin: 0;
	padding: 4px;
	border: 1px solid #E6E6E6;
	}
	
#sidebar .featuredpost img, #sidebar .featuredpage img, #sidebar-alt .featuredpost img, #sidebar-alt .featuredpage img {
	margin: 0;
	padding: 4px;
	border: 1px solid #E6E6E6;
	}

/***** Sidebar(s) User Profile ********************/

#sidebar .user-profile, #sidebar-alt .user-profile {
	overflow: auto;
	}

#sidebar .user-profile .avatar, #sidebar-alt .user-profile .avatar {
	background: #F7F7F7;
	float: left;
	margin: 0;
	padding: 4px;
	border: 1px solid #E6E6E6;
	}
	
#sidebar .user-profile p, #sidebar-alt .user-profile p {
	margin: 0;
	padding: 10px 10px 0 10px;
	}

#sidebar .user-profile .posts_link, #sidebar-alt .user-profile .posts_link {
	margin: 0;
	padding: 0 0 10px 10px;
	}
	
/***** Search Form(s) ********************/

.searchform {
	margin: 0;
	height: 40px;
	}

#header .searchform {
	float: right;
	padding: 40px 0 0 0;
	}
	
#sidebar .searchform {
	padding: 5px 10px 0 10px;
	}
	
#nav .searchform {
	float: right;
	padding: 0;
	margin-top: 2px;
	background: #75CCC6;/*url(images/search_background.jpg) no-repeat;*/
	}
	
.s {
	/*background: #DBD9D8;*/
	/*color: #49403b;*/
	background: #FFF;
	color: #666;
	font-family: Arial, Tahoma, Verdana;	
	font-size: 12px;
	font-weight:500;
	margin: 5px 10px 0px 10px;
	padding: 7px 0 7px 5px;
	border: 1px solid #FFF;
	text-transform:lowercase;
	}
	
#header .s, #nav .s, #sidebar .s {
	width: 165px;

	}
	
#sidebar-alt .s {
	width: 80px;
	}

.searchsubmit {
	background: #004056;
	color: #FFFFFF;
	height: 30px;
	width: 30px;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	text-decoration: none;
	text-transform: uppercase;
    margin: 0px 5px 0px 0px;
	padding: 2px 5px 2px 5px;
	border: 1px solid #004056;
	}

.searchsubmit:hover {
	background: #A6EBE8;
	border: 1px solid #A6EBE8;
	}
	
/***** eNews & Updates Widget ********************/

.enews {
	background: url(images/enews.png) top right no-repeat;
	margin: 0;
	padding: 0;
	}
	
#sidebar .enews p {
	margin: 0;
	padding: 10px 10px 0 10px;
	}

.enews #subscribe {
	margin: 0;
	padding: 0;
	overflow: hidden;
	}
	
#sidebar .enews #subscribe {
	padding: 0 0 0 10px;
	}
	
.enews #subbox {
	background: #F7F7F7 !important;
	width: 230px;
	color: #333333;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	padding: 4px 0 4px 5px;
	margin: 5px 5px 0 0;
	border: 1px solid #CCCCCC;
	}
	
.enews #subbutton {
	background: #333333;
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	text-decoration: none;
	text-transform: uppercase;
    margin: 0;
	padding: 2px 5px 2px 5px;
	border: 1px solid #333333;
	}
	
.enews #subbutton:hover {
	background: #000000;
	border: 1px solid #000000;
	}

/***** Latest Tweets Widget********************/

.latest-tweets {
	background: url(images/twitter.png) top right no-repeat;
	margin: 10px 0 0 0;
	padding: 0;
	}

/***** Calendar ********************/

#wp-calendar {
	margin: 0;
	padding: 0;
	width: 100%;
	}

#wp-calendar caption {
	color: #333333;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	font-style: italic;
	font-weight: normal;
	margin: 0;
	padding: 2px 5px 0 0;
	text-align: right;
	}

#wp-calendar th {
	color: #333333;
	}

#wp-calendar thead {
	margin: 10px 0 0 0;
	font-weight: bold;
	background: #F7F7F7 !important;
	color: #F7F7F7 !important;
	}

#wp-calendar td {
	background: #F7F7F7;
	font-weight: normal;
	text-align: center;
	margin: 0;
	padding: 2px;
	}

#wp-calendar tfoot td {
	background: none;
	margin: 0;
	padding: 0;
	}
	
/***** Contact Form ********************/
	
.gform_footer .button {
	background: #333333;
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
    margin: 0;
	padding: 1px 5px 1px 5px;
	border: 1px solid #333333;
	}
	
.gform_footer .button:hover {
	background: #000000;
	border: 1px solid #000000;
	}
	
.gform_footer input.button {
	color: #FFFFFF !important;
	}
	
.gform_wrapper .gform_footer {
	border: none !important;
	}

/***** Footer ********************/

#footer {
	clear: both; 
	overflow: auto;
	width: 960px;
	background: #F14950;
	color: #FFFFFF;
	font-size: 11px;
	margin: 0;
	padding: 5px 0 5px 0;
	text-transform: uppercase;
	}

#footer .wrap {
	}
	
#footer a, #footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
	}
	
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}
	
#footer p {
	margin: 0;
	padding: 0;
	}

#footer .gototop {
	width: 200px;
	float: left;
	margin: 0;
	padding: 0 0 0 5px;
	}

#footer .gototop a {
	margin: 0;
	padding: 2px 0 2px 18px;
	/*background: url(images/footer-top.png) no-repeat left center;/**/
	}

#footer .creds {
	width: 740px;
	float: right;
	margin: 0;
	padding: 0 10px 0 0;
	text-align: right;
	}

/***** Comments ********************/

.comments {
	font-size: 12px;
	margin: 0;
	padding: 0;
	}
	
#respond {
	margin: 0 0 15px 0;
	padding: 0;
	}

#author, #email, #url {
	background: #F7F7F7 !important;
	width: 250px;
	color: #333333;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	padding: 3px 0 3px 3px;
	margin: 5px 5px 0 0;
	border: 1px solid #E6E6E6;
	}
	
#comment {
	background: #F7F7F7 !important;
	width: 98%;
	height: 150px;
	color: #333333;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	padding: 3px 0 3px 3px;
	margin: 5px 0 5px 0;
	border: 1px solid #E6E6E6;
	}
	
#submit {
	background: #333333;
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
	text-transform: uppercase;
    margin: 0;
	padding: 2px 5px 2px 5px;
	border: 1px solid #333333;
	}
	
#submit:hover {
	background: #000000;
	border: 1px solid #000000;
	}
	
.comment-list {
	margin: 0;
	padding: 0;
	}
	
.ping-list {
	margin: 0 0 40px 0;
	padding: 0;
	}
	
.comment-list ol, .ping-list ol {
	margin: 0;
	padding: 10px;
	}

.comment-list li, .ping-list li {
	font-weight: bold;
	margin: 15px 0 5px 0;
	padding: 10px 5px 10px 10px;
	list-style: none;
	}
	
.comment-list li ul li { 
	margin-right: -6px;
	margin-left: 10px;
	}

.comment-list p, .ping-list p {
	font-weight: normal;
	text-transform: none;
	margin: 10px 5px 10px 0;
	padding: 0;
	}

.comment-list li .avatar { 
	background: #F7F7F7;
	float: right;
	border: 1px solid #E6E6E6;
	margin: 0 5px 0 10px;
	padding: 4px;
	}

.comment-list cite, .comment-list cite a, .ping-list cite, .ping-list cite a {
	font-weight: bold;
	font-style: normal;
	}

.commentmetadata {
	font-size: 11px;
	font-weight: normal;
	}

#respond:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
	
.alt {
	margin: 0;
	padding: 10px;
	}
	
.children { 
	margin: 0;
	padding: 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}
	
.reply a, .reply a:visited {
	background: #333333;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0;
	padding: 2px 5px 3px 5px;
	border: 1px solid #333333;
	}
	
.reply a:hover {
	background: #004056;
	text-decoration: none;
	border: 1px solid #004056;
	}

#comments .navigation {
	display: block;
	margin: 10px 0 0 0;
	}

.thread-alt, .thread-even {
	background: #F7F7F7;
	margin: 0;
	padding: 0;
	}

.even, .alt, .depth-1 {
	/*border: 1px solid #E6E6E6;*/
	margin: 0;
	padding: 0;
	}
/*Weezie's attempts for style Connections plugin */


.connections-list {
	/*covers entire list area, not individual listings*/
}
.vcard {
	/*background of entries*/
}

.cn-meta {
	float: left;
	width: 60%;
	text-transform: lowercase;
	margin: 0px 0px 10px 10px;
}
.cn-entry {
	padding:10px; 
	position: relative;
	width: 98%;
}
.left {
	float: left;
	text-align: left;
	width: 98%;
}
#connection-info {
	float: left;
	text-align: left;
	width: 48%;
	font-size: 12px;
	/*color: 49403B;*/
	color: #666;
	margin: 5px 0px 5px 5px;
	padding: 5px;
}
.right {
	float: right;

}
.photo {
	float: left;
	margin: 5px 5px 5px 0px;
}
.returntotop a{
	float: right;
	text-decoration: none;
	text-align: right;
	width: 20px;

}
.websites {

}

.wp-post-image {
	
	background: #eee;
	margin-right: 10px;
	padding: 5px;

}
.attachment-single-post-thumbnail {
	
padding: 5px;
}
/*Weezie's attempts for style post blocks*/
div.post-block {
	width: 333px;
	float: left;
	clear: none;
	}
div#container_division {
	width: 700px;
	}
/*Weezie's attempts to style "the events calendar*/

table.tec-calendar {
	margin-top: 40px !important;
}
.tec-calendar-buttons {
	right: -40px !important;
}
div.when {
	color: #004056;
	font-weight: bold;

}

#sidebar .more-link {
	font-weight: bold;
	text-transform:uppercase;
}
div.dig-in {
	font-size: 14px;
	text-transform:uppercase;
	font-weight:600;
	margin-left: 10px;
}
.category-events #tec-content {
width:470px !important;
}
/*End of "the events calendar updates*/
/*Submit an Event*/
#text-5 .textwidget {
	background: #004056;
	margin: 0px;
	padding: 10px 0px 5px 0px;
	font-size: 16px;
	text-align:center;
}
#text-5 .textwidget a{
	color: #FFF;
	text-decoration:none;
	
}
#text-5 .textwidget a:hover, #text-5 .text-widget .current-page-item{
	background: #F14950;
	text-decoration:none;
	padding: 10px 15px 5px 15px;
	
}
/*End Submit an Event*/
/*Got News*/

#text-6 .textwidget {
	background: #004056;
	margin: 0px;
	padding: 10px 0px 5px 0px;
	font-size: 16px;
	text-align:center;
}
#text-6 .textwidget a{
	color: #FFF;
	text-decoration:none;
	
}
#text-6 .textwidget a:hover, #text-5 .text-widget .current-page-item{
	background: #F14950;
	text-decoration:none;
	padding: 10px 15px 5px 15px;
	
}
/*End Got News*/
/*Sidebar ads- no border*/
#sidebar .dfrads, #sidebar-alt .dfrads {
	margin: 20px 0px 20px 0px;
	padding: 0px;
	border: none;
}
/*End Sidebar Ads- no border*/
/*WP-Email Capture*/
.wp-email-capture-name, .wp-email-capture-email {
	margin-left: 10px;
	margin-top: 10px;
}
.wp-email-capture-submit {
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.wp_email_capture_widget {
	padding-left: 10px;
}

/*END WP-Email Capture
Also, I tweaked the widget.php file to remove the text "subscribe to my blog for updates, which would go above the wp-email-capture-name. I couldn't figure out how to style it so I removed the option. It was originally written, "$text = empty($options['text']) ? 'Subscribe to my blog for updates' : $options['text']; */
/*FACEBOOK-sidebar*/
#sidebar .facebook {
	display:block;
	height: 60px;
}
#sidebar .facebook img {
	float: left;
	width: 41px;
	margin-right: 5px;	
	border:none;
	padding-left: 5px;
}
#sidebar .facebook a {
	text-decoration: none;
	
}
#sidebar .facebook p {
	width: 125px;
	text-decoration: none;
	padding-top: 8px;
}
/*End FACEBOOK-sidebar*/


/*Style from serenity child theme, tweaked by Weezie for OTMJ*/
#featured-bottom .wrap, #featured-top .wrap {
	float:left;
	margin: 0;
	padding: 5px 0 0 0;
	}
	
#featured-bottom p, #featured-top p {
	margin: 0;
	padding: 0 0 10px 0;
	}

#slider .widget, #featured-bottom .widget, #featured-top .widget {
	margin: 0 0 15px 0;
	padding: 0;
	}
	
/*#content #slider h4, #content #featured-bottom h4, #content #featured-top h4 {
	background: #75CCC6;
	color: #FFFFFF;
	font-family: Arial, Helvetica, Verdana;
	font-size: 13px;
	font-weight: normal;
	text-transform:uppercase;
	text-shadow: #055669 1px 1px;
	margin: 0;
	padding: 4px 5px 4px 10px;
	}*/
#content #slider h4, #content #featured-bottom h4 {
	color: #F14950;
	font-family: Arial, Helvetica, Verdana;
	font-size: 15px;
	font-weight: bold;
	text-transform:uppercase;
	margin: 0;
	padding: 4px 5px 4px 0px;
	border-bottom: solid 1px #999;
	}
	
/*#content #featured-top h4 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, Verdana;
	font-size: 15px;
	font-weight: bold;
	text-transform:uppercase;
	margin: 0;
	padding: 4px 5px 4px 0px;
	border-bottom: solid 10px #75CCC6;
	text-align:center;
	}*/
#featured-bottom {
	width: 740px;
	float: left;
	margin: 0;
	padding: 0;
	}
	
#content #featured-bottom h2, #content #featured-bottom h2 a, #content #featured-top h2, #content #featured-top h2 a {
	color: #004056;
	font-size: 11px;
	font-family: Arial, Helvetica, Verdana;
	text-transform:uppercase;
	font-weight: 600;
	margin: 0;
	padding: 0;
	}
	
#content #featured-bottom h2 a:hover, #content #featured-top h2 a:hover {
	
	color: #008BBe;
	text-decoration: none;
	}
	
#content #featured-bottom img, #content #featured-bottom p img, #content #featured-top img, #content #featured-top p img {
	max-width: none;
	}
	
#featured-bottom .user-profile {
	overflow: hidden;
	}
	
#featured-bottom .user-profile p {
	padding: 10px;
	}

#featured-bottom ul, #featured-top ul {
	list-style-type: square;
	margin: 0 0 0 10px;
	padding: 10px 0 0 0;
	}
	
#featured-bottom ul li, #featured-top ul li {
	list-style-type: square;
	margin: 0 0 0 15px;
	padding: 0;
	}
	
#featured-bottom .widget_tag_cloud div {
	padding: 10px 10px 14px 10px;
	}
	
#featured-bottom .user-profile .avatar {
	background: #F7F7F7;
	float: left;
	margin: 0;
	padding: 4px;
	border: 1px solid #999;
	}
	
/***** Homepage Featured Bottom ********************/
	
/*#featured-top {
	width: 560px;
	float: left;
	margin: 0;
	padding: 0;
	}
	
.featured-top-left {
	width: 250px;
	float: left;
	margin: 0;
	padding: 10px;
	border: 1px solid #999;
	}
	
.featured-top-right {
	width: 250px;
	float: right;
	margin: 0;
	padding: 10px;
	border: 1px solid #999;
	}*/
	
#featured-top {
	width: 740px;
	float: left;
	margin: 0;
	padding: 0;
	}
.featured-top-left {
	width: 358px;
	float: left;
	margin: 0;
	padding: 0px;
	border: 1px solid #E6E6E6;
	}
	
#content #featured-top #featured-post-7{
	padding: 0px;
	margin: 0px;
	border-bottom: 10px solid #F14950;
	
}
#content #featured-top #featured-post-7 img{
	margin: 0px 0px 10px 10px;
	
}
#content #featured-top #featured-post-7 h4 {
	background: url(images/featured_header.png)  #F14950;
	font-size: 20px;
	padding: 5px 0px 5px 10px;
	margin: 0px;
	color:#FFF;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	
}
/*
.featured-top-left h4, .featured-top-right h4, .featured-bottom-left h4, .featured-bottom-left h4 {
	background: #F14950;
	font-family: Arial, Helvetica, Verdana;
	font-size: 15px;
	font-weight: bold;
	text-transform:uppercase;
	margin: 0;
	border-bottom: solid 10px #999;
}*/	
.featured-top-right {
	width: 358px;
	float: right;
	margin: 0px 0px 30px 0px;
	padding: 0px;
	border: 1px solid #E6E6E6;
}
#content #featured-top #featured-post-8{
	padding: 0px;
	margin: 0px;
	border-bottom: 10px solid #F14950;
	
}
#content #featured-top #featured-post-8 img{
	margin: 0px 0px 10px 10px;
	
}
#content #featured-top #featured-post-8 h4 {
	background: url(images/featured_header.png)  #F14950;
	font-size: 20px;
	padding: 5px 0px 5px 10px;
	margin: 0px;
	color:#FFF;
	text-transform: uppercase;
	letter-spacing: 0.15em;
}
#content #featured-top #featured-post-8 h2 {
	margin-left: 10px;
}
	

	
#content #featured-top #widget_sp_image-14{
	padding: 0px;
	margin: 0px;
	border-bottom: 10px solid #F14950;
	
}
#content #featured-top #widget_sp_image-14 img{
	margin: 20px 0px 10px 10px;
	
}
#content #featured-top #widget_sp_image-14 h4 {
	background: url(images/featured_header_1.png)  #F14950;	
	font-size: 20px;
	padding: 5px 0px 0px 10px;
	margin: 0px;
	color:#FFF;
	text-transform: uppercase;
	letter-spacing: 0.25em;
	
/*}	
#content .featured-bottom-left #widget_sp_image-21{
	padding: 0px;
	margin: 0px;
	border-bottom: 10px solid #F14950;
	
}
#content .featured-bottom-left #widget_sp_image-21 img{
	margin: 20px 0px 10px 10px;
	
}
#content #featured-top #widget_sp_image-21  h4{
	background: url(images/featured_header.png)  #F14950;	
	font-size: 20px;
	padding: 5px 0px 5px 10px;
	margin: 0px;
	color:#FFF;
	text-transform: uppercase;
	letter-spacing: 0.25em;
}
#content .featured-bottom-left .widget_sp_image-description {
	margin: 0px 10px 0px 10px;
	font-size: 14px;
	text-transform: uppercase;

featured-bottom-left*/
}
#content #featured-top .featured-bottom-left {
	width: 358px;
	float: left;
	margin: 20px 10px 10px 0px;
	padding: 0px;
	border: 1px solid #E6E6E6;
	border-bottom: 10px solid #F14950;
	font-size: 14px;
	text-transform: uppercase;
	
}
	
#content #featured-top .featured-bottom-left h4{
	background: url(images/featured_header.png)  #F14950;	
	font-size: 20px;
	padding: 5px 0px 5px 10px;
	margin: 0px;
	color:#FFF;
	text-transform: uppercase;
	letter-spacing: 0.25em;
	
}
#content #featured-top .featured-bottom-left img{
	margin: 20px 0px 10px 10px;
}
#content #featured-top .featured-bottom-left p {
	margin: 10px 10px 0px 10px;
	font-size: 14px;
	text-transform: uppercase;
	
	

/*end*/
}	

.featured-bottom-right {
	width: 358px;
	float: right;
	background: #75CCC6;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	border: 1px solid #E6E6E6;
}
#content #featured-top .otmjguide_widget{
	padding: 0px;
	margin: 0px;
	border-bottom: 10px solid #F14950;
	
}
#content #featured-top .sidebar-alt-pages-title-img img{
	margin: 0px 0px 10px 10px;
	
}
#content #featured-top .otmjguide_widget h4 {
	background: url(images/featured_header_2.png)  #004056;
	font-size: 20px;
	padding: 10px 0px 10px 10px;
	margin: 0px;
	color:#FFF;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	
}
#content #featured-top .otmjguide_widget ul, #content #featured-top .otmjguide_widget li {
	font-size: 20px;
	padding: 5px 0px 5px 10px;
	margin: 0px;
	color:#FFF;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	list-style-type:none;
	
}


/***** Homepage Featured Post/Page ********************/

#featured-bottom .featuredpost, #featured-bottom .featuredpage, #featured-top .featuredpost, #featured-top .featuredpage {
	margin: 0 0 10px 0;
	padding: 0;
	}
	
#featured-bottom .featuredpost .post, #featured-bottom .featuredpage .page {
	margin: 0;
	padding: 10px 0 0 0;
	border-bottom: 1px solid #DDDDDD;
	overflow: hidden;
	}
	
#featured-top .featuredpost .post, #featured-top .featuredpage .page {
	margin: 0;
	padding: 10px 0 5px 0;
	overflow: hidden;
	}
	
#featured-top .featuredpost .post p {
	margin: 0;
	padding: 0;
	}
	
#featured-bottom .featuredpost .avatar, #featured-bottom .featuredpage .avatar, #featured-top .featuredpost .avatar, #featured-top .featuredpage .avatar {
	margin: 0;
	padding: 4px;
	border: 1px solid #DDDDDD;
	}
	
#featured-bottom .featuredpost img, #featured-bottom .featuredpage img, #featured-top .featuredpost img, #featured-top .featuredpage img {
	background: #FFFFFF;
	margin: 0 0 5px 0;
	padding: 4px;
	border: 1px solid #DDDDDD;
	}
	
#featured-top .more-from-category a {
	color: #89B239;
	font-weight: bold;
	margin: 0;
	padding: 0;
	}
	
#featured-top .more-from-category a:hover {
	text-decoration: underline;
	}
	/***** Footer Widgeted ********************/
	
#footer-widgeted {
	background: #FFFFFF;
	width: 940px;
	color: #FFFFFF;
	font-size: 11px;
	margin: 0 auto 10px;
	padding: 0;
	overflow: hidden;
	}
	
#footer-widgeted .widget {
	background: none;
	margin: 0;
	padding: 0;
	border: none;
	}
	
#footer-widgeted h4 {
	color: #333333;
	font-size: 16px;
	font-family: Arial, Helvetica, Verdana;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0 0 5px 0;
	padding: 0;
	}
	
#footer-widgeted p {
	color: #333333;
    font-weight: normal;
	margin: 0;
	padding: 0 0 10px 0;
	}
	
#footer-widgeted a, #footer-widgeted a:visited {
	color: #F14950;
	text-decoration: none;
	}
	
#footer-widgeted a:hover {
	color: #008BBE;
	text-decoration: none;
	}
	
#footer-widgeted ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 5px 0;
	}
	
#footer-widgeted ul li {
	list-style-type: square;
	margin: 0 0 0 15px;
	padding: 0;
	}

.footer-widgeted-1 {
	width: 285px;
	float: left;
	margin: 0;
	padding: 10px 20px 5px 20px;
	}
	
.footer-widgeted-2 {
	width: 290px;
	float: left;
	margin: 0;
	padding: 10px 20px 5px 0;
	}
	
.footer-widgeted-3 {
	width: 285px;
	float: right;
	margin: 0;
	padding: 10px 20px 5px 0;
	}
/*END copied style from Serenity*/
/*Weezie's style for title for home posts*/
/*#home-title h4 {
	background: #1Ac4E5;
	height: 80px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, Verdana;
	font-size: 16px;
	font-weight: normal;
	text-shadow: #055669 1px 1px;
	margin: 0;
	padding: 4px 5px 4px 10px;
	}
	
#home-title {
	width: 560px;
	float: left;
	margin: 10px 0px 10px 0px;
	padding: 0;
	}*/
#home-title h4 {
	color: #004056;
	font-family: Arial, Helvetica, Verdana;
	font-size: 30px;
	font-weight: bold;
	text-transform:uppercase;
	letter-spacing: .015em;
	margin: 0;
	padding: 10px 5px 10px 10px;
	border-bottom: 1px solid #999;
	}
	
#home-title {
	width: 740px;
	float: left;
	margin: 10px 0px 10px 0px;
	padding: 0;
	}
	#tec-event-meta {
		width: 400px!important;
		background: white!important;
	}
	
/*Weezie's attempt to style individual forms, without changing Contact Forms 7 css*/
.wpcf7 #wpcf7-f7-p577-o1 {
	background: black;
}