﻿#redbox {
	width: 277px;
	padding: 1px 0;
	background: #9d0506 url('../images/quicklinks-box-btm.gif') no-repeat 0 100%;
	min-height:293px;
	height:auto !important;
	height:293px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	font-size: 12px;
	font-family: Tahoma, Arial, sans-serif;
	
}
#redbox a {
	color: #FFFFFF;
	text-decoration: none;
}
#news {
	margin: 10px 20px 10px 20px;
	color: #FFFFFF;	
}
#news a {
	color: #FFFFFF;
	text-decoration: none;
}
#news table tr td {
	color: #FFFFFF;
}
#news a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#calendar {
	margin: 10px 20px 10px 20px;
	color: #FFFFFF;
	
}
.ctl00_headline_HeadlineList1_dgArticles_ctl03_lblDescr {
	color: #FFFFFF;
}
.ctl00_headline_HeadlineList1_dgArticles_ctl02_lblDescr {
	color: #FFFFFF;
}
#social {
	width: 280px;
	float: left;
	height: auto;
	display: block;
	vertical-align: top;
}
#social img {
	margin-left: 80px;
	border: 0;
	float: left;
	padding: 0 5px 5px 5px;
	vertical-align: top;
	
}

/*
Company:	Lubbock Chamber
File:		main.css - This contains all the main styles for the website.

All the styles are separted into the following groups:
Global Browser Reset - this is handled by the reset-fonts.css file from YUI
HTML, Body - for the html and body tags
Layout - styles that define the layout of the site
Modules - styles for content modules
Nav - navigation bar
Default Headings - headings like h1, h2, etc
Common Text Styles - Styles for text
Default Lists - unordered and ordered lists
Forms - html forms
Default Links - links
Misc - anything that doesn't fit elsewhere
*/

/* @group HTML, Body */
html {
	background: #fff url('../images/page-bkg.jpg') no-repeat 50% 0;
}
body {
	
	margin-top: 0;
}
/* @end */

/* @group Layout */
/* Head */
div#hd {
	width: 1001px;
	margin-left: auto;
	margin-right: auto;	
	height: 195px;
	
}
div#hd-left {
	
	float: left;
	display: block;
	height: 195px;
	width: 601px;
}
div#rotate {
	background: url('../images/rotate.jpg');	
	float: left;	
	display: block;
	height: 195px;
	width: 399px;
}
/* Body */
div#bd {
	width: 1001px;
	margin-left: auto;
	margin-right: auto;
}
div#bd-shadow {
	background: url('../images/bd-bkg.png') repeat-y 0 0;
	overflow: hidden;
	width: 1001px;
}
div#bd-btm {
	width: 1001px;
	height: 28px;
	background: url('../images/bd-btm.png') no-repeat 0 0;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

/* Footer */
div#ft {
	width: 966px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px 15px 10px 20px;
}
div#ft p {
	font-family: Arial, sans-serif;
	font-size: 11px;
	margin: 0 0 3px 12px;
}
div#ft p.copyright {
	padding: 8px 0 0 2px;
}
div#ft p.ft-links a {
	padding: 0 2px;
}
div#ft p a:link, div#ft p a:visited {
	text-decoration: none;
}
div#ft p a:hover {
	text-decoration: underline;
}
/* @end */

/* @group Modules */
/* Weblink Logo */
div#weblink-logo {
	width: 148px;
	height: 45px;
	background: url('../images/weblink-logo-box.gif') no-repeat 0 0;
	text-indent: -9000px;
	float: right;
	display: inline;
}
div#weblink-logo a {
	display: block;
	height: 100%;
}
div#weblink-logo-small {
	width: 110px;
	height: 27px;
	background: url('../images/weblink-logo-small.gif') no-repeat 0 0;
	text-indent: -9000px;
	float: right;
	display: inline;
}
div#weblink-logo-small a {
	display: block;
	height: 100%;
}

/* Gray Content */
div.content-gray {
	padding: 10px 25px;
	background-color: #dbdbdb;
	margin-left: 9px;
	width: 581px;
}

/* Main */
div.main {
	width: 648px;
	margin: 0 0 0 23px;
	padding: 15px 0;
	float: left;
	display: inline;
}

/* Side */
div.side {
	width: 300px;
	margin: 0 26px 0 0;
	padding: 15px 0 0 0;
	float: right;
	display: inline;
}


/* Events Box */
div.events {
	margin: 0 0 15px 0;
}
div.events ul.tabs {
	margin: 0;
	padding: 0;
	height: 35px;
	width: 300px;
	background: url('../images/sidebox-tabs-left.gif') no-repeat 0 0;
}

