/*
Theme Name: Keeton Aqua
Theme URI: http://wordpress.org/
Description: Keeton Aqua Blog
Version: 1.0
Author: Red Rocket Media Group
Author URI: http://www.redrocketmg.com/

*/



/* Begin Typography & Colors */
#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	}

#header {
	background: #73a0c5 url('/images/kubrickheader.jpg') no-repeat bottom center;
	}

#headerimg 	{
	margin: 7px 9px 0;
	height: 192px;
	width: 740px;
	}

#content {
	font-size: 1.2em;
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

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

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}


small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

/* End Typography & Colors */








/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

@charset "UTF-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:18px;
	color:#333333;
}

a {
	text-decoration:none;
}

p {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:6px 0;
	line-height:18px;
	color:#333333;
}

a:hover {
	text-decoration:underline;
}

h1 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:22px;
	color:#00538a;
	text-transform:uppercase;
	padding-bottom:6px;
}

h2 {
	 color:#3b68a8;
	 font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	 font-size:16px;
	 text-transform:uppercase;
	 padding-top:30px;
}

img {
	border:none;
}

body.home {
	background:url(/images/home-background.gif) top center repeat-x #2b5b85;
	text-align:center;
}

#home-container {
	position:relative;
	width:707px;
	margin:0 auto;
	text-align:left;
	z-index:200;
}

#logo {
	float:left;
	width:707px;
	height:270px;
	margin-top:0;
}

pixopoint_menu_wrapper1 {
	float:left;
	width:564px
}

/* ----------------- Begin CSS Drop Down Menu ----------------- */


#menu {
	float:left;
	width:707px;
	margin-top:12px;
	}

#content {
	clear: left;
	color: #ccc;
}

.sf-menu, .sf-menu ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
    text-align:left;
}

