/*
Theme Name: Hordle Walhampton
Theme URI: http://www.atelier-studios.com/
Description: Hordle Walhampton wordpress Theme
Author: Atelier Studios Limited http://www.atelier-studios.com/
Version: 1.0
Tags: 
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
a {
	outline:none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}
/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
	float: left;
	margin: 20px 0 0;
	width: 660px;
	overflow: hidden;
}
#content {
	margin: 0;
	width: 660px;
}
#primary, #secondary {
	float: left;
	overflow: hidden;
	width: 262px;
	margin:0 38px 0 0;
	padding:25px 0 20px;
	background-color:#f8f8f8;
}
.home #primary {
	background:url(/wp-content/themes/hordle/images/sitewide/bg_primary.gif) no-repeat 0 70px;
	background-color:#f8f8f8; }

li#categoryposts-3 h3.widget-title, li#categoryposts-4 h3.widget-title, li#categoryposts-5 h3.widget-title {
	margin:0 0 20px 20px;
	width:222px;
}
li#categoryposts-3 {
	/*background:url(/wp-content/themes/hordle/images/sitewide/bg_primary.gif) no-repeat 0 74px;*/
}
li#categoryposts-4, li#categoryposts-5 {
margin:0 0 20px 0;

}
#primary ul, #secondary ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
#footer {
	float:left;
	clear: both;
	width: 960px;
}
/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	margin: 20px 0 0 0;
	width: 660px;
}
/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 20px 0 0 0;
	width: 660px;
}
/* =Fonts
-------------------------------------------------------------- */
body, input, textarea, .page-title span, .pingback a.url {
	font-family:Georgia, "Times New Roman", Times, serif;
}
h3#comments-title, h3#reply-title, #access .menu, #access div.menu ul, #cancel-comment-reply-link, .form-allowed-tags, #site-info, #site-title, #wp-calendar, .comment-meta, .comment-body tr th, .comment-body thead th, .entry-content label, .entry-content tr th, .entry-content thead th, .entry-meta, .entry-title, .entry-utility, #respond label, .navigation, .page-title, .pingback p, .reply, .widget-title, .wp-caption-text, input[type=submit] {
	font-family:Georgia, "Times New Roman", Times, serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#access .menu-header, div.menu, #colophon, #branding, #main, #wrapper {
	margin: 0 auto;
	width: 960px;
}
#wrapper {
	padding: 0;
}
/* Structure the footer area */

#footer #footer_col1 {
	float:left;
	width:526px;
	padding:20px 0 0 20px;
}
#footer #footer_col1 p {
	margin:0 0 5px 0;
	padding:0;
}
#footer #footer_col1 p a.contactusonline {
	width:155px;
	height:23px;
	background-image:url(/wp-content/themes/hordle/images/buttons/contactusonline.gif);
	background-repeat:no-repeat;
	text-indent:-5000px;
	overflow:hidden;
	display:block;
	margin:0;
	padding:0;
}
#footer #footer_col2 {
	float:left;
	width:179px;
	padding:20px 0 0 30px;
}
#footer #footer_col3 {
	float:left;
	width:155px;
	padding:20px 0 0 30px;
}
#footer #footer_col2 li, #footer #footer_col3 li {
	list-style-type:none;
	list-style-image:url(/wp-content/themes/hordle/images/sitewide/bullet.gif);
}
#footer h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:normal;
	color:#012b75;
	margin:0 0 10px 0;
}
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	width: 262px;
}
#footer-widget-area #fourth {
	margin-right: 0;
}
#site-info {
	float: left;
	font-size: 14px;
	font-weight: bold;
	width: 700px;
}
#site-generator {
	float: right;
	width: 260px;
}
/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
	background-image:url(/wp-content/themes/hordle/images/sitewide/bg.gif);
	background-repeat:repeat;
}
body, input, textarea {
	color: #666;
	font-size: 12px;
	line-height: 18px;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}
/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style:disc;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite, blockquote em, blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup, sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"], textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
	padding: 2px;
}
a:link {
	color: #0066cc;
}
a:visited {
	color: #743399;
}
a:active, a:hover {
	color: #ff4b33;
}
/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}
/* =Header
-------------------------------------------------------------- */

