/********************************************
   AUTHOR:  			Erwin Aligam 
   WEBSITE:   			http://www.styleshout.com/
   TEMPLATE NAME: 	SimpleBlog 1.0
	TEMPLATE CODE: 	S-0007
   VERSION:          1.0          	
 *******************************************/
 
/********************************************
   HTML ELEMENTS
********************************************/ 
/*test */
#header h2#AddThisDotCom {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 1em 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #FFF;
	/* change the values of top and Left to adjust the position of the slogan
    top was 48px
    */
	top: 30px; left:300px;		
}


.classItalic
{
    font-style:italic;
}
/* Top Elements */
* { margin: 0; padding: 0; }
.centerAlign
{
    text-align:center
}
body {
	background: #FFF;
	font: normal 70%/1.5em Verdana, Tahoma, Verdana, sans-serif;
	color: #333; 
	text-align: center;
}
/* newly added 11/18/2008 */
tr
{
    vertical-align:top;
}



/* links */
a {
	background: inherit;
	text-decoration: none;
	color: #667F99;	
}
a:hover {
	background: inherit;
	color: #996800; 
}
/* headers */
h1, h2, h3 {
	font-family: Verdana, Tahoma, 'Trebuchet MS', Sans-serif;
	font-weight: Bold; 		
}
h1 { font-size: 120%; }
h2 { font-size: 110%; text-transform: uppercase; }
h3 { font-size: 110%; color: #007E80; }

h1, h2, h3, p {
	margin: 0;
	padding: 10px;		
}
div.RightSideNewsletter
{
    padding-left:10px;
}
ul, ol {
	margin: 10px 20px;
	padding: 0 20px;
}

/* Images */
img {
	border: 2px solid #CCC;
}
img.float-right {
  margin: 5px 0px 5px 10px;  
}
img.float-left {
  margin: 5px 10px 5px 0px;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'LupIDa Console', 'courier new', monospace ;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}

/* blockquote */
blockquote {
	margin: 10px;
 	padding: 0 0 0 28px;  
   border: 1px solid #f2f2f2; 
  	background: #FAFAFA url(quote.gif) no-repeat 5px 5px;    
}

/* form elements  border: color is #f2f2f2 */
form {
	margin:10px; padding: 0 5px;
	border: 1px solid #f2f2f2; 
	background-color: #FAFAFA; 
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding:2px;
	border:1px solid #eee; /*#eee*/
	font: normal 1em Verdana, sans-serif;
	color:#777;
}

textarea {
	width:400px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bolder 12px Arial, Sans-serif; 
	border: 1px solid #CCC; 
	padding: 2px 3px; 
	background: #FFF;
	color: #275F6C;
}
/* search form */
form.search {
	padding: 0; margin: 0; 
	vertical-align: bottom; 
	border: none;
	background-color: transparent;
}
form.search input.textbox { 
	margin: 0; padding: 1px;
	width: 120px;
	border: 1px solid #CCC; 
	background: #FFF;
	color: #333; 
}
form.search input.button {
	height: 20px;
	padding: 1px 3px;
	width: 60px;
}

/********************************************
   LAYOUT wrap width wuz 833 px
********************************************/


div#columns {
    position: relative;
    width: 1243px; /*was 943px 1343*/
    top: 0px;
    
}
div#side1 {
    position:absolute;
    width:0px; /*90px*/
    top: 15px;
    left:0px;
    
}
div#content {
    position: absolute;
    width: 733px;
    top: 0px;
    left: 100px;/*100px */
    
}

