/* Global structure
-------------------------------------------------------------- */

#top-wrapper {
	width: 950px;
  	margin: 0 auto;
}
#container-wrapper {
	width: 970px;
  	margin: 0 auto;
  	background-image: url(/images/structure/background.jpg);
	background-repeat: repeat-y;
	min-height:295px;
	/* IE 6/7 height */
	height:auto !important;
	height:295px;
}
#global-header,
#global-footer {
	width: 970px;
	margin: 0 auto;
}

#global-header {
	position: relative;
	height: 156px;
	background-image: url(/images/structure/logo.jpg);
	background-repeat: no-repeat;
}

#global-header h1 a {
	display: block;
	position: absolute;
	right: 135px;
	top: 25px;
	width: 290px;
	height: 120px;
	text-indent: -9999em;
}

#global-footer {
	text-align: left;
	background-image: url(/images/structure/footer.jpg);
	background-repeat: no-repeat;
}

p.copyright {
	padding: 50px 50px 20px 50px;
}

input#global-search {
	padding: 0;
	margin: 0;
	border: none;
	border-bottom: 1px dotted #CCC;
	height: 16px;
	margin-top: 4px;
	padding: 3px 5px 5px 20px;
	background-color: #f9f9f9;
	font-size: 12px;
	color: #505961;
	background-image: url('/images/icons/search.jpg');
	background-repeat: no-repeat;
	background-position: 2px 4px;
	font-family: Georgia, Times New Roman, Times, serif; 
	font-style: italic;
	width: 160px;
}
input#global-search:focus {
	outline: 0 none;
}
button#global-search-submit {
	display: none;
	float: right;
}

#rss a {
	background-color:#F9F9F9;
	background-image:url(/images/icons/rss.png);
	background-position:left center;
	background-repeat:no-repeat;
	border-color: #CCCCCC;
	border-style:none none dotted;
	border-width:medium medium 1px;
	color:#505961;
	display:block;
	font-family:Georgia,Times New Roman,Times,serif;
	font-size:12px;
	font-style:italic;
	height:16px;
	margin:4px 0 0;
	padding:3px 5px 5px 18px;
}

#global-mailing-list {
	border-bottom:1px dotted #707070;
	border-top:6px solid #009DE8;
	height:315px;
	margin-bottom:59px;
	padding-bottom:3px;
	padding-top:4px;
}

#global-mailing-list p img {
	height: 131px;
	width: 270px;
	margin-bottom:5px;
}

#sidebar a {
	color: #009DE8;
}

#sidebar p.intro {
	padding-bottom: 1.5em;
	border-bottom: 1px dotted #009DE8;
}

.avatar a {
	display: block;
}
.avatar a img {
	padding: 2px;
	border: 1px solid #CCC;
}

/* Pagination
-------------------------------------------------------------- */

#pagination {
	clear: both;
	text-align: center;
	margin-top: 3em;
}

/* About slider
-------------------------------------------------------------- */

#about-slider {
	background-color: #707070;	
}

#about-slider .container {
	padding: 18px 0px;
	display: block;
	color: #F9F9F9;
	display: none;
}

#about-slider .container .colborder {
	border-color: #999;
}

#about-slider .tab {
	background-image: url(/images/structure/about_slider_tab.jpg);
	background-color: #eaf0f3;
	height: 50px;
}

#about-slider .tab a.toggle {
	background-image:url(/images/structure/about_slider_toggle_arrow.jpg);
	background-position:right 0;
	background-repeat:no-repeat;
	color:#F9F9F9;
	display:block;
	float:left;
	height:18px;
	width:70px;
	text-align:left;
	margin-top: 27px;
	margin-left: 63px;
}
#about-slider .tab a.toggle.selected {
	background-position: right -18px;
}
#about-slider .tab a.toggle:hover {
	text-decoration: none;
	color: #CCC;
}

#about-slider .tab .contact {
	padding: 2px 20px 0px 18px;
	float: right;
	font-size: 0.8em;
	color: #CCCCCC;
}

#about-slider .tab .contact a {
	color: #f9f9f9;
}

#about-slider p a {
	color: #EEE;
	border-bottom: 1px dotted #EEE;
}
#about-slider p a.alt {
	color: #FFF;
	border-bottom: none;
}
#about-slider p a.alt:hover {
	color: #EEE;
	border-bottom: none;
}
#about-slider p a:hover {
	text-decoration: none;
	border-bottom: 1px solid #EEE;
}

#about-slider h4 {
	color:#FFFFFF;
	font-size:1em;
	font-weight:bold;
	line-height:1;
	margin-bottom:1em;
}

