

/* ---- CUSTOM DEFINED STYLESHEET calendar ---- */ 

.specialDay {
  font-weight: bold;
  font-size: 13px;
  color:#336699;
}

.calendar table {
  border: 1px solid #666;
  color: #000;
  cursor: default;
  background: #FFF;
  font-family: tahoma,verdana,sans-serif;
  height: 220px;
  width: 100%;
margin-top: 15px;
}

.calendar thead .title { /* This holds the current "month, year" */
  font-weight: bold;
  padding: 1px;
  border: 1px solid #CCCCCC;
  background: #CCCCCC;
  color: #003366;
  text-align: center;
}

.calendar thead .weekend { /* How a weekend day name shows in header */
  color: #FFF;
}


.calendar tfoot .ttip { /* Tooltip (status bar) cell TD */
  background: #FFF;
  padding: 1px;
  border: 1px solid #CCCCCC;
  background: #CCCCCC;
  color: #990033;
  text-align: center;
}


.calendar tbody td.weekend { /* Cells showing weekend days */
  color: #000;
  border: 1px solid #FFF;
}

.calendar tbody td.selected { /* Cell showing selected date */
  font-weight: bold;
  font-size: 13px;
  background: #FFCC66;
  border: 1px solid #FFF;
}

.calendar thead .name { /* Cells TD containing the day names */
  border: 1px solid #336699;
  border-bottom: 1px solid #999;
  padding: 2px;
  text-align: center;
  background: #336699;
  color: #FFF;
}

.calendar tbody .rowhilite td {
  background: #FFF; 
  border: 1px solid #FFF;
}

.calendar tbody .rowhilite td.wn {
  background: #FFF;
  border: 1px solid #FFF;
}

.calendar tbody td.hilite { /* Hovered cells TD */
  border: 1px solid #D8E0E4;
  background: #D8E0E4; 
  border-color: #fff #999 #999 #fff; 
}


/* ---- CUSTOM DEFINED STYLESHEET default ---- */ 

body, p, ol, ul, li {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size:   12px;
  line-height: 18px;
 /* letter-spacing: .01em; */
  padding-left: 10px;
 _border-left: 10px;
}
.label {
	font-size: 12px;
	font-weight: bold;
        margin-left: 10px;
}


a { color: #336699; text-decoration: none; font-family: arial;}
a:visited { color: #6699CC; }
a:hover { color: /* #BD2020 */ #990033; text-decoration: underline; }
a.negative { color: #FFF; }
a span { cursor: pointer; }


dl { 
	margin-left: 15px; }

dt { 
	margin-top: 20px; 
	margin-bottom: 0;
        font-weight: bold; }

dd  { 
	margin-left: 5px;
        margin-bottom: 10px;  }


h1 {
  font-size: 18px;
  letter-spacing: .03em;
  color: #990033;
  margin-top: 30px;
  }

h2 {
	font-size: 16px;
	color: #990033;
	margin-top: 30px;
	}

h3 {
   font-size: 14px;
   color: #336699;
  }
	
h4 {
   font-size: 12px;
   color: #336699;
  }

h5 {
   font-size: 10px;
   color: #336699;
  }

.red {color:red;}


/* ---- CUSTOM DEFINED STYLESHEET layout ---- */ 

div.simple-slideshow-container div.slideshow-image-wrapper img.image_img {
  max-width: 300px;
  width: auto;
  float: left;
  _width: 300px;
  display: block;
  border: 0;
  margin-left:-5px;
}

#pt1_full_story .image_caption {
	width: 280px;
	padding: 0 10px 10px 0;
}




/**************BEGIN ORIGINAL CUSTOMIZATION *********************/
body {
	margin: 0;
	padding: 0;
	background: #336699;
	text-align: center;
}

body, div, td {
	font-family: verdana, arial, sans-serif;
}



#pt1_main_columns h2 {
	margin-left: 10px;
	padding: 0;
}

#pt1_news_page #pt1_main_column {
	width: 630px;
	float: left;
        text-align: center;
        margin-right: 2px;  /***************** test ***************/
}

#pt1_news_page #pt1_right_column {
	width: 320px;
	float: right;
}

