/*
Theme Name:Liska Custom
Theme URI:http://equineonlinedesign.com
Author URI:http://equineonlinedesign.com
Version:1.0.2
Author:Adrienne Raymond
Description:A custom created WordPress theme by <a href="http://www.equineonlinedesign.com">Adrienne Raymond</a>.
This theme was created for Liska-Auctioneers. It consists of a left & right-sidebar, fixed-width, valid XHTML and CSS.
Tags:three-columns, fixed-width, right-sidebar, left-sidebar, auctions, estate 
sales, property sales
*/

/* Site Colors */
/* 
#000066 = dk Blue
#800000 = Dk Red
#b3141f = Medium Red (of body main)
#0071bc = Bright & Deep Sky Blue
##29abe2 = Light & Bright Sky Blue
#666666 = Medium Grey
#b3b3b3 = Light Grey
#f2f2f2 = Very Lt Grey
*/
/* MINIMUM RESET - based on work by Eric Meyer
------------------------------------------------------------------ */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { border: 0; font-size: 100%; margin: 0; outline: 0; padding: 0; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; }

/* GENERAL
------------------------------------------------------------------- */

*::-moz-selection { background: #51a201 none repeat scroll 0 0; color: #fff; }

html, body {margin: 0; padding: 0; min-height:100%; margin-bottom:1px;}

body {
	color:#000;
	font-family:verdana, "century gothic", arial, sans-serif;
	font-size:1em;
	background-color:#000;
}
a {
	color:#2e3192;
	text-decoration:underline;
}
a:hover {
	color:#29abe2;
	text-decoration:none;
}
#wrapper {
	width:1000px;
	margin:10px auto;
	min-height:600px;
	height:auto;	
	overflow:hidden;
		
}
/* COMMON ELEMENTS */
/* HEADER */
#header {
background-image:url(images/header.gif);
background-repeat:no-repeat;
width:1000px;
height:225px;
}
#headertop {
	width:960px;
	height:205px;
	background-color:#fff;	
	overflow:hidden;
	position:relative;
	top:20px;
	left:20px;	
}
#logoleftBrand {
	width:180px;
	float:left;
	margin:10px 0 0 10px;
}
#logocenter {
	width:575px;
	float:left;
	padding:5px 0 0 5px;
}
#address_rss {
	width:185px;
	float:right;
}
#rssfeed {
	width:20px;
	height:20px;
	float:right;
	padding:0px;
	margin:2px 2px 0 0;		
}
#rssfeed a {	
	text-decoration:none;
}
#rssfeed .rssicon img {
	border:none;
	text-decoration:none;
}
#addresslogo {
	clear:right;
	padding:10px 0 0 6px;
	margin:0px 0px 0 0;
	overflow:hidden;
}
a #headerlink {
	border:none;
	text-decoration:none;
}
a:hover #headerlink {
	border:none;
	text-decoration:none;
}
#headerlink {
	clear:right;
	width:675px;
	height:100px;	
	padding:0px;
	margin:0px 0 0 275px;
}
#slogan {
	clear:both;
	height:35px;
	position:relative;
	top:0px;	
}
#slogan .slogantext {
	margin:0px;
	color:#800000;
	text-align:center;
	font-size:1.6em;	
	font-style:italic;
	font-weight:bold;
	font-family:"times new roman", serif;
}
/* NAVIGATION */
.navbar {	
	width:980px;
	height:35px;
	margin:0px;	
	background-color:#b3141f;	
	border-left:10px solid #666;
	border-right:10px solid #666;
}
/* CENTER MAIN */
#main {
	width:1000px;
	min-height:600px;
	height:auto;
	background-image:url(images/main.gif);
	background-repeat:repeat-y;
	overflow:auto;
}
#center {
	width:760px;
	float:left;	
	min-height:560px;
	height:auto;
	margin:10px 0 10px 0px;	
	overflow:auto;
	padding:0 0 0 20px;				
}
.content {
	width:740px;
	min-height:500px;
	height:auto;
	margin:5px auto;	
	overflow:hidden;			
}
/* SIDE BARS */
.sidebarRight {
	width:210px;
	float:right;	
	min-height:560px;
	height:auto;	
	border-right:10px solid #666;
	padding-top:10px;
	overflow:auto;	
}
.navbutton {
	width:190px;
	height:36px;
	margin:0 auto;
	padding:0px;
	background-image:url(images/navbutton.gif);
	background-repeat:no-repeat;	
	overflow:auto;
}
.navbutton h1 {
	text-align:center;
	color:#fff;
	padding:8px 0 4px 0;
	margin:0px;
	font-weight:bold;
	overflow:hidden;
	font-size:.9em;
	font-style:normal;
	font-weight:bold;
	font-family:arial, sans-serif;	
}
.navbody {
	width:200px;
	height:auto;
	margin:0px auto;
	padding:0px 0 10px 0;	
	overflow:auto;	
}
.sidebarRight a {
	color: #fff;
	text-decoration: none;
}
/* under the title buttons */
.sidebarRight a:hover {
	background: none;
	color:  #000066;
	text-decoration: underline;
}
/*all the content under the buttons as a group */
.sidebarRight ul, .sidebarRight ol { 
	margin: 10px 0 0 0; 	
	list-style-type: none;		
	padding:0px 0 0 10px;		
}
/*individual listed items under buttons */
.sidebarRight li { 
	margin: 8px 0px; 
	list-style-image: none;
	list-style-position: inside;
	font-style:normal;
	font-size: .80em;	
	padding:0px;
	color:#fff;	
}
.sidebarRight ul li ul, .sidebarRight ul li ol, .sidebarRight ol li ul, .sidebarRight ol li ol { 
	margin: 0em 0 0em 0px;
}
.textwidget {
	width:180px;
	margin:5px auto;
	padding:0;
	font-style:italic;
}
/* FOOTER */

