/* Hitek Theme */

body {
	margin:0;
	text-align: left;
	background: #353535 url(../../images/theme/bg.png) repeat-y;
	font: 11pt/15pt Verdana, Helvetica, sans-serif;
	color: #fff;
	}
	
	
#sidebar {
   width: 140px;
   padding-left: 10px;
   float: left;
   margin-left: 0px;
}

#container {
   width: 722px;
   margin: 0px;
   padding: 0px;
}

#right {
	margin: 0 0 0 0px;
	width: 556px;
	text-align: left;
	background: transparent;
	font-size: 80%;
	float: right;
	}
	
#header { 
	margin: 0 1px 0px 1px;
	width: 554px;
	height: 110px;
	text-align: center;
	}
	
* html #header {
   margin-left: 3px;
}

#content {
	margin-top: 7px;
	}

#main { 
	width: 520px;
	margin-left: 20px;
	margin-right: 16px;
	padding: 1px;
	}

#search {
	height: 100px;
	}
		
#footer {
	margin-top: 7px;
	height: 35px;
	text-align: center;
	}
	
#footer a { border: none; }
#footer img { border: none; margin-top: 10px; }
	
/*+-------------------------------------------+
  |   			LINKS 						  |
  +-------------------------------------------+*/
  a {
   background-color: transparent;
  	color: #455063;
  	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted #455063;
	}
	
 a:hover { 
    background-color: transparent;
    color: #fff; 
    border-bottom-color: #fff; 
 }
/*+-------------------------------------------+
  |   			UTILITY 					  |
  +-------------------------------------------+*/
  
  em {
     color: #fff; 
     font-style: normal;
     font-weight: bold;
  }
  
  h1, h2, h3, h4, h5, h6 {
   background-color: transparent;
   color: #3A4556;
  	margin: 0;
	padding: 0;
	text-shadow: #717885 0em 0em 0em;
	}
	
  form, div { padding: 0; margin: 0; }
  p { margin: 0 0 1em 0; padding: 0; }
  img { border: 0; }
  
  pre {
     font-size: 1em;
  }
  
  #main  ul {
      width: 290px;
      margin-top: 15px;
      margin-left: 10px;
      padding: 0px;
   }

   #main ul li {
      list-style-type: disc;
      margin-left: 20px;
      list-style-position: outside;
   }
  
  
/*+-------------------------------------------+
  |   			HEADER 						  |
  +-------------------------------------------+*/
  
#logo {
   margin: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
   text-align: left;
	}

h1#sitename {
   padding-top: 30px;
   font-size: 3.1em;
   font-weight: 800;
	border: 0px;
	margin-left: 30px;
	margin-top: 10px;
	float: left;
}

* html h1#sitename {
   margin-top: 2px;
	line-height: 105%;
}

h1#sitename a { 
   color: #fff; 
   text-decoration: none; 
	border: 0px;
}

#logo h2 { 
   /*color: #fff; padding-top: .2em; font-size: 1.2em; text-decoration: underline;*/
   display: none;
   }

#shadow {
   height: 13px;
   width: 554px;
   margin-left: 1px;
   background: url(../../images/theme/top_shadow.png) no-repeat;
}

* html #shadow {
   margin-left: 3px;
}

#tabs {
   clear: both;
   float: right;
   margin: 10px 0 0 0px;
}

* html #tabs {
   margin-top: 4px;
}

.tab {
   display: inline;
   padding: 5px;
   height: 40px;
   background: #79818E;
   /* active: A1ADC4 */
}

.tab a, .tab a:active, .tab a:hover, .tab a:visited {
   margin-top: 7px;
   color: white;
   font-size: 1.4em;
   font-weight: bold;
   font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
   text-decoration: none;
   border: 0px;
   height: 40px;
   padding-top: 5px;
}

.tab:hover {
   background: #B3BCCC;
   color: #333;
}

.active_tab {
   background: #B3BCCC;
   color: #333;
}

* html .tab {
   padding-top: 4px;
   border-left: 1px solid #000;
   border-right: 1px solid #000;
}
/*+-------------------------------------------+
  |   			        SEARCH     						    |
  +-------------------------------------------+*/	

 #sform { padding-top: 25px; }
 
 #sidebar #searchform #s {
	width: 130px;
	margin-top: 0px;
	}

 #sidebar #searchsubmit {
	padding: 1px;
	}
	
 #search-results {
  padding: 2px;
  }

