  /*
    Theme Name: thederivative
    Theme URI: http://thederivative.net/
    Description: my theme
    Version: 1.4
    Author: Rich Kujoth
    Author URI: http://thederivative.net/
  */


/*HTML tags*/

body {
 margin-top: 0px;
 margin-left: 10px;
 margin-right: 10px;
 font-family: Arial;
 font-size: 14px;
 background-color: #008000;
 color: #FFFFFF;
 text-align: center;
}

a {
 font-weight: bold;
 text-decoration: none;
}

a:hover {
 text-decoration: underline;
}

a:link {
 color: #FFFFFF;
}

a:visited {
 color: #a0a0a0;
}

a:active {
 color: #a0a0a0;
}

p {
 color: #FFFFFF;
 text-align: center;
}

ul, li {
 display: inline-block;
 list-style-type: none;
 list-style-image: none;
 margin: 0px;
 padding: 0px;
}

li {
 display: block;
 margin: 0px;
 padding: 0px;
}

img {
 border: 0px;
}

#body {
 text-align: center;
}

/*page*/

#page {
 width: 1000px;
 margin-left: auto;
 margin-right: auto;
 text-align: center;
/* border: 1px solid blue; */
}

/*navigation bar*/

#navbar {
 text-align: center;
 padding-top: 5px; /* need this in addition to <a> padding? */
 padding-bottom: 5px; /* need this in addition to <a> padding? */
 margin-top: 10px; 
 margin-bottom: 10px; 
 /* border: 1px solid white; */
}

#navbar .item:hover {
 /* background-color: #008000; */ /* opted for a:hover instead */
}

#navbar .item {
 display: inline; 
 padding-top: 5px; /* need this in addition to <a> padding? */
 padding-bottom: 5px; /* need this in addition to <a> padding? */
 _padding-top: 0px; /* need this in addition to <a> padding? */
 _padding-bottom: 0px; /* need this in addition to <a> padding? */
 margin-right: 5px; 
 padding-right: 0px; 
 border: 1px solid white;
 background-color: #006000;
}

#navbar a:hover {
 text-decoration: none;
 background-color: #008000;
}

#navbar a {
 padding: 5px;
 margin: 0px;

 color: #FFFFFF;
}

#allcontent {
 display: block-inline;
/* border: 1px solid white; */
}

#g2_content {
 background-color: #FFFFFF;
 text-align: center;
 margin-left: 0px;
 margin-right: 0px;
}

#content {
 border: 1px solid white;
 background-color: #006000;
 text-align: center;
 margin-left: 170px; /* sidebar 160 + 10 margin */
 margin-right: 170px;
 padding-bottom: 20px;
 clear: none;
}

#footer {
 clear: both;
 vertical-align: bottom;
 margin: 10px;
 float: center;
 display: block;
/* border: 1px solid white; */
}

/*sidebar*/

#sidebar_left {
 float: left;
 display: block-inline;
 width: 160px;
 height: auto;
}

#sidebar_right {
 float: right;
 display: block-inline;
 width: 160px;
 height: auto;
}

.sidebar_title {
 font-size: 16px;
 border-bottom: 1px solid white;
 margin-bottom: 5px;
 font-weight: bold;
}

.sidebar_item {
 margin-bottom: 10px;
 padding: 10px;
 border: 1px solid white;
 background-color: #006000;
 text-align: center;

 font-size: 11px;
}

#comment_section {
 padding: 0px;
 margin: 10px;

 border: 1px solid white;
}



.postmetadata ul, .postmetadata li {
 display: inline;
 list-style-type: none;
 list-style-image: none;
}


.postmetadata {
 text-align: right;
}

.comments {
 margin: 10px;
 border-top: 1px solid white;
 padding: 8px 0px 0px 0px;
}

.entry {
/* width: 100%;*/
 margin: 0px 0px 0px 0px;
 padding: 8px 0px 16px 0px;
}

.entrytop {

 height: 22px;
 border-bottom: 1px solid white;
 margin: 10px;
 padding: 0px 4px 4px 4px;
}

.entrytitle {
 display: inline;
 float: left;
 white-space: nowrap;
 font-size: 24px;
}

.entrycategory {
 display: inline;
 float: left;
 margin-top: 10px;
 margin-left: 10px;
 white-space: nowrap;
 font-size: 14px;
}

.entrydate {
 display: inline;
 float: right;
 margin-top: 10px;
 white-space: nowrap;
 font-size: 14px;
}
.entrybody {
 margin: 0px;
 padding: 0px 48px 0px 48px;
}


h3 {
 font-size: 24px;
 display: inline;
}

h2 {
 font-size: 19px;
}

h2.pagetitle {
 font-size: 19px;
}

h1 {
 font-size: 14px;
 display: inline;

}

.post {

 width: 100%;
 margin: 0px 0px 0px 0px;
 padding: 8px 0px 16px 0px;
}

.navigation {
 display: block;
 text-align: center;
}

.center {
 text-align: center;
}

.alignleft {
 float: left;
}

.alignright {
 float: right;
}


.entrydate {

	float: right;
	margin-top: 10px;
	white-space: nowrap;
	font-size: 14px;
}
.entrybody {
	margin: 0px;
	padding: 0px 48px 0px 48px;
}

.verbatim {
	font-family: monospace;
	font-size: 12px;
	text-align: left;
}

.giTitle {
 color: #000000;
}

.giDescription {
 color: #000000;
}