p.post-stamp em {
	font-family: Georgia;
}

/* Main navigation
-------------------------------------------------------------- */

ul#main-navigation {
	list-style: none;
	padding: 0;
	margin: 0 0 1.0em 0;
	height: 2.7em;
	border-bottom: 1px dotted #CCC;
}

ul#main-navigation li {
	float: left;
	margin-right: 1.2em;
}

ul#main-navigation li a {
	display: block;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 1.5em; 
	font-weight: bold; 
	color: #333; 
	text-shadow: #EEE 1px 1px 0px;
	padding-bottom: 0.2em;
}
ul#main-navigation li a:hover,
ul#main-navigation li.selected a {
	text-decoration: none;
	border-bottom: 3px solid #CCC;
}


/* Breadcrumbs
-------------------------------------------------------------- */

ul#breadcrumbs {
	list-style: none;
	padding: 0;
	margin: 0 0 2em 0;
	color: #999;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}

ul#breadcrumbs li {
	float: left;
	margin-right: 0.4em;
	font-size: 0.8em;
	text-transform: uppercase;
}

ul#breadcrumbs li a {
	color: #565656;
}


/* Latest items slider
-------------------------------------------------------------- */
#latest-slider {
	height: 360px;
	margin: 0 auto;
	position: relative;
	margin-bottom: 28px;
}

#latest-slider .scroll {
	display: block;
	height: 340px;
	overflow: auto;
	position: relative; /* fix for IE to respect overflow */
	clear: both;
	width: 550px;
}

#latest-slider .scrollContainer div.panel {
	padding: 0;
	width: 550px; /* change to 560px if not using JS to remove rh.scroll */
	padding-right: 10px;
}

.scrollButtons {
	cursor: pointer;
	height:30px;
	width: 11px;
	height: 17px;
	position: absolute;
	top: 350px;
	font-family:Georgia;
	font-style:italic;
}
.scrollButtons:hover {
	opacity: 0.5;
}
.scrollButtons:active {
	opacity: 0.9;
}
.scrollButtons.left {
	background-image:url(/images/structure/scroll_left.jpg);
	background-repeat:no-repeat;
	padding-left:20px;
	width:44px;
}
.scrollButtons.right {
	background-image:url(/images/structure/scroll_right.jpg);
	background-position:32px 0;
	background-repeat:no-repeat;
	right:0;
	width:44px;
}
#latest-slider .item {
	border-bottom:1px dotted #707070;
	border-top:6px solid #00752d;
	float:left;
	margin-right:12px;
	padding-bottom:3px;
	padding-top:4px;
	width:175px;
}
#latest-slider .item.last {margin-right:0;}
#latest-slider .item p a.main {
	display:block;
	margin-bottom:5px;
}
#latest-slider .item p a.main,
#latest-slider .item p a.main img {
	height:131px;
	width:175px;
}


#latest-slider .item h6 a {
	color: #00752d !important;
}
#latest-slider .item h6 a:hover {
	text-decoration: underline;
}
#latest-slider .item h5 {
	height: 30px;
}

#latest-slider .item p.summary {
	height: 100px;
}


/* Sponsors
-------------------------------------------------------------- */

#sponsors .sponsor-box {
	width: 100%;
	height: 230px;
	background-color: #EEE;
	margin-bottom: 28px;
}


/* Home categories slider
-------------------------------------------------------------- */

#home-categories-slider {
	
}

#home-categories-slider .categories-container {
	padding: 14px 0px;
	display: block;
	background-color: #fabe31;
	display: none;
}

#home-categories-slider .categories-container .colborder {
	border-color: #F9f9f9;
}

#home-categories-slider .tab {
	background-color:transparent;
	background-image:url(/images/structure/home_categories_tab.jpg);
	background-repeat:no-repeat;
	float:right;
	height:36px;
	margin:5px 0 0;
	width:140px;
}

#home-categories-slider .tab a.toggle {
	background-image:url(/images/structure/home_categories_arrow.jpg);
	background-position:65px 2px;
	background-repeat:no-repeat;
	color:#222222;
	display:block;
	height:18px;
	margin:4px 30px 0;
	text-align:left;
	width:80px;
}
#home-categories-slider .tab a.toggle.selected {
	background-position: right -18px;
}
#home-categories-slider .tab a.toggle:hover {
	text-decoration: none;
	color: #000;
}

#home-categories-slider ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#home-categories-slider ul li {
	width: 170px;	
	float: left;
	
}

#home-categories-slider ul li.first {
	clear: left;
	padding-left: 20px;
}