#footer {
	width:1000px;	
	height:60px;
	background-image:url(images/footer.gif);
	background-repeat:no-repeat;
}
.table {
	text-align:center;
	overflow:auto;	
}
#footer ul {	
	height:20px;
	list-style:none;
	padding:25px 0 0 0;	
	margin:0px 0 0 0;	
}
#footer ul li {	
	display:inline;	
	padding:0px 6px 0px 6px;
	color:#000;
	font-size:.8em;
	font-family:"times new roman", serif;	
	font-weight:bold;	
}
#footer ul li a {	
	display:inline;		
	color:#000;
	font-size:1em;
	padding:0px 6px 0px 6px;
	font-family:"times new roman", serif;	
	font-weight:bold;
	text-decoration:none;	
}

#footer ul li a:hover {	
	display:inline;	
	padding:0px 6px 0px 6px;	
	font-size:1em;
	font-family:"times new roman", serif;	
	font-weight:bold;
	text-decoration:none;		
	color:#fff;	
}
#subtext{
	width:1000px;
	height:30px;
}
#subtext p {
	font-size:.65em;
	color:#666;
	text-align:center;
	padding:10px 0;
	margin:0;
	overflow:hidden;
}
#subtext p a {
	color:#b3b3b3;
	text-decoration:underline;
}
#subtext p a:hover {
	color:#fbb03b;
	text-decoration:none;
}
/* comment style ******************************************************/
.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 10px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}
.navigation {
	clear:both;	
	margin:10px 0 0 0;
	text-align:center;
	font-size:.9em;
	padding:0px 0 0 0px;	
}
.navigation a {	
	padding:0px 10px;	
}
/************************************************************/

/*post */
.post {
	margin-bottom: 5px;	
	overflow:hidden;
	width:740px;	
}

.post p {
	margin: 0px 4px;
	line-height: 1.3em;		
	font-size:.90em;
	padding:5px;
	overflow:hidden;			
}
.post p a.more-link {
	border-bottom: 1px dotted red;
	color:#af7418;
	text-decoration: none;
}
.post p a {
	border-bottom: 1px dotted #000066;
	color:#000066;
	text-decoration: none;
}
.post p a:hover {
	text-decoration: none;
	color:#29abe2;
	border-bottom: 1px dotted #29abe2;
}
 
p.center {
	text-align: center;
}
.postmeta {	
	font-size:11px;
	margin:10px 0px;
	color: #42210b;
	padding:5px 0;
}
p.postmeta {
	clear:both;
	font-size:11px;
	margin:10px 0px;
	color: #42210b;
	padding-bottom:5px;
}

