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

Name: GLight Theme
Author: Bill Bateman

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
{
  color: #000000; /* txt_color */
  font-size: 12px;
  margin: 0px;
  padding: 0px;
  text-align: left;
  background-color: #FFFFFF; /* bg_color */

  /* 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; */
}

/* Typeography */

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

h1, h2, h3, h4, h5, h6
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-weight: bold;
  color: #000000; /* headline_txt_color */
  text-shadow: #bbb 2px 2px 1px;
  margin: 2px 0px 2px 0px;
}

h1
{
  font-size: 20px;
  color: #000000; /* headline_txt_color */

}

h2
{
  font-size: 18px;
  color: #000000; /* headline_txt_color */
}

h3
{
  font-size: 16px;
  color: #000000; /* headline_txt_color */
}

h4
{
  font-size: 14px;
  color: #000000; /* headline_txt_color */
}

h5
{
  font-size: 12px;
  color: #000000; /* headline_txt_color */
}

h6
{
  font-size: 10px;
  color: #000000; /* headline_txt_color */
}

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

/* NEW */
pre {
  overflow: auto;
  width: 512px;
  border: 1px solid #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: normal;
  text-decoration: none;
  /* color: #993333;  link_reg_color */
}

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

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

/* Images */

img
{
  border: 0;
}

#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: #D9D9D9; /* inner_border_color */
  background-color: #D9D9D9; /* 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 */

/* new header */


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

#header
{
  font-family: Arial, Helvetica, Sans-Serif;
  color: #FFFFFF; /* header_txt_color */
  margin: 0px;
   border-color: #4D4D45;*/ /* border_color 
     background: url('allimages/org_blue6b.gif');
  border-width: 0px 0px 0px 0px;
  /* border-style: thin; */
  /* font-size: 14px; */
  /* font-weight: bold; */
  margin-bottom: -20px;
  /* align : center; */
  /* top , right, bottom, left*/
  /* padding: 1px 1px 1px 15px; */ /* Used to be 10px */

}

#header .hdtitle
{
  font-family: Arial, Helvetica, Sans-Serif;
  color: #FFFFFF; /* header_txt_color */
  margin: 0px;
  border-color: #4D4D45; /* border_color */
  border-width: 0px 0px 0px 0px;
  border-style: solid;
  font-size: 14px; 
  font-weight: bold; 

}



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

#sidebar
{
  padding: 3px;
}

#rightsidebar
{
  padding: 3px;
}
#rss_menu_title
{
  /* padding: top right bottom left */
  padding: 0px 7px 0px 7px;
  font-weight: bold;
  font-size: 14px;

}

#sidebar .onemenu_title
{
  font-family: 'Trebuchet MS', 'Gill Sans', Helvetica, sans-serif;
  font-weight: bold;
  border-style: inset;
  border-width: thick;
  border-color: red;
  padding: 1px 1px 1px 4px;
}

#sidebar .onemenu_title a
{
  text-decoration: none;
  color: inherit;
  font-weight: bold;

}

#sidebar .onemenu_title hover
{
  border-style: solid;
}

#sidebar .onemenu_body
{
  padding: 1px;
  border-color: #999; 
  border-width: 2px;
  border-style: solid;
  /* padding: 10px 10px 10px 10px;*/
}

#sidebar .newmenu_title
{

  font-family: 'Trebuchet MS', 'Gill Sans', Helvetica, sans-serif;
  font-weight: bold;
  border-style: none;//ADITUSOFT
  border-width: thin;
  border-color: red;
  /* top , right, bottom, left*/
  padding: 1px 2px 1px 4px;

}


#sidebar .menu_title
{

  font-family: 'Trebuchet MS', 'Gill Sans', Helvetica, sans-serif;
  font-weight: bold;
  border-style: none;//ADITUSOFT
  border-width: thin;
  border-color: red;
  /* top , right, bottom, left*/
  /*padding: 1px 2px 1px 4px;*/
  padding: 1px 1px 1px 1px;

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

}

