/*  
Theme Name: in8sworld
Theme URI:http://www.in8sworld.net/
Description: Simple in8sworld blue theme
Version:1.4
Author: Nate
Author URI: http://www.in8sworld.net/

    Originally based on Ephemeral 10 by Sapientone http://www.sapientone.org/
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	
*/



/* Begin Main-Layout  */
*{
	margin:0;
	padding:0
}

body {
	color:#DDDDDD;
	padding-top: 5px;
	background-color: #1A3955;
	font: normal 0.8em Verdana, "Lucida Grande", Arial;
}

.page {
	margin:0 8%;
	background-color: #1A3955;
	text-align:left;
	}

.recentcomments a {
}


pre, xmp {
        border: solid 1px blue;
        font-family: Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, serif;
	font-size: 1.5 em; 
 	color: darkBlue; 
	margin: 10px; 
	padding:10px; 
	background: #EEE;}

code {font-size:1.6em;
	padding: 3px 3px 1px 3px; 
	font-weight:bold;
	color: #FFFF00}


#content {
	float:left;
	margin:10px 10px 20px 10px;
	width:60%;
	}

#content ul li  {
       margin: 0px 0px 0px 30px;
       padding: 0px 0px 10px 0px;
       font-size: 1.1em;
}

#sidebar {
	float:left;
	margin:10px 0 20px 3%;
	width:30%;
	}

#footer {
	clear:both;
	padding:10px 0;
	text-align:center;
	font-family: Verdana, "Lucida Grande", Arial;
	text-transform: uppercase;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #fff;
	}
/* End Main-Layout */



/* Begin Header */
h1 {
	font-family: Verdana, "Lucida Grande", Arial;
	font-size: 4.5em;
	font-weight: normal;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	}
	
h1 a:link, h1 a:visited, h1 a:active, h1 a:hover{
	text-decoration:none;
	color:#fff
	}

/*------- Tab Menu ---------*/
#nav {
	list-style: none;
	font-family: Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, serif;
	font-size: 1.2em;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	background-color: #1A3955;
	border-top-style: solid;
	border-top-color: #999999;
}
#nav li { display: inline; }
#nav a {
	padding: 5px 12px 5px 11px;
	color: #FFFF99;
	text-decoration: none;
}
#nav a:hover{
	color: #FA6412;
	text-decoration:none;
	background-color: #1A3955;	
}
	

#nav #current a {

    color: #999999;
}

#searching{
	margin: 0px;
	float: right;
	width: 210px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/* End Header */



/* Begin Content*/
h2,h3,h4,h5,h6{
	color:#6699CC;
	margin:20px 0 0 0;
	font-family: Verdana, "Lucida Grande", Arial;
	font-size: 1.5em;
	font-weight: normal;

	}

h2,h3{
	border-bottom:1px solid #666
	
	}

h2 a:link, h2 a:visited, h2 a:active, h2 a:hover,
h3 a:link, h3 a:visited, h3 a:active, h3 a:hover{
/*	color:#99CCFF;  */
	color:#FFFFFF;
	text-decoration:none

}




.sidebarpara {
	color:#999999;
}

.postmetadata {
	font-size:1.0em;
	margin-top: 2px;
	margin-bottom: 0px;
	background-color: #1A3955;
	padding: 4px;
        font-family: arial, sans-serif;
        color: rgb(119, 119, 119);
}

.postmetadata a:link, .postmetadata a:visited, .postmetadata a:active{
	color:#999999;
	text-decoration:none
}

.postmetadata a:hover{
    color:#FA6412;
	text-decoration:underline
}

.entry p, .entrytext p{
	line-height:150%;
	margin:2px 0 15px 0;
	font-size: 1.2em;
	}
	
.entrytext p{
	margin:0 0 15px 0
	}

 a:link,a:visited,a:active{
	color:#FFFF99;
	text-decoration:underline;
}

a:hover {
	color:#FA6512;
}


#content li.pagenav ul li {
	padding: 2px;
	font-size: 1.1em;
}


/* End Content*/



/* Begin Comments */
.commentlist li, #commentform input, #commentform textarea {
	font-size:1em;
	
	}
	
.commentlist li {
	font-weight:bold
	
	}

.commentlist cite, .commentlist cite a {
	font-weight:bold;
	font-style:normal;
	font-size:1.1em
	}

.commentlist p {
	font-weight:normal;
	line-height:140%;
	text-transform:none;
	background-color: #1A3955;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #666666;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
	font-size:1.2em
	}


.commentmetadata {
	font-weight:normal
	}

.commentlist {
	padding:0;
	text-align:justify
	}

.commentlist li {
	margin:0px 0 15px 16px;
	padding:5px 10px 0 0;
	list-style:decimal
	}


#commentform p {
	margin:5px 0
	}

.commentmetadata {
	margin:0;
	display:block
	}
/* End Comments */

	

/* Begin Lists */
.entry ul, .entry ol,
.entrytext ul, .entrytext ol, .entrytext ol li {
	margin:5px 0 5px 26px;
        font-size: 1.0em;
	}

.entrytext ul li {
       margin-top:8px; 
       margin-bottom:8px;
}

