/*  
Theme Name: HRDC
Description: HRDC Wordpress Theme
*/

/*========= SETUP =========*/

*
{
	border	: 0;
	margin	: 0;
	padding	: 0;
}
html, body
{
	margin		: 0;
	padding		: 0;
	background	: #262626 url(images/bg.jpg) top center repeat-x;
	font		: 12pt/22px Arial, Helvetica, sans-serif;
	color		: #262626;
}

html.schedules, body.schedules
{
	margin		: 0;
	padding		: 0;
	background	: #CCCCCC;
	text-align	: center;
	font		: 12pt/22px Arial, Helvetica, sans-serif;
	color		: #262626;
}

a { color: #333333; }
a:hover 
{ 
	color			: #CC9D04;
	text-decoration	: none; 
}

input, select, textarea
{
	border: #dddddd 1px solid;
	font-size: 12px;
	padding: 5px;
}

input.button
{
	border		: 0;
	cursor		: pointer;
	background	: none;
	font		: bold 20px Arial, sans-serif;
	color		: #a19c94;
}
input:hover.button { color: #CC9D04; }

select option { padding-right: 10px; }
ul, ol { list-style: none; }

h1
{
	font-size	: 32px;
	font-weight	: bold;
	color		: #a19c94;
}
h2, h2 a
{
	font-size	: 22px;
	font-weight	: bold;
	color		: #CC9D04;
	margin		: 0;
	padding		: 0;
}
h2 a { text-decoration: underline; }


h3
{
	font-size	: 18px;
	font-weight	: bold;
	margin		: 15px 0;
	color		: #000000;
}


hr
{
	margin		: 5px 0px 10px 0px;
	border-top	: #e2dedc 1px solid;
}


/*========= LAYOUT =========*/

#page-container
{
	width		: 932px;
	margin		: 0 auto;
	background	: url(images/page-container_bg.png) top center repeat-y;
}

#page
{
	width		: 770px;
	background	: #FFF;
	margin		: 0 auto;
	padding-top	: 5px;
}

#suckerfish
{
	margin		: 0 auto;
	width		: 710px;
}

#suckerfish div
{
	width		: auto;
	margin		: 0 auto;
}

#newsroom_container {
	float			: left;
	width 			: 100%;
	border-bottom	: 1px solid #CCCCCC;
	margin-bottom	: 10px;
}

#newsroom_container .newsroom_image {
	float			: left;
	width			: 22%;
	margin-right	: 1%;
	padding			: 0;
}

#newsroom_container .newsroom_content {
	float			: left;
	width			: 76%;
	font-size  		: 12px;
}

#newsroom_container .newsroom_content a {
	color		: #666666;
	text-decoration:none;
}

#newsroom_container .newsroom_content a:hover {
	color		: #CC9D04;
}

#newsroom_container .newsroom_content H2 a
{
	font-size	: 22px;
	font-weight	: bold;
	color		: #CC9D04;
	margin		: 0;
	padding		: 0;
}

#faq_container {
	float			: left;
	width 			: 100%;
	border-bottom	: 1px solid #CCCCCC;
	margin-bottom	: 10px;
}

#faq_container .faq_content {
	float			: left;
	width			: 100%;
	font-size  		: 14px;
}

#faq_container .faq_content a {
	color		: #333333;
	text-decoration:none;
	font-weight:bold;
}

#faq_container .faq_content a:hover {
	color		: #CC9D04;
}

#faq_container .faq_content H2 a
{
	font-size	: 22px;
	font-weight	: bold;
	color		: #CC9D04;
	margin		: 0;
	padding		: 0;
}

#schedules_head {
	width 			: 850px;
	padding			: 0px;
	background		: #FFFFFF;
	margin			: 5px 5px 0px 5px;
}

#schedules_head td {
	text-align: center;
	padding: 0px;
	font-size: 13px;
	height: 75px;
	vertical-align:top;
	padding-top: 15px;
}

