/* yojimbo.de - css */


/* Reset styles
*******************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}
:focus {
outline: 0;
}
body {
line-height: 1.1;
color: #e6ccb3;
background: #55492f;
}
ol, ul {
list-style: none;
}
table {
border-collapse: separate;
border-spacing: 0;
}
caption, th, td {
text-align: left;
font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: "";
}
blockquote, q {
quotes: "" "";
}


/* Main styles
*******************************/
html {
	height: 100%;
	margin-bottom: 1px;/* force vertical scrollbars */
}

body {
	background: #4a4a4a url(img/bg-concrete-grey.jpg) no-repeat fixed 0 0;
	color: #432c28;
	font-size: 75%;
	text-align: left;
}

/* Default fonts
*******************************/
body		  { font-family: Chicago, "Book Antiqua", Georgia, "Times New Roman" }

input,
select		{ font-family: Chicago, "Book Antiqua", Georgia, "Times New Roman" }

textarea,
pre,
tt,
kbd,
var		  { font-family:Chicago, "Book Antiqua", Georgia, "Times New Roman" }
code      { 
	font-family: Chicago, "Book Antiqua", Georgia, "Times New Roman";
	font-variant: small-caps;
	font-style: italic;
}

/* Header elements
*******************************/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
	font-family: Chicago, "Book Antiqua", Georgia, "Times New Roman";
}

h1 {
    font-size: 2.5em;

    line-height:1;
	color: #4a3623;
}
h2 {
    font-size: 1.5em;
    color: #817459;
}

h3 {
    font-size: 1.5em;
    color: #92640f;
	padding-top: 1.2em;
	padding-bottom: 0.5em;
}
h4 { font-size: 1.3em; }
h5 { font-size: 1.2em; }
h6 { font-size: 1.1em; }

/* Text elements
*******************************/
p			  { margin: 0; text-align: left; line-height: 1.2;
	padding: 10px;
}
p.last 		  { margin-bottom:0; }
p.first		  { margin-top:1em; }
p.img		  { float: right; margin:0 1em 1em 0; padding:10; }

blockquote    { margin: 0 0 2em 2em; border:1px dotted #666; padding:1em; }
strong        { font-weight: bold; }
em            { font-style: italic; }
pre           { border: 1px solid #ddd; margin-bottom: 1.2em; padding:1.2em; }
small		  { font-size: .9em; }
code          { /*style*/ }
ins           { text-decoration:none; } /*remove underline from text*/
del           { text-decoration:line-through; }
sub           { vertical-align:sub;font-size: .9em; }
sup           { vertical-align:super;font-size: .9em; }
acronym       { border-bottom:1px dotted #666; }
abbr 		  { /*style*/ }
dfn 		  { font-style:italic; }
bdo           { /*style*/ }
q             { font-style:italic; }
cite          { font-style:italic;}
.floatright {
	float:  right;
	padding: 15px;
}
.floatleft {
	float:  left;
		padding: 15px;
}

dl {
    line-height:1.2;
    margin-bottom:1.2em;
}

dd {}
dt {}

hr {
    color: #55492f;
    background:transparent;
    margin: 0 0 0.5em 0;
    padding: 0 0 0.5em 0;
    border:0;
    border-bottom: 1px #55492f dotted;
}

/*links*/
a:link,
a:focus,
a:active	{ color: #593208; text-decoration: none; cursor:pointer; }
a:hover{
	color: #231910; text-decoration: none; cursor:pointer;
	font-variant: small-caps;
}
a:visited{
		color: #85785b; text-decoration: none; cursor:pointer;
}

a:active,
a:focus     { outline: 0; } /*remove border in ff*/


/* decorate lists in posts */
#content .post ul,
#content .post ol {
    margin: 0 0 1em 2em;
}

#content .post ul {
    list-style-type:disc;
}

#content .post ol {
    list-style-type:decimal;
}

#content .post ul li,
#content .post ol li {
    line-height:2;
}

/* decorate lists in pages */
#content .post_page ul,
#content .post_page ol {
    margin: 0 0 1em 2em;
}

#content .post_page ul {
    list-style-type:disc;
}

#content .post_page ol {
    list-style-type:decimal;
}

#content .post_page ul li,
#content .post_page ol li {
    line-height:2;
}

/* Images
*******************************/
img 		{ outline:0;border:0; }

/* Form styles
*******************************/
input,
select,
textarea {
	font-size:1.0em;/*by default font-size is bigger*/
	vertical-align:baseline;
}

input.text,
input.file { cursor:text; }

input.button {
    cursor:pointer;
    color:#593223;
    border:0;
    background:url(img/header-search-button.png) 0 0 repeat-x;
    font-weight:bold;
    padding:1px 12px;
    text-align:center;
    height:19px;
	margin-top: 5px;
	margin-left: 5px;
}

input.radio,
input.checkbox { border: 0;padding: 0; }

/* Wordpress aligning
*******************************/
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
    float:left;
    margin: 0 1em 1em 0;
}

.alignright {
   float: right;
   margin: 0 0 1em 1em;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption {
    border:1px solid #eee;
    text-align:center;
    padding-top:4px;
}
.wp-caption p.wp-caption-text {
    font-size:.92em;
    text-align:center;
}


/* Text align
*******************************/
.t-right 	{ text-align: right; }
.t-left 	{ text-align: left; }
.t-center 	{ text-align: center; }
.t-justify 	{ text-align: justify; }

/* Other
*******************************/
.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}



/* Header
 *******************************/
#header {
	position: relative;
	top: 250px;
}


#header .menu {
	padding: 20px;
    float:left;
    width:533px;
    height:268px;
	padding-right: 20px;
	padding-left: 20px;
	margin-left: 272px;
}

#header .menu li {
    float:left;
}

#header .menu li.last {
    background:none;
}

#header .menu a {
    color: #b2b2b2;
    font-weight:bold;
    background: url(img/Yojimbo-Logo-grey.png) no-repeat;
    display:block;
    min-height: 268px;
    min-width: 533px;
	margin-right: 80px;
	padding-top: 30px;
	padding-left: 45px;
	margin-bottom: 30px;
	position: relative;
	z-index: 1;
}

#header .menu a:hover {
    text-decoration:none;
    background: url(img/Yojimbo-Logo-hov.png) no-repeat;
    position: relative;
	z-index: 1;
	min-height: 268px;
	color: #feefd9;
}


