/*
Theme Name: Generic Design
Description: WordPress theme design for Generic Designer's blog
Author: Mike Joes
Author URI: http://genericdesigner.info
Tags: white, two-columns, fixed-width
Version: 1.0.1
The CSS, XHTML and design is released under GPL: http://www.opensource.org/licenses/gpl-license.php
Modified by Owen Vickers for owen.net.nz
*/
html, body {
	height:100%;
	font-size:small;
}
form, select, option, input, textarea, body, table, tr, td, a, pre {
	font-family: Georgia,serif;
	color:#333;
	text-decoration:none;
}
.screen-reader-text {
	color: #536881;
	}
body {
	padding:0px;
	margin:0px;
	border:0px;
	background:#000000 url(images/grad_bg.gif) repeat-x scroll 0 0;
	text-align:center;
}
form {
	border:0px;
	padding:0px;
	margin:0px;
}
img {
	border:0px;
	padding:0px;
	margin:0px;
}
h1, h2, h3, h4, h5, h6, h7, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, h7 a, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, h7 a:hover {
	font-family: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	padding:0px;
	margin:0px;
	border:0px;
	font-size:24px;
	text-transform:uppercase;
	text-decoration:none;
}
h2 {
	font-size:19px;
}
h3 {
	font-size:15px;
}
h4 {
	font-size:13px;
	padding-bottom:15px;
}
h5 {
	font-size: 10px;
	font-style: italic;
	margin-bottom: 5px;
	}
a, a:link, a:active, a:visited {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
	color:#000;
}
#allContainer {
	background:url('images/body_bg.gif') repeat-y center #fff;
	width:1005px;
	height:100%;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}
#header {
	background:url('images/header4.jpg') no-repeat top left #efefef;
	width:1005px;
	height:250px;
}
#header #headerContainer {
	display:block;
	height:220px;
	margin-left:102px;
}
#header #menuContainer {
	display:block;
	height:30px;
	margin-left:102px;
}
#header #headerContainer #headerLogo {
	display:none;
}
#header #headerContainer #titleContent {
	padding:130px 0px 0px 520px;
}
#header #headerContainer #titleContent h1, #header #headerContainer #titleContent h1 a {
	color:#fff;
	font-size:29px;
	text-transform:none;
	margin-bottom:-5px;
}
#header #headerContainer #titleContent #subHeader {
	color:#fff;
}
#menu {
	display:block;
	width:801px;
	padding:0px;
	height:30px;
	overflow:hidden;
	padding: 1px 0 0 8px;
}
#menu ul {
	border:0px;
	width:100%;
	margin:0px;
	padding:0px;
	list-style:none;
	line-height:29px;
	height:29px;
	width:100%;
	overflow:hidden;
}
#menu li {
	display:inline;
	float:left;
	border:0px;
	padding:0px;
	margin:0px;
	line-height:30px;
	height:30px;
	overflow:hidden;
}
#menu ul .current_page_item, #menu .current_page_item a:hover {
	background:#536881;
}
#menu a, #menu a:link, #menu a:active, #menu a:focus, #menu a:visited, #menu a:hover {
	color:#FFFFFF;
	text-decoration:none;
	border:0px;
	height:30px;
	line-height:30px;
	padding:15px 15px 15px 15px;
	/*_padding:0px 15px 0px 15px;  there are some thins IE just don't understand about padding */
	white-space:nowrap;
}
#menu .selected a:hover {
	background:url('');
}
#menu a:hover {
	background-color:#536881;
	color:#FFFFFF;
}
#menu #searchform .hidden {
	display:none;
}
#menu #menuSearch #searchform div {
	padding-right:5px;
}
#menu #menuSearch {
	float:right;
	margin-right:10px;
}
#header #menuSearch #s {
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;
	color:#000;
}
#header #menuSearch #searchsubmit {

}
#contentContainer {
	background:url('images/body_bg.gif') repeat-y center #fff;
	width:1005px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}
