	/*
Theme Name: Nashville Technology Council
Theme URI: http://www.remarkablewit.com
Description: Nashville Technology Council theme.  Ported to WP by <a href="http://www.remarkablewit.com">Remarkable Wit</a>
Version: 1.0
Author: Remarkable Wit
Author URI: http://www.remarkablewit.com/
*/

/********************************************
   AUTHOR:  			Remarkable Wit 
   WEBSITE:   			http://www.remarkablewit.com/
   TEMPLATE NAME: 	Nashville Technology Council 1.0
   VERSION:          1.0          	
 *******************************************/
 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* Top Elements */
* { margin: 0; padding: 0; }
body {   behavior:url(csshover.htc); } 
body {
	background: #001A34 url(images/blue_BG.jpg) no-repeat;
	font: normal 70%/1.5em Georgia, Arial, Verdana, sans-serif;
	color: #333; 
	text-align: center;
}
/* links */
a {
	background: inherit;
	text-decoration: none;
	color: #996800;	
}
a:hover {
	background: inherit;
	color: #333; 
}
/* headers */
h1, h2, h3 {
	font-family: Georgia, Arial, Verdana, 'Trebuchet MS', Sans-serif;
	text-transform: uppercase;
	font-weight: normal;	
}
h1 { font-size: 120%; *font-size: 100%; }
h2 { font-size: 110%; text-transform: uppercase; }
h3 { font-size: 110%; color: #996800; }

h1, h2, h3, h4, p {
	margin: 0;
	padding: 10px;		
}
ul, ol {
	margin: 10px 20px;
	padding: 0 20px;
}
li {
	list-style-image:url(images/news_li.jpg);
}
/* images */
img {
	/* border: 2px solid #CCC; */
	border: none;
	margin-right: 10px;
}
img.float-right {
  margin: 5px 0px 5px 10px;  
}
img.float-left {
  margin: 5px 10px 5px 0px;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}

/* blockquote */
blockquote {
	margin: 10px;
 	padding: 0 0 0 28px;  
   border: 1px solid #f2f2f2; 
  	background: #FAFAFA url(images/quote.gif) no-repeat 5px 5px;    
}

/* form elements */
form {
	margin:10px; padding: 0 5px;
	border: 1px solid #cccccc; 
	background-color: #FAFAFA; 
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
#Table6 label {
	display:inline;
	font-weight:bold;
	margin:5px;
}
input {
	padding:2px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:400px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bolder 12px Arial, Sans-serif; 
	border: 1px solid #CCC; 
	padding: 2px 3px; 
	background: #FFF;
	color: #275F6C;
}
/* search form */
form.search {
	padding: 0; margin: 0; 
	border: none;
	background: transparent url(images/search_BG.png) no-repeat;
	height: 22px;
	width: 189px;
}
form.search p{
	padding: 0;
}
form.search input.textbox { 
	margin: 0 21px 0 10px; padding: 1px;
	width: 120px;
	background: #FFF;
	color: #333;
	border: none;
	
}
form.search input.button {
	background: transparent url(images/search_button.jpg) no-repeat ;
	height: 18px;
	margin: 0;
	width: 29px;
	border: none;
	cursor: pointer;
	cursor: hand;
}

/********************************************
   LAYOUT
********************************************/ 
#wrap {
	width: 817px;
	margin: 0 auto;
	text-align: left;
	
}
#content-wrap {
	margin: -4px 0 0 0;
	padding: 0;
}

/* header */
#header {

	width: 817px;
	margin: 0; padding: 0;
	font-size: 14px;
	color: #FFF;
}
#header h1#logo {
	float: left;

/* 	background: url(images/logo8.png) no-repeat left top; */
/* 	_background: url(images/logo.jpg) no-repeat left top; */

	margin: 0; padding: 0;
	font: bold 42px 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	color: #FFF;
	text-transform: none;
	width: 164px;
	height: 103px;
	/* change the values of top and Left to adjust the position of the logo*/
	top: 19px; left: 53px;	
}

#header h1#logo a { 
	width: 164px;
	padding: 0 164px 53px 0;
	

}
*:first-child+html #header h1#logo {
	/* padding-bottom: 53px; */
}

