/* 
Theme Name: Retrospective
Theme URI: http://blogbuildingu.com/retrospective
Description: A theme by <a href="http://blogbuildingu.com/">Hendry Lee</a>, focuses on ease of use, clean typography, modern colors and design.
Version: 0.9
Author: Hendry Lee
AUTHOR URI: http://blogbuildingu.com/
Tags: simple, clean, widgets, widget ready, two columns, fixed width, valid CSS, valid XHTML, blue
*/

body, div, dl, dt, dd, ul, ol, h1, h2, h3, h4, h5, h6, pre, form, fieldset, legend, input, textarea, p, blockquote, th, td { margin: 0em; padding: 0em; }

/*////////// GENERAL //////////*/
body {
	margin: 0;
	color: #FFFFFF;
	font-size: 75%;
	font-family: Verdana, Arial, Tahoma, sans-serif;
	background-color: #3498CC;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

#container { 
  width: 65em;
  margin: 0 auto;
  padding: 1em;
}

/*////////// TYPEOGRAPHY //////////*/
		
h1 {
	font-family: "Lucida Grande", "Lucida Sans", Verdana, sans-serif;
	font-weight: bold;
	letter-spacing: -1px;
	font-size: 200%;
	line-height: 0.9em;
	color: #FFFFFF;
}

h2 {
	font-family: Arial,Helvetica,Verdana;
	font-weight: bold;
	font-size: 120%;
	color: #FFFFFF;
	text-align: left;
	text-transform: uppercase;
}
		
h3 {}
	
h4 {}

p {
  font-size: 1em;
  line-height: 1.5em;
  margin-bottom: 1em;
}

a:link, a:visited, a:active {
	color: #00CCCC;
	text-decoration: none;
}

a:hover {
text-decoration: underline;
}
		
/*///////// HEADERS //////////*/
#header {
	width: auto;
	height: auto;
	margin: 0 auto;
	text-transform: lowercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FAE6D4;
	background-repeat: no-repeat;
	background-position: center center;
	
	}

#header #logo h1 {
  margin: 0.6em 0 0 0.1em;
  text-align: left;
  font-size: 250%;
}

#header #logo p {
  margin-left: 0.6em;
  color: #eee;
}

#header #logo h1 a {
  color: #eee;
}

#logo {
  float: left;
}

/*////////// CONTENT //////////*/
#content {
	float: left;
	width: 510px;
	margin-top: 65px;
	margin-right: 2em;
	margin-bottom: 0;
	margin-left: 0;
	color: #FFFFFF;
	background-repeat: repeat-x;
}

#content h1, #content h1 a {
	color: #FFFFFF;
}

#content ul {
  list-style-type: square;
}

#content ul li, #content ol li {
  margin: 0 0 1em 2em;
}

#content .postmetadata, #content .postmetadata2 {
  font-size: 0.9em;
  margin-bottom: 2em;
}

#content .postmetadata2 {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;

}

h1.pagetitle {
  margin-bottom: 1em;
}

h2 a:link, h2 a:visited, h2 a:active {
	text-transform: none;
	color: #FFFFFF;
	font-family: "Lucida Grande", "Lucida Sans", Verdana, sans-serif;
	font-size: 150%;
}

p.rssfeed {
  display: block;
  width: 270px;
  height: 95px;
  background: url('images/rss-feed.jpg') no-repeat;
}

.rsslink {
	display: block;
	width: 270px;
	height: 95px;
	margin: 0;
	padding: 0;
}

code {
  font-family: 'Courier New', Courier, Monospace;
  font-size: 1.1em;
  padding: 1em 0 1em 0;
}

blockquote {
  margin: 0 0 1em 1em;
  padding: 1em 1em 0 1em;
  border: 1px solid #eee;
  background-color: #F9FDFF;
  width: 90%;
}

/*////////// SIDEBARS //////////*/
#sidebar {
	float: right;
	width: 200px;
	margin-top: 40px;







  padding-left; 2em;
	color: #FFFFFF;
}

#sidebar h2 {
	font-family: "Lucida Grande", "Lucida Sans", Arial, Tahoma, sans-serif;
	letter-spacing: -1px;
	font-weight: bold;
	font-size: 165%;
	color: #FFFFFF;
	text-align: left;
	text-transform: uppercase;
}

#sidebar ul {
  margin-bottom: 1em;
}

#sidebar ul li {
  list-style-type: none;
}

#sidebar ul li a {
  border-bottom: 1px solid #ededed;
}

#sidebar ul li a, #sidebar ul li a:visited {
	display: block;
	background: url('images/arrow.gif') no-repeat left center;
	padding: 5px 0 5px 2em;
	color: #FFFFFF;
	text-decoration: none;
}

#sidebar ul li a:hover {
	font-weight: bold;
}

#sidebar ul li ul li {
  padding-left: 1em;
}

/*////////// NAV //////////*/

#top_navlist {
  float: right;
  margin: 50px 0.5em 0 0;
  padding 0;
}

#top_navlist ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
}

#top_navlist ul li { 
  float: left; 
}

#top_navlist ul li a {
  text-decoration: none;
  background: url('images/navbar.jpg') no-repeat top left;
  float: left;
  margin: 0 5px 0 0;
  padding-top: 7px;
  width: 75px;
  height: 35px;
}

