/*
THEME NAME: susu03
DESCRIPTION: 2 Column Wordpress theme with right sidebar.
VERSION: 201403
AUTHOR: susu
AUTHOR URI: http://susu.cc/
TAGS: white, two-columns, flexible-width, right-sidebar
*/


/*-------------------------------------------------------------------------------*/
/* Layout */
* {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-decoration:none;
}

html {
 	overflow-y: scroll;
 	/* scrollbar-arrow-color:#669999;
	scrollbar-face-color:#99cccc;
	scrollbar-3dlight-color:#cccccc;
	scrollbar-darkshadow-color:#cccccc;
	scrollbar-highlight-color:#cccccc;
	scrollbar-shadow-color:#cccccc;
	scrollbar-track-color:#999999; */
}

body {
	font-size: 90%;
	font-weight: normal;
	text-decoration: none;
	font-family: Helvetica, sans-serif;
	color: #000000;
	letter-spacing: 0.1em;
}

#header {
	display: none;
}

a.headlink {
	display: none;
}

#header h2 {
	display: none;
}

#serchbar {
	display: none;
}

#docuarea {
	width: 100%;
	background-color: #FFFFFF;
}

#documents {
	padding: 30px;
}



#sidebar {
	display: none;

}

#footer {
	display: none;
}

.recent { 
	height: 100px; 
	overflow: auto; 
}

.pop { 
	height: 80px; 
	overflow: auto;
}

/* form -------------------------------------------------------------------------*/
.searchbutton {
	background-color: #66CCFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 2px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;	
	border-radius: 3px;         /* CSS3 */
	-moz-border-radius: 3px;    /* Firefox */
	-webkit-border-radius: 3px; /* Safari,Chrome */
	behavior: url(border-radius.htc);　/*for IE*/
}

.searchbutton:hover {
	background-color: #99ffff;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 2px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;	
	border-radius: 3px;         /* CSS3 */
	-moz-border-radius: 3px;    /* Firefox */
	-webkit-border-radius: 3px; /* Safari,Chrome */
	behavior: url(border-radius.htc);　/*for IE*/
}

.searchtext {
	margin: 2px;
	padding: 3px;
	background-color: #ddddee;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.searchtext:hover {
	margin: 2px;
	padding: 3px;
	background-color: #eeeeff;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.commentbutton {
	background-color: #66ccff;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 2px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;	
	border-radius: 3px;         /* CSS3 */
	-moz-border-radius: 3px;    /* Firefox */
	-webkit-border-radius: 3px; /* Safari,Chrome */
	behavior: url(border-radius.htc);/*for IE*/
}

.commentbutton:hover {
	background-color: #99ffff;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 2px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;	
	border-radius: 3px;         /* CSS3 */
	-moz-border-radius: 3px;    /* Firefox */
	-webkit-border-radius: 3px; /* Safari,Chrome */
	behavior: url(border-radius.htc);/*for IE*/
}

.commenttext {
	margin: 2px;
	padding: 3px;
	background-color: #CCCCCC;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.commenttext:hover {
	margin: 2px;
	padding: 3px;
	background-color: #dddddd;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/*-------------------------------------------------------------------------------*/
/* Option Layout */

h1 {
	font-size: 120%;
	font-weight: normal;
}

h2 {
	font-size: 110%;
	font-weight: normal;
}

h3 {
	font-size: 105%;
	font-weight: normal;
}

#documents h2 {
	padding: 5px;
}

#documents h3 {
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 20px;
}

.entry .entrytitle {
	background-color: #333333;
	font-size: 120%;
	border-left-width: 20px;
	border-left-style: solid;
	border-left-color: #66CCCC;
}

.entry {
	background-color: #eeeeee;
	padding-bottom: 5px;
	margin-bottom: 30px;
	border: 1px solid #000000;
}

#docuarea #documents .entrytitle a {
	color: #ffffff;
	display:block;
	width:100%;
}

#docuarea #documents .entrytitle {
	color: #ffffff;
}

.commenttitle, #postcomment {
	background-color: #99CCCC;
	margin-left: 20px;
	margin-top: 50px;
}

.commentsubtitle {
	display: none;
}

.entrysubtitle {
	margin-left: 20px;
}

#documents ul li {
	list-style-type: circle;
	margin-left: 40px;
}

#documents ul {
	margin-top: 10px;
	margin-bottom: 10px;
}

#documents ol {
	margin-top: 10px;
	margin-bottom: 10px;
}

#documents ol li {
	margin-left: 40px;
	list-style-type: decimal;
}

#documents dl {
	margin-top: 10px;
	margin-bottom: 10px;
}

#documents dl dt {
	margin-left: 30px;
	margin-top: 10px;
}

#documents dl dd {
	margin-left: 40px;
}

blockquote {
	margin-left: 50px;
	border: 1px solid #66cccc;
	background-color: #dddddd;
	/*background-image: url(images/bq.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;*/
}

.line {
	border: 1px solid #66cccc;
	background-color: #dddddd;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
	margin: 1px;
}

#documents p {
	line-height: 2.0em;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 20px;
}

#sidemenu h2 {
	margin-top: 12px;
	margin-bottom: 3px;
	background-color: #cccccc;
	color: #000000;
	padding: 3px;
}

#sidemenu {
	padding: 10px;
}

#sidemenu ul li {
	margin-left: 5px;
	margin-bottom: 3px;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

#foot {
	text-align: center;
	padding-top: 10px;
	color: #FFFFFF;
}

#foot a:link{
	color: #ffffff;
}
#foot a:visited{
	color: #ffffff;
}
#foot a:active{
	color: #ffffff;
}
#foot a:hover{
	color: #99cccc;
}
/*-------------------------------------------------------------------------------*/

.class_comment1 {
	/*border: 1px dashed #99CCCC;*/
	margin-bottom: 5px;
	background-color: #cceeee;
	padding: 5px;
}
.class_comment2 {
	/*border: 1px dashed #FFCCCC;*/
	margin-bottom: 5px;
	background-color: #eeeecc;
	padding: 5px;
}

#documents #commentlist li {
	list-style-type: none;
	margin-left: 20px;
}

#commentform {
	display: none;
}

/*-------------------------------------------------------------------------------*/

a:link{
	color: #009999;
}
a:visited{
	color: #009999;
}
a:active{
	color: #009999;
}
a:hover{
	color: #FF0066;
}


/*-------------------------------------------------------------------------------*/
/* WordPress Options */
.aligncenter, div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #eeeeee;
   text-align: center;
   background-color: #eeeeee;
   padding-top: 4px;
   margin: 10px;
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

/*-------------------------------------------------------------------------------*/
table {
	border-collapse: collapse;
	margin-left: 20px;
}

td {
	border: solid 1px #336666;
	margin: 0px;
	padding: 3px;
}

th {
	border: solid 1px #336666;
	border-collapse: collapse;
	margin: 0px;
	padding: 3px;
	background-color: #99cccc;
}