/************************************************
 *	Main structure                          *
 ************************************************/
body {
        margin:0px;
        padding:0px;
        text-align:center;
        font:14px "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	color: #001;
	background:#fff;
}
#maincol {
        width:72%;
        float:left;
}
#maincol .col {
	padding-bottom: 0.5em;
	padding-left:2.5em;
	padding-right:8.5em;
	line-height:1.6em;
        border-right: 1px solid #ddd;
}
#navcol {
	padding:0.5em;
	padding-top: 0em;
        clear: right;
	width:25%;
        right:0px;
	float:right;
        font-size:1em; 
        text-align:left;

}

#navcol a:hover{
        color: #7c0;
        text-decoration: none;
}

#container{	
        width:80%;
        text-align:left;
        margin-left: auto;
        display:block;
        margin-right: auto;
        padding-bottom:0;
}
#footer{
	border-top:1px solid #7c0;
	border-bottom:1px solid #7c0;
	color: #eee;
	background: #001;
	clear:both;
	padding: 0.3em;
	text-align:center;
	margin-left: auto;
	display:block;
        margin-right: auto;
        font-size: 0.9em;
        margin-top:5em;
}
#footer a{
	color: #7c0;
	font-weight:bold;
}
a{
	color: #07c;
	text-decoration: none;
}
a:hover {
	text-decoration:underline;
}
/************************************************
 *	Header					*
 ************************************************/
h1{
        display:block;
        height:0;
        margin: 0;
        padding: 0;
        text-indent:-500em;
        text-decoration:none;
        text-transform: capitalize;
}
#header {
	padding: 5px;	
	margin-top: 0.3em;
	padding-top:1em;	
	padding-bottom:1em;
	margin-bottom:0px;
	border-bottom: 2px solid #7c0;
	background: #051153;
	text-align:left;
	padding-right:2em;
	padding-left:-.5em;
}
#headbar{
	height:7em;
	margin-bottom:0em !important;
        margin-left: 67%;
}
#header #blogtitle{
	padding:0px;
	margin: 0px;
	margin-bottom:0.3em;
	font-size: 1.2em;
	letter-spacing:0em;
}
#header #blogtitle a {
	color:#7c0;
}
#header #blogtitle a:hover {
	text-decoration:none;
	color: #bb4444;
}
#header img {
	border:none;
}
#subtitle {
        margin-left: .3em;
	margin-bottom:0.3em;
	font-size: 0.9em;
	text-transform:uppercase;
	color:#ace;
}

#subtitle a:hover{
        color: #fff;
        text-decoration: none;
}
/************************************************
 *	Content					*
 ************************************************/
h2, h3, h4 {
	font-family:"Century Gothic", "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
}
h2 {
	font-size: 1.2em;
	margin-bottom:0.5em;
}
h2.categorytitle {
	text-align:center;
	border-top:1px solid #9ba1aa;
	background:#ace;
	padding:0.7em;
	border-bottom:1px solid #9ba1aa;
	margin-bottom:1em;
	margin-top:1.7em;
        text-transform: capitalize;
}
h3.entrydate{
	margin-bottom:0.3em;
	font-size: 1.8em;
	font-weight:normal;
	color:#7c0;
	text-transform:uppercase;
}
.entrymeta{
	font-weight:bold;
	color:#99A879;
}
h2.entrytitle, h2.entrytitle a, h2.singletitle, h2.singletitle a{
	color: #569;
}
h2.entrytitle{
	margin-top:0px;
	margin-bottom:0.1em;
	font-size: 1.8em;
}
h2.singletitle{
	margin-top:1.7em;
	margin-bottom:0.1em;
	font-size: 1.8em;
}
.entrybody p {
	margin-top:0.8em;
	margin-bottom:1.6em;
}
.entry{
	padding-bottom: 2em;
	font-family:"Trebuchet MS","Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
}
/************************************************
 *	Navigation Sidebar			*
 ************************************************/
#navcol ul {
        /*margin:0 0 1em 0;
        padding-left:0px;*/
        list-style-type: none;
}

#navcol li { font-size: 1em; }
#navcol li:hover { font-size: 2em; }
#navcol li:hover + li { font-size: 1.5em; }
#navcol li:hover + li + li { font-size: 1.2em; }