#header {
	margin: 0;
	width:960px;
	height:200px;
	z-index:5000;
}
#header #logo {
	float:left;
	width:461px;
	height:144px;
}
#header #logo a.logo {
	float:left;
	width:461px;
	height:144px;
	text-decoration: none;
	text-indent:-5000px;
	overflow:hidden;
	background-image:url(/wp-content/themes/hordle/images/sitewide/logo.gif);
	background-repeat:no-repeat;
}
#header #flash {
	float:right;
	width:479px;
	height:144px;
	margin:0 0 0 20px;
}
/* =Menu
-------------------------------------------------------------- */

#access {
	float:left;
	clear:both;
	display: block;
	width: 940px;
	height:55px;
	background-image:url(/wp-content/themes/hordle/images/sitewide/bg_access.gif);
	background-repeat:no-repeat;
	margin:0;
	padding:0 0 0 20px;
	z-index:5000;
}
#access .menu-header, div.menu {
	font-size: 12px;
	width: 940px;
	height:55px;
	margin: 0;
	padding:0;
	z-index:5000;
}
#access .menu-header ul, div.menu ul {
	list-style: none;
	margin: 0;
	padding:0;
	z-index:5000;
	height:55px;
}
#access .menu-header li, div.menu li {
	float: left;
	display:inline-block;
	position: relative;
	margin: 0;
	padding:0;
	z-index:5001;
}
#access a {
	color: #4D4D4D;
	display: inline-block;
	float:left;
	padding: 0;
	margin:0;
	text-decoration: none;
}
/* HOME BUTTON */

#access .menu-header ul li.menu-item-24 {
	width:108px;
	height:55px;
	margin:0 10px 0 0;
	color:#FFFFFF;
}
#access .menu-header ul li.menu-item-24 a {
	width:108px;
	height:55px;
	background-image:url(/wp-content/themes/hordle/images/sitewide/bg_nav.gif);
	background-position:0 0;
	text-indent:-5000px;
}
#access .menu-header ul li.menu-item-24 a:hover {
	background-image:url(/wp-content/themes/hordle/images/sitewide/bg_nav.gif);
	background-position:0 -55px;
}
/* SCHOOL BUTTON */

#access .menu-header ul li.menu-item-24 a {
	width:108px;
	height:55px;
	background-image:url(/wp-content/themes/hordle/images/sitewide/bg_nav.gif);
	background-position:0 0;
	text-indent:-5000px;
	color:#FFFFFF;
}
#access .menu-header ul li.menu-item-133 {
	width:124px;
	height:55px;
	margin:0 10px 0 0;
	background-image:url(/wp-content/themes/hordle/images/sitewide/bg_nav.gif);
	background-position:-108px 0;
	text-indent:-5000px;
}
#access .menu-header ul li.menu-item-133 a {
	width:124px;
	height:55px;
	margin:0 10px 0 0;
	background-image:url(/wp-content/themes/hordle/images/sitewide/bg_nav.gif);
	background-position:-108px 0;
	text-indent:-5000px;
	color:#FFFFFF;
}
#access .menu-header ul li.menu-item-133 a:hover {
	background-image:url(/wp-content/themes/hordle/images/sitewide/bg_nav.gif);
	background-position:-108px -55px;
}
/* INFORMATION BUTTON */


#access .menu-header ul li.menu-item-86 {
	width:174px;
	height:55px;
	margin:0 10px 0 0;
	background-image:url(/wp-content/themes/hordle/images/sitewide/bg_nav.gif);
	background-position:-232px 0;
	text-indent:-5000px;
}
#access .menu-header ul li.menu-item-86 a {
	width:174px;
	height:55px;
	margin:0 10px 0 0;
	background-image:url(/wp-content/themes/hordle/images/sitewide/bg_nav.gif);
	background-position:-232px 0;
	text-indent:-5000px;
	color:#FFFFFF;
}
#access .menu-header ul li.menu-item-86 a:hover {
	background-image:url(/wp-content/themes/hordle/images/sitewide/bg_nav.gif);
	background-position:-232px -55px;
}
/* CONTACT BUTTON  */


