footertitle/*
Theme Name: Builder Child Theme - AOT
Theme URI: http://ithemes.com/
Author: Linnea Blair
Author URI: http://ithemes.com/
Version: 1.1.2
Template: Builder
Tags: blog, theme options, multiple layouts, multiple color schemes

Version History
	See history.txt
*/

/*********************************************
	Default font settings.
	The font-size percentage is of 16px. (0.75 * 16px = 12px)
*********************************************/
html {
	font-size:100.01%;
}
body {
	font-size: 75%;
	line-height: 1.5em;
	color: #222;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}

/*********************************************
	Main Background
*********************************************/
body {
	background: #ffffff url(images/bg.jpg) repeat-x
	
	
}

/*********************************************
	Universal Link Styles
*********************************************/
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #f99500;
	text-decoration: underline;
}

/*********************************************
	Headings
*********************************************/
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #111;
}
h1 {
	font-size: 2em;
	line-height: 1em;
	margin-top: 1em;
	margin-bottom: 0.5em;
}
h2 {
	font-size: 1.7em;
	margin-bottom: 0.75em;
}
h3 {
	font-size: 1.5em;
	line-height: 1;
	margin-bottom: .75em;
}
h4 {
	font-size: 1.2em;
	line-height: 1.2;
	margin-bottom: 0em;
	font-weight:bold;
}
h5 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 0em;
}
h6 {
	font-size: 1em;
	font-weight: bold;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin: 0em;
}
h3.template {
/*margin-left: 1em;*/
padding: 1em 0 0 1.25em;

}
/*********************************************
	Container Div
*********************************************/
.builder-container-outer-wrapper {
	background: transparent;
	margin: 2em auto;
	border: 0em solid #fff;
	display: block;
}

/*********************************************
	All Modules Default Defenitions
*********************************************/
.builder-module {
	margin-bottom: 0em;
	background: #FFF;
}
.builder-module-widget-bar {}
.builder-module-image {}
#builder-module-4c70760c2c6f2 .builder-module-content {
background: yellow /*url('images/portalbg.jpg') repeat-none*/;
}
/*********************************************
	All Sidebars
*********************************************/
.builder-module-sidebar {
	display: block;
	width: 100%;
}
.builder-module-sidebar .widget {
	padding: 1em;
	color: #333;
}
.builder-module-sidebar .widget a {
	color: #333;
	text-decoration: none;
}
.builder-module-sidebar .widget a:hover {
	color: #333;
	text-decoration: underline;
}
.builder-module-sidebar h4.widget-title a {
	color: #333;
	text-decoration: none;
}
.builder-module-sidebar h4.widget-title {
	color: #333;
}
.builder-module-sidebar .widget h4,
.builder-module-sidebar .widget p,
.builder-module-sidebar .widget ul,
.builder-module-sidebar .widget ol,
.builder-module-sidebar .widget img {
	padding: 0 0 .8em 0;
}
.builder-module-sidebar .widget ul,
.builder-module-sidebar .widget ol {
	padding: 0;
	margin: 0 1em .5em 1.5em;
	list-style-type: square;
}
.builder-module-sidebar .widget a.rsswidget img {
	display: none;
}