#pt1_news_page .story_item {
   padding: 5px 1px 25px 7px;
   border-bottom: 1px solid #990033;
}


#pt1_main_secondary .story_item {          
	margin: 10px auto auto 5px;
	clear: both;
        background: #fafafa;
        padding: 10px 5px 25px 5px; 
        border-bottom: 1px solid #990033;
}


/* .square_banner_ad {	padding: 5px; } */




#todays_events_container {
	margin: 15px 0 15px 0;
*height: 350px;
}

.pt1_pane_special .pt1_pane_body {
	background: #FFF url("/templates/publication_pods/images/corner_bottom_right.gif") bottom right no-repeat;
	/* padding: 5px; */
        /* width: 300px; */         /******** TEST ************/
	text-align: left;
}

/**************END ORIGINAL CUSTOMIZATION *********************/


#pt1_branding {
	height: 100px;
	background: #FFFFFF url("/sites/519/assets/dognewsheader4.gif") 0px 5px no-repeat;
	padding-left: 0px;
}
.pt1_pane .pt1_pane_body {
	background: #FFFFFF url("/templates/publication_pods/images/corner_bottom_right.gif") bottom right no-repeat;
	padding: 2; /*looks better with padding of 6px, but breaks in IE */
	text-align: left;
}


/************************* TOP STORIES ****************************/

.pt1_feature .pt1_feature_header .pt1_selected a {
	color: #336699;
	margin: 0;
}
#pt1_news_page #pt1_main_featured .story_item .image_image {
	width: 280px;
	float: left;
}
.top_stories_container {
	width: 280px;
	float: left;
}
.pt1_feature .pt1_feature_header {
	margin: 0;
	padding: 5px 0 0 0;
	_padding: 5px 0 5px 0;
	border-bottom: 1px solid #DCDCDC;
	height: 30px;
	background: #F6F6F6;
}

/************************* IMAGE ****************************/
.image_image {
	width: 280px;
	float: left;
        margin-right:5px;
}
.image_img {
	max-width: 280px;
        width: 280px;
	float: left;
}

#pt1_home_page #pt1_lead_story_pane .image_img {
	width: 275px;
}



/********************** HOME ELEMENTARY **************************/


#pt1_home_left_column {
	float: left;
	width: 300px;
	text-align: left;
padding: 0;
margin: 0;
}

#pt1_home_middle_column {
	float: right;
	width: 300px;
	text-align: left;
padding: 0;
margin: 0;
}

#pt1_home_right_column {
	float: right;
	width: 300px;
	text-align: left;
padding: 0;
margin-right: 3px;      /************ TEST *******************/              
}



/* this is style for home page middle column -- biz, rescue, club, etc */
.pt1_pane_special .pt1_biz_heading {
	font-size: 15px;
        color:#990033;
        width: 250px;
        font-weight:bold;
	font-family: Helvetica;
        margin: 12px auto -2px 0;
	border-bottom: 1px solid #DCDCDC;
}


#pt1_home_page #pt1_main_column {
	width: 630px;
	float: left;
	margin-top: 0px;
}

.poll_results {
	padding-left: 10px;
	width: 280px;
}

.story_item_headline{
    font-size: 18px;
    font-weight: bold;
    font-color: #008A4F;
    line-height: 22px;
}


/* blue font color headings */
.pt1_pane .pt1_pane_heading {
	color: #336699;
}


/************ THIS CREATES RED HEADER WITH WHITE TEXT ******************/
.pt1_pane_specialRed {
	background: url('#') top left no-repeat;
	margin-bottom: 10px;
}

.pt1_pane_specialRed .pt1_pane_heading {
	font-size: 20px;
	font-family: Helvetica;
	color: #FFF;
	text-align: left;
	padding: 8px 0 8px 12px;
        background: #990033;
}

.pt1_pane_specialRed .pt1_pane_body {
	background: #FFF url("/templates/publication_pods/images/corner_bottom_right.gif") bottom right no-repeat;
	padding: 10px;
	text-align: left;
}


/************ END OF RED HEADER WITH WHITE TEXT *******************/


/************ THIS CHANGES BACKGROUND COLOR ******************/
/******* to use, change class="pt1_pane" to id= *************/