#access .menu-header ul li.menu-item-85 {
	width:140px;
	height:55px;
	background-image:url(/wp-content/themes/hordle/images/sitewide/bg_nav.gif);
	background-position:-406px 0;
	text-indent:-5000px;
}
#access .menu-header ul li.menu-item-85 a {
	width:140px;
	height:55px;
	background-image:url(/wp-content/themes/hordle/images/sitewide/bg_nav.gif);
	background-position:-406px 0;
	text-indent:-5000px;
	color:#FFFFFF;
}
#access .menu-header ul li.menu-item-85 a:hover {
	width:140px;
	height:55px;
	background-image:url(/wp-content/themes/hordle/images/sitewide/bg_nav.gif);
	background-position:-406px -55px;
}
/* GENERAL BUTTONS  *

#access ul ul {
	display: none;
	position: absolute;
	top: 55px;
	left: 0;
	float: left;
	z-index: 99999;
}

#access ul ul li {
	background-color:#215193;
	margin:0;
	padding:0;
	line-height:20px;}

#access .menu-header ul li ul.sub-menu li {
z-index:6000;
 }
#access .menu-header ul li ul.sub-menu li a {
	background-color:#215193;
	width:160px;
	padding:5px 15px 5px 30px;
	margin:0;
	line-height:20px;
	color:#FFFFFF;
	text-decoration:none;
	background-image:url(/wp-content/themes/hordle/images/sitewide/bullet_white.gif);
	background-repeat:no-repeat;
	background-position:20px 12px;
	height:auto;
	text-indent:0px;
 }

#access .menu-header ul li ul.sub-menu li a:hover {
	background-image:none;
	background-color:#3567ab!important;
	width:160px;
	padding:5px 15px 5px 30px;
	margin:0;
	height:20px!important;
	color:#FFFFFF;
	text-decoration:none;
	background-image:url(/wp-content/themes/hordle/images/sitewide/bullet_white.gif);
	background-repeat:no-repeat;
	background-position:20px 12px;
 }

#access ul ul ul {
	left: 100%;
	top: 0;
}

/*----------------------------------------------------------------------------------------------------*/




/*dropdown styles*/


#access .menu-header ul#menu-primary-menu li ul {
	display:block;
	list-style:none;
	padding:0;
	position:absolute;
	float:left;
	z-index:99999;
	height:auto;
	margin: 0;
	font-size: 12px;
	background: #215193;
	color:#FFFFFF;
}
#access .menu-header ul#menu-primary-menu li ul li {
	display:list-item;
	list-style:none;
	background-color:#215193;
	margin:0!important;
	height:auto;
	padding: 0;
	width:205px;
	color:#FFFFFF;
}
#access .menu-header ul#menu-primary-menu li ul li a {
	border-top-width:0;
	margin:0!important;
	padding:5px 15px 5px 30px;
	text-indent:0px;
	height:auto;
	color:#FFFFFF;
	text-decoration:none;
	width:160px;
	background:url(/wp-content/themes/hordle/images/sitewide/bullet_white.gif) no-repeat 20px 12px #215193;
	display:block;
	font-size: 12px;
	text-align: left;
	z-index:6000;
}
* html #access .menu-header ul#menu-primary-menu li ul li a { /*IE6 hack to get sub menu links to behave correctly*/
	display: inline;
	border-top-width: 0px;
	font-size: 12px;
	text-align: left;
	color:#FFFFFF;
}
#access .menu-header ul#menu-primary-menu li ul li a:hover {
	border-top-width:0;
	margin:0!important;
	text-indent:0;
	height:auto;
	color:#FFFFFF;
	text-decoration:none;
	background-color:#3567ab!important;
	background-image:url(/wp-content/themes/hordle/images/sitewide/bullet_white.gif);
	background-repeat:no-repeat;
	background-position:20px 12px;
	display:block;
	font-size: 12px;
	text-align: left;
}
#access .menu-header ul#menu-primary-menu li ul li ul {
	padding: 0;
	margin: 0;
	top: 0;
	color:#FFFFFF;
}
.downarrowclass {
	display:none;
	position:absolute;
	right:7px;
	top:12px;
}
.rightarrowclass {
	display:none;
	position:absolute;
	right:8px;
	top:18px;
}
/*end dropdown styles


#access * {border: 1px solid red;}*/


/*----------------------------------------------------------------------------------------------------*/

#access li.menu-item-133:hover > a, #access ul ul :hover > li.menu-item-133 a {
	width:124px;
	height:55px;
	background-image:url(/wp-content/themes/hordle/images/sitewide/bg_nav.gif);
	background-position:-108px -55px;
	color:#FFFFFF;
}
#access li.menu-item-86:hover > a, #access ul ul :hover > li.menu-item-86 a {
	width:174px;
	height:55px;
	background-image:url(/wp-content/themes/hordle/images/sitewide/bg_nav.gif);
	background-position:-232px -55px;
	color:#FFFFFF;
}
#access li.menu-item-85:hover > a, #access ul ul :hover > li.menu-item-85 a {
	width:140px;
	height:55px;
	background-image:url(/wp-content/themes/hordle/images/sitewide/bg_nav.gif);
	background-position:-406px -55px;
	color:#FFFFFF;
}
/*
#access ul li:hover > ul {
	display: inline-block;
}
#access .menu-header ul li li {
	text-indent:0px;
}*/






