/*
THEME NAME: Ragnarok Online
THEME URI: http://privatemoon.sakura.ne.jp/
DESCRIPTION: Ragnarok Online風テーマです。<a href="http://www.plaintxt.org/themes/sandbox/" target="blank">Sandbox</a>をもとに作成しました。
VERSION: 1.0
AUTHOR: <a href="http://privatemoon.sakura.ne.jp/">Yu.Kanduki</a>
AUTHOR URI: http://privatemoon.sakura.ne.jp/
*/

/* Architecture */
html {
	background:#FFFFFF url('images/body-back.png') repeat-x bottom left fixed;
}

body {
	font-family: 'MS Gothic', sans-serif;
	font-size: 12px;
	color: #404040;
}

#wrapper {
	width: 860px;
	background: #FFFFFF;
	margin: 0 auto;
	padding: 0 10px;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
}

#header {
	height: 140px;
	background:url('images/title.png') no-repeat right top;
	border-top: 1px solid #E5E5E5;
	border-bottom: 2px solid #999999;
	margin-bottom:20px;
}

#container {
	float: left;
	width: 100%;
}

#content {
	margin: 0 240px 30px 20px;
}

#sidebar {
	margin: 0 0 30px -210px;
	width: 190px;
	float: left;
	overflow: hidden;
}

#footer {
	clear: left;
	text-align:center;
	width: 100%;
	border-top: 3px solid #EFEFEF;	
}
.footer-content{
	padding:10px;
}

/* General */
* {
	margin: 0;
	padding: 0;
}

a {
	color: #333333;
	text-decoration: none;
}

a:hover {
	color: #333333;
	text-decoration: underline;
}

img {
	border: 0;
}

h1 {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Mayryo','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}

.separator {
	color: #CCCCCC;
	margin: 0 5px;
}

.clear {
	clear: both;
	font-size: 0;
	height: 0;
}

.meta-sep {
	color: #CCCCCC;
	margin: 0 5px;
}

.floater-left {
	float: left;
}

.floater-right {
	float: right;
}

#access {
	text-align:right;
	overflow: hidden;
	width: 100%;
	margin:0 0 5px 0;
	padding-top:5px;
}
#menu {
	height:34px;
	padding-left:5px;
	margin: 0 0 0 20px;
	background:url('images/window-sc-l.png') no-repeat top left;
	overflow: hidden;
}
#menu ul {
	display: inline; /* Added to fix the double margin in IE6 */
	list-style: none;
}

#menu ul li {
	height:100%;
	background:url('images/window-sl-l.png') no-repeat top left;
	display:block;
	_display: inline; /* Added to fix the double margin in IE6 */
	float: left;
}

#menu ul li a {
	color:#FFFFFF;
	display:block;
	text-align:center;
	background:url('images/window-sl-r.png') no-repeat top right;
	padding: 11px 15px;
	text-shadow:1px 1px 0px #000000;
}
#menu ul li a:hover {
	text-decoration:none;
}

#menu-end {
	height:14px !important;;
	display:inline-block;
	vertical-align:bottom;
	background:url('images/window-sc-r.png') no-repeat top right !important;
	padding:18px 4px 4px 1px;
}

#blog-title {
	font-size: 250%;
	font-weight: normal;
	margin: 0 0 0 20px;
}

#blog-title a {
	color: #333333;
}

#blog-description {
	font-size: 120%;
	font-weight: normal;
	margin: 0 0 0 20px;
}

/* Content */
.page-title {
	color:#008800;
	font-weight: bold;
	font-size: 120%;
	padding-left:30px;
	margin-bottom: 15px;
}

.post, .page {
	width:100%;
	_width:600px;
	margin-bottom: 40px;
	
}

.entry-title {
	width: 100%;
	height:15px;
	font-size: 10pt;
	background:url('images/window-bar-c.png') repeat-x;
	padding:1px 0 0 0;
	text-shadow:1px 1px 0px #FFFFFF;
}
.entry-bar{
	height:16px;
	border-bottom:1px solid #404040;
	overflow-y:hidden;
}

