/* @override http://www.bradyanderson9.com/wp-content/themes/BradyAnderson/styles/style.css */

/* @override http://www.bradyanderson9.com/wp-content/themes/BradyAnderson/styles/style.css */

/* @override http://www.bradyanderson9.com/wp-content/themes/BradyAnderson/styles/style.css */

@charset UTF-8;

@import url("fonts/stylesheet.css");

/*		RESET */

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend {
	border: 0;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1;
	margin: 0 auto;
	color: #000;
	background: #000 url(../library/bg.jpg) center 0 repeat-y;
}

h1 {
	font-size: 24px
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 18px
}

h4 {
	font-size: 16px
}

h5 {
	font-size: 16px
}

h6 {
	font-size: 14px
}

h1,h2,h3,h4,h5,h6,p {
	font-weight: normal;
	padding: 0 0 10px 0;
	line-height: 125%;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'NobileBold';
}

strong {
	font-weight: bold
}

pre {
	white-space: pre
}

em,dfn,cite,q,i,var {
	font-style: italic
}

/*		ALTERNATIVE DATA FOR CONSIDERATION
	
	dfn {
	display:block;
	margin-left:20px;
	text-align:right;
	font-weight:400;
	}
	
	code {
	margin:1.618em 0;
	white-space:pre;
	}
	
	code,
	tt {
	font:1em monospace;
	line-height:1.618em;
	}
	
	tt {
	display:block;
	margin:1.618em 0;
	}
	abbr,
	acronym {
	border-bottom:1px dotted #000;
	}
	
	s,
	strike,
	del {
	text-decoration:line-through;
	}
	
	sub,sup {
	font-size:10px;
	}
	
	sup {
	vertical-align:super;
	}
	
	sub {
	vertical-align:sub;
	}
*/

p {
	
}

ol,ul {
	padding: 0 0 10px 0
}

li {
	
}

hr {
	border: 0 #0c3c6c solid;
	border-top-width: 1px;
	border-bottom: none;
	clear: both;
	height: 0;
	margin: 0
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

img {
	background-image: url(../library/loading.gif);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	border: none;
	margin: 0
}

img[src$=".png"] {
	background-image: none
}

.with_out {
	background-image: none
}

.justifiedRight {
	text-align: right
}

.justifiedCenter {
	text-align: center
}

.justifiedLeft {
	text-align: left
}

.right {
	float: right
}

.left {
	float: left
}

.center {
	display: block;
	margin: 0 auto;
}

.alignleft {
	float: left;
	margin: 20px 20px 20px 0;
}

.aligncenter {
	margin: 0 10px 10px 10px;
}

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

.margin_t10 {
	margin-top: 10px
}

.margin_r10 {
	margin-right: 10px
}

.margin_b10 {
	margin-bottom: 10px
}

.margin_l10 {
	margin-left: 10px
}

.margin_t20 {
	margin-top: 20px
}

.margin_r20 {
	margin-right: 20px
}

.margin_b20 {
	margin-bottom: 20px
}

.margin_l20 {
	margin-left: 20px
}

.padding_t5 {
	padding-top: 5px
}

.padding_r5 {
	padding-right: 5px
}

.padding_b5 {
	padding-bottom: 5px
}

.padding_l5 {
	padding-left: 5px
}

.padding_t10 {
	padding-top: 10px
}

.padding_r10 {
	padding-right: 10px
}

.padding_b10 {
	padding-bottom: 10px
}

.padding_l10 {
	padding-left: 10px
}

/*		GENERAL LINKS */
a,
a:link {
	color: #ff4b00;
}
a,
a:active,
a:link,
a:visited {
	text-decoration: none
}
a:active,
a:hover {
	color: #000;
	text-decoration: underline
}

a img {
	border: none
}

a {
	outline: none!important;
	outline-width: 0!important
}

:focus {
	outline: 0
}

a.read_more {
	font-style: normal;
	float: right;
	margin-right: 40px;
	font-family: 'ColaborateMediumRegular';
}

.read_more:hover {
	color: #000;
}

/*		CLEAR FLOATED ELEMENTS */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/*		GENERAL ATTRIBUTES FOR CONTAINERS */

.preWrapper {
	width: 100%;
	background-color: #c0c0c0;
}

.wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 992px;
}

.bg_body {
	background: url(../library/bg_body.png) center 0 repeat-y;
}

.alpha {
	margin-left: 0 !important;
}

.omega {
	margin-right: 0 !important;
}

.header,
.content,
.footer,
.sidebar,
.article,
.column,
.content_banner {
	display: inline;
	float: left;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
}

/*		HEADER */

.header {
	width: 972px;
	height: 286px;
	background: url(../images/banner_01.jpg) 10px top no-repeat;
}

.wp-post-image {
	margin: 0 10px;
}
.slider {
	height: 240px;
	padding-bottom: 0;
}

