@import url(clean.css);

/*============ TypePad Theme // COLORS ======================================*/

body {
	background: #555;
	color: #333;
	}

#container { background: #fff; }


/* --- LINKS ---------------------------------------*/

/* Default Link Color */
a {
	color: #d01a55;
	text-decoration: none;
	}  

/* Hover Link Color */
a:hover, a:visited:hover { color: #000; }  

/* Visited Link */
a:visited { color: #d01a55; }  


/* --- NAV BAR -------------------------------------*/

/* Nav Bar Border */
#nav {
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	}

/* Nav Bar Color */
#nav, #nav-inner, .nav-list, .nav-list-item a {
	background-color: #f4f4f4;
	color: #d01a55;
	}

#nav a:link,a:visited { border-radius: 12px; }

/* Nav Bar Hover Color */
.nav-list-item a:hover {
	background: #eee;
	color: #000;
	text-decoration: none;
	}


/* --- POSTS ---------------------------------------*/

/* Date Header */
h2.date-header { color: #888; }

/* Post Title */
h3.entry-header,.entry-header a { color: #d01a55; }

/* Post Text */
.entry-body,.entry-more { color: #444; }

/* Blockquote */
blockquote {
	background-color: #f9f9f9;
	border-bottom: 1px dotted #f4f4f4;
	border-left: 8px solid #f4f4f4;
	border-right: 8px solid #f4f4f4;
	border-top: 1px dotted #f4f4f4;
	}

/* Footer Text */
.entry-footer p { color: #666; }


/* --- FEATURED POST -------------------------------*/

/* Featured Title */
.entry-featured h3.entry-header { color: #444; }

/* Featured Post - Content Area */
.entry-featured .entry-content {
	border-top: 2px dotted #dedede;
	border-bottom: 2px dotted #dedede;
	}


/* --- SIDEBAR -------------------------------------*/

/* Sidebar Module header */
.module-header,.module-header a { color: #333; }

/* Notes TypeList Text */
.typelist-note { color: #555; }


/* --- COMMENTS ------------------------------------*/

/* Color every other comment */
.comment-odd { background: #f2f2f2; }
.comment-even { background: #fafafa; }


/* --- ARCHIVES ------------------------------------*/

/* Headers on Archives.html page */
.archive-header {
	border-bottom: 1px dotted #dedede;
	color: #555;
	}

/* Header on Category/Monthly/Search Pages */
.content-header { color: #444; }

/* Search Results Highlight color */
.search-results-highlight {
	background: #F5F5DC;
	font-weight: 600;
	}

/* Prev/Next link for Pagination */
.pager {
	margin-bottom: 10px;
	border-top: 1px dotted #dedede;
	border-bottom: 1px dotted #dedede;
	}


/* --- FOOTER --------------------------------------*/

/* Footer Background */
#footer {
	background: #f4f4f4;
	border-top: 1px solid #dedede;
	border-left: 1px solid #dedede;
	border-right: 1px solid #dedede;
	}

/* Footer Link Color */
#footer a {
	background: #f4f4f4;
	color: #d01a55;
	}

/* Footer Link Hover Color */
#footer a:hover {
	background: #f4f4f4;
	color: #000;
	}


/* --- MISC ----------------------------------------*/

/* Rounded corners on images in posts */
.entry-body img,.entry-more img {
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px; 
}
