/*
 * You need to adjust the image URLs if your Geeklog site is not run from
 * the root directory, e.g. when your site URL is something like
 * http://somehost.com/~username/mysite
 *
 * Four occurences of the URL have to be fixed:
 * - back.gif (the site's background image)
 * - bbar.gif (three times - the blue bar at the top of each block)
 * - plugin-menu-bg.gif (the background image for the menu bar)
 */

.maintable {
  background: transparent;
}

#logo {
  font-family: "Lucida Grande", Geneva, Arial, sans-serif;
  font-size: 14px;
  color: #000000;
  padding-left: 8px;
  padding-top: 2px;
}

#logo a {
  color: #000000;
  background-color: transparent;
  text-decoration: none;
}
#logo a:link {
  text-decoration: none;
}
#logo a:visited {
  text-decoration: none;
}
#logo a:hover {
  text-decoration: underline;
}
#logo a:active {
  text-decoration: underline;
}

.menubar {
  font-family: "Lucida Grande", Geneva, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
  background-image: url('http://jaketown.com/community/public_html/layout/ClearBlue/images/plugin-menu-bg.gif');
}

.menutext {
  font-family: "Lucida Grande", Geneva, Arial, sans-serif;
  font-size: 11px;
  color: #000000;
  text-decoration : none;
}

.menutext:hover {
  font-family: "Lucida Grande", Geneva, Arial, sans-serif;
  font-size: 11px;
  color: #000000;
  text-decoration : underline;
}

.blockfooter {
  border-top-width: 1px;
  border-top-style: dashed;
  border-top-color: #000000;
}

body {
  margin:0px; color: #000000;
  background-color: #EEEEEE;
  background-image: url('http://jaketown.com/community/public_html/layout/ClearBlue/images/back.gif');
  font-size: 11px;
  font-family: "Lucida Grande", Geneva, Arial, sans-serif;
  
}

td {
  color: #000000;
  font-size: 11px;
  font-family: "Lucida Grande", Geneva, Arial, sans-serif;
}

.storybox {
  color: #000000;
  font-size: 11px;
  font-family: "Lucida Grande", Geneva, Arial, sans-serif;
  background-color: #FFFFFF;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #000000;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #000000;
}

.storymainsection {
  padding-bottom: 4px;
}

.storyfootsection {
  padding-top: 4px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #000000;
}

h1 {
  color: #000000; 
  font-size: 24px;
  font-family: "Lucida Grande", Geneva, Arial, sans-serif;
}


h2 {
  color: #000000; 
  font-size: 11px;
  font-family: "Lucida Grande", Geneva, Arial, sans-serif;
}

h3 {
  color: #000000; 
  font-size: 11px;
  font-family: "Lucida Grande", Geneva, Arial, sans-serif;
}

option {
  font-family: "Lucida Grande", Geneva, Arial, sans-serif;
  font-size: 11px;
  color: #000000;
}

textarea {
  font-family: "Lucida Grande", Geneva, Arial, sans-serif;
  font-size: 11px;
  color: #000000;
}

