/*
    Colour Palette
    ##############################
    #c4d929 - Light green
    #96a621 - Medium green
    #697322 - Dark green
    #ecf22e - Lime green
    #0d0d0d - Charcoal/black
*/


/******** GENERAL PROPERTIES *********/

body {
    
}

a:link { color: #ffce6f; }
a:visited { color: #ffb21f; }	/* Change colour of this */
a:hover { color: #ffb21f; }
a:active { color: #ffb21f; }	/* Change style of this */
em { font-style: italic; }
strong { font-weight: bold; }
u { text-decoration: underline; }
.algn-lft { float: left; }
.algn-rgt { float: right; }


/******** FIXED-WIDTH CONTAINER STYLES ********/

#fixed {
    /*background-color: #fff;*/
    margin: 0 auto;
    min-width: 640px;
    width: 960px;
}


/******** HEADER CONTAINER STYLES ********/

#header {
    /*background-color: orange;*/
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    width: 960px;
}

    #header .logo-link {
	display: block;
	float: left;
	height: 103px;
	text-decoration: none;
	width: 440px;
    }
    
    #header h1 {
	float: left;
	font-family: Lobster;
	font-size: 56px;
	padding: 20px 0;
	text-align: left;
	text-shadow:		5px 5px 3px rgba(0,0,0,.7);
	-moz-text-shadow:	5px 5px 3px rgba(0,0,0,.7);
	-webkit-text-shadow:	5px 5px 3px rgba(0,0,0,.7);
    }
    
    #header .banner {
	float: right;
	margin-top: 20px;
    }
    
    #header blockquote {
	/*background-color: red;*/
	clear: both;
	color: #aaa;
	font-size: 18px;
	font-style: italic;
	padding: 10px 0;
	text-align: left;
	width: 100%;
	text-shadow:		2px 2px 3px rgba(0,0,0,.7);
	-moz-text-shadow:	2px 2px 3px rgba(0,0,0,.7);
	-webkit-text-shadow:	2px 2px 3px rgba(0,0,0,.7);
    }


/******** RIBBON CONTAINER STYLES ********/

#ribbon {
    background: url(/assets/public/images/css/ribbon.png) top left repeat-x;
    background-color: #212121;
    float: left; /* N.B. Centralises ribbon list items */
    margin: 0 auto;
    overflow: hidden;
    position: relative; /* N.B. Centralises ribbon list items */
    width: 100%;
}

    #ribbon ul {
	clear: left;
	float: left;
	left: 50%;
	position: relative;
	text-align: center;
	width: 960px;
    }
    
    #ribbon li {
	color: #fff;
	display: block;
	float: left;
	font-size: 16px;
	font-style: italic;
	/*font-weight: bold;*/
	height: 66px;
	letter-spacing: 2px;
	line-height: 40px;
	list-style: none;
	position: relative;
	right: 50%;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 		0 1px 2px rgba(0, 0, 0, 0.4);
	-moz-text-shadow: 	0 1px 2px rgba(0, 0, 0, 0.4);
	-webkit-text-shadow:	0 1px 2px rgba(0, 0, 0, 0.4);
    }
    
    #ribbon li:first-letter {
	font-size: 20px;
    }

.ribbon-nav {
    width: 180px;
}

.ribbon-con {
    background: url(/assets/public/images/css/ribbon_li.png) top center no-repeat;
    width: 530px;
}

.ribbon-rgt {
    background: url(/assets/public/images/css/ribbon_li.png) top center no-repeat;
    width: 250px;
}


/******** CONTENT CONTAINER STYLES ********/

#content {
    /*background-color: pink;*/
    clear: both;
    margin: 0 auto;
    overflow: hidden;
    padding: 5px 0 20px 0;
    width: 960px;
}


/******** COMMON COLUMN STYLES ********/

.column {
    float: left;
    padding-right: 20px;
}


/******** NAVIGATION COLUMN STYLES ********/

.navigation {
    /*background-color: aqua;*/
    width: 160px;
}

.navigation li {
    /*background-color: silver;*/
    /*border-bottom: 1px solid #ebefc2;*/
    margin-bottom: 2px;
}

.navigation li a {
    background-color: #151515;
    color: #fff;
    display: block;
    padding: 10px 10px 10px 5px;
    text-decoration: none;
    border-radius:		0 8px 8px 0px;
    -moz-border-radius:		0 8px 8px 0px;
    -webkit-border-radius:	0 8px 8px 0px;
}

