#ancillary {
	clear: both;
	margin-top: 60px;
	border-top: 2px solid #d3d6ff;
	background: #e5edfe url(/_graphics/headerShadow.png) repeat-x left top ;
}
#ancillary * {
	font-family: Garamond, Palatino, Georgia, Bookman, serif;
}
#ancillaryContent {
	width: 580px;
	margin:10px auto 0;
}
.ancillaryItem {
	width:250px;
	float: left;
	margin: 8px;
	padding: 10px;
}
.ancillaryItem li {
	margin: 5px 0;
}
.ancillaryItem li a {
	font-size: 1.1em;
	color: #333;
	font-weight: bold;
	text-shadow: 0 1px 1px #fff;
}
.ancillaryItem li a:hover {
	color: #777;
}
.ancillaryItem h3 {
	width: 250px;
	height: 43px;
	background:no-repeat left center;
	margin-bottom: 10px;
}
.ancillaryItem h3 span {
	display: none;
}
.ancillaryItem .lab {
	background-image: url(/_graphics/textFromTheLab.png);
	margin-top: 55px;
}
.ancillaryItem .dev {
	background-image: url(/_graphics/textForDevelopers.png);
	margin-top: 55px;
}
.ancillaryItem .search {
	background-image: url(/_graphics/textSearch.png);
}
.ancillaryItem .recently {
	background-image: url(/_graphics/textRecently.png);
	margin-top: 55px;
}
.ancillaryItem .archives {
	background-image: url(/_graphics/textArchives.png);
	margin-top: 55px;
}
.ancillaryItem .syndicate {
	background-image: url(/_graphics/textSyndicate.png);
	margin-top: 55px;
}

.apps h3 {
	background-image: url(/_graphics/textOurApps.png);
}
.apps li {
	margin: 0 0 30px;
}
.apps li a {
	padding: 15px 0 15px 55px ;
}
.apps .desktopple {
	background: url(/_graphics/sidebarDesktopple.png) left center no-repeat;
}
.apps .serversiren {
	background: url(/_graphics/sidebarServerSiren.png) left center no-repeat;
}
.apps .cookieassassin {
	background: url(/_graphics/sidebarCookieAssassin.png) left center no-repeat;
}
.apps .dockdodger {
	background: url(/_graphics/sidebarDockDodger.png) left center no-repeat;
}
.apps .tiffer {
	background: url(/_graphics/sidebarTIFFer.png) left center no-repeat;
}
.ancillaryItem h3.published  {
	background-image: url(/_graphics/textPublishedWorks.png);
	margin-top: 54px;
}

.ancillaryItem li img {
	float: left;
	margin: 0 6px 6px 0;
	padding: 4px;
	border: 1px solid #ccc;
}
li.published a {
	padding: 0;
}
.blog h3 {
	background-image: url(/_graphics/textFromTheWeblog.png);
}
.blog li a {
	margin: 0 0 20px;
	display: block;
}

/* @override http://foggynoggin.com/blog/wp-content/themes/Foggy%20Bloggin/style.css */

/*  
Theme Name: Foggy Bloggin
Theme URI: http://FoggyNoggin.com/
Description: The theme for the FoggyNoggin weblog.
Version: 1.0
Author: August Trometer
Author URI: http://FoggyNoggin.com/
*/



body { background:#fff; margin:0; width:100%; height:100%; padding:0; min-width:750px; font-size: 82%;}
body, h1, h2, h3, h4, h5, h6, p, div, td { font-family: Arial, "Lucida Grande", Tahoma, Verdana, Helvetica, sans-serif; line-height:1.4em; color: #666;}
h1,h2,h3,h4,h5,h6 { color:#000; margin:0; padding:0; }
img { border:0; }
.side-div { margin-bottom:20px; border:1px solid white; }
ul, li { list-style-type: none; margin: 0; padding: 0;}
p { margin-bottom:20px; }
.clear { clear:both; }
.fleft { float:left; padding:5px 8px 5px 0; }
.fright { float:right; padding:5px 0px 5px 8px; }
.alt-row { background:#E8E8FD; }
.hide { display:none; }
h1,h2,h3,h4,h5,h6 {
	margin: 0;
}

h1 span { display:none; }

a {
	 text-decoration: none;
}

#header {
	height: 200px;
	margin: 0;
}

#headerContents {
	width: 850px;
	margin: 0 auto;
}

#header h1 {
	padding-top: 105px;
}

#header h1 a {
	display:block;
	width: 224px;
	height: 83px;
	background: url(/_graphics/blogLogo.png) no-repeat center center;
}