.sf-menu a {
	display: block;
	color:#FFFFFF;
	font-size:8pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.sf-menu li { /* all list items */
	float: left;
	display:block;
	list-style:none;
}

.page_item.page-item-10 {
	width:105px;
	background:url(/images/home-navigation-products.gif) no-repeat;
}

.page_item.page-item-10:hover {
	background:url(/images/home-navigation-products-over.gif) no-repeat;
}

.page_item.page-item-10 a {
	width:105px;
	font-size:0px;	color:#00497C;
	min-height:32px;
}

.page_item.page-item-10.current_page_item {
	background:url(/images/home-navigation-products-over.gif) no-repeat;
}

.page_item.page-item-10 ul li a, .page_item.page-item-10 ul li ul li a, .page_item.page-item-11 ul li a, .page_item.page-item-11 ul li ul li a, .page_item.page-item-14 ul li a, .page_item.page-item-14 ul li ul li a, .page_item.page-item-13 ul li a, .page_item.page-item-13 ul li ul li a, .page_item.page-item-12 ul li a, .page_item.page-item-12 ul li ul li a {
	float:left;
    padding:10px;
	color:#d2e6f7;
	background:url(/images/home-navigation-dropdown.gif) repeat-y #006295;
	border-bottom:1px solid #FFFFFF;
	font-size:10px;
	width:130px;
	min-height:10px;
	}

.page_item.page-item-10.current_page_ancestor.current_page_parent.haschildren {
	background:url(/images/home-navigation-products-over.gif) no-repeat;
}

.page_item.page-item-10.current_page_ancestor.haschildren {
	background:url(/images/home-navigation-products-over.gif) no-repeat;
}

.page_item.page-item-11 {
	background:url(/images/home-navigation-cases.gif) no-repeat;
	width:122px;
}

.page_item.page-item-11 a {
	width:122px;
	font-size:0px;	color:#00497C;
	min-height:32px;
}

.page_item.page-item-11:hover {
	background:url(/images/home-navigation-cases-over.gif) no-repeat;
}

.page_item.page-item-11.current_page_item {
	background:url(/images/home-navigation-cases-over.gif) no-repeat;
}

.page_item.page-item-11.current_page_ancestor.current_page_parent.haschildren {
	background:url(/images/home-navigation-cases-over.gif) no-repeat;
}

.page_item.page-item-11.current_page_ancestor.haschildren {
	background:url(/images/home-navigation-cases-over.gif) no-repeat;
}

.page_item.page-item-14 {
	background:url(/images/home-navigation-microbes.gif) no-repeat;
	width:134px;
}

.page_item.page-item-14 a {
	width:134px;
	font-size:0px;	color:#00497C;
	min-height:32px;
}

.page_item.page-item-14:hover {
	background:url(/images/home-navigation-microbes-over.gif) no-repeat;
}

.page_item.page-item-14.current_page_item {
	background:url(/images/home-navigation-microbes-over.gif) no-repeat;
}

.page_item.page-item-14.current_page_ancestor.current_page_parent.haschildren {
	background:url(/images/home-navigation-microbes-over.gif) no-repeat;
}

.page_item.page-item-14.current_page_ancestor.haschildren {
	background:url(/images/home-navigation-microbes-over.gif) no-repeat;
}

.page_item.page-item-13 {
	background:url(/images/home-navigation-about.gif) no-repeat;
	width:96px;
}

.page_item.page-item-13:hover, .page_item.page-item-13.current_page_item, .page_item.page-item-13.current_page_ancestor.current_page_parent.haschildren, .page_item.page-item-13.current_page_ancestor.haschildren {
	background:url(/images/home-navigation-about-over.gif) no-repeat;
}

.page_item.page-item-13 a {
	width:96px;
	font-size:0px;	color:#00497C;
	min-height:32px;
}

.page_item.page-item-12 {
	background:url(/images/home-navigation-resources.gif) no-repeat;
	width:105px;
}

.page_item.page-item-12 a {
	width:105px;
	font-size:0px;	color:#00497C;
	min-height:32px;
}

.page_item.page-item-12:hover, .page_item.page-item-12.current_page_item, .page_item.page-item-12.current_page_ancestor.current_page_parent.haschildren, .page_item.page-item-12.current_page_ancestor.haschildren {
	background:url(/images/home-navigation-resources-over.gif) no-repeat;
}


.sf-menu li ul { /* second-level lists */
	position: absolute;
	width: 150px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

.sf-menu li ul a:hover, .sf-menu li ul a.sfHover {
	color:#FFFFFF;
	}

.sf-menu li ul li {
	background:url(/images/home-navigation-dropdown.gif) repeat-y;
	border-bottom:1px solid #FFFFFF;
	width:87px;
}

.sf-menu li ul ul { /* third-and-above-level lists */
	margin:0 0 0 88px;
}

.sf-menu li:hover ul ul, .sf-menu li:hover ul ul ul, .sf-menu li.sfHover ul ul, .sf-menu li.sfHover ul ul ul {
	left: -999em;
}

.sf-menu li:hover ul, .sf-menu li li:hover ul, .sf-menu li li li:hover ul, .sf-menu li.sfHover ul, .sf-menu li li.sfHover ul, .sf-menu li li li.sfHover ul { /* lists nested under hovered list items */
	left: auto;
}

/* ----------------- END CSS Drop Down Menu ----------------- */

#home-content-wide {
	float:left;
	width:100%;
	background:#FFFFFF;
	height:200px;
	min-height:200px;
	height:auto!important;
	text-align:left;
}

#home-content {
	position:relative;
	width:707px;
	height:200px;
	margin:40px auto 0 auto;
}

#home-content-main {
	float:left;
	width:500px;
	height:200px;
	min-height:200px;
	height:auto!important;
	margin-bottom:20px;
}

#home-content-main-inside {
	float:left;
	width:440px;
	margin:0 25px 0 35px;
}

#home-content-main-inside h1 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:25px;
	color:#366191;
}

#home-content-main-inside p {
	color:#333333;
	text-align:justify;
}

#home-content-main-inside a {
	text-decoration:underline;
}

#home-content-sidebar {
	float:right;
	width:200px;
}

#home-content-sidebar-inside {
	float:right;
	width:180px;
	margin-right:20px;
	color:#727171;
	font-size:10px;
	line-height:15px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

#home-content-sidebar-inside p.featured {
	font-size:9px;
	color:#000000;
	text-transform:uppercase;
	font-weight:bold;
	padding-bottom:0;
}

#home-content-sidebar-inside h2, h2 {
	 color:#3b68a8;
	 font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	 font-size:16px;
	 text-transform:uppercase;
}

#home-content-sidebar-inside p {
	color:#727171;
	font-size:10px;
	line-height:15px;
}


#home-footer-wide {
	float:left;
	width:100%;
	height:50px;
	min-height:50px;
	height:auto!important;
	text-align:left;
}

#home-footer {
	position:relative;
	width:707px;
	margin:5px auto 0 auto;
}

#home-footer p {
	color:#0b2649;
	font-size:9px;
}

#home-footer a {
	color:#0b2649;
}