#contentContainer #allContentWidth {
	width:1005px;
	margin-left:auto;
	margin-right:auto;
}
#contentContainer #menuUnder{
	background:url('images/menu_under.gif') no-repeat;
	width:801px;
	height:31px;
	margin-left:102px;
}
#mainContent {
	width:688px;
	display:inline;
	float:left;
}
.date {
	background:url('images/date.gif') no-repeat;
	width:102px;
	height:99px;
	display:inline;
	float:left;
	color:#666;	
}
.date span {
	/*display:inline;
	float:left;*/
}
.date .dateContainer {
	padding:34px 0px 0px 46px;
	width:50px;
	text-align:center;
	font-size:0.9em;
}
.noDate {
	width:102px;
	height:1px;
	display:inline;
	float:left;
	color:#666;	
}
.post {
	display:inline;
	float:left;
	width:560px;
	overflow:hidden;
	background: #eee;
	border: 1px solid #e5e5e5;
	margin: 0 0 20px 10px;
	padding-top: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}
.post .postInnerPadding {
	padding:0px 20px 20px 20px;
	overflow:hidden;
}
.post h2, .post h2 a {
	padding-bottom:10px;
	font-size:1.3em;
	line-height:22px;
	/*background-color:#ccc;*/
	text-decoration:none;
	overflow:hidden;
	color: #536881;
}
.post p {
	padding-top:0px;
	margin-top:0px;
	margin-bottom:11px;
}
.post a {
	text-decoration:underline;
	color: #536881;
}
.post a:hover {
	text-decoration:none;
	color: #536881;
}
.post .postFooter {
	clear:both;
	display:block;
	padding-top:5px;
}
.postFooter  {
	color: #777;
        font-size: 0.8em;
	}
.postmetadata a {
	color:#536881;
	}
.postmetadata {
	font-size: 87%;
	}
.image .navigation {
	margin:0px 0px 20px 0px;
}
.image .navigation .alignleft, .image .navigation .alignright {
	float:left;
}
.imagelink, .alignleft {
	float:left;
	margin-right:5px;
	margin-bottom:5px;
}
.alignright {
	float:right;
	margin-left:5px;
	margin-bottom:5px;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.commentlist .alt {
	padding: 20px 10px 20px 10px;
	background: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
h3#comments, h3#respond {
	margin: 30px 0px;
}
.commentlist {
	padding: 0px;
}
.commentlist li {
	margin: 15px 0px 15px;
	padding: 5px 10px 5px;
	list-style: none;
}
.commentlist li .avatar {
	float: right;
	border: 1px solid #999;
	padding: 2px;
	background: #fff;
}
.commentlist .fn {
	font-weight:bold;
}
.commentlist p {
	margin: 10px 5px 10px 0px;
	font-weight: normal;
	text-transform: none;
}
.commentlist cite, .commentlist cite a {
	font-style: normal;
	border: none;
}	
.commentlist li.author .avatar {
	border: 1px solid #669933;
}
.nocomments {
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.commentmetadata {
	margin: 0px;
	display: block;
}
#commentform #submit {
	float: right;
}
#commentform #comment {
	width:500px;
}
.archive ul {
	margin:0px;
	padding:0px 0px 20px 30px;
}
#nasa-iotd {
	}
#sidebar {
	display:inline;
	float:left;
	background:url('images/sidebar_bg.gif') -48px 0px no-repeat #fff;
	width:200px;
	overflow:hidden;
}
#sidebar ul, #sidebar ul ol, #sidebar li {
	border:0px;	
	margin:0px;
	padding:0px;
	list-style:none;
}
.xoxo a {
	font-size: 87%;
	}
#sidebar h2 {
	background:#000 url('images/h2_bg.gif') repeat-x;
	/*filter:alpha(opacity=80);*/
