/*  
Theme Name: WordPress Why Not
Theme URI: http://buona la vista.de/
Description: Customized Templates for Why Not!.
Version: 1.0
Author: Maximilian Vollendorf
Author URI: http://form-fakten.de/

	Why Not v1.0
	 http://buonalavista.de/

	This theme was designed and built by Maximilian Vollendorf,
	whose blog you will find at http://form-fakten.de/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	

	*** REGARDING IMAGES ***
	All CSS that involves the use of images, can be found in the 'index.php' file.
	This is to ease installation inside subdirectories of a server.

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



/* Begin Typography & Colors */
*  {
  font-family: Verdana, Arial, Sans-Serif;
  color: #000000;
  font-size:11px;
  margin:0;
  padding:0;  
}
body {
  background-color: #83858B;
  text-align:center;
}
img {
  border:0 none #FFFFFF;
}
form {
  display:inline;
}
/*
.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}
*/

/*links*/
a  {
  text-decoration: none;
  color:#666666;
}
a:hover  {
  color:#000000;
}
h2 a, h3.title a {
  color:#000000;
}
a.home {
  text-align: left;
  padding: 0 0 5px 0;
  text-transform:uppercase;
  font-weight:bold;
  color:#000000;
}
h1, h2, h3, h4, p {
  text-align:left;
}
ol {
  text-align:left;
}
#respond {
  text-align: left;
  padding:10px 0 0 12px;
}
.respond {
  text-align: left;
  padding:10px 0 10px 12px;
}
.submit {
  background-color:#FFFFFF;
  border:1px solid #999999;
  cursor:pointer;
}
.submit_search {
  background-color: #83858B;
  border:1px solid #FFFFFF;
  color:#ffffff;
  width:70px;
  cursor:pointer;
}
/* Begin Structure */
#page {
  margin:20px auto 0px auto;
  width: 745px;
}
	
.narrowcolumn {
  float: left;
  padding: 7px 0 0 0;
  margin: 20px 0 0 0;
  width: 500px;
/*    background:url("/wp-content/themes/whynot/images/corners_big_top.gif") no-repeat left top;*/
  background:url("images/corners_big_top.gif");
  background-repeat:no-repeat;
/*  background-position: left top;*/
}

.widecolumn {
/*	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;*/
	}
	
.post {
  text-align: left;
  padding: 10px 10px 0 13px;
  background-color:#FFFFFF;
/*  border:1px solid #FFFFFF;*/
}

.nc_container {
  padding: 0 0 7px 0;
  background:url("images/corners_big_bottom.gif") no-repeat left bottom;
  background-color:#FFFFFF;
}

.widecolumn .smallattachment {
  float: left;
  width: 128px;
  margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
  margin: 5px 0px;
}

.postmetadata {
  clear: left;
  padding:0 0 5px 0;
  color:#999999;
  border-bottom:1px solid #999999;
}
.author {
  padding:10px 0 30px 0;
  color:#999999;
}
.postmetadata a {
  color:#999999;
}
h3.title, h3.title a {
  padding:5px 0 0 0;
  font-weight: bold;
}
#footer {
  text-align:left;
  padding:0 0 0 13px;
  background-color:#FFFFFF;
  clear: both;
}
#footer p, #footer p a {
  font-size:9px;
  color:#999999;
}

/* End Structure */


/* Begin Images */
/*	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. */
/*
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 Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: left;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}
div.comment {
  width:500px;
  padding:0 0 30px 0;
  background-color:#FFFFFF;
}
.comment_login {
  padding: 0 12px 0 12px;
}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 468px;
	padding: 12px 2px 2px 2px;
	}

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



/* Begin Comments*/
.commentlist {
  background-color:#EEEEEE;
  border-top:1px solid #333333;
  border-bottom:1px solid #333333;
}
.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: left;
	margin: 0;
	padding: 0 0 0 12px;
	}


.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar ul ul {
  width:200px;
  margin:0;
  padding:0;
}

/*
#sidebar li.borders, li.page_item, div.borders {
  border-left:1px solid #FFFFFF;
  border-right:1px solid #FFFFFF;
  padding:0 0 2px 10px;
}
*/
#sidebar li.borders, div.borders {
  border-left:1px solid #FFFFFF;
  border-right:1px solid #FFFFFF;
  width:208px;
  padding:0 0 2px 10px;
}
.ads {
  padding:0 0 20px 0;
}
#sidebar {
  padding: 20px 0 10px 0;
  margin-left: 520px;
  width: 220px;
  text-align:left;
}
#sidebar form {
	margin: 0;
}
/*sidebar lis*/
#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	}

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

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

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

.corner_top {
  background:url("images/corners_small_top.gif") no-repeat left top;
  padding:7px 0 0 0;
}
.corner_bottom {
  background:url("images/corners_small_bottom.gif") no-repeat left bottom;
  margin: 0 0 20px 0;
  padding:0 0 7px 0;
}

/*
ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}
*/
/*sidebar search*/
#sidebar #searchform #s {
  width: 110px;
  padding: 2px;
}
#sidebar #searchsubmit {
  padding: 1px;
}

#sidebar h2 {
  text-transform:uppercase;
  font-weight:bold;
}
/* End Sidebar */

#sidebar h1,
#sidebar h2,
#sidebar p,
#sidebar a,
#sidebar i,
#sidebar strong {
  color:#e1e1e1;
}
#sidebar a:hover {
  color:#FFFFFF;
}
div.borders li {
  color:#ffffff;
}
/* Begin Calendar */
#wp-calendar {
  empty-cells: show;
  width: 150px;
  padding: 0px;
}

#wp-calendar #next a {
  padding-right: 0px;
  text-align: right;
  color:#AFD246;
}

#wp-calendar #prev a {
  padding-left: 0px;
  text-align: left;
  color:#AFD246;
}

#wp-calendar a {
  display: block;
  color:#FFFFFF;
}

#wp-calendar caption {
  text-align: left;
  padding: 0 0 5px 0;
  text-transform:uppercase;
  font-weight:bold;
  color:#AFD246;
}

#wp-calendar thead {
  text-align: left;
}
#wp-calendar td {
  padding: 0 14px 6px 0;
  text-align: left;
  color:#AFD246;
}
#wp-calendar th {
  color:#AFD246;
}
#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;
	}
li cite {
  text-align: left;
  font-style:normal;
  padding:0;
}
.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
  display: block;
  width:500px;
  background-color:#FFFFFF;
}
.gotoprev {
  float:left;
  padding:10px 0 20px 13px; 
  background-color:#FFFFFF; 
  width:237px; 
  text-align:left;
}
.gotonext {
  float:right;
  padding:10px 20px 20px 0; 
  background-color:#FFFFFF; 
  width:230px; 
  text-align:right;
}
/* End Various Tags & Classes*/



