/* Start of CMSMS style sheet 'City_of_Aiken' */
/**********************************
 * TITLE: Gila Screen Stylesheet  * 
 * URI  : gila/gila-screen.css    *
 * MODIF: 2003-Apr-30 19:09 +0800 *
 **********************************/


/* ##### Common Styles ##### */

body {
  color: black;
  /*background-color: rgb(243,242,235);*/
  background-color: #fff;
  font-family: arial, sans-serif;
  font-size: 11pt;
  margin: 0;
  padding: 0;
}

html > body {
}

.warning{
 color: #ff0000;
}

acronym, .titleTip {
  border-bottom: 1px dotted rgb(168,140,83);
  cursor: help;
  margin: 0;
  padding: 0;
}

.doNotDisplay {
  display: none !important;
}


.smallCaps {
  font-size: 117%;
  font-variant: small-caps;
}

/* ##### Header ##### */

#header {
 height:83px; 
 border-bottom: 1px solid #333300;
 background: #000 url("/uploads/images/header_background.jpg");
 background-repeat: repeat-x;
 overflow: hidden;
}

.subHeader {
 clear: all;
 height:22px;
 background-color: rgb(212,199,153);
 background-image: url("/uploads/images/quickmenu/background.gif");
 background-repeat: repeat-x;
 text-align: center;
 padding-top: 2px;
 padding-bottom: 1px;
}

.subHeader ul{
 margin:0;
 padding: 0;
 list-style:none;
}

.subHeader li{
 display:inline;
 margin:0;
 padding:0;
}

#breadcrumbs{
 padding: 3px;
 background: #fff;
 border-bottom:1px solid rgb(216,210,195);
 font-size: 9pt;
}

/* ##### Left Side Bar ##### */

.leftSideBar {
  width: 14.5em;
  float: left;
  clear: left;
  border: 1px solid rgb(216,210,195);
  border-top: none;
  font-size: 9pt;
}

.leftSideBar .sideBarTitle {
  color: rgb(64,64,64);
  background-color: rgb(230,223,207);
  font-weight: bold;
  margin: 0;
  padding: 0.8ex 1ex;
  text-transform: uppercase;
}

.leftSideBar ul {
  list-style-type: none;
  list-style-position: outside;
  margin: 0 0 1em 0;
  padding: 0;
}

.leftSideBar li {
  margin: 1ex;
  padding: 0 0 1.25ex 0.75ex;
}

.leftSideBar a {
  background-color: transparent;
}

.leftSideBar a:hover {
  color: rgb(64,64,64);
  background-color: transparent;
}

.leftSideBar .sideBarText {
  line-height: 1.25em;
  margin: 1ex 0.25ex 1.5em 0.75ex;
  padding: 0;
  display: block;
}

.leftSideBar .sideBarText a {
}

.leftSideBar .sideBarText a:hover {
}
.leftSideBar .thisPage {
  color: rgb(64,64,64);
  background-color: transparent;
  font-weight: bold;
}
.leftSideBar li.currentpage{
 color: rgb(255,0,0);
}

/* ##### Main Copy ##### */

#main-copy {
  color: black;
  background-color: #fff;
  line-height: 16pt;
  margin: 0 0 0 14.5em;
  padding: 0.5ex 16.5em 1em 0em;
  /*border-left: 1px solid rgb(216,210,195);*/
  font-size: 10pt;
}
#main-copy h1 {
  background-color: transparent;
  font-family: georgia,sans-serif;
  font-weight: lighter;
  font-size: 22pt;
  line-height: 24pt;
  text-align: left;
  border-top: 1px solid rgb(216,210,195);
  margin: .5 0 0 0;
  padding: 1em 0 0 0;
}
#main-copy h1.intro{
  border-top: none;
  padding-top: 0;
}
#main-copy h2{
 font-family: georgia,sans-serif;
 font-weight: lighter;
 font-size: 18pt;
 line-height: 21pt;
 text-align: left;
 
}

#main-copy a {
  /*color: rgb(168,140,83);*/
  /*color: rgb(153, 102, 0);*/
  background-color: transparent;
  text-decoration: underline;
}

#main-copy a:hover {
  /*text-decoration: none;*/
}
#main-copy #teaserimg{
 float: left;
 margin-right: 11pt;
 margin-bottom: 4pt;
 border: 1px solid #333300;
}


/* ##### Right Side Bar ##### */

.rightSideBar {
  width: 15em;
  margin: 2ex 0.75ex 0 0;
  padding: 0;
  float: right;
  clear: right;
  border: 1px solid rgb(216,210,195);
  font-size: 9pt;
}

[class~="rightSideBar"] {
  margin-right: 1.5ex;
}

.rightSideBar .sideBarTitle {
  color: black;
  background-color: rgb(230,223,207);
  font-weight: bold;
  margin: 0 0 1ex 0;
  padding: 0.9ex .7ex;
  text-transform: uppercase;
}

.rightSideBar a {
  background-color: transparent;
}

.rightSideBar a:hover {
  /*text-decoration: none;*/
}

.rightSideBar .sideBarText {
  line-height: 1.5em;
  margin: 1.25ex;
  padding: 0;
}

.rightSideBar .more {
  text-decoration: none;
  text-align: right;
  margin: 0;
  padding: 0 2ex 1em 2ex;
}

.rightSideBar .more:hover {
  /*text-decoration: underline;*/
}

