/*  
Theme Name: Puppy in a basket
Theme URI: http://unstabletable.thatothersite.net/wp-themes/puppy-in-a-basket/
Description: A semi-simplistic layout, with a very cute puppy in the header.
Version: 1.0
Author: Justus Bader-Grunow
Author URI: http://unstabletable.thatothersite.net

*/



a:link, a:visited, a:active { color: #FFFF00; text-decoration: none; }
a:hover { color: #AADD99; }






body {
    color: grey;
    background-color: black;
    font-size: 13pt;
    font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; }



#wrapper { 
    margin: 0 auto;
    width: 752px;
    min-width: 750px;
    height:99.8%;
    min-height:100%;
    text-align: left;
    position:relative; 
    padding:0; }

		
 #header {
    margin:0 auto 10px;
    border:1px solid #333333;
    background-repeat: no-repeat;
    width: 750px;
    height: 150px; }
		
#sidebar {
    border: 1px solid #333333;
    background-color: black;
    color: white;
    float: right;
    width: 181px;
    height: 100%;
    padding: 5px; }
		
		
#content {
    border: 1px solid #333333;
    float: left;
    height: 100%;
    width:537px;
    padding: 5px;

  }

#contentWide {
    border: 1px solid #333333;
    float: left;
    height: 100%;
    width:752px;
  }
		
		
#footer {
    margin: 0 auto;
    position: relative;
    top: 10px;
    border: 1px solid #333333;
    text-align: right;
    width:750px;
    clear:both; }
		

#header h1 { letter-spacing: 10px; font-family: arial,georgia; font-weight: normal; color: white; position: relative; top: 20px; left: 10px; }		



#sidebar img { border: 0px solid black; }

.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}


small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 9pt;
	line-height: 9pt;
	}


.description {
	font-size: 1.2em;
	text-align: center;
	}

#sidebar h2 {

	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 12pt;
	}

#sidebar {
	font: 10pt 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

#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;
	}

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;
	}

#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#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;
	}
