/* Start of CMSMS style sheet 'indigo pa 2' */
/*****************
THIS IS THE CORRECT STYLESHEET FOR MOST PAGES INDIGO PUBLIC AFFAIRS
******************/
* {
margin:0;
padding:0;
}

/*
Set initial font styles
*/
body {
   text-align: left;
   font-family: Verdana, Helvetica, sans-serif;
   font-size: 80%;
   line-height: 1em;
}

/*
set font size for all divs,
this overrides some body rules
*/
div {
   font-size: 1em;
}

/*
if img is inside "a" it would have 
borders, we don't want that
*/
img {
   border: 0;
}

/*
default link styles
*/
/* set all links to have underline and bluish color */
a,
a:link 
a:active {
   text-decoration: none;
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
   background-color: inherit; 
   color: #275CAB; 
}

a:visited {
   text-decoration: none;
   background-color: inherit;
  color: #275CAB;                /* a different color can be used for visited links */
}


/* remove underline on hover and change color */
a:hover {
   text-decoration: underline;
   background-color: transparent;
   color: #275CAB;
}

/*****************
basic layout 
*****************/
body {
   background-color: #ccc;
   color: #666;
   margin:1em; /* gives some air for the pagewrapper */
   margin-top: 0px;
}

/* center wrapper, min max width */
div#pagewrapper {
   border: 0px solid black;
   margin: 0 auto;     /* this centers wrapper */
   max-width: 80em; /* IE wont understand these, so we will use javascript magick */
   min-width: 76em;
   background-color: #fff;
   color: #666;
   padding-bottom: 15px;
}


/*** header ***
we will hide text and replace it with a image
we need to assign a height for it
*/

div#header {
   display: block; 
   height: 140px;             /* adjust according your image size */
   text-indent: -999em;  /* this hides the text */
   text-decoration:none; /* old firefox would have shown underline for the link, this explicitly hides it */  
}

div#header h1 a {
/* you can set your own image here */
   background: url(uploads/images/indigo/ipa.jpg) no-repeat; 
   display: block; 
   height: 190px;             /* adjust according your image size */
   text-indent: -999em;  /* this hides the text */
   text-decoration:none; /* old firefox would have shown underline for the link, this explicitly hides it */
}

 div#content {
   margin: .5em auto 2em 0; /* some air above and under menu and content */
}

div#main {
   margin-left: 38px; /* this will give room for sidebar to be on the left side, make sure this space is bigger than sidebar width */
   margin-right: 290px; /* and some air on the right */
border: 1px solid transparent;
   margin-top: -20px;
}

div#mbox {
   margin: -10px 38px 15px 38px;
}

div#sidebar {
   margin-top: 46px;
   float: right;  /* set sidebar on the left side. Change to right to float it right instead. */
   width: 280px;    /* sidebar width, if you change this please also change #main margins */
   display: inline;  /* FIX ie doublemargin bug */
   margin-left: 0;
   margin-right: 35px;
   height: 100%;
}

/* if sidebar doesnt include menu but content add class="hascontent" */
div#sidebar.hascontent {
   padding: 0 1%;
   width: 24%;  /* make width smaller if there's padding, or it will get too wide for the floated divs in IE */
}


div#footer {
   clear:both;       /* keep footer below content and menu */
   color: #000;
   background-color: #fff; /* same bg color as in header */
   border: 1px solid black;
   margin-left: 15px;
   margin-right: 15px;
}

div#footer p {
   font-size: 0.8em;
   padding: 1.5em;      /* some air for footer */
   text-align: center; /* centered text */
   margin:0;
}


div#footer p a {
   color: #000; /* needed becouse footer link would be same color as background otherwise */
}

/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
   height: 3px;
   margin: .5em .5em .5em 0em;
   border-bottom: 0px dotted black;
   background-repeat: no-repeat;
}

/* relational links under content */
div.left49 {
  float: left;
  width: 49%;  /* 50% for both left and right might lead to rounding error on some browser */
}

div.right49 {
  float: right;
  width: 49%;
  text-align: right;
}

div#titleblock {
  font-size: 12px;
  line-height: 1em;
text-indent: 0px;
margin-top: -190px;
}
div#titleblock a {
  color: #fff;
}

