/*  
Theme Name: LittlePo
Theme URI: http://www.littlepo.com/
Description: LittlePo's theme, created by <a href="http://www.jlacivita.com">jlacivita</a>
Version: 2.0
Author: Jeremy LaCivita
Author URI: http://www.jlacivita.com

	LittlePo 2.0

	This theme was designed and built by Jeremy LaCivita
*/


/* ***************** */
/* General HTML tags */
/* ***************** */
html {
  background-color: rgb(175, 174, 175);
  font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
  font-size: 13px;
}

body {
  margin: 0px;
}

p {
  margin: 0px;
  margin-bottom: 10px;
}

a {
  color: rgb(96, 124, 170);
  text-decoration: none;
}

a:hover {
  color: rgb(96, 124, 170);
  text-decoration: underline;
}

ul.categories {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

ul.categories ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  padding-left: 15px;
  margin-left:0px;
}

/* **************** */
/* main site layout */
/* **************** */

#header {
  position: relative;
  left: 50%;
  margin-left: -384.5px;
  width: 769px;
  height: 159px;
  margin-top: 25px;
}

#page {
	position: relative;
	left: 50%;
	margin-left: -384.5px;
	width: 769px;
}

#logo {
  position: absolute;
  top: 29px;
  right: 10px;
  width: 201px;
  height: 130px;
}

#navigation {
  position: relative;
  left: 50%;
  margin-left: -374.5px;
  margin-bottom: 0px;
  width: 749px;
  font-size: 16px;
  background-color: rgb(111, 135, 188);
}

#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#navigation li {
	float: left;
    list-style: none;
	margin: 0px;
	padding: 0px;
}

#navigation span.blank {
    width: 0px; 
	display: block;
	padding: .5em;
    color: white;
	overflow: hidden;
    text-decoration: none;
}

#navigation a:link {
    text-align: center;
    width: 100px;
	display: block;
	padding: .5em;
    color: white;
	overflow: hidden;
    text-decoration: none;
}

#navigation a:visited {
    text-align: center;
    width: 100px;
	display: block;
	padding: .5em;
    color: white;
	overflow: hidden;
    text-decoration: none;
}

#navigation a:hover {
    text-align: center;
    width: 100px;
	display: block;
    color: white;
	padding: .5em;
	overflow: hidden;
    text-decoration: none;
	background: rgb(44, 73, 140);
}

#navigation a:active {
    text-align: center;
    width: 100px;
	display: block;
	padding: .5em;
	background: #274976;
	color: #809CC9;
	overflow: hidden;
    text-decoration: none;
}

.navigation-clear {
  content: '&nbsp;';
  clear: both;
}

#content {
  position: relative;
  left: 50%;
  margin-left: -374.5px;
  width: 749px;
  background-color: rgb(234, 234, 234);
  padding-top: 20px;
  padding-bottom: 10px;
  overflow: hide;
}

#tagline {
  width: 495px;
  background: rgb(210, 210, 210);
  font-family: Verdana, Arial, Sans-Serif;
  color: rgb(113, 136, 188);
  font-size: 22px;
  text-align: center;
  margin-left: 20px;
  padding-top: 2px;
  padding-bottom: 2px;
}

#footer {
  position: relative;
  left: 50%;
  margin-left: -374.5px;
  width: 749px;
  height: 30px;
  background-color: rgb(111, 135, 188) ;
  margin-bottom: 0px;
  color: white;
  line-height: 30px;
}

#footer a {
  color: white;
  padding-left: 20px;
}

#end {
  position: relative;
  left: 50%;
  margin-left: -384.5px;
  width: 769px;
  height: 10px;
  margin-bottom: 25px;
  font-size: 1px;
}


/* ************** */
/* side bar boxes */
/* ************** */
.first {
  margin-top: 5px;
}

#sidebar {
  position: absolute;
  right: 2px;
  top: 8px;
  padding: 0px;
  margin: 0px;
  font-size: 1px;
  padding-top: 4px;
}

.sidebox {
  font-size: 13px;
  width: 200px;
  margin-bottom: 12px;
  margin-right: 10px;
  margin-left: 20px;
  padding-top: 0px;
  margin-top: 0px;
  clear: both;
  color: rgb(111, 111, 111);
}

.sidetop {
  width: 200px;
  height: 10px;
  font-size: 1px;
}

.sidebottom {
  width: 200px;
  height: 10px;
  font-size: 1px;
}

.sidebox .title, .sidebox li {
  list-style-type: none;
}

.sidebox .title, .sidebox li h2 {
  margin: 10px;
  padding-left: 15px;
  margin-bottom: 0px;
  color: rgb(111, 111, 111);
  font-size: 13px;
  font-weight: normal;
}

.sidebox .links ul {
  margin: 25px;
  margin-top: 10px;
  padding: 0px;
}
  

.sidebox .content {
  margin: 10px;
  margin-left: 25px;
  margin-bottom: 25px;
}


/* ************** */
/* Entry Elements */
/* ************** */
.entry {
  position: relative;
  margin: 20px;
  width: 495px;
  border-right: 1px solid rgb(210, 210, 210);
}

.pagetitle {
  margin: 20px;
  font-size: 14px;
  font-weight: strong;  
}

.entry .title, .entry .title a {
  color: rgb(46, 77, 143);
  font-size: 14px;
  font-weight: strong;
  margin-bottom: 10px;
}

.entry .date {
  position: absolute;
  right: 10px;
  top: 26px;
  width: 48px;
  height: 48px;
  background: rgb(210, 210, 210);
  color: white;
  text-align: center;
  font-family: Verdana, Arial, Sans-serif;
  font-weight: 700;
  text-shadow: rgb(118, 118, 118) 2px 2px 0px;
}

.entry .date .month {
  font-size: 14px;
  height: 1em;
  filter: DropShadow(Color=#767676, OffX=2, OffY=2, Positive=1);
}

.entry .date .day {
  font-size: 24px;
  height: 1em;
  color: white;
  filter: DropShadow(Color=#767676, OffX=2, OffY=2, Positive=1);
}

.entry .text {
  margin-right: 60px;
}

.entry .text IMG {
  width: expression((this.width>425?"425px":this.width+"px"));
  max-width: 425px;
}

.entry hr {
  width: 435px;
  height: 1px;
  color: rgb(210, 210, 210);
  background-color: rgb(210, 210, 210);
  padding-left: 0px;
  margin-top: 20px;
  border: 0px;
  margin-left: 0px;
}

.entry .links {
  margin-right: 60px;
  font-size: 12px;
}

.entry .links .comments {
  float: left;
}

.entry .links .comments a {
  padding-right: 10px;
}

.entry .links .categories {
  float: right;
}

.entry .comments {
	padding-left: 20px;
}

.entry .comments .comment {
  padding-left: 10px;
  padding-right: 10px;
}

.even {
	border-left: 5px solid #809CC9;
}

.odd {
	border-left: 5px solid #274976;
}

.entry-divider {
  width: 400px;
  color: rgb(210, 210, 210);
  font-size: 15px;
  margin-left: 230px;
  margin-top: 50px;
}

#s {
  width: 100px;
}

textarea#comment {
  width: 460px;
}

.copyright {
  float: right;
  padding-right: 20px;
}