select {
  font-family: "Lucida Grande", Geneva, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

input {
  font-family: "Lucida Grande", Geneva, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

th {
  color: #000000;
  font-size: 12px;
  font-weight: bold;
  font-family: "Lucida Grande", Geneva, Arial, sans-serif;
}

.headertext {
  color: #000000;
  font-weight: bold;
  font-family: "Lucida Grande", Geneva, Arial, sans-serif;
}

.navtext {
  color: #000000;
  font-family: "Lucida Grande", Geneva, Arial, sans-serif;
}

.blocktitle {
  color: #404040;
  font-size: 11px;
  font-weight: bold;
  font-family: "Lucida Grande", Geneva, Arial, sans-serif;
}

.blockinfo {
  color: #000000;
  font-size: 11px;
  font-family: "Lucida Grande", Geneva, Arial, sans-serif;
  background-color: #FFFFFF;
  padding-left:4px;
  padding-bottom:2px;
  padding-top:2px;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #000000;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #000000;
}

.footerblock {
  color: #000000;
  font-size: 11px;
  font-family: "Lucida Grande", Geneva, Arial, sans-serif;
  padding-top:2px;
  padding-bottom:4px;
  padding-left:2px;
  padding-right:2px;
}

.headerblock {
  color: #000000;
  font-size: 11px;
  font-family: "Lucida Grande", Geneva, Arial, sans-serif;
  background-color: #EEEEEE;
  padding-top:2px;
  padding-bottom:2px;
  padding-left:2px;
  padding-right:2px;
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  border-bottom-color: #000000;
}

.welcomeblock {
  color: #000000;
  font-size: 11px;
  font-family: "Lucida Grande", Geneva, Arial, sans-serif;
  background-color: #EEEEEE;
  padding-top:2px;
  padding-bottom:2px;
  padding-left:2px;
  padding-right:2px;
  border-top-width: 1px;
  border-top-style: dashed;
  border-top-color: #000000;
}

.welcome {
  background: transparent;
  padding-bottom:4px;
}

.featureblock {
  color: #000000;
  background-color: #FFFFFF;
  font-size: 13px;
  font-weight: bold; 
  font-family: "Lucida Grande", Geneva, Arial, sans-serif;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #000000;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  border-bottom-color: #000000;
  padding-bottom: 1px;
  padding-top: 1px;
}

.footer {
  font-size: 11px;
  font-family: "Lucida Grande", Geneva, Arial, sans-serif;
}

.storytitleleft {
  border-left:1px solid #000000; color: #000000;
  background-color: #EEEEEE;
  font-size: 12px;
  font-weight: bold; 
  font-family: "Lucida Grande", Geneva, Arial, sans-serif;
  padding-bottom: 1px;
  padding-top: 1px;
  background-image: url('http://jaketown.com/community/public_html/layout/ClearBlue/images/bbar.gif');
  
}

.storytitleright {
  border-right:1px solid #000000; color: #000000;
  background-color: #EEEEEE;
  font-size: 11px;
  font-weight: bold; 
  font-family: "Lucida Grande", Geneva, Arial, sans-serif;
  padding-bottom: 1px;
  padding-top: 1px;
  background-image: url('http://jaketown.com/community/public_html/layout/ClearBlue/images/bbar.gif');
}

.storyboxbottom {
  color: #000000;
  background-color: #FFFFFF;
  font-size: 11px;
  font-weight: bold; 
  font-family: "Lucida Grande", Geneva, Arial, sans-serif;
  border-top-width: 1px;
  border-top-style: dashed;
  border-top-color: #000000;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #000000;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #000000;
  padding-bottom: 1px;
  padding-top: 1px;
}

.storybyline {
  color: #000000; 
  font-size: 11px;
  font-family: "Lucida Grande", Geneva, Arial, sans-serif;
}

.warning {
  color: red; 
  font-size: 12px;
  font-weight: bold; 
  font-family: "Lucida Grande", Geneva, Arial, sans-serif;
}

.warningsmall {
  color: red; 
  font-size: 11px;
  font-family: "Lucida Grande", Geneva, Arial, sans-serif;
}


.commentbar1 {
  color: #000000; 
  font-size: 11px;
  font-family: "Lucida Grande", Geneva, Arial, sans-serif;
}

.commentbar2 {
  color: #000000; 
  font-size: 12px;
  font-family: "Lucida Grande", Geneva, Arial, sans-serif;
}

.commentbar3 {
  color: #000000; 
  font-size: 11px;
  font-family: "Lucida Grande", Geneva, Arial, sans-serif;
}

.commenttitle {
  border-left:1px solid #000000; border-right:1px solid #000000; border-bottom:1px solid #404040; font-size: 12px;
  font-weight: bold;
  background-image: url('http://jaketown.com/community/public_html/layout/ClearBlue/images/bbar.gif');
  font-family: "Lucida Grande", Geneva, Arial, sans-serif;
  padding-bottom: 1px;
  padding-top: 1px;
  
}

.cal-day {
  font-size: 13px;
  font-weight: bold;
  color: #000000;	
}

.cal_body {
  background-color: #FFFFFF; 
  font-family: "Lucida Grande", Geneva, Arial, sans-serif;
  font-weight: bold;
  color: #000000;	
  border-width: 1px;
  border-style: solid;
  border-color: #000000;
}

.cal-nullday {
  background-color: #EEEEEE;
  color: #000000;
}

.cal-oldday {
  background-color: #FFFFFF;
  color: #000000;
}

.cal-month {
  background-color: #E5E5E5;
  color: #000000;
}


.cal-today {
  background-color: #52B974;
}

.weekview-caltitle {
  background-color: #E5E5E5;
  color: #000000;	
}

.weekview-curday {
  background-color: #66A6CE;
  color: #000000;	
}

.weekview-offday {
  background-color: #E5E5E5;
  color: #000000;	
}

.weekview-dayformat {
  font-size: 11px;
  background-color: #E5E5E5;
  color: #000000;
}

.weekview-addevent {
  font-size: 11px;
  background-color: #E5E5E5;
  color: #000000;
}

.weekview_daterange {
  font-size: 13px;
  font-weight: bold;
  background-color: #FFFFFF;
  color: #000000;
}

.weekview-all {
  font-size: 10px;
  background-color: #FFFFFF;
  color: #000000;
  border-width: 1px;
  border-style: solid;
  border-color: #000000;
}

.dayview_times {
  font-size: 10px;
  background-color: #FFFFFF;
  color: #000000;
  border-width: 1px;
  border-style: solid;
  border-color: #000000;
}

.dayview-datecol {
  font-weight: bold;
  background-color: #E5E5E5;
  font-size: 13px;
  color: #000000;	
}

.dayview-quickaddtitle {
  font-weight: bold;
  background-color: #E5E5E5;
  font-size: 13px;
  color: #000000;	
}


.listtable {
}
.listrow {
}
.listcolumn {
    padding-bottom: 5px;
}
td.listcolumn:before {display:marker; content:"\2022\00A0"}

pre, code, samp, kbd, var {
  font-family: Courier, "Courier New", serif;
}