#schedules_head td h2 {
	color: #FFFFFF;
	font-size: 25px;
}

#schedules {
	width 			: 850px;
	padding			: 0px;
	background		: #FFFFFF;
	margin			: 0px 5px 0px 5px;
}

#schedules h2 {
	color: #000000;
	font-size: 13px;
	font-weight:bold;
}

#schedules th {
	font-weight: bold;
	text-align: center;
	padding: 4px;
	font-size: 15px;
	text-transform:uppercase;
}

#schedules td {
	text-align: center;
	padding: 4px;
	font-size: 13px;
	border-right: 1px solid #E1E1E1;
}

#schedules td.left {
	text-align: left;
	padding: 4px;
	font-size: 13px;
	border-right: 1px solid #E1E1E1;
}

#schedules_sm {
	width 			: 415px;
	padding			: 0px;
	background		: #FFFFFF;
	margin			: 0px 5px 0px 5px;
}

#schedules_sm th {
	font-weight: bold;
	text-align: center;
	padding: 4px;
	font-size: 15px;
	text-transform:uppercase;
}

#schedules_sm td {
	text-align: center;
	padding: 4px;
	font-size: 13px;
	border-right: 1px solid #E1E1E1;
}

#schedules_sm td.left {
	text-align: left;
	padding: 4px;
	font-size: 13px;
	border-right: 1px solid #E1E1E1;
}

#form_title {
	float			: left;
	width			: 33%;
	margin-right	: 1%;
	padding			: 0;
	margin-bottom	: 5px;
}

#form_field {
	float			: left;
	width			: 65%;
	margin-bottom	: 5px;
}

.content_block {
	float			: left;
	width			: 100%;
	border-bottom	: 1px solid #666666;
	margin-bottom	: 15px;
}

.content_block a {
	color: #666666;
	text-decoration:none;
	font-weight:bold;
	margin: 0 15px;
}

.content_block a:hover {
	color: #CC9D04;
}

.content_block a.green {
	font-size: 20px;
	color: #395309;
	text-decoration:none;
	font-weight:bold;
	margin: 0 20px;
}

.content_block a.green:hover {
	text-decoration:underline;
}

.content_block a.yellow {
	font-size: 20px;
	color: #CC9D04;
	text-decoration:none;
	font-weight:bold;
	margin: 0 20px;
}

.content_block a.yellow:hover {
	text-decoration:underline;
}

.content_block a.red {
	font-size: 20px;
	color: #63090B;
	text-decoration:none;
	font-weight:bold;
	margin: 0 20px;
}

.content_block a.red:hover {
	text-decoration:underline;
}

.content_block a.blue {
	font-size: 20px;
	color: #003D83;
	text-decoration:none;
	font-weight:bold;
	margin: 0 20px;
}

.content_block a.blue:hover {
	text-decoration:underline;
}

.content_block a.orange {
	font-size: 20px;
	color: #A9440C;
	text-decoration:none;
	font-weight:bold;
	margin: 0 20px;
}

.content_block a.orange:hover {
	text-decoration:underline;
}

#columns
{
	clear			: both;
	padding			: 0 15px 10px 15px;
	background		: #FFF url(images/sidebar_bg.gif) 525px 0 repeat-y;
	margin			: 0;
	border-bottom	: #FFF 14px solid; /* faking a bottom margin */
	font-size		: 10.5pt;
}
.home #columns { background-image: none; }

#columns p { margin: 5px 0 15px 0; }
#columns strong { color: #776f62; }
#columns td { vertical-align: top; }
#main-content ul, #main-content ol 
{ 
	margin		: 15px 25px;
	list-style	: disc;
} 
#main-content ul li { margin-bottom: 8px; } 
.home #main-content ul a { color: #a19c94; }
.home #main-content ul a:hover
{
	color			: #CC9D04;
	text-decoration	: underline;
}