.pt1_pane_specialTan {
	background: #FFCC66 url('#') top left no-repeat;
	margin-bottom: 10px;
}

.pt1_pane_specialTan .pt1_pane_heading {
	font-size: 20px;
	font-family: Helvetica;
	color: #990033;
	text-align: left;
	padding: 8px 0 8px 12px;
        background: #bbccdd;
        border-bottom: 2px solid inset #000;
}

.pt1_pane_specialTan .pt1_pane_body {
	background: url('#') bottom right no-repeat;
	padding: 10px;
	text-align: left;
}
/************ END OF TEST *******************/





.story_item_date  {
        font-size: 11px;
	color: #C73820;
        margin-left: 8px;
}


.trivia{
    font-size: 22px;
    font-weight: bold;
    font-color: #008A4F;
    line-height: 28px;
}


/****
.story_items .even li a {
	float: left;
        font-size:14px;
}

.story_items .odd li a {
	float: right;
        font-size:14px;
}
*****/


/* FULL STORY FONT CHANGE */
.full_story .story_item .story_item_content {
	font-size: 12px;
        padding: 8px; /***********************************************************/
}


/************** CSS LIST MENU **********************************/


#ddUL,#ddUL ul {
   padding:0;
   margin:0;
   }
#ddUL li ul a {
   margin: 0;
   color: #FFF; 
   }
#ddUL li  {
  float:left;	
  width:60px;	
  position:relative;	
  list-style-type:none;	
  font-family:arial;
  margin: 5px;
  }
#ddUL li a {
  color: #FFF;
  padding-right: 5px; font-weight:bold; /**************/
  }
#ddUL li ul {
   visibility:hidden;
   position:absolute;
   /* margin-top:5px; */
}

#ddUL li ul li { /*test*/
  width:100px;
  line-height: 1.2em;



  padding-left: 3px;  
  font-weight: bold;
  font-size: 11px;
}

fieldset p {clear:left}

#ddUL li:hover ul, #ddUL li.msieFix ul  {	
  visibility:visible;
  background-color:#336699;
  }

#ddUL li:hover a {  
  font-weight:bold;
  }

#ddUL li ul li:hover a { /*test*/
  color: #ffcc66;
}

* html fieldset p {z-index:-1}
* html #ddUL li:hover ul,
* html #ddUL li.msieFix ul {top:1.1em;left:.2em}


/*** END VERTICAL DROPDOWN ********************************/

.heading, .heading .help, .page_heading, .page_heading a {
	font-size: 20px;
	font-family: Helvetica;
	color: #97D1FF;
	text-align: left;
	border-bottom: 1px solid #DCDCDC;
	padding: 8px 0 8px 10px;
	_border-left: 10px;
}


/************** FOR RELATED LINKS ON FULL STORY PAGE **********/


.related_content a {
        font-size: 13px;
        font-weight: bold;
        }

.related_content_label {
	color: #444444;
	margin: 0px;
	padding: 2px;
	font-weight: bold;
        font-size: 16px;
        text-transform: capitalize;
}

.related_content_body {
	margin-top: 2px;
	margin-left: 15px;
}


.input {
display:none;
}