#home-categories-slider ul li a {
	display: block;
	width: 150px;
	color: #333;
}


/* Articles
-------------------------------------------------------------- */

.article {
	border-bottom:1px dotted #FABE31;
	margin-bottom:9px;
	padding-bottom:11px;
}

/* Blog
-------------------------------------------------------------- */

.blog-post {
	border-bottom:2px solid #FABE31;
	margin-bottom:24px;
	padding-bottom:3px;
}

.blog-post .content a {
	color: #333; 
	text-decoration: underline; 
	outline: none;
}
.blog-post .content a.alt {
	text-decoration: none; 
}

ul.post-actions {
	margin-bottom: 21px;
	list-style: none;
	padding: 0;
	margin: 0;
	border-bottom: 1px dotted #fabe31;
}
ul.post-actions li.categories a {
	font-family: Georgia, Times New Roman, Times, serif;
	text-transform: uppercase;
	font-size: 0.8em;
	font-weight: bold;
	color: #000;
}

ul.post-actions li {
	margin-top:8px;
	float: left;
	margin-right: 4px;
	padding-bottom: 4px;
}

.share-links {
	background-color:#F6DB8D;
	border:1px solid #FABE31;
	display:none;
	margin-bottom:10px;
	margin-top:10px;
	padding:6px 8px 1px;
}

.share-links li a {
	width: 16px;
	height: 16px;
}

.share-links a.close {
	margin-top: 2px;
	width: 12px;
	height: 12px;
	float: right;
	background-image: url(/images/icons/x.jpg);
	background-repeat: no-repeat;
}

.share-links ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.share-links ul li {
	float: left;
	margin-right: 8px;
}

.share-links ul li span {
	display: none;
}

/* Categories */

ul.category-list {
	list-style: none;
	margin: 0 0 3em 0;
	padding: 0;
}

ul.category-list li {
	float: left;
	width: 110px;
}
ul.category-list li.first {
	margin-right: 40px;
}

ul.category-list li a {
	display: block;
	width: 110px;
	color: #222;
}
ul.category-list li a:hover {
	background-color: #EEE;
}

/* Comments */

#comments {
	margin-top: 3em;
}
#comments .comment-container {
	margin-bottom: 1.5em;
	border-bottom: 1px dotted #fabe31;
}

#comments .comment-container p.avatar {
	width: 70px; 
	height: 70px; 
	margin-top: 4em; 
	background-color: #EEE
}


/* Noted
-------------------------------------------------------------- */

#noted .item h5 {
	border-top: 1px dotted #fabe31;
	padding-top: 1em;
}

#latest-noted .item p.stamp {
	margin-bottom: 0.5em;
}
#latest-noted .item p.summary {
	margin-bottom: 2em;
}

/* Twitter
-------------------------------------------------------------- */

ul#twitter_update_list {
	list-style: none;
	padding: 0;
	margin: 0 0 3em 0;
}

ul#twitter_update_list li {
	margin-bottom: 1em;
}

ul#twitter_update_list li:first-child {
	font-size: 1.3em;
	margin-bottom: 1.3em;
}

/* Community
-------------------------------------------------------------- */

#community .profile_thumb {
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	-webkit-border-top-left-radius:4px;
	-webkit-border-top-right-radius:4px;
	-webkit-border-bottom-left-radius:4px;
	-webkit-border-bottom-right-radius:4px;
	border:1px solid #CCCCCC;
	float:left;
	margin:1.8em 1.8em 0 0;
	padding:0.8em;
	width: 100px;
	height: 195px;
}
#community .profile_thumb p.about {
	height: 45px;
}
#community .profile_thumb img {
	width: 100px;
	height: 100px;
}
#community .profile_thumb.last {
	margin-right: 0;
}

/* login status sidebar box */

#status {
	margin-bottom: 1.8em;
}

#status ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#status ul li {
	
}
#status ul li a {
	display: block;
}

/* Events
-------------------------------------------------------------- */

td.calendar-today {
	text-align: center;
}

td.calendar-cell {text-align:center;}

table.calendar-bg {

}

tr.calendar-header {background-color:#EEEEEE;}

th.calendar-month-header {
	text-align: center;
}

th div.calendar-month-links {text-align:center;}

th div.calendar-month-links a.calendar-month-links {
	
}

td.calendar-day-heading {
	font-weight:bold;
	text-align:center;
}

td.calendar-blank {
	color:#999999;
	text-align:center;
}

a.register-now {
	color: #009DE8 !important;
}

div.event-thumbnail p img {
	border: 1px solid #EEE;
	padding: 2px;
	margin-top:1px;
}
