/*
Theme Name: InqSite 2 Column Fixed - Menu Right
Description: Base http://www.tomorrows-laundry.com By Will Healey
Author:Sin 



/*-----------Block Level Elements--------------*/

Body {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	;
	background-image: url(http://inqsite.net/wp/wp-content/themes/inqsite_2col_fixed_right/images/body_bg.png);
	margin: 0px;
	padding: 0px;
font-size:100%;
line-height:150%
}
p{
margin-bottom:1em;
}
dl {
	margin: 0px 0px 1em;
	padding: 0px;
}
dt{
	font-weight:bold;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.3em;
	margin-left: 0px;
}
dd{
	margin:0;
	padding-left: 1em;
}
td{
padding:5px;
}
#page {
	width: 800px;
	margin: 0 auto;
	background-color: #FFFFFF;
}

#header {
	width: 100%;
}

#headerimg {
	background-image: url(http://inqsite.net/wp/wp-content/themes/inqsite_2col_fixed_right/images/top_bg.png);
	height: 220px;
	background-repeat: repeat-x;
	position: relative;
	background-position: bottom;
	margin-top: -20px;
	padding-left: 20px;


}

.description {
	margin-top: 30px;
	margin-left: 120px;
	font-size: 14px;
	font-weight: bold;
	float: left;
	display: inline;

}
#headerimg p {
	font-size: 18px;
	font-weight: bold;
	position: absolute;
	left: 320px;
	top: 70px;

}

#headerimg img {
	position: absolute;
	left: 20px;
	top: 5px;

}
/*
#navcontainer ul {
	padding: 0;
	margin: 0;
	background: #5F707A;
	border-top: 1px solid #DFDFDF;
	border-bottom: 1px solid #DFDFDF;
	float: left;
	width: 760px;
	font: 13px Osaka, Verdana, sans-serif;
}

#navcontainer ul li {
	display: inline;
}

#navcontainer ul li.page_item a {
	padding: 5px 14px 5px 14px;
	background: #9C9D95;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	float: left;
	border-right: 1px solid #FFFFFF;
}

#navcontainer ul li.page_item a:hover {
	color: #FFFFFF;
	background: #C9C0B0;
}

#navcontainer ul li.current_page_item a {
	padding: 5px 14px 5px 14px;
	background: #C9C0B0;
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	border-right: 1px solid #DFDFDF;
}

#navcontainer ul li.current_page_item a:hover {
	background: #6F6F6F;
}
*/
/* Navigation */
.nav, .nav ul { 
	list-style: none;
	margin: 0;
	padding: 0;
}

.nav {
  font-family: Arial, Helvetica, sans-serif;
  z-index: 100;
  position: relative;
}
.nav li {
  border-left: 1px solid #000;
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
}
.nav li a, .nav li a:link, .nav li a:active, .nav li a:visited {
  font: bold 1.22em/25px Arial, Helvetica, sans-serif;
  background: #565656;
  color: #959595;
  display: block;
  padding: 0 9px;
  text-transform: lowercase;
  text-decoration: none;
}

.nav li a:hover {
  background: #ccc;
  color: #000;	

}
#nav-one li:hover a, 
#nav-one li.sfHover a {
  background: #ccc;
  color: #000;
}
#nav-one li:hover ul a, 
#nav-one li.sfHover ul a {
  background: #565656;
  color: #959595;	
}
#nav-one li:hover ul a:hover, 
#nav-one li.sfHover ul a:hover {
  background: #ccc;
  color: #000;	
}

.nav ul {
  background: #565656;
  border-bottom: 1px solid #000;
  list-style: none;
  margin: 0;
  width: 100px;
  position: absolute;
  top: -999em;
  left: -1px;
}
.nav li:hover ul,
.nav li.sfHover ul {
  top: 25px;
}
.nav ul li {
  border: 0;
  float: none;
}
.nav ul a {
  border: 1px solid #000;
  border-bottom: 0;
  padding-right: 20px;
  width: 80px;
  white-space: nowrap;
}
.nav ul a:hover {
  background: #ccc;
  color: #000;
}
#wrapper {
	width: 100%;
}
/*clearFix*/
#wrapper{
	zoom:1;/*for IE 5.5-7*/
	overflow: hidden;
}


