/*  
Theme Name: LDC01
Theme URI: http://www.lochalinedivecentre.co.uk/
Description: Lochaline Dive Centre theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.0
Author: Barry Kaye
Author URI: http://www.cookandkaye.co.uk/

	A simplified schema for handling news only. This theme was designed and built by Barry Kaye,

*/

/* Begin CNK modifications */
body {
  font-size:smaller;
	font-family: "Trebuchet MS", verdana, arial, sans-serif;
  color:#000000; background-color: #fff;
	text-align: center;
	}

#page {
  display: block;
  width:820px;  height:auto; 
  text-align:center;
  margin-left: auto;
  margin-right:auto;
	}
	
.breadcrumbs{
  font-size: xx-small;
  padding: 5px;
	text-align:left;
}


/* =============== Banner and Menu =============== */

.menu {
  display: block;  
	width:200px;
  color:#000099;
  background-color: transparent;
  height:auto;
  float:right;
	/*padding-left: auto;
	padding-right: 0px;*/
	padding: 0px 0px 0px 10px;
	margin: 0;
}
a.menu{
  display: block; width: 160px;
  float:left;
	border-top: #fff 1px solid; 
	border-right: #000099 1px solid; 
	border-left: #fff 1px solid;
	border-bottom: #000099 1px solid; 
  color: #000099; background-color: transparent; text-decoration: none;
  font-weight: normal; text-align: left;
  padding-top: 2px; padding-right:10px; padding-bottom: 2px; padding-left: 10px;
  margin: 5px auto 0px 10px;
}
a.menu:visited {
	color: #660099; background-color: transparent;
	text-decoration:none;
}
a.menu:hover {
  color: #fff; background-color: #99b3b9; text-decoration: none;
	border: #333 1px solid;
  font-weight:bold;
  text-align: left;
}
.this_page {
  display: block; width: 160px;
  float:left;
	border: #009 1px solid;
  text-align: left; font-weight:bolder;
  padding-top: 2px; padding-right:10px; padding-bottom: 2px; padding-left: 10px;
  margin: 5px auto 0px 10px;
  color: #ffffff; background-color: #000099; text-decoration: none;
}
h3.menu {
  padding: 20px 10px 0 0;
}

/* =============== CONTENT =============== */
.content {
  border-bottom: 1px #009 solid;
  color:#000000;
  background-color:#ffffff;
  display: block;
  width: 600px;
  text-align:justify;
  padding: 0px;
  margin: 0px ;
	float: left;
}
/* =============== footers =============== */
.footer {
 display: block;
 margin: 0px;
 padding: 5px; 
 color: #666666;
 background: transparent; 
 font-size: xx-small;
 clear:both;   
 text-align:left;
}
/* =============== text display =============== */


a:link		{color: #006699; background: transparent; text-decoration: none;}
a:visited	{color: #990033; background: transparent; text-decoration: none;}
a:active	{color: #009900; background: transparent; text-decoration: none;}
a:hover		{color: #ffffff; background: #000099; text-decoration: none;}

h1, h2, h3, h4, h5, h6 {color:#000099; background: transparent; 
text-align: left; margin: 0px; padding: 10px 10px 2px 10px;}
h1 {font-size: 160%;}
h2 {font-size: 140%;}
h3 {font-size: 120%;}
h4 {
  font-size: 100%;
  font-style: italic;
  font-weight:bolder;
}
h5 {
  font-size: 100%;
  font-weight:normal;
}

p {padding: 2px 10px 2px 10px; margin: 2px;}

th {
  padding: 2px; 
	margin:2px; 
  font-size: 90%;
  font-style: italic;
  font-weight:bolder;
	color:#000099; 
	background: transparent;
	text-align: center; 
}

td {
  padding: 2px; 
	margin:0px; 
  font-size: 90%;
  font-style: normal;
  font-weight:normal;
	color:#000; 
	background: transparent;
	text-align: left;
	vertical-align: top;
}

/* =============== text variants =============== */
sup {font-size: 8px; }
sub	{font-size: 8px; }

hr	{color: #660099; background: transparent; padding: 0px; margin: 5px 0px 5px 0px;}

img {color: #ffffff; background: transparent; border: 0px;}

acronym {text-decoration: none;}

object.header {
  padding: 0;
  margin: 0;
  color: #666;
  background-color: #fff;
}
	 
.inverse {font-family: Arial, Helvetica, sans-serif; text-align: left; 
   color: #ffffff; padding: 1px; background: transparent; }

.ref { font-size: 10px; 
	background: transparent; color: #663333; 
	font-family: trebuchet, sans-serif; }

.latin{font-family: Times, serif; font-style: italic; }

.breadcrumbs { font-size: 10px; 
	background: transparent; color: #aaaaaa; 
	font-family: trebuchet, sans-serif; text-align: left; }
	
.small { font-size: 10px; font-weight: lighter;}

.r_align {float:right; margin-left: 10px; margin-right:10px;}
.l_align {float:left; margin-right:10px; margin-left: 10px;}
.c_align {margin-right:auto; margin-left: auto;}

.comment {
	display: block;
	padding-left: 10px; padding-right: 10px; padding-top: 0px; padding-bottom: 0px;
	margin: 10px; margin-right: auto;
	border: #666 1px solid;
	color:#009;
	background-color:#d0d9ee; 
}

.anchor{ text-align:right;}

.clear{	clear: both;}

.post{ border-bottom: 1px dotted #ccc; }

.right {
  float: right;
	padding: 0;
	margin: 0 0 0 10px;
}
.left {
  float: right;
	padding: 0;
	margin: 0 10px 0 0;
}
.center {
  margin: 0 auto;
}

/*=========================== END CnK modifications ======================================*/


