/*  
Theme Name: AeroSocietyChannel
Theme URI: http://www.ipermedia.co.uk/
Description: Original Theme by WooThemes
Version: 3.0
Author: iPER Media
Author URI: http://www.ipermedia.co.uk/

	Copyright: (c) 2010 iPER Media Limited UK.

*/

/*========= SETUP =========*/

*{
	border: 0;
	margin: 0;
	padding: 0;
}
body{
	background: url(images/asc_base.png) #fbfbfb repeat-y top;
	color: #000000;
	font: 0.8em Arial,Helvetica,Sans-Serif;
}
a{
	color: #ff7800;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
input,select,textarea{
	border: #756E52 1px solid;
	font-size: 12px;
	padding: 2px;
	margin-bottom:15px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
select{
	padding: 0;
}
li{
	list-style: none;
}

address{
	margin: 0px 0px 10px 0px;
	font-size: 0.9em;
}


/*========= LAYOUT =========*/

#page{
	background: #fbfbfb;
	margin: 0 auto;
	width: 956px;
}


/*--- Main Columns ---*/
#columns{
	margin: 10px 0 0;
	padding: 0 15px 0px;
}
.col1{
	float: left;
	width: 550px;
}
.col2{
	float: right;
	width: 345px;
}
/*--- Sub Columns ---*/
.subcol{
	width: 160px;
}
.subcol h2{
	color: #ff7800;
	font-size: 1.5em;
	padding: 0 0 10px;
}

/*========= HEADER =========*/

/*- Page Navigation -*/
#nav{
	background: #00204E;
	height: 30px;
	padding: 4px 0 0;
}
#nav-left {
	float:left;
	display:inline;
	width:570px;
	}
#nav-right {
	float:right;
	display:inline;
	width:370px;
	}
#nav ul {
	position: relative;
    height: 26px;
    overflow: hidden;
	padding-left:10px;
}
#nav ul  li {
    float: left;
    list-style: none;
	font-weight:normal;
	font-size:11px;	
}
#nav ul  li.back {
    background-color: #B71234;
    width: 9px;
    height: 30px;
    z-index: 8;
    position: absolute;
}
#nav ul  li a {
	text-decoration: none;
	color: #fbfbfb;
	outline: none;
	text-align: center;
	top: 6px;
	text-transform: uppercase;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left;
	height: 26px;
	position: relative;
	overflow: hidden;
	margin: auto 15px !important;
	margin: auto 7px;	
}
#nav ul  li a:hover, #nav ul  li a:active, #nav ul  li a:visited {
	border: none;
}      

.advert-border {
	font-size: 0.85em;
	color: #756E52;

}

/*- Category Navigation -*/
#nav2, #nav2 * {
	margin:0;
	padding:0;
	list-style: none;

	
}
#nav2 {
	height: 30px;
	font-weight:bold;
	font-size:14px;
	position:relative;
	line-height: 30px;
	margin:0px 15px;
	border-top:1px solid #756E52;
	border-bottom:1px solid #756E52;
	border-left:0px solid #756E52;
	border-right:0px solid #756E52;
	z-index:10 !important;
}
#nav2 li {
	line-height: 30px;
	float: left;
	list-style:none;
	z-index:10 !important;
}
#nav2 li a {
	color: #756E52;
	display: block;
	padding: 0 13px;
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 30px;
	z-index:10 !important;
}
#nav2 li a:hover {
	text-decoration: none;
}
/* this one is responsible for the gap between cat menu main and child items*/
#nav2 li ul {
	position:absolute;
	left: -999em;
	margin-top:0px;
	z-index:10 !important;
}
#nav2 li:hover ul, #nav2 li.sfhover ul {
	left:auto;
	z-index:10 !important;
	padding: -1px 0px 0px 0px;
}
#nav2 li ul li {
	display:block !important;
	float:none !important;
	border-bottom:1px solid #756E52 !important;
	border-top:none !important;
	background:#fff;
	z-index:10 !important;

}