.col1
{
	float			: left;
	width			: 485px;
	padding-top		: 10px;
	margin-right	: 40px;
}
.col2
{
	float		: left;
	width		: 215px;
}



/*========= HEADER =========*/



#nav2, #nav2 ul
{
	margin		: 0 auto;
	padding		: 5px 0 0 0;
	list-style	: none;
	text-align  : left;
	width		: auto;
}
#nav2 a 
{
	font-size		: 12pt;
	color			: #999999;
	text-transform	: lowercase;
	display			: block;
	padding			: 0 13px;
	border-left		: 1px solid #d7d4d1;
	margin-bottom	: 8px;
	text-decoration	: none;
	font-weight		: bold;
}

#nav2 .page-item-2 a 
{
	font-size		: 12pt;
	color			: #999999;
	text-transform	: lowercase;
	display			: block;
	padding			: 0 13px;
	border-left		: 0px solid #d7d4d1;
	margin-bottom	: 8px;
	text-decoration	: none;
	font-weight		: bold;
}

#nav2 li 
{
	float		: left;
	line-height	: 22px;
}
#nav2 li a:hover, #nav2 li.current_page_item a 
{
	background		: none;
	text-decoration	: none;
	color			: #CC9D04;
}
#nav2 li ul 
{
	position	: absolute;
	padding		: 0;
	width		: 13em;
	left		: -999em;
	background	: #000000 url(images/dropdown_bg.gif) top left repeat-y;
	list-style-image:  url(images/item_arrows.gif);
	list-style-type:none;
	list-style-position: inside;
}
#nav2 li:hover ul, #nav2 li.sfhover ul 
{
	left	: auto;
	z-index	: 1000;	
}

#nav2 li ul li 
{
	line-height	: 26px;	
	width		: 13em;
}
#nav2 li ul li a, #nav2 li.first ul li a, #nav2 li.page-item-16 ul li a
{
	font-size		: 10pt;
	margin			: 0;
	padding-left	: 25px;
	color			: #CC9D04;
	border			: 0;
}
#nav2 li ul li a:hover
{
	color		: #FFF;
}

#nav2 li:hover, #nav2 li.hover {
	position: static;
}
#nav2 li ul ul {
	margin: -29px 0 0 15em;
}
#nav2 li:hover ul ul, #nav2 li.sfhover ul ul { left: -999em; }
#nav2 li:hover ul, #nav2 li li:hover ul, #nav2 li.sfhover ul, #nav2 li li.sfhover ul { left: auto; }
#nav2 li:hover ul ul, #nav2 li:hover ul ul ul, #nav2 li.sfhover ul ul, #nav2 li.sfhover ul ul ul { left: -999em; }
#nav2 li:hover ul, #nav2 li li:hover ul, #nav2 li li li:hover ul, #nav2 li.sfhover ul, #nav2 li li.sfhover ul, #nav2 li li li.sfhover ul { left: auto; } 

#nav2 li.first a, #nav2 li.page-item-16 a /* HACK, since :first-child isn't supported by IE6 */
{ 
	padding-left	: 10px; 
	border			: 0;
}











/*- Media -*/
#media 
{ 
	clear			: both;
	height			: 405px;
	position		: relative; 
	margin-bottom	: 15px;
}
#media a { text-decoration: none; }
a#logo
{
	display		: block;
	width		: 275px;
	height		: 250px;
	background	: #619bc1 url(images/streamline_logo.jpg) -0px -0px no-repeat;
	text-indent	: -9999px;
	position	: absolute;
	top			: 0;
	left		: 0;
}

#media-callouts
{
	position	: absolute;
	left		: 0;
	top			: 255px;
	width		: 275px;
	list-style	: none;
	background	: #dbc676 url(images/media-callouts_bg.gif) top right repeat-y;
}
#media-callouts li a
{
	display			: block;
	padding			: 4px 16px;
	color			: #FFF;
	font-weight		: bold;
}
#media-callouts li div 
{ 
	padding-right	: 20px;
	display			: inline;
}
#media-callouts li a:hover
{
	text-decoration	: none;
	color			: #FFF;
	background		: #9d822e url(images/media-callouts_item_over.gif) top right repeat-y;
}
#media-callouts li a:hover div { background: url(images/media-callouts_item_arrows.gif) center right no-repeat;}

