/*
THEME NAME: Corporate Sandbox
THEME URI: http://www.rubiqube.com/corporate-sandbox/
DESCRIPTION: This theme is based on <a href="http://www.plaintxt.org/themes/sandbox/">Sandbox</a>. It has minimum styling and graphics, making it ideal for corporate blogs
VERSION: 1.1
AUTHOR: <a href="http://www.rubiqube.com">Adrian Diaconescu</a>
AUTHOR URI: http://www.rubiqube.com
*/

/* Architecture */
html { }

body {
	background: #dcdcdc;
	width: 100%;
/*
	background: #d3d3d3;
*/
	font-family: Arial, Helvetica, sans-serif;
	color: #404040;
/*
	background: #efefef;
*/
	font-size: 13px;
}

#wrapper {
    margin-left: 20px;
    margin-right: 20px;
/*
	width: 760px;
	margin: 0 auto;
*/
	background: #ffffff;
	padding: 0 10px;
}

#header {
	height: 90px;
/*
	height: 140px;
*/
	border-top: 1px solid #e5e5e5;
	border-bottom: 3px solid #666666;
}

#container {
	margin: 20px 10px 30px 255px;
/*
	float: right;
	margin: 20px 10px 30px -255px;
	float: left;
*/
}

#content {
/*
	margin: 20px 10px 30px 255px;
	margin: 20px 235px 30px 20px;
*/
}

#sidebar {
	float: left;
	margin: 5px;
	padding-right: 5px;
	width: 210px;
	border-right: solid 1px #cccccc;
/*
    float: right;
	border-left: solid 3px #d3d3d3;
*/
	overflow: hidden;
}

#footer {
	clear: both;
/*
	clear: left;
	width: 100%;
*/
	padding: 20px;
	border-top: 3px solid #d3d3d3;	
/*
	border-top: 3px solid #EFEFEF;	
*/
	font-size: 12px;
}

/* General */
* {
	margin: 0;
	padding: 0;
}

a {
	color: #006699;
/*
	color: #666666;
*/
	text-decoration: none;
}

a:hover {
	color: #333333;
	text-decoration: underline;
}

img {
	border: 0;
}

.separator {
	color: #cccccc;
	margin: 0 5px;
}

.clear {
	clear: both;
	font-size: 0;
	height: 0;
}

.meta-sep {
	color: #cccccc;
	margin: 0 5px;
}

.floater-left {
	float: left;
}

.floater-right {
	float: right;
}

#access {
	overflow: hidden;
/*
	width: 760px;
*/
}

#menu ul {
	display: inline; /* Added to fix the double margin in IE6 */
	list-style: none;
}

#menu ul li {
	display: inline; /* Added to fix the double margin in IE6 */
	float: left;
	margin-left: 10px;
	padding: 15px 10px;
}

#blog-title {
	font-size: 210%;
	font-family: "ＭＳ Ｐ明朝", serif;
	margin: 20px 0 0 20px;
/*
	font-size: 250%;
	font-weight: normal;
	margin: 40px 0 0 20px;
*/
}

#blog-title a {
	color: #333333;
}

#blog-description {
	font-size: 120%;
	font-weight: normal;
	margin: 0 0 0 20px;
}

/* Content */
.page-title {
	margin-bottom: 15px;
	font-weight: normal;
	font-size: 160%;
}

.post {
	margin-bottom: 50px;
}

h1.entry-title {
	font-weight: bold;
	font-size: 160%;
}
h2.entry-title {
/*
	width: 450px;
*/
	font-weight: normal;
	font-size: 120%;
/*
	font-size: 140%;
*/
}

.entry-comments {
	float: right;
}

.entry-title a {
	color: #703800;
/*
	color: #FF8000;
*/
}

.more-link {
	display: block;
	margin: 10px 0 0 0;
}

.entry-comments {
	float: right;
	background: url(images/cbubble_left.gif) no-repeat top left;
	padding: 3px 0 7px 7px;
}

.entry-comments a {
	background: url(images/cbubble_right.gif) no-repeat top right;
	padding: 3px 7px 7px 0;
	color: #ffffff;
}

.entry-comments a:hover {
	color: #ffffff;
}

.entry-meta {
	color: #333333;
/*
	color: #666666;
*/
	font-size: 90%;
	margin-top: 10px;
}

.entry-categ {
	color: #333333;
/*
	color: #666666;
*/
	font-size: 90%;
	border-bottom: 1px solid #efefef;
	padding-bottom: 5px;
}

.entry-footer {
	color: #333333;
/*
	color: #666666;
*/
	font-size: 90%;
	border-bottom: 1px solid #efefef;
	border-top: 1px solid #efefef;	
	padding: 5px 0;
}

.entry-footer span {
	color: #cccccc;
	margin: 0 5px;
}

.entry-subscribe {
	padding: 5px 5px 5px 26px;
	background: #fafafa url(images/rss.gif) no-repeat top left;
	background-position: 6px 6px;
}

.entry-content {
	margin-top: 15px;
}

.entry-content p {
	line-height: 1.5;
	margin-bottom: 10px;
}

