/*
Theme Name: DebonStudio
Theme URI: http://www.debonstudio.com/
Description: Custom theme for DebonStudio
Version: 1.0
Author: Olivier Debon
Author URI: http://www.debonstudio.com/
Tags: blue, creme, custom header, fixed width, two columns, widgets

	DebonStudio v1.0
	http://www.debonstudio.com

	This theme was designed and built by Olivier Debon,
	whose blog you will find at http://www.debonstudio.com/

*/


/* Begin Typography & Colors */
#page {
	width: 960px;
	margin: 0 auto;
}
#page a:hover, #sidebar a:hover {
	border-bottom: 1px dotted #e90;
}
#sidebar {
	float: left;
	width: 275px;
	padding: 0 30px;
}
h2 {
	font-size: 1.6em;
}
#sidebar h2 {
	font-size: 1.4em;
}
.narrowcolumn .postmetadata {
	text-align: center;
}
.thread-alt, .thread-even {
	background-color: #fff8ea;
}
.depth-1 {
	border: 1px solid #e3d6b9;
}
.even, .alt {
	border-left: 1px solid #e3d6b9;
}
small {
	font-size: 0.9em;
	line-height: 1.5em;
	padding: 5px;
	color: #c0a260;
}
.commentlist li ul li {
	font-size: 1em;
}
.commentlist li {
	font-weight: bold;
}
.commentlist li .avatar {
	float: right;
	padding: 2px;
	border: 1px solid #e3d6b9;
	background: #fff;
}
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}
.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}
.commentmetadata {
	font-weight: normal;
}
code {
	display: block;
	font: 1.1em 'Courier New', Courier, Fixed;
	padding: 5px;
	border: 1px solid #c0a260;
	background: #fff;
}
acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
}
h2 a, h3 a {
	color: #906e23;
}
#page h2 a:hover, #page h3 a:hover {
	border-bottom: 0;
}
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
}
#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
}
#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}
/* End Typography & Colors */


/* Begin Structure */
.narrowcolumn {
	float: left;
	width: 564px;
	padding: 0 30px;
	border-right: 1px dotted #906e23;
}
.widecolumn {
	margin: 0 0 0 150px;
	width: 660px;
}
.post {
	margin: 0 0 40px;
	text-align: justify;
}
.post hr {
	display: block;
}
.widecolumn .post {
	margin: 0;
}
.narrowcolumn .postmetadata {
	padding-top: 5px;
}
.widecolumn .postmetadata {
	margin: 10px 0;
}
.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}
.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}
.postmetadata {
	clear: both;
}
/* End Structure */


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
}
/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 4px;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
.alignright {
	float: right;
}
.alignleft {
	float: left
}
/* End Images */


/* Begin Lists */

#sidebar ul, #sidebar ul li, #sidebar ul ol {
	margin: 0;
	padding: 0;
}
#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
}
#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
}
#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 5px;
}
#sidebar ul ul li {
margin:0;
padding:0;
}
#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
}
/* End Entry Lists */


/* Begin Form Elements */
input#s, input#author, input#email, input#url {
	height: 14px;
	width: 170px;
	margin: 5px 0 0 5px;
	padding: 5px;
	font:	normal 1em Tahoma, Arial, Helvetica, sans-serif;
	position: relative !important;
	color: #6e500d;
	border: 1px solid #cfb479;
	background: #fff !important;
}
input#s {
	width: 110px;
}
input#searchsubmit, form#commentform input#submit {
	background: url(/_img/btn_search.png) no-repeat;
	outline: none;
	cursor: pointer;
	height: 25px;
	width: 79px;
	border: 0;
	overflow: hidden;
	text-indent: -9999px;
}
input#searchsubmit {
	background: url(/_img/btn_search.png) no-repeat;
}
form#commentform input#submit {
	width: 138px;
	background: url(/_img/btn_submit_comment.png) no-repeat;
}
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}
select {
	width: 130px;
}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}
#commentform {
	margin: 5px 10px 0 0;
}
#commentform textarea {
	width: 100%;
	padding: 2px;
}
#respond:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
}
/* End Form Elements */


/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
}
.commentlist {
	padding: 0;
	text-align: justify;
}
.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
}
.commentlist li ul li {
	margin-right: -5px;
	margin-left: 10px;
}
.commentlist p {
	margin: 10px 5px 10px 0;
}
.children {
	padding: 0;
}
#commentform p {
	margin: 5px 0;
}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}
.commentmetadata {
	margin: 0;
	display: block;
}
/* End Comments */


/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}
#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}
#wp-calendar a {
	display: block;
}
#wp-calendar caption {
	text-align: center;
	width: 100%;
}
#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}
#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff;
}
/* End Calendar */


/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
}
acronym, abbr {
	border-bottom: 1px dashed #e3d6b9;
}
blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #e3d6b9;
}
blockquote cite {
	margin: 5px 0 0;
	display: block;
}
.center {
	text-align: center;
}
hr {
	display: none;
}
.entry img {
	border: 1px solid #e3d6b9;
	background-color: #f3f3f3;
}
.navigation {
	display: block;
	text-align: center;
	margin-top: 0;
	padding-bottom: 30px;
}
/* End Various Tags & Classes*/


/* Captions */
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	border: 1px solid #e3d6b9;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	/*-moz-border-radius: 3px; doesn't validate */
	/*-khtml-border-radius: 3px; doesn't validate */
	/*-webkit-border-radius: 3px; doesn't validate */
	/*border-radius: 3px; doesn't validate */
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0;
}
.wp-caption a {
	border-bottom: 0 !important;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
	text-align: center;
}
/* End captions */

