body
{
	/*the entire page*/
	text-align: center;
	margin: 0;
	padding: 0.6em 1em 1em 1em;
	background: url(http://geekswithblogs.net/images/geekswithblogs_net/leesblog/8291/o_background.gif) repeat-x left top;
  	font: normal 12px "lucida grande", verdana, sans-serif;
}

input,
textarea { font: normal 12px "bitstream vera sans", verdana, sans-serif; }

a:link,  a:visited { color: #993300; }
a img { border: none; }


pre {
  white-space: pre-wrap;
  white-space: -moz-pre-wrap !important;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}
dl {
    margin-bottom:50px;
}
 
dl dt {
    float:left;
    font-weight:bold;
    margin-right:10px;
    padding:5px;
    width:75px;
    text-align: right;
}
 
dl dd {
    margin:2px 0;
    padding:5px 0;
}


#blogStats
{
	/* the container for statistics for your blog */
}
#container
{
	/* this is the outermost container for Subtext
	all elements reside within here */
	width: 1024px;
	text-align: left; 
  	margin: 0 auto; 
  	padding: 0;
}
#header
{
	/* container for the header */
	height: 62px; 
  	margin: 0 -0.5px 12px 0; 
  	padding: 0;
  	background: url("http://geekswithblogs.net/images/geekswithblogs_net/leesblog/8291/o_header_shadow.gif") repeat-x left bottom;
}

#header a:link,
#header a:visited { 
  color: #000;
  text-decoration: none;
}

#header a:hover,
#header a:active {
  color: #993300; background: transparent;
  text-decoration: none;
}

#header .title
{
	font: bold 410% georgia, serif; 
  	letter-spacing: -1px; 
  	margin: 0;
  	float: left; 
}
#header .subtitle
{
	font: normal 12px verdana, arial, sans-serif;  
  	margin: 2.35em 0.2em 0 0;
  	float: right;
}

/*--------------------------------------------------------------
 Sidebar
 --------------------------------------------------------------*/
 
#navigation
{
	/*the section that holds all the links to various parts of the site
	such as archives, categories, and blogroll */
	float: right;
  	text-align: left;
  	width: 200px;
  	padding-left: 15px; 
  	border-left: 1px dotted #ddd; 
  	font-size: 11px; 
}

#navigation h3 { 
  font: bold 14px "lucidamac bold", "lucida grande", verdana, arial, helvetica, sans-serif;
  margin: 0 0 0.5em;
}

#navigation h3 a:link,
#navigation h3 a:visited {
  color: #000; text-decoration: none;
}

#navigation h3 a:hover,
#navigation h3 a:active {
  background: transparent; text-decoration: underline;
}

#navigation ul {
  list-style-type: none; 
  margin: 0 0 2em; padding: 0;
}

#navigation li { 
  margin: 0;
  padding: 1px 0;
}

#navigation em { font-style: normal; }

/* Live-search and results */
#navigation .search p { 
  margin: 0;
}

#navigation .search p input {
  font-size: 11px; width: 92%;
}



#content
{
	/* this region is where the main page content will be loaded
	it can have posts, archives, category listings, etc. */	
	float: left;
  	width: 775px;
  	padding: 0 0 0 5px; 
}

#content h1,
#content h2,
#content h3,
#content h4,
#content h5 { 
  font-family: georgia, times;
  font-weight: normal;
  letter-spacing: -1px;
}

#content h1 { 
  font-size: 28px;
  margin: 0 0 0.3em;  
}

#content h2 { 
  font-size: 24px;
  margin: 0 0 0.3em;  
}

#content h3 { 
  font-size: 22px;
  margin: 1.2em 0 0.3em;  
}

#content h4 { 
  font-size: 20px;
  margin: 1.2em 0 0.3em;  
  border-bottom: 1px dotted #bbb;
}

#content h5 {
  font-size: 20px;
  background: #ffd;
  margin: 1.2em 0 0.3em;  
  border-bottom: 1px dotted #aaa;
}

#content p {
  line-height: 14px; 
  margin: 0 0 1.2em;
}

#content ul,
#content ol {
  margin: 1em;
  padding:0;
}

#content ul {
  list-style-type: square;
}

