﻿/*  
Theme Name: ocean business supplies
Author URI: http://www.serverit.co.uk
Version: 1.0
Author: Ben Phillips
Description: Moving tabs across the header, ecommerce
*/


body {
	background: #63b0e8 url(images/background.jpg) repeat-x top;
        font-size: 12px;
	font-family: Verdana, Arial, sans-serif;
	margin: 0px auto;
        padding: 0px;      
	}
h4 {
        font-size: 14px;
	font-family: Verdana, Arial, sans-serif;
}	

h5 {
        font-size: 16px;
	color: #1D93C5;
        font-weight:bold;
        line-height: 0px;
        margin:0 0 5px;
        padding:11px 0 5px 8px;
}
h6 { 
	background: #63b0e8 url(images/sidebar.jpg) repeat-x top;
        font-size: 14px;
	font-family: Verdana, Arial, sans-serif;
	color: FFFFFF;
}
h7 {
        font-size: 16px;
	color: #1D93C5;
        font-weight:bold;
}


/* -------------------
Main Structure
------------------- */

#frame {
	width: 1000px;
	margin: 0px auto;
        padding: 0px;
	background: #0c3e74;

	}
	
#middle {
	background: url(images/main.jpg) 0 0 repeat-y;
	overflow: hidden;
	width: 1000px;
        margin: 0px auto;
        padding: 0px;	
	}

#content {
	float: right;
	width: 720px;
        padding: 0px 10px 0px 0px;
        display: inline; 
	}
	
#sidebar {
	background: #f1f1f1;
	float: left;
	width: 210px;
        margin-left: 8px;
        display: inline;
	}
#prepage {
        margin-left: 60px;
}

/* -------------------
Header
------------------- */

#header {
        background: url(images/header.jpg) no-repeat 0 0;
        width: 1000px;
        height: 180px;
        margin: 0px auto;
        padding: 0px;
	}
#space_top {
        margin-top: 2px;
}
#space_bottom {
        margin-top: 2px;
}
.date {
        font-size: 11px;
	font-family: Verdana, Arial, sans-serif;
        font-weight: normal;
	padding: 8px 20px 0px 0px;
	text-align:right;
	}

.header-title {
	font-family:  Verdana, Arial;
	color:#ffffff;
	font-size:28px;
        font-weight:bold;
	padding: 0px 0 0 38px;
	text-align:left;
	}
.header-title a{
	color:#ffffff;
	text-decoration:none;
	border-bottom:none;
	}
.header-title a:hover{
	color:#87dbfa;
	text-decoration:none;
	border-bottom:none;
	}
.header-description {
        font-size: 11px;
	font-family:  Verdana;
        font-weight: normal;
	color:#1D6362;
	padding: 0px 0 13px 39px;
	text-align:left;
	}	



#menu {

	width: 1000px;
	margin: 0px auto;
        left: 0px;
	text-align: center;
	line-height: normal;
        background: #0c3e74;
}
#button {
	list-style: none;
	margin: 0 8px;
	padding: 0px;
	float: left;
        background: #0c3e74;
}


#button li {
	float: left;
	height: 28px;
	background: url(images/button-right.gif) top right no-repeat;
	margin: 0 0px;
	white-space: nowrap;
}
#button .page_item a{
	color: #ffffff;
	display: block;
	background: url(images/button-left.gif) top left no-repeat;
	text-decoration: none;
	padding: 0px 15px 0px 15px;
	font: bold 13px Arial, Helvetica, sans-serif;
	line-height: 28px;
}

#button .page_item a:hover{
	color: #ffffff;

}
#button li:hover {
	background-position: 100% -36px;
}
#button .page_item a:hover {
	background-position: 0px -36px;
	border: none;
}

#button li.current_page_item {
	color: #ffffff;
	text-decoration: none;
	background: url(images/button-right-hover.gif) top right no-repeat;
}
#button .current_page_item a, #button .current_page_item a:visited{
	color: #ffffff;
	text-decoration: none;
	background: url(images/button-left-hover.gif) top left no-repeat;
}

#sales{
	color: #ffffff;

}

/* search form */


#menu-bottom { 
	color: #888888;
	clear: both;
	background: #FFFFFF url(images/menu-bottom.jpg) no-repeat;
	padding: 2px 0 10px 0px;
	width: 1000px;
	margin: 0;
}

#menu-bottom a { 
	color: #1D6362;
	text-decoration: none;
	font: bold 11px  Arial, Helvetica, sans-serif;
}

#menu-bottom a:hover { 
	color: #1D6362;
	text-decoration: underline;
	font: bold 11px  Arial, Helvetica, sans-serif;
}

#menu-bottom p { 
	padding: 0px; 
	margin: 0; 
        text-align:left;
	font: 11px  Arial, Helvetica, sans-serif;
}


/* grey subheader */

