/* @override http://clickfund/css/main.css */

html
{
  background: #98C4D9 url(../images/layout/html.png) repeat-x left top;
}

body
{
  font-family: "Lucida Grande", Geneva, Tahoma, Verdana, Helvetica, Helv, Arial, "Liberation Sans", Sans, sans-serif;
  font-size: 9pt;
}

strong
{
  font-weight: bold;
}

#container
{
  position: relative;
  width: 800px;
  margin: 52px auto 20px auto;
}

#container #notices {
  position: absolute;
  padding: 6px;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  top: -52px;
  right: 0px;
  font-weight: bold;
  background: #F8FFBC;
  z-index: 100;
}

#container #notices #error {
  color: red;
}

#container #notices #notice {
  color: green;
}

#main
{
  margin: 0;
  padding: 2px 0;
  background-color: #FFFFFF;
}


/**
 * Header
 */
#header
{
  position: relative;
  margin-bottom: 4px;
  height: 130px;
}

#header h1
{
  display: none;
}

#header img#logo
{
  position: absolute;
  left: 33px;
}

#header div#banner
{
  margin-left: 350px;
}


/**
 * Columns
 */
#left-column
{
  width: 265px;
  margin-right: -265px;
  padding: 0;
  float: left;
}

#right-column
{
  width: 790px;
  margin-left: 10px;
}


/**
 * Menu
 */
#menu
{
  width: 253px;
  display: block;
  background: #82933C url(../images/layout/menu.jpg) repeat-y center top;
  margin: 10px auto;
}

#menu #menu-top
{
  display: block;
  width: 253px;
  height: 45px;
  background: url(../images/layout/menu-top.jpg) no-repeat center top;
}

#menu #menu-bottom
{
  display: block;
  width: 253px;
  height: 45px;
  background: url(../images/layout/menu-bottom.jpg) no-repeat center top;
}

#menu ul li
{
  margin: 0 20px;
}

#menu ul li a,
#menu ul li a:link,
#menu ul li a:visited
{
  display: block;
  color: #FFFFFF;
  font-size: 12pt;
  padding: 7px 14px;
}

#menu ul li a:active,
#menu ul li a:focus,
#menu ul li a:hover
{
  background: #B2BE43 url(../images/layout/menu-hover.jpg) repeat left top;
  padding: 7px 14px;
}

#menu ul li a.active
{
  font-weight: bold;
  background: #669979 url(../images/layout/menu-active.jpg) repeat left top;
}


/**
 * Top Navgiation
 */
#top
{
  background-color: #FFFFFF;
  width: 800px;
  margin-bottom: 0;
}

#top .horizontal_tabs
{
  white-space: nowrap;
  text-align: center;
}

#top .horizontal_tabs ul
{
  display: inline-table;
  width: 780px;
  margin: 10px auto;
  text-align: center;
}

#top .horizontal_tabs ul li
{
  float: left;
  width: 154px;
  margin-right: 2px;
  padding: 15px 0 31px 0;
  color: #FFFFFF;
  background-color: #A0C0A0;
  list-style-type: none !important;
  background: #A0C0E0 url(../images/layout/nav.jpg) repeat center bottom;
}

#top .horizontal_tabs ul li.last
{
  margin-right: none;
}

#top .horizontal_tabs ul li.complete
{
  background: #A0C0E0 url(../images/layout/nav-completed.jpg) repeat center bottom;
}

#top .horizontal_tabs ul li.current
{
  background: #A0C0E0 url(../images/layout/nav-current.jpg) no-repeat center bottom;
}

#top .horizontal_tabs ul li.current a
{
}

#top .horizontal_tabs ul li a,
#top .horizontal_tabs ul li a:link,
#top .horizontal_tabs ul li a:visited
{
  font-weight: bold;
  padding: 6px;
  color: #FFFFFF;
}

#top .horizontal_tabs br
{
  clear: left;

}

img
{
  display: block;
}

/**
 * Content
 */
#content
{
  padding: 0px;
  background: #FAF9F7 url(../images/layout/content.png) repeat left top;
  margin: 10px 10px 10px 0;
}

#content #content-inner
{
  min-height: 477px;
  padding: 10px;
}

#content p
{
  margin-bottom: 10px;
  color: #333333;
  line-height: 1.5em;
}

span.alert {
  color: #AA0000;
  border: 1px solid #770000;
  background-color: #FFFF99;
  font-size: 8pt;
  padding: 4px 7px;
}

#content ul, #right ul, #left ul
{
  margin-left: 25px;
}

