/*-----attach body.custom to any style you add here-----*/

/*--colors--*/
body.custom {background:#47345f;} /*--outside the box--*/
body.custom #page {background:#fff7c8;} /*inside the main box--*/

/*-----header-----*/
body.custom .homelink{font-size:35px; line-height:1; font-weight:bold; letter-spacing:-0.5px; padding:30px 20px 10px 20px; font-variant:small-caps;}
body.custom .homelink a{color:#97656c;}
body.custom .description{color:#111;}

/*--suppress sub-pages as dropdowns in main menu--*/
body.custom #header li:hover > ul {display:none;}

/* top menu */
body.custom #header .menu li a {display:block; padding:5px 10px; background:#47345f; color:#fff;}

/*-----Generic Styles-----*/
body.custom hr{background:#47345f; color:#47345f;}
body.custom blockquote{color:#333; background:url('images/pp-quote.gif') no-repeat;}

/*-----content-----*/
body.custom .entry-content {font-family: verdana, 'Lucida Grande', arial, sans-serif; font-size:1.2em; line-height:1.5; margin:1.5em 0 0;}
body.custom .archive-info {margin-top:20px; padding:1px 10px; background:#47345f;}
body.custom .archive-info h1 {color:#fff;}

/*-----post info*/
body.custom .entry-byline {font-size: 1em;}
body.custom .entry-meta {font-size: 1em;}

/*-----comments form*/
body.custom #commentform #submit {height:30px; padding:3px 6px; background:#47345f;}


/*-----Borders-----*/
body.custom #rotating {
	border-top: 1px solid #47345f;
	border-bottom: 1px solid #47345f;
}
body.custom #pp-subscribe {
	border-right: 1px solid #47345f;
	border-bottom: 1px solid #47345f;
	border-left: 1px solid #47345f;
}
body.custom #pp-sidebars {
	border-top: 1px solid #47345f;
	border-left: 1px solid #47345f;
	border-right: 1px solid #47345f;
}
body.custom #footer{
	border-top: 1px solid #47345f;
	border-bottom: 1px solid #47345f;
}
body.custom .looped .entry,
.single .entry {
	border-bottom: 1px dashed #47345f;
}

/*-----links-----*/
body.custom a {text-decoration:none; color:#87555c;}
body.custom a:hover {text-decoration:none;}

body.custom .entry-content a {font-size: inherit; font-family: inherit; text-decoration:none;}

body.custom #primary.page-template .entry-content a:hover {text-decoration:none;}







