html, body { 
  margin: 0; 
  padding: 0;
  }

html { 
  color: #666; 
  font: 76% Arial, Helvetica, sans-serif; 
  text-align: center;
  background: #d8d8d8;
  margin: 20px;
  }

body { 
  text-align: left; 
  width: 925px; 
  margin: 0 auto; 
  line-height: 1em;
  background: #d8d8d8;	
  }

/*  Baseline values for browser consistency */

/* p, div, h1, h2, h3, h4, h5, ul, li { 
  margin: 0; 
  padding: 0;	
  } */

img { 
  margin: 0; 
  padding: 0; 
  border: 0;	
  }

ul { 
  list-style: none;	
  }

a:link, a:visited, a:active { 
  color: #0e7fc7; 
  text-decoration: none; 
  outline: 0;	
  }

a:hover { 
  text-decoration: underline;	
  }

blockquote {
  background-color: transparent;
  border-left: 2px solid #ccc;
  margin: 4px 0 15px 4px;
  padding: 1px 8px 1px 12px;
  }

.clear { 
  clear: both; 
  height: 0px;	
  }

.hide { 
  display:none;	
  }

.left {
  float: left;
  }

.right {
  float: right;
  }

/* @end */

/* @group SuperNav */

#masthead { 
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 10px; 
  text-align: right; 
  width: 925px; 
  margin: 0 auto;
  }

/*********** Top Links *************/
/***********************************/
#toplinks {
  font: Arial, Helvetica, sans-serif;
  font-size: 10px;
  margin: 0;
  padding: 0;
  }
  
#toplinks ul {
  text-decoration: none;
  margin: 0;
  padding: 10px 5px 10px 0;
  }
  
#toplinks li {
  display: inline;
  }
  
#toplinks a:link, #toplinks a:visited {
  padding: 3px 10px 5px 5px;
  color: #666666;
  text-decoration: none;
  }
  
#toplinks a: hover {
  color: #FF6600;
  }

/******** Site Navigation **********/
/***********************************/

#navigation {
  background: url(images/nav_bg.jpg) top left no-repeat;	
  height: 35px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;  
  }
  
#navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-top: 12px;
  }
  
#navigation li {
  display: inline;
  }
  
#navigation ul li {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 5px 5px;
  padding: 0 0 0 20px;
  list-style: none;
  background: url(images/mainNav_bullet.jpg) no-repeat 9px;
  }

#navigation a:link, #navigation a:visited {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin-right: 2px;
  padding: 3px 15px 2px 10px;
  color: #FFFFFF;
  text-decoration: none;
  }
  
#navigation a:hover #navigation a:active {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #333333;
  }





/* @group Page Structure */

#header { 
  clear: both;	
  }

#wrapperWit { 
  /* background: transparent url(images/wrapper_column.gif) top left repeat-y; 
  border-top: 1px solid #000000; */
  margin: 0;
  padding: 0;	
  }

#wrapperWit #contentNew { 
  width: 580px; 
  padding: 0 0 40px 25px;
  float:left; 
  }

#wrapperWit #gooey { 
  background: transparent url(images/wrapper_column_bottom.gif) bottom left no-repeat;
  }

/* HOME PAGE*/
#home #wrapperWit { 
  background-color: #fff; background-image: none; 
  border-top: 1px solid #fff;	
  }

#home #wrapperWit #gooey { 
  background: transparent url(images/wrapper_column_bottom.gif) bottom left no-repeat;	
  }

#home #contentNew  h3 { 
  font-family: Arial, Verdana, sans-serif; 
  font-weight: normal; 
  letter-spacing: -.01em; 
  line-height: 1em; 
  text-align: left; 
  font-size: 25px; 
  padding: 25px 0 10px 0; 
  margin: 0;
  height:30px;
  color:#FF3A00;	
  }
   
#home #contentNew  h4 {  
  margin: 0; 
  padding: 0; 
  line-height: 1em; 
  font-size: 14px; 
  padding: 10px 0 5px 0; 
  margin: 0;
  color:#333;	
  }
	












	


#search {	
  padding: 0;	
  margin: 0;
  }

#search .textfield {	
  width: 150px;	
  color: #666;
  margin: 0;	
  padding: 2px;	
  font: 11px/11px verdana, arial,sans-serif;
  float: left;
  }

#search .search_button {	
  margin: 0;	
  padding: 0;	
  position: relative;	
  left: 5px;	
  top: -1px;	
  float: left;
  }	
	
#gooey:after { 
  content: "."; display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;	
  }