/* =Content
-------------------------------------------------------------- */

#main {
	clear: both;
	overflow: hidden;
	padding: 0;
	z-index:10;
}
#content {
	font-size: 15px;
	line-height: 22px;
}
#content a, #content a:link, #content a:visited, #content a:active {
	color:#440101;
}
#content a:hover {
	color:#215193;
}
#content, #content input, #content textarea {
	color: #4d4d4d;
	font-size: 12px;
}
#content p, #content dd, #content pre, #content hr {
	margin-bottom: 12px;
}
#content ul, #content ol {
	margin:20px 0 17px 40px;
}
#content ul li {
	list-style-type:none;
	list-style-image:url(/wp-content/themes/hordle/images/sitewide/bullet.gif);
	background-repeat:no-repeat;
	margin:0 0 3px 0;
	padding:0 0 3px 0;
}
#content pre, #content kbd, #content tt, #content var {
	font-size: 12px;
}
#content code {
	font-size: 12px;
}
#content dt, #content th {
}
#content h1 {
	color: #215193!important;
	margin: 0 0 20px 0;
}
#content h2 {
	color: #440101;
	margin: 0 0 20px 0;
}
#content h3 {
	color: #215193!important;
	margin: 0 0 20px 0;
	font-weight:bold;
	font-size:120%;
}
#content h4 {
	color: #4d4d4d;
	margin: 0 0 20px 0;
}
#content h5 {
	color: #4d4d4d;
	margin: 0 0 20px 0;
}
#content h6 {
	color: #4d4d4d;
	margin: 0 0 20px 0;
}
#content strong {
	color: #215193!important;
}
#content table {
	float: left;
	margin: 0 0 20px 0;
	text-align: left;
	width: 100%;
	border-top:1px dotted #215194;
}
#content table ul {
	margin:0 0 0 10px;
}
#content tr th, #content thead th {
}
#content tr td {
	padding: 4px 0 5px 0;
	border-bottom:1px dotted #215194;
}
.hentry {
	margin: 0 0 48px 0;
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}
.page-title {
	color: #4d4d4d;
	font-size: 20px;
	font-weight: normal;
	margin: 0 0 20px 0;
}
.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link, .page-title a:visited {
	color: #4d4d4d;
	text-decoration: none;
}
.page-title a:active, .page-title a:hover {
	color: #ff4b33;
}
#content .entry-title {
	color: #4d4d4d;
	font-size: 20px;
	font-weight: normal;
	margin:0;
	padding:0;
}
.entry-title a:link, .entry-title a:visited {
	color: #4d4d4d;
	text-decoration: none;
}
.entry-title a:active, .entry-title a:hover {
	color: #012b75;
}
.entry-meta {
	color: #888;
	font-size: 12px;
}
.entry-meta abbr, .entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover, .entry-utility abbr:hover {
	border-bottom: 1px dotted #012b75;
}
.entry-content, .entry-summary {
	clear: both;
	padding: 12px 0 0 0;
}
#content .entry-summary p:last-child {
	margin-bottom: 20px;
}
.entry-content fieldset {
	border: 1px solid #012b75;
	margin: 0 0 20px 0;
	padding: 20px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #4d4d4d;
	font-weight: bold;
	padding: 0 20px;
}
.entry-content input {
	margin: 0 0 20px 0;
}
.entry-content input.file, .entry-content input.button {
	margin-right: 20px;
}
.entry-content label {
	color: #4d4d4d;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 20px 0;
}
.entry-content sup, .entry-content sub {
	font-size: 12px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 20px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 20px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	color: #4d4d4d;
	font-weight: normal;
	margin: 0 0 20px 0;
}
.page-link a:link, .page-link a:visited {
	color: #440101;
	font-weight: normal;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active, .page-link a:hover {
	color: #012b75;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 1px dotted #012b75;
	clear: both;
	font-size: 12px;
	margin: 20px 0;
	overflow: hidden;
	padding: 20px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px dotted #012b75;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 10px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
.entry-utility {
	clear: both;
	color: #4d4d4d;
	font-size: 12px;
	padding: 4px 5px 4px 5px;
	border:1px solid #e4e4e4;
	background-color:#fbfbfb;
}
.type-post {
	border-top:1px dotted #e4e4e4;
	padding: 10px;
	background-color:#FFFFFF;
}
.entry-meta a, .entry-utility a {
	color: #4d4d4d;
}
.entry-meta a:hover, .entry-utility a:hover {
	color: #012b75;
}
#content .video-player {
	padding: 0;
}
/* =Asides
-------------------------------------------------------------- */

.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.category-asides {
	padding: 0;
}
.home #content .category-asides .entry-content {
	padding-top: 0;
}
/* =Gallery listing
-------------------------------------------------------------- */

