/*
Theme Name: Darwin
Theme URI: http://phocks.org/category/themes/darwin/
Description: A minimalist, evolutionary WordPress theme, able to adapt over time through small mutations. A free theme based on <a href="http://binarybonsai.com/wordpress/kubrick/">Kubrick</a>, inspired by <a href="http://en.wikipedia.org/wiki/Charles_Darwin">Charles Darwin</a>, and licensed under the <a href="http://www.opensource.org/licenses/gpl-license.php">GPL</a>.
Version: 0.1.3
Author: Joshua Byrd
Author URI: http://phocks.org/
Tags: open source, free, fixed width, minimalist

	Darwin v0.1.3
	http://phocks.org/
	
	A minimalist, evolutionary WordPress theme, able to adapt over time through small mutations. 
	A free theme based on Kubrick, inspired by Charles Darwin.

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
body {
	margin: 0;
	padding: 0;	
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
	background: white;
	color: #444;
	text-align: center;
	}

#block {
	background-color: white;
	margin: auto;
	text-align:center;	
	}

#page {
	width: 760px;
	border:none;	
	text-align: left;	
	margin: 0px auto 20px;
	padding-top: 10px;	
	text-align: left;
	}	

#header {	
	margin: 0;
	padding: 0;	
	}

#header.single {			/* So the header is in line with the next on single page view */
	width: 510px;
	margin: 0 auto;
	}

#content {
	font-size: 1.2em;	
	}
	
#content ul {
	padding: 0 0 0 35px;
	list-style: disc;
	margin: 0px;
}	
#content ul li {
	padding: 0px;
	text-indent: 0px;
	padding-bottom: 5px;
}

.widecolumn .entry p {
	font-size: 13px;
	}

.narrowcolumn .entry, .widecolumn .entry, .entry {
	line-height: 1.8em;
	font-size: 13px;
	}

.widecolumn {
	line-height: 1.8em;
	}

.narrowcolumn .postmetadata {
	text-align: left;
	font-size:90%;
	}


#footer {
	/*background: #464646;*/
	border: none;
	padding: 0;
	margin: 0 auto;	
	clear: both;
	color: #555;	
	border-top: 1px dashed #888;
	background-color: #fcfcfc;
	}

#footer p {
	margin: 0;
	padding: 20px 0 25px;
	text-align: center;	
	background-color: #fcfcfc;
	}
#footer p a, .colorlinks a {
	color: #43aca5;
	}
	


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

h1, h2, h3 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;/* font-family: Georgia, "Times New Roman", Times, serif;*/
	font-weight: normal;
	}

h1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 5em;
	text-align: left;
	}

#header .description {	
	font-size: 1.1em; 
	text-align:left;
	margin-left: 3px;	
	}
	
#header h1 {
	font-size: 3.5em;
	font-weight: bold;
	}

h2 {
	font-size: 1.6em;
	background-color: #ffffff;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	font-weight: bold;
	}

h3 {
	font-size: 1.4em;
	font-weight: bold;
	color: #3f3f3f;
	background-color: #ffffff;
	}

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

h2, h2 a, h2 a:visited {
	color: #666;	
	}

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

.entry p a:visited {
	color: #2583ad;
	}
	
.entry p a:visited:hover {
	color: #06c;
	}

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

.commentlist li {
	font-weight: bold;
	}

.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;
	}

.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;
	}

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

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

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

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

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

div#header a, div#content a, h2 a:hover, h3 a:hover, h1 a:hover {
	color: #43aca5;
	
	}

div#header a, div#content a:hover {
	color: #7a9f9d;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#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;
	padding: 0 0 40px 0px;
	margin: 0px 0 0;
	width: 510px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 125px;
	width: 510px;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	clear:left;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 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: left;
}

p {
	background-color: #ffffff;
}
/* End Structure */



/*	Begin Headers */
h1 {	
	margin: 0;
	}

h2 {
	margin: 20px 0 0;
	}

