/* 
OrthoStat Theme by Orlando WEB Development (c)2009
*/

/* Base */

body {
	margin: 10px 0;
	font: 70% Arial, Helvetica, sans-serif;
	color: #000;
	background: #DBE8DC url(images/bg-body.jpg) repeat-x fixed left top;
}

div {
	margin: 0;
	padding: 0;
}

p {
	font-size: 1.2em;
	
}
p .justify{
	text-align: justify;
}
a {
 	color: #4A82C6;
	font-weight: bold;
}

a:hover {
	color: #8FB1DC;
}

code {
	font-size: 1.1em;
	display: block;
	font-family: "Courier New", Courier, monospace;
	background-color: #ffffcc;
	padding: 5px;
	margin: 10px;
	border: 1px solid #959595;
}

blockquote {
	background: url(images/quote.gif) left no-repeat;
	margin: 0;
	padding: 0 40px 0 40px;
	text-align: justify;
	font-size: 0.9em;
}

/* Main wrapper */

#wrap {
	background: url(images/bg_main_withnav.jpg) repeat-y top left;
	width: 900px;
	margin:  0 auto;
}

/* Masthead --- top of header */

#masthead {
	background: url(images/bg_head_top.jpg) no-repeat top center;
	height: 25px;
	margin: 0;
	padding: 0;
	font-family:arial,sans-serif;
}

/* Site name, description and logo */

#masthead div.left-masthead {
	float: left;
	width: 5%px;
	height: 20px;
}

#masthead a.site-logo {
	float: left;
	background: url(images/bg_head_top_logo.jpg);
	height: 40px;
	width: 60px;
	margin: 22px 5px 20px 20px;
}

#masthead h1 {
	text-transform: uppercase;
	padding: 19px 0 0 0;
	margin: 0;
	font-size: 2.2em;
	font-weight: bold;
}

#masthead h1 a {
	color: #A9A58D;
	text-decoration: none;
}

#masthead h1 a:hover {
	color: #000;
}

#masthead p.description {
	margin: -5px 0 0 0;
	padding: 0;
	font-weight: bold;
	color: #A9A58D;
}

/* Left hand side of masthead */

#masthead div.right-masthead {
	float: right;
	margin: .5em 0 0;
}
#masthead div.right-masthead p {
	color: #666666;
	decoration:none;
	text-decoration: none;
	font: normal 90% Arial, Helvetica, sans-serif;
	margin-right: 2em;
	margin-top: .2em;
}
#masthead div.right-masthead p a {
	color: #3366CC;
	text-decoration: none;
}

#masthead div.right-masthead p a:hover {
		color: #A7BCE9;
	text-decoration: none;
}

/* Middle header image and text */

#header {
	background: url(images/bg_head_middle.png) no-repeat bottom center;
	height: 135px;
	margin: 0;
	padding: 0;
	color: #A9A58D;
}
#header #flash-logo{float:left;margin-left:2em;margin-top:.5em;width:380px;height:115px;}
#header #textbox {
	float: right;
	margin-top:4em;
	width: 450px;
	text-align: right;
	font-weight: bold;
}
 
#header a {
	color: #A9A58D;
	text-decoration: none;
}

#header a:hover {
	color: #000066;
}

#header h2 {
	margin: 0;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 10px;
	font: 2em "trebuchet ms", arial, sans-serif;
	color: #736F57;
}

#header p {
	font-family:"trebuchet ms",arial,sans-serif;
	margin: 0;
	padding: 0 20px 5px 20px;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 18px;
}

/* ORIGINAL Horizontal navigation menu */

#navigation {
	clear: both;
	background: url(images/bg_head_bottom_nav.jpg) no-repeat top left;
	height: 40px;
}

#navigation ul {
	margin: 0;
	padding: 0;
}

#navigation li {
	margin: 0px;
	height: 40px;
	float: left;
	list-style: none;
	border-right: 1px solid #AFAFAF;
}

#navigation li a {
	font-family:"trebuchet ms",arial,sans-serif;
	display: block;
	padding: 11px 14px 11px 14px;
	color: #ffffff;
	font-weight: bold;
	font-size: 1.105em;
	text-decoration: none;
}

