/*
Theme Name: London
Theme URI: http://www.promberger.info/linux
Description: Marianne's theme from scratch
Version: 0.2
Author: Marianne Promberger
*/
/*Special Thanks to Urban Giraffe for the Dissecting a Theme Guide, which inspired Michael B 
to develop the blank theme
http://www.urbangiraffe.com/themes/guides

Additional thanks to Michael Hielemann at http://binarybonsai.com for the default Kubrick Theme

And additional thanks to Michael B for supplying a blank theme on 
http://www.miklb.com/blog/2005/my-site/blank-wordpress-theme/
*/

/*-----------Block Level Elements--------------*/

*
{
  padding: 0;
  margin: 0;
}

*:focus { background: #a2e88b; 
  color:black;
}



body {
	font-family: verdana, 'bitstream vera sans',  sans-serif;
/*	  font-size: 85%;*/
}

hr{display: none;}

#page {}

#header {
margin: 1em 1.5% 20px 1%;}

#headerimg {
	font-size: 1em;
  height: 6.5em;
  color: white;
  padding-left: 7.5%;
  background: #4A8BC3;
}


.description {}

#wrapper{
  margin: 0 auto;
  width: 750px; 
  width:expression(document.body.clientWidth < 605 ? "600px" : "95%" );
}

div>#wrapper{
  margin: 0 auto;
min-width: 450px;
  width: 95%;}

#content {	
	font-size: 1em;
	width: 77%;
	margin: 0 0 0 0; 
	float: left;
	background-color: white;
	}

div>#content{
	max-width: 37em;
}

#sidebar {width: 14%;
	margin: 10% 0 0 86%; 
	padding: 5px 10px 5px 5px;
	background-color: white;
}



#footer{
  background-color: #4A8BC3;
  clear: both; 
  margin: 0 auto;
  padding: .5em 20px .5em 7.5%;
  height: auto;
  color: white;
text-align: right;
}



/*-------------Headings-------------*/

h1, h2, h3 {
        font-weight: bold;
        }

h1 {font-size: 2em;
        text-align: center;
        }

h2 {font-size: 1.6em;
        margin: 0 0 30px 0;
        }

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

h3 {margin: 1em 0 1em 0}

h4 {}

h5 {}


/*-------------Header---------------*/


#header a
{text-decoration: none;
  color: white;
}



#header h1{
  	font-size: 3em;
	text-align: left;
}

/* it seems the following doesn't work */
#header h1:focus, #header a:focus { color: white; background: #4A8BC3; 
border: 2px solid #66CC00;}

/*-------------The Post-------------*/

pre, pre:focus {   font-size: 1em; 
	font-family: 'Bitstream Vera Sans Mono', 'monospace', 'Courier New', Courier, Fixed;
	color: #99FF99;
        margin: 10px;
        padding:10px;
        background-color: black;
        overflow-x: auto;
        overflow-y: auto;
	margin: 1em 0 1em 0;
}

.blackonwhite {border: solid 1px #dcdcdc;
	color: black;
	background-color: #eeeeee;
}

code {font-family: 'Bitstream Vera Sans Mono', monospace, 'Courier New', Courier, Fixed;
	font-size: 1 em;
	background-color: #ffffcc;
border: 1px solid gainsboro;    
padding: 0 .3em;
-moz-border-radius: 5px;
    }

/* code {  font-family: mono, 'Courier New', Courier, Fixed;  */
/* color: #990033;} */


h2 a:hover, h2 a:visited, h2 a {
text-decoration: none;	
color: black;
}


a, h2 a:hover, h3 a:hover {
        color: #4A8BC3;
        text-decoration: none;
        }

a:hover {
        color: #147;
        text-decoration: underline;
        }


.post {margin: 0 0 40px 0;
        text-align: justify;
        }


.post hr {display: block;}

.post p {margin: .5em 0 0 0}

.post a {}

.post ul {margin-left: 2em;}

.post ol {margin-left: 2em;}

.post li {}

.entry {}

.entrytext .postmetadata {}