h2.pagetitle {
	margin-top: 20px;
	text-align: left;
	font-size: 2em;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

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

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}
#content p img {
	/*border: 5px solid #eee;*/
	padding-bottom: 10px;
}
	

.post a img {
	opacity: 1;
	filter: alpha(opacity = 100);
	border: 0;
	background: url('images/fullscreen.png') no-repeat 0px 0px;
	margin-left: -15px;
	padding-left: 15px;
}
.post a.link img {
	background: url('') !important;
	
}

.post a:hover img {
	opacity: 0.8;
	filter: alpha(opacity = 80);
	border: 0;
	margin-left: -15px;
	padding-left: 15px;
}




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

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
	
.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* 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 20px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 3px 0 4px 10px;
	}


.colorlinks ul li {
	display: block !important;
	padding: 0 0 3px 0px !important;
}

.entry ul li:before, #sidebar ul ul li:before {
	/*content: "\00BB \0020";*/
	}

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

.entry ol li {
	margin: 0;
	padding: 0;
	padding-bottom: 5px;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #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 10px;
	list-style-type: disc !important;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

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


/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

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

#sidebar #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: 502px;
	padding:2px;	
	}

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



/* Begin Comments*/
p.alt {
 	background: none repeat scroll 0 0 #F6F6F6;
    border: 1px solid #E0E0E0;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 0 #FFFFFF inset;
    clear: both;
    color: #2f2f2f;
    font-style: italic;
    font-family: "Palatino Linotype","Book Antiqua",Palatino,serif;

	background-color: #f8f8f8;
	border: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 20px 10px 20px 10px !important;
	margin: 20px 0 0 0 !important;
	text-align: center !important;
	font-size: 16px !important;
}

.commentlist {
	padding: 0;
	margin: 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 Sidebar */
#sidebar
{
	padding: 27px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	color: #444444;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* 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 #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 {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
#content p img.wp-smiley {
	border: 0;
	position: relative;
	top: 2px;
	}
/* End Various Tags & Classes*/




.adbox {
	padding-bottom: 20px;
	position: fixed; right: 0px; bottom: 0px;
	background-color: #ffffff;
	background: url('images/bg_ads_left.png') repeat-y top left;
	width: 166px;
}
.adbox2 {
	padding-bottom: 20px;
	position: fixed; right: 0px; bottom: 230px;
	border-left: 1px dashed #888888;
	border-top: 1px dashed #888888;
	border-bottom: 1px dashed #888888;
	background-color: #ffffff;
}

.ad,.ad2 {
	padding: 20px 20px 0px 28px;
	width: 120px;
	height: 60px;
	position: relative;
}
.ad2 {
	padding-top: 10px;
	height: auto;
	padding-bottom: 20px;
}

.adOver {
	float: left;
	position: absolute;
	left: 28px;
	opacity: 0;
	filter: alpha(opacity = 0);
	z-index: 1px;
}
.adStandard {
	padding: 0px;
	margin: 0px;
}
.sbWrap {
	position: relative;
	background: url('images/searchBG.jpg') no-repeat top left;
	width: 140px;
	height: 34px;
	margin: 0 0 0 5px;
	padding: 0px;
	border: 0px;
}
.searchBox {
	position: absolute;
	top: 3px;
	left: 8px;
	margin: 0px;
	width: 120px;
	height: 28px;
	background: transparent;
	font-size: 10px;
	color: #999999;
	font-family: Verdana;
	border: 0px;
	outline: 0px;
	line-height:26px;
}
.articleAuthorThumb {
	border: 2px solid #efefef;
	padding: 0px !important;
	margin-right: 10px;
	float: left;
}
.articleTitle {
	font-family: Verdana;
	font-size: 12px;
	color: #999999;
}
.articleAuthor {
	font-family: Verdana;
	font-size: 14px;
	color: #666666;
}

form {
	padding: 0px;
	margin: 0px;
}




/* menu */
#menu {
	position: fixed;
	padding: 10px;
	top: 0px;
	left: 0px;
	width: 200px;
	height: 100%;
	z-index: 1;
	background: url('images/bg_overview.png') repeat-y top right;
	text-align: left;
	display: none;
	font-size: 12px;
}


