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

#container { 
  background: #fff url(images/bg_container.png) repeat-y left top;
  width: 960px;
  margin: 0 auto;
  padding: 0px 0px 10px 0px;
}

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

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

h5 {
  font-family: Britanic, Verdana, sans-serif;
  font-weight: bold;
  letter-spacing: -1px;
  font-size: 200%;
  line-height: 0.9em;
  color: #97332D;
  text-transform: uppercase;
}

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 { 
  background: #777F92 url(images/bg/header.png) no-repeat left top;
  width: 980px;
  margin: 0 auto;
  height: 151px;
}

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

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

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

#logo {
  float: left;
  height: 114px;
}

/*////////// CONTENT //////////*/

#content {
  float: left;
  width: 580px;
  margin: 40px 20px 0 50px;
  text-align: justify;
  
}

#content h1, #content h1 a {
  color: #97332D;
}

#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: double #C0C0C0;
}

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

h2 a:link, h2 a:visited, h2 a:active {
  text-transform: none;
  color: #97332D;
  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: 270px;
  margin-top: 0em;  
}

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

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

#sidebar ul li {
  list-style-type: none;
  padding-left: 9px;
  width: 250px;
}

#sidebar ul li a {
  border-bottom: 0px 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: #000000;
  text-decoration: none;
}

#sidebar ul li a:hover {
  text-decoration: underline;
}

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

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

#top_navlist {
  float: right;
  margin: 121px 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: #DDDDDD url('images/bg-footer.png') repeat-x left top;
/*  min-height: 24em; */
  font-size: 0.9em;
  color: #507699;
  text-align: center;
  padding-bottom: 1em;
}

#footer {
  width: 960px;
  padding-top: 1em;
  margin: 0em 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 #777F92;
   text-align: center;
   background-color: #AFB3BE;
   padding-top: 4px;
   margin: 5px 10px 0px 0px;
   /* 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;
}

/* ---------- @ Suckerfish Menu -----------*/

#suckerfishnav {
    background: url(images/bg/980menu.png) left repeat-y;
    font: Helvetica, Arial, "Lucida Grande", Verdana, sans-serif;
	height:47px;
	font-size:0.9em;
    font-weight:bold;
	text-transform: uppercase;
    width:958px;
    }
	
#suckerfishnav, #suckerfishnav ul {
    float:left;
    list-style:none;
    line-height:37px;
    padding:0px 0px 0px 0px;
    border:1px solid #777F92;
    margin:0px 0px 0px 0px;
    }
	
#suckerfishnav a {
    display:block;
    color:#000000;
    text-decoration:none;
    padding:5px 10px 5px 10px;
    background: #A3A3D1;
	border-right:1px solid #777F92;
	border-bottom:1px solid #777F92;
    }
	
#suckerfishnav a:hover {
    display:block;
    color:#FFFFFF;
    text-decoration:none;
    padding:5px 10px 5px 10px;
    background: #97332D;
	border-right:1px solid #777F92;
	border-bottom:1px solid #777F92;
    }
	
#suckerfishnav li {
    float:left;
    padding:0;
    }
	
#suckerfishnav ul {
    position:absolute;
    left:-999em;
    height:27px;
    width:180px;
    border:0;
    border-top:0px solid #666666;
	z-index:20000
    }
	
#suckerfishnav li li {
    width:200px;
    height:27px;
    border-bottom:0px solid #FFFFFF;
    border-left:1px solid #FFFFFF;
    border-right:1px solid #FFFFFF;
    }
	
#suckerfishnav li li a {
    padding:0px 10px 0px 20px;
    width:200px;
    height:27px;
    color:#5E8302;
    }
	
#suckerfishnav li ul ul {
    margin:-18px 0 0 120px;
    }
	
#suckerfishnav li li:hover {
    background:#97332D;
    }
	
#suckerfishnav li ul li:hover a, #suckerfishnav li ul li li:hover a, #suckerfishnav li ul li li li:hover a, #suckerfishnav li ul li li li:hover a {
    color:#FFFFFF;
    }
	
#suckerfishnav li:hover a, #suckerfishnav li.sfhover a {
    color:#FFFFFF;
    }
	
#suckerfishnav li:hover li a, #suckerfishnav li li:hover li a, #suckerfishnav li li li:hover li a, #suckerfishnav li li li li:hover li a {
    color:#ffffff;
    }
	
#suckerfishnav li:hover ul ul, #suckerfishnav li:hover ul ul ul, #suckerfishnav li:hover ul ul ul ul, #suckerfishnav li.sfhover ul ul, #suckerfishnav li.sfhover ul ul ul, #suckerfishnav li.sfhover ul ul ul ul {
    left:-999em;
    }
	
#suckerfishnav li:hover ul, #suckerfishnav li li:hover ul, #suckerfishnav li li li:hover ul, #suckerfishnav li li li li:hover ul, #suckerfishnav li.sfhover ul, #suckerfishnav li li.sfhover ul, #suckerfishnav li li li.sfhover ul, #suckerfishnav li li li li.sfhover ul {
    left:auto;
    background:#F0F0F0;
    }
	

#suckerfishnav li:hover, #suckerfishnav li.sfhover {
    background:none;
    }
	
.thumbnail{
position: relative;

}

.thumbnail:hover{
background-color: transparent;

}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #EDEDED;
padding: 5px;
border: 1px solid #CECFD0;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 20px;
left: 200px; /*position where enlarged image should offset horizontally */
}