/*	-moz-opacity:.80;
	opacity:.80;*/
	text-transform: uppercase;
	color:#FFFFFF;
	width:190px;
	display:block;
	padding:4px 5px 4px 5px;
	font-size:0.9em;
	/*font-size:19px;*/
}
#sidebar li ul {
	background-color:#e5e5e5;
	width:190px;
	display:block;
	padding:5px;
	/*margin-bottom:20px;*/
	overflow:hidden;
}
#sidebar p {
	padding: 0 5px 10px 5px;
	font-size: 87%;
	}
#sidebar ul li {
	background-color:#e5e5e5;
	margin-bottom:20px;
	}
#sidebar ul li ul li{
	margin-bottom:3px;
	}	
#sidebar .archive a {
	text-transform:capitalize;
}
#sidebar .archive #archiveSelect {
	text-transform:capitalize;
	width:100%;
}
#sidebar .rss {
	background:url('images/rss.gif') no-repeat 0px 1px;
	padding-left:18px;
	height:18px;
	line-height:18px;
	display:block;
}
#sidebar .link_icon {
	padding-left:19px;
	height:19px;
	line-height:19px;
	display:block;
}
#sidebar .bloggy_link {
	background:url('images/link_icons/bloggy.gif') no-repeat 0px 1px;
}
#sidebar .youtube_link {
	background:url('images/link_icons/youtube.gif') no-repeat 0px 1px;
}
#sidebar .facebook_link {
	background:url('images/link_icons/facebook.gif') no-repeat 0px 1px;
}
#sidebar .flickr_link {
	background:url('images/link_icons/flickr.gif') no-repeat 0px 1px;
}
#sidebar .bambuser_link {
	background:url('images/link_icons/bambuser.gif') no-repeat 0px 1px;
}
#sidebar .twitter_link {
	background:url('images/link_icons/twitter.gif') no-repeat 0px 1px;
}
#sidebar .jaiku_link {
	background:url('images/link_icons/jaiku.gif') no-repeat 0px 1px;
}
#sidebar #wp-calendar {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	width:100%;
	text-transform:capitalize;
}
#sidebar #wp-calendar a {
	text-decoration:underline;
}
#sidebar .categories .children {
	margin-top:0px;	
	margin-bottom:0px;
	padding-top:0px;
	padding-left:10px;
	padding-bottom:0px;
}
#sidebar #photoAlbum {
	display:block;
	margin:0px;
	padding:0px 0px 0px 5px;
}

.clearer {
	clear:both;
	height:0px;
	display:block;
}
.navigation {
	display:block;
	margin:0px 0px 20px 122px;
	padding:0px;
}
.navigation .alignleft {
	float:left;
}
.navigation .alignright {
	float:right;
	padding-right:20px;
}
#footer {
	display:block;
	text-align:right;
	width:801px;
	background:#536881 url(images/foot_bg.gif) repeat-x bottom left;
	color:#fff;
	margin: 10px 0px 0px 102px;
	padding:0px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomright: 10px;
}
#footer a {
	color:#fff;
	text-decoration:none;
}
#footer #footerInnerPadding {
	padding:10px 15px 10px 15px;
}
#sidebar .twitterwidget {
	text-transform: uppercase;
	color:#FFFFFF;
	display:block;
	font-size:1.0em;
	}
.twitter-user {
	color: #b94040;
	}
.entry-meta, .entry-meta a {
	font-style: italic;
	color: #536881;
	font-size:7pt;
	}
.entry-content {
	font-size:87%;
	}
.breadcrumb {
	/*margin-left:123px;*/
	font-size:77%;
	margin-bottom: 10px;
	}
.break {
	margin-bottom:5px;
	clear: both;
	}
.cat-item a {
	font-size:10pt;
	}
.cat-item a:hover {
	text-decoration: none;
	}
.cat-item img {
	vertical-align:middle;
	}
.wp-caption-text {
        font-size: 7pt;
        font-weight: bold;
        }
blockquote {
        font-size: 9pt;
        font-style: italic;
        border: 1px solid #999;
        padding: 5px 5px 0px 5px;
        background: #f5f5f5;
        }