.navigation li a:hover {
    background-color: #1b1b1b;
    text-decoration: underline;
}

.navigation li.active {
}

.navigation li.active ul {
    /*border: 1px solid black;*/
    font-size: 12px;
    list-style: none;
    margin-left: 20px;
}

.navigation li.active ul li {
    border: none;
    margin-top: 2px;
}

.navigation li.active ul li a {
    background-color: #1b1b1b;
    font-size: 12px;
    padding: 10px 5px;
}

.navigation li.active ul li a:hover {
    background-color: #151515;
    text-decoration: underline;
}

.navigation img {
    position: absolute;
    right: 0;
    top: 4px;
}


/******** CONTENT COLUMN STYLES ********/

.content {
    line-height: 1.2;
    width: 510px;
}

    .content h1 {
	color: #ffce6f;
	font-size: 26px;
	margin-bottom: 10px;
	text-shadow: 		3px 3px 2px rgba(0, 0, 0, 0.8);
	-moz-text-shadow: 	3px 3px 2px rgba(0, 0, 0, 0.8);
	-webkit-text-shadow: 	3px 3px 2px rgba(0, 0, 0, 0.8);
    }
    
    .content h2 {
	color: #ffce6f;
	font-size: 22px;
	margin-bottom: 10px;
	text-shadow: 		3px 3px 2px rgba(0, 0, 0, 0.8);
	-moz-text-shadow: 	3px 3px 2px rgba(0, 0, 0, 0.8);
	-webkit-text-shadow: 	3px 3px 2px rgba(0, 0, 0, 0.8);
    }
    
    .content h3 {
	color: #aaa;
	font-size: 18px;
	margin-bottom: 10px;
	text-shadow: 		3px 3px 2px rgba(0, 0, 0, 0.8);
	-moz-text-shadow: 	3px 3px 2px rgba(0, 0, 0, 0.8);
	-webkit-text-shadow: 	3px 3px 2px rgba(0, 0, 0, 0.8);
    }
    
    .content h4 {
	color: #ffce6f;
	font-size: 14px;
	margin-bottom: 10px;
	text-shadow: 		3px 3px 2px rgba(0, 0, 0, 0.8);
	-moz-text-shadow: 	3px 3px 2px rgba(0, 0, 0, 0.8);
	-webkit-text-shadow: 	3px 3px 2px rgba(0, 0, 0, 0.8);
    }
    
    .content h5 {
	color: #ffce6f;
	font-size: 10px;
	margin-bottom: 10px;
	text-shadow: 		3px 3px 2px rgba(0, 0, 0, 0.8);
	-moz-text-shadow: 	3px 3px 2px rgba(0, 0, 0, 0.8);
	-webkit-text-shadow: 	3px 3px 2px rgba(0, 0, 0, 0.8);
    }
    
    .content h6 {
	color: #ffce6f;
	font-size: 6px;
	margin-bottom: 10px;
	text-shadow: 		3px 3px 2px rgba(0, 0, 0, 0.8);
	-moz-text-shadow: 	3px 3px 2px rgba(0, 0, 0, 0.8);
	-webkit-text-shadow: 	3px 3px 2px rgba(0, 0, 0, 0.8);
    }
    
    .content img {
	float: left;
	padding: 0 10px 5px 0;
    }

    .content p { margin-bottom: 10px; }
    .content strong { font-weight: bold; }
    .content em { font-style: italic; }
    .content u { text-decoration: underline; }
    .content ul { list-style-position: inside; margin: 10px 0; }
    .content ol { list-style-position: inside; margin: 10px 0; }
    
#breadcrumbs {
    /*background-color: yellow;*/
    display: block;
    font-size: 11px;
    margin-bottom: 10px;
}

    #breadcrumbs a {
	font-size: 11px;
    }

