/*  
Theme Name: Neko Weblog
Theme URI: http://blog.nekoji.de
Description: The official Neko Weblog design 2009/2010
Version: 1.0
Author: Nekoji
Author URI: http://www.nekoji.de
*/


*
{
    font-family: Arial;
    font-size: 11px;
}

body 
{
    color: #666;
    background-image:url(images/back.gif);
	background-position:center top;
	background-repeat:no-repeat;
	background-color: #000;
}

/* common */

a 
{
    text-decoration: none;
}

a:link 
{
    color: #ddd;
}

a:visited 
{
    color: #ddd;
}

a:hover 
{
    color: #75297b;
}

a:active 
{
    color: #75297b;
}

h3 img { border:none; }

ul.hmenu 
{
}

ul.hmenu li 
{
    margin-bottom: 15px;
}

ul.hmenu li.sect 
{
}

ul.vmenu 
{
    display: inline;
}

ul.vmenu li 
{
    padding: 0 10px;
    display: inline;
}

ul.vmenu li.first 
{
    padding: 0 10px 0 0;
}

.center 
{
    text-align: center;
}

.right 
{
    text-align: right;
}

p 
{
}

p.en 
{
    margin-bottom: 20px;
}

p.ja 
{
}

/* form */

fieldset 
{
    clear: both;
}

fieldset legend 
{
    font-weight: bold;
    margin: 0 0 20px 0;
    padding: 0;
}

fieldset div 
{
    clear: left;
    display: block;
    margin: 0 0 30px 0;
}

fieldset div.button 
{
    margin-top: 40px;
}

fieldset label 
{
    display: block;
    margin: 0 0 10px 0;
}

fieldset div.required label 
{
}

fieldset div.optional label 
{
}

fieldset label.radio 
{
    font-weight: normal !important;
    display: inline;
}

ul.vradio 
{
    display: inline;
}

ul.vradio li 
{
    padding: 0 10px;
    display: inline;
}

ul.vradio li.first 
{
    padding: 0 10px 0 0;
}

input 
{
}

input.text 
{
    width: 300px;
    padding: 3px 2px 0px 2px;
    border-width: 0 0 1px 0;
    border-color: #222;
    border-style: solid;
    background-color: #000;
}

input.radio 
{
}

input.submit 
{
    font-size: 12px;
    padding: 3px 5px;
}

/* yui */

#rahmen 
{
	margin: auto;
	width:700px;
}

#custom-doc 
{
    margin: auto;
    text-align:left; 
    width: 500px;
    min-width: 500px;
}

/* header */

#hd 
{
    margin: 0;
}

.section 
{
    margin-top: 50px;
}

.section2 
{
    padding-top: 50px;
}

/* body */

#bd 
{
}

.post 
{
}

.post img
{

}

div.section 
{
    width: 500px;
    padding-bottom: 20px;
}

div.section h2 
{
    margin: 40px 0 40px 0;
    text-indent: -10000px;
    background-color: transparent;
    background-repeat: no-repeat;
    height: 20px;
}

div.section h3 
{
    color: #dddddd;
    margin: 40px 0 20px 0;
    font-size: 14px;
    font-weight: normal;
}

div.section p 
{
    margin-bottom: 10px;
    line-height: 18px;
    text-align: left;
}

div.legal li 
{
    list-style: square;
    line-height: 18px;
    margin-left: 20px;
}

div.feed p.postmetadata 
{
    margin: 0 0 5px 0;
}

div.feed h3 
{
    color: #dddddd;
    margin: 0px 0 20px 0;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
}

div.feed div.entry 
{
    margin-bottom: 50px;
}

div.feed div.entry img 
{
    margin-top: 10px;
    margin-bottom: 10px;
}

#bd dl 
{
    width: 500px;
}

#bd dl dt 
{
    width: 140px;
    float: left;
    clear: both;
}

#bd dl dd {
    margin-left: 140px;
    margin-bottom: 2px;
    line-height: 18px;
}

/* footer */

#ft 
{
    margin: 30px 0 0 0;
	text-align:center;
}

/* -----------------------------------*/
/* --------->>> RESPONSES <<<---------*/
/* -----------------------------------*/

#watertownStrip 
{
	padding: 0 0 10px 0;
	margin: 30px auto 0 auto;
	width: 500px;
}

.responses 
{
	margin: 0 0 25px 0;
}

.responses dl 
{
	margin: 0 0 0 30px;
	padding: 0 0px;
}

.responses dt 
{
	text-decoration: none;
}

.responses dt a, 
.responses dt a:visited 
{
	text-decoration: none;
}

.responses dt a:hover 
{
}

.responses dd 
{
	margin: 20px 0 20px 0;
}

.responses dd p 
{
	margin: 0;
	padding: 5px 0;
}

.responses dd p a, 
.responses dd p a:visited 
{
	text-decoration: none;
}

.responses dd p a:hover 
{
}

.response-info 
{
	float: left;
	padding: 0 0 0 0;
	position: absolute;
	text-align: center;
	text-decoration: none;
	width: 10px;
}

.response-info acronym 
{
	border: none;
}

.response-info a, 
.response-info a:visited 
{
	text-decoration: none;
}

.response-info a:hover 
{
}

.addResponse p 
{
	margin: 0 95px;
}

/* -----------------------------------*/
/* ------->>> RESPONSE FORM <<<-------*/
/* -----------------------------------*/

.addResponse form 
{
	border: none;
	margin: 0;
	padding: 0px 0 0 0;
}

.addResponse form p 
{
	line-height: 160%;
	margin: 0;
	padding: 5px 0;
}

.inputinfo 
{
	padding: 5px 0;
	position: relative;
	text-align: left;
}

.inputinfo p 
{
	float: right;
	line-height: 160%;
	width: 240px;
}

label 
{
	text-transform: none;
}

label strong 
{
	font-style: italic;
}

.addResponse input 
{
	background: #111;
	border: 1px solid #222;
	color: #999;
	font-size: 0.9em;
	margin: 4px 0px 10px 0;
	padding: 4px;
	width: 98%;
}

.addResponse textarea 
{
	background: #111 url("images/textarea-back.jpg") center no-repeat;
	font-size: 1em;
	color: #999;
	border: 1px solid #222;
	height: 150px;
	line-height: 140%;
	margin-top: 4px;
	margin-bottom: 4px;
	padding: 3px 5px 3px 5px;
	width: 98%;
	overflow:hidden;
}

.addResponse input#submit 
{
	background: #111;
	color: #999;
	font-size: 1.2em;
	font-weight: normal;
	margin: 20px 0 0 0;
	padding: 2px 3px 2px 3px;
	width: 100%;
}

.button
{
	width: 502px !important;
}

p.submit { text-align: center; }
.addResponse #submit:hover { color: rgb(255, 0, 153); }
.addResponse #submit:active { color: rgb(255, 0, 153); }