@charset "utf-8";
/*	===========================================
	WSOL foundation stylesheet. 
	Author: Dennis Kardys 12.08.09
	base styles for screen layout
===============================================  */

/* CSS RESET
----------------------------------------------------------- */
/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Removes list-style from lists */
ol,ul { list-style : none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }

/* Removes list-style from lists
table { border-collapse : collapse; border-spacing : 0; }
 */
 
 
/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* Removes quotation marks from q */
q:before, q:after { content :''; }

/* advanced clearing technique 
Apply this class to the last element before the area that needs to clear. 
This eliminates the need for non-semantic extraneous mark-up, such as an empty div with clear:both applied */
.clearfix:after, #container:after, .section:after, .pod:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix, #container, .section, .pod {display:inline-block;}
* html .clearfix, * html #container, * html .section, * html .pod {height:1%;}
.clearfix, #container, .section, .pod {display:block;}


.left { float: left; }
.right { float: right; }
.pad { padding: 12px; }
.clear { clear:both; }
.section {clear: both; }


body {
	background-color: #fff;
	color: #333;
	font-family: "Microsoft Sans Serif", Arial, Geneva;
	font-size: 13px;
	text-align: center;
}

/* = STRUCTURAL LAYOUT
============================================== */
#wrapper {
	margin: 0 auto;
}

#container {
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background: url(/images/bkg_rule.gif) repeat-x 0 28px;
}

#container.home {
	background: none;
}

#masthead {
	clear: both;
	position: relative;
}

#masthead a:hover {
	border-bottom: none;
}

#masthead img {
	margin: 0;
	padding: 0;
	display: block;
}

.contentWrapper {
	padding: 0 10px 14px 10px;
}

.contentWrapper, .inner { 
	width: 980px;
	margin: 0 auto;
}

#mainContent {
	color: #888;
	line-height: 1.75;
	padding-bottom: 14px;
	padding-top: 6px;
}

.fullWidth #mainContent {
	padding: 18px 0 14px 10px;
	width: 940px;
}

.threeColumn #mainContent {
	float: left;
	width: 465px;
	margin-right: 35px;
}

.sideColumnLeft #mainContent {
	float: left;
	width: 715px;
}

.sideColumnRight #mainContent {
	float: left;
	width: 670px;
	margin-right: 40px;
	padding-left: 10px;
}

.quicklinks {
	height: 56px;
	width: 715px;
	margin-left: 235px;
	margin-bottom: 14px;
	padding-top: 1px;
}

.fullWidth .quicklinks {
	width: 960px;
	margin-left: 0;
}

#sideContent1 {
	float: left;
	width: 214px;
	margin-right: 20px;
	padding-top: 0;
}

#sideContent2 {
	float: left;
	width: 224px;
	padding-top: 12px;
}

#footer {
	margin: 0 auto;
	padding: 16px 10px;
	color: #777;
	font-size: 12px;
	clear: both;
	border-top: 1px solid #ccc;
}


/* = GENERAL STLES
============================================== */
p {
	margin: 12px 0;
}

#mainContent p {
	margin: 15px 0;
}

#mainContent p.caption, #mainContent p .caption {
	margin: 6px 0;	
}

#mainContent p.callout {
margin: 8px 0 12px 0;
}



.left {
	float: left;
}

.right {
	float: right;
}

.pad {
	padding: 12px;
}

/* Class for clearing floats */
.clear {
	clear:both;
}



/* =Formatting
====================================================================== */

#mainContent ul, #secondaryContent ul {
	list-style-type: disc;
	margin: 12px 0 12px 36px;
}

#mainContent ul li {
	list-style-type: disc;
	margin: 0;
	padding: 0;
}

#mainContent ol, #secondaryContent ol {
	list-style-type: decimal;
	margin: 12px 0 12px 36px;
}

#mainContent ol ol, #secondaryContent ol ol,
#mainContent ol ol li {
	list-style-type: lower-alpha;
	margin: 6px 0 6px 18px;
}

#mainContent ol li {
	list-style-type: decimal;
	margin: 0;
	padding: 0;
}


ul.searchNavigation {
	color: #555;
}

#advancedTerms ul li
{
    list-style-type:none !important;   
}


/* =Forms
====================================================================== */

/* Removes fieldset borders. even on Opera 7 */
fieldset {
  border: 1px solid transparent;
}



/* =Tables
====================================================================== */

table { 
	border-spacing: 0;
	border-collapse: collapse;
}

td {
	text-align: left;
	font-weight: normal;
}


#mainContent table {
  border-collapse: collapse;
  /*border: 1px solid #999;*/
}

#mainContent th, #mainContent td {
  /*padding: 0.1em 1em;*/
  /*border: 1px solid #999;*/
}
	

/* =ERROR MESSAGES 
/////////////////////////////////////////////////////////// */
.errorMessage {
	display: block;
    border:solid 1px #FFCC00; 
    padding:15px; 
    background-color:#FFFFCC; 
    color:#C60000; 
    margin:5px;
    font-size:12px;
}	