.entry-bar-l {
	width:17px;
	height:16px;
	background:#FFFFFF url('images/window-bar-l.png') no-repeat top left;
	margin-left: -100%;
}
.entry-bar-r {
	width:15px;
	height:16px;
	background:#FFFFFF url('images/window-bar-r.png') no-repeat top right;
	margin-left: -15px;
}

.entry-head{
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	border-bottom: 1px solid #EFEFEF;
}
.entry-head-content{
	padding:3px 15px;
}
.entry-comments {
	margin:3px;
	float: right;
}

.entry-title a {
	color: #404040;
	padding-left:20px;
}
.entry-title a:hover {
	color: #000099;
	text-decoration:none;
}

.more-link {
	display: block;
	margin: 10px 0 0 0;
}

.entry-comments {
	height:20px;
	float: right;
	background: url('images/cbubble_left.png') no-repeat top left;
	padding: 10px 0px 10px 30px;
}

.entry-comments a, .entry-comments span {
	background: url('images/cbubble_right.png') no-repeat top right;
	padding: 10px 7px 10px 5px;
	color: #404040;
}

.entry-comments a:-moz-any-link, .entry-comments span:-moz-read-only {
	padding-top: 11px;		/* firefox */
}

.entry-comments a:hover {
	color: #404040;
}

.entry-meta {
	color: #666666;
	padding-top: 6px;
}

.entry-categ {
	color: #666666;
	padding:5px 0 0 0;
}
.entry-categ strong {
	font-weight:normal;
}
.entry-categ strong a{
	color:#6666CC;
}

.entry-footer {
	color: #666666;
	font-size: 90%;
	border-bottom: 1px solid #EFEFEF;
	border-top: 1px solid #EFEFEF;	
	padding: 5px 0;
}

.entry-footer span {
	color: #CCCCCC;
	margin: 0 5px;
}

.entry-subscribe {
	padding: 5px 5px 5px 26px;
	background: #FAFAFA url('images/rss.gif') no-repeat top left;
	background-position: 6px 6px;
}

.entry-content, .comments-content {
	line-height: 1.5;
	padding:15px 15px 30px 15px;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	overflow-x:hidden;
}

.entry-content p {
	margin-bottom: 10px;
}

.entry-content h2 {
	font-size: 120%;
	margin-bottom: 5px;
	margin-top: 25px;
}

.entry-content a , .comments-content a{
	color:#0000c0;
	text-decoration: underline;
}

.entry-content ul, .entry-content ol {
	margin-left: 30px;
	margin-bottom: 10px;
}

.entry-content ul li, .entry-content ol li {
	line-height: 1.3;
	margin-bottom: 5px;
}

.entry-under {
	height:29px;
	overflow:hidden;
}
.entry-under-in {
	text-align:right;
	width: 100%;
	height:25px;
	background:url('images/window-under-c.png') repeat-x;
	padding:2px 0;
}
.entry-under-l {
	width:3px;
	height:29px;
	background:#FFFFFF url('images/window-under-l.png') no-repeat top left;
	margin-left: -100%;
}

.entry-under-r {
	width:3px;
	height:29px;
	background:#FFFFFF url('images/window-under-r.png') no-repeat top right;
	margin-left: -3px;
}

.entry-under-centent {
	text-align:right;
	padding:3px 10px 3px 10px;
}

.trackback-text{
	height:16px;
	margin-top:-2px;
}


/* for IE6 */
.post .entry-bar-l, .page .entry-bar-l {
	_margin-left:0;
	_margin-top:-16px;
}
.post .entry-bar-r, .page .entry-bar-r {
	_margin-left: 293px;
	_margin-top:-16px;
}
.post .entry-under-l, .page .entry-under-l {
	_margin-left: 1px;
	_margin-top: -30px;
}
.post .entry-under-r, .page .entry-under-r {
	_margin-left: 300px;
	_margin-top: -30px;
}
.comments .entry-bar-l {
	_margin-left:0;
	_margin-top:-25px;
}
.comments .entry-bar-r {
	_margin-left: 233px;
	_margin-top:-25px;
}
.comments .entry-under-l {
	_margin-left: 1px;
	_margin-top: -30px;
}
.comments .entry-under-r {
	_margin-left: 241px;
	_margin-top: -30px;
}