/*- Search -*/
#search{
	background: #fbfbfb;
	border: 1px solid #756E52;
	float: right;
	height: 23px;
	margin: 0 15px 0 0;
	padding: 0 10px 0 0;
	width:325px;
	margin-bottom:15px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
* html #search{
	margin-right: 8px;
}
#search input{
	background: transparent;
	border: 0;
	color: #B71234;
	float: left;
	font-size: 13px;
	margin: 2px 0 0;
	padding: 2px 2px 2px 10px;
	width:288px;

}
#search .btn{
	margin: 3px 0 0 5px;
	padding: 0;
	width: auto;
}
.arch_head_desc{
	padding: 10px;
	color: #B71234;
}
.arch_head_guide{
	padding: 10px;
	font-weight: bold;
	color: #B71234;
}

/*- Header -*/
#header{
	height: 108px;
	padding: 5px 15px;
}
/*- Logo -*/
#header h1{
	float: left;
	display:inline;
}
#header h1 a{
	height: 93px;
	width: 389px;
}
/*- RSS -*/
#rss{
	float: right;
	font-size: 12px;
	margin: 10px 0px 0 0;
	text-align: right;
	width: 468px;
}
#rss a{
	color: #756E52;
}
#rss ul{
	float: left;
	margin: 13px 0 0;
	width: 220px;
}
#rss li{
	margin: 0 0 3px;
	padding: 0 0 5px;
}
#rss img{
	float: right;
}

/*- RSS2 -*/
#rss2
{
	float: left;
	font-size: 25px;
	color: #B71234;
	padding: 25px 10px 0px 15px;
	text-align: left;
	width: 300px;
}
#rss2 a{
	color: #B71234;
}
#rss2 ul{
	float: left;
	margin: 13px 0 0;
	width: 220px;
}
#rss2 li{
	margin: 0 0 3px;
	padding: 0 0 5px;
}
#rss2 a:hover{
	text-decoration: none;
}
#rss2 img{
	float: right;
}
/*- RSS3 -*/
#rss3
{
	float: left;
	font-size: 13px;
	color: #B71234;
	padding: 4px 0;
	text-align: left;
	width: 330px;
}
#rss3 a{
	color: #756E52;
}
#rss3 ul{
	float: left;
	margin: 13px 0 0;
	width: 220px;
}
#rss3 li{
	margin: 0 0 3px;
	padding: 0 0 5px;
}
#rss2 a:hover{
	text-decoration: none;
}
#rss3 img{
	float: right;
}

/*========= FEATURED POSTS (FRONT-PAGE) =========*/

.featured{
	background: #C5D2E0;
	height: 200px;
	margin: 0 0 10px;
	overflow: hidden;
	padding-right:10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.featured h2{
	font-size: 11px;
	padding: 10px 0;
}
.featured h3{
	font-size: 14px;
	padding: 10px 0px 10px 0;
}
.featured h3 a {
	color:#756E52;
}
.featured h3 a:hover {
	color:#FF7800;
}
.featured p {
	margin-bottom:10px;
}
.featured-img{
	margin: 0 10px 0 0;
	width:350px;
	height:200px;
	float:left;
	display:inline;
}
#ribbon{
	width:138px;
	height:138px;
	float:right;
}
#featured-th{
	height: 57px;
	margin: 0 0 30px;
}
#featured-th img{
	margin: 0;
	border:none;
}
#featured-th .idTabs {
	list-style:none;
	}
#featured-th .idTabs li {
	float:left;
	display:inline;
	margin-right:12px;
	}
#featured-th .idTabs li.last {
	margin-right:0px !important;
	}

/*========= FEATURED VIDEOS (FRONT-PAGE) =========*/

#video-frame {
	background:#C5D2E0;
	float:left;
	width:550px;
	height:auto;
	margin-bottom:30px;
	}
.video-left {
	float:left;
	width:350px !important;
	display:inline;
	}
