@charset "UTF-8";
@import url(shared.css);
/* CSS Document */

body {	
	background: #a1b360;
}

/* * Basics * */

td { vertical-align: top; }

/* * Layout * */

#wrap {
	background: #d2cfcf;
	background: url(images/wood_patternx.png);
}

#logo {
	color: #DFDDDD;
	font: 62px/1em 'Ubuntu',Helvetica,Arial;
	letter-spacing: -3px;
	font-weight: bold;
	position: absolute;
	top: 22px;
	left: 22px;
	text-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}

#logo:hover {
	text-decoration: none;
}

#logo span {
	color: #211;
}

#hero {
	position: absolute;
	width: 225px;
	z-index: 0;
	top: 0px;
	left: 400px;
}

#pageBody, #footer_inner, #header_inner  {
	max-width: 858px;
	margin: 0 auto;
	padding: 0 22px;
	background: rgba(0, 0, 0, .05);
	position: relative;
}

#pageBody {
	background: rgba(209, 191, 169, .4);
}

header {
	background: #0DCDFD url(images/background.png) bottom repeat-x;
	position: relative;
	box-shadow: 0 -5px 10px black;
	z-index: 5;
}

#header_inner {
	height: 125px;
	overflow: hidden;
}

#feed_icon {
	margin-top: 22px;
	float: right;
}

#pageBody {
	color: #211;
	padding-top: 22px;
	padding-bottom: 22px;
	font-size: 1.2em;
	line-height: 1.6em;
}

footer {
	clear: both;
	border-top: 22px solid #626136;
}

#footer_inner {
	padding-top: 22px;
	padding-bottom: 22px;
	margin-top: -22px;
}

footer ul {
	display:block;
	margin:0;
	padding: 22px 0;
}

footer li {
	display:block;
	float:left;
	text-align:left;
	width:271px;
	margin-right: 22px;
}

footer li.last { 
	margin-right: 0;	
}

footer dd {
	margin: 0;
	padding: 0;	
}

footer dt {
	border-bottom: 3px solid #d3cfcf;
	font-weight: bold;
	font-size: 1.1em;
}


address {
	font-style: normal;
}

/* * Headerbar * */

#headerbar {
	font-family: arial,helvetica,clean,sans-serif;
	font-size: 1.2em;
	position: absolute;
	right: 23px;
	bottom: 1px;
}

#nav li, #nav ul, #nav {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav li {
	display: block;	
	float: left;
	padding: 0 0 0 22px;
}

#nav li a {
	color: #DFDDDD;
	font-weight: bold;	
}

#nav li a:hover {
	text-decoration: none;
	color: #0092B4;
}

#nav li li {
	display: none;
}

/* * Sidebar * 

#sidebar {
	width: 186px;
	float: left;
	padding: 5px 16px 10px;
}

#sidenav, #sidenav ul{
	margin: 0px;
	padding: 0px;
	list-style: none; 
}

#sidenav a{
	color: #333;
	display: block;
	text-decoration: none;
	background: transparent url(images/arrow-rightb.gif) no-repeat 5px 5px;
	padding: 5px 0px 5px 25px;
}

#sidenav ul li{
	padding: 0px 0px 0px 25px;
}

*/


/* * Breadcrumbs * */

.breadcrumb {
	font-family: arial,helvetica,clean,sans-serif;	
	font-size: 1.1em;
	position: absolute;
	top: 105px;
	color: #DFDDDD;
}

.breadcrumb a {
	color: #DFDDDD;
}


.imgs a {
	color: #333;
}

h2 {
	clear: both;
	margin-top: 22px;
}

/* * Search * */

#search {
	position: absolute;	
	right: 22px;
	bottom: 44px;
}

#search input {
	width: 142px;
	height: 22px;
	font-size: 10px;
	border-radius: 9px;
	padding: 4px;
}

#search input:hover {}

/* * Thanks * */

div.message_stack_thanks {
	background: none;	
	font-weight: bold;
}

.heading_row td {
	color: #FFFFFF;
	font-size:  14px;
	text-align: center;
	padding: 6px 0;
	line-height: 20px;	
}

.announcement {
	background-color:#E3F1F2;
	border:1px solid #00828A;
	height:250px;
	overflow:auto;
	vertical-align:middle;
}

/* * Last.fm Module * */

.LastFMimg {
	float: left;
	height: 80px;
}

.LastFMwrap {
	margin-bottom: 22px;	
	border-radius: 6px;
	overflow: hidden;
}

/* * TwitterFeed Module * */

.TwitterFeedWrap {
	font-size: .95em;	
}

.TwitterFeedWrap p {
	margin:0;
	padding:0 0 22px 0;
	text-align: justify;
}

.RecentCommentsWrap {
	font-size: .95em;
}

