/*
** WordPress 'monobook' theme style sheet CSS2-capable browsers.
** Copyright ultraviolet - http://wordpress.rauru-block.org/
** License: GPL (http://www.gnu.org/copyleft/gpl.html)
** Loosely based on Gabriel Wicke's MediaWiki monobook style sheet.
*/

#column-content {
    width: 100%;
    float: right;
    margin: 0 0 .6em -12.2em;
    padding: 0;
    width:100%;
    float:right;
    margin-left:-170px;
}

#column-content-inner {
    margin-top: 0px;
}


.content {
    margin-top: 0.2em;
    margin-left: 170px;
    margin-bottom: 1.5em;
    padding: 0em 1em 0.5em 1em;
    background: white;
    color: black;
    border: 1px solid #aaa;
    border-right: none;
    line-height: 1.5em;
    position: relative;
    z-index: 2;
}

#column-one {
    width:170px;
    float:right;
}


/* the left column width is specified in class .portlet */

/* Font size:
** We take advantage of keyword scaling- browsers won't go below 9px
** More at http://www.w3.org/2003/07/30-font-size
** http://style.cleverchimp.com/font_size_intervals/altintervals.html
*/

body {
    font-size: x-small;
    font-family: 'Arial', 'Tahoma', sans-serif;
    color: black;
    margin: 0;
    padding: 0;
    background: url("images/headbg.jpg") 0 0 no-repeat;
}

/* scale back up to a sane default */
#globalWrapper {
    font-size: 133%;
    width: 100%;
    margin-left:auto;
    margin-right:auto;
    margin: 0;
    padding: 0;
    text-align:left;
}

.visualClear {
    clear: both;
}

/* general styles */

table {
    font-size: 100%;
    background: white;
    color: black;
}
a {
    text-decoration: none;
    color: #002bb8;
    background: none;
}

a:visited {
    color: #5a3696;
}

a:active {
    color: #faa700;
}

a:hover {
    text-decoration: underline;
}

a.new, #p-personal a.new {
    color: #ba0000;
}

a.new:visited, #p-personal a.new:visited {
    color: #a55858;
}

img {
    border: none;
    vertical-align: middle;
}
p {
    margin: 0.4em 0 0.5em 0;
    line-height: 1.5em;
}
p img {
    margin: 0;
}

hr {
    height: 1px;
    color: #aaa;
    background-color: #aaa;
    border: 0;
    margin: .2em 0 .2em 0;
}

h1, h2, h3, h4, h5, h6 {
    color: black;
    background: none;
    font-weight: normal;
    margin: 0;
    padding-top: .5em;
    padding-bottom: .17em;
    border-bottom: 1px solid #aaa;
}
h1 { font-size: 188%; }
h2 { font-size: 150%; }
h3, h4, h5, h6 {
    border-bottom: none;
    font-weight: bold;
}
h3 { font-size: 132%; }
h4 { font-size: 116%; }
h5 { font-size: 100%; }
h6 { font-size: 80%;  }

ul {
    line-height: 1.5em;
    list-style-type: square;
    margin: .3em 0 0 1.5em;
    padding: 0;
    list-style-image: url("images/bullet.gif");
}
ol {
    line-height: 1.5em;
    margin: .3em 0 0 3.2em;
    padding: 0;
    list-style-image: none;
}
li {
    margin-bottom: .1em;
}
dt {
    font-weight: bold;
    margin-bottom: .1em;
}
dl {
    margin-top: .2em;
    margin-bottom: .5em;
}
dd {
    line-height: 1.5em;
    margin-left: 2em;
    margin-bottom: .1em;
}

fieldset {
    border: 1px solid #2f6fab;
    margin: 1em 0 1em 0;
    padding: 0 1em 1em;
    line-height: 1.5em;
}
legend {
    background: white;
    padding: .5em;
    font-size: 95%;
}
form {
    border: none;
    margin: 0;
}

textarea {
    width: 100%;
    padding: .1em;
}

select {
    vertical-align: top;
}

abbr, acronym, .explain {
    border-bottom: 1px dotted black;
    color: black;
    background: none;
    cursor: help;
}

