body {
	margin: 0;
	padding: 0;
	background: #333333 url(http://www.candbconstructioninc.com/templates/c_and_b/images/img01.jpg) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}

/* container for content and sidebar */
#mainpane {
  margin: 0 auto;
  width: 100%;
  background-color: #FFFFFF;
}

h1, h2, h3 {
	margin-top: 0;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1em;
}

a {
	color: #333333;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

/* container for right sidebar (if enabled) */
#cognitiveSOULRightSideBar {
  width: 145px;
  padding: 1px 1px 0 1px;
  margin:0;
  vertical-align: top;
}

/* container for left sidebar (if enabled) */
#cognitiveSOULLeftSideBar {
  width: 145px;
  padding: 3px 1px 0 1px;
  margin:0;
  vertical-align: top;
}

/********* Calendar Styles ***********/
 table.cal_small_table{
   font-family: Verdana, Helvetica, Arial, Tahoma;
   font-size: 12px;
   border: 0px solid Black;
   padding: 0px;
   background: #C0C0C0;
   margin-top: 3px
 }
td.cal_small_header{
  padding: 0px;
  background-color: #EBEBEB;
  font-size: 11px;
  font-weight: bold; 
  text-align: center;
  white-space: nowrap;
}
td.cal_small_header_title{
  padding: 0px;
  background-color: #EBEBEB;
  color: #36558C;
  font-size: 11px;
  font-weight: bold; 
  text-align: center;
  white-space: nowrap;
}
tr.cal_small_header_days{}
td.cal_small_header_weekday{
  padding: 0px;
  color: #000000;
  font-size: 9px;
  background-color: #EAEAFF;
  text-align: center;
}
td.cal_small_header_weekend{
  padding: 1px;
  color: #000000;
  background-color: #EAEAFF;
  font-size: 9px;
  text-align:center;
}
tr.cal_small_week_col{}
td.cal_small_day{
  padding: 0px;
  color: #000000;
  background-color: #FFFFFF;
  font-size: 9px;
  text-align:center;
  width: 18px;
  height: 18px;
}
td.cal_small_day_blank{
  padding: 0px;
  color: #FFFFFF;
  background-color: #F0F0F0;
  font-size: 9px;
  text-align:center;
  width: 18px;
  height: 18px;
}


/**
 * Styles for the Scheduler
 */
table.schedule_popup{
  width: 50%;
  background-color: #FFFFFF;
}
table.schedule_popup_title{
  width: 100%;
  background-color: #C0C0C0;
}
table.schedule_popup_border{
  border: 1px;
  border: 2px Solid #36558C;
}

/**
 * Styles for the Mini-Calendar Popups
 */
.popupDate {
  font-family: Geneva, Verdana, Arial, sans-serif; 
  font-size: 10px;
  font-weight: bold;
  color: #000000;
  text-align: left;
  background-color: #EBEBEB;
}
.popupEventTitle {
  font-family: Geneva, Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
  font-weight: bold;
  padding: 2px;
  vertical-align: middle;
}
.popupEventTime {
  font-family: Geneva, Verdana, Arial, sans-serif; 
  font-size: 10px; 
  color: #000000;
  font-weight: normal;
  background-color: #F4F4F4;
  border: 1px dotted #EFEFEF;
  padding: 1px;
}
.popupEventDescription {
  font-family: Geneva, Verdana, Arial, sans-serif; 
  font-size: 10px; 
  color: #000000;
  font-weight: normal;
  background-color: #FFFFFF;
  border: 1px solid #EAEAEA;
  padding: 2px;
}
/********* End Calendar Styles ***********/

/** Page Order **/
.cognitiveSOUL_pagelist{
  padding-left: 12px; 
}

.cognitiveSOUL_pagelistlink {
    padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	list-style-type: none;
	list-style: none;
}
/** End Page Order **/

