/*  
Theme Name: Conscious Entrepreneurs Radio Custom
Theme URI: http://ConsciousEntrepreneursRadio.com
Description: Designed By: Business Building Books
Author: Larry Klippel
Author URI: http://BusinessBuildingBooks.com/

*/

/************************/
/*     Global Design    */
/************************/

* {
	margin:0;
	padding:0;
}

table {
	border-collapse: collapse;
	border-spacing: 0px;
}

fieldset, img {
	border: 0px;
}

address, caption, cite, code, dfn, th, var {
	font-style:normal;
	font-weight:normal;
}

ol, ul {
	list-style:none;
	list-style-type: none;
}

caption, th {
	text-align:left;
}

h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}

abbr, acronym {
    border: 0px;
}

a {
	color: #FFF;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

body {
    font-family: Verdana, Geneva, sans-serif;
    background-color: #756371;
}

blockquote, #content ul, #content ol, p, pre {
    margin: 0 0 0.5em 0;
}

/************************/
/*     Layout Design    */
/************************/
#page {
	width: 950px;
	background-color: #b88687;
	border: 3px solid #000;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
}

/*************************?
/*     Banner Design     */
/*************************/
#banner {
	background-image: url(images/CETR_Banner.jpg);
	background-repeat: no-repeat;
	height: 186px;
	width: 950px;
}

/*****************************/
/*     Navigation Ribbon     */
/*****************************/
#nav-ribbon {
	background: url(images/menubar.png) repeat-x;
	height: 42px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-bottom-color: #000;
}

ul#navi-bar {
	font-size: 14px;
	margin-top: 10px;
	font-weight: bold;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 0;
	margin-left: 16px;
}

ul#navi-bar h2 {
    font-size: 120%;
}

ul#navi-bar li {
	display: inline;
/*	background: #b88687;*/
	background: #737373;
	border: 1px solid #000;
	margin-right: 2px;
	margin-left: 2px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
}

ul#navi-bar ul {
    display: none;
}

ul#navi-bar a {
	color: #fff;
}

ul#navi-bar a:hover {
	color: #bababa;
}

#wrapper {
    clear: both; /* Clear float items in from navi-bar */
}

#content {
	float: left;
/*	width: 500px;*/
    padding: 0 10px;
	width: 726px;
}

/***************************************/
/*     Radio Host Section Design       */
/***************************************/
/*.host-body, .host-top, .host-bottom {
	background-color: #656565;
	margin-left: -10px;
	margin-right: -10px;
}

.host-body img {
	margin-right: 22px;
	margin-left: 22px;
	float: left;
}

.host-body p {
	font-size: 24px;
	color: #FFF;
}*/

/************************/
/*    Sidebar Design    */
/************************/
#sidebar {
	float: right;
/*    width: 430px;*/
}

#left, #right {
    background-color: #eaf8fb;
}

#left a, #right a {
    color: #000;
}

#left {
    float: left;
    width: 219px;
}

#right {
    float: right;
    width: 204px;
}

#sidebar ul {
	font-size: 12px;
}

#sidebar #left ul h2,#sidebar #right ul h2 {
    font-size: 12px;
    padding: 10px 10px 8px 10px;
    color: #FFF;
}

#sidebar #left ul h2 {
    background: url(images/sidebar-left.png) no-repeat;
}

#sidebar #right ul h2 {
    background: url(images/sidebar-right.png) no-repeat;
}

#sidebar ul li {
    margin-bottom: 1px;
}

#sidebar ul ul {
    padding: 5px 10px;
}

#sidebar ul ul li {
    margin-bottom: 3px;
    line-height: 14px;
    background: url(images/bullet.png) no-repeat left;
    padding: 3px 0 3px 25px ;
}

#sidebar ul ul ul {
    display: none;
}

/************************/
/*    Content Global    */
/************************/
blockquote {
    font-style: italic;
    padding: 0 10px;
}

h1, h2, h3, h4, h5, h6 {
	color:;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 18px;
}

h3 {
    font-size: 14px;
}

h4 {
    font-size: 12px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 12px;
}

