
/* post */

#postcolumn
{
  width: 600px;
  float:left;
}

#postcolumn .navigation
{
	margin-top:10px;
}

.post {
	padding: 12px 0px 20px 0px;
}

.pagetitle {
	font-size: 140%;
	margin-top:20px;
	margin-bottom:-10px;
}

.post h2 {
	height: 27px;
	padding: 8px 0px 0px 14px;
	background: url(images/bar600.gif) no-repeat left top;
	font-size: 120%;
	color: #FFFFFF;
	font-weight: bold;
}

.post h2 a
{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:none;
}

.post .date {
  color: #ffffff;
}

.post .content 
{ 
	padding: 7px 7px 0px 7px; 
}

.postmetadata
{
  margin-top:10px;
}

/* side bar */
#sidebar
{
	float:left;
	margin-left:-15px;
	width:250px;
}
#sidebar ul
{
	list-style:none;
}

#sidebar .widget
{
	margin: 10px 0 10px 0;
	text-align: left; 
}

#sidebar li.widget ul li
{	
	width:200px;
	text-align: left; 
}

#sidebar li.widget ul
{
	margin-top:-5px;
	position:relative;
	left:-18px;
	list-style-image:url(images/list-bullet.png);
	text-indent:0px;
}

#sidebar ul ul li
{
	line-height:110%;
}

#sidebar ul ul li a
{
  font-size:90%;
  position:relative;
  top:-5px;
  left:5px;
}

#sidebar .widgettitle
{
	height: 27px;
	padding: 6px 0px 0px 14px;
	background: url(images/bar229.gif) no-repeat left top;
	font-size: 120%;
	font-weight: bold;	
	color: #FFFFFF;
}
/* side bar - search */ 

#searchform 
{
  position:relative;
  height:40px;
}
#searchform input
{
	margin-left: 8px;
	padding-left: 5px;
	padding-right: 5px;
	border: none;
	color: #618745;
	font-size:100%;
	width: 104px;
}
#searchsubmit
{
	position:absolute;
	left:116px;
	top:26px;
	background: url(images/btn75.png) no-repeat left top;
	width:75px !important;
	height:19px;
	color:#ffffff !important;
	cursor:pointer;
	font-weight:bold;
}
#searchsubmit:hover {
	text-decoration: underline;
}

/* side bar - calendar */ 
#wp-calendar
{
	width:200px;
}

#today
{
	background: url(images/cell-today.png) no-repeat left top !important;
}

#wp-calendar tbody td
{
	font-size:90%;
	background: url(images/cell.png) no-repeat left top;
	width:20px;
	height:25px;
	text-align:center;
}


#wp-calendar tfoot td
{
   font-size:90%;
}

#wp-calendar th
{
	font-size:90%;
	font-weight:bold;
	text-align:center;

}

/* side bar - tag cload */ 

#sidebar .widget_tag_cloud div
{
  position : relative;
  top:-10px;
}

#sidebar .widget_tag_cloud div
{
  position : relative;
  top:-10px;
  line-height:210%;
}

#sidebar .widget_tag_cloud div a
{
   text-decoration:none;
}
#sidebar .widget_tag_cloud div a:hover
{
   text-decoration:underline;   
}


#sidebar .widget_recent_entries ul
{
 position : relative;
 left:-40px;
 width:250px;
}

#sidebar .widget_archive ul
{
 position : relative;
 left:-40px;
}

.postmetadata
{
  border-top: 1px solid #205d6f;;
  border-bottom: 1px solid #205d6f;;
  padding-top:10px;
  padding-bottom:10px;
}

#commentform textarea
{
	border: 1px solid;
	border-color: #003d4f;
	background-color: #88b6c3;
	color: #001d2f;
	font-size:100%;
}

#author, #email, #url
{
	border: 1px solid;
	border-color: #003d4f;
	background-color: #88b6c3;
	color: #001d2f;
	font-size:100%;
}


#submit
{
	border: 1px solid #2f481d;
	color: #ffffff;
	background-color: #618745;
	background-image: none;
	text-decoration:underline;
	font-weight:normal;
	padding: 4px;
	font-size: 90%;
	cursor : pointer;
	margin-bottom:30px;
}


#submit:hover
{
	border: 1px solid #2f481d;
	background-color: #517735;
	background-image: none;
	color: #ffffff;
	text-decoration:none;
	font-weight:none;
	padding: 4px;
	font-size: 90%;
	cursor : pointer;
	margin-bottom:30px;
}

code
{
  background-color: #d8f0ff;
  display:block;
  width:590px;
  padding:8px;
  border: 1px solid #001133;
  color:#001d2f; 
  text-align:left;
}

code p 
{
  text-align:left;
}

code .comment
{
  color:#008800;
}
code .functioncomment
{
  color:#4466cc;
}

.smaller
{
  font-size:80%;
}

.entrysmall, .entry
{
    margin-top:15px;
	padding:12px;
	border: 1px solid #184d5f;
	background: none !important;
	background-color: #0a3343 !important;
}

