/**
 *
 * BLOOGERS Blog For SQLite
 *
 * BLOOGERS is free software: you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 *
 * BLOOGERS is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with BLOOGERS.  If not, see <http://www.gnu.org/licenses/>.
 * 
 * 
 * @package    BLOOGERS
 * @author     Eugene R. Ritter <generitter@gmail.com>
 * @copyright  Eugene R. Ritter
 * @license    GNU/GPL <http://www.gnu.org/licenses/gpl.html>  
 * @see        http://code.google.com/p/bloogers
 */
body {
  background:#000;
  margin:0;
  padding:10px 10px;
  text-align:center;
  font:x-small/1.5em "Courier", Monospace;
  color:#fff;
  font-size/* */:/**/small;
  font-size: /**/small;
}
h1 { font-size: 1.5em;}
/***************************
 * THE LAYOUT
 **************************/
  #content {
    width:740px;
    background-image: url(/images/themes/vim/lines.gif); 
    background-position: top left; background-repeat: repeat-y;
	margin:0 auto;
    text-align:left;
  }
  #main {
    width:485px;
    float:left;
    background:#000; 
    margin:15px 0 0 0;
    padding:0 0 10px;
    color:#fff;
    font-size:97%;
    line-height:1.5em;
  }
  #main2 {
    float:left;
    width:100%; 
    padding:10px 0 0;
  }
  #main3 { 
    padding:0;
  }
  #sidebar {
    width:240px;
    float:right;
    margin:15px 0 0;
    font-size:97%;
    line-height:1.5em;
  }
  #flash_main {
	width: 400px;
	margin:auto;
	text-align: center;
  }
  #flash_content {
	width: 400px;
	text-align: center;
	margin: 0px auto;
  }
/***************************
 * LINKS
 **************************/

	a:link { color:#32ef03;}
	a:visited { color:#274dfc;}
	a:hover { color:#ff6600;}
	a img { border-width:0;}

/***************************
 * HEADER
 **************************/
  #header {
	background-color:#000; 
    margin:0 0 0;
    padding:8px 0 0;
    color:#fff;
	border-bottom: 1px dashed #333;
    }
  #header-top{clear:both;}
  #header-wrap {
	border-bottom: 1px dashed #333;
    padding:0 15px 8px;
   }
	
	#blog-title { width: 250px; float: left; font-size: 2em; font-weight: bold;}
	#blog-title a { text-decoration: none; color: #fff;}
	#blog-title a:link {color:#fff;}
	#blog-title a:visited {color:#fff;}
	#blog-title a:hover {color: #ff6600;}

	#navigation { width: 710px;  margin-top: 3px; padding-bottom: 5px;  font-weight:bold; text-align: center; color: #fff; font-size: 12px;  }
	#navigation ul{padding: 0px; display:inline; margin: 0px;text-align: left;}
	#navigation li{padding: 4px; display: inline; margin: 0px;list-style: none;}

	
/***************************
 * ENTRY CONTENT 
 **************************/


.entry {
  margin:.3em 0 25px;
  padding:0 13px;
}
.entry-title {
  margin:0;
  font-size:135%;
  line-height:1.5em;
  display:block;
  padding:2px 14px 2px 29px;
  color:#333;
}
a.title, .entry-title strong {
  text-decoration:none;
  display:block;
}
a.title:hover {
  background-color:#ffcc00;
  color:#000;
}
.entry-content {
  padding: 0 5px 10px 10px;
  border-bottom: 1px solid #666;
}

.entry p {
  margin:0 0 .75em;
}
.unpublished {
	background: #FFF333;
	color: #000;
	margin: 0 13px;
}
p.entry-footer {
  background:#111;
  margin:0;
  padding:2px 14px 2px 29px;
  font-size:95%;
  line-height:1.5em;
  color:#ccc;
  text-align:right;
  }

.list {margin-bottom: 0px;}
.blogroll .list{margin-top: 0px;}
.blogroll {margin-bottom:10px;}
.breadcrumbs {font-size: 90%; }
.breadcrumbs a:visited, .breadcrumbs a:active, .breadcrumbs a{text-decoration:none;}
.breadcrumbs a:hover{text-decoration: underline;}
.fieldset-border {border: 1px solid #333;}
#content label{margin: 10px;display:block; }
.hint {font-size: 10px;}
/***************************
 * COMMENTS 
 **************************/
 .comments {}
 .comment-msg {
   border:1px solid #333;
   background: #222;
   padding: 5px;
  }

/***************************
 * PROFILE 
 **************************/

  #profile-container {
    background:#000 url("/misc/corners_bottom.gif") no-repeat left bottom;
	border: 1px dashed #333;
    margin:0 0 15px;
    padding:0 0 10px;
    color:#fff;
    }
  #profile-container h2 {
    background:url("/misc/corners_top.gif") no-repeat left top;
    padding:10px 15px .2em;
    margin:0;
    border-width:0;
    font-size:115%;
    line-height:1.5em;
    color:#fff;
    }