#home-footer-copyright {
	width:350px;
	float:left;
}

#home-footer-rrmg {
	width:350px;
	float:right;
	text-align:right;
}

body {
	background:url(/images/sub-background.gif) top center repeat-x #00426C;
	text-align:center;
}

#sub-container {
	width:957px;
	margin:0 auto;
	text-align:left;
}

#sub-top {
	float:left;
	width:957px;
	height:220px;
}

#sub-top-area {
	float:left;
	width:957px;
	height:70px;
	background:url(/images/sub-top.gif) no-repeat;
}

#sub-top-area-inside {
	float:right;
	width:215px;
	margin:12px 60px 0 0;
}

#sub-top-area-inside p, #sub-top-area-inside a {
	color:#fefefe;
	font-size:11px;
}

#sub-top-logo {
	float:left;
	width:301px;
	height:150px;
}

#sub-top-header {
	float:right;
	width:656px;
	height:150px;
}

#sub-menu {
	float:left;
	width:955px;
	background:#ffffff;
	border-left:#5d7f95 solid 1px;
	border-right:#5d7f95 solid 1px;
}

#sub-menu-inside {
	float:right;
	width:707px;
}

#sub-mainarea {
	float:left;
	width:955px;
	height:200px;
	min-height:200px;
	height:auto!important;
	background:#ffffff;
	border-left:#5d7f95 solid 1px;
	border-right:#5d7f95 solid 1px;
}

#sub-mainarea-content {
	float:left;
	width:600px;
	height:100px;
	min-height:100px;
	height:auto!important;
	margin:50px 0 0 0;
}

#sub-mainarea-content-inside {
	width:540px;
	margin:0 10px 0 50px;
}

#sub-mainarea-content-inside h1 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:22px;
	color:#00538a;
	text-transform:uppercase;
	padding-bottom:6px;
}

#sub-mainarea-content-inside p {
	font-size:11px;
	color:#333333;
}

#sub-mainarea-content-inside h2 {
	 color:#3b68a8;
	 font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	 font-size:16px;
	 text-transform:uppercase;
	 padding-top:30px;
}

#sub-mainarea-content-inside ul {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:15px;
	color:#333333;
	list-style:disc;
	padding-left:30px;
}

#sub-mainarea-sidebar {
	float:right;
	width:200px;
	margin:50px 50px 0 0;
}

#sub-mainarea-sidebar-featured {
	float:right;
	width:200px;
	color:#727171;
	font-size:10px;
	line-height:15px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

#sub-mainarea-sidebar-featured p.featured {
	font-size:9px;
	color:#000000;
	text-transform:uppercase;
	font-weight:bold;
	padding-bottom:0;
}

#sub-mainarea-sidebar-featured h2 {
	 color:#3b68a8;
	 font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	 font-size:16px;
	 text-transform:uppercase;
	 padding-bottom:5px;
}

#sub-mainarea-sidebar-featured p {
	color:#727171;
	font-size:10px;
	line-height:15px;
}

#sub-mainarea-sidebar-testimonial {
	float:right;
	margin-top:150px;
	width:200px;
}

#sub-mainarea-sidebar-testimonial p {
	color:#66a4cd;
	font-style:italic;
	size:13px;
}

#sub-mainarea-sidebar-testimonial p.author {
	text-transform:uppercase;
	size:18px;
	color:#004a7d;
	font-weight:bold;
	text-align:right;
}

#sub-bottomlinks {
	float:left;
	width:957px;
	height:20px;
	text-align:center;
	margin:20px 0 0 0;
}

#sub-bottomlinks a {
	text-transform:uppercase;
	font-size:13px;
	color:#333333;
	padding:0 20px;
}

#sub-bottomlinks a:hover {
	color:#1c81c4;
}

#sub-footer {
	float:left;
	width:957px;
	height:60px;
	background:url(/images/sub-bottom.gif) no-repeat;
}

#sub-footer-inside {
	width:900px;
	margin:15px 20px 20px 20px;
}

#sub-footer p {
	color:#0b2649;
	font-size:9px;
}

#sub-footer a {
	color:#0b2649;
}

#sub-footer-copyright {
	width:350px;
	float:left;
}

#sub-footer-rrmg {
	width:350px;
	float:right;
	text-align:right;
}

div.preload {
	display:none;
}

/* SHOPPING CART */

.searchproduct p {
	padding:5px;
}

.searchproduct img {
	padding:5px 0;
}

label, #inputsubmit {
	float:left;
	width:100%;
	margin:5px;
}