#catnav {
	background: url(images/navbgr.gif) no-repeat top;
	height:36px;
	width:1000px;
}

#search {
	margin-top:5px
	padding-right:3px;
	padding-top:5px;
	float:right;
	width:170px;

}

.nav2, .nav2 * {
	margin:0;
	padding:0;
	
}
.nav2 {
	height: 30px;
	padding-left:7px;
	line-height:30px;
	position:relative;
	font: bold 13px Arial, Helvetica, sans-serif;
	width: 980px;

}
.nav2 ul {
	background:#fff; /*IE6 needs this*/
	float: left;
	position:relative;
}
.nav2 li {
	line-height: 30px;
	float: left;
	list-style:none;
	margin:0px;	
}
.nav2 li.current ul {
	
}
.nav2 li.sfHover ul,
ul.nav2 li:hover ul {
	background:none;
	color: #ffffff;
	text-decoration: none;	
	margin-top: 0px;
}
.nav2 li li {
}
.nav2 a {
	color: #ffffff;
	display: block;
	text-decoration: none;   
        border-right: 1px solid #1D6362;  
	line-height:30px; 
    	padding: 3px 13px 0px 13px;

}
.nav2 li ul a {
	color:#FFF !important;
}
.nav2 li ul a:hover {
	color: #63B0E8 !important;
}
.nav2 li ul {
	left:0;
	top:-999em;
	position:absolute;
	width:956px;
	height:29px;
	line-height:29px;
}
.nav2 li:hover,
.nav2 li.sfHover,
.nav2 li.current,
.nav2 a:focus, .nav2 a:hover, .nav2 a:active {
	color: #ffffff;
	text-decoration: none;
	background: #36B5B0;
}
.nav2 li.sfHover a,
.nav2 li.current a,
.nav2 a:focus, .nav2 a:hover, .nav2 a:active {
	border-bottom: none;
}
.nav2 li li.current a {
	font-weight: bold;
	color:#FFF !important;
}
.nav2 li li:hover,
.nav2 li li a:focus, .nav2 li li a:hover, .nav2 li li a:active {
	background:none !important;
}
.nav2 li:hover ul, /* pure CSS hover is removed below */
body .nav2 li.current ul, /* this must be more specific than the .superfish override below */
ul.nav2 li.sfHover ul {
	top:2.5em;
}

.nav2 li:hover li ul,
.nav2 li.sfHover li ul {
	top:-999em;
}
.nav2 li li:hover ul, /* pure CSS hover is removed below */
ul.nav2 li li.sfHover ul {
	top:2.5em;
}
/*following rule negates pure CSS hovers
so submenu remains hidden and JS controls
when and how it appears*/
.superfish li:hover ul,
.superfish li li:hover ul {
	top: -999em;
}
.nav2 li.fr{
	float: right
}
.nav2 li.last a{
	background: none
}
/*- Page Navigation -*/
#nav2{

	height: 29px
}
#nav2 ul{
	padding: 0 2px
}
#nav2 li{
	float: left;
	font-size: 12px;
	letter-spacing: -1px;
	line-height: 29px;
	text-transform: capitalize
}
#nav2 li.fr{
	float: right
}
#nav2 li a{
	color: #666;
	display: block;
	padding: 0 17px;
	text-decoration: none;
}
#nav2 li.last a{
	background: none
}
#nav2 li a:hover,
#nav2 li.active a{
	color: #63B0E8;
	text-decoration: none
}

/* -------------------
Home Page Specifics
------------------- */

#home {
}

#home img{
      float:right;
      padding-right:5px;
}

	
/* -------------------
Content
------------------- */

.content-rap {
	background: #FFFFFF;
	float: right;
	width: 739px;
	height:auto;
	}
#content .post   {
	float: left; 
	width: 736px;
	height:auto;
	}
#content .entry   {
	padding-left: 10px;
	} 

#content .entry img {        
        border:none;
}

#content .entry li {        
        margin: 10px;
}

#content .entry p {        
        margin: 2px auto;
}

#content .entry a {
        font-size: 1.1em;        
        color: #0C3E73;
        text-decoration: underline;
}

#content .entry a:hover {        
        text-decoration: none;
        color: #0997D5
}
#content .entry tr {
        background: #FFFFFF;
}

#content .entry tr img:hover{
	opacity:0.7;
        color:FFFFFF;
}

#content .entry td {
        border: 0.1pt solid #DBDBDB;
}
.comment {
	float: right; 
	width: 585px;
	margin: 10px 0px 0px 10px;
	padding: 3px 9px 13px 9px;
        background: #ffffff;
	} 



	
/* general #content definitions */
	
#content h2 {
	background:transparent url(images/h2-bg.jpg) no-repeat scroll 0 0;
	color: #FFFFFF;
	font: bold 13px Verdana, Arial, sans-serif;
	margin: 0 0 6px 0;
        padding:3px 0 4px 10px;
}

