/* General */
a{
	color:#000;
    text-decoration:none;
    border-bottom:1px solid #ff9999;
}
a:hover{
    color:#000;
    background-color:#ff9999;
}
a img{
    border:0;
}
.accent{
    color:#ff9999;
}
#banner{
	border:1px solid #000;
	border-width:2em 0 1px 0;
	background-color:#333;
	overflow:hidden;
	height:200px;
	text-indent:-1000px;
	cursor:pointer;
}
blockquote{
    font-style:oblique;
    line-height:1.2em;
    color:#454545;
    font-size:1.2em;
}
body, input, textarea, button, .post .gutter *, .magnolia_link_description div.meta{
    font-family:Helvetica, Arial, sans-serif;
}
.gutter .commenter{
	line-height:1.8em;
}
body{
    font-size:.75em;
	width:80%;
	margin:0 10%;
		color:#333;
	background-color:#787878;
}
.breaker{
    border-left:1px solid #999;
    padding:.1em 0;
}
button, input[type="submit"], input[type="button"]{
    cursor:pointer;
	font-family:Helvetica, Arial, sans-serif;	
}

/*button, input[type="submit"], input[type="button"]{
    padding:.5em 1em;
}

button:hover, input[type="submit"]:hover, input[type="button"]:hover{
    cursor:pointer;
    border-color:#55aaff;
    background-color:#fff;
}*/
.clear{
	clear:both;
}
code, div.code{
    background-color:#eeeeff;
    font-family:Courier, monospace;
    padding:.5em;
    font-size:12px;
    line-height: 1.4em;
}
#dd_badge{
	text-align: center;
	background-color: #000;
	padding: 5px 0 5px 5px;
	border-right: 7px solid #000;
	overflow: hidden;
}
dt,dd{
    margin:0;
}
#footer{
	border-top:2em solid #000;
	padding:1em 0;
	clear:both;
}
.gutter{
    text-align:right;
    float:left;
    width:9em;
    padding:0 1em;
    line-height:1.4em;
}
.gutter a:hover{
    color:#000;
}
.hidden{
    display:none;
}
hr{
    clear:both;
    border:0;
    height:1px;
    background-color:#999;
    color:#999;
}
iframe{
    border:0;
    width:100%;
}
input[type='text'], textarea{ /*, button*/
    font-size:1em;
    border:1px solid #ff9999;
    padding:.1em 0 .2em .3em;
    color:#333;
}
label{
    font-weight:bold;
}
li a:before, .magnolia_link_name:before{
	content:"+ ";
	display:block;
	border:1px solid transparent;	
	width:2.5em;
	margin-left:-1em;
	color:#fff;
}
#location{
    background-color:#333;
	color:#dedede;
    font-size:2em;
    padding:.5em;
}
#location em{
    color:#fff;
}
li{
    line-height:1.4em;
    list-style:none;
}
ol li{
	list-style: decimal;
}
ol, ol li{
	list-style-type: decimal;
}
ol li a:before{
    content:"";
    margin:0;
}
#main{
	width:66%;
	float:left;
	background-color:#eee;
	border-bottom:1px solid #000;
}
.noborder{
    border: 0 !important;
}
.post_body{
	text-align:center;
}
.post_body *{
	text-align:left;
}
.gecko #main img, .gecko #main embed{
    max-width:100%;
}
#main, #sidebar{
	margin-bottom:2em;
	overflow:hidden;
}
.main_column{
    margin-left:11em;
}
p, input, textarea, .gutter em, dd{ /*button,*/
	font-family: Georgia, "Times New Roman", Times, serif; 
    font-size:1.1em;
	line-height:1.4em;
}
.small_caps{
	text-transform:uppercase;
	font-size:.75em;
	line-height:1em;
	padding-top:.4em;
	letter-spacing:.1em;
}
table, tr, td{
	border:0;
	border-collapse:collapse;
	padding:0;
	margin:0;
}
td{
	vertical-align:top;
}


/* Posts */
.post{
    position:relative;    
}
.post .gutter{
}
    h3.post_date{
        font-weight:normal;
        margin-top:1.4em;
        font-size:1em;
    }
.post_content{
    padding:1em 1em 1em 1em;
    background-color:#fff;
}
    h2.post_title{
        margin-top:0;
        line-height:1.2em;
    }
    h2.post_title a{
        color:#000;
        border:0;
    }
    h2.post_title a:hover{
        border-bottom:1px solid #000;
    }
    .post_body{
        padding-bottom:1em;
        overflow:hidden;
    }
    .post_body p{
        text-indent:1em;
    }
    .post_links{
        float:right;
        margin:-.5em -1em 0 0;
        padding:.5em .5em 0 .5em;
        background-color:#eee;
    }
    .post_links a{
        border:0;
    }
