/*  
Theme Name: FoxiNoxe 2
Theme URI: http://foxlog.links-ab.de
Description: New FoxiNoxe WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 0.1
Author: Darius Dunker
Author URI: http://mymykry.links-ab.de

	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
	

	*** 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.
*/

@import "style.css";

img#night { background-color: black; border-color: #444 }
img#day { background-color: black; border-color: #a0a0a0 }
img#night:hover { border: solid 1px red; cursor: pointer; background-color: #444 }

/* Begin Typography & Colors */
body {
	background-color: #d0d0d0;
	color: #333;
	}

#page {
	background-color: #f0f0f0;
	border-color: #959595;
	}

#header {
	background-color: black;
	}

#content {
        background-color:white;
	}

.widecolumn .entry p {
	}

.narrowcolumn .entry, .widecolumn .entry {
	}

.widecolumn {
	}
	
.narrowcolumn .postmetadata {
	}

.alt {
	background-color: #f8f8f8;
	border-top-color: #ddd;
	border-bottom-color: #ddd;
	}

#footer {
	background-color: #eee;
	}

small {
	}

h1, h2, h3 {
	}

h1 {
	}

.description {
	}

h2 {
	}

h2.pagetitle {
	}

#sidebar h2 {
	}

h3 {
	}

h1, h1 a, h1 a:hover, h1 a:visited {
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	}

.entry p a:visited {
	color: #888;
	}

.commentlist li, #commentform input, #commentform textarea {
	}
	
.commentlist li {
	}

.commentlist cite, .commentlist cite a {
	}

.commentlist p {
	}

#commentform p {
	}

.commentmetadata {
	}

#sidebar {
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}
	
code {
	}

acronym, abbr, span.caps
{
	}

a, h2 a:hover, h3 a:hover {
	color: #666;
	}

a:hover {
	color: #000;
	}
	
#wp-calendar #prev a {
	}

#wp-calendar a {
	}

#wp-calendar caption {
	}

#wp-calendar th {
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	}

#page {
	background-color: white;
	border-color: #959596;
	}
	
#header {
	}

#headerimg {
	}

.narrowcolumn {
	}

.widecolumn {
	}
	
.post {
	}

.widecolumn .post {
	}

.narrowcolumn .postmetadata {
	}

.widecolumn .postmetadata {
	}
	
#footer {
	}

#footer p {
	}
/* End Structure */



/*	Begin Headers */
h1 {
	}

.description {
        color:white;
	}

h2 {
	}

h2.pagetitle {
}

#sidebar h2 {
	}

h3 {
	}

h3.comments {
	}
/* End Headers */



/* Begin Images */
p img {
	}

/*	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 {
	}
	
img.alignright {
	}

img.alignleft {
	}

.alignright {
        }
	
.alignleft {
	}
/* 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 {
	} 

html>body .entry li {
	}

.entry ul li:before, #sidebar ul ul li:before {
	}

.entry ol {
	}

.entry ol li {
	}

.postmetadata ul, .postmetadata li {
	}
	
#sidebar ul, #sidebar ul ol {
	}

#sidebar ul li {
	}

#sidebar ul p, #sidebar ul select {
	}

#sidebar ul ul, #sidebar ul ol {
	}

#sidebar ul ul ul, #sidebar ul ol {
	}

ol li, #sidebar ul ol li {
	}

#sidebar ul ul li, #sidebar ul ol li {
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	}

#sidebar #searchform #s {
	}

#sidebar #searchsubmit {
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	}

select {
	}

#commentform input {
	}

#commentform textarea {
	}

#commentform #submit {
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	}

.commentlist {
	}

.commentlist li {
	}

.commentlist p {
	}

#commentform p {
	}

.nocomments {
	}

.commentmetadata {
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	}

#sidebar form {
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	}

#wp-calendar #next a {
	}

#wp-calendar #prev a {
	}

#wp-calendar a {
	}

#wp-calendar caption {
	}

#wp-calendar td {
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	}

acronym, abbr {
	border-bottom-color: #999;
	}

blockquote {
	border-left-color: #ddd;
	}

blockquote cite {
	}

.center {
	}

hr {
	}

a img {
	}

.navigation {
	}
/* End Various Tags & Classes*/