#headerMenu li {
	display: block;
	float: right;
	width: 100px;
	height: 30px;
	text-align:center;
}
#headerMenu li a {
	font-size:1em; 
	font-weight: bold; 
	color: #fff;
	text-shadow: 0 -1px 0 #000;
	display: block;
	padding: 3px 0 8px;
	background: url(/_graphics/headerMenuBG.png) no-repeat center bottom;
}

#nav {
	clear: both;
	float:right;
	margin:90px 0 0 0;
}

#nav .navs {
	display: block;
	height: 50px;
}

#nav li {
	float: left;
}

#nav .nav {
	display: block;
	cursor: pointer;
	overflow: hidden;
	height: 20px;
	width: 75px;
	padding: 8px 10px 15px 20px;
	
}

#nav a {
	color: #333;
	font-weight: bold;
	font-size: 1.1em;
	text-shadow:0 1px 1px #fff;
}

#nav a:hover {
	color: #0000ab;
}

#nav .software {
	background: url(/_graphics/navBGL.png) repeat-x left center;
}

#nav .weblog {
	background: url(/_graphics/navBGM.png) repeat-x left center;
}

#nav .dev {
	background: url(/_graphics/navBGR.png) repeat-x right center;
	padding-right: 34px;
}

#nav .nav  span {
	display: block;
	padding: 2px 25px 3px 5px;
}

#wrapper {
	background:url(/_graphics/headerShadow.png) repeat-x left top;
}

#content {
	width: 850px; margin: 0 auto;
	padding: 25px 0;
}

.dateblock {
	margin:3px 10px 12px 0;
	height:35px;
	width:40px;
	float:left;
	background: url(/_graphics/dateBlockBG.png) no-repeat center 1px;
}

.dateblock .datetop {
	padding-top: 0;
	text-transform:uppercase;
	font-size:11px;
	text-align:center;
	font-weight:bold;
	color:#fff;
	text-shadow:#333 0px 1px 0;
}

.dateblock .datebottom {
	padding-top:0;
	font-size:14px;
	text-align:center;
	font-weight:bold;
	color:#fff;
	text-shadow:#333 0px 1px 0;
}

.alt .link  { 
display: block;
font-weight:bold;
font-size: 1.2em;
text-align:left;
color:#004BBD;
text-decoration:none;
background:url(/_graphics/link.png) no-repeat center left;
text-shadow:0px 1px 1px #fff;
padding:5px 0 5px 20px;
	overflow: visible;
}



.alt ul {
	 list-style-type: none;
	 padding: 0;
}
.alt ul li {
	 margin: 0;
	 padding: 0;
}
small {
	font-family: geneva,helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

.description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.3em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}


h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}
	
.entry {
	clear: left;
}
.entry p {
	text-align: justify;
}

.entry p a:visited {
	color: #777;
	}
	
.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	font-size: 1.0em;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em geneva,helvetica,Verdana,Arial,sans-serif;
	text-align:right;
	float:right;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}
	
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a  {
	color: #504CEF;
	text-decoration: none;
	}

h3 a:hover, h2 a:hover, a:hover {
	color: #777;
	}
	
#wp-calendar #prev a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em geneva,helvetica, Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */	
.post {
	margin: 0 0 75px;
	text-align: 
	justify;
	}
	
.post h2 {
	font-weight: bold;
}
#footer {
	 clear: both;
	 width: 500px;
	 padding: 50px;
	 margin: 45px auto 0;
	 text-align: center;
	 color: #777;
}

/* End Structure */



/*	Begin Headers */


.description {
	text-align: center;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	color: #06c;
	font-size:1.0em;
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry a { color: #004BBD; border-bottom:1px dotted; font-weight:bold; }

.entry a:hover {
	border-bottom: none;
	text-decoration: underline;
	color: #00005b;
}

.entry ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	
p.postmetadata {
	padding-top:4px;border-top: 1px solid #bcbcbc;
}
	
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

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

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

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	text-align: left;
	}

#sidebar #searchform #s {
	width: 115px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}
.entry block {
	display: block;
	margin: 0 30px;
	font-style: italic;
}
select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/

.commentlist {
	padding: 0;
	text-align: justify;
	}
	
