/* 
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;
  background: #fff url(images/bg.jpg) repeat-x left top;
  color: #333;
  font-size: 75%;
  font-family: Verdana, Arial, Tahoma, sans-serif;
}

#container { 
  width: 72em;
  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: #777;
}

h2 { 
  font-family: Arial,Helvetica,Verdana;
  font-weight: bold;
  font-size: 120%;
  color: #545454;
  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: #006DA3;
  text-decoration: none;
}

a:hover {
text-decoration: underline;
}
	
/*///////// HEADERS //////////*/
#header {
  width: 65em;
  margin: 0 auto;
  height: 60px;
}

#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: 50em;
  margin: 2em 1em 0 0;
}

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

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

#content ul li, #content ol li {
  margin: 0 0 1em 2em;
  list-style-type:none;
}

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

#content .postmetadata2 {
  border-top: double #C0C0C0;
}

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

h2 a:link, h2 a:visited, h2 a:active {
  text-transform: none;
  color: #777;
  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: 14em;
  margin-top: 0.5em;
  padding-left; 2em;
  white-space:nowrap;
}

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

#sidebar ul {
  margin-bottom: 0em;
  width: 250px;
}

#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: #555;
  text-decoration: none;
}

#sidebar ul li a:hover {
  background-color: #F0F4FC;
}

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

.sidebar_table {
  border-collapse: collapse;
  width: 250px;
}

.sidebar_table th {
  padding: 5px;
}
.sidebar_table td {
  padding: 5px;
  border-top: solid 1px #006DA3;
}

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

#top_navlist {
  float: right;
  margin: 100px 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: 0em;
}

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

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;
  padding-bottom: 1em;
}

#footer {
  width: 65em;
  padding-top: 3em;
  margin: 1em auto 0;
  color: #507699;
  font-size: 1.1em;
  text-align: left;
}

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

.faq_question {
   font-weight: bold;
   font-size: 1.2em;
}