/** Rounded Corners for 'administrative' type entries **/
.cs_admin_box {	margin: 6px 0 6px 0; background-color: #e4eaec; }
.cs_admin_top div { background: url(WebServices/EdgeGen.php?cn=tl&h=10&w=10&ci=e4eaec&co=ffffff) no-repeat top left; }
.cs_admin_top { background: url(WebServices/EdgeGen.php?cn=tr&h=10&w=10&ci=e4eaec&co=ffffff) no-repeat top right; }
.cs_admin_bot div { background: url(WebServices/EdgeGen.php?cn=bl&h=10&w=10&ci=e4eaec&co=ffffff) no-repeat bottom left; }
.cs_admin_bot { background: url(WebServices/EdgeGen.php?cn=br&h=10&w=10&ci=e4eaec&co=ffffff) no-repeat bottom right; }

/* height and width, width not really nessisary. */
.cs_admin_top div, .cs_admin_top, .cs_admin_bot div, .cs_admin_bot {
height: 7px;
font-size: 1px;
}
/** End rounded corners **/

/** Admin links **/
ul.cognitiveSOULSideBarMenu {
	padding: 0;
	margin: 0; }

ul.cognitiveSOULSideBarMenu {
	font-size: 0.85em;
	list-style: none;
	width:170px;
	font-weight: bold;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	padding-left: 3px; }

.cognitiveSOULSideBarMenuHead {
	line-height:0.85em;
	color: #999;
	margin:10px 0 4px 0;
	font-size:0.9em;
	border-bottom: 1px solid #ddd;
	padding: 10px 0 0 10px; }

ul.cognitiveSOULSideBarMenu li {
	line-height:1.1em;
	font-size: 1.0em;
	font-weight: normal;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	padding-left: 5px;
	list-style:none;
	margin:0; }

ul.cognitiveSOULSideBarMenu a {
	text-decoration: none;
	font-weight: bold; }

ul.cognitiveSOULSideBarMenu a:hover {
	text-decoration: underline; }
	
.sidebarcontents{
  background-color: #fff;
  padding: 5px;
  white-space: nowrap;
}

.sidebarcontents hr{
  color: #000;
  height: 1px;
}

.sidebarcontents.cognitiveSOUL_pagelistlink {
  margin: 0px;
  text-align:left;
  padding:0px;
}

.sidebar{
  background-color: #fff;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  border-left: 0px;
  border-right: 0px;
  position:absolute;
  z-index:100;
  left:0px;
  top:10px;
}

.menucontainer{
  background-color: #000;
  text-align: center;
  text-decoration:none;
  font-weight:bold;
  white-space: nowrap;
}

.menucontainer a, .menucontainer a:hover, .menucontainer a:link, .menucontainer a:visited{
  color:#FFFFFF;
  text-align: center;
  text-decoration:none;
}

/** Shopping Cart application **/
.SC_tabnav{
	padding: 0 0 0 0;
}
/* Selected Tab */
.SC_topmenu_selected{
  background: #e4eaec;
  padding: 0px 0px 7px 0px;
  margin: 6px 0px 0px 0px;
}
.SC_topmenu_selected a, .SC_topmenu_selected a:hover, .SC_topmenu_selected a:link, .SC_topmenu_selected a:visited{
  color: Black;
  font-weight: bold;
  font-size: 100%;
}
.SC_selbox_top div { height: 7px; background: url(WebServices/EdgeGen.php?cn=tl&h=10&w=10&ci=e4eaec&co=ffffff) no-repeat top left; }
.SC_selbox_top { height: 7px; background: url(WebServices/EdgeGen.php?cn=tr&h=10&w=10&ci=e4eaec&co=ffffff) no-repeat top right; }
/* Non-Selected tab */
.SC_topmenu_notselected{
  background: #e4eaec;
  padding: 0px 0px 7px 0px;
  margin: 6px 0px 0px 0px;
}
.SC_topmenu_notselected a, .SC_topmenu_notselected a:hover, .SC_topmenu_notselected a:link, .SC_topmenu_notselected a:visited{
  color: #909090;
  font-weight: bold;
  font-size: 100%;
}
.SC_notselbox_top div { height: 7px; background: url(WebServices/EdgeGen.php?cn=tl&h=10&w=10&ci=e4eaec&co=ffffff) no-repeat top left; }
.SC_notselbox_top { height: 7px; background: url(WebServices/EdgeGen.php?cn=tr&h=10&w=10&ci=e4eaec&co=ffffff) no-repeat top right; }

.SC_gradient_strip{
	background-color: #e4eaec;
	width: 100%;
	height: 6px;
	padding: 0 0 0 0;
}

.SC_sc_table{
	width: 75%;
	border-bottom: solid 1px #e4eaec;
	border-left: solid 1px #e4eaec;
	border-right: solid 1px #e4eaec;
}
.SC_sc_table_head{
	background-color: #e4eaec;
	color: Black;
}
.SC_sc_table_even{
  background-color: #fff;
}
.SC_sc_table_odd{
  background-color: #d4d4d4;
}
.SC_sc_table_total{
  background-color: White;
}
.SC_sc_table_total_cell{
  background-color: #9fd9d8;
}

.SC_products_even{
  background-color: #fff;
}
.SC_products_odd{
  background-color: #d4d4d4;
}
.SC_pluginCatTreeDiv{
	width: 146px;
	height: 350px;
	max-height: 350px; /** Not useful in ie6 **/
	overflow: auto;
}

/** Tables for lists **/
.admin_list {
  border-left: 1px solid #000;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  border-collapse:collapse;
}

.admin_list_head {
  border-bottom: 1px solid #000;
  text-align: center;
  white-space: nowrap;
  font-weight: bold;
}

.admin_list_sub {
  border-right: 1px solid #aaa;
}

.admin_list_sub_nowrap {
  border-right: 1px solid #aaa;
  white-space: nowrap;
}

.admin_list_item.admin_list_item_uneven {
    border-bottom: 1px solid #c3caff;
    background: #ffffff;
}

.admin_list_item.admin_list_item_uneven_light {
    border-bottom: 1px solid #294366;
    background: #cccccc;
}

.admin_list_item.admin_list_item_even {
    border-bottom: 1px solid #294366;
    background: #eeeeee;
}

.admin_list_item.admin_list_item_selected {
    border: 1px solid #000000;
    background: #fffd77;
}
/** End lists **/


/** C&B Specific **/

/* Header */

#header_push {
	width: 750px;
	height: 10px;
	margin: 0 auto;
}