#menuHolder {
	height: 75%;
	position: relative;
	top: 5%;
}


#menuContent {
	margin: 0px;
	padding: 0px;
	list-style: none;
	overflow: hidden;
	display: block;
	position: relative;
	height: 100%;
}
#menuContent ul {
	list-style: none;
	margin: 0px;
	padding: 10px;
}
#menuContent ul li {
	margin: 0 0 10px 0;
}
.menuArrow {
	position: relative;
	display: block;
	text-align: center;
	cursor: pointer;
}
.menuSel {
	color: #42827D !important;
	font-weight: bold;
}

.hireList {
	list-style: none;
	margin: 0px;
	padding: 2px;
}
.hireList li {
	padding: 0 0 5px 0;
	font-size: 1.1em;
}

#uservoice-feedback-tab {
	z-index: 10 !important;
}


#b_allposts {
	position: fixed;
	padding: 10px;
	top:0;
	left: 0;
}

.sketchBox {
	float: left;
	padding: 0px 15px 15px 0;
}
.sketchBox a {
	font-size: 14px;
}
.sketchBox img {
	padding-top: 2px;
}


a.job {
	display: inline-block;
	width: 96%;
	height: 18px;
	color: #6f6f6f !important;
	
	border-radius: 5px;
	background-color: #EAF4F3;
	padding: 15px;
	margin: 0 0 10px 0;
	box-shadow: 1px 1px 2px rgba(180,180,180,0.6);
}
a.job:hover {
	background-color: #33645F;
	text-decoration: none;
	color: #ffffff !important;
}
.jobCompany {
	font-size: 15px;
	font-weight: bold;
	color: #2f2f2f;
}
.jobPosition {
	font-size: 15px;
	color: #2f2f2f;
}
.jobLocation {
	font-size: 15px;
	color: #2f2f2f;
}
a.job:hover  span {
	color: #ffffff !important;
}


.jobTitle {
	color: #afafaf;
	font-size: 14px;
	display: inline-block;
	padding-top: 30px;
	padding-bottom: 5px;
}


/*overwrite ShadowBox */
#sb-title-inner {
	font-size: 19px !important;
	font-family:"Palatino Linotype","Book Antiqua",Palatino,serif !important;
	font-weight:normal !important;
	color: #666666 !important;
}
#sb-body {
	border: 10px solid #9DCDCA !important;
}
#sb-counter {
	color: #666666 !important;
}



/*overwrite popular posts*/
.wpp-views {
	font-weight: normal;
	color: #d0d0d0;
}
 
 
/*overwrite uservoice button */
#uservoice-feedback-tab {
	display: none !important;	
}

.rssbox {
	background-color: #ffffff;
	border-radius: 3px;
	padding: 3px;
	position: fixed; 
	right: 15px; 
	top: 15px;
	line-height: 18px;
}

/*overwrite pagenavi*/
.wp-pagenavi {

}



@media screen and (max-width : 1240px) {
#menu {
	visibility: hidden;
}
#b_allposts {
	visibility: hidden;
}

}




@media only screen and (max-device-width: 480px), handheld, only screen and (-webkit-min-device-pixel-ratio: 2) {
	 .adbox
	 {
	 	 display: none;
	 }
	 #b_allposts {
		display: none !important;
	 }
	 .widecolumn .entry p {
		font-size: 1.8em;
		line-height: 2em;
	}
	.narrowcolumn .entry, .widecolumn .entry, .entry, h2 }
 {
		font-size: 1.8em;
		line-height: 2em;
	}

}

@media only screen and (min-device-width : 481px) and (max-device-width : 966px) {
	.adbox
	{
		display: none;
	}
	#b_allposts {
		display: none !important;
	}

	.widecolumn .entry p {
		font-size: 1.8em;
		line-height: 2em;
	}
	.narrowcolumn .entry, .widecolumn .entry, .entry, h2 {
		font-size: 1.8em;
		line-height: 2em;
	}

}




