@import url(/.shared/themes/typepad/theme-polished/polished.css);

/*============ Polished Theme // COLOR: Aqua + Orange ======================================*/

body { background: #7ab9ae; }

#banner, #footer, #footer a, #footer a:hover { background: #fff; }

#nav,
#pagebody-inner {
border-left: 1px solid #000;
border-right: 1px solid #000;
background: #fff;
}

#footer { border-top: 1px solid #000; }


/* --- BANNER -------------------------------------*/

#banner {  border-bottom: 1px solid #000; }

/* Blog Title Font */
#banner a { color: #d05620; }

/* Blog Description Font */
#banner-description { color: #000; }


/* --- LINKS ---------------------------------------*/

/* Default Link Color */
a {
   color: #d05620;
   text-decoration: none;
   }  

/* Hover Link Color */
a:hover, a:visited:hover { color: #666; }  

/* Visited Link */
a:visited { color: #666; }  



/* --- NAV BAR -------------------------------------*/

/* Nav Bar Color */
#nav, #nav-inner, .nav-list, .nav-list-item a {
   background-color: #eddfc4;
   color: #000;
   }



/* Nav Bar Hover Color */
.nav-list-item a:hover {
   background: #f5eede;
   color: #000;
   }


/* --- POSTS ---------------------------------------*/

/* Date Header */
h2.date-header { color: #333; }

/* Post Title */
h3.entry-header,.entry-header a { color: #000; }

/* Post Text */
.entry-body,.entry-more { color: #000; }

/* Blockquote */
blockquote { background-color: #f5eede; }

/* Footer Text */
.entry-footer p { color: #000; }
.entry-footer a { color: #999; }

.entry { border-bottom: 1px dotted #000; }


/* --- FEATURED POST -------------------------------*/

.entry-featured {
background-color: #f5eede;
border: 0;
}

/* Featured Title */
.entry-featured h3.entry-header a { color: #000; }


/* --- SIDEBAR -------------------------------------*/

/* Sidebar Module header */

.module-header,.module-header a { color: #c44021; }

/* Default Link Color */
.module-content a {
   color: #666;
   text-decoration: none;
   }  

.module-content a:hover {
   color: #588f85;
   text-decoration: none;
   }  

.module-search { background: #f5eede; }

.module-search .module-header { color: #000; }

.typelist-thumbnail img,
.module-photo img,
.module-galleries img {
border: 1px solid #ccc;
}

.module-archives .module-content,
.module-categories .module-content,
.module-category-cloud .module-content,
.module-powered .module-content {
border-bottom: 1px dotted #000;
}


/* --- COMMENTS ------------------------------------*/

h2.comments-open-header,
h3.comments-header {
color:  #000;
}

.comments-open {
background: #e9f5f5;
}

/* Color every other comment */
.comment-odd { background: #ffffff; border-top: 1px dotted #000; }
.comment-even { background: #ffffff; border-top: 1px dotted #000; }


/* --- ARCHIVES ------------------------------------*/

/* Headers on Archives.html page */
.archive-header {
   border-bottom: 1px dotted #000;
   color: #000;
   }

/* Header on Category/Monthly/Search Pages */
.content-header { color: #c44021; }

/* Search Results Highlight color */
.search-results-highlight {
   background: #ddd;
   }



/* --- FOOTER --------------------------------------*/

/* Footer Link Color */
#footer a { color: #666; }

/* Footer Link Hover Color */
#footer a:hover { color: #588f85; }

