/*
Theme Name: UU Beach
Theme URI: http://wordpress.org/
Description: For UU of Laguna Beach based on the default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.0
Author: Rick Loveland
Author URI: 
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

Credit to orignal author:
	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/





body {
	font-family: Verdana, Arial, Sans-Serif;
	background-color: #A98B80;
	padding: 0px;	
	}

#page {
	background-color: #FEF4F0;
	padding: 0px;
	width: 700px;
	border: 1px solid #76615A;
	margin: 20px auto;

	}

#content{
	padding: 30px 0px 0px 0px;
}

.pagetitle, .pagetitle a
{
	text-align:center;
	color: #7400AE;
	text-decoration: none;
}

.post{
	margin: 15px;
}
.entry
{
	font-size: 0.8em;
	padding: 0px 15px 0px 15px;
}

.caption{
	font-size: 0.7em;
}

.footnote{
font-size: 0.6em;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

#header {
	background-color: #FEF4F0;
	padding: 0;
	height: 100px;
	border-bottom: 1px solid #76615A;
	background: url('images/BeachSurf_H700_2.jpg') no-repeat bottom center;
	}
	
#sealightDrawing {
	padding: 0;
	height: 224px;
	width: 324px;
	background: url('images/UUFLBdrawing.gif') no-repeat bottom center;
	float:left;

	}
	
#sealightTitle {
	padding: 0;
	height: 172px;
	width: 350px;
	background: url('images/SealightTitle.gif') no-repeat bottom center;
	float:right;
	}

#uuchalice {
	background: url('images/UUChalice.gif') no-repeat bottom center;
	height: 50px;
	width: 50px;
	float:right;
	clear:both;
	}


#footer {
	padding: 0;
	margin: 0 auto;
	width: 100%;
	background-color: #FEF4F0;
	border: 5px;
	border-color:black;
	clear: both;
	}
	
#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}


h1, h2, h3 {
	font-family: 'Trebuchet MS', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}
	
.posttitle, .posttitle a, .posttitle a:visited{
	font-family: 'Trebuchet MS', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	color: #004599;
}

.clear {
	clear: both;
}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
