@charset "utf-8";
* {
   margin: 0;
   padding: 0; }
body {
   color: #555555;
   font-family: 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
   font-size: 75%;
   background-color: #555; }


/******** Content variations ********/
#head { 
   background-color: transparent; }
#outerwrapper {
   width: 960px; 
   background-color: #fff;
   margin: 5px auto;
   line-height: 1.4em;
   color: #404040; }
   
#contentleft { /* C-S-S Layout */
   margin-left: 15px;
   float: left;
   width: 500px; }
  
#sidebarwrapper { /* C-S-S and S-C-C Layouts*/
   width:430px; }
.right { /* C-S-S Layout */
   float: right; }

#midsidebar { /* C-S-S Layout */
   margin-left: 10px; 
   width: 200px;
   float: left; }
#rightsidebar {
   float: right; 
   margin-right: 5px; 
   width: 200px; }


/***** General Styles *****/
a {
   text-decoration: underline;
   color: #111;
   font-weight: bold; }
a:hover {
   color: #111;
   text-decoration: underline; }
a img {
   border:0; }
p {
   margin-bottom: 10px; }
code, pre {font-size: 1.3em; 
	color:#95b804; }
blockquote:before, blockquote:after {content: "\"";
	font-size: 1.6em;
	font-family: serif; }
blockquote {
	margin: 10px 0 0 0; 
	padding: 5px;
	background: #dfdfdf;
	border: 1px solid #afafaf;
	line-height: 1.6em;
	font-style:italic; }
blockquote p {display: inline; }
table {
   border-collapse: collapse; 
   margin: 10px auto 15px auto;
   border: 1px solid #111; }
th {
   background: #333; 
   height: 25px; 
   padding: 0 10px;
   color: #ffffff; 
   text-align: left; }
td {
   padding: 0 10px; 
   height: 25px; }
tr.odd {
   background: #efefef; }
tr.even {
   background: #cfcfcf; }
form {
   background: #fff; 
   margin: 10px auto; 
   padding: 5px; 
   color: #333}
label {
   color: #333;
   display: block; 
   font-weight: bold; 
   margin: 5px 0 ; 
   clear: left;
   float: left;
   width: 150px; }
input {
   padding: 2px; 
   border: 1px solid #999; 
   margin: 4px 0px;}
textarea {
   width: 400px; 
   padding: 2px; 
   border: 1px solid #eee;
   height: 100px; 
   display: block; }
input.button {
   margin: 0px; 
   padding: 2px 3px; 	
   border: 1px solid #f2f2f2; }
input, select, textarea {
   font-family: Arial, Helvetica, sans-serif; 
   font-size: 1.0em; }
h2 {
   font-size: 1.1em;
   font-weight: bold;
   line-height: 1.2; }
h2.entrytitle {
   background: transparent url(../images/entrydeco.png) no-repeat left 6px;
   padding: 8px 0px 4px 30px;
   line-height: 1.2em;
   margin-bottom: 10px; }
h3 {
   font-size: 1.1em; 
   display: block; 
   margin: 10px 0; } 
h4 {
   margin-bottom: 15px; 
   font-size: 10pt; 
   font-weight: bold; }
ul, ol {
   list-style-position: inside; 
   margin-bottom: 10px;}
img.float-right {
   margin: 5px 0px 5px 15px; 
   float:right; }
img.float-left {
   margin: 5px 10px 5px 0px;
   float:left; }
   
/****** Blog EntryFooter ******/
.entryfooter {
   clear: left;
   position: relative; 
   margin: 10px 0 20px 0; 
   padding: 3px;
   border-top: 1px solid #aaa; 
   border-bottom: 1px solid #aaa;
   font-size: 0.95em; 
   background-color: #eee;
	overflow: hidden;
}
.postedby, .date, .comments {
   padding-left: 20px;
   padding-right: 5px; 
   height: 25px; }
.postedby {
   background: transparent url(../images/icon-profile.png) no-repeat left top; }
.date {
   background: transparent url(../images/post.png) no-repeat left top; }
.comments {
   background: transparent url(../images/comments.png) no-repeat left top; }
.entryfooter a, .entrytitle a {
   text-decoration: none; }

/****** Sidebar Items ******/
.sponsors { /* C-S-S and S-C-C Layouts*/
   text-align: center; 
   float: right;
   background-color: #333;
   margin: 0 5px 15px 0; 
   padding: 8px 0px 5px 0px;
   width : 415px;
   border-top: #878787 5px solid;
   overflow: hidden; }
.sponsors img.withmargin { /* C-S-S and S-C-C Layouts*/
   margin-right: 8px;
   overflow: hidden }
   
.SidebarItem {
   margin: 0 0 10px 0;
   padding: 0 0 10px 0; }
.SidebarItem h2 {
   background: transparent url(../images/sidebartop.png) no-repeat;
   color: #fff;
   height: 25px; 
   padding: 5px 0 0 5px; }
.SidebarBody {
   background-color: #ccc; 
   color: #333;
   padding: 5px 10px;}
.SidebarBody a {
   color: #333;
   text-decoration: none; }
.SidebarBody a:hover {
   text-decoration: underline; }
.SidebarItem ul, #SidebarItem ol {
   list-style: none; }
.SidebarItem li {
   line-height: 1.2; 
   border-bottom:1px solid #bbb;
   margin-bottom:10px;
   padding-bottom:10px;}
.SidebarItem li.last {
   border-bottom:none;
   margin: 0px;
   padding: 0px; }

/******** Footer ********/
#footer {
   clear: both;
   background: transparent url(../images/footer.png) top center repeat-x;
   width: 960px; 
   color: #fff;
   height: 38px;
   font-size: 0.8em;
   line-height: 1.2em;
   font-weight: bold;
   margin: 0px auto; }
#footer p {
   font-weight: bold;
   border-top: 1px solid #aaa;
   padding: 15px 0 5px 5px; }
#footer p span {
   padding-right: 5px; }
#footer a {
   color: #fff;
   text-decoration: underline; }
#footer a:hover {
   color: #aaa; }