/*********************************************
	Navigation Module
*********************************************/
.builder-module-navigation {
	font-size: 1em;
	line-height: 1.2em;
	background: #8A852A /*url('images/nav_bg.jpg') repeat-x top left*/;
	display: block;
}
.builder-module-navigation ul {
	float: left;
	display: block;
}
.builder-module-navigation li {
	padding: 0em;
	background: #8A852A;
}
.builder-module-navigation li a {
	font-size: 1em;
	padding: .9em 1em;
	color: #fff;
	font-family: Trebuchet, Helvetica, sans-serif;
	text-transform: none;
	font-weight: normal;
	text-decoration: none;
	background: #8A852A /*url('images/nav_bg.jpg') repeat-x top left*/;
}
.builder-module-navigation li a:hover {
	background: #0d2f5d /*url('images/nav_bg_hover.jpg') repeat-x top left*/;
	color: #fff;
}
/* second level stuff */
.builder-module-navigation li ul {
	width: 14em;
	border: 0.1em solid #fff;
	border-bottom: 0.1em;
}
.builder-module-navigation li li {
	border-bottom: 0.1em solid #fff;
	width: 14em;
}
.builder-module-navigation li li a {
}
.builder-module-navigation li li a:hover {
}
.builder-module-navigation li ul {
	width: 14em;
}
.builder-module-navigation li ul ul {
	margin: -3.1em 0em 0em 14em;
	background: #0d2f5d;
}
.builder-module-navigation li:hover ul ul,
.builder-module-navigation li:hover ul ul ul,
.builder-module-navigation li:hover ul ul ul ul,
.builder-module-navigation li:hover ul ul ul ul ul,
.builder-module-navigation li.sfhover ul ul,
.builder-module-navigation li.sfhover ul ul ul,
.builder-module-navigation li.sfhover ul ul ul ul,
.builder-module-navigation li.sfhover ul ul ul ul ul {
	left: -999em;
}
.builder-module-navigation li:hover ul ul,
.builder-module-navigation li:hover ul ul ul,
.builder-module-navigation li:hover ul ul ul ul,
.builder-module-navigation li:hover ul ul ul ul ul,
.builder-module-navigation li.sfhover ul ul,
.builder-module-navigation li.sfhover ul ul ul,
.builder-module-navigation li.sfhover ul ul ul ul,
.builder-module-navigation li.sfhover ul ul ul ul ul {
	left: auto;
}

/*********************************************
	Widget Bar Module
*********************************************/
.builder-module-widget-bar {
	width: 100%;
	/*background: #6B4322;*/
	color: #FFF;
	float: left;
	padding: 0;
	overflow: hidden;
}
.builder-module-widget-bar .widget-wrapper {
	display: inline;
	float: left;
	margin: 0;
	/*background: #6B4322 url('images/widget_bg_corner.jpg') repeat-x top right;*/
	text-align: left;
	width: 100%;
	overflow: hidden;
}
.builder-module-widget-bar .widget {
	padding: 1em 1em;
}
.builder-module-widget-bar .widget a {
	color: #333;
	text-decoration: none;
}
.builder-module-widget-bar .widget a:hover {
	color: #000;
	text-decoration: underline;
}
.builder-module-widget-bar h4.widget-title a {
	text-decoration: underline;
}
.builder-module-widget-bar h4.widget-title {
	color: #0d2f5d;
}
.builder-module-widget-bar .widget h4, .builder-module-widget-bar .widget p, .builder-module-widget-bar .widget ul, .builder-module-widget-bar .widget ol, .builder-module-widget-bar .widget img {
	padding: 0 0 .8em 0;
}
.builder-module-widget-bar .widget ul, .builder-module-widget-bar .widget ol {
	padding: 0;
	margin: 0 1em .5em 1.5em;
	list-style-type: square;
}
.builder-module-widget-bar .widget a.rsswidget img {
	display: none;
}
/*#builder-module-4c71a918a4419 {background: #0d2f5d;}*//*AOT Peer Group billboard*/
#builder-module-4bf8752a4d2bc {background: #fff;}

#builder-module-4bf8912199d25 {background: #8A852A;}

/*#builder-module-4bf8912199d5f {background: #8A852A;}*/
/*********************************************
	Footer Module
*********************************************/
.builder-module-footer {
	background: #8A852A;
}
.builder-module-footer .builder-module-element {
	text-align: left;
	color: #fff;
}
.builder-module-footer .builder-module-element .alignleft,
.builder-module-footer .builder-module-element .alignright {
	padding: 1em 1em 0 1em; 
}
.builder-module-footer .builder-module-element .alignright {
	text-align: right;
}
.builder-module-footer .builder-module-element a {
	color: #fff;
	text-decoration: none;
}
.builder-module-footer .builder-module-element a:hover {
	text-decoration: underline;
}