div#menu_vert a, div#menu_vert_green a, div#menu_vert_indigo a {
  color: #fff;
}
div#meta_menu {
float: left;
margin-left: 280px;
margin-top: 19px;
}
div#meta_menu a, div#meta_menu img {
vertical-align: top;
margin-left: 30px;
}
div#menu_vert {
margin-left: 730px;
width: 220px;
font-size: .8em;
text-indent: 0px;
}
div#menu_vert a:hover {
text-decoration: underline;
}
.sub_menu {
  margin-top: 24px;
  margin-left: 27px;
  width: 700px;
  float: left;
}
.sub_menu li, .sub_menu a {
  float: left;
  border: none;
}
.sub_menu a, .sub_menu a:visited, .sub_menu a:active {
  color: #666666 !important;
  border: none;
}
.sub_menu a:hover, .sub_menu li:hover {
  text-decoration: none !important;
}
div#cc_menu a:hover {
     color: #275cab !important;
}
div#ys_menu a:hover {
     color: #0091d4 !important;
}
div#ipa_menu a:hover {
      color: #98CB4F !important;
}
div #footerblock {
  font-size: .8em;
  line-height: 1.4em;
}

div #footerblock strong {
  color: #275CAB;
}

div #footerblock a {
  color: #275CAB;
}

#footertable {
  padding: 5px 15px;
  width: 100%;
  line-height: 1.4em;
}

#footertable td {
 padding: 0px 5px 0px 5px;
}

div #alertbox {
  background-color: #EEEEEE;
  border: 1px dashed #CCCCCC;
  color: #275CAB;
  width: 350px;
  margin-top:35px;
  margin-left:45px;
  padding:10px;
}

div #alertbox h2 {
  color: #275CAB;
}

.map {
  float: right;
  margin-top: 0px;
  margin-right:200px;
}

form {
  padding: 20px;
  width: 480px;
}

form div {
  margin-top: 5px;
}

.phoneinput input {
  border: 1px solid #009be2;
  margin-left: 25px;
}

.nameinput input {
  border: 1px solid #009be2;
  margin-left: 102px;
}

.emailinput input {
  border: 1px solid #009be2;
  margin-left: 48px;
}

textarea {
  border: 1px solid #009be2;
  margin: 5px;
  margin-right: 100px;
}

div.textarea {
  margin-top: 10px;
}

.checkboxgroup input {
  border: 1px solid #009be2;
}
.required {
  color: #009be2;
}

a[href $='.pdf'] { 
   padding-left: 33px;
   padding-top: 7px;
   padding-bottom: 7px;
   background: transparent url(/uploads/images/acrobat_8_32x30.jpg) no-repeat center left;
}


div.gmap {
  position: relative;
  top: -5px;
  left: -1px;
  width: 639px;
}
#counciltable table {
  padding: 10px;
}
#counciltable table td {
  margin-right: 5px;
  padding-top: 4pt;
  padding-bottom: 4pt;
}

tr.councils_table_tr_top th {
  text-align: left;
  padding-top: 4pt;
  padding-bottom: 4pt;
}

form#councils_table_search {
  margin-left: 0px;
  padding-left: 0px;
}

table#portaltable {
  margin-left:auto;
  margin-right:auto;
  margin-top:15%;
}

table#portaltable td {
  padding: 3em;
}