.video-left p {
	padding:0px !important;
	margin:0px !important;
	}
.video-left h2 {
	display:none;
	}
.video-right {
	float:right;
	width:200px;
	display:inline;
	padding-top:7px;
	}
.video-right h2{
	color: #ff7800;
	font-size:1.3em;
	line-height:1.2em;	
	font-weight:bold;
	padding: 0 0 0 10px !important;
	margin:0 !important;

	}
.video-right p{
	color: #756E52;
	font-size:0.9em;
	line-height:0.8em;
	font-weight:bold;
	padding: 0 0 7px 10px !important;
	margin:0 !important;	
	}
.video-right .idTabs {
	border-top:1px solid #FFF;
	list-style:none;
	margin:5px 0px 0px 0px;
	padding:0px;
	}
.video-right .idTabs li {
	margin:0px;
	border-bottom:1px solid #FFF;
	background:#C5D2E0;
	line-height:10px;
	}
.video-right .idTabs li a {
	color:#000;
	font-weight:bold;
	font-family:Tahoma, Arial;
	font-size:12px;
	text-decoration:none;
	display:block;	
	padding:10px 10px;
	}
.video-right .idTabs li a:hover {
	background:#B71234 url(images/ico-watch.png) right center no-repeat !important;
	}
.video-right .selected {png
	background:#C5D2E0 url(images/ico-watch.png) right center no-repeat !important;
	}

/*========= BLOG POST STYLING =========*/

/*=== Small Box Post ===*/
.post{
	margin: 0;
}
.post h2{
	font-size: 1em;
	padding: 0 0 5px;
}
.post h3{
	font-size: 1.3em;
}
.post h3 a{
	color: #000000;
}
.post p{
	padding: 0 0 15px;
}
.post p.posted{
	color: #756E52;
}
/*- Box -*/
.box{
	clear: both;
	height: 1%;
	margin: 0 0 20px;
	padding: 15px 0 20px;
}
.box .post{
	width: 260px;
border-top: 1px solid #756E52;
padding: 20px 0 25px;
}
.box .post h2{
	font-size: .85em;
}
.box .post h3{
	font-size: 1em;
}
.box .post p.posted{
	font-size: .85em;
}

.testt{
border-top: 1px solid #756E52;
	
}

/*=== Traditional Blog Post ===*/
.post-alt{
	margin: 0 0 15px 0;
	padding-bottom:15px;
	background: url(images/hl-dot.png) repeat-x bottom;
}
.post-alt h2{
	font-size: 1.5em;
	padding: 0px 0px 5px 0px;
	border-bottom:2px solid #B71234;
	margin: 0px 0px 8px 0px 
}
.post-alt h3{
	font-size: 1.4em;
	margin: 0px 0 7px 0px;
	
}
.post-alt h3 a{
	color: #000000;
}
.post-alt p{
	padding: 0 0 15px;
}
.post-alt p.posted{
	color: #756E52;
	font-size: 0.8em;
	padding: 0px 0px 15px 10px; 
}
/*=== Buttons ===*/
.continue{
	background: url(images/ico-arrow.png) no-repeat left;
	padding: 0 0 0 13px;
	font-weight:bold;
}
.comments {
	padding-bottom:0px !important;
}
.comments a{
	background: url(images/ico-comm.png) no-repeat left;
	color: #000000;
	padding: 0 0 0 20px;
	font-weight:bold;
}
a.more{
	background: url(images/ico-arrow2.gif) no-repeat right;
	color: #756E52;
	font-size: 1.2em;
	font-weight: bold;
	padding: 0 20px 0 0;
}
/*=== Traditional Blog Post ===*/
.navigation {
}
.navigation a {
	color: #756E52;
	font-size: 1.2em;
	font-weight: bold;
}
.alignleft{
	display:inline;
	float:left;
}
.alignright{
	display:inline;
	float:right;
}

/*========= ARCHIVE SPECIFIC =========*/

