/*
Theme Name: ChaosTheory
Theme URI:
Description: A dark single-column monster developed exclusively for WordPress.com
Version: 1.0-wpcom
Author:
Author URI:
Global Navigation: Y
Tags: black, dark, one-column, fixed-width, sticky-post, blue, custom-menu, rtl-language-support, translation-ready, custom-background, blog, photography, portfolio, clean, dark, minimal, tech
*/

/* GENERAL TAGS FOR CONTENT, MOSTLY */
abbr.published {
	border: 0;
	cursor: default;
	margin: 0;
}
body.home abbr.published, body.archive abbr.published, div.page-link {
	font-weight: bold;
}
div.entry-content p {
	margin: 0 0 1em;
}
div.entry-content ul li {
	list-style: square;
}
div.entry-content ul li ul {
	margin-bottom: 0.3em;
}
div.entry-content ul li ul li {
	list-style: circle;
}
div.entry-content ul#linkcats, div.entry-content ul#linkcats li {
	list-style: none;
	margin: 0;
	padding: 0;
}
div.entry-content ul#linkcats li ul li {
	list-style: square;
}
div.entry-content img.center {
	display: block;
	margin: 0.4em auto;
}
div.entry-content img.alignright {
	margin: 0.4em 0 0.4em 1.1em
}
div.entry-content img.alignleft {
	margin: 0.4em 1.1em 0.4em 0;
}
body.single .entry-meta {
	font-size: 0.9em;
}
body.single div.navigation {
	padding: 0 0 3em 0;
}
div.archive-meta {
	margin: 1em 0 3em 0;
}
div.edit-link {
	clear: both;
}
abbr, acronym {
	border-bottom: 1px dotted blue;
	cursor: help;
}
code, pre {
	font-family: "courier new", courier, monospace;
}

/* COMMENTS STUFF */
form#commentform, form#commentform p {
	padding: 0;
}
form#commentform .required {
	color: red;
}
#respond p {
	line-height: 18px;
	margin-bottom: 10px;
}
#respond input[type="text"], #respond textarea {
	font-family: "courier new", courier, monospace;
	font-size: 12px;
}
#respond input[type="text"] {
	float: left;
	margin-right: 6px;
}
#respond textarea {
	height: 13em;
	margin: 0 0 0.5em 0;
	overflow: auto;
	width: 66%;
}
#respond label {
	clear: right;
	font-size: 11px;
}
#respond .comment-form-comment label,
#respond .form-allowed-tags {
	display: none;
}
.commentlist .children {
	margin-left: 3em;
}
/* SIDEBAR STUFF */
div.sidebar div, div.sidebar h3, div.sidebar h4, div.sidebar ul, div.sidebar li {
	margin: 0;
	padding: 0;
}
div.sidebar li {
	list-style: none;
}
div.sidebar li form {
	margin: 0.2em 0 0 0;
	padding: 0;
}
div.sidebar h3 {
	font-size: 1.2em;
}
div.sidebar h4 {
	font-size: 1.0em;
}
div.sidebar ul ul {
	margin: 0 0 0 1.0em;
}
div.sidebar ul ul ul {
	margin: 0 0 0 0.5em;
}
div.sidebar ul ul li {
	margin: 0;
	list-style: disc;
}
div.sidebar ul ul ul li {
	list-style: circle;
}
div.sidebar ul#bookmarks {
	margin: 0 0 0.5em 0.5em;
}
div.sidebar ul#bookmarks li {
	list-style: none;
}
div.sidebar ul#bookmarks ul {
	margin: 0 0 .5em 1.0em;
}
div.sidebar ul#bookmarks ul li {
	list-style: disc;
}
div.sidebar input#s {
	width: 7em;
}

/* COMMON MULTI-PURPOSE ELEMENTS */
.alignleft, div.nav-previous, #archives-by-category {
	float: left;
}
.alignright, div.nav-next, #archives-by-month {
	float: right;
}
.clearer {
	clear: both;
}
div#nav-above, body.single div#nav-below {
	display: none;
}
body.single div#nav-above {
	display: block;
}
body.home div.nav-next, body.home div.nav-previous, body.archive div.nav-next, body.archive div.nav-previous, #archives-by-category, #archives-by-month {
	width: 48%;
}
body.home div.nav-next, body.archive div.nav-next {
	text-align: left;
}
body.home div.nav-previous, body.archive div.nav-previous {
	text-align: right;
}

/* The Reset ---------------------------------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, table, th, td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img, abbr {
	border: 0;
}
caption, th {
	text-align: left;
}
q:before, q:after {
	content: '';
}
a {
	text-decoration: none;
}

/* Globals ------------------------------------ */
body {
	background: #1b1b1b;
	font: 62.5%/175% Verdana, Arial, Helvetica, Tahoma, sans-serif;
	color: #ddd;
}

a {
	color: #6dcff6;
}

#wrapper {
}

#content {
	margin: 0 auto;
	overflow: hidden;
	width: 780px;
	min-height: 100px;
}

#header {
	border-bottom: 1px solid #242424;
	background: #0a0a0a;
	padding: 25px 0 10px;
}
#blog-description {
	color: #999;
}
#innerheader {
	margin: 0 auto;
	width: 780px;
}
#header h1 {
	/* fix clipping in IE6 */
	margin: 1px 0;
	font-family: Helvetica, Arial, "Lucida Grande", "Lucida Sans", Verdana, sans-serif;
	font-size: 24px;
	font-weight: normal;
}
#header h1 a {
	color: #fff;
}


#footer {
	text-align: center;
	clear: both;
	padding: 15px 0;
	background: #111111;
	border-bottom: 1px solid #242424;
}

