




/*
     FILE ARCHIVED ON 21:18:19 Dec 6, 2013 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 8:38:59 May 8, 2015.
     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)).
*/
/* Reset */
@import url('css/reset.css');

/*----- basics -----*/
* { margin:0; padding:0; }
html { background:#fdfdfd; }
body { background:#fdfdfd; font:12px arial,sans-serif; }
  
/*----- container -----*/
#container { width:620px;	margin:0 auto; }
	
  /*----- header -----*/
  #header { height:168px; margin:0 auto;	background:url(images/top.jpg) no-repeat center top; position:relative }
    #header .logo { display: block; height: 168px; margin: 0 0 0 10px; position:relative; text-indent: -9999px; width: 620px; z-index: 100; }    
    /* nav menu */
    #menu { position:relative; width:960px; margin:0; padding:0; z-index:101 }
    #menu ul { margin: 0; padding:0; list-style-type:none; }
		#menu ul li { float:left; margin:0 3px }
    #menu ul li a { display:block; height:17px; padding:5px; color:#444444; background:#d6d7c9; border-radius:5px 5px 0 0; text-align:center; border-top:1px solid #ccc; border-left:1px solid #ccc; border-right:1px solid #ccc; }
    #menu ul li a:hover, #menu ul li.current_page_item a { color:#fff; background:#e68453;  border-top:1px solid #e68453; border-left:1px solid #e68453; border-right:1px solid #e68453;  }
	
  #cct { background: #fff; }
	
  /*----- content (nmaincontent & sidebar) -----*/
  #content { margin:0 auto; padding:0; }
    /* slideshow */
    #slideshow { display:block; width:986px; height:300px; margin-bottom:19px; list-style-type:none; }
      #slideshow li { display:none; }
      #slideshow li.first { display:block; }
      
    /* maincontent */
    #maincontent { width:100%; padding:0; overflow:hidden; } 
      #maincontent .title { margin-bottom:0.45em; }
      #maincontent p{ margin:0 0 15px; }
      #maincontent h3{ margin:20px 0; color:#4C5671; }
      #maincontent ul{ margin:15px 14px; }

    /* sidebar */
    #sidebar { float:right; width:196px; padding:10px 20px 0 12px; }
      #sidebar .widget { margin:0 auto; padding:8px 0; }
      #sidebar ul,ol { padding-left:20px; margin: 10px 0; }
      #sidebar a { color:#67728e; }
      #sidebar a:hover{ color:#4c5671; }
      /* searchform */
      #searchform .textfield { width:14.3em; height:2.2em; margin:5px 0; padding:0 3px; border:1px solid #ccc; }
      #searchform .button { float:right; width:4.4em; height:2.05em; background:url(images/bg-button.png) repeat-x; color:#fff; font:bold 12px "Arial",sans-serif; border:none; cursor:pointer; -webkit-border-radius:3px; border-radius:3px; -moz-border-radius:3px; }
      /* wp-calendar */
      #wp-calendar { width:100%; font-size:12px; }
      #wp-calendar caption { padding:0 0 0 5px; font:normal 16px "Arial",Sans-serif; }
      #wp-calendar th { font:normal bold 12px "Arial"; }
      #wp-calendar #next a { padding-right:10px; text-align:right; }
      #wp-calendar #prev a { padding-left:10px; text-align:left; }
      #wp-calendar a { display:block; text-decoration:underline; font:bold 12px "Arial",sans-serif; }
      #wp-calendar td { text-align:center; }
      #wp-calendar td.pad:hover { /* Doesn't work in IE */ }
      #wp-calendar #prev a, #wp-calendar #next a { font-size:11px; width:50%; }   
        
  /*----- footer -----*/
  #footer { clear:both; height:30px; padding:0; text-align:center; font-size:12px; color:#333 }
    #footer ul { margin:0 0 26px 0; text-align:center; list-style-type:none; }
    #footer ul li { display:inline; padding:0 22px 0 21px; border-left:1px solid #67728e; }
    #footer ul li:first-child{ padding-left:22px; border:none; }
    #footer p { text-align:center; color:#fff; font:bold 12px Arial,sans-serif; }
    #footer a { color:#333; font-size:12px; }
    #footer a:hover { color:#AB572B; }
		#footer #copyright { padding:15px 0; color:#4C5671}
		
	.post h2 a { font: 24px Helvetica,sans-serif;	height: 25px;	margin: 0; padding: 0 0 0 5px; text-align: left; color:#AB572B }
	.post .date { background: none repeat scroll 0 0 transparent; color: #C14705; font: 12px Helvetica,sans-serif; margin: 0; margin: 0px 0 0 66px; }
	.entry { margin: 0; padding: 5px 10px; }
	
	.date1 { background: url(images/date.jpg) no-repeat scroll 0 0 transparent; color: #FEFEFE; float: left;  font-family: Helvetica,sans-serif; font-size: 13px; font-weight: normal; height: 50px; margin-left: 0;   margin-top: 0; padding-top: 0; text-align: center; text-transform: uppercase; width: 60px; line-height:20px }
	.date1 .day { color: #FFFFFF; font-size: 20px; font-weight: bold; line-height: 20px; padding-top: 12px; }
	
	.alignright { margin: 3px 0 10px 10px; }
	.alignleft { margin: 3px 10px 10px 0; }
	
	.post .postmetadata { background: none; border-bottom: 1px dotted #B3B79E; color: #696B5E; font: 11px Helvetica,sans-serif; margin: 0 9px 20px; padding: 10px;  text-align: right; }
	.post .postmetadata a:link, .post .postmetadata a:visited { color: #638294; font-size:11px; font-weight:normal}
	.post .postmetadata a:hover { color:#7a3a14} 
	.sdate { margin-bottom:10px; }
	input, textarea, select { border:1px solid #ccc; font-family:Arial, Helvetica, sans-serif; font-size:12px; padding:3px 5px; }
	