div.events ul.tabs li {
	width: 150px;
	float: left;
	display: inline;
	list-style-type: none;
}
div.events ul.tabs li a {
	display: block;
	width: 150px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 14px;
}
div.events ul.tabs li a:link, div.events ul.tabs li a:visited {
	color: #fff;
	text-decoration: none;
}
div#event1 div.events-content-left {
	background: url('../images/sidebox-tabs-content.gif') no-repeat 0 100%;
}
div#event2 div.events-content-right {
	background: url('../images/sidebox-tabs-content-right.gif') no-repeat 0 100%;
}
div.events div.events-content {
	background: #980506 url('../images/sidebox-tabs-content.gif') no-repeat 0 100%;
	padding: 10px 22px 0px 22px;
	min-height:189px;
	height:auto !important;
	height:189px;
}
div.events div.events-content ul li {
	list-style: none;
	margin: 0 0 12px 0;
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 14px;
}
div.events div.events-content a:link, div.events div.events-content a:visited {
	color: #fff;
	text-decoration: none;
}

/* Sponsors */
div.sponsors {
	text-align: center;
}
div.sponsors p {
	font-size: 12px;
	font-family: Georgia, Times, serif;
}
div.banner {
	margin-bottom: 10px;
}

/* Feature */
div.main div#feature {
	width: 648px;
	margin: 0 0 10px 0;
	}
/* Content */
div.main div.content {
	padding: 20px 30px;
}

/* Quicklinks */
div.quicklinks-top {
	width: 277px;
	height: 14px;
	background: url('../images/quicklinks-box-top.gif') no-repeat 0 0;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}
div.quicklinks {
	width: 277px;
	padding: 1px 0;
	background: #9d0506 url('../images/quicklinks-box-btm.gif') no-repeat 0 100%;
	min-height:193px;
	height:auto !important;
	height:193px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	font-size: 12px;
	font-family: Tahoma, Arial, sans-serif;
}
div.quicklinks h3 {
	margin: 0 0 7px 15px;
	color: #fff;
	width: 252px;
	font-size: 14px;
	font-family: Tahoma, Arial, sans-serif;
	text-transform: uppercase;
}
div.quicklinks table {
	color: #fff;
	margin: 0 0 3px 0;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 13px;
}
div.quicklinks tr td a:link, div.quicklinks tr td a:visited {
	color: #fff;
	text-decoration: none;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 13px;
	margin-left: 15px;

}
div.quicklinks tr td a:hover {
	text-decoration: underline;
}
/* @end */

/* @group Nav */
div#nav-wrap {
	padding-left: 20px;
	width: 961px;
	background: url('../images/bd-bkg.png') no-repeat 0 100%;
}
div#nav {
	background: url('../images/nav-bkg.gif') no-repeat 0 0;
	height: 48px;
	width: 961px;
}
div#nav ul {
	margin: 0;
	padding: 0;
	position: relative;
	width: 961px;
	height: 27px;
}
div#nav ul li {
	float: left;
	display: inline;
}
div#nav ul li.first {
	margin-left: 40px;
}
div#nav ul li:hover, div#nav ul li.sfhover, div#nav ul li.sub {
	
}
div#nav ul li a {
	display: block;
	line-height: 22px;
	padding: 5px 20px 0 20px;
	font-weight: normal;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
}
div#nav ul li a:link, div#nav ul li a:visited {
	color: #fff;
	text-decoration: none;
}
div#nav ul li:hover a, div#nav ul li.sfhover a, div#nav ul li.sub a {
	background: url('../images/nav-hover.gif') repeat-x 0 0;
}

/* Nav Drop Down */
div#nav ul ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	background-color: #000;
	height: 21px;
	
}
div#nav ul li ul { /* second-level lists */
	position: absolute;
	top: 27px; 
	left: 0px; 
	display: none; 
	width: 160px; 
	list-style: none; 
}
div#nav ul li ul li {
	background-color: #000;
	float: none;
	display: block;
}
/*HERE IS THE IE DROP DOWN PROBLEM. THIS MIRACULOUSLY WORKS COMMENTED OUT*/
/*div#nav ul li ul li a {
	text-align: left;
	line-height: 21px;
	padding: 0 12px;
	margin: 0;
	font-size: 12px;
	display: block;
	white-space: nowrap;
	background-image: none!important;
	text-transform: none;	
}*/
div#nav ul li:hover ul, div#nav ul li.sfhover ul {
	left: auto;
	position: absolute;
	float: left;
	display: block;
	z-index: 100;
	background-color: #000;
}
div#nav ul li.sub ul {
	display: block;
}
div#nav ul li ul li:hover, div#nav ul li ul li.sfhover {
	background: none!important;
}
div#nav ul li ul a:hover {
	text-decoration: underline;
	background: none;
	background-color: #000;
	border: 0;
	padding-bottom: 0px;
}
/* @end */

/* @group Default Headings */
div.main h1 {
	margin: 0 0 10px 0;
	font-size: 16px;
	font-family: Georgia, Times, serif;
}
div.main div.content h1 {
	font-size: 18px;
	font-family: Tahoma, Arial, sans-serif;
	color: #0a2107;
	font-weight: bold;
	margin: 0 0 5px 0;
}
div.main h2 {
	font-size: 14px;
	font-weight: normal;
	color: #0a2107;
	font-family: Georgia, Times, serif;
	background: url('../images/title-box-icon.gif') no-repeat 0 2px;
	padding: 0 0 0 18px;
	margin: 0 0 15px 0;
}
/* @end */

