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

Name: Minima (based on Modern Theme by Alexander Palmo)
Author: Nat Sattavet
Version: 0.4.2
Date: 04/07/08

Description:
This the is the css theme for the Minima theme. You can use
this as a template for your own themes.

Also refer to user_style.php for custom color over-rides.


*/

/* GENERAL SETTINGS */
body
{
  font-family: Verdana, Helvetica, Sans-Serif;
  color: #000;
  font-size: 13px;
  text-align: left;
  margin: 0;
  padding: 0;
  background-color: #cccc99;
}

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

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

/* TYPEOGRAPHY */
a { text-decoration: none; }
a:link, a:visited { color: #933; }
a:hover { color: #F33; }
a:active { color: #33F; }

form {
  margin: 0;
  padding: 0
}

input, select, option, textarea
{
  font-size: 1em;
}

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

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

strike {
  color: #999;
}

blockquote {
font: Bold 18px Helvetica, sans-serif;
font-style: italic;
color: #CCCCCC;
margin: 0;
padding: 0;
quotes: "\201C" "\201D";
}
blockquote:before { font-size: 36px; content: open-quote; font-weight: bold; }

/* HEADERS */
h1, h2, h3, h4, h5, h6
{
  font-family: 'Trebuchet MS', 'Gill Sans', Helvetica, sans-serif;
  font-weight: bold;
  color: #666633; /* headline_txt_color */
  margin: 2px 0px 2px 0px;
}

h1
{
  font-size: 20px;
}

h2
{
  font: Normal 18px Helvetica, sans-serif;
  line-height:      33px;
  letter-spacing:   -1px;
  margin: 0;
  color: #99CC33;
}

h3
{
  font-size: 16px;
}

h4
{
  font-size: 14px;
}

h5
{
  font-size: 12px;
}

h6
{
  font-size: 10px;
}

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

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

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

/* LAYOUT / PLACEMENT */
#page
{
  width: 750px;
  margin: 10px auto 10px auto;
  border: 1px solid #80804d;
  background-color: #ffffe6;
}

#popup
{
  width: 550px;
  margin: 10px auto 10px auto;
  border: 1px solid #80804d;
  background-color: #ffffe6;
}

#header
{
  border-bottom: 1px solid #666;
}

#title
{
  font: Bold 36px Helvetica, sans-serif;
  line-height:      33px;
  letter-spacing:   -1px;
  margin-left: 15px;
}

#title a:link
{
  color: #999;
}


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

#content
{
  width: 530px;
  padding: 10px;
  float: left;
}

#sidebar
{
  background-color: #e6e6b3;
  padding: 10px;
  width: 179px;
  border-left: 1px #80804d solid;
  border-bottom: 1px #80804d solid;
  float: left;
}

#footer
{
  font: Normal 0.8em Helvetica, sans-serif;
  color: #FFF;
  background-color: #996;
  padding: 10px;
  border-top: 1px solid #666;
  clear: both;
}

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

#content .entry .blog_title,
#content .static .blog_title
{
  font: Normal 24px Helvetica, sans-serif;
  line-height:      33px;
  letter-spacing:   -1px;
  border-bottom: dotted 1px #cccccc;
  margin: 10px 5px 0 10px;
  text-align: left;
}

#content .comment .blog_title
{
  font: Normal 14px Helvetica, sans-serif;
  line-height:      33px;
  letter-spacing:   -1px;
  padding: 10px;
  text-align: left;
  border-left: 6px solid #EEE;
}

#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;
}

#content .entry .blog_body,
#content .static .blog_body
{
  line-height: 1.3em;
  background-color: #FFF;
  padding: 10px;
  margin: 0;
  color: #663;
}

#content .comment .blog_body
{
  line-height: 1.3em;
  background-color: #FFF;
  padding: 10px;
  margin: 0;
  color: #663;
  border-right: 6px solid #EEE;
}

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

#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
{
  font: Normal 24px Helvetica, sans-serif;
  line-height:      33px;
  letter-spacing:   -1px;
  color: #666633; /* headline_txt_color */
  text-transform: uppercase;
  margin-bottom: 20px;
  text-align: right;
}

#content .comment .blog_date
{
  font: Normal 14px Helvetica, sans-serif;
  line-height:      33px;
  letter-spacing:   -1px;
  color: #666633; /* headline_txt_color */
  text-transform: uppercase;
  margin-bottom: 20px;
  text-align: right;
}

.blog_ip_address
{
  font-size: 0.8em;
}

#content .entry .blog_comment,
#content .static .blog_comment,
#content .comment .blog_comment
{
  padding: .5em;
  color: #663;
  background-color: #FFF;
}

/* SIDEBAR */
#sidebar .menu_body a { text-decoration: none; }
#sidebar .menu_body a:link, #sidebar .menu_body a:visited { color: #933; }
#sidebar .menu_body a:hover { color: #F33; }
#sidebar .menu_body a:active { color: #33F; }

div #toggleSidebarAvatar, #toggleSidebarLinks, #toggleSidebarCalendar, #toggleSidebarArchives, #toggleSidebarCategories , #toggleSidebarSearch, #toggleSidebarMenu, #toggleSidebarPreferences, #toggleSidebarRecentComments, #toggleSidebarRecentEntries, #toggleSidebarRecentTrackbacks
{
  display: block;
}

#sidebar .menu_title
{
font: Normal 18px Helvetica, sans-serif;
  line-height:      33px;
  letter-spacing:   -1px;
  margin: 0;
  color: #99CC33;
}

#sidebar .menu_title a
{
  font-weight: bold;
  text-decoration: none;
  color: #99CC00;
  margin: 0;
}

#sidebar .menu_title:hover
{
}

#sidebar .menu_body
{
  padding: 10px;
  border-color: #999;
  border-width: 1px;
  border-style: dashed;
  margin-bottom: 3px;
}

#sidebar .calendar
{
  font-size: 1em;
}

#sidebar .calendar a
{
  font-weight: bold;
  text-decoration: none;
}

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

#sidebar ul 
{
  list-style-position: outside;
  list-style-image: url("images/arrow.gif");
  padding: 0px;
  margin: 0px;
}

#sidebar li 
{
  padding: 0px;
  border-bottom: 2px solid #EEFCE6;
  margin-top: 5px;
  margin-bottom: 5px;
}

#sidebar .home ul 
{
  list-style-position: outside;
  list-style-image: url("images/house.gif");
  padding: 0px;
  margin: 0px;
}


#sidebar .home li 
{
  padding: 0px;
  border-bottom: 2px solid #EEFCE6;
  margin-top: 5px;
  margin-bottom: 5px;
}

#sidebar .links ul 
{
  list-style-position: outside;
  list-style-image: url("images/windows.gif");
  padding: 0px;
  margin: 0px;
}


#sidebar .links li 
{
  padding: 0px;
  border-bottom: 2px dotted #FFE4BC;
  margin-top: 5px;
  margin-bottom: 5px;
}


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

#archive_tree_menu li 
{
  margin: 0;
  padding: .5em 0 0 0;
}


/*PAGINATION*/

div.pagination {
	font-family: Helvetica, Sans-Serif;
	padding:3px;
	margin:3px;
	text-align:center;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #ddd;	
	text-decoration: none; 
	background-color: #FFFFCC;
}
div.pagination a:hover, div.pagination a:active {
	border:1px solid #003399;
	background-color: #E1ECFF;
}
