/******* Page Layout *******/

body {
	font: 12px/18px "Lucida Grande", Geneva, Arial, Verdana, sans-serif; 
	color:#333;
	padding:0px 0px;
	margin:0px 30px;
	text-align:left;
}

#bd, #bd_public {
	width:auto;
	padding:0;
}

#yui-main {
	width: 900px;
	margin: 0 auto;
}

#right_col {
	margin-left:20px;
	width:260px;
	float:right;
	padding-top:10px;
}

#left_col {
	width:560px;
	float:left;
}

#body_public {
	margin:0;
}

#body_public div {
	background: transparent;
}

#left_col h1 {
	margin-bottom:10px;
}

/******* Header ********/

div#hd {
	background-color: #FFFFCC;
	padding:10px;
	font-family: 'Lucida Grande';
	font-size: 12px;
	color:#333;
	line-height:150%;
	margin-bottom:20px;
}

div#hd a {
	font-weight:bold;
}



/****** Utility ******/

.padded {
	padding: 20px;
}

/**** Typography and Links ****/

a {
	color: #3b5998;
}

strong {
	font-weight:bold;
}

p, #left_col {
	line-height: 160%;
	margin-bottom:10px;
	font-family: Georgia;
	font-size: 15px;
	color:#000;
}

#right_col p.small {
	font-size:11px;
}

.big {
}

.big {
	margin:0;
	width:100%;
}

h1,h2,h3 {
	font-family:Arial;
	font-weight:bold;
	color:#333;
}

h1 a {
	text-decoration:none;
}

h1 {
	font-weight: bold;
	font-size: 30px;
}

h1 a:hover, a:hover {
	text-decoration:underline;
	color:blue;
}

h2 {
	font-size: 23px;
	letter-spacing:-1px;
	padding-top:15px;
	padding-bottom:5px;
}

h2 span a:hover {
	color:#47648b;
	text-decoration:underline;
}

h2 a{
 	text-decoration:underline;
}

h3 {
	padding-top:15px;
	padding-bottom:5px;
}

.no_hover:hover {
	background:transparent;
	padding:0;margin:0;
}

#left_col .terminal {
font: normal 12px monaco, "lucida sans typewriter", "lucida console", "courier new", courier, monospace;
color: #fff;
background-color: #000;
margin: 5px 0px 5px 0px;
padding: 5px;
overflow-x: auto;
overflow-y: auto;
text-align:left;
}

p.byline,p.meta {
	font-family: "lucida grande";
	font-size: 12px;
	text-transform:uppercase;
	letter-spacing:2px;
	padding:0;margin:0;
}

p.meta {
	font-size:10px;
}

p.meta a {
	text-decoration:none;
	color:#000;
}

p.meta a:hover {
	text-decoration:underline;
}

blockquote { 
   padding : 10px; 
	 margin:15px 30px;
	 border-left:1px solid #ccc;
	 font-style:italic;
   color: #333; 
   font-family:Georgia;
   line-height: 150%;
	 font-size:13px;
}
.credit { 
  text-align : right; 
  page-break-before: avoid;
}
.credit small { font-size: 80%; } 
blockquote p { margin: 0; text-indent:1.5em; }

pre {
	font-size:12px;
	width:100%;
	overflow:auto;
	background-color:#efefef;
	padding:5px;
}


/********** comments *************/

#comment_body {
	width: 95%;
	height:100px;
}

#comments_header {
	margin-top:20px;
}

.comment_byline {
	font-weight:bold;
}

div#comments {
	background: #ededed;
	border-top:1px solid #33ffee;
	padding:5px;
}

#comments {
	font-size:11px;
}

#leave_comment {
	font-size:12px;
}

div#comment_preview {
	font-weight:bold;
	font-size:12px;
	color:#885d28;
}

/***** left col ********/

#left_col ul, #left_col ol {
	margin:10px 0px;
}

#left_col ul li {
	padding: 0px 0px 5px 18px;
	background: url(/images/icons/bullet_green.png?000000000) no-repeat 0px 3px;
	list-style-type:none;
}

#left_col  #disqus_thread ul li {
	background:none;
	padding:0;
}

#left_col ol {
	list-style-type: decimal;
	list-style-position:inside
}

#left_col ol li {
	padding: 0px 0px 5px 18px;
}

#left_col ol li, #left_col ul li {
	line-height: 160%;
}

.article_spacer {
	margin-bottom:10px;
}

/********* right col ***********/

#right_col h2 {
	font-family: "lucida grande";
	font-size: 12px;
	text-transform:uppercase;
	letter-spacing:2px;
	padding:0;
	margin-bottom:10px;
	color:#000;
}

#right_col p {
	font-family: 'Lucida Grande';
	font-size:12px;
}

#right_col li{
	list-style-type:none;
	padding:5px 0px 5px 0px;
}

#right_col ul a {
	text-decoration:none;
}

#scout_more {
	margin-top:30px;
}