#header h2#slogan {
	z-index: 9999999;
	margin: 0; padding: 0;
	font: bold 12px 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #FFF;
			margin-top: 20px;
	/* change the values of top and Left to adjust the position of the slogan*/
	top: 65px; left:75px;			
}
#header #searchform {
	float: right;
	margin: 20px 0 0 0;
	padding: 0;
	display: inline;
}



/* menu */
#header-tabs {
	margin: 0;
	height: 28px;
	_height: auto;
   font: bold 100% 'Trebuchet MS', Tahoma, Arial, Verdana, Sans-serif; 
   z-index: 99999;
} 
#header-tabs ul {		
	border-bottom:7px solid #FFC000;
	margin:0;
	padding:9px 0px 12px 0px;
	_padding:0;
	list-style:none;
	height: 16px;
	/* z-index: 99999; */


}
#header-tabs li {
	float:left;
   position: relative; 
	display: inline;

}
#header-tabs a {
	float:left;
	background: url(images/left-tab.png) no-repeat left top;
	_background: url(images/left-tab.gif) no-repeat left top;
	color: #000;
	height: 28px;
	margin: 0 10px 20px 0;
	padding:10px 0 0 0;
	_height: auto;
	*padding: 10px 0 10px 0;
	_padding:10px 0 0 0;


	
}
#header-tabs a span {
	float:left;
   background: url(images/right-tab.png) no-repeat right top;
   _background: url(images/right-tab.gif) no-repeat right top;

   margin: 0 0 0 9px;/* !!SPACING BETWEEN MENU IMAGES */
   padding:10px 32px 6px 5px;
   color: #000;
   height: 28px;
	_height: auto;

}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header-tabs a span {float:none;}
/* End IE5-Mac hack */
#header-tabs a:hover span, #header-tabs .current_page_item a span,  #header-tabs .current-cat a span {
	color:#FFF;
	background: url(images/right-tab-active.png) no-repeat right top;
	_background: url(images/right-tab-active.gif) no-repeat right top;
}
#header-tabs a:hover, #header-tabs .current_page_item a,  #header-tabs .current-cat a{
	background: url(images/left-tab-active.png) no-repeat left top;
	_background: url(images/left-tab-active.gif) no-repeat left top;

}








#header-tabs ul ul {
	position: absolute;
	left: -20em;
	*left: 0;
	top: 24px;
	*top: 24px;
	width: 200px;
	*width: 140px;
	visibility: hidden;
	/* z-index: 99999; */
	}

#header-tabs a li:hover > ul, #header-tabs li:hover > ul a span,  #header-tabs li:hover > ul a, #header-tabs a li.hover > ul, #header-tabs li.hover > ul a span,  #header-tabs li.hover > ul a{
	visibility: visible;
	background: #000;
	background-image: none;
	color: #fff;
	width: 150px;
	height: 100%;
	margin: 0 10px 0 -12px;
	*margin: 0 0px 0 -125px;
	padding: 5px;
	*padding: 5px 0px 5px 70px;
	z-index: 99999;
	text-align: left;
	}
	
		
#header-tabs li:hover ul, #header-tabs li li:hover ul, #header-tabs li li li:hover ul, #header-tabs li.sfhover ul, #header-tabs li li.sfhover ul, #header-tabs li li li.sfhover ul, #header-tabs li.hover ul, #header-tabs li li.hover ul, #header-tabs li li li.hover ul, #header-tabs li.sfhover ul, #header-tabs li li.sfhover ul, #header-tabs li li li.sfhover ul {
	left: auto;

	margin: 0 0 0 20px;
	/* z-index: 99999; */

}

#HomeContainer {
	position: relative;
}
#Home{
	width: 200px !important;
	height: 25px !important;
	*height: 25px;
	position: absolute;
	top: 120px;
	right: 0px;
	z-index: 999;
}
#Home a, #Home img{
	width: 200px !important;
	height: 25px !important;
	position: absolute;
	z-index: 999 !important;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  #Home { height: 180px;
  	top: 190px;
  }
} 
@media screen and (-webkit-min-device-pixel-ratio:0) {
  #Home a, #Home img{ height: 160px;
  
  }
} 