/* Header inner html */

#menu {
	width: 778px;
	padding-top: 0px;
	height: 143px;
	margin: 0 auto;
	color: #000000;
	background: #F6F6F6 url(http://www.candbconstructioninc.com/templates/c_and_b/images/img02.jpg) no-repeat;
}

#menu ul {
	margin: 0;
	padding: 0px 0px 0px 24px;
	list-style: none;
}

#menu li {
	display: inline;
}

/** Menu (Side link) **/
#page_menu {
	padding-top: 0px;
}

#page_menu ul {
	margin: 0;
	list-style: none;
}

#page_menu li 
{
  list-style: none;
}

#page_menu a{
    display: block;
	height: 32px;
	width: 140px;
	padding: 4px 0px 0px 2px;
	background: #FFFFFF url(http://www.candbconstructioninc.com/templates/c_and_b/images/cb_button_inactive.png) no-repeat;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	color: #444444;
}

#page_menu a:hover{
  display: block;
	height: 32px;
	width: 140px;
	padding: 4px 0px 0px 2px;
	background: #FFFFFF url(http://www.candbconstructioninc.com/templates/c_and_b/images/cb_button_active.png) no-repeat;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	color: #000000;
}

#page_menu .page_active a
{
  display: block;
	height: 32px;
	width: 140px;
	padding: 4px 0px 0px 2px;
	background: #FFFFFF url(http://www.candbconstructioninc.com/templates/c_and_b/images/cb_button_page_active.png) no-repeat;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	color: #000000;
}

/* Page */

#page {
	width: 757px;
	margin: 0 auto;
	background: #FFFFFF url(http://www.candbconstructioninc.com/templates/c_and_b/images/img05.gif) repeat-y;
}

#page-bg 
{
  margin: 0 auto;
	padding: 0px 10px 0px 10px;
	background: url(http://www.candbconstructioninc.com/templates/c_and_b/images/img03.jpg) no-repeat;
}

/* Latest Post */

#latest-post {
	padding: 20px;
	border: 1px solid #E7E7E7;
}

/* Content */

#content 
{
	padding: 5px 0px 0px 0px;
}

.post {
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid #E7E7E7;
}

.title {
	margin: 0;
}

.title a {
	text-decoration: none;
}

.title a:hover {
	border-bottom: 1px dotted #999999;
}

.byline {
	margin: 0 0 20px 0;
}

/* container for the content */
.cognitiveSOUL_entry {
	margin: 0 auto;
  width: 100%;
}

.links {
	padding-top: 10px;
	text-align: right;
	font-weight: bold;
}

/* Footer */

#footer {
	width: 750px;
	margin: 0 auto;
	padding: 20px 0;
	background: url(http://www.candbconstructioninc.com/templates/c_and_b/images/img08.gif) no-repeat;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: smaller;
	color: #666666;
}

#footer a {
	color: #666666;
}