/* = GENERAL STYLES
============================================== */

	h1+p, h1+ul, h2+p, h2+ul, h3+p, h3+ul {
		margin: 0;
	}
	
	a:link { color: #f68d22; text-decoration: none;}
	a:visited {color: #f68d22; text-decoration: none;}
	a:hover { color: #ff6600;  text-decoration: none; border-bottom: 1px dotted #ff6600;}
	a:active { color: #ff6600;}
	a:visited:hover {color: #ff6600; text-decoration: none; border-bottom: 1px dotted #ff6600;}


	#mainContent a:link, #sideContent2 a:link { color: #f68d22; text-decoration: none;}
	#mainContent a:visited, #sideContent2 a:visited {color: #f68d22; text-decoration: none;}
	#mainContent a:hover, #sideContent2 a:hover { color: #ff6600; text-decoration: none; border-bottom: 1px dotted #ff6600;}
	#mainContent a:active, #sideContent2 a:active { color: #ff6600;}
	#mainContent a:visited:hover, #sideContent2 a:visited:hover {color: #ff6600; text-decoration: none; border-bottom: 1px dotted #ff6600;}
	
	
	#mainContent .ui-widget-content a { color: #0071bd; }
	#mainContent .ui-widget-content a:hover { color: #790000; }
	
	#mainContent .ektronSearch ul.searchNavigation li a {
		background: #eee;
		color: #0071bd;
	}
	
	#mainContent .ektronSearch ul.searchNavigation li a.selected {
		background: #fff;
	}
	
	#mainContent .ektronSearch div.searchWrapper div.searchResultsHeader h3 {
		background: #eee;
	}
	
	#mainContent .ektronSearch div.searchWrapper div.searchResults h4 {
		font-size: 16px;
	}
	
	#mainContent .ektronSearch div.searchWrapper div.resultPreview {
		font-size: 12px;
		line-height: 1.5;
	}
	
	

/* = EKTRON-SPECIFIC STYLES/FIXES
============================================== */


/* = BLOG
=============================================== */

#siteBlog .sidePod 
{
	background: none;
}

#siteBlog .blogSidebar 
{
	padding: 0;
}

#siteBlog .blogSidebar h4 
{
	font-size: 18px;
	color: #666;
	font-family: "Microsoft Sans Serif", Arial, Geneva;
	font-weight: normal;
	border-bottom: 1px solid #ddd;
	margin: 30px 0 10px 0;
}

#siteBlog .blogSidebar ul 
{
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#siteBlog .blogSidebar li 
{
	padding: 3px 0;
	margin: 0;
	list-style-type: none;
	background: url(/community/images/icon_bullet.gif) no-repeat 0 8px;
}

#siteBlog .blogSidebar ul a 
{
	/*padding: 4px 0 4px 12px;*/
	display: block;
}

#siteBlog .blogCalendar 
{
	padding: 5px;
	width: 205px;
	/*background-color: #eee;*/
	border: 1px solid #a2a6c5;
	clear: both;
	margin: 0 0 20px 0;
	font-family: "Microsoft Sans Serif", Arial, Geneva;

#siteBlog .blogCalendar table, #siteBlog .blogCalendar td
{
	text-align: center;
}


#siteBlog .blogCalendar .monthRow td 
{
	width: 195px;
	/*background: #69839c url(/images/bkg_calendarHeader.jpg) repeat-x;*/
	background: #f8ecdc;
	color: #b79c77;
	padding: 5px 0;
	font-size: 16px;
}

#siteBlog .blogCalendar .weekRow td 
{
	background-color: #fff;
	width: 13%;
	border: 1px solid #eee;
	padding: 5px 0;
}

#siteBlog .blogCalendar  .weekRow td.activeDay 
{
	background: url(/images/bkg_calendarHeader.jpg) repeat-x;
}

#siteBlog .blogCalendar  .weekRow td.activeDay:hover
{
	background-image: none;
	background-color: #becea1;
}

#siteBlog .blogCalendar  .weekRow td.activeDay a
{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#siteBlog .blogCalendar  .weekRow td.activeDay a:hover
{
	color: #fff;
}


#siteBlog .blogCalendar .monthRow td.prevMonth, #siteBlog .blogCalendar .monthRow td.nextMonth 
{
	width: 20px;
	font-size: 11px;
	padding: 2px;
}

#siteBlog .blogCalendar .monthRow td a
{
	font-size: 16px;
	padding: 4px 0;
	color: #33460c;
	text-decoration: none;
}

#siteBlog .blogCalendar .monthRow td a:hover 
{
	color: #6D0E71;
}

#siteBlog .entryFooter 
{
	color: #666;
	font-style: italic;
	display: block;

	margin: 6px 0;
	padding: 7px 0;
	border-top: 1px solid #efefef;
	font-size: 11px;
	border-bottom: 1px solid #efefef;
}

#siteBlog .ekcommentheader 
{
	font-weight: bold;
	color: #000;
	font-size: 14px;
	margin: 6px 0;
}

#siteBlog .ekcommentlabel 
{
	color: #336699;
	font-weight: bold;
	font-size: 12px;

}

#siteBlog .ekcommenttext textarea, #blog .ekcommentdata input
{
	margin-top: 8px;
}

#siteBlog .ekcommenttext, #blog .ekcommentdata 
{
	margin-top: 18px;
}

#siteBlog .rss_subscribe
{
	border: 1px solid #ddd;
	padding: 12px;
	margin: 25px 0 20px 0;
	
}

#siteBlog .blogRSS 
{
	float: left;
}

#siteBlog a.imgDesc
{
	float: left;
	padding: 0 20px;
}

.entryTitle a {
text-decoration: none;
	font-family: "Microsoft Sans Serif", Arial, Geneva;
}

h3.entryTitle {
	font-family: "Microsoft Sans Serif", Arial, Geneva;
	color: #008fcb;
	margin: 0;
	padding: 0 0 12px 0;
}

#siteBlog .tags {
	color: #999;
	padding: 0;
}

#siteBlog div.entryBody {
	margin-top: 8px;
	padding: 0;
}

h2.blogSubhead 
{
    display: none;
}