code, pre {
    overflow: auto;
    white-space: pre;
    font-family: Courier;
}

#content ul {
    padding-left: 20px;
    list-style-type: square;
}

#content ol {
    padding-left: 25px;
    list-style-type: decimal;
}

/************************/
/*    Content Design    */
/************************/
h2 a:hover, h2 a:visited, h2 a {
    color: #000;
}

.post-header {
    background: url(images/post-header.png) repeat-x;
    height: 31px;
}

.post-header h2 {
    float: left;
    margin: 3px 0 0 5px;
}

.cats {
    background: url(images/categories.png) repeat-x;
    font-size: 10px;
    height: 14px;
    padding: 0 2px;
}

.post .cats a {
    color: #FFF;
}

.post {
    margin-bottom: 10px;
	font-size: 13px;
    background-color: #FFF;
}

.entry .posted {
    font-size: 10px;
    height: 14px;
    padding: 0 2px;
    margin-bottom: 4px;
}

.post p {

}

.post a {
    color: #00778c;
}

.post img {
    max-width: 100%;
    margin: 3px;
}

.post ul {

}

.post li {

}

.entry {
    margin: 10px;
    text-align: justify;
}

.postmetadata {
    margin: 10px;
    font-size: 10px;
    padding-bottom: 10px;
}

.postmetadata a {

}

.entrytext {

}

p.alt {
    font-size: 10px;
}

.entry-tags {
    display: block;
}

.navigation {
    height: 1em;
    font-size: 12px;
    margin: 5px 0;
}

#nav-above {
    margin-bottom: 10px;
}

#nav-below {
    margin-top: 10px;
}

.alignleft, .nav-previous {
    float: left;
}

.alignright, .nav-next {
    float: right;
}

.center {
	text-align: center;
}

.pagetitle {

}

cite {

}

a img {
    border: none;
}

acronym, abbr {

}


/************************/
/*    Comment Design    */
/************************/
.commentos {
    background: #737373 url(images/comments-bottom.png) no-repeat bottom;
    margin: -10px 10px 0 10px;
    padding: 5px 10px;
}

#content ol.commentlist {
	font-size: 13px;
	padding: 0;
	list-style-type: none;
    margin: 0;
}

ol.commentlist li cite.author, ol.commentlist li cite.author a {
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    color: #ef8621;
}

ol.commentlist li {
    margin-bottom: 1em;
}

ol.commentlist li.alt {

}

ol.commentlist a {

}

ol.commentlist p {
    margin: 0 0 0.5em 0;
}

#commentform p {
    font-size: 13px;
    margin: 0 0 5px 0;
}

#comment {
    width: 95%;
}

#author, #email, #url, #comment {
    border: ;
    background-color: ;
    padding: 3px;
    font-family: Verdana, sans-serif;
    font-size: 10px;
}

#author:hover, #email:hover, #url:hover, #comment:hover {
    border: ;
    background-color: ;
}

small.commentmetadata {
    margin: 0 0 0.3em 0;
}

h3#comments, h3#respond {
    font-size: 14px;
    margin: 4px 0 4px 0;
    color: #FFF;
    font-weight: bold;
}

/************************/
/*     Search Design    */
/************************/
#searchform {

}

#searchform #s {

}

#searchform #searchsubmit {

}

/************************/
/*   Calendar Design    */
/************************/

#wp-calendar {
	width: 100%;
}

#wp-calendar td {
	text-align: center;
}

#wp-calendar th {

}

#wp-calendar a {

}

#prev a, #next a {

}

#wp-calendar caption {

}

/************************/
/*     Footer Design    */
/************************/
#footer {
	background: url(images/footer.png) repeat-x;
	margin: 0;
	font-size: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
}

#footer-left {
	float: left;
	width: 25%;
}

#footer-left a {
    color: #000;
    text-decoration: underline;
}

#footer-right {
	float: right;
	width: 25%;
}

#footer-right a {
    color: #000;
    text-decoration: underline;
}

/************************/
/*     Other Design     */
/************************/
.clear {
    clear: both;
}
