/* Start of CMSMS style sheet 'Layout: Left sidebar + 1 column' */
/*****************
browsers interpret margin and padding a little differently, 
we'll remove all default padding and margins and
set them later on
******************/
* {
margin:0;
padding:0;
}

/*
Set initial font styles
*/
body {
   text-align: left;
  font-family: "frutiger lt std", "frutiger std", frutiger, "helvetica neue", arial, helvetica, sans-serif;
   font-size: 100%;
   line-height: 1.5em;
}
.left_column_text{
}
.summary{
	color: #003366;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	background-image: url(http://ssmarts.org/uploads/images/design_images/clock.gif);
	background-repeat: no-repeat;
	background-position: left 0px;
	padding-left: 18px;
	/*border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #9CA9A1;   */
	padding-bottom: 3px;
	background-color: #F4F7F5;
}
abbr {
	cursor: help;
}

/*****************
AC css starts here
******************/
/* ========= all A tags whose HREF attribute starts with mailto: ======== */
a[href ^="mailto:"] {
	padding-right: 18px;
    background: transparent url(/uploads/images/design_images/mailto.gif) no-repeat center right; 
}
a[href ^="mailto:"]:hover {
/*	padding-right: 18px;*/
	color:#000000;
	text-decoration:underline;
    background: transparent url(/uploads/images/design_images/mailto_over.gif) no-repeat center right; 
}



.eventslist {
   padding-top: 0;
}

}
.BottomBorderTitle {
	font-family: "Helvetica", Tahoma, sans;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BBC3CA;
	width: 100%;
	padding-left: 5px;
}
/***********************************/
/*
set font size for all divs,
this overrides some body rules
*/
div {
   font-size: 12px;
}

/*
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: #FF6600; 
}

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


/* remove underline on hover and change color */
a:hover, div#footer p a:hover {
   text-decoration: underline;
   color: #000;
/*background-color: #FF8000; */
}

/*****************
basic layout 
*****************/
body {
  /*  background-color: #000000; */
    /*background-color: #385C72;*/
background-color: #ffffff;
   color: #333;
   margin:1em;    /* gives some air for the pagewrapper */
}

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


/*** header ***
we will hide text and replace it with a image
we need to assign a height for it so that the image wont cut off
*/
div#header {
   height: 120px;    /* adjust according your image size */
   background: #ffffff;           
}

div#header h1 a {
/* you can set your own image here */
/*   background: #ffffff url(http://ssmarts.org/design_images/header_1.jpg) no-repeat 0px 12px; */
/*   background: #c0d0e0 url(http://ssmarts.org/design_images/artsCouncil_header.gif) no-repeat center center; */
/*   background: #c3d4df url(/uploads/images/ssmarts_header.jpg) no-repeat center center; */
   background: #ffffff url(http://ssmarts.org/uploads/images/header_1.jpg) no-repeat center center; 

   display: block;
   height: 120px;             /* 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#search {
	float: right;
	width: 27em;    /* enough width for the search input box */
	text-align: right;
	margin-top: 0;
	margin-right: 1em;
	margin-bottom: 0;
	margin-left: 1em;
	padding-top: 0.8em;
	padding-right: 1em;
	padding-bottom: 0.2em;
	padding-left: 0;
}

div.breadcrumbs {
	font-size: 100%;        
	border-bottom: 1px dotted #ccc;
	border-top: 1px dotted #ccc;
	background-color: #F2F4F3;
	margin-top: 0;
	margin-right: 1em;
	margin-bottom: 0;
	margin-left: 1em;
	padding-top: 1.2em;
	padding-right: 1.5em;
	padding-bottom: 1.2em;
	padding-left: 1.2em;
}

 div.breadcrumbs span.lastitem { 
   font-weight:bold; 
 } 

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


div#main {
   margin-left: 27%; /* this will give room for sidebar to be on the left side, make sure this space is bigger than sidebar width */
   margin-right: 2%; /* and some air on the right */
	padding: 1%;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #9BAAA3;
background: #FFFFFF;
}
/************* DIV FULL IS FOR THE PHOTO GALLERY ******************/
div#full {
   margin-left: 15px; 
  margin-right: 2%;  /* and some air on the right */
margin-right: 15px;
}



div#full h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	margin-top: 10px;
}

div#sidebar {
   float: left;        /* set sidebar on the left side. Change to right to float it right instead. */
   width: 26%;     /* sidebar width, if you change this please also change #main margins */
   display: inline;  /* FIX IE double margin bug */
   margin-left: 0;
}