.commentCount {
 text-align:right;
 margin-right:10px;
 font-size:10px;
}
.small {
	font-size: 10px;
}
code {
	font: 12px 'Courier New', Courier, Fixed;
}
h1 {
	padding: 5px 10px 0px 5px;
	font-size: 28px;
	text-align: left;
	font-weight: bold;	
	margin:0 0 5px 0;
	color: #000066;
	font-family: "times new roman", serif;	
}
.post .postTitle a {
	font-size:24px;
}
.post h1 {
	padding: 5px 10px 0px 5px;	
}
.post h1 a{
	padding: 5px 10px 0px 5px;
	font-size: 28px;
	text-align: left;
	font-weight: bold;	
	margin:0 0 5px 0;
	color: #000066;
	font-family: "times new roman", serif;
	text-decoration: none;
	margin-left: 0px;
}
.post h1 a:hover {	
	color: #29abe2;	
	text-decoration: none;	
}
h2 {		
	font-size: 25px;
	font-weight: bold;
	text-align: left;
	padding:5px 0;
	color: #0071bc;
	margin:0px;
	font-family: "times new roman", serif;	
}
h3 {
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	padding:5px 0;
	color: #800000;
	margin:0px;
	font-family: "times new roman", serif;	
}
h3 a {	
	color: #800000;
	text-decoration:underline;
}
h3 a:hover {
	color:#FF1D25;
	text-decoration:none;
}
h4 {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	padding:5px 0;
	color: #666;
	margin:0px;
	font-family: "times new roman", serif;	
}
h5, h6 {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	padding:5px 0;
	color: #999;
	margin:0px;
	font-family: "times new roman", serif;	
}
address {
	font-size:.95em;
	line-height:1.2em;
	font-family:"times new roman", serif;
	font-style:italic;
	font-weight:bold;
	color:#29abe2;
	padding:0 0 5px 0;
	margin:0;
}
blockquote {
	font-family:"times new roman", serif;
	width:600px;
	margin:0 auto;
	font-size:1.05em;
	line-height:1.4em;
}
#breadcrumbs {
	font-size:.7em;
	padding:0 0 5px 0;
	margin:0;
}
/** COMMENT FORMATTING **(AGAIN - look near header for more!)*/ 

#comment {
	background: #FFFFFF;
	color: #222222;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	margin: 5px 0px 5px 0px;
	padding: 4px;
	}
/************************/

/************************/	
.commentlist {
	border-top:1px solid #bf9467;
	border-right:1px solid #bf9467;
	border-left:1px solid #bf9467;
	background-color:#fff;
	padding:0 0 10px 0;
	margin:0px;
}
.commentlist p {
	font-weight: normal;	
	text-transform: none;
	border-bottom: 1px dashed #af7418;
	margin: 0 0 5px 0;
	padding: 5px;	
}
.commentlist ol {
	margin: 0px;
	padding: 0px;		
}

.commentlist li {
	font-weight: bold;
	color: #42210b;		
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	list-style: none;	
}
.commentlist li ul li { 
	margin-right: 0px;
	margin-left: 0px;
	font-size: 11px;			
}
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	color: #000066;
	font-style: normal;
	font-size: 12px;
}
.commentmetadata {
	font-size: 10px;
	margin: 0px;
	display: block;
	font-weight: normal;
	padding:5px 0;
}

/************* form for reader comments *****************/
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0px;
	}
#commentform {
	margin: 5px 10px 0px 0px;
	}
#commentform textarea {
	width: 96%;
	padding: 10px;
	border: 1px solid #42210b;
	font-size:12px;
	}
#respond {
	clear:both;
}
#respond:after {
	content: "."; 
	display: block; 
	height: 0px; 
	clear: both; 
	visibility: hidden;
	}
#commentform p {
	margin: 5px 0px 5px 0px;
	}
#commentform #submit {
	margin: 5px 0px 20px 0px;
	float: left;
	border: 1px solid #42210b;
	background-color:#800000;
	color:#fff;
	}
.alt {
	margin: 0px;
	padding: 0px;
	}
.children { 
	margin: 0px;
	padding: 0px;
	}
	
.nocomments {
	text-align: center;
	margin: 0px;
	padding: 0px;
	}

