/*
File:			custom.css
Description:	Custom styles for Thesis
*/

/* CUSTOM BODY */
body.custom { background: #fff url('http://www.creativedaylight.com/images/bg.jpg'); background-repeat: repeat-x; font-family: calibri; }

/* CUSTOM MENU */
#menu { float: right; height: 40px; line-height: 12px; font-size: 16px; width: 660px; text-align: right; color: #ffffff; }
#menu a { padding-left: 10px; padding-right: 10px; color: #ffffff; font-weight: bold; text-decoration: none; text-transform: uppercase; border: 1px solid #61beeb; }
#menu a:hover { padding-top: 3px; padding-bottom: 3px; background-color: #f7971e; border: 1px solid #ffffff; }

/* CUSTOM HEADER and LOGO */
.custom #header { margin-top: 7px; padding: 15px; background-color: #61BEEB; font-size: 1.50em; border: 5px solid #E9F2F7; }
.custom #header #logo a { color: #fff; }
.custom #header #logo a:hover { color: #fff; }
.custom #cd-logo { margin-top: -12px; }
.custom #header #tagline { color: #eee; margin-top: 5px; font-size: 1.30em; font-style: italic; }

/* CUSTOM CONTENT BOX */
.custom .content_box { margin-top: 5px; }
.custom .format_text { font-weight: normal; font-size: 1.30em; line-height: 1.5em; }

/* CUSTOM COMMENTS */
.custom .comments_closed p { display: none ; }
.custom p .to_comments { display: none ; }
.custom .to_comments { display: none ; }

/* CUSTOM SIDEBAR */
.custom #sidebars { border: 0px solid #ddd; }
.custom #sidebar_1 { border: 0px solid #ddd; }


/* CUSTOM FOOTER */
.custom #footer { font-size: 1.30em; }