#content ul li, #right ul li, #left ul li
{
  list-style-type: square;
}

#main-footer
{
  margin: 5px auto;
  width: 780px;
  min-height: 25px;
  color: #FFFFFF;
  background: #4894B2 url(../images/layout/main-footer.jpg) repeat left top;
  font-size: 8pt;
}

#main-footer a,
#main-footer a:link,
#main-footer a:visited
{
  color: #FFFFFF;
}

#main-footer .links ul li
{
  float: right;
  margin-right: 5px;
  padding: 5px;
}


/**
 * Content Columns
 */
.left-slot
{
  background: #F5F5F5;
  border: 1px solid #CCCCCC;
  width: 250px;
  margin: 10px auto;
}

.left-slot-inner
{
  padding: 16px;
}

.left-slot p
{
  font-size: 8.5pt;
  color: #333333;
}

#content #right
{
  float: right;
  background: #F5F5F5;
  border-left: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  margin-left: 30px;
  margin-bottom: 20px;
  padding: 50px;
  width: 200px;
  padding: 0;
}

#content #right p,
#content #right h1,
#content #right h2,
#content #right h3
{
  margin-right: 20px;
  margin-left: 20px;
}


/**
 * Corkboard
 */
#corkboard
{
  position: relative;
  display: block;
  width: 780px;
  height: 234px;
  margin: 7px auto;
  background: url(../images/layout/corkboard.jpg) no-repeat center top;
}

#corkboard #testimonials
{
  position: absolute;
  overflow: hidden;
  width: 242px;
  height: 115px;
  top: 88px;
  left: 125px;
}

#corkboard #testimonials #user
{
  font-size: 9pt;
  font-weight: bold;
  color: #444444;
}

#corkboard #testimonials .location
{
  color: #38A0CE;
}

#corkboard #testimonials p
{
  font-size: 8.25pt;
  margin-bottom: 5px;
  color: #555555;
}

#corkboard .read-more,
#corkboard .read-more a,
#corkboard .read-more a:link,
#corkboard .read-more a:visited
{
  display: block;
  font-size: 9pt;
  margin-top: 4px;
  color: #38A0CE;
  text-align: right;
  font-weight: bold;
}

#corkboard #membership
{
  position: absolute;
  overflow: hidden;
  width: 242px;
  height: 100px;
  top: 95px;
  left: 414px;
}

#corkboard #membership p
{
  font-size: 8.25pt;
  color: #555555;
  margin-bottom: 5px;
}

#corkboard #membership ul li
{
  text-align: center;
  margin-bottom: 7px;
}

#corkboard #membership ul li a,
#corkboard #membership ul li a:link,
#corkboard #membership ul li a:visited
{
  font-weight: bold;
  color: #2C90B7;
}

#corkboard #sign-up
{
  position: absolute;
  top: 37px;
  right: 0;
  width: 120px;
  height: 120px;
}

#corkboard #sign-up img#sign-up-img
{
  display: block;
}

/**
 * Footer
 */
#footer
{
  margin-top: 0;
  height: 25px;
  clear: both;
  color: #FFFFFF;
  font-size: 8pt;
}

#footer a,
#footer a:link,
#footer a:visited
{
  color: #FFFFFF;
}

#footer .links ul li
{
  float: left;
  margin-right: 5px;
  padding: 5px;
}

#footer #copyright
{
  float: right;
  padding: 5px;
  font-weight: bold;
}

.callout-left
{
  width: 251px;
  margin: 0 auto;
}

.video-left
{
  margin: 10px auto;
  width: 287px;
  height: 231px;
  background: url(../images/layout/video.png) no-repeat left top;
}

.video-left .video-left-item
{
  display: block;
  padding-top: 10px;
}

/**
 * Cart
 */
#cart
{
  width: 245px;
  margin: 10px auto;
  border: 3px dashed #CCCCCC;
  background-color: #DEF1D3;
}

#cart-inner
{
  font-size: 8pt;
  padding: 15px;
}

#cart p.view-cart
{
  background: url(../images/icons/cart.png) no-repeat right center;
  text-align: right;
  font-style: italic;
  padding-right: 20px;
  margin-top: 7px;
}

.img-left
{
  float: left;
}

.img-right
{
  float: right;
  margin-left: 12px;
  margin-bottom: 10px;
}

.clear
{
  clear: both;
}

.clear_left
{
  clear: left;
}

.clear_right
{
  clear: right;
}

.progress_bar span
{
  font-weight: bold;
  margin-right: 10px;
  line-height: 20px;
}

.progress_bar .bar
{
  background: #CCCCCC;
  width: 100px;
  height: 20px;
}