#wrapper:after{/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}
* html #wrapper{
	display:inline-table;
	/*\*/display:block;/**/
}
/* clearFix */
#content {
	float: left;
	width: 590px;
}

#sidebar {
float: right;
	width: 200px;
margin-top:30px;

}

#footer {
	width: 100%;
	clear: both;
}

/*-------------Headings-------------*/

h1 {
	float: left;

	padding: 0px;
	display: inline;
}
/* 画像置換 */
html>body h1#dkir {
  position:relative;
  z-index:1;
}

h1#dkir {
  width:170px;
  height:50px;
  	margin: 10px 0px 10px 30px;
}
h1#dkir a {
  display:block;
  width:170px;
  height:50px;
  background:url(http://inqsite.net/wp/wp-content/themes/inqsite_2col_fixed_right/images/inqsite_logo.png) no-repeat 0 0;


/*\*//*/
  overflow: hidden;
  display:inline-table;
/**/
}

h1#dkir a b{
  display:block;
  position:relative;
  z-index:-1;
  width:170px;
  height:50px;

  overflow: hidden;

/*\*//*/
  display:inline-table;
/**/
}
/* /画像置換 */
h2 {

}

h3 {

}

h4 {

}

h5 {

}

/*-------------The Post-------------*/


.post h2{
font-size:16px;
   border-bottom: 1px solid  #000;
  border-left: 5px solid  #000;
margin-bottom:20px;
margin-right:20px;
padding-left:10px;
}

.post h2 a{
color:#000000;
text-decoration:none;
}
h2 a:hover, h2 a:visited, h2 a {

}

.post {
padding:30px 5px 20px 15px;
font-size:90%;
}

.post p {

}

.post a {

}

.post ul {

}

.post li {


}

.entry {

}

.entrytext {
margin:0px 10px 0px 15px;
font-size:90%;
}
.postmetadata{
font-size:80%;
}
.postmetadata alt {

}

.postmetadata a {

}

.navigation {

}

.alignleft {

}

.alignright {

}

.center {

}

.pagetitle {

}

blockquote {

}

cite {

}

a img {

}

acronym, abbr {

}

/*--------------Sidebar------------*/
#sidebar {
font-size:12px;

}
#sidebar ul {
font-size:12px;
width:160px;
}
#sidebar > ul {
width:160px;
}
#sidebar h2 {
font-size:12px;
padding:0px;
margin:0px;
}

#sidebar ul li {
	list-style-type: none;

}

#sidebar ul ul {
margin-bottom:10px;
}

#sidebar ul ul li {

}

#sidebar ul ul ul {

}

#sidebar p {

}

#sidebar a {


}
#sidebar li a{
padding-left:5px;
}
#sidebar ul.children a {
padding-left: 20px;
}

#sidebar a:hover {

}

#sidebar a:visited {


}


/*--------------Comments--------------*/

ol.commentlist {

}

ol.commentlist li {

}

ol.commentlist li.alt {

}

ol.commentlist a {

}

small.commentmetadata {

}

/*--------------Search Form-------------*/

#searchform {

}

#searchform input {

}

#searchform #s {

}


/*-------------Calendar-----------------*/

#wp-calendar {

}

#wp-calendar th {

}

#wp-calendar a {

}

#prev a, #next a {

}

#wp-calendar caption {

}

/*-------------Images------------------*/




/*-------------Other------------------*/

hr {
	display: none;
}
/*-------------footer------------------*/
#footer{
background-color:#cef;
font-size:10px;

}
#footer p{
margin:0px 0px 0px 20px;
}
#footer address {
	margin: 0px;
	padding-left: 5px;
	font-size: 10px;
	font-style: normal;
margin:0px 0px 0px 20px;
}
.powerd {
	font-size: 9px;
	text-align: right;
margin:0px 20px 0px 0px;
}