/*+-------------------------------------------+
  |   			POST 						                  |
  +-------------------------------------------+*/
  .post {
  	margin: 0 0 20px 5px;
	padding-bottom: 10px;
	border-bottom: 1px solid #C4CFE0;
	}
	
	.individual {
	   border-bottom: 0px;
	}
.post h2 {
  	font: normal 2em Helvetica, Verdana, Helvetica, sans-serif;
  	font-weight: 900;
}
	 
  h1.title a, h1.title {
      font-family: Helvetica, Arial, Helvetica, sans-serif;
      font-size: 1.6em;
      line-height: 90%;
      width: 375px;
      border: 0px;
      margin-top: 5px;
      font-weight: 900;
      font-weight: bolder;
    	color: #C4CFE0;
    	padding-bottom: 4px;
   	text-shadow: #545C6B 0.1em 0.1em 0.2em;
  } 

  h1.title a:hover {
     border: 0px;
     color: #fff;
     background: #77808e;
  	  text-shadow: #545C6B 0.1em 0.1em 0.2em;
  }
  
  .post h2 a {
  	color: #C4CFE0;
	text-decoration: none;
	border: none;
	}
	
.post h2 a:hover {
 	color: #fff;
}
	
  p {
     width: 325px;
  }
    
  blockquote {
     width: 300px;
     margin-left: 0px;
     font-style: italic;
     border: 3px solid #465163;
     background: #4F5B6E;
     padding: 9px 15px 0px 8px;
  }
  
  blockquote p {
     width: 290px;
     margin-left: 8px;
     margin-right: 8px;
  }
  
  blockquote a,blockquote a:hover {
     color: white;
     border-bottom: 1px dashed white;
  }
  p.meta {
  	font-size: 75%;
	text-align: right;
	margin-right: 5px;
	}
	
div.round_block {
   margin: 0px;
   padding: 0px;
   float: right;
   width: 144px;
   margin-left: 30px;
   padding: 0px;
   line-height: 130%;
}

div.incidentals {
   margin-top: -2px;
   padding-left: 10px;
   padding-right: 10px;
   background: url(../../images/theme/sideblock_bg.png) repeat-y;
   color: #B3BCCC;
   font-size: .9em;
}

div.incidentals_top {
   height: 16px;
   width: 144px;
   background: url(../../images/theme/sideblock_top.png) no-repeat;
   margin: 0px;
   padding: 0px;
}

div.incidentals_bottom {
   height: 16px;
   width: 144px;
   background: url(../../images/theme/sideblock_bottom.png) no-repeat;
   margin: 0px;
   padding: 0px;
}

div.incidentals a {
   color: #B3BCCC;
   border-bottom: 1px solid #B3BCCC;
}

div.incidentals div.date {
   color: #E0E0E0;
   font-size: 1.5em;
   text-transform: uppercase;
   font-weight: 800;
   letter-spacing: 1pt;
}

div.incidentals .category_links {
   margin-top: 10px;
}
div.incidentals .num_comments {
   margin-top: 10px;
   background: url(../../images/theme/comments.png) no-repeat;
   padding-left: 20px;
}

div.incidentals .num_trackbacks {
   margin-top: 3px;
   background: url(../../images/theme/trackbacks.png) no-repeat;
   padding-left: 20px;
}