/* Sidebar */


/* Start: QBKL Styles - Added to make styling availble even if widgets are not used */

#sidebar h2, #sidebar h3 {
	font-size: 100%;
	font-weight: bold;
	color: #333333;
	text-transform: uppercase;
	width:190px;
}

#sidebar ul {
	list-style: none;
}

#sidebar ul li {
	background:url('images/window-under-s.png') no-repeat left bottom;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
#sidebar ul li ul li ul {
	margin:0;
	padding:0;
	border:0;
}

#sidebar ul li ul, #sidebar ul li div {
	background:#FFFFFF;
	margin: 0;
	padding: 8px 0;
	border:1px solid #CCCCCC;
	border-top:1px solid #404040;
}
#sidebar ul li div {
	padding: 8px 10px;
}

#sidebar ul li div a:hover {
	background:#77aaff;
}

#sidebar ul li ul li {
	background: url('images/bullet.png') no-repeat top left;
	background-position: 12px 7px;
	margin: 0;
	padding: 2px 12px 2px 20px;
}

#sidebar ul li ul li ul li {
	background: url('images/bullet2.png') no-repeat top left;
	background-position: 12px 9px;
	margin: 0;
	padding: 4px 0 0 16px;
	border-bottom: none;
}

#sidebar ul li ul li a {
	display:block;
	padding:2px 0 2px 10px;
}

#sidebar ul li ul li a:hover {
	background:#77aaff;
	text-decoration:none;
}

.widget_archive ul li a {
	display:inline-block !important;
}

.widget_archive select {
	width:100%;
	background:#FFFFFF;
	border:1px solid #CCCCCC;
	border-top:1px solid #000000;
}

/* Widgets */

.widgettitle{
	font-weight:normal !important;
	width:167px !important;
	_width:190px !important;
	height:14px;
	background:url('images/window-bar-s.png') no-repeat;
	padding:2px 5px 0 18px;
	overflow:hidden;
	text-shadow:1px 1px 0px #FFFFFF;
}


#s{
	width:115px;
}

#rss-links ul li {
	background: url('images/rss.gif') no-repeat top left;
	padding-left: 22px;
	background-position: 1px 4px;
}

.textwidget p {
	margin-bottom: 10px;
}

.textwidget a {
	text-decoration: underline;
}

.widget_tag_cloud a {
	text-transform: lowercase;	
}

#calendar_wrap div{
	margin:0 !important;
	padding:0 !important;
	border:0 !important;
}

#wp-calendar caption {
	padding: 5px 0;
	/*background: #FAFAFA;*/
	margin-bottom: 5px;	
}
#calendar_wrap table {
	font-size:10pt;
	text-align:center !important;
	width:168px;
	margin:0 auto;
}

#wp-calendar td {
	text-align:center;
	color: #999999;
	width:20px;
	height:20px;
}

#wp-calendar td a {
	font-weight: bold;
	text-decoration:underline;
	display:block;
	padding: 3px 3px;
}
#wp-calendar td a:hover{
	background:#77aaff;
}

#wp-calendar #prev {
	text-align: left;
	width:64px;
}
#wp-calendar #next {
	text-align: right;
	width:64px;
}
#wp-calendar #prev a, #wp-calendar #next a {
	text-decoration:none;
}

#calendar_wrap {
	background:#FFFFFF;
	margin: 0;
	padding-bottom: 10px;
	border:1px solid #CCCCCC;
	border-top:1px solid #404040;
}

/* Comments */
.comment {
	margin-bottom:1em;
}

.comments {
	margin-top: 30px;
}

.comments h3 {
	font-size: 120%;
	margin-bottom: 10px;
	color: #333333;
}

.comments ol {
	list-style: none;
}

.comments ol li {
	padding: 10px;
	background: #FFFFFF;
	margin-top: 2px;
}

.comments ol li.alt {
	background: #FAFAFA;
}

.comment-author {
	font-weight: bold;
}

.comment-meta {
	margin-bottom: 5px;
	font-size: 90%;
}

.recentcomments {
	padding:6px 0 0 30px !important;
}
.recentcomments a {
	text-decoration:underline;
}