.entry-content h2 {
	font-size: 120%;
	margin-bottom: 5px;
	margin-top: 25px;
}

.entry-content a {
/*
	text-decoration: underline;
*/
}

.entry-content ul, .entry-content ol {
	margin-left: 30px;
	margin-bottom: 10px;
}

.entry-content ul li, .entry-content ol li {
	line-height: 1.3;
	margin-bottom: 5px;
}

/* Sidebar */


/* Start: QBKL Styles - Added to make styling availble even if widgets are not used */

#sidebar h2, #sidebar h3 {
	font-size: 100%;
/*
*/
	font-weight: bold;
	color: #333333;
	text-transform: uppercase;
	margin-bottom: 5px;
	padding: 0 2px;
}

#sidebar ul {
	list-style: none;
}

#sidebar ul li {
	margin-bottom: 20px;
}

#sidebar ul li ul, #sidebar ul li ul li ul {
	margin: 0;
	padding: 0;
}

#sidebar ul li ul li {
	padding: 4px 2px 4px 10px;
	background: url(images/bullet.gif) no-repeat top left;
	background-position: 0 7px;
	margin: 0;
/*
	border-bottom: 1px solid #EFEFEF;
*/
}

#sidebar ul li ul li ul li {
	padding: 4px 0 0 10px;
	background: url(images/bullet.gif) no-repeat top left;
	background-position: 0 7px;
	margin: 0;
	border-bottom: none;
}

/* End: QBKL Styles */

#rss-links ul li {
	background: url(images/rss.gif) no-repeat top left;
	padding-left: 22px;
	background-position: 1px 4px;
}

.textwidget p {
	margin-bottom: 10px;
}

.textwidget a {
/*
	text-decoration: underline;
2009-06-14T15:22:27+09:00
*/
}

.widget_tag_cloud a {
	text-transform: lowercase;	
}

#wp-calendar caption {
	padding: 5px 0;
	background: #fafafa;
	margin-bottom: 5px;	
}

#wp-calendar td {
	padding: 4px 6px;
	color: #999999;
}

#wp-calendar td a {
	font-weight: bold;
}

#wp-calendar #next {
	text-align: right;
}

/* Comments */
.comments {
	margin-top: 30px;
}

.comments h3 {
	font-size: 120%;
	margin-bottom: 10px;
	color: #333333;
}

.comments ol {
	list-style: none;
}

.comments ol li {
	padding: 10px;
	background: #ffffff;
	margin-top: 2px;
}

.comments ol li.alt {
	background: #fafafa;
}

.comment-author {
	font-weight: bold;
}

.comment-meta {
	color: #666666;
	margin-bottom: 5px;
	font-size: 90%;
}

.unapproved {
	font-style: italic;
}

#respond {
	margin-top: 30px;
}

#respond h3 {
	color: #333333;
}
	
.formcontainer {
	margin-top: 10px;
	margin-bottom: 10px;
}

#comment-notes {
	margin-bottom: 10px;
}

.form-label {
	margin-bottom: 2px;
}

.form-input, .form-textarea {
	margin-bottom: 10px;
}

.form-input input, .form-textarea textarea {
	padding: 5px;
	background: #fafafa;
	border: 1px solid #cccccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
/*
	font-size: 12px;
*/
}

.form-textarea input {
/*
	width: 280px;
*/
}

.form-textarea textarea {
/*
	width: 350px;
*/
}

.form-input input:hover {
	background-color: #ffffff;
}

.form-submit input {
	padding: 2px 5px;
}

/*
added for 256kb.net
*/
#search-terms, #category-name, #tag-term {
    font-weight: bold;
}
p.addclip {
    text-align: right;
}
td.product-imgCell {
    text-align: center;
}
span.product-subTitle {
    font-weight: bold;
    color: #cc6600;
}

span.product-releaseDate {
    font-size: 85%;
}
p.product-price {
    font-size: 120%;
    text-decoration: underline;
}
span.product-price, span.product-price a {
    font-size: 14pt;
    font-family: 'Verdana', 'Bitstream Vera Sans', 'Gill Sans', sans-serif;
    font-weight: bold;
    color: red;
}
span.product-price a:hover {
	text-decoration: underline;
}
span.product-amountSaved {
    font-size: 90%;
    font-weight: bold;
    color: #666666;
}
span.product-percentageSaved {
    font-size: 90%;
    font-weight: bold;
}
span.product-listPrice {
    text-decoration: line-through;
}
span.product-reviewCount {
    font-size: 85%;
}

span.product-reviewContent {
    font-size: 90%;
}

