/*  
Theme Name: WindyBits 2.0
Theme URI: http://www.windybits.com
Description: Google Calendar and feed aggregation site.
Version: 2.0
Author: Tom Sherman
Author URI: http://tomsherman.com/
*/


/* color palette

banner: #2D261C
darker brown: #1C1B16
medium dark: #453C2E
medium brown: #A08E75
light brown trace: #60513C
blue accent: #38A5CE
green: #2E85A5

*/

/* hide the secondary article(s) on the homepage */
#hp-secondary-articles {
  display: none;
  }

/* feedlist */
.ReadMoreLink {
display: none;
}

.feedExtralink {
color: #666;
font-size: 0.8em;
}


/* -----[ Overall Layout ]----- */

body {
	background-color: #F1E8C7;
	margin: 0;
	padding: 0;
	font: normal 87% verdana, arial, sans-serif;
	text-align: center;
	}

#banner {
	background-color: #2D261C;
	height: 60px;
	padding-top: 15px;
	text-align: left;
	}

#banner-inner {
	margin: 0 auto;
	width: 790px;
	}

#banner-nav-wrap {
	background-color: #2D261C;
	}

#banner-nav {
	border-bottom: 1px solid #60513C;
	}

#banner-nav-inner {
	margin: 0 auto;
	position: relative;
	top: 1px;
	width: 840px;
	}

#content-wrap {
background: #FEF4D8 url(/images/diagonal-stripe.png);  
	font-size: 0.9em;
	line-height: 1.5;
	padding: 0;
	text-align: left;
	}

#content-innerwrap {
	background-color: #FEF4D8;
	margin: 0 auto;
	overflow: hidden;
	padding: 20px;
	width: 600px;	
	}
	
#content {
	color: #1C1B16;
	font-family: arial, verdana, sans-serif;
	font-size: 1.05em;
	width: 100%;
	}

#tab-home #content-innerwrap {
background-color: #FEF4D8;
	width: 960px;
	}
	
#tab-home #content{
	float: left;
	width:760px;
	}

#sidebar-new {
	float: left;
	margin-left: 30px;
	width: 160px;
	}
	
#logo {
	float: left;
	}

#logo a, #logo a:visited, #logo a:active {
	border: none;
	text-decoration: none;
	}

#sidebar {
	color: #2D261C;
	float: right;
	font-family: verdana, arial, sans-serif;
	font-size: 0.9em;
	top: -15px;
	border-top: solid 15px #38A5CE;
	position: relative;
	padding: 0 10px 20px 10px;
	width: 160px;
	}

#tagline {
	color: #f0f0f0;
	font-size: 0.8em;
	float: right;
	padding-top: 4px;
	text-align: right;
	}

#tagline span {
	color: #38A5CE;
	}

/* -----[ Tech News ]----- */

#sidebar-new {
	font-size: 0.9em;
	}
	
#sidebar-new a, #sidebar-new a:visited {
		border-bottom: dotted 1px #666;
		color: #666;
		text-decoration: none;
		}
	
#sidebar-new ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
	
#sidebar-new li {
	margin-bottom: 7px;
	padding: 0;
	}

#sidebar-new h2 {
font-size: 1.2em;
}
	
/* -----[ Sidebar ]----- */

#sidebar {
	z-index: 10;
	}

.sidebar-component {
	margin-top: 20px;
	}

#sidebar #pagelinks {
	font-size: 1.1em;
	}

#sidebar #pagelinks ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

#sidebar #pagelinks li {
	margin: 0 -10px;
	padding: 0;
	}

#sidebar #pagelinks a, #sidebar #pagelinks a:visited {
	border-bottom: solid 1px #E8DDB6;
	color: #1C1B16;
	display: block;
	padding: 5px 10px;
	text-decoration: none;
	text-align: center;
	
	width: 160px;
	}

#sidebar #pagelinks a:hover, #sidebar #pagelinks .current_page_item a, #sidebar #pagelinks .current_page_item a:visited, #sidebar #pagelinks .current_page_item a:active {
	border-left: solid 7px #38A5CE;
	border-right: solid 7px #38A5CE;
	color: #000;
	text-decoration: none;
	
	/* normal width (160px) minus width of l/r borders (7+7) */
	width: 146px;
	}

#sidebar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
	
#sidebar li {
	margin-bottom: 0.4em;
	}

#sidebar h3 {
	color: #453C2E;
	font-size: 1.0em;
	margin-bottom: 0.5em;
	}

#sidebar a, #sidebar a:link {
	border-bottom: dotted 1px #A08E75;
	color: #2D261C;
	text-decoration: none;
	}

#sidebar #rss-menu-option {
	background-image: url(http://www.windybits.com/images/feed/gif-light/feed-icon-12x12.gif);
	background-repeat: no-repeat;
	background-position: 10px 7px;
	}





/* -----[ Navigation Tabs ]----- */

ul#tabnav {
	border-bottom: 1px solid #60513C;
	font: bold 11px verdana, arial, sans-serif;
	list-style-type: none;
	height: 16px;
	margin: 0;
	padding: 0;
	text-align: center;
	}
		

ul#tabnav li {
	display: inline;
	/* float: left; */
	height: 21px;
	background-color: #2D261C;
	margin-right: 5px;
	}
	
ul#tabnav li.last {
	margin-right: 0;
	}

