﻿/*
This stylesheet is part of the [in] business template downloaded from the oswd.org site 

The stylesheet and template where made by Tjobbe Andrews from NOW:design www.now-design.co.uk
*/
* {
  padding: 0;
  margin: 0;
}

html {
	width: 100%
}

body {
	font-family: "Helvetica", "Arial", "ＭＳ Ｐゴシック", "Osaka", sans-serif;/*"Trebuchet MS", verdana, arial, "Times New Roman";*/
	font-size: 90%;
	color: #3D3535;
	background-color: #E4E5E0;
	margin: 20px;
	padding: 0px;
	line-height: 140%;
}

/* Wrapper */
.all {
	text-align: center; 
	width: 100%;
}

/* the container */
.box {
	background-color: #FFFFFF;
	margin-left: auto; 
	margin-right: auto; 
	margin-top: 45px;
	margin-bottom: 20px;
	padding: 20px; 
	text-align: left; 
	width: 90%;
}

/*holds the tabs at the top*/
.menu {
	background-color: #FFFFFF;
	text-align: right; 
	border-bottom: 1px solid #FFFFFF;
}

/*holds the logo and image*/
.header {
	background-color: #EDEEEA;
	padding: 10px; 
	margin-top:3px;
	height: 95px;
}
.header a img {
  border: 0 none;
}

/*defines the colours for the tabs, with corner background images*/
.menu a:link, .menu a:active, .menu a:visited {
	background: #EDEEEA url(corner.gif) no-repeat right top;
	color: #3D3535;
	text-decoration: none;
	padding: 3px 7px 3px 7px;
	margin: 0 0 0 4px;
}

.menu a:hover {
	background: #D6D8CF url(corner2.gif) no-repeat right top;
	color: #000000;
	text-decoration: none;
	padding: 3px 7px 3px 7px;
	margin: 0 0 0 4px;
}

/*just a fix, taken from http://www.positioniseverything.net/easyclearing.html*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {
	display: inline-table;
}


* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
/* End hide from IE-mac */

/*the main text container*/
.content {
	margin-right: 255px;
	margin-left: 170px;
	padding: 20px;
  list-style-image: url(b.gif);
	list-style-position: 10px;
}

.content h1, .content h3, .h {
	font-size: 110%;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	border-bottom: 2px solid #A53512;
	color: #A53512;
}

/*this is the right hand bar, news bar, links bar w/e*/
.newsbar {
	margin-top: 15px;
	width: 160px;
	float: left;
}

.newsbar2 {
	margin-top: 25px;
	width: 245px;
	float: right;
}

.newsbar h1, .newsbar2 h1 {
	background-color: #A53512;
	color: #FFFFFF;
	padding: 3px;
	margin: 0px 0px 0px 0px;
	font-size: 100%;
	font-weight: normal;
}

/*this just lets you have a "comment" type area in the main content*/
.p1 {
	padding: 20px;
	background-color: #F7F7F4;
	font-size:90%;
}

/*sets the padding for the newsbar text, not the headings*/
.p2 {
	padding: 20px;
	background-color: #FFFFFF;
	font-size: 90%;
	list-style-image: url(b.gif);
	list-style-position: 10px;
}

.p2 ul {
	margin: 0px 0px 0px 15px;
	padding: 0px 0px 0px 0px;
}

/*the footer, with copyright*/
.footer {
clear:both;
	background-color: #D6D8CF;
	padding: 10px;
	font-size: 80%;
	text-align: center;
}

/*sets the link colours and style*/
.style1 {
  color: #A53512;
}

.content a {
  color: #EB9111;
}
.content a:hover {
  color: #F56925;
}

.newsbar a, .newsbar2 a, .footer a, .content h1 a, .content h3 a {
  color: #A53512;
  font-weight: bold;
}
.post-body-footer a {
  color: #A53512;
}
.newsbar a:hover, .newsbar2 a:hover, .footer a:hover, .content h1 a:hover, .post-body-footer a:hover {
  color: #000000;
}
#blogtitle {
  padding: 10px;
}
#blogtitle a {
  color: #000;
  text-decoration: none;
}

.date-header {
  float:right;
}
.post-body-footer {
  margin: 20px 0 50px 0;
  text-align: right;  
}
div.code, pre.code, code {
  background-color: #EDEEEA;
  font-family: "Courier New",'ＭＳ ゴシック',monospace;
  font-size: 9pt;
}

.content ul {
	margin: 0px 0px 25px 35px;
	padding: 0px 0px 0px 0px;
}

#comments li {
  margin-bottom: 30px;
}
.comment-data, .comment-poster {
  text-align: right;
}
#backlinks {
  margin-top: 10px;
}
#backlinks .comment-body {
  margin-left: 20px;
}

.footer .ranking {
  float: right;
  width: 88px;
}
.footer-ads {
  padding: 10px 10px 0 10px;
}
.footer .copyright {
  padding: 5px;
}
.footer-clear {
}

blockquote {
  margin: 0 0 0 20px;
  padding: 10px 0 0 20px;
  font-size: 9pt;
  line-height: 1.5em;
  color: #666;
  background: url(http://www.kuribo.info/image/in_business/quotes.gif) no-repeat top left;
}
blockquote p {
  margin-top: 0;
}
blockquote div.by {
  font-size: 8pt;
  margin: 0px;
  padding: 0px;
  text-align: right;
}
.newsbar center td {text-align:center;font-size:0pt !important;}
.newsbar center form {margin:0; padding:0;}
.commenthidden {
  display: none;
} 
.commentshown {
  display: block;
}
.sidebar-ads {
  font-size: 11px;
  font-family: arial, sans-serif;
  width: 160px;
}
.sidebar-ads a {
  color: black;
  font-weight: normal;
}

.hatena-star-add-button-image {
  background-image: url(http://www.kuribo.info/image/in_business/s_append.gif);
}
.hatena-star-comment-button-image {
  background-image: url(http://www.kuribo.info/image/in_business/s_comment.gif);
}
@media print {
  body {
    background-color: #ffffff;
    padding: 0 0 0 0 !important;
    margin:  0 0 0 0 !important;
    text-align: left !important;
  }
  div {
    padding: 0 0 0 0 !important;
    margin: 0 0 0 0 !important;
    text-align: left !important;
    width: 100% !important;
  }
  iframe, div.menu, div.header, div.clearfix, div.newsbar, div.newsbar2, div.footer {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
  }
  div.newsbar, div.newsbar2 {
    float:none !important;
  }
  a {
    color: black !important;
  }
  div.content {
    width: 99% !important;
  }
}