q {
    font-family: Times, "Times New Roman", serif;
    font-style: italic;
}

code {
    background: #f9f9f9;
}

pre.code, blockquote.code {
    padding-left: 1em;
    border: 1px dashed #2f6fab;
    background: #f9f9f9;
    color: black;
    line-height: 1.1em;
}

pre {
    padding: 1em;
    border: 1px dashed #2f6fab;
    color: black;
    background: #f9f9f9;
    line-height: 1.1em;
}


/* Some space under the headers in the content area */
.bodyContent h1, .bodyContent h2 {
    margin-bottom: .6em;
}
.bodyContent h3, .bodyContent h4, .bodyContent h5 {
    margin-bottom: .3em;
}
.firstHeading {
    margin-bottom: .1em;
}


/* emulate center */
.center {
    width: 100%;
    text-align: center;
}
*.center * {
    margin-left: auto;
    margin-right: auto;
}
/* small for tables and similar */
.small, .small * {
    font-size: 94%;
}
table.small {
    font-size: 100%;
}


/* images */
div.floatright, table.floatright {
    clear: right;
    float: right;
    margin: 0 0 .5em .5em;
    border: 0;
}
div.floatright p { font-style: italic; }
div.floatleft, table.floatleft {
    float: left;
    margin: 0 .5em .5em 0;
    border: 0;
}

.hiddenStructure {
    display: none;
}

img.tex {
    vertical-align: middle;
}

span.texhtml {
    font-family: serif;
}


/*
** general widget styles (elements in the sidebar)
*/

.portlet, .widget {
    border: none;
    margin: 0 0 .5em;
    padding: 0;
    float: none;
    width: 161px;
    overflow: hidden;
}

.portlet h2, .widget h2 {
    background: transparent;
    padding: 0 1em 0 .5em;
    display: inline;
    height: 1em;
    text-transform: lowercase;
    font-size: 91%;
    font-weight: normal;
    white-space: nowrap;
    border: none
}

.pBody {
    font-size: 95%;
    background-color: white;
    color: black;
    border-collapse: collapse;
    border: 1px solid #aaa;
    padding: 0 .8em .3em .5em;
}

.portlet h1, .portlet h2, .portlet h3, .portlet h4,
.widget h1, .widget h2, .widget h3, .widget h4 {
    margin: 0;
    padding: 0;
}

.portlet ul, .widget ul {
    line-height: 1.5em;
    list-style-type: square;
    list-style-image: url("images/bullet.gif");
    font-size: 95%;
}

.portlet li, .widget li {
    padding: 0;
    margin: 0;
}

/*
** Logo properties
*/

#p-logo {
    width: 161px;
    overflow: visible;
    font-weight: bold;
    margin-top: 2em;
    margin-bottom: 2em;
}

#p-logo h5 {
    display: none;
}

#blog-title {
    font-family: Arial;
    font-weight: bold;
}

#blog-desc {
    margin-top: 0.5ex;
    font-size: x-small;
    font-family: Times;
    font-style: italic;
}

/*
** Search widget
*/

#p-search .pBody {
    text-align: center;
}

input.searchButton {
    margin-top: 1px;
    font-size: 95%;
}

#searchGoButton {
    padding-left: .5em;
    padding-right: .5em;
    font-weight: bold;
}
#s {
    width: 10.9em;
    margin: 0;
    font-size: 95%;
}

#p-search .pBody {
    padding: .5em .4em .4em .4em;
}

/*
** the personal toolbar
*/


#p-personal {
    width: 100%;
    white-space: nowrap;
    padding: 0;
    margin: 0;
    border: none;
    background: none;
    overflow: visible;
    line-height: 1.2em;
}

