/*  
Theme Name: Kingdom Vineyard
Theme URI: http://www.thekingdomvineyard.com
Description: Custome designed theme for the Kingdom Vineyard Website
Version: 1.2
Author: Jesse Duley
Author URI: http://www.jesterstudio.co.uk

*/

body, th
{
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background-color: #F9F9F9;
	overflow: scroll;
}
a:link, 
a:visited, 
a:active 
{
	text-decoration: none;
	color: #330099;
}
a:hover
{	
	text-decoration: underline;
}
#header
{
	margin-bottom: 20px;
}
#main
{
	width: 900px;
	margin-left:auto;
	margin-right:auto;
}
.content
{
	padding: 20px;
	width: 850px;
	min-height: 400px;
	border-left: 5px solid #144372; 
	border-right: 5px solid #144372;
	border-top: 5px solid #144372;
	background-color: #FFF;
	background-image: url(/images/background.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	-moz-border-radius: 25px 25px 0 0;
	-webkit-border-top-left-radius: 25px;
	-webkit-border-top-right-radius: 25px;
    -khtml-border-radius: 25px 25px 0 0;
    border-radius: 25px 25px 0 0;
}
.pagecontent
{
	width: 580px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}

#sidebar
{
	float: right;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}

.sidebarBox
{
	padding: 0 10px 10px 10px;
	background-color:#F9F9F9;
	margin-bottom:10px;
	border-style: dotted;
	border-width:1px;
	width:190px;
}

.sidebarBox h2
{
	font:bold 11px Verdana;
}

h1
{
	font: bold 17px Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	margin: 0px;
	padding: 0px;
}

.postAuthor
{
	font: italic 12px Verdana, Arial, Helvetica, sans-serif;
}

.postContent
{
	line-height: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.postCat17
{
	min-height: 240px;
}


/* 
* menustyles.css  -  navigation dropdown menu styles
*/

#topmenu
{
	border: 1px solid #144372;
	background-color: #FFF;
	padding-top:5px;
	padding-bottom:2px;
	margin-bottom: 21px;
	-moz-border-radius: 25px 25px 25px 25px;
	-webkit-border-top-left-radius: 25px;
	-webkit-border-top-right-radius: 25px;
	-webkit-border-bottom-left-radius: 25px;
	-webkit-border-bottom-right-radius: 25px;
    -khtml-border-radius: 25px 25px 25px 25px;
    border-radius: 25px 25px 25px 25px;
}

.bluetabs
{
	margin-left: 10;
	width:750px;
}

.bluetabs ul
{
	padding: 3px 0;
	margin-left: 40;
	margin-top: 1px;
	margin-bottom: 0;
	font: bold 12px Verdana;
	list-style-type: none;
	text-align: center; /*set to left, center, or right to align the menu as desired*/
}

.bluetabs li
{
	display: inline;
	margin: 0;
}

.bluetabs li a
{
	text-decoration: none;
	padding: 5px 23px 5px 2px;
	margin-right: 3px;
	color: #330099;
	cursor: pointer;
}

.bluetabs li a:visited
{
	color: #330099;
}

.bluetabs li.selected a /*selected main tab style */
{
	border-bottom-color: white;
}

.dropmenudiv_b
{
	position:absolute;
	top: 0;
	border-width: 0 1px;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
	background-color: white;
	width: 200px;
	visibility: hidden;
	text-align: left;
}

.dropmenudiv_b a
{
	width: auto;
	display: block;
	text-indent: 5px;
	border: 0 solid #918d8d; /*THEME CHANGE HERE*/
	border-width: 0 1px 1px 1px;
	padding: 3px 0;
	text-decoration: none;
	color: #074272;
}

* html .dropmenudiv_b a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_b a:hover
{
	color: white;
	background-color: #074272; /* Background colour when hovering over */
}

/* 
* Footer Styles
*/

#footer
{
	padding-left: 20px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-top: 20px;
	background-color: #F4F8F9;
	-moz-border-radius: 0 0 25px 25px;
	-webkit-border-bottom-left-radius: 25px;
	-webkit-border-bottom-right-radius: 25px;
    -khtml-border-radius: 0 0 25px 25px;
    border-radius: 0 0 25px 25px;
	border: 5px solid #144372;
	background-image: url(/images/fishfooter.png);
	background-position: bottom right;
	background-repeat:no-repeat;
}

.footerContent /* This is the dynamic content of the footer */
{
	width:auto;
	color: #666666;
	border-bottom: 1px solid #000;
	width: 600px;
	padding:2px;
	margin-bottom: 10px;
	font-size: 11px;
}



.book
{
	padding: 0px 15px 10px 0px;
}