.postmetadata {
        clear: left;
	color: gray;
	margin: 10px 0 7em 0;
	font-size:.8em;
}


.postmetadata alt {}

.postmetadata a {}

.navigation {
     display: block;
        margin-top: 10px;
        margin-bottom: 70px;
}

.alignleft {float: left;} 

.alignright {float: right;}

.center {}

.pagetitle {}

blockquote {
font-size: 90%;
margin: 1.5em 1em 1.5em 1em;
 padding: .2em 1em .2em 1em;
border-left: solid .3em #A5C5E1;
}

cite {}

a img {}

acronym, abbr {}

/*--------------Sidebar------------*/

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

#sidebar ul li {
        list-style-type: none;
        list-style-image: none;
        margin-bottom: 15px;
        }


#sidebar li em { text-decoration: underline; }

#sidebar ul h2 {
}

#sidebar ul li {
}

#sidebar ul ul {
}

#sidebar ul ul li {
}

#sidebar ul ul ul {
}

#sidebar p {
}

#sidebar a {
}

#sidebar a:hover {
}

#sidebar a:visited {
}

#sidebar h2 {
        margin: 5px 0 0;
        padding: 0;
        font-family: 'Lucida Grande', Verdana, Sans-Serif;
        font-size: 1.2em;
        }


/*-------------Footer----------------*/

#footer a {
	color: white;
}
#footer a:hover {
	color: white;
}

#footer a:visited {
	color: white;
}

.firefox {text-align: right;}

/*--------------Comments--------------*/



#commentform input {
        width: auto;
	font-size:.8em;
        padding: 2px;
        margin: 5px 5px 1em 0;
        }

#commentform textarea {
	background-color: white;
        width: 100%;
        padding: 2px;
	margin: 10px 0 0 0;
        }

#commentform #submit {
        margin: 10px 0 3em 0;
        float: right;
        }


ol.commentlist {margin: 1em 0 2em 1.5em;
}

ol.commentlist li {
/*	list-style-type: none;*/
	margin: 1em 0 0 0;			
}

ol.commentlist li.alt {}

ol.commentlist a {}

small.commentmetadata {}

/*--------------Search Form-------------*/

#searchform #s {
	background-color: #f7f7f7;
border: inset 1px black;}

#searchform #s:focus {
border: 1px solid #85BE72;
 background: #a2e88b; 
  color:black;
}

#searchform #s {
	width: 85%;
}

#searchform input {
	width: auto;
	font-size: .8em;
	padding: 2px;
	margin: 2px 0 0 0;
}


/*-------------Calendar-----------------*/

#wp-calendar {

}

#wp-calendar th {

}

#wp-calendar a {

}

#prev a, #next a {

}

#wp-calendar caption {

}

/*-------------Images------------------*/

/* the following all copied from default */

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


/* End Images */


/* Begin Lists */

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

/*------ Tables ----------*/

table {
	padding: 3px 2px 3px 2px;
	margin: 30px 10px 30px 0;
	background: #F5F5F5;  
	text-align: left;
	border-spacing: 3px 2px;
	}

td {
	padding: 8px 10px 6px 10px;
	background: #E6ECCD;
	vertical-align: top;
	border: solid .5px #D0D0D0;
}

th {
	padding: 6px 10px 6px 10px;
	background: #B4C568;  
/*	border: solid .5px #8C9951; */
	border: solid .5px #A2A2A2;
}

/*------------- spiffy corners ---------------*/

spiffy{display:block}
.spiffy *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#4A8BC3}
.spiffy1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #b1cde5;
  border-right:1px solid #b1cde5;
  background:#77a8d2}
.spiffy2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #ecf3f9;
  border-right:1px solid #ecf3f9;
  background:#6ca1ce}
.spiffy3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #6ca1ce;
  border-right:1px solid #6ca1ce;}
.spiffy4{
  border-left:1px solid #b1cde5;
  border-right:1px solid #b1cde5}
.spiffy5{
  border-left:1px solid #77a8d2;
  border-right:1px solid #77a8d2}

