/*
Theme Name: Calm Birth Calm Baby
Theme URI: http://ricmarry.com
Description: A WordPress theme created for Calm Birth Calm Baby
Version: (WP 2.8.5)
Author: Ric Marry
Author URI: http://ricmarry.com
Tags: simple, clear, clean
*/

@import "style/css/reset.css";
@import "style/css/960.css";
@import "style/css/layout.css";

body{
background: url(style/images/colDiv.png) repeat-y fixed center 0;
color: #444;
font-family: 'Lucida Grande', Trebuchet, 'Lucida Sans', Arial, sans-serif;
font-size: 0.775em;
line-height: 1.35em;
}

wrap{

}


/*GENERAL TYPOGRAPHY
/////////////////////////////////////////////////////////////// */

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
margin-bottom: 20px;
}

a{
color: #dd0079;
text-decoration: none;
}

a:hover{
text-decoration: underline;
}

h1, h2, h3,
h4, h5, h6{
font-family: georgia, serif;
font-weight: normal;
}

h1{
font-size: 2.4em;
line-height: 1em;
}

h2{
border-bottom: 1px solid #dd0079;
color: #dd0079;
font-size: 2.4em;
line-height: 1.2em;
padding-bottom: 15px;
margin-bottom: 20px;
}

h3{
color: /*#f161b0*/ /*#8dd2dc;*/ /* CHANGE THIS COLOUR BACK, IF THE CLIENT IS UNHAPPY */ #51b5c7;
font-size: 1.8em;
line-height: 1.25em;
padding-top: 10px;
}

div.highlight h3{
color: #51b5c7;
}

h4{
background: #f0cde0;
font-size: 1.4em;
line-height: 1em;
padding: 4px;
margin-bottom: 0.4em;
}

h5{
color: #dd0079;
font-family: 'Lucida Grande', Trebuchet, 'Lucida Sans', Arial, sans-serif;
font-size: 1.3em;
font-weight: normal;
line-height: 1em;
}

h6{
font-size: 1.2em;
line-height: 1em;
}

div.testimonial{
background: #eee url(style/images/testimonialGraphic.png) no-repeat 0 center;
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
margin-bottom: 20px;
padding: 20px 16px 20px 100px;
}

div.testimonial p{
margin-bottom: 4px;
}

cite{
color: #777;
font-size: 0.8em;
text-transform: uppercase;
}

ul li{
margin: 0 0 10px 20px;
list-style-type: disc;
}

div.highlight{
background: #eee;
border: 1px solid #ccc;
margin-bottom: 20px;
padding: 16px 20px;
}


/*STRUCTURE
/////////////////////////////////////////////////////////////// */

#wrap{

}

#header{
background: transparent;
height: 40px;
}

#contentContainer{
/*background: red;*/
}

#sidebar{

}
#sidebar div.inside{
/* border-left: 1px solid green; */
padding-left: 20px;
/*position: fixed;*/
}

#mainContent{
/*min-height:700px;*/
}
* html #mainContent{ 
/*height:700px;*/
}

#mainContent .inside{
padding-right: 20px;
}


#footer{
/*background: yellow;*/
padding-top: 100px;
text-align: right;
}


/*NAVIGATION
/////////////////////////////////////////////////////////////// */

ul#nav li{
border-bottom: 1px solid #ccc;
list-style-type: none;
padding: 10px 0;
margin: 0;

}

ul#nav li a{
padding-left: 20px;
}

ul#nav li a:hover{
/*background: red;
display: block;*/
}


/*FORM
/////////////////////////////////////////////////////////////// */

ol.cf-ol li{
margin-bottom: 10px;
text-align: left;
}

ol.cf-ol li span{
padding-left: 5px;
}

ol.cf-ol label{
float: left;
width: 200px;
}

#cformsform input, #cformsform textarea{
color: #444;
font-family: 'Lucida Grande', Trebuchet, 'Lucida Sans', Arial, sans-serif;
font-size: 1em;
padding: 4px;
width: 320px;
}

#cformsform input.cf-box-b{
width: 30px;
}

#cformsform #sendbutton{
margin-left: 200px;
width: 90px;
}

p.linklove{
display: none;
}
ol.cf-ol li#li--5{
border-top: 1px solid #eee;
padding-top: 20px;
margin-bottom: 20px;
margin-top: 20px;
}

ol.cf-ol li#li--7{
border-bottom: 1px solid #eee;
padding-bottom: 20px;
margin-bottom: 20px;
}

#cformsform .cf_hidden{
display: none;
height: 1px;
}

/*ol.cf-ol, ol.cf-ol textarea, ol.cf-ol input{
width: 80%;
}*/



/*Course details
/////////////////////////////////////////////////////////////// */

div.courseDetails{
background: #eee;
float: left;
margin: 16px 20px 10px 0;
padding: 10px 10px 0 10px;
}

div.courseDetails table{
background: #eee;
}

div.courseDetails table td{
padding: 5px;
}

td.courseDetailsItem{
	color: /*#51b5c7*/ #dd0079;
/*background: #51b5c7;
width: 100px;*/
}

td.courseDetailsInfo{
/*margin-left: 6px;*/
}

ul.courseDetailsList{
border-right: 1px solid red;
float: left;
margin: 10px 30px 20px 0;
padding-right: 20px;
}

ul.courseDetailsList li{
list-style-type: none;
margin: 6px 0;
}

div.cdlWidth{
color: #51b5c7;
display: inline-block;
width: 100px;
}

/*MISC
/////////////////////////////////////////////////////////////// */

.contactDeets{
background: #d7f3f7;
font-size: 1em;
margin-bottom: 10px;
margin-top: 10px;
padding: 10px 5px 12px 20px;
}

.designLink{
background: #eee;
font-size: 0.7em;
margin-top: 10px;
padding: 5px 5px 5px 20px;
}

div.piclenselink{
display: none;
}

#loginform label{
color: #ff0066;
}