.profile-datablock {
  margin:0 15px .5em;
  border-top:1px dashed #333;
  padding-top:8px;
  }
.profile-img {display:inline;}
.profile-img img {
  float:left;
  margin:0 10px 5px 0;
  border:4px solid #ccc;
  }
.profile-data strong {
  display:block;
  }
#profile-container p {
  margin:0 15px .5em;
  }
#profile-container .profile-textblock {
  clear:left;
  }
#profile-container a {
  color:#fff;
  }
.profile-link a {
  padding-left:15px;
  font-weight:bold;
  }
ul.profile-datablock {
  list-style-type:none;
  }

/***************************
 * SIDEBAR
 **************************/

.box {
background:#000 url("/misc/corners_top.gif") no-repeat left top;
border: 1px dashed #333;
margin:0 0 15px;
padding:10px 0 0;
color:#9900CC;
}
.box2 {
background:url("/misc/corners_bottom.gif") no-repeat left bottom;
padding:0 13px 8px;
}

.sidebar-title {
  margin:0;
  padding:0 0 .2em;
  border-bottom:1px dashed #333;
  font-size:115%;
  line-height:1.5em;
  /*color:#;*/
  }
.box ul {
  margin:.5em 0 1.25em;
  padding:0 0px;
  list-style: none;
  }
.box ul li {
  margin:0;
  padding:0 0 3px 0px;
  margin-bottom:3px;
  line-height:1.4em;
  }
.box ul ul {
	margin: 0px;
	padding: 0px;
}
.box li li {
	padding-left: 14px;
}
.box li a{
	text-decoration: none;	
}
.box p {
  margin:0 0 .6em;
  }
.box .strong {font-weight: bold; }
/********************
* GALLERY 
********************/
#gallery { font-size: 12px; color: #fff; font-family: monospace;}
#gallery td{ font-size: 12px; color: #fff; font-family: monospace;}
/********************
* CONTACT 
********************/
#contact table{
}
#contact td{
    vertical-align: top;
}
#contact input.submit{
	border: 1px solid #000000;
	text-align: left;
	background-color: #E9612E;
	font-size: 12px;
	color: white;
}
#contact textarea {
	border: 1px solid #000000;
	font-weight: normal;
	font-size: 12px;
	color:#000;
	margin:10px;
}
#contact input.field {
	border: 1px solid #fff;
	text-align: left;
	font-weight: normal;
	font-size: 12px;
	color:#fff;
	margin: 10px;
}

/********************
* FOOTER
********************/

#footer {
clear:both;
margin:0;
padding:15px 0 0;
}
#footer div {
background:#000;
padding:8px 0 0;
color:#333;
}
#footer div div {
padding:0 15px 8px;
}

#footer p, #footer div div {text-align: center; margin:0; font-size:95%; }
#footer a {color:#333;} 

/********************
 * COLORS
 *******************/
 .pink { color: #FA32C2;}
 .purple { color: #9240BD;}
 .blue { color: #274dfc;}
 .green { color: #32ef03;}
 .yellow{ color: #FFCC00;}
 .orange{ color: #ff6600;}
 .red{ color: #CC0000; }


 .error{ color: #FA32C2; }
 /*******************
  * ABOUT
  ********************/
  #about dt{
	font-weight: bold;
/*	background: #222;*/
	padding: 2px 2px 2px 6px;
	border-bottom: 1px solid #000;
  }
  #about dd { margin-left: 50px;  
	/*background: #666;*/
	padding: 5px 10px 5px 10px;
	margin: 0;
	border-bottom: 1px solid #000;
	}
 /**********************
  * CATEGORY
  **********************/
	#categories li{ list-style: none; margin: 5px 0 5px 0; }
 
  fieldset {font-size: 1.4em; font-weight: bold; border: 1px solid #333;}
  label {font-size: .8em; font-weight: bold;}
/***********************
 * SITE MAP
 ***********************/
#sitemap li{list-style: none;}

/********************
 * SEARCH
 ********************/
#search input {display: inline;}
.search-input{width: 200px; border: 1px solid #666; }
#search {float: right;}
#search fieldset{border:none;}
/***********************
 * ADD THIS
 ***********************/
#resources {width: 100%}
#addthis {float: right;}