#top_navlist ul li.current_page_item a {
  background-position: -75px 0;
  width: 75px;
  height: 35px;  
}

#top_navlist ul li a, #top_navlist ul li a:visited {
  font-size: 0.9em;
  color: #000;
  font-weight: normal;
}

#top_navlist ul li a:hover, #top_navlist ul li.current_page_item a {
  font-weight: bold;
}

/*////////// BLOG ELEMENTS //////////*/
#commentform { 
  margin:0;
  padding:1em 1em 0 0;
}

#commentform label {
  display:block;
  margin:0;
}

#commentform input {
  width: 12em;
  margin:0 0.5em 1em 0;
  padding:0.1em;
}

#commentform textarea {
  width:35em;
  margin:0 0 10px;
  padding:0;
}

#commentform #submit {
  margin:0 0 20px;
}

#commentform p {
  margin:5px 0;
}

#content ol.commentlist li:hover {
  background:none;
}

#content ol.commentlist li {
  margin-top: 2em;
  padding:0;
}
		
/*////////// FORMS //////////*/
form#searchform { 
  margin-bottom: 1em;
}

form#searchform input {
  padding: 0.2em;
  background-color: rgb(245, 245, 245);
  color: #777;
  width: 17.5em;
  font-size: 1.25em;
}

form#searchform input:hover, form#search input:focus {
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
}

/*////////// FOOTER //////////*/
#footer-container {
	clear: both;
	background: #F4F8FC url('images/bg-footer.jpg') repeat-x left top;
	/*  min-height: 24em; */
  font-size: 0.9em;
	color: #507699;
	text-align: center;
	height: 250px;
	width: auto;
	margin-right: auto;
	margin-left: auto;
}

#footer {
	clear: both;
	height: auto;
	text-align: left;
	font-size: 11px;
	color: #999999;
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D7D6D4;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 25px;
	font-family: Tahoma, Arial;
}

#footerleft {
	float: left;
	width: 21em;
	margin-bottom: 1.5em;
	padding-right: 1em;
	overflow: hidden;
}
	
#footermid {
	float: left;
	width: 21em;
	margin-bottom: 1.5em;
	padding-right: 1em;
	overflow: hidden;
}
	
#footerright {
	float: right;
	width: 21em;
	margin-bottom: 1.5em;;
	padding: 0;
	overflow: hidden;
}

#footer ul {
  margin-bottom: 1em;
}

#footer ul li {
  list-style-type: none;
  border-bottom: 1px solid #ededed;
}

#footer ul li a, #footer ul li a:visited {
  display: block;
  padding: 5px 0 5px 0;
  color: #507699;
  text-decoration: none;
}

#footer ul li a:hover {
  background-color: #F5F5F5;
}

#footer-container div.copyright {
  clear: both;
  margin-top: 1em;
}
  
  
/*////////// IMAGES //////////*/		
img {
  border: none;
}

img.avatar {
  float: right;
  margin-right: 1em;
}

.alignright {
  float: right;
  clear: right;
  margin: 0 0 5px 10px;
  background: #fff;
 }
 
.alignleft { 
  float: left;
  clear: left;
  margin: 0 10px 5px 0px;
  background: #fff;
}

.aligncenter, div.aligncenter {
  display: block;
  margin: 0 auto 20px auto;
  float: none;
  clear: both;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

#contantpage {
	width: 800px;
	clear: none;
	margin-right: auto;
	margin-left: auto;
	height: 37px;
	padding-left: 0px;
}
.header {
	font-size: 16px;
	font-weight: bold;
}

#logoandtitle {
	width: 700px;
	clear: none;
	margin-right: auto;
	margin-left: auto;
	height: 53px;
	padding-left: 100px;
	background-image: url(images/Untitled-2_02.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 10px;
	padding-top: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #333467;
	text-transform: none;
}

/* SpryMenuBarHorizontal.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: auto;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: center;
	cursor: pointer;
	width: 7.5em;
	float: left;
	visibility: visible;
	overflow: visible;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 8.2em;
	position: absolute;
	left: -1000em;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
	background-color: #FFFFFF;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width: 9.0em;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin-top: -5%;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 95%;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
	background-color: #FFFFFF;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	color: #999999;
	background-image: none;


}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	color: #666666;
	text-decoration: none;
	font-family: Tahoma, Arial;
	font-size: 12px;
	font-weight: normal;
	padding-top: 0.5em;
	padding-right: 0.25em;
	padding-bottom: 0.5em;
	padding-left: 0.25em;
	text-transform: none;
	height: 25px;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	font-weight: bold;
	background-repeat: no-repeat;

}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{

}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenu
{
	background-image: url(SpryMenuBarDown.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
{
	background-image: url(SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
{
	background-image: none;
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{
	background-image: url(SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}

/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus2
{
	font-weight: bold;
	background-image: url(../images/images/Untitled-2_05.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;

}
#sidebar2 {
	float: right;
	width: 70px;
	padding-top: 0px;
	padding-left: 0px;
	height: auto;
}

#mssionstatment {
	float: right;
	width: 339px;
	padding-top: 0px;
	padding-left: 0px;
	height: auto;
	margin-right: 35px;
	margin-top: 8px;
}
