﻿@import "blog_base.css";
A{
	color			: #ff6c14;
}
A:HOVER{
	color			: #b25d9d;
}
INPUT,SELECT,TEXTAREA{
	border			: solid 1px #67757F;
	color			: #ef7938;	
	font-size		: 14px;	
	font-weight		: bold;
}
LABEL{
	color			: #67757F;	
	font-size		: 14px;	
	font-weight		: bold;
}	
P IMG{
	float			: right;
	margin			: 5px 0px 0px 5px;
}
h3{
	margin			: 0;
}
.post-date{
	margin			: 0;
	font-size		: 11px;
}
.post-detail{
	margin			: 15px 0;
}

/******************************************** KEYBOARD ********************************************/
#KeyboardContainer
{
	clear			: both;
	margin-top		: 0px;
	padding-bottom	: 5px;
	text-align		: center;
}
#KeyboardContainer .KeyboardSwitch
{
	width			: 400px;		
	text-align		: center;
}
#KeyboardContainer .KeyboardSwitch a
{
	color			: #c40000;
	text-decoration	: none;
	font-size		: 12px;
}
#KeyboardContainer .KeyboardSwitch a:hover
{
	color			: #000;
	text-decoration	: underline;	
}
#KeyboardContainer .KeyboardDiv
{
	clear			: both;
	text-align		: center;
	font-size		: 14px;
	margin-top		: 10px;
}
#KeyboardContainer .KeyboardDiv TD
{
	text-align		: center;
}
#keyboard
{
	width			: 400px;	
	background-color:  #CCCCF2;
}
#keyboard a
{
	display			: block;
	width			: 30px;	
	color			: black;
	text-decoration	: none;
	font-size		: 12pt;
	text-align		: center;
}
#keyboard a:hover
{
	text-decoration	: none;
	background-color: #ff6347;
	color			: white;
}
#spacebar, #spacebar a
{
	background-color: #F8F0EA;
	width			: 200px;
}


/******************************************** END KEYBOARD ********************************************/
#sidebar .menu {
	margin-bottom	: 15px;
}
#sidebar .menu a{
	background-color: #fff;
	display			: block;
	padding-right	: 5px;
	margin-bottom	: 1px;
	color			: #000;
}
#sidebar .menu a:hover{
	background-color: #d7da00;
}