#navigation li a:hover {
	background-color: #4A82C6;
	color: #000;
}

/* Breadcrumbs and search bar */

#crumb-search {
	background: url(images/bg_main_withnav.jpg) top left repeat-y;
	height: 40px;
	margin: 0;
	padding: 0;
}

/* Breadcrumbs */

#breadcrumb {
	float: left;
	padding: 0 0 0 15px;
	margin: 20px 0 0 0;
	color: #7D7D7D;
	font-weight: bold;
	font-size: 0.9em;
	width:700px;
}

#breadcrumb a {
	background: url(images/bg_bullet_arrow.gif) left no-repeat;
	padding: 0 2px 0 10px;
	text-decoration: none;
	color: #467AA7;
}

#breadcrumb a:hover {
	color: #2a5a8a;
	text-decoration: underline;
}

/* Search form */

#searchbar {
	float: right;
	margin: 0;
	padding: 0;
}

#searchbar fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

#searchform {
	padding: 10px 15px 0 0;
	color: #000;
}

#searchbox {
	border: 1px solid #BEBEBE;
	height: 16px;
	width: 127px;
}

#searchbutton {
	background-color: #949e7c;
	border: 1px solid #BEBEBE;
	color: #fff;
	padding:0;
	font-size: 1em;
	height: 20px;
	width: 35px;
	text-align: center;
	cursor: pointer;
	font-weight: bold;
}

#searchbutton:hover {
	background-color: #dcdcdc;
	color: #404040;
	border: 1px solid #404040;
}

/* Container wrappers */

#container {
	clear: both;
	margin: 0;
	padding: 0; 
}

#left-wrap {
	width: 690px;
	float: left;
	margin: 0;
	padding: 0;
}

/* Default PAGE Main content area */

#content {
	float: left;
	width: 680px;
	margin: 0;
	margin-left: 0em;
	padding: 0;
}
		
#content .post, #content, .page {
	margin: 0;
	padding: 0 15px 10px 15px;
}

#content h1 {
	font-size: 1.8em;
	font-family:"trebuchet ms",arial,sans-serif;
	margin: 0;
	margin-bottom: 1em;
	padding: 0;
	border-bottom: 3px solid #83A9D8;
	color: #2F5CBB;
}

#content h1 a {
	color: #2F5CBB;
	text-decoration: none;
}

#content h1 a:hover {
	color: #000;
	text-decoration: none;
}

#content h2.pagetitle {
	border-bottom: none;
	background: Transparent;
	font-family:"trebuchet ms",arial,sans-serif;
	color: #3366CC;
	margin: -1.5em 15px 15px;
	padding: 3px 5px;
	font-size: 1.3em;
}

#content .entry h1 {
	font-size: 1.8em;
	color: #2F5CBB;
}

#content .entry h2 {
	font-size: 1.6em;
	color: #3366CC;
	border-bottom: none;
}

#content .entry h3 {
	font-size: 1.5em;
	color: #646464;
}

#content .entry h4 {
	font-size: 1.1em;
	color: #646464;
}

#content a {
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

#content p {
	font-size: 1.1em;
	text-align:justify;
	margin-right:1em;
}

#content p.prefix {
	margin: 0;
	padding: 0;
	font-size: 1em;
}

#content p.suffix {
	font-size: 0.9em;
	background: #E1E1E1 url(images/bg_corner_topright.gif) top right no-repeat;
	color: #333;
	padding: 5px;
	font-weight: normal;
	line-height: 16px;
	clear: both;
}

#content p.suffix a {
	color: #3366CC;
	text-decoration: none;
}

#content p.suffix a:hover {
	color: #2a5a8a;
	text-decoration: underline;
}

#content p.edit {
	margin: 0;
	padding: 0;
	font-size: 0.9em; 
}

#content ul, #content ol {
	padding: 6px 0 6px 30px;
	margin: 0 0 0 5px;
}

#content li {
	font-size: 1.05em;
	padding: 2px 0 2px 0;
}

#content ul li {
	list-style: square url(images/bg_bullet_full_2.gif);
}

/*  end content area */