#sidebar .menu_title hover
{
  border-style: solid;
}

#sidebar .menu_body
{

  padding: 1px;
  border-color: #999; 
  border-width: 1px;
  border-style: solid;
  /* top , right, bottom, left*/
  /*padding: 1px 2px 1px 4px;*/
  /* padding: 1px 1px 1px 2px; */

}

#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;
}
/* RIGHT SIDE BAR */
#rightsidebar .menu_title
{
  font-family: 'Trebuchet MS', 'Gill Sans', Helvetica, sans-serif;
  font-weight: bold;
  border-style: none;//ADITUSOFT
  border-width: thin;
  border-color: red;
  /* top , right, bottom, left*/
  /*padding: 1px 2px 1px 4px;*/
  padding: 1px 1px 1px 1px;

}
#rightsidebar .menu_title a
{
  text-decoration: none;
  color: inherit;
  font-weight: bold;

}

#rightsidebar .menu_title hover
{
  border-style: solid;
}

#rightsidebar .menu_body
{
  padding: 1px;
  border-color: #999; 
  border-width: 1px;
  border-style: solid;
  /* top , right, bottom, left*/
  /*padding: 1px 2px 1px 4px;*/
  /* padding: 1px 1px 1px 4px; */

}
/* parent menu */
	#parentMenu{
	
		background-color: #FFF;	/* Background color of main menu */
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Fonts of main menu items */
		/* font-size:0.9em;	*/ /* Font size of main menu items */
		border-bottom:1px solid #000000;	/* Bottom border of main menu */
		height:20px;	/* Height of main menu */		
		position:relative;	/* Don't change this position attribute */		
	}
	
	#parentMenu a{
		padding-left:5px;	/* Spaces at the left of main menu items */
		padding-right:5px;	/* Spaces at the right of main menu items */
		font-weight:bold;
		/* Don't change these two options */
		position:absolute;
		bottom:-1px;	/* Change this value to -2px if you're not using a strict doctype */
	}
	
	#childMenu{		
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Font  of sub menu items */
		background-color:#E2EBED;	/* Background color of sub menu items */		
		width:100%;	/* Don't change this option */
		
	}	
	#childMenu div{
		white-space:nowrap;	/* Don't change this option */		
	}
	/*
	Style attributes of active menu item 
	*/
	#parentMenu .activeMenuItem{
		/* Border options */
		border-left:1px solid #000000;
		border-top:1px solid #000000;
		border-right:1px solid #000000;		
		border-bottom:1px solid #000000;		
		background-color: #E2EBED;	/* Background color */		
		cursor:pointer;	/* Cursor like a hand when the user moves the mouse over the menu item */
	}
	
	#parentMenu .atStart{
	
		background-color: #EEDDEE;	/* Background color */		
		border-right:1px solid #000000;		
		border-left:1px solid #000000;
		color: #700;	/* Text color */
		cursor:pointer;	/* Cursor like a hand when the user moves the mouse over the menu item */
	}
	
	#parentMenu .activeMenuItem img{
		position:absolute;
		bottom:0px;
		right:0px;
	}
		
	/*
	Style attributes of inactive menu items
	*/
	#parentMenu .inactiveMenuItem{		
		color: #000;	/* Text color */
		cursor:pointer;	/* Cursor like a hand when the user moves the mouse over the menu item */
	}
	
	#childMenu a{	
		text-decoration:none;	/* No underline on sub menu items - use text-decoration:underline; if you want the links to be underlined */
		padding-left:5px;	/* Space at the left of each sub menu item */
		padding-right:5px;	/* Space at the right of each sub menu item */
		color: #000;	/* Text color */
		/* font-size:0.9em; */
	}
	
	#childMenu a:hover{
		color: #FF0000;	/* Red color when the user moves the mouse over sub menu items */
	}
	
/* 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: 0px solid #4D4D45; /* border_color */
  color: #666666; /* footer_txt_color */
  background: #EEEEEE; /* footer_bg_color */
  padding: 10px;
  text-align: left;
  clear: both;
}

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