a#section-header
{
	display			: block;
	clear			: both;
	height			: 150px;
	background		: url(images/section-header_bg.jpg) top center no-repeat;
	margin-bottom	: 15px;
}




/*- Search -*/
#search{
	float: right;
	height: 27px;
	width:310px;
	margin: 3px 0px 0px !important;
	padding:0px !important;
}
* html #search{
	margin-right: 8px;
}
#search input{
	background: #ffffff;
	border: 1px solid #dddddd;
	color: #333333;
	float: left;
	font-size: 11px;
	width:223px;
	margin:1px 0px 0px;
	padding: 3px 4px 4px;
}
#search .btn{
	padding: 0;
	height:22px;
	width: auto;
	margin:1px 0px 0px 5px !important;
	border:none;
	width:69px;
}





#header 
{ 
	clear			: both;
	background		: url(images/header_bg.gif) top left repeat-x;
	padding			: 18px 15px 15px 15px;
	border-bottom	: #e2dedc 1px solid; 
}
#header blockquote
{
	color		: #CC9D04;
	font-weight	: bold;
	font-size	: 16px;
}
#header blockquote h1
{
	color  		: #000000;
	display		: inline;
	margin		: 0;
	padding		: 0;
	line-height	: 32px;
}


/*- RSS -*/
#rss a{
	color: #666666;
}
#rss h2{
	padding:10px;
	font-size:14px;
	margin-bottom:10px;
}
#rss ul{
	margin: 0px;
	padding: 10px;
	float:left;
}
#rss li{
	margin: 0px;
	border:none !important;
	padding: 5px;
}
#rss img{
	float: right;
	padding-left: 10px;
	margin-top: 5px;
}

/*========= FEATURED POSTS (FRONT-PAGE) =========*/

/* See slideshow.css */

/*========= FEATURED VIDEOS (FRONT-PAGE) =========*/

#video-frame {
	background:#eee;
	float:left;
	width:583px;
	height:auto;
	margin:0px;
	padding: 5px;
	border: 1px solid #ddd;
	}
.video-left {
	float:left;
	width:285px !important;
	display:inline;
	background-color:#FFFFFF;
	}
.video-left p {
	padding:0px !important;
	margin:0px !important;
	}
.video-left h2 {
	display:none;
	}
.video-right {
	float:right;
	width:273px;
	min-height:214px;
	display:inline;
	background-color:#FFFFFF;
	padding: 10px;
	}
.video-right h2{
	color: #000000;
	font-size:11px;
	line-height:normal;
	font-weight:bold !important;
	margin:0 !important;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	}
.video-right p{
	color: #666;
	font-size:11px;
	line-height:12px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0px;
	}
.video-right h3{
	font-style: normal !important;
	font-weight: bold;
	font-size:18px;
	line-height:20px;
	padding-bottom: 0px;
	}
.video-right .mootabs_title {
	border-top:1px solid #FFF;
	list-style:none;
	margin:0px;
	padding:0px;
	}
.video-right .mootabs_title li {
	color:#000;
	font-weight:normal;
	font-size:11px;
	text-decoration:none;
	display:block;
	padding:10px;
	border: 1px solid #dddddd;
	background:#f7f7f7;
	line-height:10px;
	cursor: pointer;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	}
.video-right .mootabs_title li:hover, .video-right .mootabs_title li.active {
	background:#dddddd url(images/ico-watch.gif) right center no-repeat !important;
	}

/*========= BLOG POST STYLING =========*/

/*=== Small Box Post ===*/
.post{
	margin: 0;
}