/*---------text box details for the comment responses --*/
#author, #email, #url {
	background: #FFFFFF;
	color: #855912;
	font-size: 10px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px;
	padding: 4px;
	border: 1px solid #666;
	}
.thread-alt {
	background-color: #fff;
	margin: 0px;
	padding:0px;
	}
/* comment box background color goes here */

.thread-even {
	background-color: #ececed;
	margin:0px;
	padding:0px;
	font-size:.8em;
	}
.depth-1 {
	border: 1px solid #E6E6E6;
	margin: 0px;
	padding: 0px;
	}
.even, .alt {	
	margin:0px;
	padding:0px;
	font-size:.8em;
	line-height:1.3em;	
	}
/**** CAPTION FORMATTING ******/
.wp-caption {
	border: 2px solid #b3141f;
	text-align: center;
	background-color:#800000;
	padding-top: 4px;
	margin: 10px 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 12px;
	line-height: 17px;
	padding: 5px 4px 5px;
	margin: 0;
	color:#f2f2f2;
}

/* End captions & aligment */
#wp-calendar {
	border: 2px solid #f2f2f2;
	empty-cells: show;
	font-size: 14px;
	margin: 0px 0 5px 9px;	
	width: 90%;
	background-color:#b3b3b3;
}
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	color:#000066;
}
#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	color:#000066;
}
#wp-calendar a {
	display: block;
	text-decoration: none;
	background-color:#ccc;
	color:#b3141f;
}
#wp-calendar a:hover {
	background: #000066;
	color: #fff;
}
#wp-calendar caption {
	color: #f2f2f2;
	font-size: 14px;
	text-align: center;
	padding:4px 0;
	margin:5px 0 0 0;
	font-weight:bold;
}
#wp-calendar td {
	color: #fff;
	font: normal 12px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
	background-color:#800000;
}
#wp-calendar td.pad:hover {
	background: #fff;
}
#wp-calendar td:hover, #wp-calendar #today {
	background: #fff;
	color: #b3141f;
}
#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	color:#800000;
}

/**** TABLE FORMATTING ****/
	
.post  table {
	background:#FFF;
	border:2px solid #b3141f;
	border-collapse:collapse;
	margin:5px 0 10px;
}
.post  th, 
.post  td {
	border:1px solid #ccc;
	padding:3px 10px;
	text-align:left;
	vertical-align:top;
}
.post  tr.even td {
	background:#F7F7F7;
}
.post  th {
	background:#EDEFF0;
}
/***** LISTS FORMATTING *****/
.post ul {
	margin-left: 0px;
	padding: 0 0 5px 30px;
	list-style:circle;
	padding-left: 30px;
} 
.post ul li {
	margin: 4px 0 4px 10px;
	padding:0 0 5px 0;
	color:#800000;
	font-size:.85em;	
}
.post ol {
	padding: 0 0 5px 35px;
	margin: 0;
	list-style-type:disc;
}
.post ol li {
	margin: 0;
	padding: 4px 0 4px 0;
	color:#b3141f;
	font-size:.85em;
	list-style-type: decimal;
}
/* image formatting?? */
img.alignleft, div.alignleft
{
float:left;
margin:10px 10px 10px 0;
}
img.alignright, div.alignright
{
float:right;
margin:10px 10px 10px 0;
}
img.aligncenter, div.aligncenter
{
text-align:center;
margin:0 auto;
}

/* popularity p */
p.akpc_pop {
	clear:both;
}

