@import "common.css";
@import "tabs.css";
/* base style */

body {
	background: #fff url(/theme/gmblog-bg.png) repeat-y center;
}

a:link, a:visited { color: #ff69b4; text-decoration: underline; }
a:hover, a:active { color: #ff69b4; text-decoration: none; }

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

h2.base {
	margin-left: 0.5em;
}

h2#blogtitle {
	font-size: 2em;
	margin: 0 auto;
	background-color: #fff;
	padding: 0;
	border: 0;
	width: 700px;
	height: 156px;
}

h2#blogtitle:hover {
	background-color: #fff;
}

h2#blogtitle a {
	display: block;
	background: url(/theme/gmblog-title.gif) no-repeat top left;
	text-decoration: none !important;
	font-family: Verdana;
	font-weight: bold;
	font-size: 1.2em;
	height: 92px;
	padding: 32px 24px;
	margin: 0;
}

h3 {
	border-bottom: 1px dotted #ccc;
	margin: 10px 20px;
	color: #ff69b4;
	font-weight: bold;
	font-size: 120%;
	padding: 10px 0;
}


div#main {
	position: relative;
	width: 700px;
	margin: 0 auto;
	font-size: 80%;
	font-family: Verdana;
}

div#foot {
	margin: 20px auto 30px auto;
	width: 440px;
	color: #000;
	font-size: 80%;
	padding: 0 240px 0 20px;
	text-align: left;
}

div#tab {
	text-align: center;
}

hr {
	height: 1px;
	background-color: #ccc;
	color: #ccc;
	border: 0px;
	width: 90%;
	text-align: center;
}

/* form */

table#formtable {
	margin-left: 25px;
}

textarea {
	font-size: 95%;
}

/* side bar */

div#sidebar {
	position: absolute;
	right: 8px;
	top: 0;
	width: 220px;
	padding-top: 160px;
}

div.sidebox {
	margin: 25px 0;
}

div.sidebox_title {
	background-color: white;
	color: black;
	font-weight: bold;
	font-family: Verdana;
	text-align: left;
	margin: 15px 0;
}

div.sidebox_main {
	font-size: 90%;
	padding-left: 8px;
}

div#freebox_title {
	display: none;
}

div#counterbox_main {
	font-size: 140%;
	font-weight: bold;
	text-align: center;
}

img.usericon {
	border: 1px solid #ccc;
	text-decoration: none !important;
}

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

div.sidebox li {
	list-style: disc outside;
	color: #999;
	margin: 0.4em 0;
}

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

/* friends */

table.friendtable {
	width: 94%;
	margin-left: 2%;
	border-collapse: collapse;
}

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

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

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

td.frienddetail span.ftogether {
	margin: 0 0.5em;
	font-size: 90%;
	font-weight: bold;
	padding: 2px;
	border: 1px solid #F07B9D;
	color: #F07B9D;
	background-color: #FAF3F7;
}

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

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

/* profile */

table#profile {
	width: 94%;
	margin-left: 2%;
	border-collapse: collapse;
}

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

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

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

/* calendar */

table.calendar td.day, table.calendar td.existday, table.calendar td.empty {
	font-size: 90%;
	background: url(/theme/gmblog-day.gif) no-repeat center center;
	width: 23px;
	height: 16px;
	text-align: center;
	margin: 1px;
}

table.calendar td.navi {
	text-align: center;
	font-weight: bold;
}

table.calendar td.weekday {
	text-align: center;
}

/* posts */

div.blogdate {
	margin: 5px 260px 10px 20px;
	border-bottom: 1px dotted #ccc;
	color: #ff69b4;
	font-weight: bold;
	font-size: 110%;
	padding: 0;
}

div.blogbox {
	background: #fff url(/theme/gmblog-pbg.gif) repeat-y left;
	margin: 10px 230px 10px 0;
	padding: 0;
	height: 1%; /* ie bug */
}

div.blogboxtop {
	background: url(/theme/gmblog-ptop.gif) no-repeat top left;
	/*height: 10px;*/
}

div.blogboxbottom {
	background: url(/theme/gmblog-pbtm.gif) no-repeat bottom left;
	height: 10px;
}

div.blogbox div.ptitle {
	color: #000 !important;
	text-decoration: none !important;
	font-weight: bold;
	padding: 10px 20px;
}

div.blogbox div.ptitle a {
	color: #000 !important;
	text-decoration: none !important;
}

div.ptext {
	color: #666;
	padding: 10px 20px;
}

div.ptext p {
	padding: 0px;
	margin: 0.4em 0;
}

div.ptext blockquote {
	margin: 0.6em;
	padding: 0.6em;
	border: 1px solid #ccc;
}

div.ptag {
	color: #999 !important;
	text-align: right;
	padding: 10px 20px;
}

span.postmode {
	font-size: 0.9em;
}

div.comment {
	padding: 0.4em 0;
	margin: 4px 20px;
	border-bottom: 1px solid #fbb;
}

div.ctext, div.comment div.ptag {
	color: #666;
	padding: 0.5em 1em;
}