#latest-blog {
    float: left;
    margin-right: 20px;
    padding-top: 10px;
    width: 235px;
}

    #latest-blog .title {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
	text-shadow: 		2px 2px 2px rgba(0, 0, 0, 0.8);
	-moz-text-shadow: 	2px 2px 2px rgba(0, 0, 0, 0.8);
	-webkit-text-shadow: 	2px 2px 2px rgba(0, 0, 0, 0.8);
    }
    
    #latest-blog h2 a {
	font-size: 22px;
    }
    
    #latest-blog .date {
	color: #aaa;
	font-size: 11px;
	font-style: italic;
    }
    
    #latest-blog .more-link {
    background-color: #39c;
    background: -moz-linear-gradient(top, #39c, #03c);
    background: -webkit-gradient(linear, center top, center bottom, from(#39c), to(#03c)); 
    color: #fff;
    display: block;
    float: left;
    font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Arial, sans-serif;
    margin-top: 8px;
    padding: 5px 10px;
    text-decoration: none;
    border-radius:		5px;
    -moz-border-radius:		5px;
    -webkit-border-radius:	5px;
}
    
    #latest-blog .more-link:hover {
	background-color: #03c;
	background: -moz-linear-gradient(top, #03c, #39c);
	background: -webkit-gradient(linear, center top, center bottom, from(#03c), to(#39c)); 
    }


/******** RIGHTBAR COLUMN STYLES ********/

.rightbar {
    /*background-color: magenta;*/
    line-height: 1.2;
    padding-right: 0;
    width: 250px;
}

.rightbar-box {
    /*background-color: magenta;*/
    border-bottom: 2px solid #ffb21f;
    margin-bottom: 20px;
    overflow: hidden;
    padding-bottom: 15px;
}

    .rightbar-box h1 {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
	text-shadow: 		2px 2px 2px rgba(0, 0, 0, 0.8);
	-moz-text-shadow: 	2px 2px 2px rgba(0, 0, 0, 0.8);
	-webkit-text-shadow: 	2px 2px 2px rgba(0, 0, 0, 0.8);
    }   
    
    .rightbar-box h1 a {
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
	text-decoration: none;
	text-shadow: 		2px 2px 2px rgba(0, 0, 0, 0.8);
	-moz-text-shadow: 	2px 2px 2px rgba(0, 0, 0, 0.8);
	-webkit-text-shadow: 	2px 2px 2px rgba(0, 0, 0, 0.8);
    }   
    
    .rightbar-box h1 a:hover {
	text-decoration: underline;
    }
    
    .rightbar-box img {
	border: 1px solid #3f3f3f;
	float: left;
	margin: 0 10px 0 0;
    }
    
    .rightbar-box p, .rightbar-box a {
	font-size: 11px;
    }

/******** CONTENT CONTAINER STYLES ********/

#footer {
    background-color: #151515;
    clear: left;
    line-height: 1.1;
    font-size: 11px;
    margin: 0 auto;
    padding-bottom: 10px;
    overflow: hidden;
    width: 100%;
}

#footer-inner {
    margin: 0 auto;
    width: 960px;
    text-align: center;
}

.footer-col {
    /*background-color: grey;*/
    float: left;
    text-align: left;
}

    .footer-col h2 {
	color: #ffce6f;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 10px;
	text-shadow: 		3px 3px 2px rgba(0, 0, 0, 0.8);
	-moz-text-shadow:	3px 3px 2px rgba(0, 0, 0, 0.8);
	-webkit-text-shadow:	3px 3px 2px rgba(0, 0, 0, 0.8);
    }
    
	.footer-col h2 a {
	    color: #ffce6f;
	    font-size: 13px;
	    font-weight: bold;
	    margin-bottom: 10px;
	    text-shadow: 		3px 3px 2px rgba(0, 0, 0, 0.8);
	    -moz-text-shadow:		3px 3px 2px rgba(0, 0, 0, 0.8);
	    -webkit-text-shadow:	3px 3px 2px rgba(0, 0, 0, 0.8);
	}
    
	.footer-col h2 a:hover {
	    color: #ffb21f;
	    text-decoration: underline;
	}
	
    .footer-col img {
	text-align: center;
	margin: 0 5px 5px 0;
    }

    .footer-col em,
    .footer-col a,
    .footer-col p,
    .footer-col span,
    .footer-col strong {
	font-size: 11px;
    }
    .footer-col ul,
    .footer-col ol {
	font-size: 11px;
	list-style-position: inside;
    }

.col-left {
    /*background-color: red;*/
    margin-right: 20px;
    padding: 10px 0;
    width: 307px;
}

.col-center {
    /*background-color: blue;*/
    margin-right: 20px;
    padding: 10px 0;
    width: 307px;
}

.col-right {
    /*background-color: green;*/
    padding: 10px 0;
    width: 306px;
}

.col-right form {
    /*border: 1px solid yellow;*/
    overflow: hidden;
    margin-top: 10px;
}

.col-right ul {
    /*background-color: pink;*/
    overflow: hidden;
    list-style: none;
}

.col-right li {
    /*background-color: teal;*/
    margin-bottom: 5px;
    overflow: hidden;
}

.col-right label {
    /*background-color: LightBlue;*/
    float: left;
    font-size: 11px;
    margin-right: 10px;
    width: 100px;
}

.col-right input,
.col-right textarea {
    float: left;
    width: 184px;
}

.col-right input[type=submit] {
    background-color: #f90;
    background: -moz-linear-gradient(top, #f90, #fc6);
    background: -webkit-gradient(linear, center top, center bottom, from(#f90), to(#fc6));
    border: 1px solid #BF7500;
    cursor: pointer;
    font-family: "Lucida Grande", Arial, "Helvetica Nueue", Helvetica, sans-serif;
    font-size: 11px;
    margin-left: 110px;
    padding: 2px 5px;
    width: auto;
}

#sub-footer {
    background-color: #151515;
}

#sub-footer-inner {
    margin: 0 auto;
    overflow: hidden;
    padding: 10px 0;
    text-align: center;
    width: 960px;
}

    #sub-footer-inner p.sub-ftr-lft {
	float: left;
    }
    
    #sub-footer-inner p.sub-ftr-rgt {
	float: right;
    }
    
    #sub-footer-inner a {
	font-weight: bold;
	text-decoration: none;
	text-shadow:		2px 2px 2px rgba(0,0,0,0.5);
	-moz-text-shadow:	2px 2px 2px rgba(0,0,0,0.5);
	-webkit-text-shadow:	2px 2px 2px rgba(0,0,0,0.5);
    }
    
    #sub-footer-inner a:hover {
	color: #900;
	text-decoration: underline;
    }

