
  body {
    background-color: #3C3C3C;
    color: #BBBBBB;
    font-size: 1em;
    margin: 0px;
    padding: 0px;
    /* Standard. Readable */
  }
  .lb img {
	  margin-left:30px;
  }
h1
{
  font-size: 1.5em;
}
h2
{
  font-size: 1.5em;
  border-style:solid;
  border-width: 0px 0px 1px 6px;
  padding-left:20px;
  border-color: orange;
}

h3
{
  font-size: 1.2em;
  border: solid lightskyblue;
  border-width:0px 0px 2px 0px;
}
h4
{
  font-size: 14px;
}

h5
{
  font-size: 12px;
}

h6
{
  font-size: 10px;
}

  p
  {
    margin: 8px 0px 8px 0px;
  }

  hr  
  {
    color: #FFFFFF;
    background-color: #FFFFFF;
    margin: 8px 0px 8px 0px;
  }

  img {
    border-style: none;
  }

  form {
    font-size: 1em;
  } 

  input, select, option, textarea
  {
    font-size: 1em;  
    text-align: left;
  }

  a:link, a:visited {
    color: #4D8ABF;
    font-weight: bold;
    text-decoration: none;
  }

  a:hover {
    text-decoration: underline;
    color: #FF3333;
  }

  a:active {
    color: #3333FF;
  }

  code, pre {
    font-family: 'Courier New', Courier, Fixed;
  }
  
  pre {
    overflow: auto;
    padding: 0px;
  }
  code {
    color: #FFF;
    background-color:#003366;
  }
blockquote {
  color: #FFF;
  margin: 0px 0px 0px 30px;
  padding: 5px 5px 5px 10px;
  border-left: 5px solid #ddd;
  background-color:#003366;
  font-size:.8em;
  white-space:pre-wrap;
}
  #page {
    background-color: #535669;
	min-width:1000px;
    max-width: 80%;
    margin-left:auto;
    margin-right:auto;
    border: 1px solid #878787;
  }

  #header {
    background-repeat: no-repeat;
/**    background-image: url('images/header750x100.jpg');
**/
    min-height: 25px;
    border-color: #878787;
    color: #FFFFFF;
    background-color: #1D287D;
    font-family: 'Trebuchet MS', 'Gill Sans', Helvetica, sans-serif;
    margin: 0px;
    border-width: 0px 0px 1px 0px;
    border-style: solid;
    font-size: 1.4em;
    font-weight: bold;
  }
  #logo {
	  height:120px;
	  background-image: url("images/header.jpg");
	  background-repeat:no-repeat;
	  margin: 0px;
	  text-align: right;
	  padding-right: 10%;
	  padding-top: 30px;
	  font-size: 4em;
  }
  #logo a:link, #logo a:visited, #logo a:hover{
    color: white;
    font-weight: bold;
	text-decoration: underline  red;
	font-family:Century;
  }
  
  #footer {
    clear: both;
    background-color: #EEEEEE;
    color: #6189A2;
    background: #EEEEEE;
    border-top: 1px solid #878787;
    padding: 10px;
    text-align: left;
  }

  h1, h2, h3, h4, h5, h6 {
    color: #D0D0D0;
  }

  #maincontent .blog_subject {
    color: #D0D0D0;
    font-family: 'Trebuchet MS', 'Gill Sans', Helvetica, sans-serif;
    font-size: 2em;
    font-weight: bold;
    margin: 0px;
  }

  #maincontent .blog_subject img
  {
    /* padding: top right bottom left */
    padding-left:30px;
    float: right;
  }

  #maincontent .blog_date {
    color: #999999;
  }

  #maincontent .blog_categories {
    color: #999999;
  }

  #maincontent .blog_body_solid  {
    color: #BBBBBB;
    background-color: #3C3C3C;
    border-color: #BBBBBB;
    padding: 1px;
    border-width: 0px 0px 1px 0px;
    border-style: solid;
  }

#maincontent .blog_body_clear
{
  padding: 0px;
  border-color: #FFF;
  border-width: 0px;
  border-style: solid;
}

#maincontent .blog_byline
{
  color: #999999; /* date_txt_color */
  font-size: .9em;
  margin-bottom: 10px;
}
#pagebody{
	max-width:100%;
	max-height:100%;
	}
  
  #maincontent {
	max-width: 100%;
    min-width: 545px;
    background-color: #535669;
    padding: 10px;
   
  }

  #sidebar {
    max-width: 400px;
    float:right;
    background-color: #525252;
    border-left: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    padding: 10px;
    	max-height:100%;

  }

  #sidebar .menu_body {
    border-color: #FFFFFF;
    padding: 10px;
    border-width: 1px;
    border-style: dashed;
  }

#sidebar .menu_title
{
  font-family: 'Trebuchet MS', 'Gill Sans', Helvetica, sans-serif;
  font-weight: bold;
}