/* Ad Rotator Place holder */
#AdRotator a{
	height: 274px;
	width:	817px;
/* 	background: url(images/mainAd.jpg) no-repeat; */

/* 	margin: -25px 0 0 0; */
	*margin: 14px 0 0 0;
	_margin: 0;
	z-index: 99;
}
#AdPic{
	margin: -25px 0 0 0;
	*margin: 14px 0 0 0;
	_margin: 0;

}
#MainContent {
	background: transparent url(images/mainBG.png) repeat-y scroll left top;
	_background: url(images/mainBG.jpg) repeat-y;
	height: 100%;
}
	
/* Main */
#searchHeader{
	color: #ffffff;
}
#main {
	float: left;	
	width: 543px;
	_width: 513px;
	padding: 0;	margin: 0 0 0 10px;	
}
#WC_Wrapper {	
	width: 797px;
	padding: 10px 0 0 0;	margin: 0 10px 0 10px;	
}
#WC_Wrapper iFrame{	
	width: 772px;
	height: 690px;
	padding: 0;	margin: 10px;	
}
#main h1 {
	color: #fff;
	background: transparent url(images/mainH_BG.jpg) repeat-x;
	height: 23px;	
	padding: 6px 0 0 20px;	
	margin: 10px 0 0 0;
}
#WC_Wrapper h1 {
	color: #fff;
	background: transparent url(images/mainH_BG.jpg) repeat-x;
	height: 23px;	
	padding: 6px 0 0 20px;	
	margin: 0;
}
#main h1 a, #WC_Wrapper h1 a { 
	background:none;
	color: #fff; 
}

#main p, .textwidget {
	background: #fff;
	padding: 15px 15px 5px 15px;
}
#main p a {
	color: #996800;
}
#main p a:hover {
	color: #001A34;
}
.textwidget p {
	padding: 0 0 0 5px;
}
.textwidget img {
	border: none;
	padding: 0 27px 15px 0;
}
#technet img {
	border: none;
	padding: 0 5px 0 0;
}
.post-footer {
	background: #fff;
	padding: 5px; margin: 20px 10px 0 10px;

}
.post-footer .date {
	background: url(images/clock.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .rss a {
	background: url(images/rss.gif) no-repeat;
	padding-left: 16px; margin: 0 10px 0 5px;
}
.post-footer .comments {
	background: url(images/comment.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url(images/more.jpg) no-repeat right center;
	padding: 30px; margin: 0 100px 0 5px;
	font-weight: bolder;
	text-transform: lowercase;
}
.post-footer .readmore a  { background:none; }
#sidebar .readmore {
	background: url(images/more.jpg) no-repeat right center;
	padding: 5px 30px 5px 0; margin: 0 100px 0 0px;
	*padding: 25px 30px 25px 0; *margin: 0 100px 0 0px;
	font-weight: bolder;
	text-transform: lowercase;
}
#MainContent .readmore {
	padding: 5px 30px 5px 0; margin: 0 100px 0 0px;
	*padding: 25px 30px 25px 0; *margin: 0 100px 0 0px;
	font-weight: bolder;
	text-transform: lowercase;
}
#mainWrapper {
	background: #fff;
	padding: 0 0 15px 0;
}
#mainWrapper img {
	margin-left: 15px;
}
#mainWrapper h2 a{
	font-weight: bold;
}
#mainWrapper li {
	list-style-image: url(images/news_li.jpg);
}
#mainWrapper ul {
	margin: 15px 10px 15px 7px;
}
#mainWrapper div {
	padding-left: 15px;
}
#categoryListing {
	background: #fff;
}
#categoryListing h2 a{
	font-weight: bold;
}


#commentform, #commentform p{
	background: #f9f9f9;
}

#categoryListing h2{
	border-bottom: double;
	border-top: double;
}
#searchResults h1 {
	background: none;
	color: #333333;
	text-decoration: underline;
	height: 18px;
	text-transform: none;
}
#searchResults h1 a {
	color: #996800;
	font-weight: bold;
}
#searchResults p {
	margin: 0;
	padding: 0 15px;
	line-height: 1.3em;
}