span.logo-rgt {
    color: #900;
}

span.logo-dyn {
    color: #c00;
}

#error404 {
    line-height: 1.2;
    margin: 50px auto 0;
    width: 640px;
}
	#error404 h1 {
	    font-family: Lobster;
	    font-size: 56px;
	    margin-bottom: 20px;
	    text-shadow:		5px 5px 3px rgba(0,0,0,.7);
	    -moz-text-shadow:		5px 5px 3px rgba(0,0,0,.7);
	    -webkit-text-shadow:	5px 5px 3px rgba(0,0,0,.7);
	}
	#error404 h2 {
	    color: #ffce6f;
	    font-size: 22px;
	    margin-bottom: 20px;
	    text-shadow: 		3px 3px 2px rgba(0, 0, 0, 0.8);
	    -moz-text-shadow: 	3px 3px 2px rgba(0, 0, 0, 0.8);
	    -webkit-text-shadow: 	3px 3px 2px rgba(0, 0, 0, 0.8);
	}
	#error404 p,
	#error404 ul {
	    margin-bottom: 10px;
	}
	#error404 ul {
	    margin-left: 33px;
	}
	#error404 .more-link {
	    background-color: #39c;
	    background: -moz-linear-gradient(top, #39c, #03c);
	    background: -webkit-gradient(linear, center top, center bottom, from(#39c), to(#03c)); 
	    color: #fff;
	    display: inline-block;
	    font: 18px "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Arial, sans-serif;
	    margin: 20px 5px 0 0;
	    padding: 5px 10px;
	    text-decoration: none;
	    border-radius:		5px;
	    -moz-border-radius:		5px;
	    -webkit-border-radius:	5px;
	}
	#error404 .more-link:hover {
	    background-color: #03c;
	    background: -moz-linear-gradient(top, #03c, #39c);
	    background: -webkit-gradient(linear, center top, center bottom, from(#03c), to(#39c)); 
	}
	#error404 .back-link {
	    background-color: #CC3238;
	    background: -moz-linear-gradient(top, #CC3238, #CC020A);
	    background: -webkit-gradient(linear, center top, center bottom, from(#CC3238), to(#CC020A)); 
	    color: #fff;
	    display: inline-block;
	    font: 18px "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Arial, sans-serif;
	    margin: 20px 0 0 5px;
	    padding: 5px 10px;
	    text-decoration: none;
	    border-radius:		5px;
	    -moz-border-radius:		5px;
	    -webkit-border-radius:	5px;
	}
	#error404 .back-link:hover {
	    background-color: #CC020A;
	    background: -moz-linear-gradient(top, #CC020A, #CC3238);
	    background: -webkit-gradient(linear, center top, center bottom, from(#CC020A), to(#CC3238)); 
	}