/*Extras */
.navbody select {	
	width:180px;
	margin:8px 0 10px 10px;
	padding:0;
	background-color:#ccc;
}
.navbody option {
	background-color:#ccc;
	padding:2px 0;
}
#bottombar {
	height:5px;
	width:100%;
	border-top:2px solid #b3141f;
}
.slideshowlink {
	font-size:1em;
	font-family:"times new roman", serif;
	font-style:italic;
	margin:0 0 10px 0;
	text-align:center;
}
.piclenselink {
	font-size:.95em;
	font-family:"times new roman", serif;
	font-style:italic;
	padding:0 0 2px 0;
	color:#999;
	text-align:center;
}
.piclenselink a {
	color:#000066;
}
.piclenselink p {
	padding:5px 0 0 0;
	margin:5px 0 0 0;
	text-align:center;
	color:#b3141f;
}
.ngg-description p {
	
}
h2.main_formhead {
	text-align:center;
	margin:0;
	padding:0;	
	font-size:18px;
}
#gb_form fieldset#formwrap { 
  border : 1px dotted #ccc;
  border-bottom : 0;
  margin-top : 10px;
  padding : 0 10px 15px 10px;
}
/******************* Event Calendar ********************/
.calnk {
	font-size:.8em;
}
 .calnk a:hover {
         background-position:0 0;
         text-decoration:none;  
         color:#000000;         
         }
    
    .calnk a {
        text-decoration:underline; 
        color:#000066;  
        line-height:1.3em;
        font-size:1em;      
        }     
    .calnk a span { 
        display:none; 
        }
    .calnk a:hover span {
        color:#333333; 
        background:#F6F79B; 
        display:block;
        position:absolute; 
        margin-top:1px; 
        padding:5px; 
        width:150px; 
        z-index:100;
        }
     .calendar-table {
        border:1px solid #b3141f;
        width:100%;
        margin:0 auto; 
     }
     .calendar-heading {
        height:25px;
        text-align:center;
        border:1px solid #b3141f;
        background-color:#800000;

     }
.calendar-heading td.calendar-next {
        width:25%;
        text-align:center;
        font-size:.9em;
        padding:5px 0 0 0;        
     }
.calendar-next a {
        color:#000000;
        text-decoration:underline;
}
.calendar-next a:hover {
        color:#b3141f;
        text-decoration:none;
}
.calendar-heading td.calendar-prev {
        width:25%;
        text-align:center;
        font-size:.9em;
        padding:5px 0 0 0;

     }
.calendar-prev a {
       color:#000000;
        text-decoration:underline;
}
.calendar-prev a:hover {
       color:#b3141f;
       text-decoration:none;
}
.calendar-heading td.calendar-month {
        width:50%;
        text-align:center;
        font-weight:bold;
        font-size:18px;
     }
     .normal-day-heading {
        text-align:center;
        width:25px;
        height:25px;
        font-size:0.8em;
        border:1px solid #DFE6DE;
        background-color:#800000;
        color:#fff;
        font-size:12px;
     }
     .weekend-heading {
        text-align:center;
        width:25px;
        height:25px;
        font-size:0.8em;
        border:1px solid #DFE6DE;
        background-color:#800000;
        color:#ccc;
        font-weight:bold;
     }
     .day-with-date {
        vertical-align:text-top;
        text-align:left;
        width:60px;
        height:60px;
        border:1px solid #DFE6DE;
     }
     .no-events {

     }
     .day-without-date {
        width:60px;
        height:60px;
        border:1px solid #E9F0E8;
     }
     span.weekend {
        color:#FF0000;
     }
     .current-day {
        vertical-align:text-top;
        text-align:left;
        width:60px;
        height:60px;
        border:1px solid #BFBFBF;        
     }
/*****************************************/
     span.event {
        font-size:1em;
     }
     .kjo-link {
        font-size:0.75em;
        text-align:center;
     }

     .calendar-date-switcher {
        height:25px;
        text-align:center;
        border:1px solid #D6DED5;
        background-color:#E4EBE3;
     }
     .calendar-date-switcher form {
        margin:0;
        padding:0;
     }
     .calendar-date-switcher input {
        border:1px #D6DED5 solid;
     }
     .calendar-date-switcher select {
        border:1px #D6DED5 solid;
     }
     .cat-key {
        width:100%;
        margin-top:10px;
        padding:5px;
        border:1px solid #D6DED5;
     }
    
.calnk a:hover span span.event-title {
        padding:0;
        text-align:center;
        font-weight:bold;
        font-size:1em;
}

.calnk a:hover span span.event-title-break {
        width:96%;
        text-align:center;
        height:1px;
        margin-top:5px;
        margin-right:2%;
        padding:0;
        background-color:#000000;
}

