
html {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    min-width: 780px;
}

body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background: #90B4E9 url(images/bg-wide.jpg) repeat-x;
    font-family: 'Verdana', sans-serif;
    line-height: 19px;
    font-size: 13px;
    color: #253662;
    min-width: 780px;
}

form {
    margin: 0;
    padding: 0;
}

a {
    color: #2767C7;
    text-decoration: none;
    cursor: pointer;
    position: relative;
}

a:hover {
    color: #3777D7;
}

div#header {
    width: 100%;
    height: 159px;
    background: url(images/duckscreen1.jpg) 141px 0px no-repeat;
}

div#latd {
    position: absolute;
    top: 0;
    left: 0;
    height: 188px;
    width: 141px;
    background: url(images/latd.jpg) no-repeat;
	cursor: pointer;
}

div#header h1 {
    display: none;
}

div#flavour {
    color: white;
    position: absolute;
    top: 69px;
    left: 330px;
    width: 435px;
    height: 38px;
    overflow: hidden;
    text-align: right;
    vertical-align: bottom;
    font-size: 12px;
    line-height: 17px;
}

div#wrapper {
    margin-top: 0; /* -25px; */
}

div#wrapper .column {
    position: relative;
    float: left;
}

div#left {
    width: 174px;
    padding:  35px 13px 3px 13px;
}

div#center {
    width: 580px;
}

div#footer {
    width: 700px;
    padding: 10px 30px 4px 30px;
    clear: both;
    text-align: center;
    font-size: 11px;
    line-height: 15px;
    color: #556F9F;
}

table.box {
    width: 580px;
    padding: 0;
    margin: 0;
}

td.box_hi {
    background: url('images/box_hi.png');

    height: 22px;
}

td.box_hi img {
    width: 22px;
    height: 22px;
    margin: 0;
    padding: 0;
}

td.box_mid {
    background: url('images/box_mid.png');

    padding: 0 30px 0 32px;
    margin: 0;
    text-align: justify;
}

td.box_mid table {
    margin-left: auto;
	margin-right: auto;
    padding: 0;
    position: relative;
}

td.box_low {
    background: url('images/box_low.png');

    height: 27px;
}

td.box_low img {
    width: 27px;
    height: 27px;
    margin: 0;
    padding: 0;
}

table.post {
	width: 100%;
	margin-bottom: 15px;
}

td.post_header_left {
    text-align: left;
    vertical-align: bottom;
    font-size: 15px;
    font-weight: bold;
    border-bottom: 2px solid #152643;
    letter-spacing: 2px;
}

td.post_header_left a, td.post_header_left a:visited {
	color: #253662;
}

td.post_header_left h2 {
	padding: 0;
	margin: 0;
    font-size: 15px;
}

td.post_header_right {
    text-align: right;
    vertical-align: bottom;
    font-size: 11px;
    border-bottom: 2px solid #152643;
	line-height: 13px;
}


td.post_header_right {
    text-align: right;
    vertical-align: bottom;
    font-size: 11px;
}

div.post_ad {
    text-align: center;
}

div.adBoxHoriz {
    margin-bottom: 15px;
    text-align: center;
}

div.adBox {
	display: block;
	width: 120px;
	height: 240px;
	float: right;
	margin: 0 0 0 15px;
	padding: 0;
}

div.adBoxLeft {
	display: block;
	width: 120px;
	height: 240px;
	float: left;
	margin: 0 15px 0 0;
	padding: 0;
}

div.adBoxTall {
	display: block;
	width: 120px;
	height: 600px;
	float: right;
	margin: 0 0 0 15px;
	padding: 0;
}

div.adBoxLeftTall {
	display: block;
	width: 120px;
	height: 600px;
	float: left;
	margin: 0 15px 0 0;
	padding: 0;
}

div#left h2 {
    margin: 0;
    padding: 0;
    font-size: 14px;
	letter-spacing: 1px;
}

div#left ul {
    margin: 0 0 14px 0;
    padding: 0;
}

div#left li {
    list-style-type: none;
}

div#left li li {
    padding: 0 0 0 12px;
}

div#left li li li {
	font-size: 11px;
}

div#left ul ul ul {
	margin-bottom: 0;
}

div#footer table {
    margin: auto;
}

div#loading {
    position: absolute;
    top: 0;
    left: 0;
    width: 65px;
    height: 65px;
    background: transparent url('images/duckload-65-2.gif') no-repeat;
}

div#loading span {
    display: none;
}

/* Post Styling */

.post h2 {
	margin: 0;
	padding: 0;
}

p.postmetadata {
    font-size: 11px;
}

.box h3 {
	border-bottom: 2px solid #152643;
}

/* Comment Styling */

form#commentform {
	padding: 0 10px;
}

div.entry {
	clear: both;
	margin: 0 10px 10px;
}

textarea#comment {
	padding: 3px;
	height: 80px;
	border: 1px solid #888;
	width: 492px;
}

div.commentpost {
	margin: 0 10px;
}

div.commentbreaker {
	margin: 10px 10px 0 10px;
	padding: 0 0 10px 0;
	border-top: 1px solid #888;
}

table.commenttitle {
	width: 100%;
	margin-bottom: 10px;
}

td.commenttitle_left {
	vertical-align: bottom;
	text-align: left;
}

td.commenttitle_right {
	vertical-align: bottom;
	text-align: right;
    font-size: 11px;
}

p.nocomments {
	margin-left: 10px;
	margin-right: 10px;
}

/* Misc */

div#center h3 {
    font-size: 13px;
    font-weight: bold;
    border-bottom: 2px solid #152643;
    letter-spacing: 2px;
	padding: 0;
	margin: 1em 0 0.5em 0;
}

div.navigation {
	height: 20px;
	margin-bottom: 10px;
	margin-top: -10px;
	padding: 0;
}

div.navigation div.alignleft {
	height: 20px;
	float: left;
}

div.navigation div.alignright {
	height: 20px;
	float: right;
}

/* Code Blocks */

pre.code {
	display: block;
	margin: 0 0 15px 0;
	padding: 5px;
	border: 1px solid #888;
	font-family: 'Lucida Console', sans-serif;
}

pre.php {
	background: #FFF url(images/phpcode.jpg) top right no-repeat;
}

pre.javascript {
	background: #FFF url(images/javascriptcode.jpg) top right no-repeat;
}

pre.css {
	background: #FFF url(images/csscode.jpg) top right no-repeat;
}

/* Little Web Tools */
table#lwTools {
	width: 500px;
	margin-top: 1em;
	position: relative;
}

td.toolButton {
	text-align: center;
	width: 33%;
}

td.toolButton span {
	cursor: pointer;
	color: #2767C7;
}

td#toolInfo {
	color: #808080;
	text-align: center;
	vertical-align: middle;
	height: 3em;
}

td.toolField {
	text-align: right;
}

td.toolField input {
	width: 98%;
}

/* Recipes */
table.recipeTable {
	margin: 0 0 15px 0;
	padding: 0;
}

table.recipeTable th {
    border-bottom: 2px solid #152643;
}

table.recipeTable td {
	padding: 3px;
}

table.recipeTable td span {
	color: red;
	cursor: help;
}


/* Buh? */
iframe {
	position: relative;
	z-index: 1000;
}

p {
	padding: 0;
	margin: 0 0 15px 0;
	/* Hack for IE Italic Bug */
	height: 1%;
	overflow: visible;
}

