/*
Theme Name: Hybrid Custom
Theme URI: http://www.boomingrelationships.com
Description: A simple, dynamic theme for Booming Relationships.
Version: 0.1
Author: Marie Metelnick
Template: hybrid
*/

/* Import Parent Theme Style */  
@import url(../hybrid/style.css); 

@import url(../hybrid/library/readme.css);

/* Colouring Blocks of the Page */

body {background: url(images/bg-site.jpg) repeat top left;
      font: normal normal normal 15px/21px Verdana, Arial, sans-serif;
	}
#container {
        background-color: #ffd590;
        }
#body-container {
	background-color: #ffd590;
	}
#header-container {
	background-color: #a43218;
        margin: 0 0px;
        }

/* Header Tags */
h2, h3, h4, h5, h6 {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	color: #000;
	font-weight: bold;
        font-style:normal;
	}
h2 {
	font-size: 21px;

	}
h3 {
	font-size: 19px;
	}
h4 {
	font-size: 17px;
	}
h5 {
	font-size: 15px;
	}
h6 {
	font-size: 13px;
	}

/* Header */
#header {
	margin: 0 0 0 0;
	padding: 0 0 0 10px;
        font-family: Verdana, Arial, sans-serif;
	}

/* Table */

table {
       font-size: 12px;
       line-height: 1.1;
       }

/* Links */

a:link, a:visited {
        color: #a43218;
	text-decoration: none;
	}

a:hover, a:active {
        color: #006699;
	text-decoration: underline;
	}



.content {
        width: 630px;
        background-color: #fff;
        padding: 10px 0 10px 0;
        margin: 0 0 10px 10px;
        border-top-style:solid;
        border-top-width:10px;
        border-top-color:#ffd590;
        border-bottom-color:#ff9966;
        border-bottom-style:solid;
        border-bottom-width:thin;
	}

/* Blockquotes */
blockquote {
	color: #006699;
	}


.post {
	overflow: hidden;
 
	margin: 0 0 40px 0;
        padding: 10px 10px 0 10px
	}
.single .post, .attachment .post, .page .post {
	margin: 0;
	}

#sidebar {
	background-color: #fff;
	}

#footer p {
        font: normal normal normal 12px Verdana, Arial, sans-serif;
        padding: 0 0 0 10px;
}



/* Navigation */

#navigation {
	background-color: #ff9966;
        margin: 0 0 10px 0;
	}

#page-nav li a {
	padding: 8px 15px 8px 15px;
	color: #111;
	background: #ff9966;
        border:none;
	}

.breadcrumb {
	border-bottom-style:solid;
	border-bottom-width:10px;
	border-bottom-color:#ffd590;
        border-top:none;
        margin:0;
        padding: 0 0 10px 10px;
        font-style:normal;
}
#cat-nav a {
	display: block;
	position: relative;
        background-color: #ff9966;
	}

/* Widgets */

.widget {
	overflow: hidden;
	margin: 0 0 0 0;
	color: #464646;
        border-top-style:solid;
        border-top-width:10px;
        border-top-color:#ffd590;
        border-bottom-style:solid;
	border-bottom-width:thin;
	border-bottom-color:#ff9966;
        padding: 0 10px 10px 10px;
	}

.widget a {
	color: #464646;
	text-decoration: none;
	}
.widget a:hover {
	color: #d54e21;
	text-decoration: underline;
	}

/* Widget titles */

.widget-title {
	font-size: 14px;
        font-family:  Verdana, Arial, sans-serif;
	font-weight: bold;
	font-style: normal;
	color: #000;
        padding: 10px 0 0 0;
	}


/* Utility widget areas */

#utility-before-content, #utility-after-content, #utility-after-page, #utility-after-single {
	margin: 0 0 21px 0;
        padding: 10px 10px 10px 10px;
        border:none;
        border-top-style:solid;
        border-top-width:10px;
        border-top-color:#ffd590;
	}
#utility-before-content .widget {
        border:none;
        }


/* Individual Widget Styles */

#search-info {
        border-bottom-style:solid;
	border-bottom-width:thin;
	border-bottom-color:#ff9966;
        }


#primary {
        border-top:none;
	background-color: #fff;
        margin: 0 10px 0 0;
        }

#primary widget {
        border-top:none;
        }

#secondary {
 	background-color: #fff;
         margin: 0 10px 0 0;
 	}  