.RecentCommentsWrap p {
	margin:0;
	padding:0 0 22px 0;
	text-align: justify;
}

#leftContent {
	float: left;
	/* width: 574px; */
	width: 66.8997668997669%; /* 574px / 858px */
}

article {
	margin-bottom: 22px;
}

#leftContent section article {
	font-size: .7em;
}

#leftContent section article h1 {
	margin-top: 22px;
}

/*
#leftContent section article {
	font-size: .7em;
	float: left;
	width: 276px;
	margin-right: 22px; 
}

#leftContent section article h1 {
	min-height: 60px;
	margin: -18px -22px 0;
	padding-right: 0;
}

#leftContent > article {
	margin-bottom: 11px;
	padding-bottom: 11px;
}

#leftContent section article:nth-child(even) {
	margin-right: 0;
}

#leftContent section article:nth-child(even) .entryMeta,
#leftContent section article:nth-child(even) h1 {
	margin-left: -11px;
	padding-left: 11px;
}

#leftContent section article:nth-child(odd) .entryMeta,
#leftContent section article:nth-child(odd) h1 {
	margin-right: -11px;
	padding-right: 11px;
}
*/

.ReadMore {
	text-transform: uppercase;
	font-size: .9em;
}


#rightContent {
	float: right;
	width: 240px;
	background: rgba(0, 0, 0, .05);
	margin: -22px;
	padding: 22px;
	font-size: .95em;
}

#rightContent h3 {
	background: url(images/box_shadow.png) bottom repeat-x #D9E9ED;
	border-bottom: 8px solid #0092B4;
	padding-left: 22px;
	margin: 0 -33px 22px -22px;
	clear: both;
	line-height: 3.8em;
	position: relative;
	border-top-right-radius: 6px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0 2px 0 rgba(0, 0, 0, 0.5);
}

#rightContent h3:first-child {
	margin-top: -22px;
}

#rightContent h3 span.tri {
	font-size: 0; 
	line-height: 0; 
	width: 0;
	border-top: 11px solid #005163;
	border-right: 10px solid transparent;
	position: absolute;
	right: 0;
	bottom: -19px;
}

#rightContent dt {
	margin-top: 22px;
}

/* * FlickrFeed Module * */

.FlickrWrap {
	border-radius: 6px;
	overflow: hidden;
}

.FlickrImg {
	float: left;
	height: 80px;
	width: 80px;
	overflow: hidden;
}

.FlickrImg img{
	margin: auto auto;
	float: right;
}

/* * TagCloud * */

.TagCloudWrap {
	text-align: center;	
}

.TagCloudWrap a {
	white-space: nowrap;
	padding: 0 10px;
}

/* * Comments * */

#Comments {
	font-size: .9em;
	margin: 0 -21px;
}

#Comments div.Comment {
	background: #D9E9ED url(images/box_shadow.png) repeat-x bottom;
	border-bottom: 1px solid #0092B4;
	padding: 22px;
}

#Comments div.Comment blockquote {
	background-color: #cadde2;
	border-radius: 6px;
}

#Comments div.Comment.CommentsUser_admin {
	background: #D9E9ED url(images/admin_comment_bg.png) repeat-x bottom;
}


#Comments div.Comment img {
	float: right;
	border: 3px solid #CEDCE0;
	margin: 0 0 10px 10px;
}

#Comments h3 {
	background: url(images/comment_header.gif) no-repeat left bottom;
	font-weight: normal;
	height: 15px;
	padding: 10px 0 0 30px;
	margin: 0;
	line-height: 1em;
	font-size: 1em;
}

#Comments fieldset {
	border: none;
	border-top: 3px solid #180B0B;
	background: #DFDFD7;
	margin: 0;
	margin-top: -22px;
	position: relative;
	top: 44px;
	padding: 22px;
}

#Comments fieldset label {
	width: 3em;	
	text-align: left;
}

#Comments fieldset input { width: 193px; }
#Comments fieldset textarea { width: 100%; height: 150px; }
#Comments fieldset div.column { float: left; padding-right: 22px }
#Comments fieldset div.last { width: 70%; padding-left: 22px; padding-right: 0; border-left: 1px solid #211 }
#Comments div.messages { margin: 22px 0 -44px 0; }

input, textarea {
	border-width: 1px;
	border-style: double;
	border-color: #BBB #AAA;
	padding: 5px;
	margin: 0;
}

pre, code {
	background: url(images/box_shadow.png) bottom repeat-x #DFDDDD;
	font-family: Consolas,"Courier New",Courier,monospace;
}

