/*
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: #d5fbff url(images/bg.gif) repeat-x top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #7e6b5a;
}

#shadow {
	background: url(images/bg-shadow.png) repeat-y top;
	width: 870px;
	margin: 0 auto;
}

* html #shadow {
	background: #d3d8b3;
	width: 850px;
	margin: 0 auto;
}

#wrapper {
	width: 850px;
	margin: 0 auto;
	background: #d3d8b3;
	padding: 0;
}

#header {
	height: 290px;
	background: url(images/main.jpg) no-repeat top left;
}

#pagecontent {
	margin: 50px 70px 50px 70px;
}

#content {
	width: 570px;
	margin: 50px 70px 30px 0;
	float: right;
	display: inline; /* Added to fix the double margin in IE6 */
}

#sidebar {
	width: 140px;
	margin: 50px 0 30px 50px;
	float: left;
	overflow: hidden;
	display: inline; /* Added to fix the double margin in IE6 */
}

#footer {
	clear: both;
	margin-left: 40px;
	padding: 20px 0;
}

#topleft {
	margin: 50px 70px 30px 50px;
	width: 330px;
	float: right;
	display:inline;
}
#photodiv {
	background-repeat: no-repeat;
	margin: 50px 0 30px 70px;
	/*padding-top: 25px;*/
	width: 330px;
	height: 220px;
	float: left;
	display:inline;
}

/* =========================================================
 * General
========================================================= */
* {
	margin: 0;
	padding: 0;
}

a {
	color: #7e6b5a;
	text-decoration: underline;
}

a:hover {
	color: #a19081;
	text-decoration: none;
}

img {
	border: 0;
}

.separator {
	color: #CCCCCC;
	margin: 0 5px;
}

.clear {
	clear: both;
	font-size: 0;
	height: 0;
}

.floater-left {
	float: left;
}

.floater-right {
	float: right;
}

#access {
	background: #bec880;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 15px;
}
#access a {
	color: #fff;
	text-decoration: none;
}
#access a:hover {
	color: #fff;
	text-decoration: underline;
}

#menu {
	float: left;
	margin-left: 120px;
}
* html #menu {
	margin-left: 65px;
}
#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 */
	border-left: 1px solid #d7dcb5;
	margin-left: 13px;
	padding-left: 13px;
}
#menu ul li:first-child {
	display: inline; /* Added to fix the double margin in IE6 */
	border-left: none;
	margin-left: 0;
	padding-left: 0;
}

#lang {
	float: right;
	margin-top: 8px;
	padding-right: 10px;
}
#lang ul {
	display: inline; /* Added to fix the double margin in IE6 */
	list-style: none;
}
#lang ul li {
	display: inline; /* Added to fix the double margin in IE6 */
	float: right;
	margin-right: 5px;
}


#blog-title {
	font-size: 250%;
	font-weight: normal;
	display: none;
}

#blog-description {
	font-size: 120%;
	font-weight: normal;
	display: none;
}

/* =========================================================
 * Content
========================================================= */
#pagecontent h3 {
	font-size: 140%;
	font-weight: normal;
	margin-top: 20px;
	margin-bottom: 5px;
}

.page-title {
	margin-bottom: 15px;
	font-weight: normal;
	font-size: 160%;
}

#topleft h2 {
	font-weight: normal;
	font-size: 18px;
}
#topleft .post {
	margin-bottom: 20px;
}

#content .post {
	margin-bottom: 50px;
}

#content .entry-title {
	font-weight: normal;
	font-size: 160%;
}

#topleft .entry-title {
	font-weight: normal;
	font-size: 100%;
}

.entry-comments {
	float: right;
}

.entry-title a {
	color: #7e6b5a;
}

.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: #a19081;
	font-size: 90%;
	margin-top: 10px;
}

.entry-footer {
	color: #7e6b5a;
	font-size: 90%;
	border-bottom: 1px solid #EFEFEF;
	border-top: 1px solid #EFEFEF;	
	padding: 5px 0;
}

