body {
	margin:0;
	color:#cccccc;
	background-color:#333333;
}

a {
	color:#99ccff;
}

a:link {
	color:#99ccff;
}

a:visited {
	color:#bbccdd;
}

a:active {
	color:#99cc66;
}

a:hover {
	color:#99cc66;
}

h1, h2, h3, h4 {
	margin:0;
	padding:0;
}

/* banner (aka header) bits */
#banner {
	padding:15px;
	border-top:1px dotted #999999;
	border-bottom:1px dotted #999999;
	color:#ffffff;
	background:#000000;
	font-family:Verdana, Arial, sans-serif;
	font-size:x-large;
	font-weight:normal;
	text-transform:uppercase;
	letter-spacing:.2em;
}

/* title bits */
#banner a,
#banner a:link,
#banner a:visited,
#banner a:active,
#banner a:hover {
	color:#ffffff;
	background:transparent;
	font-family:Verdana, Arial, sans-serif;
	font-size:x-large;
	text-decoration:none;
}

/* description bits */
.description {
	margin-top:5px;
	color:#999999;
	background:transparent;
	font-family:Verdana, Arial, sans-serif;
	font-size:small;
	font-weight:bold;
	text-transform:none;
	letter-spacing:normal;
}

/* description bits */
.bannerright {
	float:right;
	margin-top:-10px;
	color:#999999;
	background:transparent;
	font-family:Verdana, Arial, sans-serif;
	font-size:small;
	font-weight:bold;
	text-transform:none;
	letter-spacing:normal;
}


/* left content grobal bits */
#content {
	border-right:1px dotted #999999;
	float:left;
	clear:left;
/*	width:65%; */
	width:700px; 

}

.blog {
	margin:15px;
	font-family:Verdana, Arial, sans-serif;
	font-size:small;
}

.whatnew {
	width: 55px;  
/*	background-color:#99999c; */
	float:left;
	margin: 0px 8px 0px 0px;;
	padding: auto;
	font-family:Verdana, Arial, sans-serif;
	font-size:x-small;
	text-decoration: none;
}

.whatnew2 {
	width: 55px;  
	float:right;
	margin: 0px 0px 0px 10px;;
	font-family:Verdana, Arial, sans-serif;
	font-size:x-small;
}
.topinfo {
	background-color:#99999c; 
	font-size:small;
	font-weight:bold;
	color:#ffffff;
}
/* menu (previous and next entry link) bits */
#menu {
#	border-top:1px dotted #999999;
	border-bottom:1px dotted #999999;
#	width: 800px;  
	margin:5px 5px 5px 5px;
	font-size:small;
	font-weight:bold;
}

#menu a,
#menu a:link,
#menu a:visited,
#menu a:active,
#menu a:hover {
	text-decoration:none;
}

#menu ul {
	background-color:#99999c; 
	margin-left:100px;
	margin-top: -15px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}
#menu li {  
	width: 80px;  
	float: left ;
	display: block ;
}

#menu ul li {  
#         border: solid 1px #ccc;  
#         border-collapse: collapse;  
         margin-right: 5px;  
         margin-bottom: 5px;  
     }  

#menu ul li p {  
             display: table-cell;  
             text-align: center;  
             vertical-align: middle;  
         }  


/* date bits */
.date {
	margin:15px 0;
	padding:5px;
	border:1px solid #CCC;
	font-size:small;
	font-weight:normal;
}

/* entry bits */
.blogbody {
	margin:15px 10px;
}

.title {
	margin:15px 0;
	font-size:small;
	font-weight:bold;
	text-transform:uppercase;
}

.posted {
	margin:15px 0 30px 0;
	color:#999;
	background-color:transparent;
	font-size:x-small;
}

/* comments bits */
.comments-head {
	margin:15px 0;
	padding:5px;
	border:1px solid #CCC;
	font-size:small;
	font-weight:normal;
}

.comments-body {
	margin:15px 10px;
	font-size:small;
	font-weight:normal;
	line-height:140%;
}

.comments-post {
	margin:15px 0 30px 0;
	color:#999999;
	background-color:transparent;
	font-size:x-small;
}

