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

Name: Modern Theme
Author: Alexander Palmo
Version: 0.4.1

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...
*/

/* General Layout */

img {
  border: 0px;
}

body
{
	color: #000;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	background-color: #FFF;
	
	/* Standard. Readable */
	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; */
	
	/* Nice. Classic Looking */
	/* font-family: 'Times New Roman', Times, serif; */
	/* font-family: Georgia, serif; */
	/* font-family: Book Antiqua, Palatino, serif; */
	
	/* Modern. Kind of Funky */
	/* font-family: 'Gill Sans', 'Trebuchet MS', Helvetica, sans-serif; */
	
	/* Monospace */
	/* font-family: Lucida Console, Monaco, monospace; */
}

table.ei_menu
{
	font-size: 11px;
}

table.ei_page_menu
{
	font-size: 9px;
        background-color: #ddeeff;
}

input, select, option, textarea
{
	font-size: 11px;
	text-align: left;
}

#header_image
{
	border-color: #666;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
}

#header
{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	margin: 0px;
	padding: 4px 12px 4px 12px;
	border-color: #666;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	background-color: #996;
	font-size: 11px;
	font-weight: bold;
}

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


#sidebar
{
	padding: 12px;
}

#footer
{
	border: 0;
	border-top: 1px solid #ccc;
	color: #666;
	background: #eee;
	padding: 10px;
	text-align: left;
	clear: both;
}

#maincontent.ei_menu
{
	font-size: 12px;
}


div.ei_links_int
{
  margin: 0px 0px 0px 0px;
  font-size: 12px;
  line-height: 14px;
  color: #000000;
  padding: 10px;
  align: left;
  border-color: #000066;
  border-width: 1px 1px 1px 1px;
  border-style: solid solid solid solid;
  background-color: #ccddff;
}

div.history
{
  margin: 0px 0px 0px 0px;
  font-size: 10px;
  line-height: 12px;
  color: #000000;
  padding: 4px 10px 4px 10px;
  align: left;
  border-color: #000000;
  border-width: 1px 1px 1px 1px;
  border-style: solid solid solid solid;
  background-color: #ffffff;
}

div.example
{
  margin: 4px 10px 4px 0px;
  color: #000000;
  padding: 10px 10px 10px 10px;
  align: left;
  border-color: #007700;
  border-width: 3px 3px 3px 3px;
  border-style: solid solid solid solid;
  background-color: #ffffff;
  float: left;
  width: 300px;
  font-size: 85%;
  line-height: 120%;
}

div.example_var
{
  margin: 4px 10px 4px 0px;
  color: #000000;
  padding: 10px 10px 10px 10px;
  align: left;
  border-color: #007700;
  border-width: 3px 3px 3px 3px;
  border-style: solid solid solid solid;
  background-color: #ffffff;
  #font-size: 85%;
  #line-height: 120%;
}

div.ei_links_ext
{
  margin: 0px 0px 0px 0px;
  font-size: 12px;
  line-height: 14px;
  color: #000000;
  padding: 10px;
  align: left;
  border-color: #000000;
  border-width: 1px 1px 1px 1px;
  border-style: solid solid solid solid;
  background-color: #eeeeee;
}



div.ei_footer_box
{
  align: center;
  width: 100%;
}

div.ei_footer_text
{
  margin: 40px 0px 0px 0px;
  font-size: 80%;
  line-height: 100%;
  color: #990000;
  padding: 3px;
  align: left;
  border-color: #ff3333;
  border-width: 1px 3px 3px 1px;
  border-style: solid solid solid solid;
  background-color: #ffffff;
}

div.myhistory
{
  width: 300px;
  margin: 30px 0px 0px 0px;
  font-size: 11px;
  line-height: 10px;
  padding: 2px;
  color: #aaaaaa;
  border-color: #cccccc;
  border-width: 1px;
  border-style: solid;
  background-color: #eeeeee;}

#maincontent .blog_title
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 6px 4px 10px;
	margin: 0px;
	border-width: 1px 1px 0px 1px;
	border-style: solid solid none solid;
	color: #000033;
#	background-color: #d0d5ff;
#	background-color: #ccddff;
#	background-color: #99aaff;
        background-color: #aaccff;
	border-color: #000099;
}

