/* BASICS */
* {margin:0;padding:0;border:0;}

body {
background: #e8e8e8 url(http://soujirou.the-oro.com/wp-content/themes/shadesofgray/pattern.png);
font-family: Georgia, serif;
font-size: 16px;
color: #4b4b4b;
}

#container {
width: 740px;
margin: 25px auto;
background: #b9b9b9;
border: 1px #818181 solid;
}

#header {
background: #b9b9b9 url(http://soujirou.the-oro.com/wp-content/themes/shadesofgray/header.gif) no-repeat top center;
height: 389px;
}

#header h1 {display: none;}

#topmenu {
float: left;
margin-top: -250px;
margin-left: 90px;
width: 250px;
}

#topmenu li {list-style: none;}

#topmenu li a {
font-family: "Arial Narrow", Arial, Tahoma, serif;
font-stretch: condensed;
font-size: 17px;
display: block;
width: 114px;
height: 30px;
background: #e8e8e8;
color: #b9b9b9;
text-decoration: none;
text-align: center;
line-height: 30px;
margin-bottom: 10px;
margin-right: 10px;
float: left;
}

#topmenu li a:hover {
background: #FFF;
color: #98c1d8;
}

#content {
padding: 10px 30px;
text-align: justify;
}

#content h1 {
margin: -98px auto 60px -15px;
text-transform: uppercase;
color: #e3f3ff;
font-style: italic;
font-weight: normal;
text-align: right;
width: 445px;
height: 38px;
overflow: hidden;
}

#content h1 span {
color: #f5f5f5;
text-transform: none;
letter-spacing: -1px;
}

h2 {
clear: both;
font-weight: normal;
color: #e3f3ff;
font-style: italic;
}

p {
margin-bottom: 15px;
line-height: 130%;
}

em, strong {
color: #4e7191;
font-weight: normal;
}

a {
color: #fff;
text-decoration: none;
outline: 0;
}

a:hover {color: #000;}

blockquote {
background: url(http://soujirou.the-oro.com/wp-content/themes/shadesofgray/blockquote.png);
margin: 10px 20px;
padding: 15px 15px 0 15px;
font-style: italic;
border: 1px solid #818181;
line-height: 140%;
color: #818181;
}

blockquote em, blockquote strong {font-style: normal !important;}

blockquote a {
color: #4b4b4b;
font-style: normal;
}

#content ul {
margin-left: 35px;
margin-bottom: 20px;
list-style-image: url(http://soujirou.the-oro.com/wp-content/themes/shadesofgray/list.jpg);
}

#content ol {margin: auto auto 20px 35px;}

input, textarea {
background: #e8e8e8;
padding: 5px;
color: #4b4b4b;
margin: 2px 0;
}

input:hover, textarea:hover, input:focus, textarea:focus {background: #fff;}

div.ngg-navigation {height: 25px;}
.ngg-gallery-thumbnail img {overflow: hidden;}

#content li {margin: 3px 0 2px 0;}

#footer {
margin-top: 50px;
background: #b9b9b9 url(http://soujirou.the-oro.com/wp-content/themes/shadesofgray/footer.gif) no-repeat top center;
height: 165px;
color: #e8e8e8;
text-transform: uppercase;
font-family: "Times New Roman", serif;
font-size: 11px;
letter-spacing: 2px;
word-spacing: 2px;
text-align: right;
}

#footer p {
padding-top: 80px;
padding-right: 120px;
}

/* images */
.alignleft {
float: left;
margin: 5px 15px 10px 0;
}

.alignright {
float: right;
margin: 5px 0 10px 15px;
}

.aligncenter {border: 1px #818181 solid;}

/* others */
table#lyrics td {
text-align: left;
width: 300px;
display: block;
float: left;
}

td#firstlyrics {
border-right: 1px #818181 solid;
padding-right: 35px;
margin-right: 35px;
}

p.amassment {text-align: center;}

/* optional */

::selection {
background: #609BBA;
color: #fff;
}
::-moz-selection {
background: #609BBA;
color: #fff;
}