.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}
/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 20px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}
/* =Images
-------------------------------------------------------------- */

#content img {
	margin: 0;
	/*height: auto;*/
	max-width: 660px;
	width: auto;
}
#content .attachment img {
	max-width: 660px;
}
#content .alignleft, #content img.alignleft {
	display: inline;
	float: left;
	margin-right: 20px;
	margin-top: 5px;
}
#content .alignright, #content img.alignright {
	display: inline;
	float: right;
	margin-left: 20px;
	margin-top: 5px;
}
#content .aligncenter, #content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content img.alignleft, #content img.alignright, #content img.aligncenter {
	margin-bottom: 20px;
}
#content .wp-caption {
	margin-bottom: 10px;
	padding: 5px;
	text-align: left;
	border:4px solid #e4e4e4;
	background-color:#fbfbfb;
}
#content .wp-caption img {
	margin: 5px 5px 0;
}
#content .wp-caption p.wp-caption-text {
	color: #215193;
	font-size: 10px;
	text-transform:uppercase;
	margin: 5px;
}
#content .wp-smiley {
	margin: 0;
}
#content .gallery {
	margin: 0 auto 18px;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#content .gallery img {
	border: 1px solid #4d4d4d;
}
#content .gallery .gallery-caption {
	color: #4d4d4d;
	font-size: 12px;
	margin: 0 0 12px;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
	border: 10px solid #4d4d4d;
}
#content .gallery br+br {
	display: none;
}
#content .attachment img { /* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}
/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #4d4d4d;
	font-size: 12px;
	overflow: hidden;
}
.navigation a:link, .navigation a:visited {
	color: #4d4d4d;
	text-decoration: none;
}
.navigation a:active, .navigation a:hover {
	color: #ff4b33;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 20px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above, .single #nav-above {
	display: block;
}
#nav-below {
	margin: -20px 0 0 0;
}
/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 20px 0;
}
h3#comments-title, h3#reply-title {
	color: #4d4d4d;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 20px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px dotted #4d4d4d;
	margin: 0 0 20px 0;
	padding: 0 0 0 20px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul, #comments .comment-body ol {
	margin-bottom: 20px;
}
#comments .comment-body p:last-child {
	margin-bottom: 5px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 20px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 5px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #4d4d4d;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 20px 0;
}
.comment-meta a:link, .comment-meta a:visited {
	color: #4d4d4d;
	text-decoration: none;
}
.comment-meta a:active, .comment-meta a:hover {
	color: #012b75;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 20px 0;
}
.reply a, a.comment-edit-link {
	color: #4d4d4d;
}
.reply a:hover, a.comment-edit-link:hover {
	color: #012b75;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword, .nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px dotted #012b75;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.commentlist li.comment+li.pingback {
	margin-top: -5px;
}
#comments .pingback p {
	color: #4d4d4d;
	display: block;
	font-size: 12px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 12px;
	font-style: italic;
}
/* Comments form */
input[type=submit] {
	color: #4d4d4d;
}
#respond {
	border-top: 1px dotted #012b75;
	margin: 20px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 20px;
}
.form-allowed-tags {
	line-height: 20px;
}
.children #respond {
	margin: 0 40px 0 0;
}
h3#reply-title {
	margin: 20px 0;
}
#comments-list #respond {
	margin: 0 0 20px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #4d4d4d;
	font-size: 12px;
}
#respond input {
	margin: 0 0 10px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #4d4d4d;
	font-size: 12px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 10px 0;
}
#respond .form-submit input {
	font-size: 12px;
	width: auto;
}
/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin: 0;
	padding:0;
	width:242px;
}
.widget-area ul ul {
	list-style: none;
	margin: 0;
	padding:0;
	width:242px;
}
.widget_search #s {/* This keeps the search inputs in line */
	width:242px;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0;
	width:242px;
}
.widget-title {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color: #4d4d4d;
	font-weight:normal;
	width:202px;
	margin:0 0 0 20px;
}
.widget_categoryposts li.cat-post-item {
	margin:0 0 0 20px;
	width:202px;
}
.widget-area a:link, .widget-area a:visited {
	text-decoration: underline;
	width:242px;
	color:#440101;
}
.widget-area a:active, .widget-area a:hover {
	text-decoration: underline;
	color:#215193;
}
.widget-area a.viewallnews {
	background: url(/wp-content/themes/hordle/images/buttons/viewallnews.gif) no-repeat 0 0;
	width:115px;
	height:23px;
	text-indent:-5000px;
	overflow:hidden;
	display:block;
	margin:0 0 20px 40px;
}
.widget-area a.viewallannouncements {
	background: url(/wp-content/themes/hordle/images/buttons/viewallannouncements.gif) no-repeat 0 0;
	width:168px;
	height:23px;
	text-indent:-5000px;
	overflow:hidden;
	display:block;
	margin:0 0 20px 40px;
}
.widget-area .entry-meta {
	font-size: 11px;
}
.widget-area ul li ul li {
	background-image:url(/wp-content/themes/hordle/images/sitewide/bullet_widget.gif);
	background-repeat:no-repeat;
	background-position:0 3px;
	padding:0 0 0 20px;
	width:222px;
}
#wp_tag_cloud div {
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #4d4d4d;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 5px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #4d4d4d;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #4d4d4d;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #012b75;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}
/* Main sidebars */
#main .widget-area ul {
	margin: 0;
	padding: 0;
	clear:both;
}
#main .widget-area ul ul {
	border: none;
	margin: 0;
	padding: 0;
}
/* Footer widget areas */
#footer-widget-area {
}
/* =Footer
-------------------------------------------------------------- */

