/*  
Theme Name: AkibaCurryBlog
Theme URI: http://www.akibacurry.com/
Description: AkibaCurryBlog
Version: 2.1
Author: Yuumura
Author URI: http://www.akibacurry.com/blog/
*/


*
{
	padding: 0;
	margin: 0;
}

body
{
	background-color: #FFFFFF;
}

a:hover
{
	color :#FF7F00 ;
	/*font-weight : bold;*/
}
a
{
	text-decoration: none;
}

/* Header */
#header
{
	text-align: center;
	margin-top: 18px;
}

#header div.description
{
	font-size: small;
	margin-top: 4px;
	margin-bottom: 8px;
}


/* Footer */
#footer
{
	font-size: small;
	clear: both;
	text-align: center;
	margin-bottom: 50px;
}

/* Wrapper */
#wrapper
{
	overflow: hidden;
}

/* SideBar */
#sidebar
{
	float: left;
	width: 130px;

/*	text-align: left;*/

	background-color: #FFFFFF;/*#FCF1E2;*/
	color: #4A2C00;
/*	border: 1px solid #FDE5C3;*/
	font-size: x-small;
}

#sidebar ul
{
	list-style: none;
	margin-bottom: 10px;
	
}

#sidebar ul h2
{
	/*background-color: #FCF1E2;*/
	/*border-bottom: 1px solid #FADA96;
	border-top: 1px solid #FADA96;*/
	/*font-size: medium;*/
	font-size: small;
	font-weight: bold;
	
	padding: 2px;
	margin-bottom: 5px;
	
	width: 146px;
	height: 20px;
	background-image: url(images/Menu.png);
	text-align: center;
	padding-top: 16px;
}


#sidebar ul ul
{
	list-style-type: circle;
	margin-left: 22px;
}


#sidebar ul ul ul
{
	list-style-type: disc;
	margin-left: 12px;
	margin-bottom: 0;
}

#searchform
{
	text-align: right;
}

#searchform input
{
	border: 1px solid #4A2C00;
	/*background-color: #FDE5C3;*/
	background-color: #ffcc99;
}

#searchform #s
{
	width: 90%;
	background-color: white;
}



/* Content */
#content
{
	width: 600px;
	float: right;
	font-size: small;
}

#content div.entry
{
	padding: 10px;
	padding-left: 30px;
	padding-right: 30px;
	border-left : 1px solid #FFD700;
	border-right : 1px solid #FFD700;
	
}

#content div.post
{
	margin-bottom: 35px;
	background-color : #FFFFF0;
	border-bottom : 1px solid #FFD700;
}

#content div.navigation
{
	text-align: center;
}

#content div.pagetitle
{
	background-color: #FEEEC3;
	margin: 10px;
	margin-top: 2px;
	margin-bottom: 20px;
	padding: 5px;
	text-align: center;
	font-size: large;
	border: 1px solid #CC0000;
	font-weight: bold;
}

#content h2
{
	height: 26px;
	background-image: url(images/Title.png);
	text-align: center;
	padding-top: 8px;
	font-size: large;
}

#content h2 a
{
	color: #000000;
}

#content h2 a:hover
{
	color :#FF7F00 ;
}

#content p.postmetadata
{
	background-color: #FFD700; /*#FEEEC3; #FDE5C3;*/
	text-align: right;
	font-size: small;
	padding-right: 30px;
	border-left : 1px solid #FFD700;
	border-right : 1px solid #FFD700;
}

#content p.trackbackurl
{
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: right;
	padding-right: 10px;
	border-left : 1px solid #FFD700;
	border-right : 1px solid #FFD700;
}



/* Page */
#page
{
	width: 760px;
	margin: 0 auto;
}

/* Other */
hr
{
	/*display: none;*/
}


/* Comments */
#comments
{
	padding: 30px;
	padding-top: 0px;
}
#comments h3
{
	font-size: small;
	margin-bottom: 10px;
}

#comments small
{
	font-size: small;
}

#comments ol
{
	margin-left: 30px;
	margin-bottom: 20px;
}

#comments ol li
{
	border: 1px solid #c69835;
	padding: 5px;
	background-color: #ffffcc;
	margin-bottom: 10px;
}


#commenttextdata
{
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 20px;
}