.calnk a:hover span span.event-content-break {
        width:96%;
        text-align:center;
        height:1px;
        margin-top:5px;
        margin-right:2%;
        padding:0;
        background-color:#000000;
}
#todays-events ul li {
	font-size:.75em;
	font-weight:normal;
	padding:4px 0;
	margin:0;
}
#todays-events ul li a {
	font-size:1.1em;
	font-weight:normal;
	font-style:italic;
	padding:4px 0;
	margin:0;
}
#upcoming-events ul {
	border:none;
	width:180px;
	margin:0;
	padding:0  0 0 10px;
}
#upcoming-events ul li ul {	
	border:none;
	padding:0;
	margin:0;
}
#upcoming-events ul li ul li {
	font-size:.8em;
	font-weight:normal;
	padding:3px 0;
	margin:0;
	list-style-type:none;
	border:none;	
	margin:0;
	line-height:1.5em;
}
#upcoming-events ul li ul li a {
	font-size:1.3em;
	color:#000;
}
#upcoming-events ul li ul li a:hover {
	font-size:1.3em;
	color:#fff;
}

#upcoming-events ul li ul li .calnk a:hover span span.event-title {
        padding:0;
        text-align:center;
        font-weight:bold;
        font-size:1em;
}
#upcoming-events ul li ul li .calnk a:hover span span.event-title-break {
        width:96%;
        text-align:center;
        height:1px;
        margin-top:5px;
        margin-right:2%;
        padding:0;
        background-color:#000000;
}

#upcoming-events ul li ul li .calnk a:hover span span.event-content-break {
        width:96%;
        text-align:center;
        height:1px;
        margin-top:5px;
        margin-right:2%;
        padding:0;
        background-color:#000000;
        font-size:1em;
}

 /* what I'm adding - one css style */
     .current-day .event .calnk a {
     color:#b3141f;
     font-size:.85em;
     }
     span.event {
        font-size:0.75em;
     }
    
     .kjo-link {
        font-size:0.75em;
        text-align:center;
     }
     .event-title {
        text-align:center;
        font-weight:bold;
        font-size:1.2em;
     }
     .event-title-break {
        width:96%;
        margin-left:2%;
        margin-right:2%;
        margin-top:5px;
        margin-bottom:5px;
        text-align:center;
        height:1px;
        background-color:#000000;
     }
     .event-content-break {
        width:96%;
        margin-left:2%;
        margin-right:2%;
        margin-top:5px;
        margin-bottom:5px;
        text-align:center;
        height:1px;
        background-color:#000000;
     }
     .calendar-date-switcher {
        height:25px;
        text-align:center;
        border:1px solid #000;
        background-color:#800000;
        font-size:12px;
        padding:0 10px;
        color:#fff;
     }
     .calendar-date-switcher form {
        margin:0;
        padding:0;
     }
     .calendar-date-switcher input {
        border:1px #D6DED5 solid;
     }
     .calendar-date-switcher select {
        border:1px #D6DED5 solid;
     }
     .cat-key {
        width:100%;
        margin-top:10px;
        padding:5px;
        border:1px solid #D6DED5;
     }

/**********************Post Templates ******/
.bottomSpacer {
	height:2px;
	border-bottom:1px solid #800000;
	border-top:1px solid #800000;
	margin:4px 0;
	overflow:hidden;
}
.bottomStatementG p {
	font-size:.7em;
	padding:0;
	margin:0;
}
.bottomStatementG h3 {
	font-size:.9em;
	padding:0;
	margin:0;
}
.bottomStatementG ul {		
	list-style:none;
	padding:0px 0 0 0;	
	margin:0px 0 0 0;	
}
.bottomStatementG ul li {		
	padding:0px 6px 0px 6px;
	color:#800000;
	font-size:.75em;
	font-family:"times new roman", serif;	
	font-weight:bold;	
}
p.smallStatementG {
	font-size:.7em;
	padding:0px 0 0 0;
	margin:5px 0 0 0;
	border:1px solid red;
	font-style:italic;
	text-align:center;
}
.bottomTitle {
	text-align:center;
	margin:10px 0 0 0;
}
.bottomTitle h1 {
	font-size:1.2em;
	text-align:center;
	padding:0px;
	margin:0;
}
.bottomTitle h2 {
	font-size:1em;
	color:#000;
	text-align:center;
	margin:0;
	padding:0;
}
.bottomTitle h3 {
	font-size:1.1em;
	color:red;
	text-align:center;
}
.bottomTitle h3 a {
	text-decoration:none;
	color:red;
}
.glossarylink {
	text-decoration:none;
	color:#0071bc;
}
.glossarylink:hover {
	color:#0071bc;
}