/* what the hell!? */
#banner-commentspop {
	font-family:verdana, arial, sans-serif;
	color:#FFF;
	font-size:large;
	font-weight:bold;
	border-bottom:1px dotted #999;
	border-top:3px dotted #999;
	background:#000;
	padding:15px;
	text-transform:uppercase;
	letter-spacing:.2em;
}

/* trackback bits */
.trackback-body {
	margin:15px 10px;
	font-size:small;
	font-weight:normal;
	line-height:140%;
}		

.trackback-url {
	margin:15px 10px;
	border:1px dashed #999999;
	padding:5px;
	color:#999999;
	background-color:transparent;
	font-size:small;
	font-weight:normal;
}

.trackback-post {
	margin:15px 0 30px 0;
	color:#999;
	background-color:transparent;
	font-size:x-small;
}

/* right content grobal bits */
#links {
/*	margin-left:65%; */
	margin-left:700px;
    width: 310px;
	font-family:Verdana, Arial, sans-serif;
}

#links a,
#links a:link,
#links a:visited,
#links a:active,
#links a:hover {
	text-decoration:none;
}

/* calender bits */
.calendar {
	font-family:verdana, arial, sans-serif;
	color:#666;
	font-size:x-small;
	font-weight:normal;
	background:#333;
	line-height:140%;
	padding:2px;
	text-align:center;
}

.calendarhead {
	font-family:verdana, arial, sans-serif;
	color:#CCC;
	font-size:x-small;
	font-weight:bold;
	background:#333;
	line-height:140%;
	padding:2px;
}

/* general side bits */
.sidetitle {
	margin:10px 10px 0 10px;
	color:#999;
	background-color:transparent;
	font-size:small;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:.2em;
}

.side {
	margin:0 10px 10px 10px;
	font-size:x-small;
	font-weight:normal;
	line-height:140%;
}

/* syndicate bits */
.syndicate {
	margin:10px;
	font-size:x-small;
	line-height:140%;
	text-align:center;
}

/* powered bits */
.powered {
	margin:10px 0;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
	font-size:x-small;
	font-weight:bold;
	line-height:140%;
	text-align:center;
	text-transform:uppercase;
	letter-spacing:.2em;
}

/* extra bits */

em {
	color:#ff9900;
	background-color:transparent;
	font-weight:bold;
	font-style:normal;
}

.blogbody p {
	margin:10px 0;
	line-height:140%;
}

.blogbody blockquote {
	margin:10px 0;
	border-top:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	border-left:5px solid #cccccc;
	color:#cccccc;
	background-color:#3c3c3c;
}

.blogbody blockquote p.quote-title {
	margin:10px;
	font-weight:bold;
}

.blogbody blockquote p {
	margin:10px;
}

input, textarea {
	font-family:verdana, arial, sans-serif;
	font-size:100%;
}

textarea#body,
textarea#excerpt,
textarea#ping_url {
	font-family:"Osaka－等幅", "ＭＳ ゴシック", "Courier New", monospace;
	font-size:110%;
}

.side form {
	margin:0;
	padding:0;
}

.side ul {
	margin:0;
	padding:0;
	list-style-type:square;
}

.side ul li {
	margin:0 0 0 18px;
	padding:0;
}

/* #dsq-recentcomments {    margin: 10px 0;}*/

.dsq-widget {
	float:right;
    width: 290px;
    margin: 10px 0;
}

/* footer (aka header) bits */
#footer {
    margin: 10px 0px;
	padding:5px 0px 0px 10px;
	border:1px dotted #999999;
/*	border-top:1px dotted #999999;
	border-bottom:1px dotted #999999;
*/
	color:#ffffff;
/*	background:#000000; */
	font-family:Verdana, Arial, sans-serif;
	font-size:x-small;
	font-weight:normal;
	letter-spacing:.2em;
}

/* title bits */
#footer a {	color:#99ccff; }
#footer a:link {	color:#99ccff;}
#footer a:visited {	color:#bbccdd;}
#footer a:active {	color:#99cc66;}
#footer a:hover {	color:#99cc66;}

.awsxom {
	background:#99999c none repeat scroll 0 0;
	padding:0.5em;
}