.entrytext ul li ul li {
        font-size: 1.0em;
	margin:5px 0 5px 26px;
}




#sidebar ul li{
	list-style-image: none;
	list-style-type: none;
	color:#CCC;
	}



#sidebar ul li ul li{
	padding:2px 0
	}

#sidebar ul li a {
        font-size: 1.1em;
	text-decoration:none;
	color:#FFFF99
	}

#sidebar ul li a:hover{
	color:#FA6412;
	text-decoration:none;
}


/* Begin Google Elements*/

#readerpublishermodule0 {
       border: 0 ! important;
       padding: 0 ! important;
       margin: 20px 0 0 0 ! important;
       background-color: #1A3955 ! important;
}

#readerpublishermodule0 h3 {
       background-color: #1A3955 ! important;
       border-bottom: 1px solid #666666 ! important;
       padding: 0 ! important;
       color: #6699CC ! important;
}

#readerpublishermodule0 ul {
       padding: 0 ! important;
}



#readerpublishermodule0 ul li a.i {
       font: 0.8em Verdana,"Lucida Grande",Arial ! important;
       font-size: 1.1em ! important;
       padding: 0 ! important;
       color: #FFFF99 ! important;
       border-width: 0 ! important;
}

#readerpublishermodule0 ul li a:hover {
       color: #FA6412 ! important;

}

#readerpublishermodule0 div.f {
       background-color: #1A3955 ! important;
       border-width: 0 ! important;
}

#readerpublishermodule0 div.f a {
       background: none ! important;
       font: 0.8em Verdana,"Lucida Grande",Arial ! important;
       font-size: 1.1em ! important;
       padding: 0 ! important;
       color: #FFFF99 ! important;
}

#readerpublishermodule0 div.f a:hover {
       color: #FA6412 ! important;
}

/* End Google Elements*/

.post ul {
        font-size: 1.0em;
}


.post ul li {

}

#related ul li {
        padding: 0px 0px 1px 0px;
        line-height: 130%;
        list-style-image: none;
	list-style-type: none;
        font-size: 1.1em;
        color:#FFFF99
}

#related a {
        text-decoration:none;
}




/* End Entry Lists */



/* Begin Images */
p img {
	padding:4;
	}

img.centered {
	display:block;
	margin-left:auto;
	margin-right:auto
	}
	
img.alignright {
	padding:4px;
	margin:0 0 2px 7px;
	}

img.alignleft {
	padding:4px;
	margin:0 7px 2px 0;
	}

.alignright {
	float:right
	}
	
.alignleft {
	float:left
	}
/* End Images */



/* Begin Form Elements */
#searchform {
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	}

#sidebar2 #searchform #s {
	width:130px;
	padding:2px;
	border: 2px solid #fff;
	}

#sidebar2 #searchsubmit {
	padding:1px;
	border: 2px solid #666666;
	}

#log {
	border: 1px solid #666;
	font-family: Verdana, Arial, serif;
	font-size: 1.2em;
	font-weight: bold;
	background-color: #333333;
	color: #e6e6e6;
}

#pwd {
	border: 1px solid #666;
	font-family: Verdana, Arial, serif;
	font-size: 1.2em;
	font-weight: bold;
	background-color: #333333;
	color: #e6e6e6;
}



input.textfield{
	width: 14em;
	color: #6699CC;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #333333;
	margin-right: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 4px;
	font-size: 1em;
	font-style: italic;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}



.entry form { 
	text-align:center
	}

select {
	width:130px
	}

#commentform input {
	font-family: Verdana, Arial, serif;
	width:240px;
	padding:2px;
	margin:5px 5px 1px 0;
	border: 2px solid #666;
	background-color: #333333;
	font-size: 1.2em;
	color: #e6e6e6;
	}

#commentform textarea {
	width:400px;
	padding:2px;
	border: 2px solid #666;
	background-color: #333333;
	font-size: 1em;
	color: #FFFFCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

#commentform #submit {
	margin:0;
	float:left;
	width:280px;
	font-family: Verdana, Arial, serif;
	font-weight: bold;
	color: #fff;
	border: 2px solid #666;
	background-color: #004080;
	}
/* End Form Elements */




/* Begin Various Tags & Classes */
code {
	font:1em 'Courier New', Courier, Fixed
	}

acronym, abbr, span.caps
{
	cursor:help;
	font-size:0.9em;
	letter-spacing:.07em
	}

acronym, abbr {
	border-bottom:1px dashed #226
	}

blockquote {
	border-left:10px solid #333;
	line-height:120%;
        font-style:italic;
	color: #ccc;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 20px;
}

blockquote cite {
	margin:5px 0 0;
	display:block
	}

.center {
	text-align:center
	}

hr {
	clear:both;
	display:none
	}

a img {
	border:none
	}

.navigation {
	display:block;
	text-align:center;
	margin-top:10px;
	margin-bottom:60px
	}
/* End Various Tags & Classes*/

.BGGwrapper {
	background-color: transparent !important;
	border: none !important;
	width: 300px !important;
}

.BGGitem {
	width: 300px !important;
}