body.single div#nav-above.navigation {
	display: none;
}

/* -------------------------------------------- */
.post, #content .page {
	font-size: 1.2em;
	line-height: 1.7;
	margin-bottom: 25px;
	zoom: 1;
}
.post, .page {
	/* make the post div expand to proerply enclose its (floated) contents */
	overflow: auto;
	width: 100%;
}
h2.entry-title {
	font-size: 24px;
	letter-spacing: -0.04em;
	line-height: normal;
	margin-bottom: 10px;
}
h2.entry-title a {
	font-style: normal;
	font-weight: normal;
}
.sticky {
	background: #111;
	padding: 10px 0;
}
.sticky h2.entry-title a {
	font-weight: bold;
}
.entry-content {
	overflow: hidden;
	width: 510px;
	float: right;
}
.sticky .entry-content {
	padding-right: 10px;
	width: 500px;
}
.entry-meta {
	font-family: "Lucida Grande", "Lucida Sans", Verdana, Arial, sans-serif;
	float: left;
	width: 250px;
	font-size: 11px;
}
.sticky .entry-meta {
	padding-left: 15px;
	width: 235px;
}
.entry-meta ul {
	list-style: none;
	border-top: 1px solid #222;
}
.entry-meta li {
	border-bottom: 1px solid #222;
	line-height: normal;
	padding: 5px 2px;
}
blockquote, .archive-meta {
	background: #111;
	color: #999;
	border: 1px dotted #333;
	margin-bottom: 1.5em;
}
blockquote p {
	font-size: 0.9em;
	padding: 1em 1em 0;
}


/* -------------------------------------------- */
#globalnav {
	width: 780px;
	margin: -1px auto 1px auto;
	text-align: right;
}
#globalnav #menu {
	list-style: none;
	float: right;
}
#globalnav #menu li {
	float: left;
}
#globalnav #menu li a {
	display: block;
	background: #0a0a0a;
	border-top: 1px solid #0a0a0a;
	border-bottom: 1px solid #242424;
	color: #ccc;
	padding: 9px 15px 10px;
}
#globalnav #menu li a:hover, #globalnav #menu li .current_page_item {
	border-top: 1px solid #1c1c1c;
	background: #111;
}

#container {
	padding-top: 55px;
	margin-top: 0;
}
#globalnav li {
	position: relative;
}
#globalnav #menu ul {
	background: #111;
	display: none;
	position: absolute;
	top: 38px;
	right: 0;
	float: left;
	margin: 0;
	z-index: 99999;
	list-style-type: none;
	width: 150px;
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.5);
	box-shadow: 0px 3px 3px rgba(0,0,0,0.5);
	text-align: left;
}
#globalnav #menu ul li {
	min-width: 85px;
	margin: 0;
}
#globalnav #menu ul a {
	background: #111;
	width: 120px;
	margin: 0;
}
#globalnav #menu ul ul li:first-child a {
	border-top: 1px solid #242424;
}
#globalnav #menu ul a:hover {
	border-top: 1px solid #0a0a0a;
}
#globalnav #menu li:hover > ul {
	display: block;
}
#globalnav #menu ul li:hover > a {
	background: #222;
}
#globalnav #menu ul ul {
	left: -100%;
	top: 0;
}

/* -------------------------------------------- */
#sidebar {
	margin-top: 15px;
	background: #111111 url('images/footer_bkg.png') top center repeat-x;
	clear: both;
}
#innerbar {
	background: url('images/footer_lines_bkg.png') top center repeat-x;
	margin: 0 auto;
	padding: 60px 0 0;
	width: 780px;
}
.sidebar {
	background: #1b1b1b;
	border-top: 1px solid #393939;
	float: left;
	padding: 10px;
	width: 365px;
	overflow: hidden;
}
.sidebar h3 {
	border-bottom: 1px solid #555;
	display: inline;
}
#primary {
	margin-right: 10px;
}
.sidebar ul li {
	margin-bottom: 10px;
}
.sidebar ul li ul {
	padding-top: 3px;
	padding-left: 10px;
}
.home-link {
	display: none;
}

h2.page-title {
	margin-bottom: 15px;
	border-bottom: 1px solid #333;
	padding-bottom: 5px;
}

/* -------------------------------------------- */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */


/* -------------------------------------------- */
.comments {
	clear: both;
}
.comments h3 {
	border-bottom: 1px solid #333;
	font-size: 14px;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.comments ol {
	list-style: none;
}
.comments ol li, #commentform {
	position: relative;
	zoom: 1;
}
.comments ol li ul li {
	list-style: none;
}
.comments .comment-content, .form-two {
	margin-left: 270px;
	min-height: 130px;
}
.comments .trackback-content {
	margin-left: 270px;
	min-height: 50px;
}
.comments .comment-content p {
	margin-bottom: 1.0em;
}
.comments .comment-meta, .form-one {
	font-family: "Lucida Grande", "Lucida Sans", Verdana, Arial, sans-serif;
	float: left;
	width: 250px;
	font-size: 10px;
}
.comments .comment-author {
	font-size: 14px;
	font-weight: bold;
}
.comments .comment-meta li {
	border-bottom: 1px solid #222;
	line-height: normal;
	padding: 5px 2px;
}
/* fixes */
p.access {
	display: none;
}
/* flickr widget color fixes */
#flickr_badge_wrapper {
	background-color: #1b1b1b !important;
	border: none !important;
}

#flickr_badge_wrapper a {
	color: #6dcff6 !important;
}
div.entry-content li {
	margin-left: 2.2em;
}
div.comment-avatar {
	display: inline;
}
.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;
	color: #000;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}