/*FONT FAMILY===========================================================================================*/body, td, th {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}
body {color: black;}
* html body {/* adjust IE6 font-size */font-size: .7em;}
h1 {font-size: 100%;}/* - header or special effects */
h2 {font-size: 100%;}/* content headings */
h3 {font-size: 130%; font-weight: lighter;}/* content sub-headings */
h4 {font-size: 100%;}/* list headings, same size as (p) */
h5 {font-size: 100%;}/* list headings 2, same size as (p) */
p, ul, ol, td {font-size: 100%;}
ul ul {
  font-size: 100%;
}/*- actually only necessary if the ul size is not 100%  */
td p {
  font-size: 100%;
}
/*WIDGETBOX=============================================================================================*/
#widgetbox {
  margin-left: 0px;
  margin-right: 0px;
  width: 200px;
  padding: 0px;
}
#widgetbox p {margin: 0px 0px 0px 0px;}
#widgetbox ul {list-style: none; margin: 0; padding: 0;}
#widgetbox ul li {
  padding: 5px;/* border: solid #0066cc 1px; */
  margin-top: 0px;
}
#widgetbox ul li ul li {
  padding-left: 0px;
  border: none;
  padding: 0px;
  margin: 0px;
}
#widgetbox li {margin-bottom: 20px;}
.post, #widgetbox {margin: 0 0 20px 0px;}