.unapproved {
	font-style: italic;
}

#comments {
	width:480px;
	padding-bottom:28px;
}

#respond {
	width:100%;
	background:url('images/window-under-co.png') no-repeat bottom left;
	margin-top: 30px;
}

#respond h3 {
	color: #404040;
	font-size:10pt;
	height:15px;
	background:url('images/window-bar-co.png') no-repeat top left;
	border-bottom: 1px solid #000000;
	padding-top:1px;
	padding-left:18px;
	text-shadow:1px 1px 0px #FFFFFF;
}
#formtable{
	margin-bottom:5px;
}

.formwindow {
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	padding:10px 15px 15px 26px;
	_padding:10px 0px 15px 30px;
}


#comment-notes {
	margin-bottom: 10px;
}

.bypostauthor, .bypostauthor a{
	color:#008800 !important;
}

.form-input, .form-textarea, .form-label{
	color:#000099;
	diplay:inline-block;
}
.form-label {
	font-size:10pt;
	margin-bottom: 2px;
}

.form-input input, .form-textarea textarea {
	padding: 5px;
	background: #FAFAFA;
	border: 1px solid #CCCCCC;
	font-family: 'MS Gothic', sans-serif;
	font-size: 12px;
}

.form-input input {
	width:136px;
	margin-right:10px;
}

.form-input #url {
	width:355px;
}

.form-textarea input {
	width:120px;
}

.form-textarea textarea {
	width: 415px;
}

.form-input input:hover {
	background-color: #FFFFFF;
}
.form-submit {
	text-align:right;
	padding:0 20px 2px 0;
}
.form-submit input {
	vertical-align:middle;
	padding-top: 6px;
}

#submit {
	padding-top: 0;
	border:none;
}

.trackback-title {
	font-size:10pt;
	padding-left:20px;
}

.trackback {
	background:#F9F9F9;
	padding-bottom:15px;
}

.trackback .comment-author, .trackback strong {
	color:#000099;
}

.required {
	color:#FF0000;
	margin:0 0.3em;
}

#error404-searchform {
	padding:0 30px 20px 15px;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
}

.ro-btn {
	text-align:center;
	font-size:9pt;
	display:inline-block;
	width:80px;
	height:20px;
	margin-left:4px;
	background:url('images/btn-off.png') no-repeat center center;
	cursor:pointer;
}

.ro-btn-t {
	display:inline-block;
	padding-top:4px;
}

.ro-btn:hover{
	text-decoration:none;
	background:url('images/btn-on.png') no-repeat center center;
}

#ro-copy{
	margin:1em 0;
}
#my-character {
	width:100%;
	height:125px;
	background:url('images/my.gif') no-repeat right bottom;
	padding:40px 0 0 0;
	z-index:10;
}
#lvup {
	text-align:right;
	_margin-top:-30px;
	position:fixed;
	right:0;
	bottom:0;
	z-index:50;
}
#lvup img{
	filter:alpha(opacity=10);
	opacity:0.10;
}
#lvup img:hover{
	filter:alpha(opacity=100);
	opacity:1.0;
}

.rmf-widget{
	width:168px;
	height:160px;
	margin:0 auto;
}
.rmf-powered, .rmf-edit{
	padding:0 !important;
	border:0 !important;
	font-size:8pt;
}
.rmf-edit {
	text-align:right;
	padding-top:5px !important;
}
.rmf-edit a {
	width:50px;
	background:#ffeecc;
	padding:3px 5px;
	border:1px solid #cc9900;
}
.rmf-edit a:hover{
	text-decoration:none;
	background:#ffffcc !important;
}
.bbs-widget{
	width:168px;
	height:auto;
	margin:0 auto;
}
.bbs-edit{
	padding:0 !important;
	border:0 !important;
	font-size:8pt;
}
.bbs-edit {
	text-align:right;
	padding-top:5px !important;
}
.bbs-edit a {
	width:50px;
	background:#ffeecc;
	padding:3px 5px;
	border:1px solid #cc9900;
}
.bbs-edit a:hover{
	text-decoration:none;
	background:#ffffcc !important;
}