/*********************************************
	HTML Module
*********************************************/
.builder-module-html .builder-module-element {
	margin: 1em;
	padding: 0 0.8em 0.8em;
}
.builder-module-html .builder-module-sidebar {
	margin-top: 1em;
}
/*********************************************
	Content Module
*********************************************/
.builder-module-content .builder-module-element {
	margin: 0;
	display: block;
	float: left;
	width: 100%;
	text-align: left;
	overflow: hidden;
}
.builder-module-content .builder-module-sidebar {
	margin-top: 1em;
}
.page-title {
	margin: 1em;
}
h4.page-title {
	margin-bottom: -1em;
}
.hentry {
	margin: 1em;
	background: #FFF;
	padding: 1em 1em 0 1em;
}

.post .thumbnail-wrap {
	display: none;
}
.post .date {
	display: none;
}
.post .post-title {
	float: left;
	padding: 0;
}
.hentry .post-title h1 {
	margin-top: 0;
}
.post .post-title a {
	text-decoration: none;
	color: #520808;
}
.post .post-meta {
	clear: both;
	padding-bottom: .75em;
}
.post .meta-bottom {
	display: block;
}

.post-content {
	clear: both;
}

/*********************************************
	Style images and galleries
	.hentry is used instead of .page or .post
	as it applies to all content types
*********************************************/
.hentry .gallery a,
.hentry .gallery dt,
.hentry .gallery img {
	margin: 0;
	font-size: 0;
	line-height: 0;
}
.hentry .gallery-item {
	display: inline-block;
	margin: 0 1.5em 1.5em 0;
	padding: 5px;
	vertical-align: top;
	text-align: left;
	width: 150px;
	border: 1px solid #CFCFCF;
	background: #F3F3F3;
}
.hentry .gallery-item img {
	border: 0;
	margin: 0;
	padding: 0;
}
.hentry .gallery-caption {
	margin: 0;
	padding: 10px 5px 5px 5px;
	line-height: 1;
}
.hentry .gallery + * {
	margin-top: 0;
}

.hentry img {

	/*border: 1px solid #CFCFCF;
	background: #F3F3F3;*/
	padding: 5px;
	width: auto !important;
	height: auto !important;
}
.hentry .alignright {
	margin: 0 0 1.5em 1.5em;
}
.hentry .alignleft {
	margin: 0 1.5em 1.5em 0;
}
.hentry .aligncenter {
	margin: 0 auto 1.5em auto;
}

.hentry .wp-caption {
	border: 1px solid #CFCFCF;
	background: #F3F3F3;
	padding: 5px;
}
.hentry .wp-caption img {
	border: none;
	background: transparent;
	padding: 0;
}

.hentry .wp-caption-text {
	text-align: left;
	margin: 0;
	padding: 10px 5px 5px 5px;
	line-height: 1;
}

/*********************************************
	Post Meta Styles, if needed
*********************************************/
.meta-top {
	clear: both; /* we need this so floats in the post are cleared */
}
.meta-bottom {
	clear: both; /* we need this so floats in the post are cleared */
	border-top: .1em solid #d7d7d7;
	margin: 10px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
}
.meta-bottom .alignleft {
	width: 70%;
}
.meta-bottom .categories {
	background: url(images/folder.png) 0px 0px no-repeat;
	padding: 0;
}
.meta-bottom .comments {
	background: url(images/comments.png) 0px 2px no-repeat;
	padding: 0em;
}
.photometa {
	margin: 0px .5em 0px .5em;
	padding: 0px;
	width: 100%;
}
.EXIF {
	margin: 0;
	padding: 0;
}
.EXIF table {
	width: auto;
	margin: 0 auto;
}
.photometa h4 {
	border-bottom: 1px solid #D7D7D7;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.photometa ul {
	list-style-type: none;
}