span.product-reviewDate {
    font-size: 85%;
}
span.product-storeName {
	font-weight: bold;
	font-size: 13px;
}
span.product-storeInfo {
	font-size: 85%;
	display: block;
	float: right;
}
table.product td {
    padding: 25px;
}
table.offer {
    width: 99%;
    border-collapse: collapse;
    text-align: center;
    margin: 2px; /* Firefox 3.0でtable枠が表示されないことへの対応 */
}
table.offer col.product-storeType {
    width: 200px;
}
table.offer col.product-price {
    width: 18%;
}
table.offer col.product-stock {
    width: 16%;
}
table.offer col.product-shipping {
    width: 12%;
}
table.offer th {
    font-weight: normal;
    border: solid 1px #cccccc;
}
table.offer td {
    color: #000000;
    padding: 8px;
    border: solid 1px #cccccc;
}
table.offer td.num {
    text-align: right;
}
table.offer td.shop-logo {
    width: 40px;
}
.offer-note {
	font-size: 11px;
}
dl dt {
    margin-top: 1em;
}
dl dd {
    margin-top: 0.3em;
}
dl.product-feature dt, dl.product-review dt {
    font-size: 110%;
}
dl.product-feature dd, dl.product-review dd {
    margin-left: 2em;
}
div.breadcrumb {
    margin: 5px;
    padding-bottom: 5px;
    border-bottom: solid 1px #cccccc;
}
p.TS-productListShowType {
	margin-bottom:2em;
}
table.TS-productList {
    margin: 5px;
    border-collapse: collapse;
    vertical-align: middle;
}
table.TS-productList tr {
    border-top: dotted 1px #cccccc;
    border-bottom dotted 1px #cccccc;
}
table.TS-productList td {
	padding: 10px;
}
table.TS-productList td.TS-productListRankNum {
    font-family: 'Verdana', 'Bitstream Vera Sans', 'Gill Sans', sans-serif;
    font-weight: bold;
}
table.TS-productList td.TS-productListImg {
}
div.wp-pagenavi {
/*
他の部分はプラグイン内で設定している
*/
	margin: 20px;
}
table.TS-homeMatrix {
	margin-top: 15px;
	margin-bottom: 25px;
	margin-left: auto;
	margin-right: auto;
	border-collapse: separate;
	border-spacing: 5px;
}
table.TS-homeMatrix td {
	width: 220px;
	padding: 8px;
	text-align: center;
	border: solid 1px #cccccc;
}
span.TS-homeMatrixRankNum {
	font-family: 'Verdana', 'Bitstream Vera Sans', 'Gill Sans', sans-serif;
	font-weight: bold;
}
iframe#pricelist {
	float: right; /* IE6対策 */
	width: 100%;
	padding-bottom: 15px;
	border-bottom: solid 1px #cccccc;
}
/*
dtree
*/
#dtreec, #dtreea, #dtreep, #dtreel, #dtreecatwrapper, #dtreearcwrapper, #dtreepgewrapper, #dtreelnkwrapper {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 3px 0px 0px 0px; /*spacing from the open/close all links*/
	font-size: 13px;
	color: #000000;
	white-space: nowrap;
	text-align:left; !important
}
#dtreec img, #dtreea img, #dtreep img, #dtreel img {
	border: 0px;
	vertical-align: middle;		
	float: none; 
	display:inline;
	margin: 0 0px 0px 0;
	padding: 0px !important;
	line-height: 13px !important;
}
#dtreec a, #dtreea a, #dtreep a, #dtreel a, #dtreecatwrapper a, #dtreearcwrapper a, #dtreepgewrapper a, #dtreelnkwrapper a {
	display: inline;
	padding: 0;
/*
	color: #999999;
*/
	text-decoration: none;
}

/*RSS icons for categories. Don't ask.*/
#dtreec a.dtreerss, #dtreea a.dtreerss, #dtreep a.dtreerss, #dtreel a.dtreerss  {	
   padding-right: 25px; 
   background: url('') no-repeat center right;  
   text-decoration: none;   
}

#dtreec a.dtreerss:hover, #dtreea a.dtreerss:hover, #dtreep a.dtreerss:hover, #dtreel a.dtreerss:hover  {	
    padding-right: 25px; 
    background: url('') no-repeat center right;
    text-decoration: none;
}

#postcount {
	display: inline;
	padding: 0;
	color: #999999;
	text-decoration: none;
}

#dtreec a.node, #dtreea a.node, #dtreep a.node, #dtreel a.node, #dtreec a.nodeSel, #dtreea a.nodeSel, #dtreep a.nodeSel, #dtreel a.nodeSel {
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
}
#dtreec a:hover, #dtreec a.node:hover, #dtreec a.nodeSel:hover, #dtreea a:hover, #dtreea a.node:hover, #dtreea a.nodeSel:hover, #dtreep a:hover, #dtreep a.node:hover, #dtreep a.nodeSel:hover, #dtreel a:hover, #dtreel a.node:hover, #dtreel a.nodeSel:hover {
/*
	color: #CCCCCC;
*/
	text-decoration: underline;
}
/*If you want some cool highlighting on the active node, you can change it here. Default is a simple underline.*/
#dtreec a.nodeSel, #dtreea a.nodeSel, #dtreep a.nodeSel, #dtreel a.nodeSel {
	text-decoration: underline;
}
#dtreec .clip, #dtreea .clip, #dtreep .clip, #dtreel .clip {
	overflow: hidden;
	width: 100%;
}

/*
categories page
*/

#content ul {
	margin: 1.0ex;
}
#content ul li {
	margin-left: 2.3ex;
	margin-top: 1.0ex;
}