.stylish A:link {color: #333333; text-decoration: none}
.stylish A:visited {color: #333333; text-decoration: none}
.stylish A:active {color: #333333; text-decoration: none}
.stylish A:hover {color: #333333; text-decoration: none}


.green-head {background:#669966;color:#fff;padding:3px;}
.green-body {border: 1px solid #669966; background-color:#ccddcc; padding:8px;}
.green-body a {font-weight:bold;letter-spacing:.02em;}

.white-body {border: 1px solid #669966; background-color:#ffffff; padding:8px;}
.white-body a {font-weight:bold;letter-spacing:.02em;}

.orange-head {background:#ffa347;color:#fff;padding:3px;}
.orange-body {background:#ffeecc; border: 1px solid #ffa347; padding:8px;}
.orange-body a {font-weight:bold;letter-spacing:.02em;}

.blue-head {background:#336699;color:#fff;padding:3px;}
.blue-body {background:#bbccdd;border: 1px solid #003366; padding:8px;}
.blue-body a {font-weight:bold;letter-spacing:.02em;}

.gray-head {background:#666666;color:#fff;padding:3px;}
.gray-body {background:#e3e3e3;border: 1px solid #666666; padding:8px;}
.gray-body a {font-weight:bold;letter-spacing:.02em;}

.red-head {background:#990033;color:#fff;padding:3px;}
.red-body {background:#FFEECC; border: 1px solid #990033; padding:8px;}
.red-body a {font-weight:bold;letter-spacing:.02em;}

.purple-head {background:#660066;color:#fff;padding:3px;}
.purple-body {background:#EFE5EF; border: 1px solid #EFE5EF; padding:8px;}
.purple-body a {font-weight:bold;letter-spacing:.02em;}

.pink-head {background:#cc33cc;padding:3px;} 
.pink-body {background:#ffccff;border: 1px solid #cc33cc; padding:8px;}
.pink-body a {font-weight:bold;letter-spacing:.02em;}


/******** ORANGE ADOPT BOX ***************/

.adoptbox {background:#ffeecc;font-size:11px;border: 1px solid #ffa347;padding:5px;margin-top:10px;}

/*********/

.image_caption {
  font-style: italic;
  color: #333333;
}


/* make half box ad work */
#pt1_home_right_column div.pt1_pane_body #content_container div div.half_box_ad iframe {
  width: 100%;
  height: 100%;
}

/*** rescue info header at top of full_story_xrescuex pages ***/
.adopt-pagehead {font-size:11px;line-height:1.4em;padding:12px;}


.notebody
{
font-size: 11px;
line-height: 14px;
background-color: #fff8d3;
background-image: none;
background-repeat: repeat;
background-attachment: scroll;
background-position: 0% 0%;
padding-top: 8px;
border-top-style: solid;
border-right-style-value: solid;
border-bottom-style: solid;
border-left-style-value: solid;
border-left-style-ltr-source: physical;
border-left-style-rtl-source: physical;
border-right-style-ltr-source: physical;
border-right-style-rtl-source: physical;
border-top-color: #edccc6;
border-right-color-value: #edccc6;
border-bottom-color: #edccc6;
border-left-color-value: #edccc6;
border-left-color-ltr-source: physical;
border-left-color-rtl-source: physical;
border-right-color-ltr-source: physical;
border-right-color-rtl-source: physical;
border-top-width: 0pt;
border-right-width-value: 1px;
border-bottom-width: 0pt;
border-left-width-value: 1px;
border-left-width-ltr-source: physical;
border-left-width-rtl-source: physical;
border-right-width-ltr-source: physical;
border-right-width-rtl-source: physical;
padding-bottom: 5px;
width: 300px;
}


.ofnote .notebody 
{
font-size: 11px;
line-height: 14px;
background-color: #fff8d3;
background-image: none;
background-repeat: repeat;
background-attachment: scroll;
background-position: 0% 0%;
padding-top: 8px;
border-top-width: 0pt;
border-right-width-value: 0pt;
border-right-width-ltr-source: physical;
border-right-width-rtl-source: physical;
border-bottom-width: 0pt;
border-left-width-value: 0pt;
border-left-width-ltr-source: physical;
border-left-width-rtl-source: physical;
border-top-style: none;
border-right-style-value: none;
border-right-style-ltr-source: physical;
border-right-style-rtl-source: physical;
border-bottom-style: none;
border-left-style-value: none;
border-left-style-ltr-source: physical;
border-left-style-rtl-source: physical;
border-top-color: -moz-use-text-color;
border-right-color-value: -moz-use-text-color;
border-right-color-ltr-source: physical;
border-right-color-rtl-source: physical;
border-bottom-color: -moz-use-text-color;
border-left-color-value: -moz-use-text-color;
border-left-color-ltr-source: physical;
border-left-color-rtl-source: physical;
overflow-x: scroll; 
overflow-y: scroll;
height: 120px;
border:1px solid #ccc;
}
</style>

/* ---- CUSTOM DEFINED STYLESHEET servicefronts ---- */ 

#logo_container {
  text-align: left;
  background: #fff;
}

.servicefront-footer {
   background: #ffeecc;
   border: 1px solid #ccc;
   }

.powered-by {
   visible:hidden;
   }