#footer {
	margin-bottom: 10px;
	width:960px;
	height:149px;
	background-image:url(/wp-content/themes/hordle/images/sitewide/bg_footer.gif);
	background-repeat:no-repeat;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#58585a;
	line-height:17px;
}
#footer a, #footer a:link, #footer a:active, #footer a:visited {
	text-decoration:none;
	color:#4d4d4d;
	margin:0;
	padding:0;
}
#footer a:hover {
	text-decoration:underline;
	color:#012b75;
}
#footer_seo {
	margin: 10px 0 20px 0;
	width:960px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#58585a;
	text-align:center;
}
#footer_seo ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
#footer_seo ul li {
	display:inline;
	margin:0;
	padding:0;
	list-style-type:none;
}
#footer_seo ul li.menu-item-2884 a, #footer_seo ul li.menu-item-2885 a, #footer_seo ul li.menu-item-2886 a, #footer_seo ul li.menu-item-2887 a {
	border-right:1px dotted #4D4D4D;
	margin:0 10px 0 0;
	padding:0 12px 0 0;
}
#footer_seo a, #footer_seo a:link, #footer_seo a:active, #footer_seo a:visited {
	text-decoration:none;
	margin:0;
	padding:0;
	color:#4D4D4D;
}
#footer_seo a:hover {
	text-decoration:underline;
	color:#012b75;
}
#colophon {
	border-top: 4px solid #000;
	margin-top: -4px;
	overflow: hidden;
	padding: 18px 0;
}
#site-info {
	font-weight: bold;
}
#site-info a {
	color: #000;
	text-decoration: none;
}
#site-generator {
	font-style: italic;
	position: relative;
}
#site-generator a {
	background: url(images/wordpress.png) center left no-repeat;
	color: #4d4d4d;
	display: inline-block;
	padding-left: 20px;
	text-decoration: none;
}
#site-generator a:hover {
	text-decoration: underline;
}
img#wpstats {
	display: block;
	margin: 0 auto 10px;
}
/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access, .entry-meta, .entry-utility, .navigation, .widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}


/* =Print Style
-------------------------------------------------------------- */