#wrap {
	width: 833px;
	background: url(bg.jpg) repeat-y center top;
	margin: 0 auto;
	text-align: left;
	left: 0px;
}
/* header  wuz 91*/
#content-wrap {
	position: relative;
	width: 92%;
	margin: 0 auto;
	padding: 0;	
}
/* header */
#header {
	position: relative;
	width: 833px;
	height: 85px; /* was 100 */
	background: #FFF url(header.jpg) no-repeat center top;
	margin: 0; padding: 0;
	font-size: 14px;
	color: #FFF;
}
#header h1#logo {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 42px 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	color: #FFF;
	text-transform: none;
	
	/* change the values of top and Left to adjust the position of the logo*/
	top: 19px; left: 53px;	
}
#header h2#slogan {
	position: absolute;
	z-index: 9999999;
	margin: 0; padding: 0;
	font: bold 12px 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #FFF;
	
	/* change the values of top and Left to adjust the position of the slogan*/
	top: 65px; left:75px;			
}
#header #searchform {
	float: right;
	padding: 15px 40px 0 0; /*was:  45px 40px 0 0 */
	display: inline;
}
/* menu  height used to be 26*/
#menu {
	clear: both;
	width: 833px;
	height: 25px;
	background: #FFF url(menubg.jpg) repeat-y;
	margin: 0;
	font: bolder 11px/26px Tahoma, Verdana, Arial, Sans-Serif;			
}
#menu ul{
	margin: 0; padding: 0 0 0 35px;
}
#menu ul li {
	float: left;
	list-style: none;		
}
#menu ul li a {
	display: block;
	text-decoration: none;	
	padding: 0 10px;
	background: inherit;
	color: #FFF;
}
#menu ul li a:hover {
   background: #FFF; 
	color: #333;  
}
#menu ul li#current a {	
	background: #30899F; 
	color: #FFF;	
}

#menu2 {
	clear: both;
	width: 833px;
	height: 26px;
	background: #FFF url(menubg2.jpg) repeat-y;
	margin: 0;
	font: bolder 11px/26px Tahoma, Verdana, Arial, Sans-Serif;			
}

#menu2 ul{
	margin: 0; padding: 0 0 0 35px;
}
#menu2 ul li {
	float: left;
	list-style: none;		
}
#menu2 ul li a {
	display: block;
	text-decoration: none;	
	padding: 0 10px;
	background: inherit;
	color: #FFF;
}
#menu2 ul li a:hover {
   background: #FFF; 
	color: #333;  
}
#menu2 ul li#current a {	
	background: #30899F; 
	color: #FFF;	
}

/* Main wuz 72 percent */
#main {
	float: left;	
	width: 74%;
	padding: 0;	margin: 0;	
}
#main h1 {
	color: #667F99; 
	border-bottom: 1px solid #CCCCCC;
	background: #F6F6F6 url(arrow.gif) no-repeat 5px 50%;	
	padding: 3px 0 3px 20px;	
	margin: 10px 0 0 0;
}

.post-footer {
	background-color: #FAFAFA;
	padding: 5px; margin: 20px 10px 0 10px;
	border: 1px solid #f2f2f2;
	font-size: 95%;	
}
.post-footer .date {
	background: url(clock.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .comments {
	background: url(comment.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url(page.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

/* sidebar  wuz 26%*/
#sidebar {
	float: right;
	width: 24%;
	padding: 0; margin: 0;		
}	
#sidebar h1 {
	margin: 10px 0 0 0; 
	padding: 3px 10px; 
	font: bold 120% Tahoma, Verdana, Sans-Serif;	
	color: #FFF;	
	background: #B6B8BB;	
}
#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 3px 0px 8px 0; padding: 0;
	text-decoration: none;	
}
#sidebar ul.sidemenu li {
	border-bottom: 1px solid #EFF0F1;
	background: url(bullet.gif) no-repeat 2px 3px ;
	padding: 2px 0 2px 25px;
	margin: 0 2px;			 
}

* html body #sidebar ul.sidemenu li { height: 1%; }

#sidebar ul.sidemenu a {
	font-weight: bold;
	padding: 2px 0; 		
	background: none;
}

