/*
Theme Name: Sixties
Theme URI: http://www.kopis.de/
Description: A scaling thezme in the style of the 60s.
Version: 0.2
Author: Carsten Ringe
Author URI: http://www.kopis.de/

Sixties v0.1
http://www.kopis.de/

The CSS, XHTML and design is property of Carsten Ringe. You
can use it for your blog, but please don't mess around with it.

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

Sixties is based on the excellent work of Michael Heilemann, Kubrick
http://binarybonsai.com/kubrick/
*/



/* Begin Typography & Colors */
body {
font-size: 12px;
font-family : Verdana, Arial, 'sans-serif';
background-color: white;
text-align: center;
}


#page {
background-color: white;
text-align: left;
}

#header {
background-color: white;
}

#content {
font-size: 1.1em
}

.widecolumn .entry p {
font-size: 1.05em;
}

.entry {
	padding: 10px;
}

.entry img {
	background-color: white;
	border: 1px solid #999999;
	padding: 3px;
	float: center;
	margin: 3px;
	margin-right: 10px;
	clear: both;
}

.narrowcolumn .entry, .widecolumn .entry {
line-height: 1.4em;
}

.widecolumn {
line-height: 1.6em;
}

.narrowcolumn {
text-align: left;
}

.postmetadata {
text-align: right;
}

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

#footer {
background-color: white;
}

small {
font-family: 'Bitstream Vera Sans', 'Lucida Grande', Verdana, Arial, 'sans-serif';
font-size: 0.9em;
line-height: 1.5em;
}

h1, h2, h3 {
font-family: 'Bitstream Vera Sans', 'Lucida Grande', Verdana, Arial, 'sans-serif';
font-weight: bold;
}

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

.description {
font-size: 1.2em;
text-align: center;
}

h2 {
font-size: 1.1em;
}

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

#sidebar h2 {
font-family: 'Bitstream Vera Sans', 'Lucida Grande', Verdana, Arial, 'sans-serif';
font-size: 1.1em;
}

h3 {
font-size: 1.3em;
}

h1, h1 a, h1 a:hover, h1 a:visited, .description {
text-decoration: none;
color: black;
}

h2, h2 a, h2 a:visited {
color: black;
}

h3, h3 a, h3 a:visited {
	color: black;
}

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: #05f;
text-decoration: none;
}

.entry p a:hover {
color: #05f;
text-decoration:underline;
}

.commentlist li, #commentform input, #commentform textarea {
font: 0.9em 'Bitstream Vera Sans', 'Lucida Grande', Verdana, Arial, 'sans-serif';
}

.commentlist li {
font-weight: bold;
}

.commentlist cite, .commentlist cite a {
font-weight: bold;
font-style: normal;
font-size: 1.1em;
}

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

#commentform p {
font-family: 'Bitstream Vera Sans', 'Lucida Grande', Verdana, Arial, 'sans-serif';
}

.commentmetadata {
font-weight: normal;
}

#sidebar {
font: 1.1em Verdana, Arial, 'sans-serif';
}

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

.narrowcolumn .postmetadata {
	font-size: 80%;
}

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

acronym, abbr, span.caps
{
font-size: 0.9em;
letter-spacing: .07em;
}

a, h2 a:hover, h3 a:hover {
color: #05f;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

#wp-calendar #prev a {
font-size: 9pt;
}

#wp-calendar a {
text-decoration: none;
}

#wp-calendar caption {
font: bold 1.3em 'Bitstream Vera Sans', 'Lucida Grande', Verdana, Arial, 'sans-serif';
text-align: center;
}

#wp-calendar th {
font-style: normal;
text-transform: capitalize;
}
/* End Typography & Colors */



/* Begin Structure */
body {
margin: 10px 40px 10px 40px;
padding: 0; 
}

#page {
background-color: white;
margin: 0px;
padding: 0;
}

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

.posthead {
	background: #e5e7eb;
	border-bottom: 1px solid #999999;
	padding: 5px;
}
.posthead h2 a {
	color: black;
}
.posthead h2 a:hover {
	text-decoration: none;
}

.posthead h2 {
	padding: 0;
	margin: 0;
}

.posthead .postmetadata {
	color: black;
}

.posthead .postmetadata a .postmetadata a:hover .postmetadata a:visited{
	color: #black;
	text-decoration: none;
	font-weight: bold;
}

#navbutton ul li {
	display: inline;
	font-size: 12px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 2px solid white;
	background: #ff99ff;
	color: white;
	text-transform: lowercase;
}

#navbutton ul li a {
	color: white;
	text-decoration: none;
}

#navbutton ul li a:hover {
	text-decoration: underline;
}

.narrowcolumn {
float: left;
padding: 10px 0 0px 0px;
margin: 0px 0 0;
width: 78%;
overflow:hidden;
}

.widecolumn {
padding: 10px;
margin: 5px auto;
width: 75%;
overflow:hidden;
}

.widecolumn .post {
	border: 1px solid #999999;
	background: #eeeeee;
	padding:5px;
}