#content-full {
	float: left;
	width: 860px;
	margin: 0;
	margin-left: 2em;
	padding: 0;
	background:url(images/content-background.jpg) no-repeat center top;
}
		
#content-full .post, #content-full, .page-full {
	margin: 0;
	padding: 0 15px 10px 15px;
}

#content-full h1 {
	font-size: 1.8em;
	font-family:"trebuchet ms",arial,sans-serif;
	margin: 0;
	margin-bottom: 1em;
	padding: 0;
	border-bottom: 3px solid #83A9D8;
	color: #2F5CBB;
}

#content-full h1 a {
	color: #2F5CBB;
	text-decoration: none;
}

#content-full h1 a:hover {
	color: #000;
	text-decoration: none;
}

#content-full h2.pagetitle {
	border-bottom: none;
	background: #F0F4F0 url(images/bg_corner_topright.gif) top right no-repeat;
	font-family:"trebuchet ms",arial,sans-serif;
	color: #3366CC;
	margin: 0 15px 20px 15px;
	padding: 3px 5px;
	font-size: 1.3em;
}

#content-full .entry h1 {
	font-size: 1.8em;
	color: #2F5CBB;
}

#content-full .entry h2 {
	font-size: 1.6em;
	color: #3366CC;
	border-bottom: none;
}

#content-full .entry h3 {
	font-size: 1.5em;
	color: #646464;
}

#content-full .entry h4 {
	font-size: 1.1em;
	color: #646464;
}

#content-full a {
	text-decoration: none;
}

#content-full a:hover {
	text-decoration: underline;
}

#content-full p {
	font-size: 1.1em;
}

#content-full p.prefix {
	margin: 0;
	padding: 0;
	font-size: 1em;
}

#content-full p.suffix {
	font-size: 0.9em;
	background: #E1E1E1 url(images/bg_corner_topright.gif) top right no-repeat;
	color: #333;
	padding: 5px;
	font-weight: normal;
	line-height: 16px;
	clear: both;
}

#content-full p.suffix a {
	color: #3366CC;
	text-decoration: none;
}

#content-full p.suffix a:hover {
	color: #2a5a8a;
	text-decoration: underline;
}

#content-full p.edit {
	margin: 0;
	padding: 0;
	font-size: 0.9em; 
}

#content-full ul, #content ol {
	padding: 6px 0 6px 30px;
	margin: 0 0 0 30px;
}

#content-full li {
	font-size: 1.05em;
	padding: 2px 0 2px 0;
}

#content-full ul li {
	list-style: square url(images/bg_bullet_full_2.gif);
}








.navigation, .bottomnavigation {
	height: 15px;
}

.navigation .alignleft, .bottomnavigation .alignleft {
	float: left	
}

.navigation .alignright, .bottomnavigation .alignright {
	float: right;
}

.entry {
	overflow: hidden;
}

.entry a {
	overflow: hidden;
}

.entry img {
	overflow: hidden;
}

/* Monsterous hack to get IE6 to cut off an image bigger than the post area */

* html .entry p {
	width: 99%;
	overflow: hidden;
}


/* Sidebars */

/* Colour of right sidebar menu header */
#right-sidebar h2 {background-color: #3366CC;color:#ffffff;text-align:center;}
#right-sidebar h2 a {color:#ffffff;}
/* Colour of right sidebar menu body */
#right-sidebar ul ul, #right-sidebar li, #right-sidebar li li, #right-sidebar li li li {background-color: #f5f5f5;}


/* Right sidebar */

#right-sidebar {
	float: right;
	width: 210px;
	margin: 0;
	padding: 0;
}

#right-sidebar ul {
	list-style: none;
	width: 196px;
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	overflow: hidden;
}

#right-sidebar ul ul {
	margin: 0;
	padding: 0;
}

#right-sidebar span {
	padding: 5px 5px 5px 10px;
}

#right-sidebar h2 {
	background-image: url(images/bg_corner_topright.gif);
	background-position: top right;
	background-repeat: no-repeat;
	padding: 5px 0 5px 0px;
	font-size: 1.2em;
	color: #fff;

}


/* Change spacing below right hand menus */