.rightSideBar input{
 /*width: 110px;
 font-size: 10px;*/
}
.rightSideBar textarea{
 width: 125px;
 height: 170px;
 font-size: 11px;
}
.rightSideBar ul{
 margin: 0;
 padding: 0;
 list-style-type: none;
}
.rightSideBar ul li{
  margin: .25ex;
  padding: 0 0 1ex 0.25ex;
}
.rightSideBar li.currentpage{
 color: rgb(255,0,0);
}
.rightSideBar .subsections{
 margin-left: 2.5ex;
}
.rightSideBar li.bullet_sectionheader{
 color: rgb(64,64,64);
 border-bottom:1px solid rgb(230,223,207);
 font-weight: bold;
 margin: 1.25ex 1ex;
 padding: 0.9ex 1ex;
}
.oldernews{
 margin:0;
 padding: 0;
 list-style:none;
}
.oldernews li{
 line-height: 16pt;
}
.storydate{
  color: rgb(64,64,64);
  font-size: 9pt; 
}
.more{
  text-align: right;
  margin: 0;
  padding: 0 2ex 1em 2ex;
  display: block;
}

#main-copy p {
  margin: 1em 0 1.5em 0;
  padding: 0;
}

#main-copy dt {
  font-weight: bold;
  margin: 0;
  padding: 0 0 0.5ex 0;
}

#main-copy dd {
  margin: 0 0 1.5em 1.5em;
  padding: 0;
}
/*.tables{
 background: rgb(150,150,150);
 width: 98%;
 margin-left: auto;
 margin-right: auto;
 margin-bottom: 2em;
}
.tables table{
 position: relative;
 top: -4px;
 left: -4px;
 border: 1px solid #000;
 background #fff;
 width: 100%;
}
.tables table caption{
 margin: 0;
 padding: 8px 20px;
 border: 1px solid #000;
 border-bottom: none;
 background: #fff;
 font-weight: bold;
 text-align: left;
}
.tables table th, td{
 margin: 0;
 text-align: center;
 padding: 8px 20px;
 border-bottom: 1px solid #b5b5b5;
}
.tables table th{
 color: rgb(90,90,90);
}
.tables table .name{
 text-align: left;
}
.tables table tr{
 background: #e6e6e6;
}
.tables table tr.alt{
 background: #f1f1f1;
}
.tables table td a{
 display: block;
}*/

#main-copy ol{

}
#main-copy ol li{
 padding: 3px 0 3px 0;
}
#main-copy ul{

}
#main-copy ul li{
 padding: 3px 0 3px 0;
}
#main-copy textarea{
 width: 350px;
 height: 120px;
}
/* ##### Footer ##### */

#footer {
  position: relative;
  color: #000;
  /*background-color: rgb(230,223,207);*/
  background-image: url("/uploads/images/footer_bg.jpg");
  background-repeat: repeat-x;
  text-align: left;
  padding: 5px 10px;
  margin: 0;
  clear: both;
  font-size: 8pt;
  height:380px;
  overflow: hidden;
}
#footer_content{
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.formOpinion{

}
.formOpinion .question, .group{
 margin: 1em 0 1em 0;
}
.formOpinion textarea{
 width: 95%;
 height: 120px;
}
.formOpinion .ffsubmit{
 display: block;
 margin: 2em 0 0 0;
}
/* CALENDAR */

/* make all links red */
.calendar tr td a
{
/*color: red;*/
}

/* highlight "today" for the small calendar */
.calendar-today
{
font-weight: bold;
}

/* display the "upcominglist" as one line per entry (assuming table_id='cal-upcominglist') */
#cal-upcominglist .calendar-date-title
,#cal-upcominglist .calendar-summary-title
{
display: none;
}

#cal-upcominglist h2
,#cal-upcominglist .calendar-date
,#cal-upcominglist .calendar-summary
{
display: inline;
margin-right: 5px;
}

/* tidy up text sizes for lists */
#cal-list h1, #cal-upcominglist h1
{
/*color: red;
font-size: 120%;*/
}
#cal-list h2, cal-upcominglist h2
{
/*font-size: 110%;*/
}

/** large calendar rules (assuming table_id='big') **/
/* border on for #big */
#big{
margin: 0px;
border-collapse:    collapse;
border: 1px solid black;
width: 98%;
}
#big caption{
font-family: georgia,sans-serif;
font-weight: lighter;
font-size: 19pt;
padding-bottom: 20px;

}

/* nice squares for the #big table */
#big th
{
border: 1px solid black;
padding: 3px;
width: 14%;
}

#big td {
border: 1px solid black;
vertical-align: top;
padding: 3px;
height: 75px;
width: 14%px;
font-size: 8pt;
line-height: 10pt;
}

/* format summaries nicely in #big */
#big ul
{
margin: 0px;
padding: 0px;
padding-left: 5px;
}

#big li
{
list-style-type: none;
padding: 0px;
margin: 0px;
}

/* background colours for #big */
#big td
{
/*background-color: silver;*/
}

#big .calendar-day
{
background-color: #80ff80;
}

#big .calendar-today
{
font-weight: normal;
background-color: #96a35e;
}

.calendar-event .calendar-date-title,
.calendar-event .calendar-summary-title,
.calendar-event .calendar-details-title
{
display: none;
}
/* End of 'City_of_Aiken' */