.widecolumn h2 a {
	color: #black;
}

.widecolumn .postmetadata{
	color: green;
}

.post {
margin: 0 0 40px;
text-align: justify;
border: 1px solid #999999;
}

.metaentry {
margin: 0 0 20px;
text-align: justify;
}

.metaentry li {
list-style-type:disc
margin: 3px 0 2px 2px;
padding: 4px 0 0 10px;
}

.cosmos {
padding: 10px 0 0 10px;
margin: 10px 10px 10px 20px;
}

.metaentry-footer {
   clear: both;
   margin: 10px 0 10px 0;
   border-top: 1px solid #dae0e6;
   padding-top: 3px;
   color: #666;
   font-size: 11px;
   text-align: right;
}

.widecolumn .post {
margin: 0;
padding: 20px;
}

.adsense {
margin-top:15px;
text-align: center;
}

.narrowcolumn .postmetadata {
padding: 0;
margin: 0;
}

.widecolumn .postmetadata {
margin: 30px 0;
}

#footer {
padding: 0;
margin: 0 auto;
width: 100%;
clear: both;
}

#footer p {
margin: 0;
padding: 20px 0;
text-align: center;
}
/* End Structure */



/*	Begin Headers */
h1 {
padding-top: 10px;
margin: 0;
margin-left: 10px;
text-align: left;
color: black;
}

.description {
text-align: center;
}

h2 {
margin: 10px 0 0;
color: black;
}

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

#sidebar h2 {
margin: 5px 0 0 0;
padding: 3px;
padding-left: 5px;
color: black;
background: #e5e7eb;
border-bottom: 1px solid #999999;	
border-top: 1px solid #999999;
border-right: 1px solid #999999;
}

h3 {
padding: 0;
margin: 30px 0 0;
}

h3.comments {
padding: 0;
margin: 40px auto 20px ;
}
/* End Headers */



/* Begin Images */
p img {
padding: 0;
max-width: 100%;
}

img#author {
	background-color: white;
	border: 1px solid #999999;
	padding: 3px;
	float: left;
	margin: 3px;
}

/*	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: 15px;
padding: 0 0 0 30px;
}

html>body .entry li {
margin: 7px 0 8px 15px;
}

/*.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;
margin-left: 15px;
padding: 0;
}

.postmetadata ul, .postmetadata li {
display: inline;
list-style-type: none;
list-style-image: none;
}

#sidebar ul, #sidebar ul ol {
margin: 0;
padding: 2px 5px 0 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 10px 0 10px;
}

#sidebar ul ul li, #sidebar ul ol li {
margin: 10px 0 0;
padding: 0;
}
/* End Entry Lists */



/* Begin Form Elements */
#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;
}
/* 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 {
margin-top: 10px;
margin-left: 79%;
margin-bottom: 25px;
width: 20%;
border: 1px solid #999999;
background: #fafafa;
override:inherit;
}

#sidebar ul li p {
	padding-left: 5px;
}

#sidebar form {
margin: 0;
}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
empty-cells: show;
margin: 10px auto 0;
width: 155px;
}

#wp-calendar #next a {
padding-right: 10px;
text-align: right;
}

#wp-calendar #prev a {
padding-left: 10px;
text-align: left;
}

#wp-calendar a {
display: block;
}

#wp-calendar caption {
text-align: center;
width: 100%;
}

#wp-calendar td {
padding: 3px 0;
text-align: center;
}

#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 {
	line-height: 150%;	
	border: 1px solid #999999;
	border-left: 8px solid #959799;
	padding: 5px 5px 5px 7px;
	background: #eeeeee;
}

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: 10px;
}

input, textarea, select {

	background-color: #FFF; 

	color: #333;

	font-size: 1em;

	font-family: "Lucida Sans Unicode", Tahoma, Geneva, sans-serif;

}
form, img {

	border: 0; 

	margin: 0; 

	padding: 0;

}


/* ----------------------------- Comment Form ------------------------------- */
h2#postcomment {
 background: #FFFFFF url(images/comments.gif) no-repeat center top; 
 margin: 40px 0px 0px 0px;
 padding: 0 0 20px 10px;
}


#commentform {
 background: #f5f6f7; 
 padding: 1px 20px;
 margin-top: 0px;
 margin-bottom: 0px;
}


#commentboxes {
 width: 200px;
 float: left;
 color: #7b7b7b;
 font-size: 1em;
}


.instructions {
 margin: 14px 0 0 200px;
 color: #7b7b7b;
 font-size: 0.9em;
 text-align: justify;
 border-left-width: 1px;
 border-left-style: solid;
 border-left-color: #d5d7db;
 padding-left: 20px;
 position: relative;
}


#inputbox {
 clear: both;
 color: #7b7b7b;
 font-size: 1.1em;
}


#button{
 padding-top: 0.5em;
}


#commentsbottom {
 background: #FFFFFF url(images/commentsdown.gif) no-repeat center top; 
 margin: 0;
 padding: 0;
 height: 22px;
}


