/*
Theme Name:         ACCESS Programs
Theme URI:          http://www.centacare.com.au
Description:        
Version:            1.0
Author:             Tom Longo
Author URI:         

License:            MIT License
License URI:        http://opensource.org/licenses/MIT
*/


/* ADD STYLES HERE */

.postContent h1 {
padding-bottom: 25px;
color: #0D2C63;
font-weight: normal;
font-size: 25px;
}

.postContent h2 {
color: #0D2C63;
}

.postContent h3 {
color: #0D2C63;
font-size: 19px;
padding-top: 20px;
margin-top: 15px;
border-top: solid 2px #EBEDF0 
}
.postContent h4 {
color: #FE682C;
font-size: 19px;
  line-height: 25px;
padding-top: 20px;
margin-top: 15px;
border-top: solid 2px #EBEDF0 
}
.postContent h5 {
color: #FE682C;
font-weight: bold;
font-size: 16px;
margin-bottom: -5px;
}

.postContent h6 {
padding: 15px 20px;
margin-top: 20px;
background: #EBEDF0;
font-size: 13px;
color: #666;
font-weight: normal;
border-top-left-radius: 8px;
border-top-right-radius: 8px;
border-bottom-left-radius: 8px;
border-bottom-right-radius: 8px;
border-top-left-radius: 8px;
border-bottom-left-radius: 8px;
border-top-right-radius: 8px;
border-bottom-right-radius: 8px;
}
.postContent h6 strong {
color: #FE682C;
font-size: 16px;
line-height: 36px;
text-transform: uppercase;
}
.postContent p em {
	font-style: italic;
}
.postContent p strong {
   font-weight: bold;
}
.postContent p img {
	float: left;
	margin-right: 22px;
}

.postContent p img.right-align {
	float: right;
	margin-left: 22px;
}

/*
#nav {
font-size: 16px;
}
*/
#nav li {
margin: 0 0 0 15px;
}


.slideInfo {
padding-top: 20px;
}
.slideInfo a.readMore:link, .slideInfo a.readMore:visited {
padding: 10px 15px;
}
.slideInfo p {
padding: 0 0 36px 0;
}
.postContent ol li strong {
font-weight: bold;
}