div.incidentals .auth {
   font-weight: bold;
}
 /*+-------------------------------------------+
  |   			      COMMENTS						         |
  +-------------------------------------------+*/
  #interactions {
     width: 325px;
     margin: 0px 0px 0px 5px;
  }
  .comment-list li {
  	padding: 5px;
  	margin-bottom: 8px;
  }

  .comment-box {
      margin: 10px 0px 10px 0px;
  }

   .comment-box dl {
      margin-top: 0px;
  }

  .comment-box h3, h3.section_head {
      width: 400px;
      font-size: 1.4em;
      font-weight: 700;
      margin: 0 0 10px 0;
  }

  .comment-list li {
  	background: #d3e0ea;
  	color: #555;
  }

  .comment-box h3, h3.section_head {
     width: 325px;
     border-top: 1px solid #465163;
     border-bottom: 1px solid #465163;
     margin-top: 20px;
  }

  .user-comment {
     margin: 4px 0px 0px 0px;
  }
  
  .user-comment .auth {
     font-size: 1em;
     font-weight: bold;
     text-transform: uppercase;
     padding-left: 5px;
     color: #b7bfc9;
  }

  .comment-even {
  }

  .comment-odd {
  }

  .comment_body {
     margin-left: 6px;
     margin-top: 0px;
     padding-left: 10px;
     padding-top: 4px;
     border-left: 5px solid #465163;
     background: #c9d0da;
     color: #313131;

  }
 /*+-------------------------------------------+
  |   			SIDEBAR 						               |
  +-------------------------------------------+*/
  
 #search_spinner_container {
    width: 110px;
    color: #333;
    font-size: .75em;
    margin-top: 4px;
    background: #fff;
    border: 1px solid #79818E;
    margin-left: 3px;
 }
 
 #sidebar h3, #search h3 {
 		font: 1.2em/1.2em "Trebuchet MS", Verdana, Helvetica, sans-serif;
 		color: #fff;
 		font-weight: bolder;
 		margin-top: 20px;
 		}
 		

 #sidebar ul {
 		margin: 0;
 		padding: 0;
 		width: 150px;
 		list-style-type: none;
 		}
 		
 #sidebar a {
    font-size: .9em;
    color: #B3BCCC;
    border-bottom: 1px solid #B3BCCC;
 }		
 
 #sidebar {
    color: #fff;
    background: transparent;
 }
 
 #sidebar a:hover {
    color: #fff;
    border-bottom: 1px solid #fff;
 }
 
 #sidebar ul li { 
 	padding-left: 17px;
 	}
 	 
 #flickr div img {
 	border: 4px solid #fff;
 	}
 	
 #flickr div {
        width: 108px;
 	border: 2px solid #dbd1c1;
 	margin-bottom: 5px;
 	}

 #flickr div.flickrsquare { 
        width: 82px;
        border-right: 3px solid #dbd1c1;
        float:left;
        margin-right: 5px;
        margin-right: 5px;
        }

  #flickr div a { border: none; }
  
 /*+-------------------------------------------+
   |   			FOOTER 						                 |
   +-------------------------------------------+*/
  
  #footer ul {
  	margin: 0;
  	padding: 10px 0 0 0;
  	list-style: none;
  	}
  	
  #footer ul li {
  	display: inline;
  	margin: 0;
  	padding: 0 5px 0 0;
  	font-size: 75%;
  	}
  	
 /*+-------------------------------------------+
   |   			       FORMS 						           |
   +-------------------------------------------+*/
   
 input, textarea, select {
 	border: 1px solid #8ab3d1;
 	background: #f9f9f9;
 	}
 	
 	.frm-tbl td { vertical-align: top; padding: 5px; }
 	td#frm-btns { text-align: right; }
 	
 	#comment_body { height: 220px; }
 	#form-submit-button { background: #d3e0ea; }
  
 /*+-------------------------------------------+
   |   		          	MISC 						         |
   +-------------------------------------------+*/
   
 .powered { border: none; }
 .powered img { margin-top: 20px; }
 .pullquote {
		width: 30%;
		float:right;
		font: 150%/1.5em Times, Helvetica, "Times New Roman", serif;
		color: #666;
		margin:10px;
		background: url(../../images/theme/q-close.gif) no-repeat 70% 100% !important;
		background /**/:url(../../images/theme/); /* removing quote graphic in IE5+ */
		padding: 0 25px 5px 0;
}
.pullquote:first-letter {
	background: url(../../images/theme/q-open.gif) no-repeat left top !important;
	padding:5px 2px 10px 35px!important;
	padding /**/:0px; 	/* resetting padding in IE5+ */
	background /**/: url(../../images/theme/); /* removing quote graphic in IE5+ */
}

 .light-bg { background: #f7f7f7; padding: 2px; }
   .clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
 }
 
 #errors {
   color: red;
 }

.admintools {
  float: right;
  background-color: #fff;
  font-size: smaller;
  padding: 0 2px;
  margin: 0 1px;
  color: #ccc;
  border: 1px solid #ccc;
}

.admintools:hover {
  color: #c00;
  border: 1px solid #c00;
}

a[name] { border: none; }

 /* Hides from IE-mac \*/
 * html .clearfix {height: 1%;}
 /* End hide from IE-mac */

#categories li em, #archives li em
{
  color: #fff;
  font-size: smaller;
}
