﻿/*
Theme Name: VK2
Theme URI: http://press.g-recolte.com/
Description: Kaffee-Kantate!
Author: kazuaki unomoto
Author URI: http://press.g-recolte.com/
Template: k2
*/
body {
	font-size: 70%;
	}

a {color:#0066cc}
h1, h2, h3, .secondary h4, #footer, .description {
	font-family: "Helvetica Neue", helvetica, "Trebuchet MS", Verdana, sans-serif;
	}
#site-title {
	font-family: "Helvetica Neue", helvetica, "Gill Sans", sans-serif;
	font-size: 5em;
	font-weight: 100;
	letter-spacing:0.1em;
	padding: 20px 0 0 30px;
	}
#site-description {
	font-size: 1em;
	text-decoration: none;
	margin:0 0 0 30px;
	color: #333;
	}

#site-title a:hover {
	text-decoration: none;
	}

.secondary h4 { /* Secondary H4 is sidebar headlines */
	font-size: 1.5em;
	font-weight: 400;
	padding: 0;
	display: block;
	margin-bottom: 5px;
	}

.entry-title, h3 { /* H3 is entry headlines. */
	font-size: 2em;
	font-weight: bold;
	padding: 0 0 .2em 0
	}
.entry-footer {
	border-bottom: 1px dotted #ebebeb;
	padding: 0 0 5px;
	margin: 0 0 10px;
}
.narrowcolumn { 
	padding:2em;
}
/* Main Menu in Header */

.headermenu {
	position: absolute;
	white-space: nowrap;
	bottom: 5px;
	margin: 0;
	padding: 0 0 10px 30px;
	}

.headermenu ul,
.headermenu ul li {
	float: left;
	list-style: none;
	}

.headermenu li {
	margin-right: 4px;
	}

.headermenu li a {
	opacity:1;
	background: #666;
	display: block;
	padding: 5px 10px;
	font-size: 1em;
	color: #eee;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	}

.headermenu li a:hover {
	opacity:1;
	background: #444;
	color: #eee;
	text-decoration: none;
	}

	
#page {
	padding-top:0/* The entire design is contained within the 'page' id */
	}
	
#header {
	/* Contains the H1 and menu */
	}
	
.primary {
	float: right; 
	/* Contains the main column */
	}

.secondry {
	}
.hentry {
	/* Each entry is contained within the 'hentry' class */
	}

.entry-content {
	
	/* The meat and potatoes of every entry */
	}

#sidebar-1 {
	/* The first sidebar */
	}

#sidebar-2 {
	/* The second sidebar */
	}

.columns-one .secondary {
	/* Contains both sidebars */
	}
#widgets-bottom {
}
.mailsub { 
	border: none;
	padding: 0 0 1px 20px;
	background: url('images/icon_airmail.gif') left -1px no-repeat;
}
.feedsidebar { 
	border: none;
	padding: 0 0 1px 20px;
	background: url('images/feed.png') left -1px no-repeat;
}

/* Search Widget, incl. Livesearch */

.widget_search {
	margin-top: 20px !important;
	}

#search h4, .widget_search h4 {
	display: none;
	}

input[type=text], textarea {
	color: #444;
	padding: 1px;
	margin: 0;
	}

#search-label { /* The 'Search for:' label */
	display: none;
	}

#search-label.overlabel-apply { /* Inline label for livesearch */
	display: block;
	position: absolute;
	color: #888;
	cursor: text;
	padding: 4px 5px;
	z-index: 1;
	background: #fff;
	}

#search-label.overlabel-apply.fade { /* Fade label when #s has focus */
	color: #ccc;
	}

#search-label.overlabel-apply.hide { /* Hide label when #s isn't empty */
	text-indent: -10000px;
	}

#s, #search-label.overlabel-apply { /* Style #s and label in same way */
	font-size: 1.1em;
	width: 190px;
	line-height: 15px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	}

#s { /* The actual search input field */
	position: relative;
	padding: 3px;
	width: 60%;
	border: 1px solid #ddd;
	background: transparent;
	z-index: 2;
	}

.livesearch #s { /* The search input field w. livesearch enabled */
	padding-right: 20px;
	width: 175px;
	}

.livesearch.columns-three #s {
	width: 150px;
	}

.livesearch.columns-three #search-label.overlabel-apply { /* For Three Columns */
	width: 165px;
	}

#s:focus {
	border-color: #333;
	}

#searchreset, #searchload { /* Reset button & loading spinner */
	position: absolute;
	top: 2px;
	opacity: 0;
	right: 2px;
	height: 18px;
	width: 18px;
	}

.smartposition #searchreset,
.smartposition #searchload {
	top: 14px;
}

#searchreset {
	z-index: 4;
	background: url('images/reset-fff.png') center center no-repeat;
	}

#searchload {
	z-index: 3;
	background: url('images/spinner.gif') center center no-repeat;
	}

#searchsubmit { /* Static search button */
	float: right;
	width: 30%;
	}