.post h3{
	font-size: 14px;
}
.post h3 a { }
.post p{
	padding: 0 0 15px;
	line-height: 15px;
}

/*- Box -*/
.box{
	clear: both;
	height: 1%;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
	margin: 0;
}
.box .post{
	width: 288px;
	background-color: #ffffff;
	border:1px solid #ddd;
}


.box .post p{
	font-size: 11px;
	line-height: 16px;
	padding: 0px 10px 10px;
}

.box .post img{
	float: right;
	padding: 0px;
	background-color: #FFFFFF;
	margin: 10px;
}

/*=== Traditional Blog Post ===*/

/*
.post-alt h2{
	font-size: 24px;
	padding: 0;
	line-height: 26px;
}
*/
.post-alt h3{
	font-size: 13px;
	padding-bottom: 5px;
	line-height: 18px;
}
.post-alt h4{
	font-size: 14px;
	padding-bottom: 5px;
	line-height: 16px;
}
.post-alt h3 a { }
.post-alt p{
	padding: 0 0 15px;
}
.post-alt h3.post_date{
	color: #999999;
	padding: 0px 0 10px 0;
	font-size: 12px;
	font-weight: normal;
}
h3.posted{
	font-size: 11px;
	color: #666666;
	font-style: normal;
	font-weight: normal;
	line-height: 15px;
	background-color: #eeeeee;
	padding: 5px;
	margin-top: 10px;
	text-align: right;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	clear:both;
}
h3.posted a {
	font-size:11px;
}

.box .post h3.posted {
	border-bottom:none;
}
/*=== Buttons ===*/
.continue{
	background: url(images/ico-arrow.gif) no-repeat left;
	font-weight:bold;
	padding-left: 15px;
}
.comments {
	padding-bottom:0px !important;
}
.comments a{
	background: url(images/ico-comm.gif) no-repeat left;
	font-weight:normal;
	font-size:11px;
	padding:0px 0px 0px 18px;
	margin-left:5px;
}
a.more{
	background: url(images/ico-arrow2.gif) no-repeat right;
	color: #c0c0c0;
	font-size: 1.2em;
	font-weight: bold;
	padding: 0 20px 0 0;
}
/*=== Traditional Blog Post ===*/
.navigation {
	width	: 100%;
	margin-bottom:15px;
	float:left;
}
.navigation a {
	font-size: 1em;
	font-weight: bold;
}
.alignleft{
	display:inline;
	float:left;
	margin-right:15px;
}
.alignright{
	display:inline;
	float:right;
	margin-left:15px;
}

/*========= ARCHIVE SPECIFIC =========*/

#archivebox {
	margin-bottom:15px;
	padding:10px;
	color:#000 !important;
}
#archivebox h4, #archivebox h3, #archivebox h2{
	color:#333333;
}
#archivebox h4 em, #archivebox h2 em, #archivebox h3 em{
	font-weight: normal;
}
#archivebox a, #archivebox h2 {
	color:#000;
}
.archivefeed {
	margin-top:10px;
	padding-bottom:0px;
}
.archivefeed a {
	background:url(images/ico-arcfeed.gif) center left no-repeat;
	height:20px;
	color:#000;
	font-weight:bold;
	font-size: 11px;
	font-weight: normal;
	padding:3px 0px 1px 22px;
}
.arclist{
	width: 260px;
	margin:0px 0px 25px;
	padding:5px 0px 0px;
	border-bottom: 1px solid #eee;
}
.arclist h2{
	color: #000;
	padding:0px 0px 15px;
}

.arclist ul li{
	color:#c0c0c0;
	font-size:12px;
	padding:8px 0 8px 10px;
	border-top:1px solid #eee;
}

/*========= SINGLE POST SPECIFIC =========*/

.singletags {
	margin-top:5px;
}
.singletags a { font-weight: normal !important; text-decoration:underline; }