div.blogs-showcategorylistcategories {
  margin-bottom: 10px;
}
div.blogs-showcategoryentrytext {
  margin-bottom: 10px;
  width: 500px;
  line-height: 1.4em;
}
div.CGBlogSummaryContent {
  width: 500px;
}
div.blogs-showcategoryentrytime {
  margin-bottom: 10px;
}
div.blogs-showcategorydescription {
  margin-bottom: 15px;
  line-height: 1.4em;
}
div.blogs-showcategorybox {
  margin-top: -42px;
}
div.blogs-showcategoryentrytitle a {
  color: #0091d4;
}
div.CGBlogSummaryLink a {
  color: #0091d3;
}
div.blogs-showcategorytitle h2 a {
  color: #98CB4F;
}
div.blogs-showentrytext, {
  line-height: 1em;
}
div.blogs-showblogsentryshorttext {
  line-height: 1.4em;
  margin-bottom: 10px;
  width: 500px;
}
div.blogs-showblogsentrytime {
  margin-bottom: 5px;
}
iframe#signup {
  width: 600px;
  height: 800px;
}
div#meta_nav_bar {
  margin: 10px -20px 0 0;
}
div#meta_nav_bar li a, div#meta_nav_bar li a:hover, div#meta_nav_bar li a:active, div#meta_nav_bar li a:visited {
  color: #fff;
  margin-right: 8px;
  font-size: 10pt;
  font-weight: regular;
  padding-bottom: 2px;
}
div#meta_nav_bar li {
  float: left;
  list-style-type: none;
  color: #fff;
  font-weight: regular;
  margin-right: 8px;
}
div#meta_nav_bar ul {
}
div#meta_nav_bar .activeparent {
}
div#meta_nav_bar li h3 {
  font-size: 10pt;
  padding-bottom: 2px;
}
.row textarea {
  border: 1px inset #666;
}
.cgfeedback_addcoment  .col70 textarea {
width:355px;
margin-left: 30px;
margin-right: 0px;
}
div.titlecards table td a {
  text-decoration: none;
}
div.titlecards table td a:hover {
  text-decoration: none;
}
/********************
CONTENT STYLING
*********************/
div#content {

}

/* HEADINGS */
div#content h1 {
   font-size: 2em;  /* font size for h1 */
   line-height: 1em;
   margin: 0;
}
div#content h2 {
   color: #0172C0; 
   font-size: 2em; 
   text-align: left; 
/* some air around the text */
   padding-left: 0em;
   padding-bottom: 1px;
   line-height: 2em;
/* and some air under the border */
   margin: 0 0 0em 0;
}
div#content h3 {
   color: #5768BD; 
   font-size: 1.3em;
   line-height: 1.3em;
   margin: 0 0 0 0;
}
div#content h4 {
   color: #5768BD; 
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
div#content h5 {
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h6 {
   color: #0091d4;
   font-size: 1.5em; 
   text-align: left; 
/* some air around the text */
   padding-left: 0em;
   padding-bottom: 1px;
   line-height: 1.5em;
/* and some air under the border */
   margin: 0 0 0em 0;
}
h1#councils_table_h1_detail {
   margin-bottom: 10px;
}
/* END HEADINGS */

/* TEXT */
p {
   font-size: 1em;
   margin: 0 0 1em 0;  /* some air around p elements */
   line-height:1.4em;
   padding: 0;
}
blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}
pre {
   font-family: monospace;
   font-size: 1.0em;
}
strong, b {
/* explicit setting for these */
   font-weight: bold;
}
em, i {
/* explicit setting for these */
   font-style:italic;
}

/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 font-family: "Courier New", Courier, monospace;
 font-size: 1em;
}

pre {
   border: 1px solid #000;  /* black border for pre blocks */
   background-color: #ddd;
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
   font-size: 90%;   /* smaller font size, as these are usually not so important data */
}

/* END TEXT */

/* LISTS */
div#main ul,
div#main ol,
div#main dl {
  font-size: 1.0em;
   line-height:1.4em;
   margin: 0 0 1.5em 0;
}
div#main ul li,
div#main ol li {
   margin: 0 0 0.25em 3em;
}

div#dl dt {
   font-weight: bold;
   margin: 0 0 0.25em 3em;
}
div#dl dd {
   margin: 0 0 0 3em;
}
/* END LISTS */
tr.councils_table_tr_even {
   background-color: #ddeeff;
}

tr.councils_table_tr_top {
   background-color: #013A7A;
   color: #ffffff;
}

tr.councils_table_tr_top a,
tr.councils_table_tr_top a:link,
tr.councils_table_tr_top a:active {
   color: #ffffff;
}

tr.councils_table_tr_top a:visited {
   text-decoration: underline;
   background-color: inherit;
   color: #ffffff;                /* a different color can be used for visited links */
}

/* remove underline on hover and change color */
tr.councils_table_tr_top a:hover {
   text-decoration: none;
   background-color: #fff;
   color: #275CAB;
}
/* End of 'indigo pa 2' */