#navcol h2.toptitle {
        margin-top: 0em;
	border-top:1px solid #9ba1aa;
	background:#a2c1f4;
	padding:0.7em;
	border-bottom:1px solid #9ba1aa;
}
#navcol h2 {
        color: #526a90;
        margin-top: 2em;
}
#navcol h2.notmysite {
	border-top:1px solid #9ba1aa;
	background:#a2c1f4;
	padding:0.7em;
	border-bottom:1px solid #9ba1aa;
}
/************************************************
 *	Comments				*
 ************************************************/
h3#comment{
	text-align:center;
	border-top:1px solid #9ba1aa;
	background:#E2ECD5;
	padding:0.7em;
	border-bottom:1px solid #9ba1aa;
	margin-bottom:1em;
	margin-top:8em;
}


ol {
	margin-top:0px;
	padding: 0.5em;
	margin-left: 35px;
	color: #001;
	/*list-style-type: none;*/
	font-size:1em;
}


ol li  p{
	padding: 0px;
	margin: 0px;
}



.commentname {
	float: left;
	margin: 0;
	padding: 0 0 0.2em 0;
}
.commentinfo{
	width: 20em;
	float: right;
	text-align: right;
}
.commenttext {
	clear: both;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 3em;
	border-top: 1px solid #ebebeb;
	line-height:1.2em;
	color: #5b5b5b;
}
#commentsformheader{
        text-align: center;
	font-size: 1.4em;
}
#commentsform{
	margin-top:none;
	text-align:center;
	border:1px solid #ddd;
	background:#ace;
	padding:0em 1em;
}
#commentsform form{
	text-align:left;
	margin:0px;
}
#commentsform p{
	margin:0.5em;
        text-align: justify;
}
#commentsform form textarea{
	width:100%;
}
#commentsform p.changedetails {
        border: 1px solid #87a284;
        padding: 5px;
        text-align: justify;
}
p.notshow {
        display: none;
        height: 0;
}
.nofollow{
        color: #DF2000;
}
/**********************************************
* Live Search                                 *
***********************************************/
#search {
        height: 1100px;
}
.searchbody{
	color: #001;
	font-size: 11px/18px;
	padding-bottom: 10px;
	margin-bottom: 25px;
	padding-left:3px;
	padding-top: 5px;
}
#LSResult {
        position: absolute;
        background-color: #FFFFFF;
        width: 400px;
        margin: 10px 0 10px 0;
}
#LSShadow {
        border: 3px solid #ace;
        padding: 5px;
        background-color: #eee;
        color:#000000;
}
#LSRes {
        background-color: #FFFFFF;
}
.LSRow {
        padding: 0 5px;
}
#LSHighlight {
        background-color: #F3F4EC;
}
#LSHeader {
        padding: 2px 2px 8px;
}
.lsDate {
        display: block;
        color: #555555;
}
/*********************************************
* Archives                                   *
**********************************************/
.rssJump {
        text-align: right;
}
.rssCatArchiveMenu {
        margin-bottom: 35px;
}
#rssCatArchive ul, #rssCatList ul, .rssMenu {
        list-style: none;
}
.rssCart {
        font-weight: bold;
        text-align: left;
        margin-top: 15px;
}
.archivemenu {
        padding-left: 40px;
        font-weight: bold;
        font-size: 100%;
        text-decoration: underline;
}
dt {
        padding-top: 10px;
}
/************************************************
 *	Extra					*
 ************************************************/
#email {
        text-align: left;
       padding: 10px;
       background: #eee;
}
#email textarea {
        width: 330px;
}
code{
	font-family: 'lucida console', 'Courier New', monospace;
	font-size: 0.8em;
	display:block;
	padding:0.5em;
	background-color: #E5EaE4;
	border: 1px solid #d2d8d1;
}

.prev_next_nav {
        text-align: center;
}
input[type="text"], textarea {
	padding:0.3em;
	border: 1px solid #CCCFBC;
	color: #656F5C;
	-moz-border-radius: 0.5em;
}
input[type="submit"]{
	padding:0.2em;
	font-size: 1.25em;
	border: 1px solid #CCCFBC;
	color: #353F2f;
	background: #fefff8;
	-moz-border-radius: 0.5em;
}
blockquote {
	border-left: 3px solid #686868;
	color: #888;
	padding-left: 0.8em;
	margin-left: 2.5em;
}
a img {
	border:none;
}
.imgborder img{
	border: 1px solid #87a284;
	background:#CCCFBC;
	padding:0.3em;
}
.imgborder{
	text-align: center;
}