/*********************************************
	Previous/Next Page Navigation
*********************************************/
.paging {
	clear: both; /* To clear any floats */
	margin: 0px;
	padding: .6em;
}

/*********************************************
	Comment Styles
*********************************************/
#comments {
	margin: 0;
	padding: 20px 10px;
}
#comments .title {
	font-size: 25px;
	margin: 0px;
	padding: 50px 0px;
}
#comments ol.commentlist {
	margin: 0px;
	padding: 0px;
	background: #fff;
}
#comments ul.children {
	margin: 0;
	padding: 0;
}
#comments .vcard {
}
#comments .vcard .avatar {
	display: block;
	float: left;
	margin: 0px;
	padding: 0px 10px 0px 0px;
}
#comments .comment-meta {
	padding: 0px 0px 20px 0px;
}
#comments .comment-body {
	margin: 10px;
}
#comments li.even, #comments li.odd {
	clear: both;
	list-style-type: none;
	margin: 10px 0;
	padding: 0;
	background: #FFFFFF;
	overflow: hidden;
	border: 1px solid #999;
}
#comments ul.children li {
	margin: 10px;
}
#comments blockquote {
	margin: 10px 0px;
	padding: 10px;
}
#comments .alert {
	background: #fffbd6;
	border: 1px solid #ebe067;
	margin: 5px 0px;
	padding: 5px;
}
#comments p {
	margin: 0px 0px 10px;
	padding: 0px;
}
#respond {
	overflow: hidden;
	padding: 10px;
}
#respond #commentform {
	margin: 5px 0px 0px 0px;
	padding: 0px;
	overflow: hidden;
}
#respond #commentform #author, #respond #commentform #email, #respond #commentform #url {
	width: 50%;
	margin: 0px 0px 5px 0px;
	padding: 5px;
}
#respond #commentform #comment {
	width: 90%;
	margin: 10px 0px 15px 0px;
	padding: 5px;
}

/*********************************************
	Text elements
*********************************************/
p {
	margin: 0 0 1.5em;
}
p img.left {
	float: left;
	margin: 1.5em 1.5em 1.5em 0;
	padding: 0;
}
p img.right {
	float: right;
	margin: 1.5em 0 1.5em 1.5em;
}
a:focus, a:hover {
	color: #000;
}
a {
	color: #009;
	text-decoration: underline;
}
blockquote {
	margin: 1.5em;
	color: #666;
	font-style: italic;
}
strong {
	font-weight: bold;
}
em, dfn {
	font-style: italic;
}
dfn {
	font-weight: bold;
}
sup, sub {
	line-height: 0;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
}
address {
	margin: 0 0 1.5em;
	font-style: italic;
}
del {
	color:#666;
}
pre {
	margin: 1.5em 0;
	white-space: pre;
}
pre, code, tt {
	font: 1em 'andale mono', 'lucida console', monospace;
	line-height: 1.5;
}

/*********************************************
	Lists
*********************************************/
li ul, li ol {
	margin: 0;
}
ul, ol {
	margin: 0 1.5em 1.5em 0;
	padding-left: 3.333em;
}
ul {
	list-style-type: disc;
}
ol {
	list-style-type: decimal;
}
dl {
	margin: 0 0 1.5em 0;
}
dl dt {
	font-weight: bold;
}
dd {
	margin-left: 1.5em;
}

/*********************************************
	Tables
*********************************************/
table {
	margin-bottom: 1.4em;
	width:100%;
}
th {
	font-weight: bold;
}
thead th {
	background: #c3d9ff;
}
th, td, caption {
	padding: 4px 10px 4px 5px;
}
tr.even td {
	background: #e5ecf9;
}
tfoot {
	font-style: italic;
}
caption {
	background: #eee;
}