/******** Start of Header Icons ********/
/***************************************/

#home_banner { 
  background: #FFFFFF url(images/ci_main.jpg) top left no-repeat;
  height: 245px; 
  width: 925px;
  }

#home_banner ul { 
  float: right; 
  width: 286px; 
  color: #fff; 
  margin-top: 27px; 
  line-height: 14px;	
  }

#home_banner ul li { 
  clear: left;
  }

#home_banner ul li a { 
  color: #fff; 
  padding: 9px 0 10px 0; 
  display: block; 
  width: 250px;
  height:31px;	
  }

#home_banner ul li a:hover {
  background: url(images/icon_background.png) no-repeat; 
  /* background-color: #3E0000; */
  text-decoration: none;
  }

#home_banner ul img { 
  float: left; 
  clear: left; 
  padding: 0 10px 0 6px; 
  position: relative; 
  top: -3px; 
  left: 0; 
  }

#home_banner ul a em { 
  font-size: 11px; 
  color: #F46830; 
  font-style: normal;
  }
  
/***************************************/
/***************************************/

#contentNew  { 
  color: #444; 
  padding-top: 1px;	
  }

#contentNew  p { 
  line-height: 16px; 
  }
	
#contentNew  h2 { 
  font-family:  Arial, Verdana, sans-serif; 
  font-weight: normal; 
  line-height: 1em; 
  text-align: left; 
  font-size: 25px; 
  padding: 25px 0 10px 0; 
  margin: 0;
  color:#FF3A00;	
  }
	
#contentNew  h3 { 
  line-height: 1em; 
  font-size: 14px; 
  padding: 15px 0 5px 0; 
  margin: 0;
  color:#333;	
  }
	
#contentNew  .date {
  color:#999;
  font-size:12px;
  }
	
#contentNew  .entries h3 {
  padding:0;
  }
	
#contentNew  .entries {
  padding: 0 0 30px 0;
  }
	
#contentNew  .entries p {
  padding: 4px 0;
  }

#home #news { 
  float: right; 
  width: 250px;
  padding: 0 25px;	
  margin: 35px 0;	
  border-left: 1px solid #ccc;
  }

/* CodeIgniter News Image Replacement */
#home #news h4{	background: url(images/text_codeigniter_news.gif) top left no-repeat;	width: 165px;	height: 16px;	overflow: hidden;	}

#home #news h4 span{ height: 0px;width: 0px;overflow: hidden;display: block;font-size: 1px;}

#home #news h5{ font-size: 13px;padding: 15px 0 2px 0;}

#home #news em.date {font-size: 11px;color: #999;font-style: normal;}

#home #news p{margin:0;padding: 4px 0;line-height: 15px;}

#home #news p.archives{	margin:0;	padding: 15px 0 10px 0;	line-height: 15px;}

/* @end */


/******** Start of Footer Elements ********/
/******************************************/

#footer { 
  font-size: 11px; 
  margin-top: 16px;
  background: #fff;	
  }

#footer .item .details { 
  line-height: 15px;	
  }

#footer .item { 
  float: left; 
  padding: 0 20px;
  background: transparent url(images/footer_borders.gif) bottom right no-repeat;
  }

#footer .one { 
  width: 348px;
  }

#footer .two { 
  width: 200px;
  }

#footer .three { 
  width: 248px;	
  }

#footer .image { 
  float: left; 	
  }

#footer .details { 
  min-height: 30px;	
  }

#footer h4 { 
  margin: 20px 0 0 0; 
  height: 20px;	
  }

#footer .last { 
  background: transparent;	
  }

#footer li { 
  background: transparent url(images/footer_list_bullet.gif) 0 3px no-repeat;
  padding: 0 0 4px 12px;
  }

#footer .footer_button {
  margin:10px 0 20px 0;
  }

#footer ul.ci_sites { 
  float:left; 
  padding-left:20px;
  width:126px;
  }

#footer ul#support li { 
  float: left;	
  }

#footer ul#support li.groupOne { 
  width: 100px;	
  }

#footer #elements { 
  min-height:15px;	
  }

#copyright { 
  margin: 25px 0;	
  color: #333333;
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 11px; 
  line-height: 18px; 
  text-align: center; 
  }	

#copyright a:link, #copyright a:visited {
  color: #fff;	
  }
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
/********** Start of Date **********/ 
.date {
  background: url(images/date.gif) no-repeat;
  height: 54px;
  margin-bottom: 0px;
  width: 54px;
  text-align: center;
  float: left;
  margin-top: 15px;
  margin-right: 15px;
  }