#archivebox {
	background:#C5D2E0;
	padding:10px;
	width:530px;
	margin-bottom:15px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#archivebox h2 {
	font-size:1.5em;
	color:#000;
}
#archivebox h2 em{
	color:#756E52 !important;
	font-style:normal;
}
.archivefeed {
	margin-top:5px;
}
.archivefeed a {
	background:url(images/ico-arcfeed.png) center left no-repeat;
	padding-left:20px;
	color:#000;
	font-weight:bold;
}
.arclist{
	border-top: 3px solid #756E52;
	border-bottom: 3px solid #756E52;
	margin: 0 0 15px;
	padding: 10px 0 10px;
	width: 260px;
}
.arclist h2{
	color: #000;
	font-size: 18px;
	padding: 0 0 10px 0 !important;
}

.arclist ul li{
	padding:0 0 7px 10px;
	color:#756E52;
	font-size:14px;
	font-weight:bold;
}
.after_archives{
	margin: 30px 0px 10px 50px;
	display: inline-block;
	text-align: centre;
}

/*========= SINGLE POST SPECIFIC =========*/

.singletags {
	margin-top:5px;
	font-weight:lighter;
	color:#756E52;
	font-size:0.85em;
}
.entry p{
	text-align:left;
	font-size:12px;
	line-height:20px;
	}
.entry blockquote { 
	padding: 3px 15px;
	background: #C5D2E0;
	border: 1px solid #756E52;
	margin: 0px 0px 10px 10px;
	color:#000;
	width:40%;
	float: right;
	}
.entry blockquote p {
	font-size:12px;
	padding: 5px 0px;
	margin: 5px 0px;
	line-height: 20px;
	}
.entry img { 
	margin: 0px;
	}
.entry ul, .entry ol {
	margin-bottom:15px;
	font-size:12px;
	line-height:20px;
	}
.entry ul li ul, .entry ol li ol{
	margin-bottom:0px;
	padding-top:3px;
	}
.entry ul li {
	list-style:circle inside !important;
	margin-left:15px;
	padding:3px 0px;
	}
.entry ul li ul li {
	list-style:disc inside !important;
	}
.entry ol li {
	list-style:decimal inside !important;
	font-size:12px;
	padding:3px 0px;
	}
.entry ol li ol li {
	list-style:decimal-leading-zero inside !important;
	}
h4
	{
	margin: 0px 0px 10px 0px;
	}
h5
	{
	margin: 0px 0px 10px 0px;
	}
h6
	{
	font-size:1em;
	border-bottom:2px solid #B71234;
	padding: 0px 0px 1px 0px;
	margin: 20px 0px 6px 0px;
	}
h7
	{
	font-size: 0.9em;
	font-style: italic;
	color: #756E52
	}

.wp-caption {
	border: 1px solid #756E52;
	text-align: center;
	background-color: #fbfbfb;
	padding-top: 4px;
	margin: 10px;
	padding: 5px;
	/* optional rounded corners for browsers that support it */
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption-text {
	font-size: 0.85em !important;
	padding: 5px !important;
	line-height: 16px  !important;
}


/*========= COMPOSITE LANDING PAGE SPECIFIC =========*/

#compcolumns{
	margin: 58px 0px 0px 0px;
	padding: 0 15px 0px;
}

#compcol1{
	float: left;
	width: 560px;
}

#compcol2{
	float: right;
	width: 345px;
	margin: 0 0 0 0px;
}

#compbody{
	width: 480px;
}

#comptitle{
	width: 580px;
}

.compmodule{
	padding: 20px;
	margin: 10px 0px 10px 0px;
	border:1px solid #756E52;
	-moz-border-radius: 12px;
	-khtml-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
}

.compsurround{
	border-left-style:solid;
	border-left-width:1px;
	border-right-style:solid;
	border-right-width:1px;
	float:left;
	padding:5px 14px;
}

.compmodule #flickrshow h2{
	float: right;
	width: 100%;
	height: 34px;
	background: url(images/socialicons/flickr-icon.png) no-repeat right top;
}

