/* A simple theme for WordPress */

/*This style sheet is a drastically simplified version of the default WordPress theme by Michael Heilemann*/

/* Theme Name: UBMC
Theme URI: http://constructedmeaning.com/
Description: UBMC theme is based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>, by Michael Heilemann.
Version: 1.0
Author: Hugh Todd
Author URI: http://constructedmeaning.com/

UBMC v1.0
http://constructedmeaning.com

This theme was designed and built by Hugh Todd, building on the work of 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

Have fun, and don't be afraid to contact me if you have questions.
*/

/* -- Begin Typography & Colors */

body {
font-size: 0.76em;
font-family: Verdana, Helvetica, Arial, Swiss, sans-serif;
line-height: 1;
text-align: center;
color: #4e4e4e;
}

#page {
text-align: left;
background: url(images/bgrd.gif) repeat-y 0 0;
}

#header {
font-family: Verdana, Helvetica, Arial, Swiss, sans-serif;
}
#content {
}

.narrowcolumn .entry p, .narrowcolumn .post p {
line-height: 1.5em;
margin-bottom: 1em;
}

.narrowcolumn .entry {

}

.alt {
border-top: 1px dotted #ddd;
border-bottom: 1px dotted #ddd;
background-color: #f0f0f0; }

#footer {
background: url(images/footer-bgrd.gif) no-repeat 0 0;
}

small {
font-size: 0.75em;
line-height: 1.5em;
}

h2, h3 {
font-family: Verdana, Helvetica, Arial, Swiss, sans-serif;
font-weight: normal;
}

h1 {
font-family: Helvetica, Swiss, Arial, sans-serif;
font-size: 1.8em;
text-align: right;
text-transform: uppercase;
font-weight: normal;
}

.description {
font-family: Helvetica, Swiss, Arial, sans-serif;
padding-top: 0;
margin-right: 45px;
font-size: 1.2em;
text-align: right;
color: #fff;
}
h2 {
font-size: 2em;
}

h2.pagetitle {
font-size: 1.6em;
}

#sidebar h2 {
font-size: 1.2em;
color: #4e4e4e;
}

h3 {
font-size: 1.4em;
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
color: #060;
}

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: 0.9em;
}

.commentlist li {
font-weight: bold;
}

.commentlist cite, .commentlist cite a {
font-weight: bold;
font-style: normal;

}

.commentlist p {
font-weight: normal;
line-height: 1.7em;
text-transform: none;
}

#commentform p {

}

.commentmetadata {
font-weight: normal;
}

#sidebar {
font-size: 1em;
}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
color: #4e4e4e;
}

code {
font: 1.1em 'Courier New', Courier, Fixed;
}

acronym, abbr, span.caps
{
font-size: 0.9em;
letter-spacing: .07em;
}
h1 a {
color: #fff;
text-decoration: none;
}
h1 a:hover {
color: #cf0;
text-decoration: none;
}
a {
color: #393;
text-decoration: none;
}
h2 a:hover, h3 a:hover {
color: #f00;
text-decoration: none;
}
a:hover {
color: #393;
text-decoration: underline;
}

.cv {
font-weight: normal;
font-size: 0.7em;
}

/* End Typography & Colors */



/* -- Begin Structure */
body {
margin: 0;
padding: 0;
background: #0f5927 url(images/bgrd-image.gif) no-repeat center bottom;
}

#page {
margin: 0px auto;
padding: 0;
width: 760px;
}

#header {
padding: 0;
margin: 10px auto 0;
width: 100%;
}

#header ul {
float: right;
width: 30em;
margin: 0 30px 0 0;
padding: 0;
list-style-type: none;
border-right: 2px solid #9de3ff;
}
#header ul li {
float: right;
width: 8em;
list-style-type: none;
border-left: 2px solid #9de3ff;
font-size: 0.9em;
}
#header ul li a {
display: block;
padding: 0.3em 1em 0.3em;
background: #ff7a01 url(images/top-button.gif) repeat-x 0 0;
}

#header ul li a:link {
background: #ff7a01 url(images/top-button.gif) repeat-x 0 0;
text-decoration: none;
color: #339;
text-shadow: #dcf2ff 2px 2px 2px;
}
#header ul li a:visited {
padding: 0.3em 0;
text-decoration: none;
}
#header ul li a:hover {
background: #ff7a01 url(images/top-button.gif) repeat-x 0 -163px;
padding: 0.3em 0;
color: #009;
}
#header ul li a:active {
padding: 0.3em 0;
color: red;
}

#headerimg {
background: url(images/header4.jpg) no-repeat 0 0;
margin: 0;
width: 100%;
height: 164px;
}

