/*
	Main structure:
		Content:
			.content .module.section
			.content .module.aside
		Asides:
			.asides .module.section
			.asides .module.aside
			
	TODO: Combine asides css - asides.sidebar.css/asides.content.css
*/

/*
SECTION ASIDES
---------------------------*/
.section-asides {
    float:right;
}

/*
ALL MODULES 
---------------------------*/

li.recentcomments{
	padding-bottom: 8px;
}

ul#recentcomments {
	margin-left: 1px;
}

li.twitter-item {
	padding-bottom: 10px;
}

#twitter-1 ul.twitter {
	margin-left: 1px;
}

.asides.grid_2 ul {
	list-style-image: none;
	list-style-type: none;
}

/*.asides.grid_2 {
    float:right;
    display:inline;
    margin-left:1px;
    list-style-type:none;
}*/

div.wp_bannerize_topsquare img {
	margin-bottom: 6px;
}

div.wp_bannerize_subsquares img {
	margin: 7px 7px 7px 14px;

}
.asides {
    margin-top:165px;
}

.asides .module {
    margin:0 0 20px;
    padding:0 0 20px;
}
.asides .module h1 {
    font-size:16px;
    padding:0 0 5px;
    font-weight:normal;
    margin:25px 0 10px 0;
    text-transform:uppercase;
    border-bottom:1px dotted #383835;
}
.follow {
    top:0px;
    margin:0;
    right:0px;
    width:60px;
    height:15px;
    list-style:none;
    position:absolute;
}
.follow li {
    float:left;
    width:15px;
    height:15px;
    margin:0 7px 0 0;
}
.follow .rss {
    margin-right:0;
}
.follow .rss a,
.follow .twitter a,
.follow .facebook a {
    width:0;
    height:0;
    display:block;
    overflow:hidden;
    padding:15px 0 0 15px;
    background-image:url(../images/sprite.png);
}
.follow .twitter a {
    background-position:0 0;
}
.follow .facebook a {
    background-position:0 -15px;
}
.follow .rss a {
    background-position:0 -30px;
}

/*
RECENT NEWS 
---------------------------*/
.asides .module-recent-news {
    position:relative;
}
.asides .module-recent-news .item {
    margin:0 0 15px;
    line-height:18px;
    font-family:'Adobe Caslon Pro', serif;
}
.asides .module-recent-news .time {
    font-size:12px;
}
.asides .module-recent-news .title {
    font-size:15px;
    display:inline;
    font-weight:normal;
}

/*
ADS 
---------------------------*/
.asides .ad.module {
	padding:0;
	border-bottom:none;
}
.ad.button {
	margin:0 0 10px;
}
.ad.events-bar {
	margin:0 0 17px;
}

/*
TEXAS MAP
-----------------------------*/
.texas-map {}

/*
POLL
-----------------------------*/
#question {
	margin:0 0 15px;
	font-weight:bold;
}
#poll ul {
	list-style:none;
	margin:0 0 10px;
}
#poll li {
	margin:0 0 10px;
}
#poll .buttons {
	padding:10px 0 0;
	text-align:center;
}
#poll .buttons input {
	margin:0 15px;
}

/*
FEEDS
---------------------------*/
.feeds .index {
	margin:0;
}
.feeds .index li {
	float:left;
	display:inline;
}
.feeds .index li.selected {
	background:#eee;
}
.feeds .index a {
	float:left;
	width:150px;
	display:block;
	padding:5px 0;
	font-size:12px;
	cursor:pointer;
	text-align:center;
}
.feeds .index li.selected a {
	outline:none;
	color:#383835;
	cursor:default;
}
.feeds .panel {
	background:#eee;
	padding:20px 10px;
}
.js .feeds .panel {
	display:none;
}
.js .simple-tab.feeds .panel,
.js .feeds .panel:first-child {
	display:block;
}
.feeds .panel ul {
	margin:0;
	list-style:none;
}
.feeds .panel li {
	margin:10px 0 0;
	padding:10px 0 0;
	border-top:1px dotted #aaa;
}
#poll.panel li {
	border-top:none;
}
.feeds .panel li:first-child {
	margin:0;
	padding:0;
	border-top:none;
}

/*
FLOAT CLEARING
---------------------------*/
.feeds .index:after,
#upcoming-events li:after {
	height:0px;
    clear:both;
    content:".";
    display:block;
    visibility:hidden;
}
.ie .feeds .index,
#upcoming-events li {
   zoom:1;
}