.entry blockquote {
	padding: 10px;
	border: 1px solid #ddd;
	color:#000;
	width:85%;
	background-color: #f7f7f7;
	font-style: italic;
	margin:5px auto 15px;
	}
.entry blockquote p {
	font-size:12px;
	padding: 5px 0px;
	margin: 5px 0px;
	line-height: 20px;
	}
.entry img {
	padding: 0px;
	background-color: #FFFFFF;
	}
.wp-caption img {
	margin-bottom:15px;
}
p.wp-caption-text {
	text-align:left;
	padding: 0 0 15px 0;
	margin:0px;
	font-size:.9em;
	font-style:italic;
}
.entry ul, .entry ol {
	margin:15px;
	font-size:12px;
	line-height:20px;
	}
.entry ul li ul, .entry ol li ol{
	margin-bottom:0px;
	padding-top:3px;
	}
.entry ul li {
	list-style:disc;
	margin-left:15px;
	padding:3px 0px;
	}
.entry ul li ul li {
	list-style:disc inside !important;
	}
.entry ol li {
	list-style:decimal inside !important;
	font-size:12px;
	padding:3px 0px;
	}
.entry ol li ol li {
	list-style:decimal-leading-zero inside !important;
	}


/*========= COMMENTS =========*/

h2.commh2{
	font-size: 1.5em;
	padding: 0 0 5px;
	margin: 0 0 15px 0;
	font-weight:bold !important;
}
ol.commentlist{
	margin: 10px 0 20px;
	padding: 0;
	list-style: none;
	font-size: 12px;
	line-height: 20px;
}
ol.commentlist p{
	margin-bottom:10px;
	line-height: 20px;
}
ol.commentlist cite{
	font-style: normal;
	font-weight: bold;
}
ol.commentlist li{
	padding: 20px 10px 10px 10px;
}
ol.commentlist li.alt{
	padding: 10px 10px 0 10px !important;
	background:#f7f7f7;
	border:1px solid #eee;	
}
#comment { width: 450px; }

/*========= SIDEBAR =========*/

#mpu_banner {
	width:300px;
	height:250px;
	background-color:#eeeeee;
	margin-bottom:15px;
	padding: 9px;
	border: 1px solid #dddddd;
}

/*- Sidebar Tabs - Popular, Comments, Featured, Tag Cloud -*/

.sideTabs {
	width:308px !important;
	height:auto !important;
	min-height:258px;
	padding:5px;
	border:1px solid #ddd;
	background-color:#eeeeee;
	float:left;
	display: block;
}
.col2 .mootabs_title{
	font-size: 12px;
	width: 100%;
	float:left;
}
.col2 .mootabs_title li{
	float: left;
	display:inline;
	font-size: 11px;
	line-height: 34px;
	background: #ffffff;
	color: #000000;
	border:1px solid #ddd;
	font-weight: bold;
	font-size: 11px;
	margin:0px 2px 0px 0px !important;
	padding:0px 5px !important;
	cursor: pointer;
}
.col2 .mootabs_title li:hover, .col2 .mootabs_title li.active{
	border: 1px solid #ddd;
	text-decoration: none;
}
.col2 .mootabs_panel {
	display: none;
	clear: both;
	float:left;
	height:auto !important;
}
.col2 .mootabs_panel.active {
	display: block;
	float:left;
}
.col2 .mootabs_panel ul{
	width: 296px !important;
	padding:5px !important;
	border:1px solid #ddd !important;
	margin:5px 0px 0px !important;
	background-color: #FFFFFF;
	min-height:203px;
	}
.list1 li,.list2 li, .list3 li{
	padding: 6px 0 6px 25px;
	border-bottom: 1px solid #eee;
}
.list1 li a,.list3 li a,.list4 li a, .list5 li a{
	color: #666666;
	font-size: 12px;
}
.list3 li {
	background: url(images/ico-mostcomm.gif) no-repeat left center !important;
	}
