/*
--------------------------
Simple PHP Blog CSS Styles
--------------------------
*/

/* GENERAL SETTINGS */

p
{
  margin: .8em 0 .8em 0;
}

hr  
{
  color: #333333;
  background-color: #333333;
  height: 1px;
  border: 0;
}

/* TYPEOGRAPHY */


form {
  margin: 0;
  padding: 0;
  width:355px;
}

/*input, select, option, textarea
{
  border:0px;font-size:13px;
  color:#1d4793;
  cursor:pointer;
  background:#ffffff;
}*/.bginput {margin:0 2px 0 0;padding:2px;}form p {padding:0px;margin:0px;}

code, pre {
  font-family: 'Courier New', Courier, Fixed;
  font-size: 1.2em;
}

pre {
  width: 350px;
  overflow: auto;
  border: 1px dotted #777;
  padding: 10px;
}

blockquote
{
  color: #666666;
  padding-left: 1.5em;
  border-left: 5px solid #999999;
  margin: 1.5em 3.0em 0 1.0em;
}

/* HEADERS */

/* IMAGES */
img { border: 0; }

#img_float_left
{
  /* Used by the [img] tag when float=left */
  float: left;
  margin: 2px 8px 4px 2px;
  border:5px solid #ffffff;
}

#img_float_right
{
  /* Used by the [img] tag when float=right */
  float: right;
  margin: 2px 2px 4px 8px;
  border:5px solid #ffffff;
}

/* LAYOUT / PLACEMENT */

#popup
{
  width: 550px;
  margin: 10px auto 10px auto;
  border: 10px solid #ffffff;
  background-color: #ffffff;
}

#title
{

}

#innerpage
{
  margin: 0;
  padding: 0;
}

#content
{
  width: 375px;
  
  float: left;
}

#sidebar
{
  float: left;
}

/* CONTENT */
#content .entry,
#content .static,
#content .comment
{
  padding-bottom: 10px;
}

#content .entry .blog_title,
#content .static .blog_title,
#content .comment .blog_title
{
 padding:10px 10px 0 10px;
}

#content .blog_title img
{
  /* padding: top right bottom left */
  padding: 0px 10px 0px 0px;
}

#content .blog_title_buttons
{
  /* Edit and Delete buttons in the Blog Title */
  float: right;
  position: relative;
  display: inline;padding:0px;
  border:none;
}#content .blog_title_buttons a, #content .blog_title_buttons a img {border:0px;}

#content .entry .blog_body,
#content .static .blog_body,
#content .comment .blog_body
{
  padding:10px;
}

#content .entry .blog_body_clear,
#content .static .blog_body_clear,
#content .comment .blog_body_clear
{
  padding: 0px;
  border-width: 0px;
  }

#content .entry .blog_body_solid,
#content .static .blog_body_solid,
#content .comment .blog_body_solid
{
  /*padding: 1px;
  border-color: #660;
  background: #fff;
  border-width: 5px;
  border-style: solid;*/
}

#content .entry .blog_date,
#content .static .blog_date,
#content .comment .blog_date
{
  font-size: .9em;
  color: #999;
  margin-bottom: 1em;
}

.blog_ip_address
{
  font-size: 0.9em;
}

#content .entry .blog_comment,
#content .static .blog_comment,
#content .comment .blog_comment
{
  padding: .5em;
 
}
.blog_comment a img {border:0px;display:inline;}

/* SIDEBAR */
div #toggleSidebarAvatar, #toggleSidebarLinks, #toggleSidebarCalendar, #toggleSidebarArchives, #toggleSidebarCategories , #toggleSidebarSearch, #toggleSidebarMenu, #toggleSidebarPreferences, #toggleSidebarRecentComments, #toggleSidebarRecentEntries, #toggleSidebarRecentTrackbacks
{
  display: block;border:none;
}
#linkSidebarAvatar, #linkSidebarLinks, #linkSidebarCalendar, #linkSidebarArchives, #linkSidebarCategories , #linkSidebarSearch, #linkSidebarMenu, #linkSidebarPreferences, #linkSidebarRecentComments, #linkSidebarRecentEntries, #linkSidebarRecentTrackbacks, #linkSidebarRandomEntry, #linkSidebarCounter
{
  border-bottom:0px;
}
#toggleSidebarRecentComments, #linkSidebarRecentComments {color:#B8E0F5;}
#toggleSidebarRecentComments {font-style:italic;}
#toggleSidebarRecentEntries, #linkSidebarRecentEntries, #linkSidebarCategories {color:#AB140A}
#toggleSidebarArchives, #linkSidebarArchives {color:#FCBF06} #toggleSidebarArchives * b {font-weight:normal;}
#linkSidebarCounter {color:#abda4d} 
#linkSidebarSearch, #linkSidebarLinks {color:#0cbae8}#toggleSidebarSearch form {width:165px;}
#linkSidebarRandomEntry {color:#1d4793}

#sidebar .menu_title
{
  
}

#sidebar .menu_title a
{

}

#sidebar .menu_title:hover
{
}

#sidebar .menu_body
{
  
}

#sidebar .calendar
{
  font-size: 9px;
}

#sidebar .calendar a
{
}

#sidebar .calendar td
{
  padding: 2px;
}

#archive_tree_menu ul 
{
  list-style: square inside;
  padding: 0 0 0 0px;
  margin: 0;
}

#archive_tree_menu li 
{
  margin: 0;
  padding: 2px 0 0 0;
}
