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

Name: Modern Theme
Author: Alexander Palmo
Version: 0.4.2
Date: 12/11/06

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

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


Some font suggestions...

STANDARD
font-family: Arial, Helvetica, Sans-Serif;
font-family:  'Lucida Grande', Geneva, sans-serif;
font-family: Tahoma, Geneva, sans-serif;
font-family: Geneva, Verdana, sans-serif;

CLASSIC / TRADITIONAL
font-family: 'Times New Roman', Times, serif;
font-family: Georgia, serif;
font-family: Book Antiqua, Palatino, serif;

MODERN / FUNKY
font-family: 'Gill Sans', 'Trebuchet MS', Helvetica, sans-serif;

MONOSPACE
font-family: Lucida Console, Monaco, monospace;

*/
#wrapper {
	vertical-align: middle;
	width:700px;/*max-width:100%;*/
	margin:25px auto;
}

/* GENERAL SETTINGS */
body
{
	line-height: 18pt;
	color:#000000;
	font-weight: lighter; 
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: .5px;
	font-size:small;
  	text-align: left;
  	margin: 0;
  	padding: 0;
  	background-image: url(../../../images/pattern.jpg);
}

p
{
	line-height: 18pt;
	color:#000000;
	font-weight: lighter; 
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: .5px;
}

/* TYPEOGRAPHY */
a { text-decoration: none; }
a:link, a:visited { color: #000; }
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: 450px;
  overflow: auto;
  border: 1px dotted #777;
}

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

/* HEADERS */
h2, h3, h4, h5, h6
{
  	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
h2 { font-size: 1.6em; }
h3 { font-size: 1.5em; }
h4 { font-size: 1.3em; }
h5 { font-size: 1.2em; }
h6 { font-size: 1.1em; }

H1 {
	font-size:24px;
	font-weight: lighter; 
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	padding:0;
	margin:0;
	letter-spacing: 3px;
}
/* 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: 700px;
  margin: 4px auto 0px auto;
  border: 1px solid #000000;
  	background-color: #76817a;
}

#popup
{
  width: 550px;
  margin: 10px auto 10px auto;
  border: 1px solid #000000;
}

#innerpage
{
  height:465px;
  overflow:auto;
  overflow-x:hidden;
  overflow-y:auto;
  margin: 0;
  padding: 0;
    	background-color: #76817a;
}

#content
{
  width: 480px;
  padding: 10px;
  float: left;
    	background-color: #76817a;
}

#sidebar
{
  background-color: #76817a;
  padding: 10px;
  width: 160px;
  float: left;
}

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

#content .entry .blog_title,
#content .static .blog_title,
#content .comment .blog_title
{
	line-height: 18pt;
	color:#000000;
	font-weight: lighter; 
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: .5px;
  border-color: #660;
  padding: .3em .5em;
  border-width: 1px 1px 0 1px;
  border-style: solid;
  background-color: ##76817a;
}

#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;
  top: -15px;
  right: 2px;
  display: inline;
}

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

#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,
#content .comment .blog_date
{
  font-size: .9em;
  color: #999;
  margin-bottom: 1em;
}

.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;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #660;
}

/* 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-size: 1em;
  color: #FFF;
  padding: .3em .5em;
  background-color: #B2B286;
  margin: 0;
  border-color: #A6A6A6;
  border-width: 1px;
  border-style: solid;
}

#sidebar .menu_title a
{
  text-decoration: none;
  color: inherit;
}

#sidebar .menu_title:hover
{
}

#sidebar .menu_body
{
  padding: 10px;
  background-color: #FFF;
  margin: 0;
  border-color: #A6A6A6;
  border-width: 0 1px 1px 1px;
  border-style: none solid solid solid;
}

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

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

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

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


/****
TJK_keyBoardDropDown
Pure CSS Drop Down Menu [TJK_keyBoardDropDown] v1.2
Copyright 2006, Thierry Koblentz - TJKDesign.com - All rights reserved.
Read www.TJKDesign.com/articles/Pure_CSS_dropdown_Menus.asp
****/
/* zeroing padding/margin for all elements */
#TJK_dropDownMenu,
#TJK_dropDownMenu * { margin:0;padding-left:40;padding-right:40;}
/* "Master" UL (the whole Menu) */
#TJK_dropDownMenu {width:720px;max-width:100%;align:center;margin-bottom:3.5em;
}
/* sub-menu ULs */
#TJK_dropDownMenu li ul {
	width:11em !important;/* leaves room for padding */
	cursor:default;
	position:absolute;
	height:auto;
	color:#666;
	display:none;
	left:-10px;
	padding:1px 10px 10px 10px;
	background:url(/img/clear.gif);/* trick to keep'em open */
}
/* All LIs */
#TJK_dropDownMenu li {
	position:relative;
	width:8.30em;
	max-width:16.5%;
	color:#666;
	cursor:pointer;
	float:left;
	list-style-type:none;
}
/* sub-menu LIs */
#TJK_dropDownMenu li ul li {
	width:10em/*FF*/;
	padding:0;
	color:#666;
	border:none;
	max-width:120%;
	border-top:none;
}
/* All anchors */
#TJK_dropDownMenu li a {
	cursor:default;
	color:#666;
	text-decoration:none;
	display:block;
	padding:0 .4em;
