/* CSS Document */
/* ------------------------------------- */

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: url(http://www.graypr.com/blog/images/layout/bg.jpg) top center no-repeat #fafafa;
}

p {
	margin: 10px 0 0 0;
	color: #777;
	line-height: 1.4em;
}

h1 {
	margin: 10px 0 0 0;
	font: normal 1.4em/1.2em Georgia, Times, serif;
	color: #555;
}

h2 {
	margin: 0;
	font-size: 1.3em;
	color: #54b6af;
}

h3 {
	margin: 10px 0 0 0;
	font: bold 1em Georgia, Times, serif;
	color: #54b6af;
}

strong {
	color: #777;
	font-weight: bold;
}

ul {
	margin-left: 0;
	padding: 0;
	color: #888;
	list-style: square;
	font-weight: bold;
}


li {
	margin-left: 14px;
	color: #9d9d9d;
	font-weight: normal;
	line-height: 1.3em;
}


label {
	display: block;
	color: #9d9d9d;
	font-weight: bold;
	line-height: 1.3em;
}


/* HYPERLINKS */

/* ------------------------------------- */

a {
	color: #54b6af;
	text-decoration: underline;
	outline: 0;
}

a:hover {
	color: #9d9d9d;
	text-decoration: none;	
}

/* IDS */
/* ------------------------------------- */

#container {
	position: relative;
	left: 50%;
	margin: 39px 0 0 -340px;
	padding: 8px 0 0 0;
	width: 680px;
	height: 564px;
	background: url(http://www.graypr.com/blog/images/layout/content.jpg) no-repeat;
}

#header {
	margin: 12px 0 0 0;
	_margin: 20px 0 0 -1px;
	width: 680px;
	height: auto;
	text-align: center;
}

#navigation {
	margin: -9px 0 0 0;
	_margin: -9px 0 0 1px;
	height: auto;
}

#content {
	margin: 12px 10px 0 16px;
	padding: 0 26px 0 0;
	width: 430px;
	height: 405px;
	overflow: auto;
}

#side_column {
	float: left;
	margin: 20px 0 0 38px;
	_margin: 20px 0 0 19px;
	padding: 0;
	width: 160px;
	height: 363px;
}

#footer {
	margin: 0 38px 0 38px;
	height: 40px;
	text-align: center;
	border-top: 1px solid #d9d9d9;
}

/* CLASSES */
/* ------------------------------------- */

.clear {
	clear: both;
}

.left {
	margin: 0 15px 0 0;
/*	float: left;*/
}

.right {
	margin: 0 0 0 15px;
/*	float: right;*/
}

.title {
	display: block;
	margin: 10px 0 0 0;
	font: normal 1.4em/1.2em Georgia, Times, serif;
	color: #555;
}

.date {
	display: block;
	color: #9d9d9d;
	font-size: 11px;
}

.category {
	display: block;
	color: #bbb;
	font-size: 11px;
}

.body {
	display: block;
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #eee;
}

.comments {
	float: right;
	color: #bbb;
	font-size: 11px;
	text-align: right;
}

.author {
	float: left;
	color: #bbb;
	font-size: 11px;
	text-align: left;
}

.divider {
	height: 2px;
	border-top: 1px solid #eee;
}


/* NAVIGATION */
/* ------------------------------------- */

#navigation ul {
	margin: 0 38px 0 38px;
	padding: 6px 0 9px 0;
	text-align: center;
	list-style: none;
	border-bottom: 1px solid #d9d9d9;
}

#navigation li {
	margin: 0;
	display: inline;
	border-left: 0;
}

#navigation a {
	margin: 0 12px 0 12px;
	padding-bottom: 8px;
	margin-bottom: 10px;
	font-family: "Futura", Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #a2a2a2;
	font-weight: normal;
	text-decoration: none;
	text-transform: lowercase;
}

#navigation a:hover {
	border-bottom: 2px solid #d9d9d9;
}

#navigation .current a {
	color: #54b6af;
}

#side_column ul {
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
}

#side_column li{
	margin: 0;
	padding: 0;
	text-decoration: lowercase;
}

#side_column a {
	display: block;
	padding: 0 0 0 1em;
        margin: 0 0 10px 0;
	color: #555;
	text-decoration: none;
}

#side_column a:hover {
	color: #fff;
	background: #54b6af;
}


/* MISC STYLES */
/* ------------------------------------- */

#footer p {
	margin: 4px 0 0 0;
	font: .85em/1.3em "Futura Book", "Futura", Helvetica, Arial, sans-serif;
	color: #9d9d9d;
}

#content .title a {
	color: #555;
	text-decoration: none;
}

#content .title a:hover {
	color: #54b6af;
	text-decoration: underline;
}

#side_column br {
	display: none;
}

#side_column * {
	text-transform: lowercase;
}

.color {
	color: #54b6af;
}

/* ATTRIBUTION */
/* ------------------------------------- */

#jlb {
	float: right;
	margin: 0 6px 0 0;
	width: 65px;
	height: 22px;
	background: url(http://www.graypr.com/images/jlb-over.gif);
}

#jlb a, #jlb img {
	border: 0;
}

#jlb a {
	display: block;
	width: 65px;
	height: 22px;
	background: url(http://www.graypr.com/images/jlb.gif);
}

#jlb a:hover {
	background: none;
}