.site-title smallertitle {font-size:0.6em;}
.site-title small smallerstrapline {font-size:0.6em;}

hr {border: 0px;border-top: 1px solid #ccc;}
img {border: 0;}

input[type="submit"],input[type="file"] {
    background-color: #006699; color: #FFFFFF; 
	font: 600 14px/1.5em 'Open Sans',Tahoma,Verdana,Arial,Tahoma,sans-serif; padding: 5px 10px; text-decoration: none; transition: all 0.2s linear 0s;border: medium none; border-radius: 6px; margin-top:10px;}

input[type="submit"]:hover,input[type="file"]:hover{ 
background-color: #333333;color: #FFFFFF;}


input[type="text"],textarea,select{
	border: 2px solid #CCCCCC; border-radius: 6px; box-shadow: none; color: #666666;
    font-family: 'Open Sans',Arial,Verdana,sans-serif;
    font-size: 16px; line-height:1.5em; padding: 4px 10px; transition: border 0.2s linear 0s, color 0.2s linear 0s, background-color 0.2s linear 0s;}

input[type="text"]:focus,textarea:focus,select:focus{
    border-color: #9BDFF1;
    box-shadow: 0 0 3px #9BDFF1;
    outline: 0 none;
}

.formstyle {
background-color:#f8f8f8;
padding:15px;
border-radius:15px;
border: 1px solid #dddddd;
}


table {
	background: none;
	border: 0px solid #dddddd;
	margin-bottom: 0rem;
	vertical-align:center;
}

blockquote { 
font-style: italic;font-family: Georgia, Times, "Times New Roman", serif; border-width: 0; border-style: solid; border-color: #ccc; 
 border-left-width: 5px;padding: 12px 25px;margin-left:40px;
}


/* COLOUR BOX STYLES */

.marginbottom {
margin-bottom:20px;}

.nocolour {
	line-height: 1.3em;
} 

.white {
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
padding: 15px;
background: #fff;
line-height: 1.5em;
} 
.white a:link{border-bottom:1px dotted #666;} 

.lightgrey {
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
padding: 15px;
background: #f2f2f2;
line-height: 1.5em;
} 
.lightgrey a:link{border-bottom:1px dotted #666;} 


.lightblue {
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
padding: 15px;
background: #CCE0EB;
color: #006699;
line-height: 1.5em;
} 
.lightblue a:link{color: #006699;border-bottom:1px dotted #666;} 

.lightbrown {
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
padding: 15px;
background: #EEDECC;
color: #806733;
line-height: 1.5em;
} 
.lightbrown a:link{color: #806733;border-bottom:1px dotted #666;} 

.lightgreen {
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
padding: 15px;
background: #EBF2D9;
line-height: 1.5em;
} 
.lightgreen a:link{border-bottom:1px dotted #666;} 


.lightpurple {
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
padding: 15px;
background: #E9DBF0;
color: #990099;
line-height: 1.5em;
} 
.lightpurple a:link{color: #990099;border-bottom:1px dotted #666;} 


.lightpink {
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
padding: 15px;
background: #FFECEC;
color: #FF11B1;
line-height: 1.5em;
} 
.lightpink a:link{color: #FF11B1;border-bottom:1px dotted #666;} 


.lightyellow {
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
padding: 15px;
background: #FFFFCC;
color: #666666;
line-height: 1.5em;
}
.lightyellow a:link{color: #666666;border-bottom:1px dotted #666;} 

.darkgrey {
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
padding: 15px;
background: #666;
color:#eee;
line-height: 1.5em;
} 
.darkgrey a:link{color:#eee;border-bottom:1px dotted #eee;} 

.darkblue {
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
padding: 15px;
background: #006699;
color:#f2f2f2;
line-height: 1.5em;
} 
.darkblue a:link{color:#f2f2f2;border-bottom:1px dotted #f2f2f2;} 

.darkbrown {
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
padding: 15px;
background: #996633;
color:#fff;
line-height: 1.5em;
} 
.darkbrown a:link{color:#fff;border-bottom:1px dotted #fff;} 

.darkgreen {
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
padding: 15px;
background: #339966;
color:#fff;
line-height: 1.5em;
} 
.darkgreen a:link{color:#fff;border-bottom:1px dotted #fff;} 

.darkpurple {
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
padding: 15px;
background: #CC6699;
color:#fff;
line-height: 1.5em;
} 
.darkpurple a:link{color:#fff;border-bottom:1px dotted #fff;} 

.darkyellow {
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
padding: 15px;
background: #FFFF66;
color:#333;
line-height: 1.5em;
} 
.darkyellow a:link{color:#333;border-bottom:1px dotted #333;} 




/* Below CSS for new Enhance Image Plugin
=============================================================== */
/*figure {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.05);
    border: 1px solid #ccc;
    border-radius: 2px;
    display: inline-block;
    margin: 10px 20px;
    padding: 10px;
    text-align: center;
}
*/

figure > figcaption {
    display: block;
    text-align: center;
	margin-top: 10px;
}

.align-left {
    float: left;
	margin-right:20px;
}

.align-right {
    float: right;
	margin-left:20px;
}

.align-center {
    text-align: center;
}

.align-center > figure {
    display: inline-block;
}

/* RESPONSIVE GOOGLE MAPS 
================================================================= */
.google-maps {
position: relative;
padding-bottom: 45%; // This is the aspect ratio
height: 0;
overflow: hidden;
}
.google-maps iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}

/* CKEditor responsive template layouts 
=============================================================== */
.container-boxes {margin-bottom:20px}

.page-slider .slide-caption h5 a:link{color:#ffffff;border-bottom: thin dotted #eee;}
.page-slider .slide-caption h5 a:hover{color:#ffffff;border-bottom: thin dotted #eee;}
.page-slider .slide-caption h5 a:visited{color:#ffffff;border-bottom: thin dotted #eee;}