#widgetbox {padding: 0px;}
a:active {color: red;}
h1, h3 {color: black; font-weight: normal;}
h5 {
  color: #003399;
  text-align: center;
  font-weight: bold;
  line-height: 1.0;
}
h1 a:link, a:link, h3 a:link, h1 a:visited, a:visited, h3 a:visited {
  color: #003366;
}
ul li a:link, ul li a:visited {color: #003366;}
#navcontainer ul li a:link, ul li a:visited {color: #fff;}
p a:link, p a:visited {color: #003366;}
a:link, a:visited {color: #003366;}
p.postmetadata a:link, p.postmetadata a:visited {color: #88bb22;}
#footer p a:link, #footer p a:visited {
  color: black;
}
/*-------uncomment and customize below example if you want to add colors
,  a:link,  a:visited { #990000 }
h3, h3 a:link, h3 a:visited { #9966cc }
---------*/
/*LINK STYLE other than color=============================================================================*/
a:link, a:visited {text-decoration: underline;}
p a:link, p a:visited {
  text-decoration: underline;
}/* orphan text remains undecorated */
a:hover {text-decoration: underline;}
h1 a:hover {text-decoration: underline;}
#footer p a:link, #footer p a:visited {text-decoration: none;}
#footer p a:hover {
  text-decoration: underline;
}
/*MARGINS, BORDERS AND PADDING for elements (not for containers)===========================================*/
body {margin: 0px; padding: 0px;}
ul, ol {list-style: outside;}
#sidebar ul, #sidebar ol {
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
  padding-right: 0px;
}
#sidebar ul#latest_posts { margin-left: 20px; }
h1, h1 a:link, h1 a:visited, h1 a:hover {margin-top: 0;}
a:link, a:visited, a:hover {margin-top: 0;}
h3, h3 a:link, h3 a:visited, h3 a:hover {margin-top: 0;}
h4, h4 a:link, h4 a:visited, h4 a:hover {margin-top: 0;}
a img {
  border: 1px solid #0066cc;
}
/*MULTI-USE TAGS==========================================================================================*/
.center {text-align: center;}
.alignleft {text-align: left;}
.alignright {text-align: right;}
.left {float: left;}
.bg1 {background: #eeeeff;}
.bg2 {background: #f7f7ff;}
.border1 {
  border: solid 1px #0066cc;
}
/*IMAGE TAGS==========================================================================================*/
/*the below will make images float left if they have no other tags (like 'right')*/
img {
  float: left;
  margin: 0px 5px 0px 0px;
}
/*the below will make images float right but you have to add 'class="right" inside the image tag)*/
img.right {float: right; margin: 0px 0px 0px 5px;}
#header img {
  border: none;
  margin-right: 0;
}
/*=========================================================================================
===========================================================================================
===========================================================================================
*/
/* DIV FRAMING =============================================================
un-comment the next few lines and you will see colored borders around the main elements on your site - this helps you to identify which DIV you need to change if you want to change the layount (e.g. make the page or the sidebar wider)==========================================================================*/
/*
#page {border: 3px solid green;}
#header {border: 3px solid red;}
#content {border: 3px solid brown;}
#sidebar{border: 3px solid aqua;}
.post {border: 3px solid #0066cc;}
#comments {border: 3px solid black;}
.commentlist {border: 3px solid yellow;}
*/
/* change the color or the width of the line below the header and left of the sidebar*/
/* #header {border-bottom: 3px solid #88bb22;} */
/* #sidebar {border-left: 3px solid #88bb22;} */
/* not much in the boddy tag================================================
==========================================================================*/
body {
  text-align: center;
  background: #084786 url(images/bkgrnd.jpg) repeat-x;
  margin-top: 5px;
}
/* BEGIN DIVS and other layout stuff========================================
this is the tricky bit - here you change your layout - make sure you back-up before changing ==========================================================================*/
#page_container {
  width: 640px;
  margin: 0 auto;
  background: #fff;
}
/* #page {margin:0 auto; width: 640px; text-align:left; background-color: #fff;} */
#page {margin: 0 auto; width: 560px; text-align: left;}
#header {
  position: relative;
  width: 640px;
  margin-top: 10px;
  margin: auto;
  background: #fff;
}
#hdr_img {
  background: #003366;
  height: 88px;
}
/* menu bar in header section*/
#nav{
  position: relative;
  display: block;
  height: 24px;
  font-size: 11px;
  font-weight: bold;
  background: transparent url(images/bgOFF.gif) repeat-x top left;
}
#nav ul{margin: 0; padding: 0; list-style-type: none; width: auto;}
#nav ul li{display: block; float: left;}
#nav ul li a{
  display: block;
  float: left;
  color: #000;
  text-decoration: none;
  padding: 6px 20px 0 20px;
  height: 24px;
}
#nav ul li a:hover,#nav ul li a.current{
  color: #fff;
  background: transparent url(images/bgON.gif) repeat-x top left;
}
#content {
  padding-left: 0px;
  padding-right: 0px;
  margin: 15px 0 0 -10px;
  width: 370px;
}
.narrowcolumn {float: left; padding: 0 0 20px 45px;}
.narrowcolumn .postmetadata {
  text-align: left;
  padding-left: 20px;
  font-size: .90em;
}
.widecolumn {
  float: left;
  padding: 0 0 20px 45px;
  margin: 0px 0 0;
  width: 640px;
}
/* navigation here refers to the link to the next on previous post (not needed if you do pages only)*/
.navigation {
  display: block;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* sidebar refers to the main element on the right hand side of the page which contains all navigation links*/
#sidebar{
  position: relative;
  float: right;
  padding: 0;
  width: 200px;
  margin-top: 15px;
  margin-right: -20px;
}
#sidebar form {margin: 0;}
#sidebar #searchform #s {width: 108px; padding: 5px;}
#sidebar #searchsubmit {
  padding: 0px;
}
/* style of the headers within the sidebar*/
.sb_header {
  background: #eeeeff;
  margin: 0 0 20px 20px;
  padding-top: 5px;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
.sb_header {margin: 0 0 2px 0px;}
.post {
  margin: 0 0 40px 0;
  padding: 5px 12px;
  background: #F7F7FF url(images/post_top_border.jpg) no-repeat top left;
  text-align: left;
  display: block;
  clear: both;
  border-bottom: 1px solid #fff/*#0066CC */;
}
.postmetadata ul, .postmetadata li {
  display: inline;
  list-style-type: none;
  list-style-image: none;
}
.blockquote {
  margin: 15px 30px 0 10px;
  padding-left: 20px;
  border-left: 5px solid #ddd;
}
.blockquote cite {margin: 5px 0 0; display: block;}
#footer {
  border-top: 1px solid #cccccc;
  padding: 0;
  margin: 20px 0 0 0;
  clear: both;
  width: 640px;
}
#footer p {margin: 0; padding: 5px 10px; text-align: center;}
#comments {clear: left;}
.commentlist {padding: 0; text-align: left; margin-left: 0;}
.commentlist li {
  margin: 15px 0 5px;
  padding: 5px 10px 5px;
  list-style: none;
}
.commentlist p {margin: 10px 5px 10px 0;}
.commentlist p {text-transform: none;}
#commentform p {margin: 5px 0;}
#commentform input {width: 170px; padding: 5px; margin: 5px 5px 0px 0;}
#commentform textarea {width: 500px; padding: 0px;}
#commentform #submit {margin: 0; float: right;}
.commentmetadata {margin: 0; display: block;}
.nocomments {text-align: center; margin: 0; padding: 0;}
#searchform {margin: 10px auto; padding: 5px 3px; text-align: center;}
.entry form {text-align: center;}
select {width: 130px;}
.alt {
  background: #f8f8f8;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin: 0;
  padding: 10px;
}
.arial {font-family: Arial, Helvetica, sans-serif;}
.serif {font-family: serif;}
.footer_link a {color: #003366; text-decoration: underline;}
#bottom_links a {
  font-size: 15px;
}
/*
Theme Name: Drikatruu Jelly
Theme URI: http://www.drikatruu.com/
Description: Widget ready, customizable CMS theme with commented template files for easy customization.
Version: 1.1w
Author: Thomas Natter
Author URI: http://www.drikatruu.com/
*/
.entry p a, .posts_in_cat a {color: #003366 !important;}
.entry p, .posts_in_cat a {
  font-family: arial, helvetica, sans-serif;
  padding-left: 8px;
  padding-right: 8px;
  font-size: .95em;
  line-height: 115%;
}
#sidebar .posts_in_cat a {
  display: block;
  text-indent: -10px;
  padding-left: 0;
  padding-right: 0;
}
.posts_in_cat {padding: 4px 0 !important;}
.posts_in_cat a {text-decoration: none;}
.posts_in_cat a:hover {text-decoration: underline;}
.post a, #cat_hdr {
  color: #fff;
  font-family: Trebuchet, Arial, Helvetica, sans-serif;
  text-decoration: none;
}
#cat_hdr h2 {margin-top: 0px; text-align: center;}
#content h2 {margin-top: 0px;}
.post h2 {padding-bottom: 5px; padding-left: 12px;}
.post h2 a:hover {text-decoration: underline;}
.post .postmetadata {
  padding-bottom: 0px;
}
/*  styling for display box on opening page */
#home_box {
  padding: 1px 0pt;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  background: #CBCBE4;
  text-align: center;
  line-height: 1;
}
#navlist a:link, #navlist a:visited, #navlist a:hover, #navlist a:active {
  text-decoration:none !important;
}
#navlist a, .current a {text-decoration:none !important;}
#links h2 {
  font-size: 22px;
  color: #003366;
  font-weight: bold;
  text-align: center;
}
#content .narrowcolumn {width: 400px;}
#content h2 {font-weight: bold;}
.pagenavigationbox {text-align: center; margin: 5px 0;}
.pagenav, .pagenavcurrent {
  border: 1px solid #CCCCCC;
  margin: 0 3px;
  padding: 5px;
  background: #FFFFFF;
  font-size: 9px;
}
.pagelink {
  border: 1px solid #9999FF;
  color: #9999FF !important;
  margin: 0 3px;
  padding: 5px;
  background: #FFFFFF;
  font-size: 9px;
}
.pagelink:hover {
  border: 1px solid #CCCCCC;
  background: #9999FF;
  color: #FFFFFF !important;
}
#widgetbox, #widgetbox ul {background: transparent;}
#widgetbox #cat_hdr {
  background: #f7f7ff url(images/sidebar-post-hdr.jpg) no-repeat top left;
}

#content-bottom {
   width: 640px;
   margin: 0 auto;
   background: url(images/content-bottom.png) no-repeat;
   height: 15px;
}
#footer-top {
   font-size: 15px;
   font-weight: bold;
   text-align: center;
   line-height: 1.25;
   margin-top: 15px;
   margin-bottom: 0px;
}
p#blue_footer {
   color:#fff;
   font-size:10px;
   background: transparent;
   padding: 1px 0 12px 0;
}