body#tab-home li.tab-home,
body#tab-links li.tab-links,
body#tab-chicago-tech-news li.tab-chicago-tech-news,
body#tab-submit li.tab-submit,
body#tab-get-calendar li.tab-get-calendar,
body#tab-faq li.tab-faq,
body#tab-contact li.tab-contact,
body#tab-the-may-report-remix li.tab-the-may-report-remix
{
	background-color: #1C1B16;
	}

body#tab-home li.tab-home a,
body#tab-links li.tab-links a,
body#tab-chicago-tech-news li.tab-chicago-tech-news a,
body#tab-submit li.tab-submit a,
body#tab-get-calendar li.tab-get-calendar a,
body#tab-faq li.tab-faq a,
body#tab-contact li.tab-contact a,
body#tab-the-may-report-remix li.tab-the-may-report-remix a
{
	color: #38A5CE;
	background-color: #fef4d8;
	border-bottom: solid 1px #fef4d8;
	}

#tabnav a {

	border-top: 1px solid #FEF4D8;
	border-left: 1px solid #FEF4D8;
	border-right: 1px solid #FEF4D8;
	padding: 3px 5px;

	/* float: left; */
	/* display: block; */
	color: #d5d5d5;
	text-decoration: none;
	}

#tabnav a:hover {
/*
	background: #1C1B16;
	border-bottom: solid 1px #1C1B16;
*/
	color: #fff;
	}


/* -----[ Content Area: Links ]----- */

a {
	color: #1C1B16;
	text-decoration: underline;
	}

a:hover, a:visited {
	color: #000;
	border-bottom-color: #000;
	}
	
#content li {
	margin-bottom: 4px;
	}

/* -----[ Headings ]------ */

h2, h3, h2 a, h3 a {
	font-family: "trebuchet ms", georgia, serif;
	}

h2, h3 {
	/* clear: left; */
	color: #38A5CE;
	}

h2 a, h3 a {
	border-bottom: none;
	color: #38A5CE;	
	text-decoration: underline;
	}

h2 a:visited, h2 a:active,
h3 a:visited, h3 a:active,
h2 a:hover, h3 a:hover {
	color: #2E85A5;	
	}

	
/* -----[ Add event form ]-------- */

#add-event-form .input-text, #add-event-form textarea {
	width: 300px;
	}

#add-event-form td {
	vertical-align: top;
	}

#add-event-form td.firstcol {
	white-space: nowrap;
	}
	

/* -----[ Tech News ]----- */

#tech-news-page div div div {
  color: #999;
  font-size: 0.8em;
}

/* -----[ Miscellaneous and Sundry ]----- */

.alignright {
	font-weight: bold;
	text-align: right;
	}

.alignleft {
	font-weight: bold;
	text-align: left;
	}

.clear {
	clear: both;
	}

#content .credits {
	font-size: 0.8em;
	margin-top: 20px;
	}

fieldset {
	border: none;
	}

img {
	border: none;
	}

.image-left {
	float: left;
	margin: 0 10px 5px 0;
	text-align: left;
	}

.image-right {
	float: right;
	margin: 0 0 5px 10px;
	text-align: right;
	}

.image-right-wrap {
	font-size: 0.8em;
	float: right;
	margin: 0 0 5px 10px;
	overflow: visible;
	text-align: right;
	}

.image-left-wrap {
	font-size: 0.8em;
	float: left;
	margin: 0 10px 5px 0;
	overflow: visible;
	text-align: left;
	}

.image-left, .image-right, .image-right-wrap img, .image-left-wrap img {
	border: double 5px #E4D7AA;
	}

.more {
	font-style: italic;
	text-align: right;
	}

#content .no-decoration, #sidebar .no-decoration, #footer .no-decoration {
	border: none;
	text-decoration: none;
	}

.postmetadata {
	font-size: 0.85em;
	}

.small-text {
	font-size: 0.85em;
	}

.textonly-skip {
	display: none;
	}

/* -----[ Footer ]----- */

#footer-wrap {
	background-color: #F1E8C7;
	border-top: solid 15px #1C1B16;
	}

#footer {
	color: #2D261C;
	font-size: 0.7em;
	margin: 0 auto;
	padding: 20px 0;
	text-align: left;
	width: 330px;
	}
	

	
/* -----[ Tool Tips ]----- */

.tool-tip {
	color: #fff;
	text-align: left;
	width: 139px;
	z-index: 13000;
}
 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
	background: url(/images/bubble.png) top left;
}
 
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(/images/bubble.png) bottom right;
}


/* MAY REPORT */

.explanation {
	font-size: 0.8em;
	}

#loadingIcon {

	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	heigth: 250px;
	background-color: #ccc;
	text-align: center;
	vertical-align: middle;
	
	display: none;

}

.returnToTop {
	text-align: center;
	}

#source {
	background-color: #FFF9E0;
	border: dotted 1px #666;
	margin: 15px auto;
	padding: 5px;
	width: 500px;
	}

#tmr h2 {}
#tmr h3 {}	
	
#tmr-loadOptions td {
	width: 50%;
	vertical-align: top;
	}
	
#tmr-loadOptions td.firstCol {
	margin-right: 20px;
	}

#tmrToc, #tmrToc li {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	}

.tmrDate {
 color: #000;
 font-style: italic;
 font-size: 14px;
}