#content li {
  line-height: 15px; 
  margin: 0 0 0 1em; padding: 0;
}

#content blockquote {
  color: #555;
  border-left: 5px solid #ccc; 
  margin: 1.3em 1em; padding: 0 1em;
}

/* Article Entries - class names based on http://microformats.org/wiki/hatom] */
#content .post { 
  margin: 0 0 3em 0;  
}

#content .post .title {
  font-size: 30px;
  line-height: 99%;
  letter-spacing: -1.5px; 
  margin: 0;
  margin-bottom: 10px;
}

#content .post .title a:link,
#content .post .title a:visited { 
  color: #111;
  text-decoration: none;
}

#content .post .title a:hover,
#content .post .title a:active { 
  background: transparent; 
  color: #993300; 
  text-decoration: none;
}

#content .post .title .comment_count { color: #eee; }

#content .post .vcard,
#content .post .published {
  float: left;
  color: #a9a9a9;
  font: normal 16px/14px helvetica, arial, verdana, sans-serif;
  letter-spacing: -1px;
  margin: 1px 0 0.6em 2px;
}

#content .post .vcard a,
#content .post .vcard a:hover {color: #aaa; background: transparent;
  text-decoration: none;  }

#content .post .fn {
  font-weight:bold;
  margin-right: 5px;
}

#content .post .fn a,
#content .post .fn a:hover {
  color: #aaa; background: transparent;
  text-decoration: none;
}

#content .post .clear { clear: both; }

#content .post .body {  }

#content .post ul.meta { 
  font-size: 10px;
  background: #eee;
  margin: 0; padding: 5px;
  border: 1px solid #ddd;
  list-style-type: none;
}

#content .hentry ul.meta li { 
  line-height: 13px;
  margin: 0; padding: 0;
}

#content .post .meta a:link,
#content .post .meta a:visited {
  color: #555;
  text-decoration: none;
  border-bottom: 1px dotted #aaa;
}

#content .post .meta a:hover,
#content .post .meta a:active  {
  color: #fff;
}





/* Comments and Trackbacks */
#content ol.comments,
#content ol.trackbacks {
  list-style-type: none;
  margin: 0; padding: 0;
}

#content div.comment,
#content li.trackback {
  border: 2px solid #ddd;
  margin: 0 0 1.5em; padding: 1em;
}

#content li.comment.preview { 
  background: #ffc;
  border: 3px solid #fab444;
  margin: 0 0 1.5em; padding: 1em;
}

#content div.comment   .author,
#content li.trackback .author { 
  font-weight: bold;
  margin-bottom: 1em;
}

#content div.comment   .author cite,
#content li.trackback .author cite {
  font-size: 16px;
  letter-spacing: -1px;
}

#content div.comment   .author abbr, 
#content li.trackback .author abbr { color: #999; }

#content div.comment .author .gravatar { 
  margin: 0 0 0.5em 0.5em;
  float: right; 
}

#content div.comment .content { margin: 10px; }

#content div.comment .author div {
  margin: 0 0 0.5em 0.5em;
  width: 60px; height: 60px;
  background: url("/images/gravatar.gif") no-repeat left top;
  float: right; 
}

#content #comment-form {
  background: #f2f2f2;  
  padding: 10px;  
}

#content #comment-form fieldset { 
  border: none;
}

#content #comment-form legend { 
  display: none;
}

#content #comment-form label { 
  font-weight: bold;
}

#content #comment-form input[type=text] {
  width: 300px;
}

#content #comment-form textarea { 
  width: 90%; height: 150px;
  padding: 3px;
}






#content #contactForm {
  background: #f2f2f2;  
  padding: 10px;  
}

#content #contactForm fieldset { 
  border: none;
}

#content #contactForm legend { 
  display: none;
}

#content #contactForm label { 
  font-weight: bold;
}

#content #contactForm input[type=text] {
  width: 300px;
}

#content #contactForm textarea { 
  width: 90%; height: 150px;
  padding: 3px;
}













#news
{
	/*container for the news announcement */
}
#news .title
{
	/*title of the news announcement*/
}
#news .body
{
	/* the body of the news announcement */
}




/*--------------------------------------------------------------
 Footer
 --------------------------------------------------------------*/
 