/*********************************************
	Misc classes
*********************************************/
.small {
	font-size: .8em;
	margin-bottom: 1.875em;
	line-height: 1.875em;
}
.large {
	font-size: 1.2em;
	line-height: 2.5em;
	margin-bottom: 1.25em;
}
.hide {
	display: none;
}
.quiet {
	color: #666;
}
.loud {
	color: #000;
}
.highlight {
	background:#ff0;
}
.added {
	background:#060;
	color: #fff;
}
.removed {
	background:#900;
	color: #fff;
}
.first {
	margin-left:0;
	padding-left:0;
}
.last {
	margin-right:0;
	padding-right:0;
}
.top {
	margin-top:0;
	padding-top:0;
}
.bottom {
	margin-bottom:0;
	padding-bottom:0;
}

/*********************************************
	Default styling for forms
*********************************************/
label {
	font-weight: bold;
}
fieldset {
	padding:1.4em;
	margin: 0 0 1.5em 0;
	border: 1px solid #ccc;
}
legend {
	font-weight: bold;
	font-size:1.2em;
}

/*********************************************
	Form fields
*********************************************/
input[type=text], input[type=password], input.text, input.title, textarea, select {
	background-color:#fff;
	border:1px solid #bbb;
}
input[type=text]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {
	border-color:#666;
}
input[type=text], input[type=password], input.text, input.title, textarea, select {
	margin:0.5em 0;
}
input.text, input.title {
	width: 300px;
	padding:5px;
}
input.title {
	font-size:1.5em;
}
textarea {
	width: 390px;
	height: 250px;
	padding:5px;
}
input[type=checkbox], input[type=radio], input.checkbox, input.radio {
	position:relative;
	top:.25em;
}
form.inline {
	line-height:3;
}
form.inline p {
	margin-bottom:0;
}

/*********************************************
	Success, notice and error boxes
*********************************************/
.error, .notice, .success {
	padding: .8em;
	margin-bottom: 1em;
	border: 2px solid #ddd;
}
.error {
	background: #FBE3E4;
	color: #8a1f11;
	border-color: #FBC2C4;
}
.notice {
	background: #FFF6BF;
	color: #514721;
	border-color: #FFD324;
}
.success {
	background: #E6EFC2;
	color: #264409;
	border-color: #C6D880;
}
.error a {
	color: #8a1f11;
}
.notice a {
	color: #514721;
}
.success a {
	color: #264409;
}

/*********************************************
	The Obligatory WP Styles
*********************************************/
.post img.wp-smiley {
	border: none;
}

/**************************
Custom Styles
*********************/

#builder-module-4c7165171753c .sidebar-left {
background-color: yellow;
height: 208px;
}

#text-27 {
background-color: lightblue;
}

#text-28 {
/*background-color: gray;*/
background: #eeeeee url('images/portalbg.jpg') no-repeat bottom left;
text-align: right;
font-weight: bold;
border: 2px solid #0d2f5d;
height: 184px;
}
#text-29 {
background-color: yellow;
border: 2px solid red;
height: 184px;
}
#text-30 {
background-color: pink;
border: 2px solid black;
height: 184px;
}

/*#builder-module-4c70760c2c6f2 .builder-module-content {
    background: none !important;
}*/ 
/*#builder-module-4c70760c2c6f2 .builder-module{
background: none !important;
}*/

#builder-module-4c70760c2c6f2 .hentry {
background: none !important;
}

#builder-module-4c70760c2c6f2 {
background:  url('images/portalbg11.jpg')no-repeat !important;
}

#builder-module-4c70760c2c6f2 .builder-module-element {
height: 260px !important;
}
/*#builder-module-4c70760c2c6f2 .builder-module-element {
background: url('images/portalbg.jpg') repeat-none;
}*/

/*#builder-module-4c70760c2c6f2 .builder-module-content .builder-module-element {
background: #336699;
}*/

/*#builder-module-4c70760c2c6f2 .builder-module-content .builder-module-sidebar {
background: transparent;
}*/

/*#builder-module-4c70760c2c6f2 .builder-module{
background: none;
}*/