.date .month {
  display: block;
  color: #C47F1A;
  padding: 2px 0px;
  text-align: center;
  text-transform: uppercase;
  font-size: 10px;
  margin-top: 2px;
  font-weight: bold;
  margin-bottom: 3px;
  }

.date .day {
  display: block;
  color: #FFFFFF;
  font: 2.3em Georgia;
  padding-top: 0px;
  text-align: center;
  margin-top: -8px;
  }
  
  
  
  
  
  
  
  
.titles { 
  font-weight: normal; 
  border-bottom-width: 0; 
  font-size: 24px; 
  text-decoration: none; 
  underline: none;
  }

.titles a:link, .titles a:visited, .titles a:active {
  text-decoration: none;
  underline: none;
  font-size: 24px;
  font-weight: normal;
  border-bottom-width: 0;
  }
  
  
  
  
  
.headings {
  margin-bottom: 15px; 
  padding-top: 26px;
  padding-left: 15px;  
  margin-left: 5px;
  } 
  
  
  
  
  
  
  
/********** Start of Content **********/ 

.post p {
  padding: 5px 0px 0px 0px;
  /* 20px top margin */
  /* 10px right margin */
  /* 15px bottom margin */
  /* 0px left margin */
  text-align: justify;
  }

#content .post-title a { 
  border-bottom-width: 0; 
  }

#content .post p.img { 
  float: left; 
  margin: 0 5px 0 0; 
  }

#content .post p.img img { 
  padding: 8px; 
  border: 1px solid #d0d0d0; 
  background-color: #eeeeee; 
  }

#content .post-footer { 
  font-size: 90%; 
  color: #888888;
  margin-bottom: 5px; 
  padding:5px 5px 5px 15px;
  background-repeat: none;
  background-color: #FFFAEE;
  border: 1px solid #F4E8CA;
  }
  
  
  
  
  

  
  
  
  
  
  
  
  
  
  

/********** Start of Sidebar **********/
#sidebar {
  margin: 0px;
  }
  
#sidebar ul {
  margin: 0;
  padding: 10px 10px 10px 0px;
  list-style: none;
  }
  
#sidebar ul li {
  margin: 0 0 10px 5px;
  padding: 0 0 0 25px;
  list-style: none;
  background: url(images/bullet.gif) no-repeat 6px;
  }
  
#sidebar a:link, a:visited {
  font-weight: normal;
  font: Arial, Helvetica, sans-serif;
  font-size: 11px;
  text-decoration: none;
  color: #666666;
  }
  
#sidebar a:hover, a:active {
  text-decoration: none;
  color: #CCCCCC;
  }
  







.sideblock {
  padding: 5px 10px;
  margin-bottom: 20px;
  background-color: #F7F7F7;
  border: 1px solid #E2E2E2;
  }

.sideblock ul { }

.sideblock h3 { 
  margin-top: 5px; 
  font-size: 14px; 
  color: #DCA345; 
  font-weight: bold; 
  }
  




/* Search */

#search {
  float: right;
  width: 242px;
  margin: 15px 10px 10px 0;
  padding: 2px 0;
  w\idth: 230px;
  height: 24px;
  background: url('images/search-bgd.png') no-repeat;
  position: relative;
  }

#search input.text {
  background: none;
  border: none;
  color: #333333;
  width: 186px;
  margin: 0 4px 0 8px;
  w\idth: 168px;
  }
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
/**********************************Styling the form**********************************/
input.txt {
  color: 00008B;
  /* background: url(images/smallshadow.gif);
  border: 0px inset #00008B; */
  width: 300px;
  }
  
textarea.txt {
  color: 00008B;
  background: url(images/bigshadow.gif); 
  border: 0px inset #00008B;
  width: 300px;
  }
  
select.txt {
  color: 00008B;
  /* background: url(images/bigshadow.gif); */
  border: 1px inset #00008B;
  width: 300px;
  }
  
form p {
  clear: left;
  margin: 0;
  padding-left: 20;
  padding-top: 13px;
  }
  
form p label {
  float: left;
  width: 25%;
  font: bold 11px arial;
  color: #000000;
  }
  
img.txt {
  clear: right;
  margin: 0;
  padding-left: 135px;
  }
  
textarea {
  width: 575px;
  }
  
.btn {
  float: left;
  clear: right;
  }

#search input.submit-button {
  position: absolute;
  top: 5px;
  right: 10px;
  }