.header h1 a {
	position: absolute;
	display: block;
	float: left;
	text-decoration: none;
	left: 41px;
	top: 120px;
}

.header h4 {
	position: absolute;
	z-index: 2;
	background: url(../library/bg_appearances.jpg) left top repeat-x;
	width: 341px;
	height: 28px;
	text-align: left;
	top: 0;
	right: 10px;
	padding-left: 20px;
	line-height: 34px;
	font-family: 'ColaborateRegular';
	font-size: 15px;
	color: #000;
}

.header h4 span {
	display: none;
}

.navigation {
	position: absolute;
	width: 972px;
	height: 52px;
	top: 260px;
	left: 0;
	z-index: 2;
}

.navigation ul {
	top: 0;
	position: absolute;
	left: 10px;
	list-style: none;
	background: url(../library/bg_navigation.png) left top repeat-x;
	height: 52px;
	width: 952px;
	z-index: 2;
}

.navigation ul li {
	float: left;
}

.navigation ul li a {
	display: block;
	text-decoration: none;
	line-height: 48px;
	height: 43px;
	color: #000;
	font-size: 16px;
	font-family: 'NobileBold';
	padding: 0 12px;
	text-transform: uppercase;
}

.navigation ul li a:hover {
	color: #fff;
}
.navigation .current-menu-item a {
	color: #fff;
}
#menu-item-34 ul.sub-menu {
	position: absolute;
	top: 37px;
	background-image:none;
	left: 250px;
	display: none;
	width: 240px;
	z-index: 2;
}
#menu-item-34:hover ul.sub-menu{
	display: block;
}

#menu-item-31 ul.sub-menu {
	position: absolute;
	top: 37px;
	background-image:none;
	left: 410px;
	width: 240px;
	z-index: 2;
	display: none;
}
#menu-item-31:hover ul.sub-menu{
	display: block;
}


.navigation ul li ul.sub-menu li {
	float: none;
}
.navigation ul li ul.sub-menu a {
	font-size: 12px;
	color: #fff;
	line-height: 30px;
	display: block;
	height: 30px;
	width: 240px;
	background-color: #000;
	z-index: 2;
}
.navigation ul li ul.sub-menu a:hover {
	color: #fff;
	background: url(../library/bg_navigation.png) left -6px repeat-x;
}
.left_navigation {
	display: block;
	background: url(../library/bg_navigation_left.png) left top no-repeat;
	top: 0;
	width: 11px;
	height: 52px;
	z-index: 2;
	position: absolute;
	left: -1px;
}

.right_navigation {
	display: block;
	background: url(../library/bg_navigation_right.png) left top no-repeat;
	position: absolute;
	right: -1px;
	top: 0;
	width: 11px;
	height: 52px;
	z-index: 2;
}

/*		CONTENT */

.content {
	width: 972px;
	padding-top: 40px;
	background: url(../library/bg_siderbar.jpg) 615px 20px no-repeat;
}

.column {
	width: 595px;
}

.article {
	width: 545px;
	padding: 6px 20px 20px 30px;
}

.article img {
	border: 1px #e14400 solid;
}

.sidebar {
	color: #fff;
	width: 287px;
	padding: 0 20px;
}

.sidebar h3.video {
	line-height: 45px;
	background: url(../library/icon_youtube.png) 243px 0px no-repeat;
	text-decoration: underline;
}
.sidebar h4.video,
.sidebar h4.tv,
.sidebar h4.player {
	line-height: 44px;
	padding-left: 60px;
	font-family: 'ColaborateRegular';
	padding-bottom: 0;
}
.sidebar h4.video {
	background: url(../library/bg_vids.png) 0 0 no-repeat;
}
.sidebar h4.tv {
	background: url(../library/bg_tv.png) 0 0 no-repeat;
}
.sidebar h4.player {
	background: url(../library/bg_player.png) 0 0 no-repeat;
}
.sidebar iframe {
	margin-bottom: 18px;
}
.sidebar ul {
	padding-bottom: 0;
}
.sidebar a:hover {
	color: #fff;
}
.sidebar li {
	margin-bottom: 10px;
	list-style-position: inside;
}
.xoxo #searchform input[type='text'] {
	width: 215px;
	margin: 0 8px 0 0;
	height: 18px;
}
.screen-reader-text {
	display: none;
}
.read_more {
	font-weight: bold;
	font-style: italic;
}

.content_banner {
	width: 595px;
	padding-bottom: 20px;
	z-index: 1;
}

.content_banner blockquote {
	position: absolute;
	top: 50px;
	text-align: right;
	color: #fff;
	font-style: italic;
	font-size: 15px;
	font-weight: bold;
	width: 180px;
	right: 80px;
	line-height: 1.2;
}