.twitsearchstring h2{
	width: 100%;
	height: 34px;
	background: url(images/socialicons/twitter-icon.png) no-repeat right top;
}

.compmodule #twitsearchstring h2{
	width: 100%;
	height: 34px;
	background: url(images/socialicons/twitter-icon.png) no-repeat right top;
}

.compmodule #youtubeid h2{
	float: right;
	width: 100%;
	height: 34px;
	background: url(images/socialicons/youtube-icon.png) no-repeat right top;
}

.compmodule #compform h3{
	color: #ff0000;
}

.comptimer{
margin: 0px 0px 20px 37px;
}

/*========= COMPOSITE LANDING PAGE 1 and 2 SPECIFIC =========*/

#compcol1-1{
	float: left;
	width: 460px;
}

#compcol2-1{
	float: right;
	width: 446px;
	margin: 0 0 0 0px;
}

/*========= FIND US ON - SOCIAL MEDIA BUTTONS =========*/

.social-button-group{
	width: 100%;
}

.social-button{
	margin: 0px 28px 0 21px;
	float: left;
}

.social-button a img
{
    opacity: 0.70;
}

.social-button a:hover img
{
    opacity: 1;
}

/*========= PLUGIN STYLES OVER-RIDES =========*/

/*=== the-events-plugin ===*/

#tec-event-meta {
border-color: #756E52 !important;
}


/*========= COMMENTS =========*/

h2.commh2{
	font-size: 1.4em;
	padding: 0 0 5px;
	font-weight:bold !important;
}
ol.commentlist{
	margin: 10px 0 20px;
	padding: 0;
	list-style: none;
	font-size: 12px;
	line-height: 20px;
}
ol.commentlist p{
	margin-bottom:10px;
	line-height: 20px;
}
ol.commentlist cite{
	font-style: normal;
	font-weight: bold;
}
ol.commentlist li{
	padding: 20px 0px 10px 12px;
	border-top: #cccccc 1px solid;
}

.avatar{
	float: right;
}


/*========= SIDEBAR =========*/

/* Social icons */
.addthis_toolbox {
    padding-top: 0px;
	text-align: center;
	}
.addthis_toolbox .custom_images a
{
    width: 32px;
    height: 32px;
    margin: 0 2px 0 2px;
    padding: 0;
}

.addthis_toolbox .custom_images a:hover img
{
    opacity: 1;
}

.addthis_toolbox .custom_images a img
{
    opacity: 0.90;
}
	
/*- Sidebar Tabs - Popular, Comments, Featured, Tag Cloud -*/
.sideTabs {
	height:31px;
	width:350px;
	float:left;
	display:block;
	}
.sideTabs .idTabs{
	font-size: 12px;
	height: 30px;
	letter-spacing: -1px;
}
.sideTabs .idTabs li{
	float: left;
	font-size: 13px;
	line-height: 30px;
}
.sideTabs .idTabs li a{
	background: #B71234;
	border: 1px solid #B71234;
	border-bottom: 0;
	color: #fbfbfb;
	display: block;
	margin: 7px 2px 0px 0px;
	padding: 0 10px;
	font-weight:bold;
}
.sideTabs .idTabs li a:hover{
	background: #C5D2E0;
	border: 1px solid #756E52;
	color: #756E52;
	margin: 0 2px 0 0;
	text-decoration: none;
}
.sideTabs .idTabs .selected{
	background: #C5D2E0;
	border: 1px solid #756E52;
	border-bottom:1px solid #756E52;
	color: #756E52;
	margin: 0 2px 0 0;
	text-decoration: none;
}
.navbox{
	background: #C5D2E0;
	border: 1px solid #756E52;
	border-top: 0;
	margin: -2px 0 25px;
	padding: 10px 10px 0;
	position: relative;
	-moz-border-radius: 3px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;

}
.list1,list3,list4,list5{
	padding-bottom:12px;
	}