.list5 li{
	border-bottom: 1px solid #eee;	
	padding:6px 0px;
}
#tagcloud {
	float:left;
	width:306px;
	padding-top:10px;
}
/*- Ads -*/
.ads{
	border: 1px solid #ddd;
	height: 125px;
	width:308px;
	padding: 5px;
	margin:0 0 15px;
}
.ads img{
	float: left;
	margin:0 5px 0 0;
}
.ads img.last{
	margin: 0;
}
/*- Flickr -*/
.flickr{
	border: 1px solid #ddd;
	background-color: #eee;
	width:318px;
	margin:0px 0px 15px;
}
.flickr h2{
	font-size:14px;
	padding: 5px;
	margin-bottom:10px;
}
.flickr h2 img{
	float: right;
	margin: 0 2px;
}
.flickr p {
	display:inline;
	padding-left:10px;
}
.flickr-ar {
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	color: #ffffff;
}
.flickr-ar a {
	color: #ffffff;
}
.flickr .flickr_badge_image img {
	margin:0px 0px 10px 5px;
	border: 1px solid #ddd;
	padding:5px;
	background-color:#ffffff;
	float:left;
}
/*=== Styling Widget Lists ===*/

.widget {
	margin-bottom:15px;
}	
.widget h2 {
	padding: 5px;
}
.widget ul {
	margin:0 0 10px 0;
	padding:5px 0;
	border:none !important;
}
.widget ul li {
	border-bottom: 1px solid #eee;
	padding:5px 0 5px 5px;
	margin:0px;
}
.widget ul li a {
	color: #000000;
}
.widget select {
	border:1px solid #eee;
	width:148px;
	margin:15px 0 0 0;
}