.progress_bar .bar div
{
  background: #333333;
  height: 20px;
}

/**
 * Vertically Aligned Things
 */
.v-middle
{
  display: table-cell;
  vertical-align: middle;
}

/**
 * Table
 */
#content-inner table
{
  width: 100%;
  border-collapse: separate;
  border-spacing: 0px 5px;
  margin: 10px 0 20px 0;
}

#content-inner table th
{
  background: #204060;
  color: white;
  font-weight: bold;
}

#content-inner table th a
{
  color: white;
  text-decoration: underline;
}

#content-inner table th,
#content-inner table td
{
  padding: 7px;
}

#content-inner table tr.odd
{
  background-color: #EFEBE2;
}

#content-inner table tr.even
{
  background-color: #EFEFEF;
}

#container #master-menu
{
  position: absolute;
  padding: 6px;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  top: -52px;
  left: 0px;
  font-weight: bold;
  background: #F8FFBC;
}

#container #master-menu ul li
{
  float: left;
  margin-left: 5px;
  margin-right: 5px;
}

#container #master-menu ul li a
{
  color: green;
  text-decoration: underline;
}

.sfWebDebugInfo
{
  left: 0;
  width: 550px;
}

.sfWebDebugInfo img
{
  display: inline;
}

div.editable_slot 
{
  margin: 10px 0 0 0;
  padding: 5px;
  background-color: #fcffff;
  border: solid 1px #efefff;
}

#editor_box
{
  z-index: 100 !important;
}

.calendar
{
  z-index: 100 !important;
}


#par_admin .par_site_link {
  margin: 30px 0 0 0;
}

#par_admin .par_site_link p {
  margin: 0 0 15px 0;
}

.ctrlHolder .containsLinks a
{
  text-decoration: underline;
  color:  #2D8FC3;
}


/* SEARCH PAGE STYLES*/

.search-box {width:491px;height:155px;background:url(../images/search/search-boxes.png) no-repeat;font:11px/1.2 Arial, sans-serif;color:#fff;padding-top:70px;padding-left:10px;padding-right:10px;position:relative;}
.search-box label {font-size:14px;font-weight:bold;display:block;}
.search-box input, .search-box select {display:block;}
#supporter-search {margin-bottom:15px; color: #FFFFFF;}
#supporter-search p, #participant-search p { color: #FFFFFF;}
#participant-search {background-position:0 -242px; color: #FFFFFF !important;}
.search-box .state, .search-box .participant-name {float:left;width:200px;}
.search-box .state {margin-left:40px;}
.search-box .participant-name {float:right;margin-right:40px;}
.search-box .submit {width:90px;height:33px;position:absolute;right:15px;bottom:15px;}

.search-box form #edit_textarea,
.search-box form #edit_textareasupporterText
{
  height: 40px !important;
}

.search-box form input
{
  display: inline;
}

#left-icons
{
	margin-left: 17px;
}

#left-icons
{
	margin-top: 10px;
	margin-left: 17px;
}

#left-icons .icon-text
{
	text-align: left;
	display: block;
	clear: both;
	margin-top: 4px;
	padding: 7px;
}

#left-icons .icon-text h2
{
	margin-top: 4px;
	font-weight: normal;
	font-size: 16px;
	letter-spacing: normal;
}

#left-icons .icon-text h2,
#left-icons .icon-text h2 a,
#left-icons .icon-text h2 a:link,
#left-icons .icon-text h2 a:visited
{
	color: #778D22;
}

#left-icons .icon-text img
{
	float: left;
	margin-right: 14px;
}

#left-icons .icon-text p
{
	color: #777777;
}

.link-to {
  background: transparent url(../images/link-to-16.png) no-repeat right center;
  padding-right: 16px;
}

.credit_card_error {
	background-color:#F0A8A8;
	border:1px solid #900;
	color:#900;
	margin:0 auto 5px auto;
	padding:5px 10px;
	width:90%;
}

.small { font-size:11px; font-weight:normal; }

.order_actions { background-color:#4096B8; height:27px !important; padding:4px 10px; margin:0 0 10px 0; }
.order_actions p { color:#FFF !important; float:left; line-height:26px !important; margin: 0 15px 0 0 !important; }
.order_actions input { float:right; }

.top_order_actions { height:27px !important; padding:10px; margin:0 0 10px 0; }
.top_order_actions p { font-weight:bold; font-size:14px; float:left; line-height:26px !important; margin: 0 15px 0 0 !important; }
.top_order_actions input { float:right; }

.clear { clear:both; }