/* @group Common Text Styles */
div.main p {
	font-family: Georgia, Times, serif;
	font-size: 14px;
	line-height: 140%;
}
div.main blockquote {
	font-family: Georgia, Times, serif;
	font-size: 14px;
	line-height: 140%;
}
/* @end */

/* @group Default Lists */
div.main li {
	font-family: Georgia, Times, serif;
	font-size: 14px;
	line-height: 140%;
}
div.main li li {
	font-size: 13px;
}
/* @end */

/* @group Forms */
	
/* @end */

/* @group Default Links - link visited hover active */
a:link, a:visited {
	color: #000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
/* @end */

/* @group Misc */
.clear {
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/*-------------------------------------------------------------------------------------------------------------------------------------------*/
/* side */
div.side {
	overflow: hidden;
}
div.side h2 {
	text-align: center;
	margin: 0 0 2px 0!important;
}
div.side ul.tabs {
	margin: 0;
	padding: 0;
	height: 28px;
	
}
div.side ul.tabs li {
	list-style: none;
	width: 112px;
	height: 28px;
	background: url(../images/event-bar-bkg.gif) no-repeat 0 100%;
	float: left;
	display: inline;	
}
div.side ul.tabs li#n-one {
	background-attachment:fixed;
}
div.side ul.tabs li#n-two {
	background-attachment:fixed;
	background-position: 0% 0%;	
}
div.side ul.tabs li a {
	display: block;
	width: 100px;
	margin-left: 23px;
	margin-right: 23px;	
	line-height: 23px;
	font-family: Palatino, Times, serif;
	font-size: 14px;
}
div.side ul.tabs li a:link, div.side ul.tabs li a:visited {
	color: #fff;
	text-decoration: none;
}
div.side ul.tabs li.ui-tabs-selected a {
	background: url(../images/side-tab.png) no-repeat 50% 0;
	
}
div.side ul.tabs li.ui-tabs-selected a:link, div.side ul.tabs li.ui-tabs-selected a:visited {
	
}
div.side-content {
	background: url(../images/side-bkg.gif) no-repeat 0 0;
	overflow: hidden;
}
div.side-content-wrap {
	background: url(../images/tabs-bkg-repeat.gif) repeat-y 0 0;
	margin-left: 3px;
}
div.ui-tabs-panel {
	padding: 5px 15px 5px 11px;
}
div.side p.subtabs {
	text-align: right;
	font-size: 13px;
	font-family: Palatino, Times, serif;
	color: #999;
	margin: 0 0 10px 0;
}
div.side p.subtabs a:link, div.side p.subtabs a:visited {
	color: #999;
	text-decoration: none;
}
div.side p.subtabs a.highlight:link, div.side p.subtabs a.highlight:visited {
	color: #990000;
	text-decoration: none;
}

div.side div.event-btn-row {
	background: url(../images/event-btn-row-bkg.gif) repeat-x 0 100%;
	padding: 5px 10px;
}
div.side div.event-btn-row a.btn {
	display: block;
	background: url(../images/btn-red-left.gif) no-repeat 0 0;
	line-height: 20px;
	padding: 0 0 0 6px;
	font-family: Palatino, Times, serif;
	float: left;
	display: inline;
}
div.side div.event-btn-row a.btn:link, div.side div.event-btn-row a.btn:visited {
	color: #fff;
	text-decoration: none;
}
div.side div.event-btn-row a.btn span {
	display: block;
	line-height: 20px;
	background: url(../images/btn-red-right.gif) no-repeat 100% 0;
	padding: 0 11px 0 5px;
}

div.side p.view-all {
	margin: 0;
	padding: 3px 0 0 0;
	font-size: 10px;
	float: right;
	display: inline;
}
div.side p.view-all a:link, div.side p.view-all a:visited {
	color: #990000;
	text-decoration: underline;
}
div.side p.view-all a:hover {
	text-decoration: none;
}

div.side div.event {
	margin: 0 10px 15px 20px;
	border-bottom: 1px dashed #ccc;
	padding: 0 0 10px 0;
}
div.side p {
	color: #666666;
	font-size: 11px;
	padding-left: 10px;
	margin: 0;
}
div.side p.event-date {
	margin: 0 0 2px 0;
	background: url(../images/blue-arrow.gif) no-repeat 0 4px;
	padding-left: 10px;
	color: #003366;
}
div.side h4 {
	padding-left: 10px;
	color: #990000;
	margin: 0 0 2px 0;
}
div.side h4 a:link, div.side h4 a:visited {
	color: #990000;
	text-decoration: none;
}
div.side h4 a:hover {
	text-decoration: underline;
}

/* Hide Inactive Tabs (jquery UI) */
.ui-tabs-hide { display: none; }
/*----------------------------------------------------------------------------------------------------------------------------*/

/* Fix IE. Hides from IE-mac \*/
* html .clearfix {height: 1%;}
* html ul li ul li a { height: 1%; }
* html ul li ul li { float: left; width: 100%; }

.clearfix {display: block;}
/* End hide from IE-mac */
/* @end */