/* footer */
#footer {
	clear: both;
	color: #66737B;
	font: normal 90% Verdana, Tahoma, sans-serif;
	background: #FFF url(footerbg.jpg) no-repeat center top;	
	width: 833px;
	height: 60px;
	text-align: center;
	padding: 8px 0 0 0;
	margin: 0 auto;	
}
#footer a { text-decoration: none; }

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* additional classes */
.clear { clear: both; }
.gray { color: #CCC; }


/*newly added by drake below */
.SearchBoxHead
{
  border-right: #0468a4 1px solid;
  border-top: #0468a4 1px solid;
  border-bottom: #0468a4 1px solid;
  border-left: #0468a4 1px solid;
  background-color: #2B798D;/*was #0583b5 , other value of white is FFFFFF*/
  font-family: Verdana, Arial;
  font-weight: bold;
  font-size: 8pt; /* was 10 */
  color: #f5f5dc;
  text-align: center; 
}
.SearchBoxContent
{
  border-right: #0468a4 0px solid;
  border-top: #0468a4 0px solid;
  border-left: #0468a4 0px solid;
  border-bottom: #0468a4 0px solid;
  background-color: transparent;
  /* was background-color: #CCCCCC; /* was 8bc8dd*/
  font: normal 90%/1.5em Verdana, Tahoma, Verdana, sans-serif;
  /* was 
  font-family: Arial, Verdana;
  font-size: 9pt;
    color: darkblue;
    */
  
  padding-top: 5px;
  padding-left: 12px;
  padding-bottom: 0px; /* was 5 */
}
.SearchBox
{
   font: normal 80%/1.5em Verdana, Tahoma, Verdana, sans-serif;
  /* was 
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 9pt;
*/
  margin-bottom: 1px; /*was 5 */
}


/* 
My Customized styles
*/

.tableBorder {
	border-bottom: 1px solid gray;
	border-top: 1px solid gray;
	padding: 2px 2px 2px 2px;
		 
}

.tableBorderMiddle
{
    border: 1px solid gray;
    padding: 2px 2px 2px 2px;
}

.tableBorderLeft
{
    border-left: 1px solid gray;
    padding: 2px 2px 2px 2px;
}

.tableBorderRight
{
    border-right: 1px solid gray;
    padding: 2px 2px 2px 2px;
}

.AdminTitle
{ 
  color: Black;
  font-family: Verdana, Helvetica, sans-serif;
  text-decoration: none;
  font-size: 21px;
  font-weight: bold;
  line-height: 25px;
} 
.AdminPageText
{ 
  color: Navy;
  font-family: Verdana, Helvetica, sans-serif;
  text-decoration: none;
  font-size: 12px;
}


/*newly added to the chillin control datalist */
.ListHead
{      
  border-right: #2D7B8F 1px solid;/*01a647*/
  border-top: #2D7B8F 1px solid;
  border-left: #2D7B8F 1px solid;
  border-bottom: #2D7B8F 1px solid;
  background-color: #2D7B8F; /*30b86e*/
  font-family: Verdana, Arial;
  font-weight: bold;
  font-size: 10pt;
  color: #2D7B8F;/*f5f5dc*/
  padding-left: 3px;
  text-align: center;
}
.ListContent
{
  border-right: #2D7B8F 1px solid;
  border-top: #2D7B8F 1px solid;
  border-left: #2D7B8F 1px solid;
  border-bottom: #2D7B8F 1px solid;
  background-color: #2D7B8F;/*2D7B8F 9fe1bb*/
  text-align: center;
}
a.Unselected
{      
  font-family: Verdana, Arial;
  font-weight: bold;
  font-size: 9pt;
  color: #5f9ea0;
  line-height: 25px;                              
  padding-left: 5px;                              
  text-decoration: none;
}                
a.Unselected:hover                      
{                
  padding-left: 5px;                              
  color: #2e8b57;
}                
a.Selected                              
{                
  font-family: Verdana, Arial;                    
  font-weight: bold;                              
  font-size: 9pt;
  color: #556b2f;
  line-height: 25px; 
  padding-left: 5px;
  text-decoration: none;
}