.col1 form ul 
{ 
	list-style	: none; 
	padding		: 10px 0;
}
.col1 form ul label
{
	display			: block; 
	float			: left;
	width			: 150px;
	padding-bottom	: 10px;
	text-align		: right;
	margin-right	: 10px;
}
.col1 form ul li
{
	display			: block;
	clear			: both;
	padding			: 4px 0;
}
.col1 form ul li input { float: left; }
.tip { color: #c3beb8;  }






div.callout 
{ 
	margin		: 0;
	padding		: 20px 0 10px 0; 
	border-top	: #ebe9e8 2px solid;
	color		: #666666;
}
.callout h3
{
	margin		: 0 0 5px 0;
	font-weight	: normal;
	font-size	: 22px;
	line-height	: 22px;
	color		: #000000;
}
.callout p
{
	margin		: 0;
	line-height	: 18px;
}
.callout a 
{
	color			: #666666;
	text-decoration	: none;
}
.callout a:hover { color: #CC9D04; }

.callout a.links 
{
	color			: #CC9D04;
	text-decoration	: none;
	font-weight		: bold;
}
.callout a.links:hover { color: #666666; }

a div.arrows
{
	
	display		: inline;
	padding		: 0px 0 0 20px;
	background	: url(images/link_arrows.gif) center right no-repeat;
}





/*========= FOOTER =========*/
#footer-container
{
	width			: 932px;
	margin			: 0 auto;
	background		: url(images/footer_bg.png) bottom center no-repeat;
	padding-bottom	: 60px;
	position		: relative;
}
#footer 
{ 
	margin	: 0 94px 0 96px; /* a couple less on the right to avoid broken layouts */
	height	: 155px;
}
#footer a { text-decoration: none; }

#footer-callouts { list-style: none; }
#footer-callouts li { display: inline; }
#footer-callouts li a
{
	display				: block;
	float				: left;
	width				: 230px;
	height				: 66px;
	padding				: 3px 6px;
	outline				: none;
	background-position	: bottom left;
	background-repeat	: no-repeat;
	color				: #FFFFFF;
	font-size			: 14px;
}
#footer-callouts li a:hover { background-position: top left; background: #333333; }

#footer-callouts-box 		{ background: #000000; margin-right: 7px; color: #FFFFFF; }
#footer-callouts-box-r 		{ background: #000000; color: #FFFFFF; }

#footer font.links 
{ 
	color					: #CC9D04;
}

#footer p 
{ 
	clear			: both; 
	font-size		: 14pt;
	text-transform	: lowercase;
	text-align		: center;
	padding			: 10px 0 5px 0;
}
#footer p, #footer p a { color: #a19c94; }
#footer p a:hover 
{ 
	color			: #72a6c6; 
	text-decoration	: none;
	text-align		: center;
}
#footer p span { padding: 0 30px; }


#footer-nav
{ 
	list-style	: none; 
	text-align	: center;
}
#footer-nav li { display: inline; }
#footer-nav li a
{
	font-size		: 11pt;
	text-transform	: lowercase;
	color			: #CCCCCC;
	padding			: 0 14px 0 9px;
	border-right	: #d4d0cc 1px solid;
}
#footer-nav a:hover
{ 
	color			: #CC9D04; 
	text-decoration	: none;
}
#footer-nav li:last-child a { border: 0; } /* not supported by IE6 */


#copyright
{
	padding		: 0;
	position	: absolute;
	margin		: 4px 0px;
	text-align	: center;
	font-size	: 11px;
	color		: #99937d;
	width		: 100%;
}
#copyright a
{
	color			: #99937d;
	text-decoration	: underline;
}
#copyright a:hover
{
	color			: #cfc9b4;
	text-decoration	: none;
}


a#tag-45N
{
	display		: block;
	width		: 28px;
	height		: 40px;
	background	: #AA0000;
	text-indent	: -9999px;
	position	: absolute;
	right		: 38px;
	bottom		: 150px;
}




.housing-listing a
{
	text-decoration	: none;
	font-weight		: bold;
}
.housing-listing hr { margin: 5px 0; }

/*========= MISC =========*/

.fix{
	clear: both;
	height: 1px;
	margin: 0 0 -1px;
	overflow: hidden;
}
.hl{
	border-bottom: 2px solid #eee;
}
.hl-full{
	float:left;
	clear:both;
	height:1px;
	width:100%;
	padding:0 !important;
	margin:0px 0px 15px;
}
.hl2{
	border-bottom: 3px solid #c0c0c0;
}
.hl3{
	border-bottom: 1px solid #eee;
}
.blog{
	width:100% !important;
	float:left;
}
.between{
	height:2px;
	margin-bottom:15px;
	}
.fl{
	float: left;
}
.fr{
	float: right;
}
.ac{
	text-align: center;
}
.ar{
	text-align: right;
}
.th{
	border: 1px solid #dddddd;
	float: right;
	padding: 5px;
	background-color: #FFFFFF;
	margin: 0 0 5px 10px;
}

table#wp-calendar {
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
}

table#wp-calendar a {
	color:#000000; 
}

table#wp-calendar caption { 
	font-weight: normal; font-size: 0.91667em; line-height: 1.72727em; text-transform: uppercase; letter-spacing: 2px; background: #e5e5e5; border-bottom: 1px dotted #ddd; 
}
table#wp-calendar th { 
	width: 26px; font-size: 0.91667em; line-height: 1.72727em; background: #f2f2f2; border-bottom: 1px dotted #ddd; text-align: center; 
}
table#wp-calendar td { 
	width: 26px; line-height: 1.66667em; color: #999; text-align: center; 
}
table#wp-calendar td#next, table#wp-calendar td#prev { 
	width: 78px; font-size: 0.83333em; letter-spacing: 1px; text-transform: uppercase; 
}
.gravatar {
	float:left;
	border: 1px solid #000;
	margin-right: 10px;
}


ul#sidebar-wishlist
{
	padding		: 0 0 0 18px;
	font-size	: 13px;
	list-style	: disc;
}
ul#sidebar-wishlist li { line-height: 14px; margin-bottom: 8px; }