#footer
{
	/* bottom of all pages */
	height: 40px; 
  	margin: 10px 0 0; padding: 10px 0 0;
  	clear:both; 
  	border-top: 1px solid #ccc; 
  	font-size: 90%; 
  	text-align: right;
}
#footer .copyright
{
	/* copyright information in the footer */
}

#footer a:link,
#footer a:visited { 
  color: #000;
}

#footer a:hover,
#footer a:active { 
  color: #fff;
  background: #000;
}

#footer hr {
  display: none;
}

#footer p {
  width: 40%;
  float: left; 
  margin: 0; padding: 0; 
}

#footer ul {
  width: 40%;
  margin: 0; padding: 0;
  list-style-type: none; 
  text-align: right; 
  float: right; 
}

#footer li {
  margin: 0; padding: 0 0 0 1em;
  display: inline; 
}








#gallery
{
	/* container for galleries */
}
#gallery .title
{
	/* the title of the gallery */
}
#gallery .description
{
	/* the description of the gallery */
}
#gallery .thumbnails
{
	/* contains all the thumbnails for the gallery */
}
#gallery  .thumbnail
{
	/* specific formatting for each individual thumbnail */
}
#postComment
{
	/* the container for the form where people can input comments */
}
#postComment .title
{
	/* the title of the comment form */
}
#searchBox
{
	/* container for the searchbox */
}
#searchBox .searchInput
{
	/* the text box that search terms are typed into */
}
#searchBox .seachButton
{
	/* the button pressed to initiate the search */
}
.links
{
	/* The primary container for each navigation section
	(such as Archives, Categories, etc) */
}
.links .title
{
	/* The title of each navigation section */
}
.links ul
{
	/* the styling for unorderd lists inside the links container */
}
.links ul li
{
	/* listed items in unordered lists in links */
}
#recentComments
{
	/* container for recent comments control */
}
.comments
{
	/* container for all comments */
}
.comment
{
	/* container for individual comment */
}
.comment .title
{
	/* title of comment */
}
.comment .author
{
	/* author of comment */
}
.comment .postedDate
{
	/* comment date posted */
}
.comment .content
{
	/* main body of comment */
}
.day
{
	/* container for the view of posts by day */
}
.day .date
{
	/* the date being viewed */
}
#myLinks
{
	/* container for the MyLinks */
}
#myLinks .title
{
	/* the title of the MyLinks section */
}
#myLinks .links
{
	/* the links contained in the MyLinks section */
}
.posts
{
	/* container for a list of posts - not used on main page*/
}
.post
{
	/* the container for a single post */
}
.post .title
{
	/* the title of a post */
}
.post .body
{
	/* the body of a post */
}
.post .info
{
	/* the footer information of each post */
}
.post .trackback
{	
	/* the trackback / ping area of a post */
}
.previousNext
{
	/* the links that lead to the next and previous story */
}
.required
{
	/*information that should be marked as required */
}
.singleImage
{
	/* container for viewing a single image in the gallery */
}
.singleImage .title
{
	/* title of single image */
}
.singleImage .image
{
	/* image being displayed */
	
}

/* -------- Share Options ------ */
div.share
{
	/* the wrapper for the ShareThisPost control */
}

div.share span
{
	/* wraps the "Share This Post" text */
}

div.share ul
{
	/* container for list of share-links */
}

div.share ul li
{
	/* each individual share-link */
}

div.share ul li a
{
}

div.share ul li:before 
{
	/* example:
	
	content: "| "; 
	
	*/
}

div.share ul li:first-child:before, #nav li:first-child:before
{
	/* example:
	
	content: ""; 
	
	*/
}

/* ------------- {search layout} -------------- */
#search
{
}

#search-box
{
}

#search input
{
}

#search-results
{
}

#search-results h5
{
}

#search-results ul
{
}

#search-results ul li
{
}

#search-results div.innerbox
{
}

#search a.close
{
}

#search-progress
{
}











.dp-highlighter
{
	font-family: "Consolas", "Courier New", Courier, mono, serif;
	font-size: 12px;
	background-color: #E7E5DC;
	width: 99%;
	overflow: auto;
	margin: 18px 0 18px 0 !important;
	padding-top: 1px; /* adds a little border on top when controls are hidden */
}