.entry-footer span {
	color: #7e6b5a;
	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.6;
	margin-bottom: 15px;
}

.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;
	text-transform: uppercase;
	padding: 0 2px;
}

#sidebar ul {
	list-style: none;
}

#sidebar ul li {
	margin-bottom: 10px;
}

#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-position: 0 7px;
	margin: 0;
}

#sidebar ul li ul li ul li {
	padding: 4px 0 0 10px;
	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;
}

.widget_tag_cloud a {
	text-transform: lowercase;	
}

/* =========================================================
 * Comments
========================================================= */
#comments {
	margin-top: 70px;
}

#comments h3 {
	font-size: 120%;
	margin-bottom: 10px;
	color: #7e6b5a;
}

#comments-list {
	border-top: 1px dashed #f2f3e9;
	padding-top: 10px;
}

.comments ol {
	list-style: none;
}

.comments ol li {
	padding: 10px;
	background: #FFFFFF;
	margin-top: 2px;
}

.comments ol li.alt {
	background: #FAFAFA;
}

#comments-list ol li.comment {
	background: #e6e9d4;
	margin-bottom: 5px;
}

.comment-author {
	font-weight: bold;
}

.comment-meta {
	color: #a19081;
	margin-bottom: 5px;
	font-size: 90%;
}

.unapproved {
	font-style: italic;
}

#respond {
	border-top: 1px dashed #f2f3e9;
	margin-top: 30px;
	padding-top: 10px;
}

#respond h3 {
	color: #7e6b5a;
}
	
.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: #f2f3e9;
	border: 1px solid #bec880;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.form-textarea input {
	width: 280px;
}

.form-textarea textarea {
	width: 400px;
}

.form-input input:hover,
.form-textarea textarea:hover {
	background-color: #FFFFFF;
}

.form-submit input {
	padding: 2px 5px;
}

/* =========================================================
 * コンタクトフォーム
========================================================= */
#pagecontent .your-name input,
#pagecontent .your-email input,
#pagecontent .your-subject input,
#pagecontent .your-message textarea {
	padding: 5px;
	background: #f2f3e9;
	border: 1px solid #bec880;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#pagecontent .your-name input,
#pagecontent .your-email input,
#pagecontent .your-subject input {
	width: 280px;
}

#pagecontent .your-message textarea {
	width: 400px;
}

#pagecontent .your-name input:hover,
#pagecontent .your-email input:hover, 
#pagecontent .your-subject input:hover,
#pagecontent .your-message textarea:hover {
	background-color: #FFFFFF;
}


/* =========================================================
 * イメージ
========================================================= */
img.alignleft {
	float: left;
	margin: 0 15px 5px 0;
}

#pagecontent table {
	margin: 0 auto;
}

/* =========================================================
 * table-01 CSS
========================================================= */
table#table-01, table#table-02 {
	border: 1px #a5af63 solid;
	border-collapse: collapse;
	border-spacing: 0;
	text-align: center;
}
table#table-01 th, table#table-02 th {
	padding: 5px;
	border: #9aa555 1px solid;
	background: #bec880;
	font-weight: bold;
	line-height: 120%;
}
table#table-01 tr.even, table#table-02 tr.even {
	background: #c8cda5;
}

table#table-01 tr:hover td {
	background: #c5ce8e;
	/*color: #FFFFFF;*/
}
table#table-01 td, table#table-02 td {
	padding: 5px;
	border: #a5af63 solid;
	border-width: 0 1px 0 1px;
}
table#table-01 td.title, 
table#table-02 td.title {
	text-align: left;
}
#table-01 small, #table-02 small {
	font-size: 11px;
	font-weight: normal;
}

/* =========================================================
 * table-02 CSS
========================================================= */
table#table-02 {
	margin-bottom: 15px;
}
table#table-02 th.title {
	width: 225px;
}
table#table-02 th.mp3 {
	width: 200px;
}
table#table-02 th.pdf {
	width: 140px;
}
table#table-02 p {
	margin: 0;
}
table#table-02 td.memo {
	text-align: left;
}