#right-sidebar li {margin: 0 0 15px 0;padding: 0 0 15px 0;}
#right-sidebar li li {background:transparent; margin-bottom:.5em;padding: 0 0 0 10px;border-bottom: none; width:174px;}
#right-sidebar li li li {margin: 0;padding: 0 10px 0 10px;border-bottom: none;text-align:left;}
#right-sidebar a {line-height: 12px;text-decoration: none;font-size:95%;}
#right-sidebar li li a {padding-left: 3px; padding-right:5px;margin-bottom:.5em;float:left;}
#right-sidebar li li li a {	padding-left: 0;}
#right-sidebar a:hover {text-decoration: underline; color:orange;}
#right-sidebar div.textwidget {padding: 2px 10px 2px 10px;}
#right-sidebar div.textwidget p {font-size: 1em;padding: 0;margin: 0; }
#right-sidebar td {font-size: 0.9em;border: 1px solid #89AAD6;padding: 0;background-color: #ffffff;text-align:left;}
#right-sidebar td.pad {border: none;background: transparent;}
#right-sidebar td#prev, td#next {border: none;	background: transparent;}
#right-sidebar #today {background-color: lightgreen;}
/* ================================================================ 
                      RSS CUSTOM FEED MENU
=================================================================== */
#right-sidebar .rsswidget h2 a {color:#3399FF;}
/* ==== END RSS ===*/

/* Footer */
#footer {
	clear: both;
	background: url(images/bg_foot.jpg) no-repeat top left;
	height: 50px;
	text-align: center;
}

#footer p {
	padding: 10px 0 2px 0;
	color: #7d7d7d;
	font-size: 0.9em;
}

#footer a {
	text-decoration: underline;
	color: #7d7d7d;
}

#footer a:hover {
	text-decoration: none;
	color: #000;
}

/* Comment form */

h3#respond, h3#comments {
	font-size: 1.2em;
	margin; 0;
	padding: 0;
}

#commentwrap {
	background-color: #F0F0F0;
	border: 1px solid #DCDCDC;
	padding: 0 10px 10px 10px;
	margin: 0 15px 10px 15px;
}

#commentform {
	margin: 0;
	padding: 10px;
	border: 1px solid #DCDCDC;
}

#author {
	border: 1px solid #DCDCDC;
	height: 17px;
	width: 190px;
}

#email {
	border: 1px solid #DCDCDC;
	height: 17px;
	width: 190px;
}

#url {
	border: 1px solid #DCDCDC;	
	height: 17px;
	width: 190px;
}

#comment {
	width: 405px;
	border: 1px solid #DCDCDC;
}

#submit {
	background-color: #E6E6E6;
	border: 1px solid #BEBEBE;
	color: #808080;
	padding:0;
	font-size: 1em;
	height: 30px;
	width: 405px;
	text-align: center;
	cursor: pointer;	
}

#submit:hover {
	background-color: #dcdcdc;
	color: #404040;
	border: 1px solid #404040;
}

/* Comments display */

#content ol.commentlist {
	padding: 0 0px 0 0px;
	margin: 0 15px 10px 30px;
}

#content ol.commentlist li {
	background: #ffff99 url(images/bg_corner_topright.gif) no-repeat top right;
	margin: 5px 0 5px 0;
	padding: 10px;
}

#content ol.commentlist li.alt {
	background: #d4dde4 url(images/bg_corner_topright.gif) top right no-repeat;
}

/* Images */

img.left {
	float: left;
	margin: 5px 5px 0 0;
	padding: 5px;
}

img.right {
	float: right;
	margin: 5px 0 0 5px;
	padding: 5px;
}

.entry img.wp-smiley {
	border: none;
	margin: 0;
	padding: 0;
}

.entry img {
	margin: 5px;
	padding: 5px;	
}

.entry a img {
}

.entry a:hover img {
	border: 1px solid #515151;
}

/* Various styles */

