/* @override 
	http://d2.foggynoggin.com/_styles/styles.css
	http://foggynoggin.com/_styles/styles.css
*/

body,html { margin: 0; padding: 0;}
img { border:0; }
.side-div { margin-bottom:1.5em; border:1px solid white; }
ul, li { list-style-type: none; }
.fleft { float:left; padding:5px 8px 5px 0; }
.fright { float:right; padding:5px 0px 5px 8px; }
.alt-row { background:#E8E8FD; }
.hide { display:none; }

#betterBrowser {
	text-align: center;
	padding: 8px 0;
	background-color: #c1ffbc;
}

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: 201px;
	height: 78px;
	background: url(/_graphics/logo.png) no-repeat center center;
}

#headerMenu ul, #headerMenu li {
	margin: 0;
}
#headerMenu li {
	display: block;
	float: right;
	width: 100px;
	height: 30px;
	text-align:center;
	padding: 0;
}
#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 {
	padding: 25px;
}

#ancillary {
	clear: both;
	margin-top: 60px;
	border-top: 2px solid #d3d6ff;
	background: #e5edfe url(/_graphics/headerShadow.png) repeat-x left top ;
}
#ancillary * {
	font-family: "Trebuchet MS","Lucida Grande", Lucida, Verdana, sans-serif;
}
#ancillaryContent {
	width: 670px;
	margin:10px auto 0;
	padding-left: 60px;
}
.ancillaryItem {
	width:275px;
	float: left;
	margin: 20px;
	padding: 10px;
}
.ancillaryItem li a {
	font-size: 14px;
	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: 18px;
}
.ancillaryItem h3 span {
	display: none;
}
.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;
}
.apps .loanshark {
	background: url(/_graphics/sidebarLoanShark.png) left center no-repeat;
}
.blog h3 {
	background-image: url(/_graphics/textFromTheWeblog.png);
}

.published h3 {
	background-image: url(/_graphics/textPublishedWorks.png);
}

.published img {
	float: left;
	margin: 0 6px 6px 0;
	padding: 4px;
	border: 1px solid #ccc;
}

.blog li a {
	margin: 0 0 20px;
	display: block;
}
.ancillaryItem .lab {
	background-image: url(/_graphics/textFromTheLab.png);
	margin-top: 55px;
}
.ancillaryItem .dev {
	background-image: url(/_graphics/textForDevelopers.png);
	margin-top: 55px;
}
.ancillaryItem .iphone {
	background-image: url(/_graphics/textiPhoneApps.png);
	margin-top: 55px;
}
#footer {
	 clear: both;
	 width: 500px;
	 padding: 50px;
	 margin: 45px auto 0;
	 text-align: center;
	 color: #777;
	 text-shadow:0 1px 1px #fff;
}
#footer a {
	color: #444; font-weight:bold;
}
.user-message {
	font-weight: bold;
	color: red;
	margin-bottom: 10px;
}