@media print {
body {
	background: none !important;
}
#wrapper {
	clear: both !important;
	display: block !important;
	float: none !important;
	position: relative !important;
}
#header {
	border-bottom: 2pt solid #000;
	padding-bottom: 18pt;
}
#colophon {
	border-top: 2pt solid #000;
}
#site-title, #site-description {
	float: none;
	line-height: 1.4em;
	margin: 0;
	padding: 0;
}
#site-title {
	font-size: 13pt;
}
.entry-content {
	font-size: 14pt;
}
#access, #respond, .comment-edit-link, .edit-link, .navigation, .page-link, .widget-area {
	display: none !important;
}
#container, #header, #footer {
	margin: 0;
	width: 100%;
}
#content, .one-column #content {
	margin: 20px 0 0 0;
	width: 660px;
}
.wp-caption p {
	font-size: 11pt;
}
#site-info, #site-generator {
	float: none;
	width: auto;
}
#colophon {
	width: auto;
}
img#wpstats {
	display: none;
}
#site-generator a {
	margin: 0;
	padding: 0;
}
#entry-author-info {
	border: 1px solid #e7e7e7;
}
#main {
	display: inline;
}
.home .sticky {
	border: none;
}
}
ul#menu-master-menu li#menu-item-193 a {
	display:block;
	width:222px;
	height:89px;
	margin:0 0 20px 20px;
	background-image:url(/wp-content/themes/hordle/images/buttons/thistermscalendar.gif);
	background-repeat:no-repeat;
	text-indent:-5000px;
	overflow:hidden;
}
ul#menu-master-menu li#menu-item-194 a {
	display:block;
	width:222px;
	height:89px;
	margin:0 0 20px 20px;
	background-image:url(/wp-content/themes/hordle/images/buttons/requestaprospectus.gif);
	background-repeat:no-repeat;
	text-indent:-5000px;
	overflow:hidden;
}
ul#menu-master-menu li#menu-item-2700 a {
	display:block;
	width:222px;
	height:89px;
	margin:0 0 0 20px;
	background-image:url(/wp-content/themes/hordle/images/buttons/viewouronlinenewsletter.gif);
	background-repeat:no-repeat;
	text-indent:-5000px;
	overflow:hidden;
}
ul#menu-master-menu li#menu-item-3104 a {
	display:block;
	width:222px;
	height:89px;
	margin:20px 0 0 20px;
	background-image:url(/wp-content/themes/hordle/images/buttons/viewourvideo.gif);
	background-repeat:no-repeat;
	text-indent:-5000px;
	overflow:hidden;
}
div#breadcrumb {
	margin:0 0 10px 20px;
	padding:0 0 10px 0;
	border-bottom:1px dotted #215194;
	width:222px;
}
div#breadcrumb h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color: #4d4d4d;
	font-weight:normal;
	width:222px;
	margin:0 0 20px 0;
	padding:0;
}
div#breadcrumb p {
	width:222px;
	padding:0;
	margin:0;
}
div#breadcrumb a, div#breadcrumb a:link, div#breadcrumb a:active, div#breadcrumb a:visited {
	text-decoration:underline;
	color: #440101;
}
div#breadcrumb a:hover {
	text-decoration:underline;
	color: #215193;
}
div#subnav {
	margin:20px 0 10px 0;
	padding:0 0 10px 0;
	width:242px;
}
div#subnav h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color: #4d4d4d;
	font-weight:normal;
	width:222px;
	margin:0 0 20px 20px;
	padding:0;
}
div#subnav ul.subnav {
	margin:0 0 0 20px;
	padding:0;
	width:222px;
}
div#subnav ul.subnav li {
	list-style-type:none;
}
div#subnav ul.subnav li.current_page_item {
	list-style-type:none;
}
div#subnav ul.subnav li.current_page_item ul li {
	background-image:url(/wp-content/themes/hordle/images/sitewide/bullet.gif)!important;
	background-position:8px 6px;
	background-repeat:no-repeat;}

div#subnav ul.subnav li.current_page_item ul li ul.children li{
	background-image:none!important;
	padding:0 0 0 10px;}

div#subnav ul.subnav li ul {
	border-top:1px dotted #215194;
	border-bottom:1px dotted #215194;
	padding:10px 0 10px 0;
	background-color:#FFFFFF;
	margin:10px 0 10px 0;
	background-image:none;
	width:222px;
}
div#subnav ul.subnav li ul li {
	width:202px;
	background-image:url(/wp-content/themes/hordle/images/sitewide/bullet.gif)!important;
	background-position:8px 6px;
	background-repeat:no-repeat;}

div#subnav ul.subnav li ul.children, div#subnav ul.subnav li ul.children li, div#subnav ul.subnav ul.menu ul.sub-menu,  div#subnav ul.subnav ul.menu ul.sub-menu li {
	background-image:none!important;
	list-style-type:none!important;
}

