/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

Kubrick v1.5
 http://binarybonsai.com/kubrick/

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-bg { margin: 0px auto; height:100%; }
BODY { font-size: 11px; font-family:'arial'; color: #333333; line-height: 1.1em; height:100%; width:100%; }
TABLE, TD { font-size: 11px; font-family:'arial'; color: #333333; line-height: 1.1em; }
SELECT, OPTION { font-size: 11px; font-family:'arial'; color: #333333; }
TEXTAREA, INPUT { font-size: 11px; font-family:'arial'; color: #333333; margin:0; padding:1px 2px; }
FORM { padding: 0; margin: 0; }
img { border: 0; }

/* --------  main content area  --------- */

#wrapper { 
margin: 0 auto; width: 960px; 
}

#container { 
text-align:left; margin:0; padding:0; 
width:100%; 
background:url(images/sidebar-bg.gif) top right repeat-y;
}

/* --------- top container -------- */

#topcontainer {
margin:0; padding:0;
}

#topcontainer .stripe {
background: url(/images/view-stripe.gif) top right no-repeat; width:69px; height:100px;
}

#topcontainer .stripe-desert {
background: url(/images/view-desertstripe.gif) top right no-repeat; width:55px; height:100px;
}

#topcontainer .stripe-sd {
background: url(/images/view-sdstripe.gif) no-repeat; width:138px; height:100px;}

#topcontainer .view-head {
background:url(/images/view-img-ochead.jpg) right no-repeat #003366;
width:100%; height:100px;
margin:0; padding:0;
}

#topcontainer .view-head-desert {
background: url(/images/view-header-desert.jpg) right no-repeat #003366;
width:100%; height:100px;
margin:0; padding:0;
}

#topcontainer .stripe-la {
background: url(/images/view-header-la1.gif) no-repeat #003366;
width:300px; height:100px;
margin:0; padding:0;
}
#topcontainer .view-head-la {
background:url(/images/view-header-la2.jpg) right no-repeat #003366;
width:660px; height:100px;
}
.logo-size-la { width:300px; height:100px; }

#topcontainer .view-logo {
background:#003366 url(/images/view-logo1.gif) top right no-repeat;
width:229px; height:100px;
margin:0; padding:0;
}

#topcontainer .view-logo-sd {
background:#003366 url(/images/view-logo.gif) top right no-repeat;
width:162px; height:70px;
margin:0; padding:0;
}

#topcontainer .view-logo-desert {
background:#d8931e url(/images/view-desertlogo1.gif) -15px 0 no-repeat;
width:214px; height:100px;
margin:0; padding:0;
}

#topcontainer .view-area {
color: #e68b00; overflow:hidden;
margin-left:60px; padding:0;
}

#topcontainer .view-head-arizona {
background:url(/images/view-header-arizona.jpg) left no-repeat #003366;
width:660px; height:100px;
}

#topcontainer .view-head-sd {
background:url(/images/view-img-sdhead.jpg) right no-repeat #003366;
width:660px; height:100px;
}

#topcontainer .view-area-desert {
color: #050c27; overflow:hidden;
margin-left:30px; padding:0;
}

#topcontainer .view-area-sd {
color: #dfb118; overflow:hidden;
margin-left:25px; padding:0; width:180px;
}

#topcontainer .view-area-sd2 {
color: #E2B813; overflow:hidden;
margin-left:25px; padding:0; width:180px;
}

#topcontainer .greetbar {
background:#d4e3f2; padding:6px 20px; text-align:right;
}

.logo-size {
width:229px; height:100px;
}

.sd-logo-size {
width:182px; height:70px;
}

.bar { 
border-top:10px solid #e68b00;
}

.sd-bar {
border-top:10px solid #4c8ecb;
}

.sd2-bar {
border-top:10px solid #64a0d5;
}

.desert-bar {
border-top:10px solid #050c27;
}

/* ---------   main nav  -------- */

