/*  huddle style */

body {
	background: #247BB3 url(huddle/body_bg.gif) repeat-x;
}

/*  Images */
#top-out {
	background: url(huddle/bg_top.png) repeat-x 0 0;
}

* html #top-out {
	background: url(huddle/ie6/bg_top.png) repeat-x 0 0;
}

#header {
	background: transparent;
	padding-top: 35px;
	height: 97px;
}

#header .latest_twitter ul {
	color: #777;
}
#middle-out-top { /* Background - Middle Top */
	background: transparent;
}
#middle-out-bottom { /* Background - Middle Bottom Gradient */
	background: transparent;
}
#middle-out-bottom .single { /* Background - Content - Single Page */
	background: url(huddle/bg_middle_content_single.gif) repeat-y;
}
#middle-content { /* Background - Content */
	background: url(huddle/bg_middle_content.png) repeat-y;
}
* html #middle-content { /* Background - Content */
	background: url(huddle/ie6/bg_middle_content.png) repeat-y;
}
#middle-content-bottom { /* Background - Content Bottom */
	background: transparent;
}
#content {
	background: url(huddle/bg_middle_top.gif) no-repeat 0 0;
}
#footer {
	background: transparent url(huddle/bg_middle_content_bottom.png) no-repeat;
	padding-left: 10px;
	padding-right: 10px;
	width: 919px;
}

* html #footer {
	background-image: none;
	border-top: 8px solid #DDE0E2;
	padding-left: 0;
	padding-right: 0;
	width: 917px;
}
#middle-out-bottom .full { /* Background - Content - Full Width Page */
	background: url(huddle/bg_page_full.gif) repeat-y;
}
#content.full {
	background: url(huddle/bg_middle_top_full.gif) no-repeat 0 0;
}
#middle-content-bottom.full { /* Background - Content Bottom */
	background: url(huddle/bg_middle_content_bottom_full.gif) no-repeat 0 bottom;
}

/*  Colors */
a {
	color: #2c6288;
}
#footer h2.widget_title {
	background: #085C8F;
	color: #fff;
}
#footer .block ul, #footer .block .textwidget , #footer .block #calendar_wrap{
	border: #cad4d6 5px solid;
	background: #EDEDED;
}

#footer .block {
	width: 293px;
}

* html #footer .block {
	width: 299px;
}

* html #footer .position {
	width: 959px;
}

.Nav a, .Nav .on,
#sidebar h2,
#sidebar ul.idTabs li a {
	background: #616e77;
}
#main-content .post h4.continue a,
#sidebar ul.idTabs li a.selected, #sidebar ul.idTabs li a:hover {
	background: #2c6288;
}
.Nav .on, .Nav a:hover {
	background: #2c6288 !important;
}
#main-content .post h4.continue a:hover {
	background: #255271;
}
#copyright-out {
	background: #00284F;
	border-top: 3px solid #00213F;
}
#nav li ul li a {
	background: #092234;
	border-bottom: 1px solid #081c2b;
}
#footer-out {
	background: transparent;
}

#page_navi a {
	color: #fff;	
}

#cat_navi .huddle-button {
float: right;}

#cat_navi .signup a {	
background-color: #FF9407;
color: #fff;}



