/*
Theme Name: MonkeyMagic
Theme URI: http://www.urbangiraffe.com/
Description: Theme dissection example
Version: 1.0

Author: John Godley
Author URI: http://www.urbangiraffe.com/
*/

*
{
  padding: 0;
  margin: 0;
}

#sidebar
{
	width: 200px;
	float: right;
	clear:right;
}
#footer
{
  margin-right: auto;
  margin-left: auto;
}

body
{
  font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,Verdana,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 90%;
  background-color: #FFFFCC;
}

#content
{
	width: 400px;
	float: left;
}

#content img
{
	border: 4px ridge #996633;
}

#wrapper
{
	width: 620px;
	width:expression(document.body.clientWidth < 625 ? "620px" : "620px" );
	margin-right: auto;
	margin-left: auto;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	overflow: hidden;
}
div>#wrapper
{
  margin: 0 auto;
  min-width: 400px;
}
#wrapper:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html #wrapper {
    height: 1em;
    overflow: visible;
}
/**/
hr
{
  display: none;
}

#header
{
  width: 620px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 10px;
}

#headerimg
{
	font-size: 1.2em;
	color: #993300;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 620px;
}

#header a
{
  text-decoration: none;
  color: #CD7042;
}

#header h1
{
  font-size: 3em;
}

#footer
{
	font-size: small;
	font-weight: bold;
	color: #993300;
	background-color: #FFCC66;
	text-align: center;
	width: 620px;
	padding-right: 3em;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	margin-top: 1.5em;
	letter-spacing: 0.3em;
	clear: both;
}

#sidebar ul ul
{
	list-style-type: none;
	margin-left: 1.5em;
}

#sidebar
{
  background-color: #FFFFCC;
  color: #993300;
}

#sidebar li
{
  margin-bottom:0.3em;
}

#sidebar ul h2
{
	background-color: #FFCC66;
	font-size: 1.0em;
	font-weight: bold;
	margin-bottom: 0.5em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 1.0em;
}

#sidebar ul
{
  list-style: none;
  margin-bottom: 0.2em;

}

#sidebar ul ul ul
{
	margin-bottom: 0.1em;
}

#sidebar a
{
  text-decoration: none;
  color: #993300;
}

#sidebar a:hover
{
  text-decoration: underline;
}

#searchform
{
  text-align: center;
}

#searchform input
{
  border: 1px solid #FFCC66;
  background-color: #FFFFCC;
}

#searchform #s
{
  width: 50%;
  background-color: white;
}

#wp-calendar
{
  border: 1px solid #FFCC66;
  width: 80%;

  margin: 0 auto;
  text-align: center;
  margin-bottom: 15px;

}

#wp-calendar th
{
  background-color: #FFFFCC;
}

#wp-calendar a
{
  border: 1px solid #FFCC66;
  display: block;
}

#prev a, #next a
{
  border: 0;
}

#wp-calendar caption
{
  text-align: center;
  width: 100%;
}

 .post
{
	color: #993300;
	font-size: 1.1em;
	margin-bottom: 0.5em;
	line-height: 1.2em;
}

h2
{
  font-size: 1.3em;
  background-color: #FFCC66;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  padding-left: 0.5em;}
}

h2 a:hover, h2 a:visited, h2 a
{
  text-decoration: none;
  color: #993300;
}

.entry
{
	margin-top: 0.3em;
	margin-bottom: 0.3em;
}

.postmetadata
{
  padding: 2px;
  font-size: 0.8em;
  border-top: 1px solid #FADA96;

}

.postmetadata a
{
  color: #4a2c00;
}

 .post p
{
	line-height: 1.5em;
	margin-bottom: 2.3em;
	padding-right: 1em;
	padding-left: 1em;
}

blockquote
{
  margin: 1em 1.5em;
  padding: 1em 1.5em;
  border: 1px solid #FADA96;
  background: #FCF1E2;

}

.post li
{
  margin-left: 20px;
}

.post ul
{
  list-style-type: none;
  margin-bottom: 10px;
}

acronym, abbr, span.caps
{
  cursor: help;
}

acronym, abbr
{
  border-bottom: 1px dashed #999;

}

blockquote cite
{
  margin: 5px 0 0;
  display: block;

}

.center
{
  text-align: center;
}

a img
{
  border: none;

}
 
h3
{
  font-size: 1.2em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  padding-left: 0.5em;
}

h4
{
  font-size: 1.1em;
  padding-left: 1.0em;
}

h5
{
  font-size: 1em;
  padding-left: 1.0em;}

.post a
{
  color:#006600;
}

 .navigation
{
  margin-top: 1.0em;
  margin-bottom: 1.0em;
  overflow: hidden;
}

.navigation:after
{
  content: "";
  display:block;
  clear: both;
  heitht: 1px;
  overflow:hidden;
}

/*\*/
* html .navigation
{
  height: 1em;
  overflow: visible;
}

/*\*/

.alignleft
{
  float: left;
  text-align: left;

  width: 50%;
}

.alignright
{
  float: right;

  text-align: right;
  width: 50%;
}

 .entrytext .postmetadata
{
	font-size: 1.1em;
	background-color: #FFCC99;
	width: 400px;
	border: 1px dotted #e9b17b;
	padding-left: 45px;
	margin-top: 2em;
	margin-right: auto;
	margin-bottom: 0.5em;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

 ol.commentlist
{
  width: 90%;
  margin: 0 auto;
  line-height: 1.5em;

}

ol.commentlist li
{
  margin-bottom: 1.5em;
  border: 1px solid #c69835;
  padding: 5px;
  background-color: #f5de74;
}

ol.commentlist li.alt
{
  background-color: #fdf6a7;

}

ol.commentlist a
{
  color: #bd492a;
}

small.commentmetadata
{

  font-size: 0.8em;
  margin-bottom: 1em;
  display: block;

}

 .pagetitle
{

  color: #993300;
} 

/* ----- Style for Ktai Entry ----- */
.photo {
	padding-right:6px;
	float:left;
	line-height:110%;
	font-size:0.85em;
	text-indent:0;
}
.photo img {
	background:white;
	margin:0 4px 4px 0;
	padding:3px;
	border:1px solid #999;
}
.photo-end {
	clear:left;
}
/* ---------- */