div#footer {
   clear: both;       /* keep footer below content and menu */
   color: #000;
   background-color: #fff; /* same bg color as in header */
}

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

div#footer p a {
     color: #FF6600; 
}


/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
   height: 1px;
   padding-top: 20px;
padding-left: 0px;
/*border-bottom: 1px dotted black;*/
  margin-bottom: 1em;
}

/* relational links under content */
div.left49 {
  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;
}




/********************
CONTENT STYLING
*********************/
div#content {
}

/* HEADINGS */
div#content h1 {
   font-size: 14px;          /* font size for h1 */
   color: #294B5F; 
   line-height: 1em;
   margin: 0;
padding-top: 10px;
padding-bottom: 10px;
}
div#content h2 {
font-family: 'Lucida Grande', 'Lucida Sans Unicode','Lucida Sans Regular', Verdana, sans-serif;
	color: #003366; 
	font-size: 16px; 
	text-align: left; 
/* some air around the text */
	padding-left: 0em;
	padding-bottom: 1px;
/* set borders around header */
	border-bottom: 1px solid #9CA9A1; 
	/*border-left: 1.1em solid #e7ab0b;*/ 
        line-height: 1.5em;
/* and some air under the border */
        margin: 0 0 0.5em 0;
}
div#content h3 {
   color: #003366; 
   font-size: 14px;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
}
div#content h4 {
   color: #003366; 
   font-size: 13px;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
div#content h5 {
   color: #003366; 
   font-size: 12px;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h6 {
   color: #003366; 
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
/* END HEADINGS */

/* TEXT */
p {
   font-size: 13px;
   margin: 0 0 1.5em 0; /* some air around p elements */
   line-height: 1.4em;
   padding: 0;
}

blockquote {
   border-left: 5px solid #ddd;
	font-style: italic;
   margin-left: 10px;
padding-left: 10px;
 line-height: 1.4em;
}
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%;


}

/* Separating the divs on the template explanation page, with some bottom-border */
div.templatecode {
  margin: 0 0 2.5em;
}

/* END TEXT */

/* LISTS */
/* lists in content need some margins to look nice */
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;
}

/* definition lists topics on bold */
div#main dl dt {
   font-weight: bold;
   margin: 0 0 0 1em;
}
div#main dl dd {
   margin: 0 0 1em 1em;
}

div#main dl {
  margin-bottom: 2em;
  padding-bottom: 1em;
}


/* END LISTS */


/* ============= SSMARTS ============== */

.cell_border {
	border: 1px solid #CCCCCC;
padding: 3px;
}
.padding {
	border: 1px solid #CCCCCC;
padding: 3px;
}





/*

   SEE LINE 182 to change the address boxes


   ----------------------------------------------------------------
   GBCF-V3 DEFAULT STYLE SHEET - MIKE CHERIM HTTP://GREEN-BEAST.COM
   ----------------------------------------------------------------
*/

/* === form div and elements ======================================= */

#form-div {
	font-family : verdana, helvetica, palatino sans, tahoma, arial, sans-serif;
	width : 85%;
	margin : auto;
	color : #555;
	line-height : 1.7em;
}

#form-div p.form-footer {
  margin : -35px 2px 20px 13px;
 }

#form-div p.form-footer a {
	color : #0066FF;
}

#form-div p.form-footer a:hover, #form-div p.form-footer a:focus, #form-div p.form-footer a:active { 
  color : #000; 
  text-decoration : none; 
}

#form-div p.form-footer a:focus, #form-div p.form-footer a:active { 
  background-color : #eee; 
}


/* === form div link styles ======================================== */

#form-div a { 
  color : #669900; 
}
  
#form-div a:hover, #form-div a:focus, #form-div a:active { 
  color : #000; 
  text-decoration : none; 
}

#form-div a:focus, #form-div a:active { 
  background-color : #eee; 
}


/* === success and error message/results box ======================= */

#form-div p.success, #form-div p.error, #form-div p.center {
	color : #000000;
	/* color : #000; (lite colors option - uncomment to use) */
  padding : 1px 4px;
	border : 1px solid #FF0000;
	background-color : #669900;
	/* background-color : #d6e3ba; (lite colors option - uncomment to use) */
  margin : 10px 3px;
	text-align : center;
}

#form-div p.error {
	background-color : #FFFFFF;  /* background-color : #edbaba; (lite colors option - uncomment to use) */
}

#form-div p.error a, #form-div p.success a {
	color : #FF0000;
	text-decoration: none;
}