/*#builder-module-4c70760c2c6f2 .hentry {
background: yellow !important;
}*/

#ithemes-billboard-4 img {
padding-bottom: 0px;
padding-top: 6px;
padding-left: 9px;
}

.post-1146 ul, ol {
	margin: 0 1.5em 1.5em 0;
	padding-left: 1em;
}

/******************************
		Billboards
************************************/
#ithemes-billboard-9 img {
padding-bottom: 0px;
}
#ithemes-billboard-9 a img {
margin-bottom: -5px;
}

#ithemes-billboard-10 img {
padding-bottom: 0px;
}
#ithemes-billboard-10 a img {
margin-bottom: -5px;
}

#ithemes-billboard-11 img {
padding-bottom: 0px;
}
#ithemes-billboard-11 a img {
margin-bottom: -5px;
}

#ithemes-billboard-12 img {
padding-bottom: 0px;
}
#ithemes-billboard-12 a img {
margin-bottom: -5px;
}

#ithemes-billboard-5 img {
padding-bottom: 0px;
}

#ithemes-billboard-6 img {
padding-bottom: 0px;
}

#ithemes-billboard-7 img {
padding-bottom: 0px;
}

#ithemes-billboard-8 img {
padding-bottom: 0px;
}

#ithemes-billboard-51 img {
padding-bottom: 0px;
}
#ithemes-billboard-51 a img {
margin-bottom: -5px;
}
#ithemes-billboard-43 img {
padding-bottom: 0px;
}
#ithemes-billboard-43 a img {
margin-bottom: -5px;
}
#ithemes-billboard-44 img {
padding-bottom: 0px;
}
#ithemes-billboard-44 a img {
margin-bottom: -5px;
}
#ithemes-billboard-45 img {
padding-bottom: 0px;
}
#ithemes-billboard-45 a img {
margin-bottom: -5px;
}
#ithemes-billboard-46 img {
padding-bottom: 2px;
}
#ithemes-billboard-46 a img {
margin-bottom: -3px;
}
#ithemes-billboard-47 img {
padding-left: 0px;
margin-left: -12px;
}
/************************************
Home Page Styles
****************************************/
#text-20 {
border: 1px solid #8a852a;
}
/**************************
Layout Headers - need to change billboard IDs for each layout
***************************/
/* AOT 960 Blog */
	/* Member Portal */
#ithemes-billboard-16 img {
	padding-top: 20px;
}
	/* Social Media Icons */
#ithemes-billboard-17 img {
	padding: 0 3px 0 4px;
}
	/*AOT Logo*/
#ithemes-billboard-18 img {
padding-bottom: 0px;
}
	/* Header widget module ID */
#builder-module-4c7add165d459 .widget, .widget-1, .widget-single, .widget_ithemes-billboard {
padding-bottom: 0px;
}
/* AOT 960 Consulting */
	/* Member Portal */
#ithemes-billboard-20 img {
	padding-top: 20px;
}
	/* Social Media Icons */
#ithemes-billboard-21 img {
	padding: 0 3px 0 4px;
}
	/*AOT Logo*/
#ithemes-billboard-19 img {
padding-bottom: 0px;
}
	/* Header widget module ID */
#builder-module-4c7b045424ee2 .widget, .widget-1, .widget-single, .widget_ithemes-billboard {
padding-bottom: 0px;
}

/* AOT 960 Coaching */
	/* Member Portal */
#ithemes-billboard-15 img {
	padding-top: 20px;
}
	/* Social Media Icons */
#ithemes-billboard-23 img {
	padding: 0 3px 0 4px;
}
	/*AOT Logo*/
#ithemes-billboard-22 img {
padding-bottom: 0px;
}
	/* Header widget module ID */
#builder-module-4c7b076f7d1a6 .widget, .widget-1, .widget-single, .widget_ithemes-billboard {
padding-bottom: 0px;
}

/* AOT 960 Training */
	/* Member Portal */