/* ------------------------------ Comments Form ----------------------------- */
#comment  {
 width: 99%;
}


#comment, #author, #url, #email, #press{
 background: #e7e9ed/*#f5f6f7*/;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 1.1em;
 color: #7b7b7b;
 padding: 1px 2px 1px 1px;
}


#comment, #author, #url, #email{
 border: 1px solid #d5d7db;
}


#comment:hover, #author:hover, #url:hover, #email:hover{
 border: 1px solid #7b7b7b;
}


#comment:focus, #author:focus, #url:focus, #email:focus{
 background: #FFFFFF;
 border: 1px solid #000000;
 color: #7b7b7b;
 padding: 1px 2px 1px 1px;
}


#commentboxes p {
 margin: 0;
 padding-bottom: 0.9em;
}


h2#comments{
 margin-bottom:40px;
}


p.feeds {
 float: right;
 margin-top: -1.8em;
 font-size: 0.9em;
}


p.feeds a, p.feeds a:hover  {
 text-decoration: none;
}


p.feeds a:hover {
 color: #000000;
}



#inputbox {
 clear: both;
 color: #7b7b7b;
 font-size: 1.1em;
}


#inputbox a {
 color: #7b7b7b;
}


#inputbox a:hover {
 color: #FFFFFF;
}


p.inputbox {
 margin: 0;
 padding-bottom: 10px;
}



p.pages {
 margin: 0;
 padding: 40px 40px;
 padding-top: 0;
 text-align: center;
}


p.pages a {
 color: #005D93;
}

/*--------------------------- 'Comment Edit' Buttons ------------------------ */
#ed_toolbar {
 background: #d5d7db; 
 border: 1px solid #d5d7db;
 padding-left: 5px;
}


#ed_bold {
 background: url(images/bold.gif) no-repeat top;
 height: 22px;
 width: 22px;
 border: 0px none;
}


#ed_italic {
 background: url(images/italic.gif) no-repeat top;
 height: 22px;
 width: 22px;
 border: 0px none;
 margin-left: 5px;
}


#ed_link {
 background: url(images/link.gif) no-repeat top;
 height: 22px;
 width: 22px;
 border: 0px none;
 margin-left: 5px;
}


#ed_close{
 background: url(images/close.gif) no-repeat top;
 height: 22px;
 width: 22px;
 border: 0px none;
 margin-left: 25px;
}

#button{
 padding-top: 0.5em;
}


/* End Various Tags & Classes*/



/* Extended Live Archives template style sheet (fit a 510px wide or more page) */
/* Original structural credits go to Michael Heilenman */
.livearchive {
	background: #D6EAF5;
	}
#af-ela {
	margin-left: 0;
	}
#af-ela ul, #af-ela-category, #af-ela-year {
	padding: 0;
	list-style-type: none;
	}
#af-ela ul li {
	text-align: left;
	padding: 1px 8px;
	}
#af-ela ul li:hover, #af-ela .selected, #af-ela-post li:hover {
	background: #f3f3f3;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding-top: 0;
	padding-bottom: 0;
	}
html>body .post #af-ela ul li {
	text-indent: 0;
	margin: 0;
	}
#af-ela-year, #af-ela-month, #af-ela-post{
	float: left;
	width: 105px; /* This value can be changed to change the width of the year and month columns */
	margin: 0;
	}
#af-ela-category{
	float: left;
	width: 210px; /* This value can be changed to change the width of the category column */
	margin: 0;
	}
#af-ela-category, #af-ela-year, #af-ela-month{
	border-left: 1px solid #ccc;
	}
#af-ela-category, #af-ela-month, #af-ela-post{
	border-right: 1px solid #ccc;
	}
#af-ela-category li, #af-ela-year li, #af-ela-month li, #af-ela-post li{
	position: relative;
	font-weight: bold;
	}
#af-ela-post {
	width: 295px; /* This value can be changed to change the width of the posts column */
	}
#af-ela ul li span {
	position: absolute;
	right: 8px;
	font-weight: normal;
	color: #aaa;
	}
#af-ela.selected {
	background: #E6F4FC;
	border-top: 1px solid #148AD3;
	border-bottom: 1px solid #148AD3;
	}
#af-ela-menu {
	border-bottom: 1px solid #ccc;
	margin: 3px 0;
	padding: 0;
	}
#af-ela-menu li {
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: none;
	display: inline;
	}
#af-ela-menu li.selected, #af-ela-menu li:hover {
	border-bottom: 1px solid #FFFFFF !important;
	background: #FFFFFF !important;
	}	
#af-ela-category li {
	padding: 1px 0px 1px 8px;
	}
#af-ela-category li ul, #af-ela-category li ul li, #af-ela-category li ul li ul, #af-ela-category li ul li ul li, #af-ela-category li ul li:hover, #af-ela-category li ul li ul li:hover{
	border: none;
	}
	
 /* For Ultimate Tag */	
.utwrelposts a {text-decoration:none}	