ol.commentlist {
	background: #ebffeb;
	border-top: 4px solid #87ec9b;
}

.commentlist li {
	margin:0;
	padding: 10px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
	
.commentmetadata * {
	
	color: #777;
}
/* End Comments */


#main-post {
	float: left;
	width: 500px;
}

/* Begin Sidebar */
#sidebar
{
padding: 0 0 10px 10px;
margin-left:10px;
width: 275px;
color:#777;
}
#sidebar * {
	font-family: "Trebuchet MS","Lucida Grande", Lucida, Verdana, sans-serif;
}

#sidebar h3 {
	font-size:1.2em;
	color:#333;
	text-shadow: 0 1px 1px #fff;
	text-align: center;
}

#sidebar .post {
	margin-bottom: 30px;
}

#sidebar .post h4 {
	text-align:left;
	font-family: "Trebuchet MS","Lucida Grande", Lucida, Verdana, sans-serif;
}

#sidebar .post p {
	font-size: 1em;
}

#sidebar form {
	margin: 0;
	}
	
#sidebar ul li a {

	font-size:.9em;
	color:#777;
}

#sidebar ul li a {

	font-size:.9em;
	color:#777;
}

#sidebar ul li a:hover {

	color:#333;
}

/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin: 20px 0;
	padding-bottom: 20px;
	}
/* End Various Tags & Classes*/



.commentLink
{
padding-top:10px;
height:17px;
float: right;
font-size:.9em;
font-weight:bold;
}

.commentLink a
{
color:#1750C1;
display:block;
height:16px;
padding-top:1px;
padding-right:25px;
background:url(/blog/wp-content/themes/Foggy%20Bloggin/images/pillRightBlue.png) right center no-repeat;
}

.commentLink a:hover
{
color:#5083EF;
text-decoration:none;
}

.alt {
	float:right;
	width:160px;
	padding:10px 0 10px 20px;
	margin:0 0 20px 20px;
	border-left:1px solid #dcdcdc;
	text-align:left;
	}
	
.alt .postmetadata { margin-top:-20px }

.oddComment {
	background-color: #c4f3c5;
	border-top: 4px solid #87ec9b;
	border-bottom: 4px solid #87ec9b;
}

.adminComment {
	background-color: #C2DAEB;
}

.adminCommentOdd {
	background-color: #C2DAEB;
	border-top: 4px solid #5DB4F2;
	border-bottom: 4px solid #5DB4F2;
}

#post a {
font-weight:bold;
}

#sidebar-menu { padding-top:30px; margin:5px 0 50px; 0; }
#sidebar-menu ul, #sidebar-menu ul li { color:#004BBD; display:block; margin:0; padding:0; list-style:none; }
#sidebar-menu ul li { 
color:#004BBD;
padding:3px;
height:17px;
font-size:1.1em;
font-weight:bold;
}

#sidebar-menu ul li a  { 
text-align:right;
color:#004BBD;
display:block;
height:16px;
text-decoration:none;
background:url(/_graphics/link.png) no-repeat right center;
padding:5px 20px 3px 0; 
}

#sidebar-menu ul li a:hover
{
color:#004BBD;
background-image:url(/_graphics/linkOver.png);
text-decoration:none;
}

#sidebar-menu hr { display:block; border: 0; color: #004BBD; background-color: #66CC33; height: 3px; }

#fn-list a, #fn-list ul li a {
	font-size: 1.1em;
	color: #000;
	font-weight: bold;
	padding:0 0 0 20px;
	background: url(/_graphics/link.png) left center no-repeat;
	display: block;
}

#fn-list ul li a:hover {
	color: #777;
}

#fn-list ul {
	margin-top: 10px;
	margin-bottom: 30px;
}

#fn-list {
	 text-align:left;
}

#fn-list ul li {
	margin-left: 20px;
	padding: 0;
}

pre {
	font-size: 1.1em;
}

.code {
	padding: 20px;
	background: #ababab;
	border: 4px solid #777;
}

#admin-access {
	float:right; margin:10px 10px;
}
#admin-access a,#admin-access a:visited {
	font-size: 12px; font-weight: bold;color: #fff; text-shadow: 0px 1px 0px #777;
}
#admin-access a:hover {
	color: green; text-shadow:none;
}
#admin-access a:before {
	content: ":: ";
}
#admin-access a:after {
	content: " ::";
}
