/*
Theme Name: SPOA
Theme URI: http://wordpress.org/
Description: A customized WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Amy Stanton / Michael Heilemann
Author URI: http://quixoticpixels.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	The base theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

        The customized theme was created by Amy Stanton, 
        whose blog you will find at http://quixoticpixels.com

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

 */


/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #021dac url('images/gradient.jpg') repeat-x;
	color: #333;
	text-align: center;
         margin: 0;
	padding: 0;
	}

#page {
	text-align: left;
	margin: 0 auto;
	padding: 0;
	width: 775px;
	}

#photoalbum-nav {
         font-size: 90%;
         margin-top: 20px;
}

.leftalign {
        font-size: 90%;
}

.rightalign{
        font-size: 90%;
        clear: right;
}

#toplinks {
        padding: 10px; 0 0 10px;
}

#header {
	background: #021dac url('images/SPOA-header.jpg') no-repeat;
	margin: 0;
	padding: 0;
	height: 226px;
	width: 775px;
	}


#headerimg {
	margin: 0;
        font-size: 1.2em;
        font-weight: bold;
        color: white;
        text-transform: capitalize;
	}

#headerimg a {
        color: white;
}

#headerimg a:hover {
        color: #efefef;
        text-decoration: none;
}

#content {
        background-color: #ffffff;
        font-size: 1.2em;
        width: 500px;
}

#content h2 {
	background-color: #0099CC;
	background-image: url(images/orangearrow.gif);
	background-repeat: no-repeat;
	color: #ffffff;
	font-weight: bold;
	padding: 2px 0 2px 25px;
        margin-top: 35px;
        font-size: 1.2em;
}

#content h2 a, #content h2 a:hover {
	color: #ffffff;
}

#contentborder {
         border-left: 1px solid #0b102e;
         border-right: 1px solid #0b102e;
	margin: 0 auto;
	padding: 0;
         width: 770px;
}

h3 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	color: #C8231C;
	text-transform: capitalize;
         clear: both;
	}

h4 {
	font-size: 1.2em;
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	color: #C8231C;
	text-transform: capitalize;
         clear: both;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

.date {
	float: left;
	margin: 0 10px 10px 0;
	padding: 5px;
	border-right: #B6E7F6 solid 1px;
	font: normal 18px Georgia, "Times New Roman", Times, serif;
	color: #C8231C;
}

.title {
	margin: 0;
	padding: 0;
	font: normal 16px Georgia, "Times New Roman", Times, serif;
	color: #5b7856;
	text-transform: capitalize;
}




#alternative {
	padding: 0 20px 0 20px;
        font-size: 1.3em;
}

.narrowcolumn {
	float: left;
	padding: 0 25px 0 25px;
	margin: 0;
	width: 500px;
	}

.narrowcolumn .entry {
	line-height: 1.4em;
	}

/* Begin Sidebar */

#sidebar
{
	padding: 0 15px 0 15px;
	margin-left: 550px;
         width: 180px
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
        color: #c8231c;
        border-bottom: 1px solid #c8231c;
	margin: 5px 0 5px 0;
	padding: 0;
	}

#sidebar form {
	margin: 0;
	}

#sidebar ul, #sidebar ul ol {
	margin: 20px 0 0 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0 0 5px 0;
}

/* End Sidebar */

/* Begin Footer */

#footer {
	background: url('images/SPOA-footer.jpg') no-repeat bottom;
	padding: 0;
	margin: 50px auto 0 auto;
	width: 775px;
	clear: both;
	}

#footer p {
	margin: 0;
	text-align: center;
	padding: 0 80px 30px 0;
	}

/* End Footer */

/* Begin Contacts Table */

table.contacts
{text-align: center;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif ;
font-weight: normal;
font-size: 11px;
color: #fff;
width: 100%;
background-color: #666;
border: 0px;
border-collapse: collapse;
border-spacing: 0px;}

table.contacts td
{background-color: #d3f3fc;
color: #000;
padding: 4px;
text-align: left;
border: 1px #fff solid;}

table.contacts td.hed
{background-color: #8ee0f7;
color: #fff;
padding: 4px;
text-align: left;
border-bottom: 2px #fff solid;
font-size: 12px;
font-weight: bold;}

/* End Contacts Table */

/* Begin Various Tags & Classes */

acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 5px 5px 5px 10px;
	border-left: 3px solid #ddd;
         background: #efefef;
	}

blockquote cite {
	margin: 3px 3px 3px 3px;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.alignright, .alignleft {
         margin: 10px;
         border: 1px solid black;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}

/* End Various Tags & Classes*/

/* Begin Lists */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

/* End Lists */

/* Begin Form Elements */

#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

/* End Form Elements */

/* Begin Comments */

.widecolumn .entry p {
	font-size: 1.05em;
	}

.widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.widecolumn .post {
	margin: 0;
	}


.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}

.alt {
	margin: 0;
	padding: 10px;
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */


/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== /* Menu */

.menu {width:775px; height:27px; font-size:0.85em; position:relative; top: 135px; border-right:1px solid #000; background-color: #0099cc; }
/* hack to correct IE5.5 faulty box model */
* html .menu {width:775px; w\idth:775px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:149px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:right;width:149px;position:relative;}
/* style the links for the top level */
.menu a, .menu a:visited {display:block;font-size:11px;text-decoration:none; color:#fff; width:138px; height:25px; border:1px solid #000; border-width:1px 0 1px 1px; background:#0099cc; padding-left:10px; line-height:24px;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:149px; w\idth:138px;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#d4d8bd url(images/drop.gif) bottom right no-repeat;}
/* style the second level hover */
.menu ul ul a.drop:hover{background:#c9ba65 url(images/drop.gif) bottom right no-repeat;}
.menu ul ul :hover > a.drop {background:#c9ba65 url(images/drop.gif) bottom right no-repeat;}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#008dbc;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#007ba4;}



/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:25px;left:0; width:149px;border-top:1px solid #000;}
/* another hack for IE5.5 */
* html .menu ul ul {top:25px;t\op:24px;}

/* position the third level flyout menu */
.menu ul ul ul{left:149px; top:-1px; width:149px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-149px;}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#3ab9e3; color:#000; height:auto; line-height:1em; padding:5px 10px; width:128px;border-width:0 1px 1px 1px;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:150px;w\idth:128px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#fff; background:#ff9900;}
.menu :hover > a, .menu ul ul :hover > a {color:#fff;background:#ff9900;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}


/* ================================================================ 
   This CSS is further CSS I have created specifically for Wordpress
   so that the current page is highlighted in two levels.
   If you want it in three levels let me know.

   Author: Isaac Rowntree
   Website: www.zackdesign.biz
=================================================================== */


.menu ul ul .current_page_item a {
  color: red;
  background: #ff9900;
  border-left: 1px solid black;
}

.menu .current_page_item a {
  color: red;
  font-weight: bold;
  background: #ff9900;
}

.menu ul .current_page_item ul a {
  color: white;
  font-weight: normal;
  background: black;
}

.menu ul .current_page_item ul a:hover {
  background: gray;
}

.menu .current_page_item a:hover {
  background: #f29100;
}

div.figure {
  float: left;
  width: 25%;
  border: thin silver solid;
  margin: 0.5em;
  padding: 0.5em;
}
div.figure p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}

div.figure2 {
  float: left;
  width: 94%;
  border: thin silver solid;
  margin: 0.5em;
  padding: 0.5em;
}
div.figure2 p {
  text-align: left;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}

.clearboth {
clear: both;
}

.breadcrumb {
         padding: 10px;
}

/* Begin Calendar */

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;

#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }

/* End Calendar */
