/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/
div.entry-meta {
	display: none;
}

div.entry-content {
	font-size: 1.1em;
	font-weight: 300;
	margin-top: 20px;
	padding-top: 10px;
	border-top: 1px dashed #bbb;
}

div.entry-content a {
	text-decoration: underline;
}

div.entry-content img {
	padding: 10px;
	background-color: #eee;
	border: 1px solid #ccc;
	border-radius: 3px;
	margin-top: 5px;
	margin-bottom: 20px;
}

div.entry-content img.alignright {
	margin-left: 30px;
}

div.entry-content img.alignleft {
	margin-right: 30px;
}

div.textwidget {
	font-size:1em;
	font-weight:300
}

#site-title:before {
	margin-top: 10px;
	float: right;
	color: #999;
	font-size: .8em;
	content: "// Code, Events, Games & Tech ";
}

#categorypanel {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-bottom: 50px;
	-webkit-box-shadow: 0 1px 5px 0 rgba(0,0,0,0.2);
	-moz-box-shadow: 0 1px 5px 0 rgba(0,0,0,0.2);
	box-shadow: 0 1px 5px 0 rgba(0,0,0,0.2);
	position: relative;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	background-color: #f4f4ff;
	border: 1px solid #ccc;
	padding-top: 20px;
	padding: 10px;
	font-size: .9em;
}

#categorypanel h2 {
	margin: 0;
	padding: 10px;
	color: #fff;
	text-shadow: 0 1px 0 #999;
}

#categorypanel ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#categorypanel ul li {
	display: inline-block;
	vertical-align: top;
	margin: 0 3px 0 0;
	width: 24.5%;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 20px;
	padding: 0;
}

#categorypanel p {
	margin: 10px 0 0;
	padding: 0 10px;
}

#categorypanel ul li:last {
	margin-right: 0;
}

section.widget {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.3em;
	line-height: 21px;
}

section.widget a {
	color: #21759B;
}

section.widget h1 {
	font-size: 1.7em;
}

section.widget h3 {
	font-weight: 900;
	font-size: 1.2em !important;
}

div.commentmarker {
	background: url(/wp-content/uploads/2013/05/commentmarker.png) no-repeat;
	float: right;
	margin-top: 23px;
	margin-right: 15px;
	padding: 10px 0 20px;
	width: 52px;
	text-align: center;
	color: #21759B;
	font-family: "Dosis", arial, sans-serif;
	font-weight: bold;
}

blockquote {
	margin-top: 25px;
}

blockquote p {
	padding: 10px;
	background-color: #efe;
	border: 1px solid #ccc;
	border-radius: 3px;
	margin: 0 0 30px;
}

div.entry-content p {
	line-height: 1.5em;
}

pre {
	font-size: 1em;
}

pre.prettyprint {
	margin: 30px 0;
	border: 1px solid #ddd;
}

pre.prettyprint:after {
	float: right;
	border: 1px solid #ccc;
	border-radius: 3px;
	background: #ddd;
	padding: 10px;
	content: attr(caption);
}

a.more-link {
	display: inline-block;
	text-align: left;
	border: 1px solid #dddddd;
	border-radius: 3px;
	background: #f4f4f4;
	margin: 15px 0;
	padding: 10px;
	text-decoration: none;
}

a.more-link:hover {
	background: #fbfbfb;
	border: 1px solid #bbbbbb;
	text-decoration: underline;
}

.wp-caption .wp-caption-text {
	margin-top: -20px;
	font-size: 1em;
}

blockquote.hasprofile {
	margin-left: 180px;
}

blockquote.hasprofile img {
	width: 100px;
}

blockquote.hasprofile p {
	padding: 0 0 0 10px;
	background: none;
	border: 0;
}

blockquote.hasprofile div.profile {
	margin-left: -195px;
	float: left;
}