/*
Theme Name: Minimal Orange
Theme URI: http://inso.cc/
Description: Minimal, orange theme.
Version: 1.0
Author: Sebastien Cevey
Author URI: http://inso.cc/
Tags: minimal, two columns, expandable menu

	Minimal Orange v1.0
	http://inso.cc/

*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
/*	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
*/
font-family: Helvetica, Arial, sans-serif;
	color: #333;
	text-align: center;
	background-color: #f8f8f8;
	}

#page {
	text-align: left;
}

#content {
	font-size: 1.5em;
}

.alt {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
}

#logo .description {
	font-size: 1.2em;
}

h2 {
	font-size: 1.6em;
	}

#sidebar h2, #sidebar {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 1em;
}

#sidebar a, #sidebar-archives li {
	font-variant: small-caps;
}

h3 {
	font-size: 1.2em;
}

h1, h1 a, h1 a:hover, h1 a:visited, #logo .description {
	text-decoration: none;
	color: black;
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #3d6378;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
}

h2.pagetitle {
	color: #333;
}

h2.pagetitle .keyword, h3#comments .keyword {
	color: #ff5800;
}

.entry p a:visited {
	color: #b33e00;
}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	width: 100%;
	clear: left;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	color: #ff5800;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

/* alt-dark: #007062, alt-light: #00a18c, alt2: #3d6378 */

#sidebar h2, #sidebar {
	color: #999;
}
#sidebar:hover h2, #sidebar:hover {
	color: #333;
}

#sidebar a {
	color: #adc3e8;
}
#sidebar:hover a {
	color: #3d6378;
}

#sidebar {
	font: 1.2em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

strong {
	font-weight: bold;
}

em {
	color: #3d6378;
	font-style: italic;
}
a em {
	color: inherit; /* broken in IE */
}

small, .nocomments, .postlinks, .postmetadata, blockquote, strike, #footer {
	color: #777;
}

.postmetadata {
	font-size: 0.7em;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

code {
	font: 0.8em 'Courier New', Courier, Fixed;
}

code.snippet {
	display: block;
}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
}

a {
	color: #3d6378;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

.entry p a {
	color: #ff5800;
	text-decoration: none;
}
.entry p a:hover, h2 a:hover, h3 a:hover {
	text-decoration: underline;
}

.navigation a {
	color: #ff5800;
}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
}

#page {
	margin: 20px auto;
	padding: 0 1%;
	min-width: 780px;
	max-width: 1400px;
	width: 860px;
}

html>body #page { /* sorry IE, but you suck at variable sizes.. */
	width: 85%;
}

#header {
	margin: 0;
	padding: 0;
	height: 120px;
	width: 100%;
}

#logo {
	margin: 0;
}

#logo-part1, #logo-part2 {
	height: 60px;
	display: block;
	float: left;
}

#logo-part1 .imgtext span, #logo-part2 .imgtext span {
	display: none;
}

#logo-part1 .imgtext { /* prevent IE hidden overflow */
	display: block;
	width: 210px;
}
#logo-part2 .imgtext {
	display: block;
	width: 133px;
}

#logo-part1 {
	margin: 0 1% 0 0;
	width: 28%;
	text-align: right;
	background: transparent url("images/logo-p1.png") no-repeat right;
	cursor: pointer; /* stupid IE */
}

#logo-part2 {
	margin: 0 0 0 2%;
	width: 69%;
	background: transparent url("images/logo-p2.png") no-repeat left;
	cursor: pointer; /* stupid IE */
}

#search { 
	width: 15%;
	float: left;
}

#othersite { 
	width: 120px;
	height: 100px;
	padding: 1em;
	top: 0px;
	left: 0px;
	position: absolute;
	background-color: black;
}

#sidebar
{
	margin: 0 1% 0 0;
	width: 28%;
	float: left;
	text-align: right;
}

#sidebar li h2 { 
	text-align: right;
}

#sidebar form, #search form {
	margin: 0;
}

#content {
	margin: 0 0 0 2%;
	width: 68%;
	float: left;
}

.post {
	margin: 0;
	margin-bottom: 2em;
}

.post hr {
	display: block;
}

.entry {
	width: 70%;
	float: left;
}

.entry p {
	margin-top: 0.5em; /* between title and entry */
}

.postlinks {
	width: 70%; /* like .entry */
	text-align: right;
	clear: both;
}

.postmetadata {
	border-top: 2px solid #3d6378;
	padding: 2px 0.5em;
	margin-top: 0.5em; /* goes with post p top margin */
	background-color: #ddd;
	width: 20%;
	float: right;
	text-align: right;
}

.postmetadata p {
	margin-top: 0.2em;
	margin-bottom: 0.3em;
}

.clear {
	clear: both;
}

#footer p {
	padding-top: 2em;
	text-align: center;
	clear: both;
}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 25px;
	margin: 0;
}

h2 {
	padding: 0;
	margin: 0;
}

h2.pagetitle {
	text-align: center;
	margin-right: 30%; /* align to .entry */
}

#sidebar h2 {
	margin: 0;
	margin-bottom: 0.5em;
	padding: 0;
	cursor: pointer;
}

h3 {
	padding: 0;
	margin: 30px 0 0;
	clear: left;
}

h3#comments {
	padding: 0;
	margin: 2em auto 0.5em;
	color: #333;
}
/* End Headers */



/* 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.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
	}

img.illu1 {
	padding: 1px;
	margin: 1em 30% 1em 0; /* no proper align left, clear text, margin off */
	float: left;
}

img.illu2 {
	padding: 1px;
	margin: 0 0 2px 7px;
	float: right;
}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before {
	content: "\00BB \0020";
	}

#sidebar ul ul li:before {
	content: "";
}
#sidebar ul ul li + li:before {
	content: " \00B7 \0020";
}

#sidebar ul ul li {
	display: inline;
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 1em;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	margin-bottom: 0.5em;
}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
}

.entry ol li {
	margin: 0;
	padding: 0;
	list-style: decimal outside;
}

#sidebar #sidebar-archives ul li, #sidebar #sidebar-recent ul li {
	display: block;
	margin-bottom: 0.5em;
}

#sidebar #sidebar-archives ul li + li:before, #sidebar #sidebar-archives li + li:before,
#sidebar #sidebar-recent ul li + li:before, #sidebar #sidebar-recent li + li:before {
	content: "";
}

/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	padding: 5px 0;
}

#searchform #s {
	color: #333;
	width: 108px;
	padding: 2px;
}

#searchform #s.defaultValue {
	color: #777;
}

#searchsubmit {
	padding: 1px;
	}

.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 textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
#commentsection {
	width: 70%; /* like .entry */
}

.alt {
	text-align: left;
	margin: 1em 40% 2em 10%; /* align to .entry */
	width: 50%;
	float: left;
	padding: 10px;
}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */


/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.center {
	text-align: center;
}

.hidden {
	display: none;
}

hr {
	border: 0;
	border-bottom: 1px solid #ddd;
	width: 60%;
	display: block;
	margin: auto;
}

a img {
	border: none;
}

.navigation {
	width: 70%; /* like .entry */
	float: left;
	display: block;
	clear: both;
	text-align: center;
	margin-top: 1em;
	margin-bottom: 1em;
}

.sarcasm {
	text-decoration: line-through;
}

/* IE too dumb to show negative margin properly */
html>body .navigation {
	width: 86%; /* like .entry, with offset */
	margin-left: -8%;
}

img#wpstats { /* hide stats smiley */
	width: 0px;
	height: 0px;
	overflow: hidden;
}
/* End Various Tags & Classes*/


/* Captions */
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */
