
/**
 * @file
 * Stark layout method
 *
 * To avoid obscuring CSS added to the page by Drupal or a contrib module, the
 * Stark theme itself has no styling, except just enough CSS to arrange the page
 * in a traditional "Header, sidebars, content, and footer" layout.
 *
 * This layout method works reasonably well, but shouldn't be used on a
 * production site because it can break. For example, if an over-large image
 * (one that is wider than 20% of the viewport) is in the left sidebar, the
 * image will overlap with the #content to the right. The exception to this
 * is IE6 which will just hide the navigation block completely in these
 * instances due to a positioning bug.
 */
 body
 {
  background:url(/themes/ccd/images/polkad-cream.jpg);
  font-family: Georgia, Times New Roman, Times, serif;
font-size: 13px;
color: #523824;
padding:0;
margin:0;
 }
#page-wrapper
{
 width:1100px;
  margin:0 auto;
  background:#fff;
}
#page
{
 border:solid 4px #E6CEB3;
 border-top:0;
}
#content,
#sidebar-first,
#sidebar-second {
  float: left;
  display: inline;
  position: relative;
}

.views-row img {float: left; padding: 5px; border: 1px solid #ececec; max-width: 175px; max-height: 175px;}
 
body  #content {
  width: 722px;
  margin-left:26px;
  padding-left:28px;
}
body.two-sidebars #content {
  width: 500px;
 
}
table tbody {
    border-top: 0px solid #ccc;
}
#sidebar-first {
 width: 268px;
  margin-bottom:100px;
  margin-left:25px;  
  
}
#navigation
 {
  background:#39281F;
  margin-top:30px;
  padding:20px;
 }
#navigation .section
{
  background:#F5E5D2;
  padding:10px 20px 10px 15px;
}
#navigation a
{
 color:#2C0E02;
 text-decoration:none;
 display:block;
 line-height:30px;
 font-size:18px;
 border-bottom:dashed 1px #2C0E02;
 padding-left:70px;
 background:url(/themes/ccd/images/navbar5.png) no-repeat left bottom;
}
#navigation  .menu-218 a
{
 background:url(/themes/ccd/images/navbar1.png) no-repeat left bottom;
}
#navigation  .menu-321 a
{
 background:url(/themes/ccd/images/navbar2.png) no-repeat left bottom;
}
#navigation  .menu-324 a
{
 background:url(/themes/ccd/images/navbar3.png) no-repeat left bottom;
}
#navigation  .menu-325 a
{
 background:url(/themes/ccd/images/navbar4.png) no-repeat left bottom;
}
#navigation  .menu-326 a
{
 background:url(/themes/ccd/images/navbar5.png) no-repeat left bottom;
}
#navigation  .menu-322 a
{
 background:url(/themes/ccd/images/navbar6.png) no-repeat left bottom;
}

#sidebar-second {
  float: right; /* LTR */
  width:200px;
  margin-left:20px;
}

.section {
  
}
--------------------------------------------------------------------------------------------------------------------*/

a {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 13px;
	color: #4F3622;
}
a:link {
	color: #4F3622;
}
a:visited {
	color: #4F3622;
}
a:hover {
	color: #CCBBA6;
}
a:active {
	color: #CCBBA6;
	font-size: 13px;
}

/* -----------------------------------------------------------------------------------------------------------------

    Links 2

--------------------------------------------------------------------------------------------------------------------*/

a.main {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 13px;
	color: #4F3622;
}
a.main:link {
	color: #4F3622;
}
a.main:visited {
	color: #4F3622;
}
a.main:hover {
	color: #F3E0C9;
}
a.main:active {
	color: #4F3622;
	font-size: 13px;
}


/* -----------------------------------------------------------------------------------------------------------------

    Links 3

--------------------------------------------------------------------------------------------------------------------*/

a.main3 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 11px;
	color: #CCBBA6B;
}
a.main3:link {
	color: #CCBBA6;
}
a.main3:visited {
	color: #CCBBA6;
}
a.main3:hover {
	color: #523824;
}
a.main3:active {
	color: #CCBBA6;
	font-size: 11px;
}

/* -----------------------------------------------------------------------------------------------------------------

    Links 4

--------------------------------------------------------------------------------------------------------------------*/

a.main4 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 19px;
	color: #523824;
	text-decoration: none;
}
a.main4:link {
	color: #523824;
	text-decoration: none;
}
a.main4:visited {
	color: #523824;
	text-decoration: none;
}
a.main4:hover {
	color: #CCBBA6;
	text-decoration: none;
}
a.main4:active {
	color: #523824;
    font-size: 19px;
	text-decoration: none;
}




/* -----------------------------------------------------------------------------------------------------------------


    Styles

--------------------------------------------------------------------------------------------------------------------*/

.style1 {font-family: Georgia, Times New Roman, Times, serif; font-size: 11px; color: #523824; }
.style2 {font-family: Georgia, Times New Roman, Times, serif; font-size: 13px; color: #523824; }
.style3 {font-family: Georgia, Times New Roman, Times, serif; font-size: 19px; color: #523824; }
.style4 {font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #523824; }
.style5 {font-family: Georgia, Times New Roman, Times, serif; font-size: 11px; color: #4F3622; }

.style7 {font-family: Georgia, Times New Roman, Times, serif; font-size: 24px; color: #523824; }

.style9 {font-family: Georgia, Times New Roman, Times, serif; font-size: 16px; color: #523824; }




/* -----------------------------------------------------------------------------------------------------------------

    Headings

--------------------------------------------------------------------------------------------------------------------*/

h1,h2,h3,h4, {font-family: Helvetica, Arial, sans-serif; }
h1{font-size:18pt;}
h2{font-size:17pt;}
h3{font-size:16pt;}
h4{font-size:15pt;}
#footer
{
 background:#CCBBA6;
 font-family: Georgia, Times New Roman, Times, serif;
font-size: 11px;
color: #4F3622;
padding:20px 25px;
}

/*
     FILE ARCHIVED ON 23:15:26 Feb 12, 2019 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 13:07:43 Sep 08, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  capture_cache.get: 2.503
  load_resource: 416.517 (2)
  PetaboxLoader3.resolve: 312.032 (2)
  PetaboxLoader3.datanode: 71.792 (2)
*/