#content h2 a {
	color: #FFFFFF;
	text-decoration: none;
	}

#content h2 a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}

/* moving tabs headerbar */

#sites {	
	float: left;
	margin-left: 5px; 
	margin-bottom: 1px; 
 	border: 0px;
        padding: 1px 1px 1px 1px;
        width: 980px;
}

#sites h2 {	
	color: #ffffff;
	font: bold 16px Arial, Helvetica, sans-serif;
	margin: 0 0 0px 0;
        padding: 0px 0px 6px 0px;
	width: 962px;
	text-align: center;
}
	

.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 600px; /*width of featured content slider*/
height: 90px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
background: white;
padding:5px;
width: 600px; /*width of content DIVs within slider. Total width should equal slider's inner width */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
width: 942px; /*Width of pagination DIV. Total width should equal slider's outer width */
text-align: right;
background-color: 0c3e74;
padding: 0px 5px;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #1D6362;
background: #e8e8e8;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #1D6362;
}	

#slider4{
border: 0px;
background: fff;
margin-left: 340px;
height: 90px
weight: 800px;
}

#paginate-slider4{
border-color: #0CB6FF;
margin-bottom:-4px;
margin-left: -1px;
margin-top: 11px;
}

#paginate-slider4 a img{
width: 80px;
height: 30px;
border: 0px;
padding: 2px;
margin-top: 8px;
background: #0C3E74;
}

#paginate-slider4 a img:hover, #paginate-slider4 a.selected img{
border: 0px;
padding: 0px;
background: #00254d;
}



	
/* -------------------
Sidebar
------------------- */

#checkout_button {
        border:0px;
        display:block;
	width:143px;
	height:40px;
}

#checkout_button a{
        border:0px;
        color:FFFFFF;
}

#checkout_button a img{
        border:none;
        color:FFFFFF;
}

#checkout_button:hover{
	opacity:0.7;
        color:FFFFFF;
}

#sidebar h3 {
	color: #FFFFFF;
	font: bold 13px Verdana, Arial, sans-serif;
	margin: 0 0 5px 0;
        padding: 2px 0px 5px 8px;
        background: url(images/h3-bg.jpg) repeat-x;
	}
	
#sidebar p {
	list-style-image: url(images/icon.gif);
	color: #001b36;
	font: bold 11px verdana;
	}
#sidebar li {
	list-style-image: url(images/icon.gif);
        font-size: 11px;
	font-family: Verdana, Arial, sans-serif;
	margin: 0px auto;
        padding: 0px;
}	

#sidebar p, #sidebar ul, #sidebar ol {
	margin: 0 0 10px 0;
	}
	
#sidebar ul { 	
	color: #001b36;
        margin-left: 0px;
        padding-left:1px
 }

#sidebar a {
	color: #001b36;
	text-decoration: none;        
	}
	
#sidebar a:hover {
	color: #048df9;
	}

#sidebar .line {
        background:transparent url(images/line.gif) no-repeat center;
        width: 209px;
        height: 25px;
}
	
#sidebarcontainer {
	float: right;
	padding: 0 15px 0 0;
	width: 360px;
	margin: 0px;
}
#sidebarcontainer form {
	padding: 0;
	margin: 0;
}

#wrapper{
	width: 345px;
	margin: 6px 0px 0px 5px;
	float:left;             
        display: inline;
        background: #00264d;
        padding: 4px 2px 4px 2px;
}


/*search form */
#searchform {
	margin: 0;
	float:right;
	padding: 0;
}
#searchform li {
	list-style: none;
}
#searchform br {
	display: none;
}
#searchform #s {
	margin: 0px 0 0;
	width: 290px;
	height: 27px;
	padding: 26px 20px 0px 20px;
	background: url(images/search_bg.gif) no-repeat;
	color: #1D6362;
}

/* search form button - to specify button only use input[type="submit"] */
#searchform input {
	border: none;
	width: 67px;
	height: 32px;
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	vertical-align: middle;
}


/* -------------------
Footer
------------------- */

#footer {
	clear: left;
	background: url(images/footer.jpg) no-repeat;
	color: #282828;
	font: 1em, Arial, Helvetica, sans-serif;
	text-align: center;
	height: 35px;
	width: 1000px;
	margin: 0px auto;
	}
	
#footer a {
	color: #1D6362;
	text-decoration: none;
	}

#footer a:hover {
	color: #1D6362;
	text-decoration: underline;
	}

.post{margin:0 0 5px 0;}

.post img, .post p, .post li, .post ul,{        
        border:none;
        color:FFFFFF;
}

.post .info{
padding:2px 3px 3px 8px;
font-size:12px;
color:#282828;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.ddet_div {
  margin: 8px 0 0 22px;
  padding: 8px;
  background: #F1F1F1;
  border: 1px solid #DBDBDB;
  width:500px;
}