.list1 li,.list3 li,.list4 li,.list5 li{
	background: url(images/ico-star.png) no-repeat left center;
	padding: 0px 5px 3px 25px;
	border-bottom:1px dashed #756E52;
	margin: 10px 10px 10px 10px 
}
.list1 li a,.list3 li a,.list4 li a,.list5 li a{
	color: #000000;
}
.list3 li {
	background: url(images/ico-mostcomm.png) no-repeat left center !important;
	}
.list4 li {
	background: url(images/ico-feat.png) no-repeat left center !important;
	}
.list5 li {
	background: url(images/ico-arcfeed.png) no-repeat left center !important;
	}

/*- Ads -*/
.ads{
	border: 1px solid #756E52;
	height: 125px;
	margin: 0 0 25px;
	padding: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.ads img{
	float: left;
	margin: 0 14px 0 0;
}
.ads img.last{
	margin: 0 !important;
}
/*- Flickr -*/
.flickr{
	background: #fafafa;
	border: 1px solid #756E52;
	margin: 0 0 25px;
	padding: 10px 0px;
}
.flickr .flickr_badge_image img {
	float:left;
	display:inline;
	padding-left:10px;
	padding-bottom:5px;	
}
.flickr h2{
	color: #ff7800;
	font-size: 14px;
	height: 21px;
	margin: 0 0 10px 0px;
	padding-left:10px;
}
.flickr h2 span{
	float: left;
}
.flickr h2 img{
	float: right;
	margin: 0 2px;
}
.flickr h2 em{
	color: #848382;
	float: right;
	font-style: normal;
}
.flickr-ar {
	margin:10px 10px 0px 0px !important;
	padding:0px !important;
	text-align:right;
}

/*=== DropDown Lists ===*/
.catlist{
	width: 160px;
}
.catlist h2{
	color: #ff7800;
	font-size: 1.5em;
	padding: 0 20px 0 0 !important;
	background:url(images/ico-catlist.gif) center right no-repeat;
}
.list-alt {
	padding-top:10px;
	}
.list-alt li{
	margin: 0 0 7px;
}
.list-alt li a{
	color: #000000;
}
/*=== Styling Twitter Pro Widget  ===*/
.twitter-avatar {
	margin: 2px;
}

.entry-content {
	color: #fbfbfb;
	font-size: 1.25em !important;
	line-height: 16px;
}
.entry-content a{
	color: #B71234 !important;
}

/*=== Styling Widget Lists ===*/
.widget h2 {
	text-transform:uppercase;
	}
.widget ul {
	margin: 0 0 15px;
	padding: 10px 0 7px;
}
.widget ul li{
	margin: 0 0 7px;
}
.widget ul li a{
	color: #B71234;
}

/*========= FOOTER =========*/

#footer{
	clear: both;
	color: #756E52;
	height: 35px;
	line-height: 10px;
	font-size: 0.8em;
}
#footer a{
	color: #756E52;
}
#footer img {
	vertical-align:middle;
}

#footerright {
  float: right;
  width: 300px;
  text-align: right;
  font-size: 1.0em;
  }

#footerleft {
	color: #756E52;
	float: left;
	width: 300px;
  }

/*========= MISC =========*/

.fix{
	clear: both;
	height: 1px;
	margin: 0 0 -1px;
	overflow: hidden;
}
.hl{
}
.hl-full{
}
.hl2{
	border-bottom: 3px solid #756E52;
}
.hl3{
}
.blog{
	width:100% !important;
	float:left;
}
.between{
	height:2px;
	margin-bottom:15px;
	}
.fl{
	float: left;
}
.fr{
	float: right;
}
.ac{
	text-align: center;
}
.ar{
	text-align: right;
}
.th{
	border: 1px solid #756E52;
	float: left;
	margin: 0 10px 0 0;
	padding: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.gravatar {
	float:left;
	border: 1px solid #000;
	margin-right: 10px;
}