.column h2 {
	position: absolute;
	left: -10px;
	background: url(../library/bg_tittle.png) left top no-repeat;
	height: 58px;
	width: 598px;
	line-height: 50px;
	padding-left: 11px;
}
.column h2 a {
	color: #000;
	text-decoration: underline;
}
.column h2 a:hover {
	color: #fff;
}
.column p:first-of-type {
	margin-top: 60px;
}
a.cboxElement {
	display: block;
	float: left;
	margin: 0 29px 29px 0;
}
.txt_red {
	color: #c51123;
}
table.first_table {
	margin-top: 80px;
}
table.first_table {
	margin-bottom: 20px;
}
table.first_table,
table.second_table {
	font-size: 10px;
	margin-bottom: 20px
}
table.first_table tr,
table.second_table tr {
	height: 15px;
}
table.second_table thead,
table.second_table tfoot,
table.first_table thead,
table.first_table tfoot {
	background-color: #ccc;
}

/*		FOOTER */

.footer {
	width: 972px;
	background: url(../library/bg_footer.png) center top no-repeat;
	font-size: 13px;
	color: #fff;
	text-align: center;
	padding-bottom: 50px;
}

.footer ul {
	float: left;
	list-style: none;
	margin: 88px 0 0 140px;
	text-transform: uppercase;
	padding-bottom: 0px;
}

.footer ul li {
	float: left;
	padding: 0 0 10px 0;
}

.footer ul li a {
	display: block;
	color: #000;
	font-family: 'ColaborateMediumRegular';
	padding: 0 11px;
}

.footer ul.sub-menu {
	top: 45px;
	background-image:none;
	left: 250px;
	display: none;
	width: 240px;
}
/*.footer:hover ul.sub-menu{
	display: block;
	color: #c00;
}
.footer ul li ul.sub-menu li {
	float: none;
}
.footer ul li ul.sub-menu a {
	font-size: 12px;
	color: #fff;
	line-height: 30px;
	display: block;
	height: 30px;
	width: 240px;
	background-color: #000;
}
.footer ul li ul.sub-menu a:hover {
	color: #fff;
	background: url(../library/bg_navigation.png) left -6px repeat-x;
}
*/








.footer span.copyright {
	text-align: center;
	font-size: 12px;
	font-family: 'ColaborateLightRegular';
}

.footer span.copyright a {
	color: #fff;
	text-decoration: underline;
}

.footer span.copyright a:hover {
	color: #000;
}

/* 		CONTACT 7 FORM */

.wpcf7-form {
	text-align: right;
	margin-right: 80px;
	
}
.wpcf7-form p {
	line-height: 30px;
	font-size: 15px;
	color: #555;
}
.wpcf7-form p:first-of-type {
	margin-top: 0;
}
.wpcf7-form input[type='text'],
.wpcf7-form textarea {
	border: 1px #555 solid;
}
.wpcf7-form textarea {
	width: 240px;
	padding: 4px 4px;
	height: 120px;
}
.wpcf7-form input[type='text'] {
	height: 24px;
	padding: 2px 4px;
	width: 240px;
}
.wpcf7-form select {
	margin: 0 1px 0 10px;
	width: 250px;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
}
.wpcf7-form input[type='submit'] {
	border:none;
	width:80px;
	height:30px;
	overflow:hidden;
	cursor:pointer;
	float:left;
	padding:0;
	color: #fff;
	font-size: 14px;
	margin: 0px 0 0 360px;
	background-color: #555;
	font-family: Arial, Helvetica, sans-serif;
}
.wpcf7-form input[type='submit']:hover {
	background-color: #ff4b00;
}/*
.wpcf7-form input[type='text']:hover,
.wpcf7-form textarea:hover {
	border: solid 5px #ff4b00;
}*/

/*		BLOG COMMENTS */

.comment-author {
	width: 280px;
	margin: 0;
	float: left;
}
.comment-meta {
	float: left;
	padding-top: 30px;
	height: 14px;
	width: 250px;
	margin-bottom: 20px;
}
#commentform p.comment-notes {
	margin-top: 0;
}
#commentform p {
	text-align: right;
}
#commentform label {
	line-height: 30px;
}
#commentform {
}
#commentform input[type='text'],
#commentform textarea {
	float:right ;
	margin:0 0 10px 10px;
}
#commentform input[type='text'] {
	width: 350px;
	height: 20px;
}
#commentform textarea {
	width: 352px;
}
#commentform p.form-allowed-tags {
	width: 360px;
	clear: both;
	font-size:12px ;
	margin-left: 190px;
	text-align: left;
}

.comments-area li {
	list-style: none;
	padding: 0 0 25px 20px;
	margin: 0 0 25px 0;
}

.comments-area li img {
	float: left;
	margin: 0 20px 0 0;
}

.comment-body p {
	margin: 0 0 5px !important;
}
