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

Name: Classic Theme
Author: Alexander Palmo

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

Also refer to user_style.php...
*/

/* General */

body{
	background-color: #5E7EFF;
	text-align: center;
	
	font-size: 16px;
	font-family: Lucida, sans-serif;
	font-weight: 500;
}

#topRightContainer{
	width: 100%;
	position: absolute;
	top: -5px;
	
}


#topRightContainer img{
	float:left;
}

#logo{
	height: 83px;
}


#contentContainer .s{
	text-align: left;
	font-size: 16px;	
}
#middleContent ul{
	margin: auto;
	padding: 0;
	list-style-type: none;
	width: 400px;
}
#middleContent li{
	float: left;
}
#middleContent ul li a{
	display: block;
	margin: 0px 4px 0px 4px;
	width: 70px;
	border: 1px solid black;
	background-color: #5E7EFF;	
	color: #FFF;
	text-decoration: none;
	font-size: 16px;
	font-variant: small-caps;	
	font-family: Lucida, sans-serif;
	font-weight:600;
}
#middleContent ul li a:hover{
	background-color: #FFF;
	color: #5E7EFF;
}

#lj {
	vertical-align: bottom;
	border: 0;
}
/* Typeography */

p
{
  margin: 8px 0px 8px 0px; 
}

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

h1
{
  font-size: 20px;
}

h2
{
  font-size: 18px;
}

h3
{
  font-size: 16px;
}

h4
{
  font-size: 14px;
}

h5
{
  font-size: 12px;
}

h6
{
  font-size: 10px;
}

/* NEW */
code, pre {
  font-family: 'Courier New', Courier, Fixed;
}

/* NEW */
pre {
  overflow: auto;
  width: 512px;
  border: 1px dotted #D9D9D9; /* inner_border_color */
  padding: 5px
}

/* NEW */
blockquote {
  color: #777;
  margin: 15px 30px 0 10px;
  padding-left: 20px;
  border-left: 5px solid #ddd
}

/* Links */

a:link, a:visited
{
  font-weight: bold;
  text-decoration: none;
  color: #993333; /* link_reg_color */
}

a:hover
{
  text-decoration: underline;
  color: #FF3333; /* link_hi_color */
}

a:active
{
  color: #3333FF; /* link_down_color */
}

/* Images */

img
{
  border: 0;
  max-width: 600px;
  max-height: 400px;
}
#center{
	text-align: center;
}
#container{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;		
}
#side_container{
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;		
}
#img_float_left
{
  /* Used in the [img] tag when float=left */
  float: left;
  margin: 2px 8px 4px 2px;
}

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

/* Elements */

hr  
{
  color: #5E7EFF; /* inner_border_color */
  background-color: #5E7EFF; /* inner_border_color */
  height: 1px;
  border: 0px;
  margin: 8px 0px 8px 0px; 
}

/* Forms */

/* NEW */
form {
  font-size: 11px;
  margin: 0px;
  padding: 0px
}
  
input, select, option, textarea
{
  font-size: 11px;
  text-align: left;
}

/* Theme Specific */

#header_image
{
  border-color: #4D4D45; /* border_color */
  border-width: 0px 0px 1px 0px;
  border-style: solid;
}

#header
{
  font-family: 'Trebuchet MS', 'Gill Sans', Helvetica, sans-serif;
  color: #FFFFFF; /* header_txt_color */
  margin: 0px;
  padding: 4px 12px 4px 12px;
  border-color: #4D4D45; /* border_color */
  border-width: 0px 0px 1px 0px;
  border-style: solid;
  background-color: #999966; /* header_bg_color */
  font-size: 14px;
  font-weight: bold;
}

#maincontent
{
  margin: 0;
  padding: 20px;
}

#maincontent .blog_subject
{
  font-family: 'Trebuchet MS', 'Gill Sans', Helvetica, sans-serif;
  color: #666633; /* headline_txt_color */
  font-size: 14px;
  font-weight: bold;
  margin: 0px;
}

#maincontent .blog_subject img
{
  /* padding: top right bottom left */
  padding: 0px 0px 0px 10px;
  float: right;
}

#maincontent .blog_byline
{
  color: #999999; /* date_txt_color */
  font-size: 9px;
  margin-bottom: 10px;
}

#maincontent .blog_body_clear
{
  padding: 0px;
  border-color: #FFF;
  border-width: 0px;
  border-style: solid;
}

#maincontent .blog_body_solid
{
  padding: 1px;
  border-color: #FFF;
  border-width: 0px 0px 1px 0px;
  border-style: solid;
}

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

#sidebar
{
  padding: 10px;
}

#sidebar .menu_title
{
  font-family: 'Trebuchet MS', 'Gill Sans', Helvetica, sans-serif;
  font-weight: bold;
}

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

#sidebar .menu_title:hover
{
}

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

#sidebar .divider {
  margin: 8px 0px 8px 0px;
}

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

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

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

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

/* NEW */
#archive_tree_menu li 
{
  margin: 0px;
  padding: 0px;
  /* border: 1px #F0F dashed; */
}

#footer
{
  border: 0;
  border-top: 1px solid #4D4D45; /* border_color */
  color: #666666; /* footer_txt_color */
  background: #EEEEEE; /* footer_bg_color */
  padding: 10px;
  text-align: left;
  clear: both;
}

#topLeft{
	width: 300px;
	float: left;
}
#topLeft .s{
	height: 115px;
	overflow:hidden;
	position: relative;
}
#topLeft ul{
	display: block;	
	position: absolute;
	top: -3px;
	left: -3px;
	list-style-type: none;
}
#topLeft a{
	color: #282B30;
	text-decoration: none;
	font-size: 21px;
	font-variant: small-caps;	
	font-family: Lucida, sans-serif;
	font-weight: 800;
}
#topLeft a:hover{
	font-size: 21px;
	font-variant: small-caps;
	font-family: Lucida, sans-serif;
	font-weight: 800;
	text-decoration: underline;
}

#topRight{
	width: 580px;	
	float: right;
}
#topRight .s{
	height: 115px;	
	overflow:hidden;	
	position: relative;
}

#topRightContainer{
	width: 100%;
	position: absolute;
	top: -5px;
	
}

#topRightContainer img{
	float:left;
}
.dialog .hd .c .m ,
.dialog .ft .c {
 font-size:1px; /* ensure minimum height */
 height:38px;

}

.dialog .ft .c .m{
 height:38px;
}

.dialog .hd {
 background:transparent url(/images/tl.gif) no-repeat 0px 1px;
}

.dialog .hd .c {
 background:transparent url(/images/tr.gif) no-repeat right 0px;
}

.dialog .hd .m {
 background:transparent url(/images/tm.gif) repeat-x 0px 2px; margin:0px 46px 0px 45px;
}

.dialog .bd {
 background:transparent url(/images/ml.gif) repeat-y 0px 0px;
}

.dialog .bd .c {
 background:transparent url(/images/mr.gif) repeat-y right 0px;
}


.dialog .bd .c .s {
 margin:0px 28px 0px 40px;
 background:#fff;
 padding:1em;

}

.dialog .ft {
 background:transparent url(/images/bl.gif) no-repeat 4px 0px;
}

.dialog .ft .c {
 background:transparent url(/images/br.gif) no-repeat right 0px;
}

.dialog .ft .m {
 background:transparent url(/images/bm.gif) repeat-x -6px -2px; margin:0px 40px 5px 40px;
}

.divider { margin: 20px 0px 15px 0px; }
