/*
Theme Name: Bock Marine
Description: Simple CSS based CMS theme
Author: Barry Stellrecht & Margaret Schulte
Author URI: http://www.mepsnbarry.com
*/

/* Structure & position */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ol, ul {
	list-style: square outside;	
} 

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* that's the end of the CSS reset */

#header {
	background-image: url(images/view-from-bridge.jpg);
	background-repeat: no-repeat;
	background-color: #c0af91;
	margin: 5px 5px 0 5px;
	}

#wrapper {
	width: 100%;
	float: left;
	margin-right: -330px;
}

#content {
	margin: 5px 330px 5px 5px;
}

#topmenu {
	height: 1%;
	overflow: hidden;
	clear: both;
}

#submenu {
	overflow: hidden;
	clear: both;
}

/* Tan hack applied border to IE6 but ignored width. 
* html #sidebar {  
	width: 200px;
	w\idth: 300px;
	border: 1px solid red;
	 }   */

#sidebar {
	background-image: url(images/gradient.jpg);
	background-repeat: repeat-x;
	margin: 5px;
	height: 800px;
	float: right;
	padding: 0px;
	width: 300px;
}

#header p {
	margin: 10px 0 10px 0;
	width: 292px;
	text-align: center;
}

#sidebar li {
	width: 100%;
	margin: 0;
	list-style: none;
}

#sidebar p {
	margin: 5px;
}

#content p {
	margin: 0 0 10px 0;
}

#content ul {
	margin: 0 0 10px 15px;
}

#footer{
	clear: both;
	margin: 5px;
	padding: 10px;
	text-align: center;
}

#footer p {
	margin: 0;
}

.nav {
	height: 1%;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.nav a {
	padding: 6px;
	float: left;
	display: inline;
	margin: 0;
}

.nav li {
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
}

#topmenu li {
	display: inline;
}

#submenu.nav a {
	border-top: 1px solid #fff;	
}

/* Typography, Colors & Images 
Bock logo colors
blue    : #2000ca
red     : #e72627
yellow  : #e0ff00
black	: #000
white	: #fff

Background colors
Med blue: #0033cc (not for text)
Buff    : #ffffcc 
Lt brown: #c0af91
*/

body {
	font-family: verdana,lucida,arial,sans-serif;
	font-size: 13px;
	color: #000;
	background: #fff;
	line-height: 1.25;
}

h1, h2, h3 {	
	color: #2000ca;
	font-weight: bold;
	margin: 6px 0 6px 0;
}	
	
h1 {
	font-size: 16px;
}

h2 {
	font-size: 14px;
}

h3 {
	font-size: 12px;
}

h4 {
	font-weight: bold;
	margin: 3px 0 3px 0;
}

.caption {
	font-size: 90%;
	font-style: italic;
}

.textwidget {
	font-weight: bold;
	text-align: center;
}

a {
	color: #2000ca;
	text-decoration: none;
}

a:visited {
	color: #e72627;
}

a:hover {
	color: #2000ca;
	background-color: #e0ff00;
}

#header p {
	color: #2000ca;
	font-size: 12px;
	font-weight: bold;
}

.nav {
	color: #fff;
	background-color: #c0af91;
	font-size: 12px;
	font-weight:bold;
}

.nav li a {
	display: block;
	padding: 4px 10px;
}

.nav a {
	text-decoration: none;
}

.sideimg {
	text-align: center;
}

.nav a:link, .nav a:visited, 
.nav .current_page_item ul li a:link, .nav .current_page_item ul li a:visited {
	color: #fff;
}

.nav a:hover, .nav a:active, 
.nav .current_page_item ul li a:hover, .nav .current_page_item ul li a:active {
	background: #2000ca;
	color: #fff;
}
.current_page_item a:link, .current_page_item a:visited {
	background: #e72627;
	color: #fff;
}

#footer{
	background: #c0af91;
	font-weight:bold;
	color: #fff;
}

a img {
	border: none;
}

img.alignright {
	float: right;
}

img.alignleft {
	float: left;
}

img.aligncenter {

}

#content img {
	padding: 5px;
}

blockquote {
	border-top: 4px solid #e0ff00;
	padding: 15px;
}

hr {
	position: absolute;
	left: -9999px;
}