.strong {
	font-weight: bold;
	font-size: 1.1em;
}
.equipment{font-size:90%;background: #f5f5f5; float: left; margin-left: 0em; width: 185px; height:525px;margin-right: 1em; border: #eeeeee 1px solid; padding: 5px;}
.equipment-home{font-size:90%;background: #f5f5f5; float: left; margin-left: 0em; width: 185px; height:auto;margin-right: 1em; border: #eeeeee 1px solid; padding: 5px;}
/* ================================================================ 
                       START MENU
=================================================================== */

#suckerfishnav {
    background:#1F3E9F url(images/suckerfish_blue.png) repeat-x;
    font-size:11px;
    font-family:verdana,sans-serif;
    font-weight:bold;
    width:899px;
    }
#suckerfishnav, #suckerfishnav ul {
    float:left;
    list-style:none;
    line-height:30px;
    padding:0;
    border:1px solid #aaa;
    margin:0;
    width:899px;
    }
#suckerfishnav a {
    display:block;
    color:#eeeeee;
    text-decoration:none;
    padding:0px 10px;
    }
#suckerfishnav li {
    float:left;
    padding:0;
    }
#suckerfishnav ul {
    position:absolute;
    left:-999em;
    height:auto;
    width:176px;
    font-weight:normal;
    margin:0;
    line-height:1;
    border:0;
    border-top:1px solid #eeeeee;
    }
#suckerfishnav li li {
    width:174px;
    border-bottom:1px solid #eeeeee;
    border-left:1px solid #eeeeee;
    border-right:1px solid #eeeeee;
    font-weight:bold;
    font-family:verdana,sans-serif;
    }
#suckerfishnav li li a {
    padding:4px 10px;
    width:155px;
    font-size:11px;
    color:#ffffff;
    }
#suckerfishnav li ul ul {
    margin:-20px 0 0 175px;
    }
#suckerfishnav li li:hover {
    background:#98D78E;
    }
#suckerfishnav li ul li:hover a, #suckerfishnav li ul li li:hover a, #suckerfishnav li ul li li li:hover a, #suckerfishnav li ul li li li:hover a {
    color:#ffffff;
    }
#suckerfishnav li:hover a, #suckerfishnav li.sfhover a {
    color:#ffffff;
    }
#suckerfishnav li:hover li a, #suckerfishnav li li:hover li a, #suckerfishnav li li li:hover li a, #suckerfishnav li li li li:hover li a {
    color:#ffffff;
    }
#suckerfishnav li:hover ul ul, #suckerfishnav li:hover ul ul ul, #suckerfishnav li:hover ul ul ul ul, #suckerfishnav li.sfhover ul ul, #suckerfishnav li.sfhover ul ul ul, #suckerfishnav li.sfhover ul ul ul ul {
    left:-999em;
    }
#suckerfishnav li:hover ul, #suckerfishnav li li:hover ul, #suckerfishnav li li li:hover ul, #suckerfishnav li li li li:hover ul, #suckerfishnav li.sfhover ul, #suckerfishnav li li.sfhover ul, #suckerfishnav li li li.sfhover ul, #suckerfishnav li li li li.sfhover ul {
    left:auto;
    background:#AEE0A7
    }
#suckerfishnav li:hover, #suckerfishnav li.sfhover {
    background:#5E7AD3 url(images/blue-tab.png) repeat-x left top;
    }


/* ================================================================ 
Current Page Extension
=================================================================== */


#suckerfishnav ul ul .current_page_item a {
  color:#fff; background:#B6CFB7 url(images/blue-tab.png) repeat-x left top;
  border-left: 1px solid #eeeeee;
}

#suckerfishnav .current_page_item a {
  color: #fff;
  font-weight: bold;
  color:#fff; background:#B6CFB7 url(images/blue-tab.png) repeat-x left top;}
}

#suckerfishnav ul .current_page_item ul a {
  color: #fff;
  font-weight: normal;
  background: #B6CFB7;
}

#suckerfishnav ul .current_page_item ul a:hover {
  background: #B6CFB7;
}

#suckerfishnav .current_page_item a:hover {
  background: #B6CFB7;
}
#suckerfishnav .current_page_parent {
    background:#3D57A8;
    }
#suckerfishnav li .current_page_item a {
	background:#122C83;
    }
#suckerfishnav li .current_page_item li a {
	background:transparent;
    }
.contact{
	font: bold 100% Arial, Helvetica, sans-serif;
	color: #0000FF;
	text-decoration: underline;
}