#maincontent .blog_title_buttons
{
	/* Edit and Delete buttons in the Blog Title */
	float: right;
	position: relative;
	top: -15px;
	right: 2px;
	/* This is totally broken on IE for the Mac but who cares! */
}

#maincontent .blog_body
{
	padding: 12px; /* Used to be 10px */
	margin: 0px;
	line-height: 20px; /* This is new */
	border-width: 1px;
	border-style: solid;
	color: #000000;
	background-color: #FFF;
	border-color: #000099;
	font-size: 14px;
}

#maincontent .blog_body li
{
	margin: 0px 0px 6px 0px;
}

#maincontent .blog_body a:visited
{
	color: #555;
       text-decoration: underline;
}

#maincontent .blog_body a:link
{
	color: #339;
       text-decoration: underline;
}

#maincontent .blog_body a:hover
{
	color: #c33;
       text-decoration: underline;
}

#maincontent .blog_body a:active {
	color: #33F;
       text-decoration: underline;
}


#maincontent .blog_date
{
	font-weight: normal;
	color: #999;
	font-size: 10px;
	margin-bottom: 4px;
}

#maincontent .blog_comment
{
	padding: 6px 10px 6px 10px;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	color: #663;
	background-color: #FFF;
	border-color: #A6A6A6;
}

#sidebar .menu_title
{
	font-family: 'Trebuchet MS', 'Gill Sans', Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	padding: 4px 5px 3px 7px;
	background-color: #B2B286;
	margin: 0px;
	border-color: #A6A6A6;
	border-width: 1px 1px 0px 1px;
	border-style: solid solid none solid;
}

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

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

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


/* Links */

a
{
	font-weight: bold;
	text-decoration: none;
}

a:link, a:visited
{
	color: #339;
       text-decoration: none;
}

a:hover
{
	color: #F33;
}

a:active {
	color: #33F;
}

//#maincontent a:link, a:visited
//{
//  foreground-color: black;
//  text-decoration: underline;
//}



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

#sidebar .menu_body a:link
{
	color: #933;
}

#sidebar .menu_body a:visited
{
	color: #933;
}

#sidebar .menu_body a:hover
{
	color: #F33;
}

#sidebar .menu_body a:active {
	color: #33F;
}

/* Typeography */


h1, h2, h3, h4, h5, h6
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
        /* 2007-11-18,mb */
	color: #000066;
	margin: 2px 0px 20px 0px;
}

h1
{
	font-size: 20px;
	font-weight: bold;
}

h2
{
	font-size: 18px;
	font-weight: bold;
}

h3
{
	font-size: 17px;
	font-weight: bold;
}

h4
{
	font-size: 16px;
	font-weight: bold;

	margin: 20px 0px 7px 0px;
}

h5
{
	font-size: 12px;
	font-weight: bold;
}

h6
{
	font-size: 10px;
	font-weight: bold;
}


div.myimg
{
  margin: 0px;
  padding: 5px;
  color: #cc6666;
  background-color: #ffffff;
  border: 1px black solid;
}



div#img_float_right
{
  /* Used in the [img] tag when float=right */
  font-size: 90%;
  line-height: 100%; /* This is new */
  color: #333333;
  float: right;
  margin: 6px;
  padding: 3px 0px 3px 3px ;
  background-color: #ddeeff;
  border-color: #bbddff;
  border-width: 1px;
  border-style: solid;
}











div#mytab
{
  padding: 4px;
}

div#mytab table
{
  background-color: #000000;
  padding: 0px;
}
div#mytab th
{
  background-color: #ccddff;
  padding: 4px;
  font-size: 80%;
}
div#mytab tr
{
  background-color: #f0f8ff;
}

div#mytab td
{
  padding: 4px;
  font-size: 80%;
}


div#mytabShortup
{
  padding: 4px;
  float: right;
}

div#mytabShortup table
{
  background-color: #000000;
  padding: 0px;
}
div#mytabShortup tr
{
  background-color: #ddeeff;
}
div#mytabShortup th
{
  background-color: #99ccff;
  padding: 4px;
  font-size: 80%;
}
div#mytabShortup td
{
  padding: 4px;
  font-size: 80%;
}

div#formula
{
  padding: 10px;
  border-style: none none none solid;
  border-width: 1x;
}

div#formula table
{
  align: center;
}
div#formula td
{
  background-color: white;
  text-align: center;
}