#p-personal h2 {
    display: none;
}
#p-personal .portlet, #p-personal .pBody {
    padding: 0;
    margin: 0;
    border: none;
    z-index: 0;
    overflow: visible;
    background: none;
}
/* this is the ul contained in the portlet */
#p-personal ul {
    border: none;
    line-height: 1.4em;
    color: #2f6fab;
    padding: 0 2em 0 3em;
    margin: 0;
    text-align: right;
    text-transform: lowercase;
    list-style: none;
    z-index: 0;
    background: none;
}
#p-personal li {
    z-index: 0;
    border: none;
    padding: 0;
    display: inline;
    color: #2f6fab;
    margin-left: 1em;
    line-height: 1.2em;
    background: none;
}
#p-personal li a {
    text-decoration: none;
    color: #005896;
    padding-bottom: .2em;
    background: none;
}
#p-personal li a:hover {
    background-color: white;
    padding-bottom: .2em;
    text-decoration: none;
}

/* the icon in front of the user name, single quotes
in bg url to hide it from iemac */
li#pt-userpage,
li#pt-anonuserpage,
li#pt-login {
    background: url("images/user.gif") top left no-repeat;
    padding-left: 20px;
    text-transform: none;
}

/*
** the page-related actions- page/talk, edit etc
*/
.p-cactions {
    position: relative;
    top: 0.2em;
    left: 170px;
    margin: 0;
    white-space: nowrap;
    width: 76%;
    line-height: 1.1em;
    overflow: visible;
    background: none;
    border-collapse: collapse;
    padding-left: 1em;
    list-style: none;
}
.p-cactions .hiddenStructure {
    display: none;
}
.p-cactions ul {
    list-style: none;
}
.p-cactions li {
    display: inline;
    border: 1px solid #aaa;
    border-bottom: none;
    padding: 0 0 .1em 0;
    margin: 0 .3em 0 0;
    overflow: visible;
    background: white;
}
.p-cactions li.selected {
    border-color: #fabd23;
    padding: 0 0 .2em 0;
}
.p-cactions li a {
    background-color: white;
    border: none;
    padding: 0 .8em .3em .8em;
    text-decoration: none;
    text-transform: lowercase;
    position: relative;
    z-index: 0;
    margin: 0;
    font-size: 95%;
}
.p-caction li a {
    color: #002bb8;
}
.p-cactions .selected a {
    z-index: 3;
}
.p-cactions .ca-lang-ja-selected a {
    z-index: 3;
}
.p-cactions .ca-lang-en-selected a {
    z-index: 3;
}
.p-cactions .new a {
    color: #ba0000;
}
.p-cactions li a:hover {
    z-index: 3;
    text-decoration: none;
}
.p-cactions h5 {
    display: none;
}
/* offsets to distinguish the tab groups */
li.ca-article,
li.ca-comment,
li.ca-trackback,
li.ca-edit,
li.ca-parent,
li.ca-lang-ja,
li.ca-prev, li.ca-next
{
    margin-left: 1.6em;
}

.p-cactions li.ca-lang-ja-selected {
    margin-left: 1.6em;
    border-color: #fabd23;
    padding: 0 0 .2em 0;
}

.p-cactions li.ca-lang-en-selected {
    border-color: #fabd23;
    padding: 0 0 .2em 0;
}


/*
** footer
*/
#footer {
    background-color: white;
    border-top: 1px solid #fabd23;
    border-bottom: 1px solid #fabd23;
    padding: .4em 0 1.2em 0;
    text-align: center;
    font-size: 90%;
    clear:both;
}

/* hide from incapable browsers */
head:first-child+body #footer li { white-space: nowrap; }


/* other misc */
span.searchmatch {
    font-weight: bold;
    color: red;
}

span.error {
    background: #ffafaf;
}

span.comment {
	font-style: italic;
}

li span.deleted {
	text-decoration: line-through;
	color: #888;
	font-style: italic;
}

div.trackback {
	background: #efefef;
	margin-bottom: 1em;
	padding-left: 0.5em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

div.tb_date {
	font-size: 80%;
}

p.tb_url {
        margin-bottom: 1em;
}

div.secondHeading {
	text-align: right;
	font-size: 90%;
        color: #888;
}

.metadata {
	font-size: 90%;
}

.comment-body {
	background-color: #efefff;
        padding-left: 1em;
        margin-top: 1ex;
}

.trackback-body {
	background-color: #eff8ef;
        padding-left: 1em;
        margin-top: 1ex;
}

.pingback-body {
	background-color: #dfffff;
        padding-left: 1em;
        margin-top: 1ex;
}

.author {
        color: #484;
        font-style: italic;
        font-weight: bold;	
}

.firstHeading a {
    color: black;
    padding-bottom: 0.6ex;
}

.firstHeading a:visited {
    color: black;
    padding-bottom: 0.6ex;
}

.firstHeading_nostar a {
    color: black;
    padding-bottom: 0.6ex;
}

#navbox {
    padding-top: 0.2ex;
    font-size: 90%;
}

