/*
Theme Name: Wildcat
Theme URI: http://kaimatacroft.co.nz/websites/
Description: A no-header theme in blues deigned for Wildcat Charters
Author: Kaimata Croft websites
Author URI: http://kaimatacroft.co.nz/websites/
Tags: blue, no header, flexible width, two columns, widgets

	Wildcat v1.0
	 
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

body {
	margin: 0;
	padding: 5px 5px;
	background: #66A1D2;
	font-family: "Arial MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

h1, h2, h3 {
	margin-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #66A1D2;
}

h1 {
	font-size: 197%;
	font-weight: bold;
}

h2 {
	font-size: 136%;
        text-align: centre;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}

p, ul, ol {
	margin-bottom: 1.6em;
	line-height: 140%;
        margin-right: 10px;
}

p {
}

blockquote {
	font-style: italic;
}

ul {
}

ol {
}

a {
	color: #66A1D2;

        font-weight: bold;

}

a:hover {
	text-decoration: none;
}

small {
}

hr {
	display: none;
}

img {
	border: 1px solid #0033ff;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.alignleft {
	float: left;
	margin: 0 15px 0 0;
}

.alignleft {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
}

img.alignright {
	float: right;
	margin: 0 0 0 15px;
}

.alignright {
	float: right;
	margin: 0 0 0 15px;
}

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

.wp-caption {
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -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;
}

/* header */


/* Search */

#search {
	float: right;
	width: 280px;
	padding-top: 20px;
}

#search form {
	margin: 0;
	padding: 0;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search legend {
	display: none;
}

#searchinput, #searchsubmit {
	border: 1px solid #0033ff;
	font: bold 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #7F7772;
}

#searchinput {
	padding: 2px 5px;
	width: 198px;
	background: #FFFFFF url(images/img02.gif) repeat-x;
}

#searchsubmit {
	background: #FFFFFF url(images/img03.gif) repeat-x left bottom;
}

/* Menu */

#menu {
	width: 300px;

	margin: 0 auto 0 auto;
}

#menu ul {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {

    width: 250px;
    float: left;
    margin-left: 20px;
    padding-left: 10px;
}

#menu li.page_item:hover {
	color: #ccc;
}
#menu li.current_page_item:hover {
        color:#ccc;
}
#menu a {

    color: #000000; /* non selected tab text */
    display: block;
    float: right;
    line-height: 2em;
    padding-right: 10px;
    text-decoration: none;
    text-decoration: none;
	font-weight: bold;
}

html>body #menu a {
	width: auto;
}
#menu li.page_item {
  color:#000;
  	background: url(images/arrow.png) no-repeat;
}
#menu li.current_page_item a {
	background-position: 100% -60px;
    color: #66A1D2; /* selected tab text */
}
#menu li.current_page_item {
   	background: url(images/arrow-current.png) no-repeat;

    color:#66A1D2;
} 

#subnav {
	height:28px;
	width: 770px;
	margin: -30px auto 0 auto;
	}
    
#subnav ul {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
		}
    
#subnav li {
	border-right:1px solid #cccccc;
	padding:0 7px;
	float: left;
	display: block;
	}	

#subnav a, #subnav a:visited {
	color:#006600;
	text-decoration:none;
	font-weight:bold
	}

#subnav a:hover, #subnav a:active,
#subnav li.current_page_item a,
#subnav li.current_page_item a:visited {
	text-decoration:underline
	}



/* Page */

#page {
    position: relative;
	padding-top: 15px;

    width: 860px;
	margin: 0 auto 20px auto;
	background: #EDF1F5;

   	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
    border: 4px groove #000066;
}

/* Content */

#content {

        float: left;
        width: 500px;
        background:#EDF1F5;
        padding-top: 20px;
        padding-left: 20px;
        padding-bottom:20px;

}

.title {
	padding-bottom: 5px;
	border-bottom: 1px solid #EDEBD5;
	margin: 20px 20px;
}
.title a {
	text-decoration: none;
	color: #437C17;
}

.twocols {
}

.twocols .col1 {
	float: left;
	width: 235px;
}

.twocols .col2 {
	float: right;
	width: 235px;
}

.list {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

.list li {
	padding-left: 5px;
	background: url(images/img10.gif) no-repeat left center;
}



/* MiscSidebar */

#miscsidebar {

	    float: left;
        width: 300px; 
        padding-left: 10px;
        background:#EDF1F5;

}

#miscsidebar ul {
	margin: 5px 5px 0 0;
	padding: 2px;
	list-style: none;


}

#miscsidebar li {
	padding-bottom: 5px;
	padding-top: 5px;
    float: left;

}

#miscsidebar li ul {

}

#miscsidebar li li {

	text-decoration: none;

}

#miscsidebar h2 {
	text-align: centre;
	font-size: 116%;
	font-weight: bold;

}

#miscsidebar h3 {
	margin: 0;
}

#miscsidebar p {
	margin: 0;
	line-height: normal;
}

#miscsidebar a {
	text-align: centre;
        color: #000066;
	font-size: 100%;

}
#miscsidebar img {
   margin-left: 20px;
   margin-right: 20px;
}
#miscsidebar a:hover {
	text-decoration: underline;
}

/* Footer */

#footer {
	clear: both;
	height: 75px;
	padding-top: 20px;
	background: #EDF1F5 url(images/img08.gif) repeat-x;
	border-top: 4px groove #000066;
    

}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 77%;
}