﻿@import "/theme/tabs.css";
@import "/theme/common.css";

body {
	background: #fff;
	font-family: Arial, sans-serif;
	color: #000;
}

a:link {color: #158;}
a:visited {color: #89a;}
a:hover {color: #70f;}

a.wiki, a.wiki:link, a.wiki:visited {
	color: inherit !important;
	color: #666;
}

div {
	padding: 0;
	margin: 0;
}

div#main {
	margin-top: 15px;
}

div#tab {
	position: absolute;
	margin: 20px 60px;
	height: auto;
}

div#foot {
	clear: both;
	margin-top: 30px;
}

h2#blogtitle {
	margin: 0 280px 20px 0;
	font-size: 36px;
	height: 50px;
	border: 1px solid #ccc;
	padding: 130px 30px 20px 30px;
	letter-spacing: 0.2em;
}

h2.base {
	border: 1px solid #ccc;
	padding: 0.4em 0.8em;
	background: #fff;
	margin: 1em 0;
	letter-spacing: 0.2em;
	font-weight: bold;
	color: #04c;
}

h3 {
	background-color: #5af;
	color: #fff;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.2em;
	padding: 0.3em;
}

/* User Icons */

img.usericon {
	border: 1px solid #7E7B7B;
}

/**** sidebar ****/

div#sidebar {
   position: absolute;
   right: 20px;
   width: 260px;
   top: 60px;
}

div.sidebox_title {
	background: #5af url(simple-sbtop.png) no-repeat top left;
	color: #fff;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.2em;
	padding: 0.3em;
	min-height: 16px;
}

div.sidebox_main {
	background: #cef url(simple-sbbot.png) no-repeat bottom left;
	font-size: 0.8em;
	padding: 8px;
	margin: 0 0 20px 0;
}

div#friendbox_main table {
	width: 100%;
	text-align: center;
}

div#counterbox_main {
	text-align: center;
	font-size: 2em;
}

div#qrcodebox_main {
	text-align: center;
}

div.sidebox ul {
	margin: 0;
	padding: 0 0 0 1.6em;
}

div.sidebox li {
	list-style: disc outside;
	margin: 0.1em 0;
	color: #27f;
}

a.boxnavi {
	display: block;
	text-align: right;
}

div#calendarbox_main {
	padding: 0 0 8px 0;
}

table.calendar {
	width: 100%;
	border-collapse: collapse;
}

table.calendar td {
	text-align: center;
	margin: 0;
	padding: 2px 0;
}

table.calendar td.navi, table.calendar td.weekday, table.calendar td.existday {
	font-weight: bold;
	background-color: #adf;
}

table.calendar td.day, table.calendar td.existday {
	width: 14%;
}

/**** blogbox ****/

div#blogboxes {
   margin-right: 280px;
}

div.blogbox {
	margin: 0;
}

div.blogdate {
	font-size: 50px;
	line-height: 36px;
	height: 36px;
	color: #adf;
	text-align: right;
	padding-right: 10px;
}

div.ptitle {
	font-size: 1.3em;
	border: 1px solid #ccc;
	padding: 0.4em 0.8em;
	margin-bottom: 1em;
	letter-spacing: 0.2em;
	font-weight: bold;
	color: #04c;
}

div.ptitle a {
	color: #04c !important;
}

div.ptext, div.ctext {
	color: #666;
	font-size: 0.95em;
	padding: 0.5em;
}

div.ptext h4 {
	border-left: 0.4em solid #adf;
	padding-left: 0.6em;
}

div.ptext blockquote {
	border: 1px dotted #adf;
}

div.ptag {
	font-size: 0.95em;
	text-align: left;
	margin: 1.2em 0;
	color: #27f;
}

div.comment {
	border-bottom: 1px dotted #def;
	padding-bottom: 0.5em;
}

div.ptag a {
	color: #27f !important;
}

div.ptext hr.ps {
	background-color: #bcd;
	color: #bcd;
}

div.ptitle span.postmode {
	background-color: #fff;
	font-size: 70%;
}

div.friendpost, div.draftpost {
	background-color: #fff !important;
}

div.friendpost div.ptitle {
	background-color: #FAF3F7 !important;
}

div.draftpost div.ptitle {
	background-color: #eee !important;
}

div.navi {
	font-size: 0.95em;
	margin: 1em 280px 0.5em 0;
	text-align: center;
}

/* profile */

table#profile {
	width: 100%;
	border-collapse: collapse;
}

table#profile th {
	margin: 0;
	width: 5.5em;
	padding: 0.5em 0;
	color: #27f;
	border-top: 1px solid #ccc;
}

table#profile td {
	margin: 0;
	padding: 0.5em 0;
	color: #666;
	border-top: 1px solid #ccc;
}

table#profile td.profiletext p {
	padding: 0;
	margin: 0.2em 0;
}

/* friends */

table.friendtable {
	width: 100%;
	border-collapse: collapse;
}

td.friendicon {
	width: 104px;
	text-align: left;
	vertical-align: top;
}

td.frienddetail {
	padding: 0.5em;
	color: #666;
	border-top: 1px solid #ccc;
}

td.frienddetail span.friendnick {
	font-weight: bold;
}

td.frienddetail span.ftogether {
	margin: 0 0.5em;
	font-size: 80%;
	font-weight: bold;
	padding: 2px;
	border: 1px solid #27f;
	color: #27f;
}

td.frienddetail span.cowriter {
	margin: 0 0.5em;
	font-size: 80%;
	font-weight: bold;
	padding: 2px;
	border: 1px solid #B082D8;
	color: #B082D8;
}

td.frienddetail div.introduction {
	padding: 0.5em 0;
}

