/*
Theme Name: Pyther Interworld
Theme URI: http://pyther.net
Description: A very customized theme
Version: 0.2
Author: Matthew
Author URI: http://pyther.net
Tags: custom

*/

h4 {
    color: #315D7E;
}

#content {
    border-right: 200px #eeeeee solid;
    min-height: 550px;
}

#content h3 {
	margin-top: 32px;
    margin-bottom: 7px;
}

#content h3 a {
   text-decoration: none;
   font-style: normal;
}

#content h3 a:hover {
    text-decoration: underline;
}


#content blockquote {
    font-style: italic;
}

#sidebar {
    width: 200px;
    float: right;
    margin-right: 35px;
}

#sidebar h4 {
    font-size: 12px;
    color: #000000;
    text-transform: uppercase;
    margin-top: 20px;
}

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

#sidebar ul li ul li {
    margin-left: 10px;
    margin-top: 2px;
    font-size: 12px;
}

/*
 *#comments - how many comments heading
 *#respond - "Leave a Reply" heading
 */

#respond {
	margin-top: 25px;
	margin-bottom: 0px;
}

/*Box to Enter in Comment */
#comments {
    margin-top: 25px;
}

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

.postmetadata {
   font-size: 13px;
   color: #888888;
}

.navigation {
    margin-top: 30px;
}

.navigation a {
   font-family:"Lucida Grande",Verdana,"Bitstream Vera Sans",Arial,sans-serif;
   font-size: 12px;
   color: #000;
   text-decoration: none;
}

.navigation a:hover{
    text-decoration: underline;
}

.alignright {
    float: right;
}

.alignleft {
    display: inline;
}

.commentlist li {
   font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
   font-size: 10px;
   width: 500px;
   /*margin: 20px;*/
   padding: 10px;
}

.alt {
    background-color: #E0EDf6;
}


.commentlist li {
	font-weight: bold;
	margin-top: 20px;
	}

.commentlist cite, .commentlist cite a {
	font-size: 12px;
}

.commentlist p {
	font-weight: normal;
	font-size: 12px;
	text-transform: none;
	}

.commentmetadata, .commentmetadata a {
	font-weight: normal;
	font-size: 9px;
	color: #484848;
	text-decoration: none;
}

#commentform {
   font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
   font-size: 10px;
}

#commentform a {
	text-decoration: none;
	color: black;
}

#commentform input, #commentform textarea{
   font-size: 12px;
}

#comment {
    width: 450px;
    height: 130px;
}

code {
    color: #008000;
}

pre {
    color: #008000;
    border: 1px dotted #000;
    padding: 10px;
    margin: 20px;
}
