/*  
Theme Name: Dropout
Theme URI: http://www.monoq.net
Description: template for [Dropout]
Version: 1.0
Author: Takashi Takahashi 
Author URI: http://www.monoq.net
*/

* {
	padding:0;
	margin:0;
}

body {
	background-color: #EAEAEA;
	background-image:url(img/head_line.gif);
	background-repeat:repeat-x;
	color: #333333;
	font-family: Helvetica, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	font-size: 11px;
	/**/ margin: 14 auto; /**/
}

a{
	color: #000000;
	text-decoration: none;
}
a img{
	border: none;
}


h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl{
	margin: 0px;
	padding: 0px;
	font-weight:normal;
}

li {
	list-style-type: none;
}



input.textfield, textarea{
	background-color: #FFFFFF;
	border: 1px solid #868686;
	margin: 5px 0px;
	width: 15em;
}


/* * * * * * * * * * COMMON * * * * * * * * * */
.inside{
	width:890px;
	margin:0 auto;
 text-align:left;
	/**background-color: #CCF; /**/
}
.hide, .print-logo, .close-button{
	display: none;
}

.block{
	float: left;
}
.first{
	clear: both;
}
.clear{
	clear: both;
	font-size: 1px;
	height: 1px;
	line-height: 1px;
}

/* * * * * * * * * * HEADER * * * * * * * * * */
#header{
 background-color: #FFF;
	margin: 14px auto 0;
	text-align:center;
}

#header .inside{
	padding-top: 74px;  /*14+60*/
	padding-bottom: 80px;
 /** background-color: #FCF; /**/
}

#single #header .inside{
	padding-bottom: 26px;
}

#header h1{
	float: left;
	font-size: 2.25em;
	margin: 0px;
	padding: 0px;
}

#header h2 a{
	color: #000000;
}

#header p{
}





/* * * * * * * * * * NAVIGATION * * * * * * * * * */
#navigation{
	background-color:white;
	padding-bottom:65px;
	text-align:center;
}

#navigation .inside{
}

#navigation ul{
 margin:0;
}

#navigation li{
	font-weight:bold;
	margin-right:20px;
	padding-left:12px;
	display:inline;
	list-style-position: inside;
	background-image: url(img/li_mark.gif);
	background-repeat: no-repeat;
	background-position: left;
}


/* * * * * * * * * * ARCHIVE * * * * * * * * * */
#archive{
	padding-bottom:40px;
	text-align:center;
	background-color:white;
}

#archive .inside {
	/**background-color:#fcc;/**/
}

#archive h2 {
	color:black;
	font-size:16px;
	font-weight:bold;
	margin-bottom:26px;
}

#archive a{
	color: #ff5c8a;
	text-decoration:none;
}

#archive a:hover{
	text-decoration:underline;
}

#archive h2 a{
	color: #000000;
}
#archive h2 a:hover{
	color: #ff5c8a;
	text-decoration:none;	
}

#archive h2 .date {
	font-size:10px;
	font-weight:normal;
}

/* 写真のブロック*/
#archive .block{
	float: left;
	padding-top:4px;
}

#archive img{
 margin-bottom:10px;
 }

#archive .first{
 clear:both;
	width: 415px;
	padding-top:0px;
	margin-right:30px;
	font-size:12px;
	line-height:20px;
}

#archive .first p{
	margin-bottom:16px
}

diary {
	font-size:12px;
}
diary p {
}


/* * * * * * * * * * * * * comments * * * * * * * * * * * * */
#comments {
	text-align:center;
	background-color: #ffebf0;
	border-top: solid #CCCCCC 5px;
	padding-top: 38px;
	padding-bottom: 50px;
 font-size:12px;
}

#comments h3{
	font-size:16px;
	font-weight:bold;
	margin-bottom:30px;
}

#comments h4{
	font-size:14px;
	font-weight:bold;
}

#comments p{
}

#comments .post-content{
 margin-top:20px;
 font-size:10px;
}

#comments .block{
	float: left;
	padding-left:60px;
	width: 415px;
}

#comments .first{
	clear: both;
	margin: 0px;
	line-height:16px;
	padding-left:0px;
	width: 415px;
}
#comments .first h3{
	color: #ff5c8a;
}

#comments li {
	line-height:16px;
}

#comments li cite{
	font-size:12px;
	font-weight:bold;
	font-style:normal;
	line-height:24px;
}



#comments input[type="text"] {
	width:192px;
	border: solid #CCCCCC 1px;
}

#comments textarea {
	width:385px;
	height:70px;
	border: solid #CCCCCC 1px;
	margin-bottom:10px;
}



/* * * * * * * * * * * * * FOOTER * * * * * * * * * * * * */
#footer{
	clear: both;
	color: #6C6C6C;
	text-align:center;
	font-size:12px;
	margin: 30px 0px 60px 0px;
}

#footer .inside {
}

#footer p{
	margin: 0px;
}

#footer p.attributes{
	float: right;
}

#footer p.attributes a{
	color: #525252;
	padding: 0px 0px 0px 1em;
	text-decoration: none;
}

#footer p.attributes a:hover{
	color: #000000;
}

#footer p.copyright{
	float: left;
}





/* * * * * * * * * * SIDEBAR(っていっても下に来るけど) * * * * * * * * * */

/*------------------------------------------------
  Ancillary Items
------------------------------------------------*/
#ancillary{
	padding-top: 38px;
	font-size:12px;
	text-align:center;
	border-top: solid #CCCCCC 5px;
	/*
	background-color: #AAEAEA;
	@bodyのbackground-colorの背景色に依存させる
	*/
}

#ancillary .inside {
	/** background-color:#ffc;/**/
}

#ancillary h3{
	font-size:14px;
	font-weight:bold;
	margin-bottom:30px;
}

#ancillary p{
	margin-bottom:12px;
}

#ancillary .block{
	float: left;
	margin: 0px 0px 0px 55px;
	width: 260px;
	/**background-color:#fcc;/**/
}


#ancillary .first{
	clear: both;
	margin: 0px;
	line-height:16px;
}
#ancillary .first h3{
	color: #ff5c8a;
}

#ancillary .thrice-length{
	width: 100%;
}

#ancillary ul{
	border-top: solid 1px #999999;
	line-height: 31px;
}

#ancillary li{
	font-size:11px;
	border-bottom: solid 1px #999999;
	padding-left: 8px;
}


/*------------------------------------------------
  Live Search
------------------------------------------------*/
#live-search{
	-moz-opacity: 0.4;
	position: absolute;
	text-align: right;
	top: 4em;
	width: 100%;
}
#live-search:hover{
	-moz-opacity: 1.0;
}
