/* @override http://losingcontext.com/wp-content/themes/losingcontext/style.css */

/*  
Theme Name: Losing Context
Theme URI: http://www.losingcontext.com/
Description: The default theme for Losing Context.
Version: 1.0
Author: Bryan Haggerty
Author URI: http://www.losingcontext.com/
*/

html {
	background: url(images/background.gif) top left repeat-y #000;
}

body {
	margin: 0;
	padding: 0;
	color: #000;
	font: normal 75%/160% Helvetica, Arial, Sans-Serif;
}

p {
	margin-bottom: 10px;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

#content {
	margin-left: 40px; /*40px;*/
	padding: 0 20px; /*30px;*/
	width: 600px;
}

/* @group Side Bar */

#side-bar {	
	position: fixed;
	top: 0;
	left: 760px;
	
	padding: 20px 0 0 0;
	
	color: #777575;
	
	width: 250px;
	height: 100%;
}

#side-bar a.return-link {
	padding-left: 8px;
	
	font-size: 80%;
	
	background: url(http://bryanhaggerty.com/images/arrow.gif) 0 50% no-repeat;
}

#logo {
	margin: 8px 0 0 0;
	cursor: pointer;
	
	background: url(images/logo.gif) top left no-repeat;
	
	width: 224px;
	height: 107px;
}

#logo h1 {
	display: none;
}

#side-bar a {
	color: #777575;
	text-decoration: none;
}

#side-bar h5 {
	margin: 20px 0 0 0;
	padding: 10px 5px;
	font-size: 200%;
	font-weight: normal;
	text-align: left;
	
	background-color: #2b2a2a;
	border-bottom: 1px solid #111;
}

#side-bar table {
	margin: 20px 0 0 0;
	width: 100%;
	
	border-spacing: 0;
}

#side-bar table thead th {
	padding: 6px 5px;
	font-size: 150%;
	font-weight: normal;
	text-align: left;
	
	background-color: #2b2a2a;
	border-bottom: 1px solid #222;
}

#side-bar table tbody tr td {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #222;
	width: 33%; 
}

#side-bar table tbody tr td a {
	margin: 0;
	padding: 0 0 0 3px;
	display: block;
}

#side-bar table tbody tr td a:hover, #side-bar table tbody tr td a.active-category {
	background-color: #1c1c1c;
}

#search {
	border-bottom: 1px solid #111;
}

#search input {
	padding: 0 0 0 3px;
	
	line-height:  160%;
	color: #777575;
	
	border: none;
	border-bottom: 1px solid #222;
	
	background-color: #151515;
}

#side-bar ul {
	margin: 40px 0 0 3px;
	padding-left: 0;
	list-style: none;
	font-size: 95%;
}

#side-bar ul li a {
	text-decoration: underline;
}

#side-bar ul li a.rss {
	/*
	padding-left: 12px;
	background: url(images/rss-feed-icon.gif) no-repeat left 50%;
	*/
}

/* @end */

/* @group Entry */

/* @group Comments */
p.comments a.view, p.comments a.add {
	display: none;
	
	margin-right: 5px;
	padding: 5px;
	color: #6c6c6c;
	background-color: #efefef;
}

p.comments a.view:hover, p.comments a.add:hover {
	color: #c13835;
	background-color: #fff9aa;
}


/* @end */
div.photo img {
	border: 8px solid;
}

div.entry {
	clear: both;
	position: relative;
	margin: 20px 0 50px 0;
	
	border-bottom: 1px solid #e4e3e3;
}

div.entry a {
	color: #000;
}

div.entry a:hover {
	color: #a42522;
}

div.entry h2 {
	font-size: 200%;
	line-height: normal;
	text-shadow: 1px 1px 0 #e6e6e6;
}

div.entry h2 a {
	text-decoration: none;
	color: #A42522;
}

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

div.entry h4 {
	color: #787878;
	text-transform: uppercase;
	font-weight: bold;
}

div.entry ul, div.entry li {
	list-style-type: square;
}

div.entry ul {
	padding-left: 25px;
}

div.entry em.publish-information {
	clear: both;
	display: block;
	padding-top: 15px;
	
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	color: #999;
	text-align: right;
}

.figure-left img, .figure-centered img, .figure-right img, .image-left, .image-right, .image-centered {
	margin: 0.3em 0 3px 0;
	padding: 0;

	color: #999;
	
	border: 1px solid #e4e4e4;
	background-color: #fff;
}

.figure-left, .image-left, .icon-left {
	float: left;
	margin-right: 10px;
}

.figure-left, .figure-centered, .figure-right {
	text-align: center;
	line-height: 130%;
	color: #555;
}

.image-centered {
	display: block;
	margin: 0 auto;
}

.figure-right, .image-right, .icon-right {
	float: right;
	margin-left: 10px;
}

.icon-left, .icon-right {
	margin-top: 0.3em;
}

.figure-left a:hover img,
.figure-centered a:hover img,
.figure-right a:hover img,
a:hover img.image-left,
a:hover img.image-centered,
a:hover img.image-right {
	border-color: #999;
}

div.entry blockquote {
	margin: 0 25px;
	padding-left: 10px;
	
	font-size: 130%;
	font-style: italic;
	line-height: 140%;
	color: #677;

	border-left: 1px dotted #ccc;
}

div.entry blockquote em {
	font-style: normal;
}

div.entry code {
	color: #02084a;
	font-family: "Courier New", Courier, mono;
}

#update {

}

#related-links {
	
}

/* @end */

/* @group Navigation */
#pager-links {
	display: none;
}
/* @end */