#nav { float:left; width:100%; }
#nav ul { float:left; padding:0; margin:0; list-style-type:none; }
#nav li { display:inline; font-weight:bold; text-transform:uppercase; }
#nav li a.on { float:left; text-decoration:none; color:#402a14; background:#d4e3f2; padding:8px 10px; }
#nav li a.on:hover { background:#d4e3f2; color: #402a14; }
#nav li a.off { float:left; text-decoration:none; color:#fff; background:#402a14; padding:8px 10px; }
#nav li a.off:hover { background:#666; color: #fff; }

.bold { font-weight: bold; }
.italic { font-style: italic; }
.underline { text-decoration: underline; }
.textnon { text-transform: none; }
.textcap { text-transform: capitalize; }
.textupper { text-transform: uppercase; }
.nounderline { text-decoration: none; }

.header16 { font-size: 16px; font-weight: bold; }
.header15 { font-size: 15px; font-weight: bold; }
.header14 { font-size: 14px; font-weight: bold; }
.header12 { font-size: 12px; font-weight: bold; }
.header11 { font-size: 11px; font-weight: bold; }

.white { color: #ffffff; }
.black { color: #000; }
.alert { color: #cc0000; }
.yelloworange { color: #e68b00; }
.navy { color:#003366; }
.brown { color:#402a14; }
.blueshade { color:#d4e3f2; }
.brownlight { color:#785e48; }
.brownlightshade { color:#efeade; }
.brownshade { color:#d2c6bb; }

hr.gray { border: none 0; border-top: 1px solid #ccc; height:1px; }

.whitebg { background: #fff; }
.graybg { background: #cccccc; }
.yelloworangebg { background: #e68b00; }
.bg1 { background: #efefef; }
.navybg { background:#003366; }
.desertbg { background:#d8931e; }
.brownbg { background:#402a14; }
.blueshadebg { background:#d4e3f2; }
.brownlightbg { background:#785e48; }
.brownlightshadebg { background:#efeade; }
.brownshadebg { background:#d2c6bb; }

.pad5 { padding: 5px; }
.pad10 { padding: 10px; }
.pad15 { padding: 15px; }
.pad20 { padding: 20px; }
.pad30 { padding: 30px; }
.padmenu { padding:0 5px; }

.pad-lt { padding-left: 15px; }
.pad-rt { padding-right: 15px; }
.pad-top { padding-top: 15px; }
.pad-bot { padding-bottom: 15px; }

.mar-lt { margin-left: 15px; }
.mar-rt { margin-right: 15px; }
.mar-top { margin-top: 15px; }
.mar-bot { margin-bottom: 15px; }

.pad5-lt { padding-left: 5px; }
.pad5-rt { padding-right: 5px; }
.pad5-top { padding-top: 5px; }
.pad5-bot { padding-bottom: 5px; }

.mar5-lt { margin-left: 5px; }
.mar5-rt { margin-right: 5px; }
.mar5-top { margin-top: 5px; }
.mar5-bot { margin-bottom: 5px; }

.mar10-lt { margin-left: 10px; }
.mar10-rt { margin-right: 10px; }
.mar10-top { margin-top: 10px; }
.mar10-bot { margin-bottom: 10px; }

.mar2-lt { margin-left: 2px; }
.mar2-rt { margin-right: 2px; }
.mar2-top { margin-top: 2px; }
.mar2-bot { margin-bottom: 2px; }

.pad10-lt { padding-left: 10px; }
.pad10-rt { padding-right: 10px; }
.pad10-top { padding-top: 10px; }
.pad10-bot { padding-bottom: 10px; }

.brd-ltd { border-left:1px dotted #ccc; }
.brd-rtd { border-right:1px dotted #ccc; }
.brd-btd { border-bottom:1px dotted #ccc; }
.brd-tpd { border-top:1px dotted #ccc; }

.brd-ltdb { border-left:1px dotted #666; }
.brd-rtdb { border-right:1px dotted #666; }
.brd-btdb { border-bottom:1px dotted #666; }
.brd-tpdb { border-top:1px dotted #666; }

.brd-ltd-n { border-left:1px dotted #003366; }
.brd-rtd-n { border-right:1px dotted #003366; }
.brd-btd-n { border-bottom:1px dotted #003366; }
.brd-tpd-n { border-top:1px dotted #003366; }

.brd-lt-n { border-left:1px solid #003366; }
.brd-rt-n { border-right:1px solid #003366; }
.brd-bt-n { border-bottom:1px solid #003366; }
.brd-tp-n { border-top:1px solid #003366; }
.brd-all-n { border:1px solid #003366; }

/* ---------   footer  -------- */

#footer { 
margin:0; padding:15px 20px; font-size:10px;
background:#785e48; color:#fff;
}

#footer a:link { text-decoration:underline; color: #fff; font-size: 10px; }
#footer a:visited { text-decoration:underline; color: #fff; font-size: 10px; }
#footer a:hover  { text-decoration:underline; color: #fff; font-size: 10px; }

/* Begin Typography & Colors */
/*
body {
font-size: 62.5%;
font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
background: #d5d6d7 url('images/kubrickbgcolor.jpg');
color: #333;
text-align: center;
}

#page {
background-color: white;
border: 1px solid #959596;
text-align: left;
}

#header {
background: #73a0c5 url('images/kubrickheader.jpg') no-repeat bottom center;
}

#headerimg {
margin: 7px 9px 0;
height: 192px;
width: 800px;
}
*/

#content {
font-size: 11px;
}

.widecolumn .entry p {
font-size: 11px;
}

.narrowcolumn .entry, .widecolumn .entry {
line-height: 1.4em;
}

.widecolumn {
line-height: 1.6em;
}

.narrowcolumn .postmetadata {
text-align: center;
}

.thread-alt {
background-color: #f8f8f8;
}
.thread-even {
background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {
border-left: 1px solid #ddd;
}

/*
#footer {
background: #eee url('/images/kubrickfooter.jpg') no-repeat top;
border: none;
}
*/

small {
font-family: Arial, Helvetica, Sans-Serif;
font-size: 11px;
line-height: 1.1em;
}

h1, h2, h3, h4 {
font-family: Arial, Sans-Serif;
font-weight: bold;
}

h1 {
font-size: 19px;
text-align: center;
}

#headerimg .description {
font-size: 1.2em;
text-align: center;
}

h2 {
font-size: 19px;
line-height:1em;
color:#003366;
}

h2.pagetitle {
font-size: 19px;
color:#003366;
}

#sidebar h2 {
font-size: 11px;
}

h3 {
font-size: 14px;
line-height:1em;
}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
text-decoration: none;
color: white;
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
color:#003366;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
text-decoration: none;
}

.entry p a:visited {
color: #b85b5a;
}

.commentlist li, #commentform input, #commentform textarea {
font: 11px Arial, Sans-Serif;
}
.commentlist li ul li {
font-size: 11px;
}

.commentlist li {
font-weight: bold;
}

.commentlist li .avatar { 
float: right;
border: 1px solid #eee;
padding: 2px;
background: #fff;
}

.commentlist cite, .commentlist cite a {
font-weight: bold;
font-style: normal;
font-size: 1.1em;
}

.commentlist p {
font-weight: normal;
line-height: 1.5em;
text-transform: none;
}

#commentform p {
font-family: Arial, Sans-Serif;
}

.commentmetadata {
font-weight: normal;
}

#sidebar {
font: Arial, Sans-Serif;
}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
color: #777;
}

code {
font: 'Courier New', Courier, Fixed;
}

acronym, abbr, span.caps
{
letter-spacing: .07em;
}

a, h2 a:hover, h3 a:hover {
color: #003366;
text-decoration: underline;
}

a:hover {
color: #666;
text-decoration: underline;
}

#wp-calendar #prev a, #wp-calendar #next a {
font-size: 9pt;
}

#wp-calendar a {
text-decoration: none;
}

#wp-calendar caption {
font: bold 1.3em Arial, Sans-Serif;
text-align: center;
}

#wp-calendar th {
font-style: normal;
text-transform: capitalize;
}
/* End Typography & Colors */



/* Begin Structure */
/*
body {
margin: 0 0 20px 0;
padding: 0;
}

#page {
background-color: white;
margin: 20px auto;
padding: 0;
width: 760px;
border: 1px solid #959596;
}

#header {
background-color: #73a0c5;
margin: 0 0 0 1px;
padding: 0;
height: 200px;
width: 758px;
}

#headerimg {
margin: 0;
height: 200px;
width: 100%;
}
*/

.narrowcolumn {
float: left;
padding: 0 0 20px 0;
margin: 0;
width: 680px;
}

.widecolumn {
padding: 0 0 20px 0;
margin: 0;
width: 680px;
}

.post {
margin: 0 0 40px;
text-align: justify;
}

.post hr {
display: block;
}

.widecolumn .post {
margin: 0;
}

.narrowcolumn .postmetadata {
padding-top: 5px;
}

.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;
}

.postmetadata {
clear: both;
}

.clear {
clear: both;
}


/*
#footer {
padding: 0;
margin: 0 auto;
width: 760px;
clear: both;
}

#footer p {
margin: 0;
padding: 20px 0;
text-align: center;
}
*/
/* End Structure */



/*Begin Headers */
h1 {
padding-top: 70px;
margin: 0;
}

h2 {
margin: 20px 0 0;
}

h2.pagetitle {
margin-top: 20px;
text-align: left;
}

#sidebar h2 {
color: #333;
margin: 5px 0 0;
padding: 0;
}

h3 {
padding: 0;
margin: 30px 0 0;
}

h3.comments {
padding: 0;
margin: 40px auto 20px ;
}
/* End Headers */



/* Begin Images */
p img {
padding: 0;
max-width: 100%;
}

/*Using 'class="alignright"' on an image will (who would've
thought?!) align the image to the right. And using 'class="centered',
will of course center the image. This is much better than using
align="center", being much more futureproof (and valid) */

img.centered {
display: block;
margin-left: auto;
margin-right: auto;
}

img.alignright {
padding: 4px;
margin: 0 0 2px 7px;
display: inline;
}

img.alignleft {
padding: 4px;
margin: 0 7px 2px 0;
display: inline;
}

.alignright {
float: right;
width: 48%;
text-align: right;
}

.alignleft {
float: left;
width: 48%;
text-align: left;
}
/* End Images */



/* Begin Lists

Special stylized non-IE bullets
Do not work in Internet Explorer, which merely default to normal bullets. */

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;
}

#sidebar ul, #sidebar ul ol {
margin: 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;
}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
margin:0 0 10px 0;
padding: 10px 0;
text-align: left;
}

#sidebar #searchform #s {
width: 110px;
padding: 2px; margin:0 5px 0 0;
white-space:nowrap;
}

#sidebar #searchsubmit {
padding: 3px 0;
margin:0;
background-color: #003366;
border: 0px #003366 outset;
color: #fff;
text-transform:uppercase;
font: bold 10px Verdana;
cursor:pointer;
width: 70px;
}

#sidebar #searchsubmit:hover{
border-style: inset;
margin:0;
background-color: #666;
cursor:pointer;
}

#searchsubmit {
padding: 3px 5px;
margin:0;
background-color: #003366;
border: 0px #003366 outset;
color: #fff;
text-transform:uppercase;
font: bold 10px Verdana;
cursor:pointer;
}

#searchsubmit:hover{
border-style: inset;
margin:0;
background-color: #666;
cursor:pointer;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
text-align:center;
}

select {
width: 130px;
}

#commentform input {
width: 170px;
padding: 2px;
margin: 5px 5px 1px 0;
}

#commentform {
margin: 5px 10px 0 0;
}
#commentform textarea {
width: 100%;
padding: 2px;
}
#respond:after {
content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#commentform #submit {
margin: 0 0 5px auto;
padding: 3px 5px;
background-color: #003366;
border: 0px #003366 outset;
color: #fff;
text-transform:uppercase;
font: bold 10px Verdana;
float: right;
}

#commentform #submit:hover{
border-style: inset;
background-color: #666;
padding: 3px 5px;
cursor:pointer;
}
/* End Form Elements */



/* Begin Comments*/
.alt {
margin: 0;
padding: 10px;
}

.commentlist {
padding: 0;
text-align: justify;
}

.commentlist li {
margin: 15px 0 10px;
padding: 5px 5px 10px 10px;
list-style: none;

}
.commentlist li ul li { 
margin-right: -5px;
margin-left: 10px;
}

.commentlist p {
margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
margin: 5px 0;
}

.nocomments {
text-align: center;
margin: 0;
padding: 0;
}

.commentmetadata {
margin: 0;
display: block;
}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
padding: 10px 20px;
margin-left: 700px;
width: 200px;
}

#sidebar form {
margin: 0;
}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
empty-cells: show;
margin: 10px auto 0;
width: 185px;
}

#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 */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
cursor: help;
}

acronym, abbr {
border-bottom: 1px dashed #999;
}

blockquote {
margin: 15px 30px 0 10px;
padding-left: 20px;
border-left: 5px solid #ddd;
}

blockquote cite {
margin: 5px 0 0;
display: block;
}

.center {
text-align: center;
}

.hidden {
display: none;
}

hr {
display: none;
}

a img {
border: none;
}

.navigation {
display: block;
text-align: center;
margin-top: 10px;
margin-bottom: 50px;
}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}

.wp-caption {
border: 1px solid #ddd;
text-align: center;
background-color: #f3f3f3;
padding-top: 4px;
margin: 10px;
-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;
}

.bold { font-weight: bold; }
.textupper { text-transform: uppercase; }
.mar-lt { margin-left: 15px; }
.mar-rt { margin-right: 15px; }
.mar-top { margin-top: 15px; }
.mar-bot { margin-bottom: 15px; }

.pad5-lt { padding-left: 5px; }
.pad5-rt { padding-right: 5px; }
.pad5-top { padding-top: 5px; }
.pad5-bot { padding-bottom: 5px; }

.mar5-lt { margin-left: 5px; }
.mar5-rt { margin-right: 5px; }
.mar5-top { margin-top: 5px; }
.mar5-bot { margin-bottom: 5px; }

.mar10-lt { margin-left: 10px; }
.mar10-rt { margin-right: 10px; }
.mar10-top { margin-top: 10px; }
.mar10-bot { margin-bottom: 10px; }

.align-center { text-align: center; }
.float-lt { float: left; }
.float-rt { float: right; }

/* ---------   dropdown  -------- */
.regchangepad {margin-top:8px;}
a.regchange {position:relative; text-decoration:none; cursor:pointer; font-weight:bold; text-transform:uppercase;}
a.regchange span {padding:8px 10px; color:#fff; text-decoration:none; cursor:pointer;}
a.regchange span:hover {color:#999; text-decoration:none;}
a.regchange.menu-open span {background:#d4e3f2;color:#402a14;}
#regchange-menu {white-space:nowrap; display:none; background-color:#fff; position:absolute; z-index:1000; border:1px solid #ccc; width:230px; text-align:left; padding:10px; margin:8px 0 0 -148px;  *margin:8px 0 0 -158px;}
#regchange-menu ul {list-style:none;}
#regchange-menu ul li {padding:5px 0; display:block; text-transform:none;}


/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
It won't be a stylish marriage, I can't afford a carriage.
But you'll look sweet upon the seat of a bicycle built for two." */

