/*
Theme Name: Whitespace
Theme URI: http://theundersigned.net/
Description: Simple 2 column theme with lots of whitespace and a rather commercial look.
Version: 1.0
Author: The undersigned
Author URI: http://theundersigned.net/
*/

body{ 
margin:0;
font-family: Georgia, Serif;
font-size:10pt;
 background-color:#cccccc;
}

form {
display:inline;
margin:0;
padding:0;
}

a:link, a:visited {
text-decoration:none;
color:#AA0000;
}

a:hover {
color:#BBB;
}

img {
border:0;
}

a:link img, a:visited img {
border:1px solid #BBB;
}

a:hover img {
border:1px solid #AA0000;
}

#wrapper {
width:780px;
margin: 0px auto;
 background-color:#ffffff;
}
	#logo {
		margin: 0px auto;
		width:740px;
		
	}

    #navigation {
    background-image:url(img/bg.jpg);
    background-repeat:repeat-x;
    width:780px;
    height:34px;    
    border-top:5px solid #333;
	margin: 0px auto;
    }
    
    #navigation ul {
    margin:0;
    padding:0;
    letter-spacing:1px;
    font-size:10pt;
    line-height:20px;
    margin:0 20px 0 0;
    float:right;
    display:block;
    position:relative;
    }
    
        #navigation ul li {
        display:inline;
        }
        
        #navigation ul li a:link, #navigation ul li a:visited {
        color:#FFF;
        display:block;
        position:relative;
        float:left;
        background-color:#666;
        padding:10px 10px 5px 10px;
        border-bottom:4px solid #DDD;
        margin:0 5px 0 0;
        }
        
        #navigation ul li a:hover, #navigation ul .current_page_item a:link, #navigation ul .current_page_item a:visited {
        color: #333;
        background-color:#FFF;
        border-bottom:4px solid #AA0000;
        }
        
    #maincontent {
    width:485px;
    position:relative;
    float:left;
    margin:0 0 20px 40px;
display:inline;
    }

    .post {
    margin:30px 0 0 0;
    position:relative;
	
    }
    
        .post .posttitle {
        //text-transform:uppercase;
        color:#000000;
        font-size:16pt;
        margin:0;
        padding:15px 0 10px 20px;
        border-left:4px solid #BBB;
		font-weight:normal;
        }
        
            .post .posttitle a:link, .post .posttitle a:visited {
            color:#333;
            }
        
            .post .posttitle a:hover {
            color:#000;
            text-shadow: #333 0 0 2px;
            }
        
            .post .posttitle span {
            color:#999;
            margin:0 0 0 5px;
            }
            
        .post p {
        margin:0;
        padding:10px 0 10px 20px;
        border-left:4px solid #AA0000;
        font-size:10pt;
        line-height:1.5em;
        color:#333;
        }
        
        .post .postinfo {
        margin:0;
        padding:10px 0 10px 20px;
        border-left:4px solid #BBB;
        font-size:9pt;
        //text-transform:uppercase;
        line-height:1em;
        color:#999;
        }
            .post .postinfo a:link, .post .postinfo a:visited {
            color:#999;
            }
            
            .post .postinfo a:hover {
            color:#333
            }
            
        .post ul, .post ol, .post blockquote {
        margin:0;
        padding:10px 0 10px 30px;
        border-left:4px solid #BBB;
        }
        
            .post ul {
            list-style:circle;
            }
            
            .post ol {
            list-style:lower-latin;
            }
        
            .post ul li, .post ol li {
            margin:0 0 0 20px;
            }
            
            .post blockquote p {
            border:1px solid #BBB;
            margin:0;
            padding:10px 10px 10px 10px;
            font-style:italic;
            background-color:#EEE;
            }
            
        .post img {
        margin: 5px 10px;
        }

		.post h1, .post h2, .post h3, .post h4 {
		color:#AA0000;
		margin:0;
		padding:10px 0 5px 20px;
		border-left:4px solid #BBB;
		}
		
		.post h1 {
			font-size:14pt;
		}
		
		.post h2 {
			font-size:12pt;
		}
		
		.post h3 {
			font-size:11pt;
		}
		
		.post h4 {
			font-size:10pt;
		}

#sidebar {
position:relative;
float:left;
width:180px;
margin:30px 0 0 23px;
}

    #sidebar div {
    margin:0 0 20px 0;
    width:150px;
    position:relative;
    float:left;
    }

    #sidebar h3 {
    //text-transform:uppercase;
    color:#333;
    font-size:11pt;
    margin:0;
    padding:5px 0 5px 10px;
    border-left:2px solid #BBB;
    }
    
    #sidebar .spacer {
    line-height:10px;
    margin:0;
    border-left:2px solid #BBB;
    }

    #sidebar ul {
    margin:0;
    padding:0;
    padding:5px 0 5px 10px;
    border-left:2px solid #AA0000;
    }
    
        #sidebar ul li {
        list-style:none;
        font-size:10pt;
        line-height:normal;
		padding-bottom: .5em;
        }
		
		
        
    #sidebar #Search {
    padding:5px 0 5px 10px;
    border-left:2px solid #AA0000;
    margin:0;
    }
    
        #sidebar #Search input {
        width:150px;
        margin:0;
        padding:0;
        }

#footer {
background-image:url(img/bg.jpg);
border-bottom:5px solid #333;
margin:0px;
padding:5px 0 5px 0;
clear:both;
width:780px;
}

    #footer p {
    margin:0 0 0 24px;
    font-size:9pt;
    line-height:20px;
    color:#333;
    }
    
        #footer p a:link, #footer p a:visited {
        color:#333;
        }
        
        #footer p a:hover {
        color:#000;
        }
        
/* Comments*/

.post .commentlist {
margin:0;
padding:0;
}
.post .commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	margin-left: 1em;
	margin-bottom: 1em;
	margin-right: 0px;
	}

.post .commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.post .commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}
	
.post .commentmetadata {
	font-weight: normal;
	font-size: .8em;
	}

.post .commentlist li {
	margin: 15px 0 10px 0;
	padding: 5px 0 20px 10px;
	list-style: none;
	}
.post .commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
	
}


.post .comment-author {
	line-height: 1.5em;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #CCCCCC;
}


.post .commentlist p {
	margin: 10px 5px 10px 0;
}

ul.children { 
	padding: 0; 
	margin: 0;
}

ul.children li.depth-2 {
	background: none;
}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
	
div.comments div.navigation {
	padding: 1em 0;
	clear: both;
	
}

 .post textarea {
    width:100%;
    }
/* End Comments */