/************************ Menu ***********/
#pixopoint_menu1 {
	width:960px;
	height:35px;
	background:#B41520 url("images/dazzle_red.png") repeat-x;
	background-position:50% 0;
	margin:0 auto;
}
#pixopoint_menu1 ul {
	width:960px;
	border:none;
	background:none;
	margin:0;
	padding:0;
	list-style:none;
	}
#pixopoint_menu1 li {
	border:none;
	background:none;
	background:#B41520 url("images/dazzle_red.png");
	color:#FFFFFF;
	line-height:35px;
	z-index:20;
	letter-spacing:0px;
	background:;
	font-weight:bold;
	font-size:14px;
	padding:0;
	margin:0 0px;
	;float:left;
	font-family:tahoma,sans-serif;
	position:relative;
	}
#pixopoint_menu1 li:hover,#pixopoint_menu1 li.sfhover {
	background:#D43843 url("images/dazzle_red.png");
	background-position:0 60px;
	}
#pixopoint_menu1 li a {
	border:none;
	background:none;
	text-decoration:none;
	display:block;
	padding:0 12px;
	color:#FFFFFF;
	}
#pixopoint_menu1 li a:hover {
	border:none;
	background:none;
	text-decoration:none;
	color:#FFFFFF;
	background-position:100% -120px;
	}
#pixopoint_menu1 ul ul {
	position:absolute;
	left:-999em;
	top:35px;
	width:140px;
	}
#pixopoint_menu1 li:hover ul,#pixopoint_menu1 li.sfhover ul {
	left:auto;
	}
#pixopoint_menu1 ul ul li a {
	padding:4px 10px;
	text-transform:normal;
	font-variant:normal;
	}
#pixopoint_menu1 ul ul li {
	letter-spacing:0px;
	color:#000000;
	z-index:20;
	width:140px;
	font-family:helvetica,arial,sans-serif;
	font-size:12px;
	font-weight:normal;
	font-style:normal;
	background:#cccccc;
	border-bottom:1px solid #999999;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	margin:0;
	}
#pixopoint_menu1 ul ul li a {
	line-height:18px;
	color:#000000;
	text-decoration:none;
	}
#pixopoint_menu1 ul ul li:hover a,#pixopoint_menu1 ul ul li.sfhover a {
	color:#FFFFFF;
	text-decoration:none;
	}
#pixopoint_menu1 ul ul li:hover li a,#pixopoint_menu1 ul ul li.sfhover li a {
	color:#444444;
	}
#pixopoint_menu1 ul ul li:hover li a:hover,#pixopoint_menu1 ul ul li.sfhover li a:hover {
	color:#FFFFFF;
	}
#pixopoint_menu1 ul ul li:hover,#pixopoint_menu1 ul ul li.sfhover {
	color:#FFFFFF;
	background:#B41520;
	}
#pixopoint_menu1 ul ul ul li {
	font-size:1em;}#pixopoint_menu1 ul ul ul, #pixopoint_menu1 ul ul ul ul {
	position:absolute;
	margin-left:-999em;
	top:0;
	width:120px;
	}
#pixopoint_menu1 li li:hover ul,#pixopoint_menu1 li li.sfhover ul,#pixopoint_menu1 li li li:hover ul,#pixopoint_menu1 li li li.sfhover ul {
	margin-left:120px;
	}
#pixopoint_menu1 ul ul li:hover li a,#pixopoint_menu1 ul ul li.sfhover li a {
	text-decoration:none;
	}
#pixopoint_menu1 ul ul li li:hover a,#pixopoint_menu1 ul ul li li.sfhover a {
	color:#FFFFFF;
	text-decoration:none;
	}
#pixopoint_menu1 li.pixo_search:hover {
	background:none;
	}
#pixopoint_menu1 li.pixo_search form {
	margin:0;
	padding:0;
	}
#pixopoint_menu1 li.pixo_search input {
	font-family:tahoma,sans-serif;}
#pixopoint_menu1 li.pixo_search input.pixo_inputsearch {
	width:110px;
	}
#pixopoint_menu1 li.pixo_right {
	float:right;
	}
.ngg-navigation {
	padding:4px 0;
	margin:0 0 5px 0;
}