#ithemes-billboard-25 img {
	padding-top: 20px;
}
	/* Social Media Icons */
#ithemes-billboard-26 img {
	padding: 0 3px 0 4px;
}
	/*AOT Logo*/
#ithemes-billboard-24 img {
padding-bottom: 0px;
}
	/* Header widget module ID */
#builder-module-4c7b09f5ed723 .widget, .widget-1, .widget-single, .widget_ithemes-billboard {
padding-bottom: 0px;
}
/* AOT 960 About */
	/* Member Portal */
#ithemes-billboard-28 img {
	padding-top: 20px;
}
	/* Social Media Icons */
#ithemes-billboard-29 img {
	padding: 0 3px 0 4px;
}
	/*AOT Logo*/
#ithemes-billboard-27 img {
padding-bottom: 0px;
}
	/* Header widget module ID */
#builder-module-4c7b0bf67be5c .widget, .widget-1, .widget-single, .widget_ithemes-billboard {
padding-bottom: 0px;
}
/* AOT 960 Error */
	/* Member Portal */
#ithemes-billboard-31 img {
	padding-top: 20px;
}
	/* Social Media Icons */
#ithemes-billboard-32 img {
	padding: 0 3px 0 4px;
}
	/*AOT Logo*/
#ithemes-billboard-30 img {
padding-bottom: 0px;
}
	/* Header widget module ID */
#builder-module-4c7b0e11edc8d .widget, .widget-1, .widget-single, .widget_ithemes-billboard {
padding-bottom: 0px;
}
/* AOT 960 Insider */
	/* Member Portal */
#ithemes-billboard-34 img {
	padding-top: 20px;
}
	/* Social Media Icons */
#ithemes-billboard-35 img {
	padding: 0 3px 0 4px;
}
	/*AOT Logo*/
#ithemes-billboard-33 img {
padding-bottom: 0px;
}
	/* Header widget module ID */
#builder-module-4c7b120e9849a .widget, .widget-1, .widget-single, .widget_ithemes-billboard {
padding-bottom: 0px;
}
/* AOT 960 OT Group */
	/* Member Portal */
#ithemes-billboard-41 img {
	padding-top: 20px;
}
	/* Social Media Icons */
#ithemes-billboard-40 img {
	padding: 0 3px 0 4px;
}
	/*AOT Logo*/
#ithemes-billboard-39 img {
padding-bottom: 0px;
}
	/* Header widget module ID */
#builder-module-4c7b465386424 .widget, .widget-1, .widget-single, .widget_ithemes-billboard {
padding-bottom: 0px;
}
/* AOT 960 OT Home */
	/* Member Portal */
#ithemes-billboard-38 img {
	padding-top: 20px;
}
	/* Social Media Icons */
#ithemes-billboard-37 img {
	padding: 0 3px 0 4px;
}
	/*AOT Logo*/
#ithemes-billboard-36 img {
padding-bottom: 0px;
}
	/* Header widget module ID */
#builder-module-4c7b455ce70c5 .widget, .widget-1, .widget-single, .widget_ithemes-billboard {
padding-bottom: 0px;
}
/* AOT 960 Forum */
	/* Member Portal */
#ithemes-billboard-49 img {
	padding-top: 20px;
}
	/* Social Media Icons */
#ithemes-billboard-50 img {
	padding: 0 3px 0 4px;
}
	/*AOT Logo*/
#ithemes-billboard-48 img {
padding-bottom: 0px;
}
	/* Header widget module ID */
#builder-module-4c7d3a460609d .widget, .widget-1, .widget-single, .widget_ithemes-billboard {
padding-bottom: 0px;
}
.page .entry-title {
display: none;
}
#rotating-images-rotator-wrapper_1 img {
        margin-top: 0 !important;
}
/*************************
	Blog Ads
*************************/
#text-15 {
padding: 1em .5em;
}

#ithemesrotatingimages-5 {
padding: 1em .5em;
}