.narrowcolumn {
float: left;
padding: 0 0 0 45px;
margin: 0;
width: 450px;
}

.post {
margin: 0 0 40px;
}

.narrowcolumn .postmetadata {
padding-top: 5px;
}

.postmetadata {
clear: left;
}

#footer {
padding: 0;
margin: 0 auto;
width: 760px;
height: 150px;
clear: both;
text-align: center;
color: #fff;
}

#footer p {
margin: 0;
padding: 90px 0;
text-align: center;
color: #5c805c;
}

#footer ul {
padding-top: 95px;
list-style-type: none;
margin: 0 auto;
}
#footer ul li {
list-style-type: none;
display: inline;
padding: 0 10px;
border-left: 1px solid #fff;
}

#footer ul > li:first-child {
border-left: none;
}

/* End Structure */



/*	-- Begin Headers */
h1 {
padding-top: 100px;
margin: 0 45px 3px 0;
}


h2 {
margin: 30px 0em 7px 0em;
}

h2.pagetitle {
margin-top: 30px;
text-align: center;
}

#sidebar h2 {
margin: 5px 0 0;
margin-bottom: 10px;
padding: 0;
}

h3 {
padding: 0;
margin: 30px 0 0;
line-height: 1.2;
}

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;
}

.alignleft {
float: left
}
/* End Images */



/* -- Begin Lists

Special stylized non-IE bullets
Do not work in Internet Explorer, which merely default to normal bullets. */

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

.entry li {
margin: 7px 0 8px 0;
padding-left: 1em;
line-height: 1.5em;
background: url(images/bullet.gif) no-repeat 0 0.5em;
}
/*--
.entry ul li:before, #sidebar ul ul li a: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: 10px;
line-height: 1.4;
}

#sidebar ul p, #sidebar ul select {
margin: 5px 0 8px;
}

#sidebar ul ul, #sidebar ul ol {
margin: 5px 0 0 0;
padding: 0;
}

#sidebar ul ul ul, #sidebar ul ol {
margin: 0;
}

ol li, #sidebar ul ol li {
list-style: decimal outside;
}

#sidebar ul ul li, #sidebar ul ol li {
margin: 0 0 1px 0;
padding: 0;
}

#sidebar ul ul li a {
display: block;
background: #fff url(images/nav-link-bgrd.gif) repeat-y top right;
padding: 0.5em 10px 0.5em 10px;
font-weight: bold;
height: auto !important;
height: 1px;
}
#sidebar ul ul li a:hover {
background: green;
text-decoration: none;
color: white;
}
#sidebar ul ul ul {
margin-bottom: 0.5em;
}

#sidebar ul ul ul li a {
display: block;
padding: 0.5em 10px 0.5em 10px;
background: none;
font-weight: normal;
height: auto !important;
height: 1px;
width: 200px;
margin: 0;
}
#sidebar ul ul ul li a:hover {
background: green;
color: #fff;
text-decoration: none;
}

/* End Entry Lists */



/* -- Begin Form Elements */

#searchform {
margin: 0 auto 10px;
padding: 5px 10px; 
text-align: left;
}

#sidebar #searchform #s {
width: 115px;
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;
}

#commentform input {
width: 170px;
padding: 2px;
margin: 5px 5px 1px 0;
}

#commentform textarea {
width: 100%;
padding: 2px;
}

#commentform #submit {
margin: 0;
float: right;
}
/* End Form Elements */



/* -- Begin Comments*/
.alt {
margin: 0;
padding: 10px;
}

.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 */



/* -- Begin Sidebar */
#sidebar {
float: right;
padding: 30px 0 0 0;
margin: 0 15px 0 0;
display: inline;
width: 220px;
}

#sidebar form {
margin: 0;
}

#sidebar div.sidebox {
width: 200px;
margin: 0 auto;
background: #fff url(images/sidebox-bottom.gif) no-repeat bottom center;
padding: 0;
}
#sidebar div.sidebox h2 {
font-weight: bold;
font-size: 1em;
margin: 0 0 0.5em;
padding: 10px 10px 0;
background: url(images/sidebox.gif) no-repeat top center;
}
#sidebar div.sidebox p {
margin: 0;
padding: 0 10px 10px;
line-height: 1.6;
}
/* End Sidebar */


/* -- 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;
}

hr {
display: none;
}

a img {
border: none;
}

.navigation {
display: block;
text-align: center;
margin-top: 20px;
margin-bottom: 50px;
}

#flickr img
{
width: 40px;
height: 40px;
border: 1px solid #4f332e;
margin: 0 0 0 5px;
}

#flickr a
{
border: none;
background: none;
}

/* End Various Tags & Classes*/



/* "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." */