/*  uncomment the declaration below if you want to go "full width" */
	width:7.47em;
	height:2em;
	line-height:2em;
}
/* sub-menu Anchors */
#TJK_dropDownMenu li ul li a {
	width:9em/*FF*/;
	position:relative !important; /* ie Mac */
	cursor:pointer !important;
	white-space:nowrap;
	line-height:1.7em;
	color:#666;
	height:1.7em;
	font-weight:normal;
	background-position:0 50% !important;
}
/* :hover and stuff */
#TJK_dropDownMenu li a:hover,
#TJK_dropDownMenu li a:focus,
#TJK_dropDownMenu li a:active {color:#000}
/* move the declarations from the rule below the one above if you want a background swap on *all* anchors, including the top level ones */
#TJK_dropDownMenu ul a:hover,
#TJK_dropDownMenu ul a:focus,
#TJK_dropDownMenu ul a:active {color:#000 !important;}
/* display and z-index for the sub-menus */
#TJK_dropDownMenu li:hover ul,
#TJK_dropDownMenu li.msieFix ul {display:block;z-index:10;top:2em !important;}
/* safari: users can keep sub-menus up by from sub-menus to next top level  */
/* didn't find a solution for users going back from the last one. I prefer  */
/* to leave it like that vs. taking the last sub-menu *out of* the wrapper  */
#TJK_dropDownMenu li#AB {z-index:6;}
#TJK_dropDownMenu li#CF {z-index:5;}
#TJK_dropDownMenu li#GJ {z-index:4;}
#TJK_dropDownMenu li#KR {z-index:3;}
#TJK_dropDownMenu li#ST {z-index:2;}
#TJK_dropDownMenu li#UZ {z-index:1;}

/* Current location - class on Body must match LI's id */
.AB #TJK_dropDownMenu li#AB a,
.CF #TJK_dropDownMenu li#CF a,
.GJ #TJK_dropDownMenu li#GJ a,
.KR #TJK_dropDownMenu li#KR a,
.ST #TJK_dropDownMenu li#ST a,
.UZ #TJK_dropDownMenu li#UZ a {color:#000;}
/* Keeping current menu accessible to JAWS */
.AB #TJK_dropDownMenu li#AB ul,
.CF #TJK_dropDownMenu li#CF ul,
.GJ #TJK_dropDownMenu li#GJ ul,
.KR #TJK_dropDownMenu li#KR ul,
.ST #TJK_dropDownMenu li#ST ul,
.UZ #TJK_dropDownMenu li#UZ ul {display:block;top:-1000px}

/* "trigger" and "msieFix" classes */
#TJK_dropDownMenu li.msieFix a {}
/* last nested UL. keeping it in */
#TJK_dropDownMenu li#UZ ul {left:-2.3em !important;}

/* If JS is OFF we need to style the links in the sub-menu of the current page     */
/* so they are accessible to keyboard users. Using a class on each link would let  */
/* us stick each link in the same place, but we would have to plug a lot of        */
/* attributes in the markup and many rules here, so...                             */
.AB #TJK_dropDownMenu li#AB ul li a:focus,
.AB #TJK_dropDownMenu li#AB ul li a:active,
.CF #TJK_dropDownMenu li#CF ul li a:focus,
.CF #TJK_dropDownMenu li#CF ul li a:active,
.GJ #TJK_dropDownMenu li#GJ ul li a:focus,
.GJ #TJK_dropDownMenu li#GJ ul li a:active,
.KR #TJK_dropDownMenu li#KR ul li a:focus,
.KR #TJK_dropDownMenu li#KR ul li a:active,
.ST #TJK_dropDownMenu li#ST ul li a:focus,
.ST #TJK_dropDownMenu li#ST ul li a:active,
.UZ #TJK_dropDownMenu li#UZ ul li a:focus,
.UZ #TJK_dropDownMenu li#UZ ul li a:active {position:absolute !important;top:1028px !important;}