/* clear styles */
.dp-highlighter ol,
.dp-highlighter ol li,
.dp-highlighter ol li span 
{
	margin: 0;
	padding: 0;
	border: none;
}

.dp-highlighter a,
.dp-highlighter a:hover
{
	background: none;
	border: none;
	padding: 0;
	margin: 0;
}

.dp-highlighter .bar
{
	padding-left: 45px;
}

.dp-highlighter.collapsed .bar,
.dp-highlighter.nogutter .bar
{
	padding-left: 0px;
}

.dp-highlighter ol
{
	list-style: decimal; /* for ie */
	background-color: #fff;
	margin: 0px 0px 1px 45px !important; /* 1px bottom margin seems to fix occasional Firefox scrolling */
	padding: 0px;
	color: #5C5C5C;
}

.dp-highlighter.nogutter ol,
.dp-highlighter.nogutter ol li
{
	list-style: none !important;
	margin-left: 0px !important;
}

.dp-highlighter ol li,
.dp-highlighter .columns div
{
	list-style: decimal-leading-zero; /* better look for others, override cascade from OL */
	list-style-position: outside !important;
	border-left: 3px solid #6CE26C;
	background-color: #F8F8F8;
	color: #5C5C5C;
	padding: 0 3px 0 10px !important;
	margin: 0 !important;
	line-height: 14px;
}

.dp-highlighter.nogutter ol li,
.dp-highlighter.nogutter .columns div
{
	border: 0;
}

.dp-highlighter .columns
{
	background-color: #F8F8F8;
	color: gray;
	overflow: hidden;
	width: 100%;
}

.dp-highlighter .columns div
{
	padding-bottom: 5px;
}

.dp-highlighter ol li.alt
{
	background-color: #FFF;
	color: inherit;
}

.dp-highlighter ol li span
{
	color: black;
	background-color: inherit;
}

/* Adjust some properties when collapsed */

.dp-highlighter.collapsed ol
{
	margin: 0px;
}

.dp-highlighter.collapsed ol li
{
	display: none;
}

/* Additional modifications when in print-view */

.dp-highlighter.printing
{
	border: none;
}

.dp-highlighter.printing .tools
{
	display: none !important;
}

.dp-highlighter.printing li
{
	display: list-item !important;
}

/* Styles for the tools */

.dp-highlighter .tools
{
	padding: 3px 8px 3px 10px;
	font: 9px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: silver;
	background-color: #f8f8f8;
	padding-bottom: 10px;
	border-left: 3px solid #6CE26C;
}

.dp-highlighter.nogutter .tools
{
	border-left: 0;
}

.dp-highlighter.collapsed .tools
{
	border-bottom: 0;
}

.dp-highlighter .tools a
{
	font-size: 9px;
	color: #a0a0a0;
	background-color: inherit;
	text-decoration: none;
	margin-right: 10px;
}

.dp-highlighter .tools a:hover
{
	color: red;
	background-color: inherit;
	text-decoration: underline;
}

/* About dialog styles */

.dp-about { background-color: #fff; color: #333; margin: 0px; padding: 0px; }
.dp-about table { width: 100%; height: 100%; font-size: 11px; font-family: Tahoma, Verdana, Arial, sans-serif !important; }
.dp-about td { padding: 10px; vertical-align: top; }
.dp-about .copy { border-bottom: 1px solid #ACA899; height: 95%; }
.dp-about .title { color: red; background-color: inherit; font-weight: bold; }
.dp-about .para { margin: 0 0 4px 0; }
.dp-about .footer { background-color: #ECEADB; color: #333; border-top: 1px solid #fff; text-align: right; }
.dp-about .close { font-size: 11px; font-family: Tahoma, Verdana, Arial, sans-serif !important; background-color: #ECEADB; color: #333; width: 60px; height: 22px; }

/* Language specific styles */

.dp-highlighter .comment, .dp-highlighter .comments { color: #008200; background-color: inherit; }
.dp-highlighter .string { color: blue; background-color: inherit; }
.dp-highlighter .keyword { color: #069; font-weight: bold; background-color: inherit; }
.dp-highlighter .preprocessor { color: gray; background-color: inherit; }