#form-div p.center {
  text-align : center;
  background-color : #edbaba;
  color : #000;
  margin-top : -3px;
  padding : 0px 4px; 
}

#form-div p.error a:hover, #form-div p.error a:focus, #form-div p.error a:active, 
#form-div p.success a:hover, #form-div p.success a:focus, #form-div p.success a:active {
	color : #FFFFFF;
	background-color : #bb0000;
}

#form-div p.success a:hover, #form-div p.success a:focus, #form-div p.success a:active {
  background-color : #669900; 
}


/* === structural form elements ==================================== */

form#gbcf-form {

}

fieldset.main-set,
fieldset.req-set,
fieldset.opt-set {
	border : 1px solid #FFE98E;
	padding : 5px;
}


/* === textural form elements ====================================== */

#form-div legend { 
  font-weight : bold;
}

#form-div legend span { }

legend.main-legend { 
  color : #777;
  font-size : 110%;
}

legend.req-legend,
legend.opt-legend { 
  color : #777;
}

legend.main-legend span { }
legend.main-legend { }

legend.req-legend span { }
legend.req-legend {
  margin-left : -2px;
}

legend.opt-legend span { }
legend.opt-legend { 
  margin-left : -2px;
}

label.req-label, label.opt-label {
	color : #666666;
}

label.opt-label.check {
  float : right;
  padding : 0;
  margin : 1px 4px;
  cursor : pointer;
}

label.opt-label.main-label {
  margin : 0 2px;
  font-weight : bold;
}

label.opt-label.main-label span {
  font-weight : normal;
  color : #666;
}

label.opt-label.main-label span.req, label span.req  {
  font-weight : bold;
  color : #c70000;
}

label.req-label.explain {
  color : #666;
  font-size : .8em;
}

label.req-label.explain:hover {
  color : #000;
}

/* === control and interface form elements ========================= */
/*
  note: In this section you will see the hover/focus styles for the 
  inputs. For example: input:hover, input:focus. You will also see 
  these names applied as classes: input.hover, input,focus, for 
  example. This is not done by mistake. Those classes are needed for 
  the JavaScript focus script (files/focus.js) for IE 7 and older.
*/

input.text-long.address, input.text-long.address:hover, input.text-long.address:focus,
input.text-long.address.hover, input.text-long.address.focus {
	margin-bottom : 0;
	padding-bottom : 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

input.text-long.address2, input.text-long.address2:hover, input.text-long.address2:focus,
input.text-long.address2.hover, input.text-long.address2.focus {
  border-top : 0;
  margin-top : 0;
  padding-top : 2px;
  border-top : 1px solid #999999;
}

input.checkbox {
  border : 1px solid #333;
  width : .9em;
  height : .9em;
  padding : 0;
  margin : 0;
  cursor : pointer;
}

input.checkbox:hover, input.checkbox.hover,
input.checkbox:focus, input.checkbox.focus {
  border : 1px solid #666;
}

input.text-short, 
input.text-med, 
input.text-long,
select.select,
textarea.textarea {
  font : 1em verdana, helvetica, palatino sans, tahoma, arial, sans-serif;
  border : 1px solid #999;
  background-color : #fffffe;
  cursor : text;
  padding : 1px 2px;
}

select.select {
  padding : 1px 0;
}

input.text-short {
  width : 100px;
}

input.text-med, select.select {
  width : 250px;
}

input.text-long {
  width : 300px;
}

textarea.textarea {
  width : 440px;
  height : 200px;
}

select.select, select.select option {
  cursor : pointer;
}

input.text-short:focus, input.text-short.focus, 
input.text-med:focus, input.text-med.focus,
input.text-long:focus, input.text-long.focus,
select.select:focus, input.select.focus,
textarea.textarea:focus, textarea.textarea.focus {
  border : 1px solid #666;
  background-color : #ffe;
}

input.button { 
  font : 1.1em verdana, helvetica, palatino sans, tahoma, arial, sans-serif;
  font-weight : bold;
  margin-top : 8px;
  padding : 1px 10px;
  cursor : pointer;
  float : right;
  clear : both;
  color : #669900;
}

input.button:hover, input.button.hover,
input.button:focus, input.button.focus {
  color : #333;
}

/* because IE6 sucks - if you have a conditionally served IE6 style sheet add this to it */
* html input.button {
  border : 1px solid #666;
}


/* EOF - Created by Mike Cherim @ http://green-beast.com =========== */

/* End of 'Layout: Left sidebar + 1 column' */