div#subnav ul.subnav li ul li ul {
margin:0;
padding:10px 0 12px 20px;
width:162px;
border:none;

}

div#subnav ul.subnav li ul li ul li ul {
margin:0 0 0 10px;
padding:10px 0 12px 0;
width:162px;
border:none;

}
div#subnav ul.subnav li ul li ul li {
margin:0;
padding:0;
}
div#subnav ul.subnav li a {
margin:0;
padding:0;

}
div#subnav ul.subnav li a {
	font-weight:normal;
	color:#440101;
}
div#subnav ul.subnav li a:hover {
	font-weight:normal;
	color:#215193;
}
div#subnav ul.subnav li.current_page_item a {
	font-weight:normal;
	color: #215193;
}
div#subnav ul.subnav li ul li a {
	font-weight:normal;
	color:#440101;
}
div#subnav ul.subnav li ul li a:hover {
	font-weight:normal;
	color: #215193;
}
div#subnav ul.subnav li ul li.current_page_item a {
	font-weight:normal;
	color: #215193;
}
div#subnav ul.subnav li ul li ul li a {
	font-weight:normal;
	color:#440101;
}
div#subnav ul.subnav li ul li ul li a:hover {
	font-weight:normal;
	color: #215193;
}
div#subnav ul.subnav li ul li ul li.current_page_item a {
	font-weight:normal;
	color: #215193;
}
div.homepagebuttons {
	float:right;
}
div.homepagebuttons ul {
	list-style-type:none!important;
	list-style-image:none!important;
	margin:0!important;
	padding:0!important;
}
div.homepagebuttons ul li {
	list-style-type:none!important;
	list-style-image:none!important;
	margin:0!important;
	padding:0!important;
}

div#imagevideo {
	width:660px;
	height:194px;
	margin:0 0 20px 0;
	float:left;
	clear:both;
	z-index:1232;
	overflow: hidden;
}

div.featuredimage {
	float:left;
	clear:both;
	margin:0 0 20px 0;
	width:660px;
}

div.featuredimage img {
	width:660px!important;
}

div#imagerotator_video a {
	width:222px;
	height:89px;
	background-image:url(/wp-content/themes/hordle/images/buttons/viewourvideo.gif);
	background-repeat:no-repeat;
	display:block;
	text-indent:-5000px;
	overflow:hidden;
	position:absolute;
	z-index:1234;
	right:20px;
	top:-12px;
	display: none;
	}
	
span.meta-prep, span.meta-sep, span.author {
	display:none;
}
div#primary a.themercury {
	float:left;
	clear:both;
	width:262px;
	height:54px;
	display:block;
	text-indent:-5000px;
	overflow:hidden;
	background-image:url(/wp-content/themes/hordle/images/buttons/themercury.gif);
	background-repeat:no-repeat;
	margin:0 0 60px 0;
	}

div#content div.ngg-gallery-thumbnail-box {
	float: left;
	width: auto;
	padding: 0 20px 20px 0;
	height: 170px;
	}
	
	div#content div.ngg-gallery-thumbnail {
	float: left;
	margin:0;
	text-align: center;	
	}

/*-- Contact Form 7 --*/

.wpcf7 {
margin: 15px auto 15px auto !important;
width: 450px;
}

form.wpcf7-form {
text-align: left;
padding: 10px;
width: 430px;
}

.wpcf7 p.fieldwrap {
padding: 1px;
margin: 1px;
clear: left;
}

form.wpcf7-form label,
span.wpcf7-quiz-label {
display: block;
float: left;
width: 26%;
text-align: right;
margin: 0 10px 0 0;
padding-bottom: 15px;
clear: left;
}

form.wpcf7-form input.fmfile, 
form.wpcf7-form input.wpcf7-text {
float: left;
display: block;
width: 65%;
margin-bottom: 15px;
padding: 3px;
}

form.wpcf7-form legend, 
form.wpcf7-form label, 
form.wpcf7-form label.fmtextlblwide {
font-size: 100%;
font-weight: bold;
}

form.wpcf7-form .required {
color: red;
}

form.wpcf7-form textarea {
float: left;
position: relative;
width: 65%;
margin-bottom: 15px;
padding: 3px;
}

form.wpcf7-form .submit {
text-align: right;
clear: both;
width: 97%;
}