#sidebar .menu_title a
{
  text-decoration: none;
  color: inherit;
}


  #archive_tree_menu li
  {
    margin: 0px;
    padding: 0px;
    /* border: 1px #F0F dashed; */
  }

#sidebar .divider {
  margin: 8px 0px 8px 0px;
}

#sidebar .calendar a
{
  font-weight: bold;
  text-decoration: none;
}

.divider { margin: 20px 0px 15px 0px; }


	
/* -------------------- Tables -------------------- */

.data_table table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	padding-bottom: .4em;
	margin-bottom: .8em;
	background: white;
	}
	.data_table th, .data_table td {
		padding: .2em .4em 0 .4em;
		border: 1px #b5d0dc solid;
		text-align: left;
		vertical-align: top;
		}
	.data_table th {
		background: #f0f6f8;
		font-weight: bold;
		}
	.data_table caption {
		padding: .4em .4em .2em .4em;
		font-size: 1.1em;
		background: #dae7ed;
		border: 1px #b5d0dc solid;
		border-bottom: none;
		text-align: left;
		vertical-align: top;
		}
			
	/* -------------------- Forms -------------------- */

	input { cursor: pointer; }
	
	input[type='text'],
	input[type='password'],
	textarea {
		/* color: #2e2812;
		background: #fefaec;
		*/
		cursor: text;
		}
		
	input[type='button'],
	input[type='submit'],
	select {
		vertical-align: middle;
		}
		
	input[type='checkbox'] {
		vertical-align: bottom;
		}
	
	legend {
		padding: 0 6px;
		}
		
	fieldset {
		padding: 10px;
		margin: .8em 0;
		border: 1px solid #aac0e9;
		}
	
	select { padding: .1em .2em 0 .2em; cursor: pointer; }
	option { padding: 0 .4em; }
	
	input[type='text']:focus,
	input[type='password']:focus,
	textarea:focus {
		background: white;
	}
	
	.linerule {
		border-bottom: 1px dotted #aac0e9;
		margin-bottom: 1.4em;
	}

/* -------------------- Admin Forms -------------------- */

.defaultform {
	width: 480px;
	}
	
	/* Supporting Styles */
	
	.defaultform label {
		font-size: 1.0em;
		}
	
	.defaultform .note {
		font-size: 0.9em;
		line-height: 1.3em;
		margin-bottom: 0.5em;
		display: inline-block;
		color: #92865c;
		}
	.defaultform .optional {
		color: #4AAB27;
		font-size: 0.7em;
		text-transform: uppercase;
		font-weight: bold;
		}
		
	.defaultform textarea,
	.defaultform input[type='text'],
	.defaultform input[type='password'] {
		width: 458px; /* w-22 */
		}
	
	
	/* Field width = (form width / n) - 22 */
	/* Column width = (form width / n) - 16 */
	
	/* These are explicit classes for IE6 which can't handle the psuedo-selectors input[type='text'] */
	
	.defaultform .single { width: 458px; }
	.defaultform .double { width: 218px; }
	.defaultform .triple { width: 138px; }
	.defaultform .quadruple { width: 98px; }
	
	/* One Column */
	.defaultform .column_single {
		float: left;
		display: block;
		width: 464px;
		margin-right: 15px;
		margin-bottom: 10px;
		}
		.defaultform .column_single textarea,
		.defaultform .column_single input[type='text'],
		.defaultform .column_single input[type='password'] {
			width: 458px;
			}
			
	/* Two Column */
	.defaultform .column_double {
		float: left;
		display: block;
		width: 224px;
		margin-right: 15px;
		margin-bottom: 10px;
		}
		.defaultform .column_double textarea,
		.defaultform .column_double input[type='text'],
		.defaultform .column_double input[type='password'] {
			width: 218px;
			}
	
	/* Three Column */
	.defaultform .column_triple {
		float: left;
		display: block;
		width: 144px;
		margin-right: 15px;
		margin-bottom: 10px;
		}
		.defaultform .column_triple textarea,
		.defaultform .column_triple input[type='text'],
		.defaultform .column_triple input[type='password'] {
			width: 138px;
			}
	
	/* Three Column */
	.defaultform .column_quadruple {
		float: left;
		display: block;
		width: 104px;
		margin-right: 15px;
		margin-bottom: 10px;
		}
		.defaultform .column_quadruple textarea,
		.defaultform .column_quadruple input[type='text'],
		.defaultform .column_quadruple input[type='password'] {
			width: 98px;
			}

                div #toggleSetupLanguage, #toggleSetupGeneral, #toggleSetupEntries, #toggleSetupSidebar, #toggleSetupTrackbacks, #toggleSetupComments, #toggleSetupCompression
                {
                        border-color: #FFFFFF;
                }