pre {
	display: block;
	white-space: -moz-pre-wrap; /* Mozilla, supported since 1999 */
	white-space: -pre-wrap; /* Opera 4 - 6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	white-space: pre-wrap; /* CSS3 - Text module (Candidate Recommendation) http://www.w3.org/TR/css3-text/#white-space */
	word-wrap: break-word; /* IE 5.5+ */
	font-size: .9em;
	padding: 22px;
	line-height: 1em;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
}

pre code {
	background: none;
}

.terminal {
	background-color: #eeeded;
	color: black;
	border-radius: 6px;
	border-top: 6px solid #666;
	padding-top: 16px;
}

div.entryMeta {
	font-size: 10px;
	background: rgba(255, 255, 255, 0.1);
	border-bottom: 2px solid #dfdddd;
	margin: 0 -22px;
	padding: 4px 22px;
	min-height: 22px;
}

div.entryMeta dd, div.entryMeta dl {
	margin: 0;
	padding: 0;	
}

div.entryMeta time {
	float: right;	
}

dl.entryComments dt, dl.entryTags dt {
	display: none;	
}

dl.entryComments dd {
	background: url(images/bubble.png) top center no-repeat;
	text-align: center;
	line-height: 37px;
}

dl.entryComments {
	width: 35px;
	float: right;
	position: relative;
	top: -7px;
}

dl.entryTags dd {
	display: inline;
	padding-right: 22px;
}

div.entrySocial {
	float: right; 
	margin: 5px -30px 0 5px;
}

/* * Github Feed * */
div.GithubFeed {
	font-size: .8em;
	float: right;
	clear: right;
	width: 35%;
	margin-left: 22px;
	/* margin-right: -22px; */
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
	margin-bottom: 22px;
	min-height: 250px;
	max-height: 500px;
	overflow: auto;
	background: #CCC8C8;
	padding: 22px;
}


/* * Datatable * */
table.datatable {
	border: 1px solid #BAB6B6;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
}
table.datatable th {
	background: #BAB6B6;
	border-bottom: 6px double #D3CFCF;
}

table.datatable tr td {
	background: #CCC8C8;
	padding: 5px;
}

table.datatable tr.odd td {
	background: inherit;
}

/* * Github Badge * */

.github_badge {
	background-color: #a00;
	overflow: hidden;
	/* top left corner */
	position: fixed;
	right: -3em;
	top: 2.5em;
	/* 45 deg ccw rotation */
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	/* shadow */
	box-shadow: 0 0 1em #888;
	z-index: 100;
}

.github_badge a {
	border: 1px solid #faa;
	color: #fff;
	display: block;
	font: bold 81.25% 'Helvetiva Neue', Helvetica, Arial, sans-serif;
	margin: 0.05em 0 0.075em 0;
	padding: 0.5em 3.5em;
	text-align: center;
	text-decoration: none;
	/* shadow */
	text-shadow: 0 0 0.5em #444;
}

::selection {
	background: #F14A29;
	color: white;
	text-shadow: none;
}

@media screen and (max-width: 940px) {
	
	#rightContent h3 {
		margin: 0 -22px 22px -22px;
		border-radius: 0;
	}
	
	#rightContent h3 span.tri {
		display: none;
	}
	
	#leftContent, #rightContent {
		width: 100%;
		height: inherit !important;
	}
	
	#leftContent section article {
		width: 100%;
	}
	
	#leftContent section article:nth-child(even) .entryMeta,
	#leftContent section article:nth-child(even) h1 {
		margin-left: -22px;
		padding-left:22px;
	}

	#leftContent section article:nth-child(odd) .entryMeta,
	#leftContent section article:nth-child(odd) h1 {
		margin-right: -22px;
		padding-right:22px;
	}
	
	footer li {
		width: 100%;
	}
	
}

@media screen and (max-width: 727px) {

	#header_inner {
		height: 166px;
	}
	
	#feed_icon, #spacecat, .breadcrumb {
		display: none;
	}
	
	#search {
		width: 85%;
		right: inherit;
	}
	
	#search input {
		width: 100%;
	}

}

@media screen and (max-width: 500px) {

	#header_inner {
		height: 222px;
	}
	
	#logo span {
		display: block;
	}
	
	#nav li {
		padding-left: 11px;
		letter-spacing: -1px;
		font-size: .9em;
	}

}
/*
::-webkit-scrollbar {
	width: 10px;
	height: 10px;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
	display: block;
	height: 0px;
}

::-webkit-scrollbar-button:vertical:increment {
	background-color: transparent;
}

::-webkit-scrollbar-track-piece {
	background-color: #d6d3d3;
	border-left: 1px solid #005163;
}

::-webkit-scrollbar-thumb:vertical {
	height: 30px;
	background-color: #00414f;
}

::-webkit-scrollbar-thumb:horizontal {
	width: 30px;
	background-color: #00414f;
	display: none;
}
*/
