/*
Theme Name: Refined Sugar
Theme URI: http://kittylumpkins.com
Description: Child theme of Able Parris's Sugar Cane
Author: Edmund Chu
Author URI: http://kittylumpkins.com
Template: thematic
Version 0.1
*/

@import url('../sugar_cane/style.css');

/* =Global Elements
-------------------------------------------------------------- */

blockquote p {
	color: #333333!important;
}

/* =Header
-------------------------------------------------------------- */

#header {
	margin-left: auto;
	margin-right: auto;
	width: auto;
}

#branding {
	width:62em;
}

#blog-title {
	padding-left:1.5em;
}

/* =Content
-------------------------------------------------------------- */

#main {
	margin-left: auto;
	margin-right: auto;
	width: 62em;
}

.entry-content a {
	background-color: #FFFFFF;
	color: #00A2F3;
}

.entry-content a:hover {
	color: #333333;
	border-bottom-color:#333333;
	border-bottom-style:dotted;
	border-bottom-width:1px;
}

.footnote {
	font-size: 75%;
	vertical-align: super;
	background-color: transparent!important;
	color: #00A2F3;
}

#content div.footnotes {
	font-size: 80%;
}

#content div.footnotes ol {
	padding-left: 6.5em;
}

#content div.footnotes p {
	padding-left: 1em;
}

#content div.footnotes hr {
	width: 7em;
	margin: 0 0 0 6em;
}

/* =Footer
-------------------------------------------------------------- */
#footer {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	width: 62em;
}

#siteinfo {
	padding-left: 2em;
}

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

#comments li.byuser {
    background: #FFFFCC;
    border-color: #FFFFCC;
}

/* =PageNavi
-------------------------------------------------------------- */

.main-aside {
    width:18em;
    float:right;
    position:relative;
    right:1em;
}