.post_pagination{
    text-align:center;
    padding:.5em;
}

/* Comments */
#comments{}
.comments form, .comments label{
    line-height:2.4em;
}
.comments form textarea{
    margin:.5em 0 1em 0;
}
.comments form textarea{
    width:90%;
    height:3em;
}
.comment .main_column, .comments .main_column{
    padding:0 1em;
}


/* Sidebar */

#sidebar{
	color:#dedede;
	float:right;
	width:33%;
	border:1px solid #000;
	border-width:2em 0 1px 0;
	background-color:#333;
}
#sidebar_contents{
	padding:0 1em 1em 1em;
}
#sidebar a{
    color:#55aaff;
    border:0;
}
#sidebar a:hover{
	background-color:transparent;
}
#sidebar a:hover{
    color:#fff;
}
    #about_me #personal_info{
        line-height:1.6em;
    }
    #about_me #personal_info span.small_caps{
    	color:#ccc;
    	width:4em;
    	display:block;
    	float:left;
    }

    #about_me #personal_info p{
    	padding-top:1em;margin:0;
    }

    #about_me table td img{
    	padding-right:1em;
    }
    
#sidebar hr{
	height:1em;
	background-color:#787878;
	color:#787878;
	margin:1em -1em;
	border:0;
	border-top:1px solid #000;
}

#sidebar #cc_attributions ul{
	padding-left:1em;
}
#sidebar #cc_attributions{
	overflow:hidden;
}
#sidebar #cc_attributions ul li{
	white-space:nowrap;
}

/* Ma.gnolia Feed */

#magnolia_links_header, #magnolia_feed_links{
	line-height:45px;
	margin:0;
}
#magnolia_links_header{
	float:left;
}
#magnolia_feed_links{
	float:right;
}
#magnolia_feed_links a{
	font-size:.75em;
	text-decoration:none;
	margin-left:.5em;
}
.magnolia_link_description{
	position:absolute;
	display:none;
	background-color:#fff;
	border:1px solid #000;
	border-width:9px 0 1px 0;
	margin-right:2em;
	min-width:250px;
	max-width:400px;
	padding:.5em;
	font-size:1em;
}
.magnolia_link_description a:hover{
	border:0;
}

.magnolia_link_description h4{
	margin-top:0;
}
.magnolia_link_description p{
	margin:0;
	clear:both;
}
.magnolia_link_description p.description{
	border-top:1px solid #787878;
	padding:.5em;
	margin:.5em 0;
	background-color:#F3F3CC;
}
.magnolia_link_description div.meta{
	padding-left:.5em;
}
.magnolia_link_description div.meta a{
    font-weight:bold;
}
.magnolia_link_description span.small_caps{
	color:#787878;
}
.magnolia_link{
	float:left;
	clear:left;
	margin:.5em 0 .5em 1em;
}
a.magnolia_link_name{
	text-decoration:none;
}
.magnolia_link_name:hover{
	color:#fff;
}
#magnolia_link_roll{
	color:#333;
}
#magnolia_pagination{
	margin:0 -1em -1em -1em;
}
a.magnolia_page_link#newer{
	border-right:1px solid #000;
	margin-right:-1px;
}
a.magnolia_page_link{
	text-decoration:none;
	text-align:center;
	display:block;
	float:left;
	line-height:2em;
	width:50%;
	border:0;
}
a.magnolia_page_link.disabled{
	background-color:#000;
	color:#999;
	cursor:wait;
}
a.magnolia_page_link:hover{
	background-color:#000 !important;
}
.magnolia_thumbnail{
	margin:0 .5em .5em 0;
	border:1px solid #787878;
	float:left;
}

/* Related */

#related{
}
    #related ul{
        list-style:none;
        padding:0;
        margin:0 1em 1em 2em;
    }
    #related ul li{
        margin:.5em 0;
    }
    #related ul li a:before{
        color:#55aaff;
    }

/* Search */
#search_box{
}
    #search_box input[type="submit"], #search_box button{
	    font-size:1em;
	    border:1px solid #ff9999;
	    padding:.1em 0 .2em .3em;
	    color:#333;
        font-family:Helvetica, Arial, sans-serif;
        font-weight:bold;
        text-transform:uppercase;
        padding:.2em .2em .1em .2em;

    }
    #search_box input[type="submit"]:hover, #search_box button:hover{
        color:#fff;
        background-color:#000;
    }
.search_result{
    margin:1em 1em 2em 11em;
}
.search_result dt{
    font-size:1.2em;
    margin-bottom:.5em;
}
#magnolia-tags-cloud a{
    color:#999;
}