.post-date {
    color: #3F7F3F;
}

#blog-title a {
    color: #4F0000;
}

#blog-title a:visited {
    color: #4F0000;
}


#p-archive .pBody{
    font-size: 90%;
}

#p-recent .pBody{
    font-size: 80%;
}

#p-category .pBody{
    font-size: 90%;
}

.pBody select{
    margin-top: 2px;
    font-size: 90%;
}

.bodyContent p {
	margin-top: 0.5em;
	margin-bottom: 1em;
}

.bodyContent ul, .bodyContent ol {
	margin-bottom: 1em;
	margin-top: 1em;
}

.bodyContent ul ul, .bodyContent ol ol {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.picturebox {
  margin-top: 1em;
  margin-left: 2em;
  margin-bottom: 1em;
}

ul.related_post {
  margin-top: 0;
}

.commentmetadata {
    font-size: 90%
}

.trackback-url {
    font-weight: bold;
    color: #3F0000
}

.alignleft {
	float: left;
}
.alignright {
	float: right;
}

.right {
	text-align:right;
}

.archivelist li {
	margin-top: 2ex;
	margin-bottom: 2ex;
}

.archivelist-title {
    font-size: 120%;
    font-weight: bold;
}

.archivelist-header {
    font-size: 90%;
	color: #888;
}

.archivelist-excerpt {
	margin-left: 3em;
	font-size: 80%;
}

p.archivelist-excerpt {
  margin-top: 0;
  margin-bottom: 0;
}


.description {
	margin-top: 1ex;
}

div.sbm_comments {
    margin-bottom: 1em;
}

div.comment_form {
    margin-bottom: 2em;
}

div.sbm_tags {
    font-size: 90%;
}

option {
    font-size: 80%;
}

.utwtags {
    font-weight: bold;
}
.utwtags a {
    font-weight: normal;
}

.tags {
    background-color: #e7e7e7;
    margin: 2em 2em 1em 2em;
    padding: 0.5em 0.5em 0.3em 1em;
}

.related_posts {
    margin-bottom: 2em;
}


#sidebar h2 {
    font-size: 100%
}

#sidebar {
    margin-left: 0;
    padding-left: 0;
}

#sidebar li {
    margin-left: 0;
}

.current {
  font-weight:bold;
}

#themeswitcher {
  margin-left: 0;
  list-style-type: none;
  list-style-image: none;
}

.widget select {
  font-size: 100%;
}

.bodyContent th {
  font-size: 80%;
  background: #cfcfcf;
}

.bodyContent td {
  background: #efefef;
  font-size: 75%;
  padding: 2px 2px 2px 2px;
}

td.right {
  text-align: right;
}

.diff {
  background: #9fcfff;
}

.bordered {
  margin-top: 1em;
  margin-left: 2em;
  margin-right: 1em;
  margin-bottom: 1em;
  border: 1px solid #cfcfcf;
  padding: 16px;
}

blockquote.blog {
  border-color: #cfcfcf;
  border-style: solid;
  border-width: 1px;
  padding: 0.5em;
}


.pagelist_foot a,
.pagelist_foot span {
  margin-left: 0.2em;
  margin-right: 0.2em;
}


.bodyContent a[href^="http:"],
.bodyContent a[href^="https:"] {
	background: url(images/external.png) center right no-repeat;
	padding-right: 13px;
}


.bodyContent a[href^="http://wordpress.rauru-block.org"],
.bodyContent a[href^="http://www.rauru-block.org"],
ul.related_post li a[href^="http://b.hatena.ne.jp"] {
	background: none;
	padding-right: 0;
}