/* sidebar */

#sidebar {
	float: right;
	width: 244px;
	padding: 0; margin: 0 10px 0 0;		
}	
#sidebar h1 {
	background: transparent url(images/mainH_BG.jpg) repeat-x;
	height: 23px;
	margin: 10px 0 0 0; 
	padding: 6px 10px 0 20px; 	
	color: #FFF;		
}
#companyProfiles a, #events a, #connect a{
	color: #FFF;
	background: none;
}
.textwidget li {
	list-style-image:url(images/news_li.jpg);
	margin: 0 0 0 20px;
	*margin: 0 0 0 0px;
}
.textwidget a {
	color: #333;
}
.textwidget a:hover {
	color: #996800;
}
.eventTitles {
	padding: 0;
}
#sidebar ul {
	list-style: none;
	text-align: left;
	margin: 0 0 8px 0; padding: 0;
	text-decoration: none;
	background: #fff;
}
#sidebar ul li {
	list-style:disc;
	list-style-position: inside;
	padding: 0 0 0 10px;
	margin: 0;			 
}

* html body #sidebar ul li { height: 1%; }

#sidebar ul a {
	font-weight: bold;
	padding: 2px 0; 		
	background: none;
}

/* footer */
#footer {
	clear: both;
	background: url(images/footerBG.png) no-repeat;
	_background: url(images/footerBG.jpg) no-repeat;
	color: #fff;
	font: normal 90% Verdana, Tahoma, sans-serif;	
	width: 817px;
	height: 76px;
	text-align: left;
	padding: 8px 0 0 0;
	margin: 0 auto;

}
#footer a { text-decoration: none; }
#footer p { 
	margin: 0 0 0 10px;
	padding: 0;
}
#lowerNav{
	list-style: none;
	margin: 0 0 0 10px;
	padding: 0;
}
#lowerNav a{
	margin: 0;
	color: #fff;
}
#lowerNav a:hover{
	margin: 0;
	color: #996800;
}
#lowerNav a:after{
	content: " |";
	color: #fff;
}
#lowerNav li{
	float: left;
	padding: 0	5px 0 0;
	list-style: none;
}


/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }
#mainWrapper .float-right { padding-right: 15px; }

/* additional classes */
.clear { clear: both; }
.gray { color: #CCC; }

img.avatar {float:left;margin-right:5px;}

/*New Changes 2/14*/
.connect_me_box img{
padding: 0px !important;
margin: 0px 10px 0 0 !important;
}

.textwidget ul li a{
font-weight: normal !important;
}

.slide_widgets h2{
text-transform: Capitalize !important;
font-weight: bold !important;
font-size: 18px;
margin: 0px !important;
padding: 0px !important;
}

.slide_widgets h4{
padding: 10px 5px 10px 0;
text-decoration: underline;
}

.slide_widgets p{
padding: 0px 5px 0 0;
}

.slide_widgets{
width: 214px !important;
}

#cnav{
margin: 0px; padding: 0px;
}

#cnav li{
list-style: none !important;
margin-left: 0px !important;
padding: 0px !important;
display: inline-block;
padding: 5px !important;
margin-bottom: 4px !important;
background-image: url(http://www.technologycouncil.com/wp-content/uploads//2010/02/tab_bg.jpg);
}
#cnav li a{
color: black;
}
#e2ma_signup{
width: 100% !important;
margin-left: 0px;
background-color: white !important;
}

.e2ma_signup_message, .e2ma_signup_form_required_footnote{
display: none;
}

#e2ma_signup_form *{
border: 0px !important;
}

.e2ma_signup_form_row, .e2ma_signup_form_button_row{
position: relative !important;
top: -18px !important;
}

#e2ma_signup_form input{
border: 1px solid #999 !important;
}

.e2ma_signup_form_element input{
width: 100% !important;
}

.connect_me_box strong a{
display: none;
}

.connect_me_box h3{
width: 100% !important;
font-size: 10px !important; 
}

.WC_fullwidth #main{
width: 100% !important;
}
