/*
Theme Name: Ponyfish
Theme URI: http://www.ponyfish.com
Description: Ponyfish Theme
Version: 2006-05-05
Author: Ponyfish
*/

/*-----------Block Level Elements--------------*/

body {
    color: #000;
    background-color: #FFF;
    font-family: verdana, arial, sans-serif;
    font-size: 12px;
    line-height: 1.75em;
    background-image: url("images/bg.gif");
    background-repeat: repeat-x;
}

a,a:visited {
    color: #00f;
    background-color: inherit;
}

#wrapper {
    width: 720px;
}

#page {
    width: 720px;
    clear: both;
    margin: 0 auto;
}

#insideHeader {
    clear: both;
    border-bottom: solid 1px #f90;
    padding: 10px 0;  
    height: 20px;
}

#insideHeader img {
    float: left;
}

#insideHeader div {
    float: right;
}

#insideHeader:after {
    clear: both;
    content: "";
    display: block;    
}

#content {
    clear: both;
    width: 70%;
    float: left;
}

#sidebar {
    width: 29%;
    margin-left: 70%;
    padding-top: 30px;
}

#footer {
    clear: both;
    margin: 0 auto 0 auto;
    width: 700px;
    text-align: center;
    color: #a0a0a0;
    background-color: #FFF;
}

.grayLink,.grayLink:visited {
    text-decoration: none;
    color: #a0a0a0;
    background-color: #fff;
}

hr {
    display: none;
}

/*-------------Headings-------------*/

h1 {
    color: #000;
    background-color: #FFF;
}

h2 {
    margin-top: 1.5em;
    margin-bottom: 0;
    line-height: 1.2em;
    font-size: 1.5em;
    color: #000;
    background-color: #FFF;
}

h3 {
  margin-top: 1.5em;
  font-size: 1.2em;
}

h4 {
  margin-top: 1.2em;
  font-size: 1.1em;
}

h5 {
  margin-top: 1em;
  font-size: 1em;
}

/*-------------The Post-------------*/

h2 a:hover, h2 a:visited, h2 a {

}

.post h2 {
    clear: both;
 	padding-top: 10px;
}

.post {
  margin-bottom: 25px;
}

.post p {
  line-height: 1.4em;
  margin-bottom: 1em;
}

.post a {

}

.post ul {
  list-style-type: square;
  margin: 1em 0 1.5em;
  padding: 0;
}

.post ul li {
     margin: .5em 0 0 2em;
     padding: 0;
}

.entry {
  margin-top: 10px;
  margin-bottom: 15px;
}

.entrytext .postmetadata {
    padding: 10px;
    margin: 20px auto;
    background-color: #eeeeee;
    border: solid 1px #a0a0a0;
}

.postmetadata {
    color: #555;
}

.postmetadata alt {

}

.postmetadata a {

}

.navigation {
  display: block;
  margin-top: 10px;
  margin-bottom: 40px;
}

.alignleft {
  float: left;
  text-align: left;

  width: 50%;
}

.alignright {
  float: right;

  text-align: right;
  width: 50%;
}

.center {
  text-align: center;
}

.pagetitle {

}

blockquote {
margin: 1em 1.5em;
padding: 1em 1.5em;
}

cite {
  margin: 5px 0 0;
}

a img {
  border: none;
}

acronym, abbr {
  cursor: help;
}

small {
    color: #555;
}

/*--------------Sidebar------------*/

#sidebar ul {
list-style: none;
margin-bottom: 10px;
}

#sidebar ul h2 {
font-size: 1.2em;
color: #333;
font-weight: bold;
padding: 2px;
margin-bottom: 5px;
}

#sidebar ul li {
}

#sidebar ul ul {
list-style-type: square;
margin-bottom: 0;
padding: 0;
margin-left: 25px;
}

#sidebar ul ul li {
}

#sidebar ul ul ul {
margin-bottom: 0;
}

#sidebar p {

}

#sidebar a {

}
#sidebar a:hover {

}

#sidebar a:visited {

}


/*--------------Comments--------------*/

ol.commentlist {
  width: 90%;
  margin: 0 auto;
}

ol.commentlist li {
  margin-bottom: 1.5em;
    padding: 5px;
}

ol.commentlist li.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

ol.commentlist a {

}

small.commentmetadata {
  font-size: 0.8em;
  margin-bottom: 1em;
  display: block;
}

#comment {
    width: 100%;
}

/*--------------Search Form-------------*/

#searchform {

}

#searchform input {

}

#searchform #s {
    width: 50%;
}


/*-------------Calendar-----------------*/

#wp-calendar {

}

#wp-calendar th {

}

#wp-calendar a {

}

#prev a, #next a {

}

#wp-calendar caption {

}

/*-------------Images------------------*/


