/*
Theme Name: OOBloog
Theme URI: http://www.bloog.com.au
Description: The 00.com.au Weblog theme.
Version: 1.0
Author: Izilla
Author URI: http://www.izilla.com.au/
*/

/*----Undo HTML-----------------------------------------------------------*/

body, h1, h2, h3, h4, h5, h6, pre, code, table { font-size: 1em; }
* { margin: 0; padding: 0; }
a img, :link img, :visited img { border: none; }

/**/

/*----General classes-----------------------------------------------------*/

.clearfix:after {
	clear: both; 
	content: "."; 
	display: block; 
	height: 0; 
	visibility: hidden;
}

.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }

.alignLeft { float: left; }
.alignRight { float: right; }
.alignCenter { text-align: center; }

.float_left {
	float: left;
}

.float_right {
	float: right;
}

img.float_left {
	margin: 0.5em 1em 0.5em 0;
}

img.float_left_border {
	border: 1px solid #a1a8ce;
	float: left;
	margin: 0.5em 1em 0.5em 0;
}

img.float_right {
	margin: 0.5em 0 0.5em 1em;
}

img.float_right_border {
	border: 1px solid #a1a8ce;
	float: right;
	margin: 0.5em 0 0.5em 1em;
}

.hidden {
	left: -999em;
	overflow: hidden;
	position: absolute;
	width: 0;
}

/**/

/*----HTML Structural Elements--------------------------------------------*/

a {
	color: #ff7c00;
	text-decoration: none;
}

a:hover {
	color: #8ec214;
	text-decoration: underline;
}

abbr,
acronym {
	border-bottom: 1px dotted #fff;
	cursor: help;
}

address {
	font-style: normal;
}

body {
	background-color: #fff;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	text-align: center;
}

h2 {
	color: #000;
	font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 164%;
	font-weight: normal;
	line-height: 1.3em;
	margin-bottom: 5px;
}

h3 {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 0.8em;
}

h4 {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 0.8em;	
}

h5 {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 0.8em;	
}

div.hr {
	background: url(images/sidebar_panel_li_divider.gif) repeat-x 0 0;
	height: 2px;
	margin: 2em 0 2.6em 0;
}

div.hr hr { display: none; }

p {
	line-height: 1.3em;
	margin-bottom: 1.5em;
}

/**/

/**----Blockquotes--------------------------------------------------------*/

blockquote {
	
}

blockquote cite {
	
}

blockquote p {
	
}

/**/

/**---- Lists----------------------------------------------------*/

ul {
	list-style: none;
}

#content ul, #content ol {
	margin: 0 0 2em 3em;
}

#content li {
	list-style: square;
	margin: 0 0 1em 0;
        padding-left: 6px;
}


#content ol li {
	list-style-type: decimal;
}

#content ol ul, #content ul ol {
       margin-bottom: 1.4em;
       margin-top: 1em;
}
 
#content ol li ul li {
       list-style-type: square;
}

/**/

/**---Definition Lists----------------------------------------------------*/
	
dl {

}
	
dl dd {

}

dl dt {

}

/**/

/**---Tables--------------------------------------------------------------*/	
	
table {
	border: none;
	border-collapse: collapse;
}
	
table tr th,
table tr td {

}
	
table thead tr th {

}
	
table tbody tr.even td,
table tbody tr.even th {

}

table tfoot tr td {

}

/**/

/**---Forms---------------------------------------------------------------*/

fieldset {
	border: none;
}

input.submit {
	font-weight: bold;
	padding: 2px 4px !important;
}

input.text, textarea {
	background: #fff;
	border-bottom: 1px solid #9dd522;
	border-left: 1px solid #5b9400;
	border-right: 1px solid #9dd522;
	border-top: 1px solid #5b9400;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: .7em;
	padding: 3px 3px 4px 4px;
	width: 300px;
}

textarea#comment {
	font-size: 100%;
}
	

label {
	display: block;
	margin-bottom: .3em;
}

textarea {
	margin-bottom: 1.5em;
	width: 505px;
}

/**/

/*----Page Structural Elements/Wraps--------------------------------------*/

#contentWrap {
	margin: 20px auto 30px auto;
	padding: 0 110px;
	text-align: left;
	width: 952px;
	width/**/:/**/ 732px;
}

#content {
	float: left;
	font-size: 130%;
	margin: 0 30px 0 0;
	width: 514px;
}

#sidebar {
	float: left;
	width: 188px;
}

#contentSubWrap {
	background: #ff7b0d url(images/contentSub_bg.gif) repeat-x 0 0;
	overflow: hidden;
	padding: 2em 0 2em 0;
}

#contentSub {
	font-size: 130%;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 110px;
	text-align: left;
	width: 952px;
	width/**/:/**/ 732px;
}

/**/

/*----Header--------------------------------------------------------------*/

#header {
	background: url(images/header.png) no-repeat 0 0;
	height: 160px;
	margin: 0 auto;
	position: relative;
	top: 7px;
        right: 20px;
	width: 953px;
}

#header h1, #header p {
	display: none;
}

/**/

/*----Nav-----------------------------------------------------------------*/

#navWrap {
	background: url(images/nav_bg.gif) repeat-x 0 0;
	xheight: 57px;
}

#nav {
	margin: 0 auto;
	padding: 0 110px;
	text-align: left;
	width: 952px;
	width/**/:/**/ 732px;
}

#nav ul {
	float: left;
	padding: 7px 0 25px 0;
}

#nav li {
	display: inline;
	float: left;
	margin-right: 5px;
}

#nav li a {
	color: #fff;
	display: block;
	font-size: 130%;
	padding: 4px 11px 5px 11px;
}

#nav li.current_page_item a {
	background-color: #8fc800;
	border-bottom: 1px solid #5b9400;
	border-left: 1px solid #9dd522;
	border-right: 1px solid #5b9400;
	border-top: 1px solid #9dd522;
	color: #fff;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	padding: 3px 10px 4px 10px;
	text-decoration: none;
}

input.submit {
	background-color: #8fc800;
	border-bottom: 1px solid #5b9400;
	border-left: 1px solid #9dd522;
	border-right: 1px solid #5b9400;
	border-top: 1px solid #9dd522;
	float: left;
	color: #fff;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	padding: 3px 10px 4px 10px;
	text-decoration: none;
}

#nav li.current_page_item a {
	font-weight: bold;
}



#nav form#searchform {
	float: right;
	margin-top: 8px;
	width: 188px;
}

#nav input.text {
	background: #fff;
	color: #666;
	padding-bottom: 2px;
	width: 139px !important;
}

#nav form#searchform input#s, #nav form#searchform input#searchsubmit {
	float: left;
	font-size: 130%;
}

#nav form#searchform input#searchsubmit {
	cursor: pointer;
}

#nav form#searchform input#s {
	margin-right: 5px;
	width: 140px;
}

/**/

/*----Sidebar-------------------------------------------------------------*/

#sidebar h2 {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
	font-weight: bold;
	margin-bottom: 8px;
	padding: 15px 0 0 20px;
	xtext-transform: uppercase;
}

#sidebar li {
	background: url(images/sidebar_panel_top.gif) no-repeat 0 0;
	color: #fff;
	margin-bottom: 20px;
}

#sidebar ul ul {
	background: url(images/sidebar_panel_bottom.gif) no-repeat left bottom;
	padding: 0 0 10px 20px;
}

#sidebar li li {
	background: url(images/sidebar_panel_li_divider.gif) repeat-x 0 0;
	border: none;
	font-size: 110%;
	margin: 0;
	padding: 7px 0;
	width: 148px;
}

#sidebar li li a {
	color: #fff;
}

#sidebar li#rssFeeds h2 {
	background: url(images/icon_rss.gif) no-repeat 148px 13px;
	padding-bottom: 2px;
}

#sidebar li#rssFeeds h2 acronym {
	border: none;
	color: #666;
	font-size: 85%;
	font-weight: normal;
}

#sidebar li#rssFeeds img {
	margin-top: 4px;
}

#sidebar li#technorati h2 {
	background: url(images/technorati.gif) no-repeat 20px 20px;
	height: 16px;
	height/**/:/**/ 0;
	overflow: hidden;
	padding-top: 36px;
}

/**/

/*----Footer--------------------------------------------------------------*/

#footerWrap {
	background: url(images/footer_bg.gif) repeat-x 0 0;
	text-align: center;
	padding-top: 9px;
}

#footer {
	background: #8fca01 url(images/bg_footer.gif) repeat-x left bottom;
}

#footer_copy {
	color: #fff;
	font-size: 110%;
	margin: 0 auto;
	padding: 1.1em 110px 1.4em 110px;
	text-align: left;
	width: 952px;
	width/**/:/**/ 732px;
}

#footer_copy p {
	margin-bottom: 0;
}

#footer_copy a {
	color: #fff;
	text-decoration: underline;
}

#footer_copy a:hover {
	text-decoration: none;
}

#footer hr {
	display: none;
}

/**/

/*----Posts----------------------------------------------------------------*/

small.postDate {
	font-size: 85%;
	font-weight: normal;
}

small.postMeta {
	color: #000;
	display: block;
	font-size: 85%;
	margin-bottom: 2em;
}

ul.postLinks {
	xbackground: url(images/postLinks_bg.gif) repeat-x left bottom;
	border-bottom: 1px solid #ff7c00;
	font-size: 85%;
	margin: 2em 0 5em 0 !important;
	padding-left: 0;
}

ul.postLinks li {
	display: inline;
	margin-bottom: 0 !important;
	padding-bottom: 12px;
	padding-top: 5px;
}

#content li.permalink {
	background: url(images/icon_permalink.gif) no-repeat 0 3px;
	float: left;
        margin: 0;
	padding-left: 21px;
}

#content li.commentsTotal {
	background: url(images/icon_comments.gif) no-repeat 0 4px;
	float: left;
	margin-left: 15px;
	padding-left: 21px;
}

#content li.continueReading {
	float: right;
	font-size: 118%;
	margin-right: 0;
}

#content li.bookmark {
	background: url(images/icon_bookmark.gif) no-repeat 0 4px;
	color: #666;
	float: left;
	margin-left: 15px;
	padding-left: 21px;
}

#contentWrap ul#browsePosts {
	margin: 0;
}

#contentWrap ul#browsePosts p {
        margin: 0;
}

#contentWrap ul#browsePosts li {
	list-style: none;
        margin-bottom: 0;
}

#contentWrap ul#browsePosts li.alignLeft {
	margin-left: 8px;
}

#contentWrap ul#browsePosts li.alignRight {
	margin-right: 8px;
}

/**/

/*----Comments------------------------------------------------------------*/

h3#comments {
	background: url(images/icon_comments.gif) no-repeat 0 0;
	font-style: normal;
	padding-left: 21px;
}

ol.commentlist {
	list-style: none;
	margin: 0 0 3em 0 !important;
}

#content ol.commentlist li.alt  {
	background-color: #f6921e;
	border-bottom: 1px solid #dc6b00;
	border-left: 1px solid #ffb76b;
	border-right: 1px solid #dc6b00;
	border-top: 1px solid #ffb76b;
}

#content ol.commentlist li {
	background-color: #91cb00;
	border-bottom: 1px solid #5b9400;
	border-left: 1px solid #9dd522;
	border-right: 1px solid #5b9400;
	border-top: 1px solid #9dd522;
	color: #fff;
	padding: 15px 15px 0 15px;
	position: relative;
	width: 514px;
	width/**/:/**/ 484px;
}

ol.commentlist li p {
	margin-bottom: 1.2em;
}

ol.commentlist li a {
	color: #fff;
	text-decoration: underline;
}

ol.commentlist li a:hover {
	color: #fff;
	text-decoration: none;
}

ol.commentlist li img.gravatar {
	background-color: #383d45;
	border-bottom: 1px solid #252a31;
	border-right: 1px solid #252a31;
	float: left;
	margin: 0 12px 12px 0;
	padding: 5px;
}

ol.commentlist li img.official {
	position: absolute;
	right: 13px;
	top: 13px;
}

ol.commentlist li small {
	display: block;
	font-size: 85%;
	margin: 0 0 1em 0;
}

ol.commentlist li cite {
	font-style: normal;
}

form#commentform {
	margin-bottom: 3em;
}

/**/

/*----Content Sub---------------------------------------------------------*/

#contentSub h3 {
	color: #fff;
	margin-bottom: 1.5em;
}

#contentSub a {
	color: #fff;
}

/**/

/*----Recent comments-----------------------------------------------------*/

#recentComments {
	float: left;
	margin-right: 30px;
	width: 295px;
}

#recentComments ol {
	list-style: none;
}

#recentComments li {
	background: url(images/recent_comments_bg.gif) repeat-x left bottom;
	margin-bottom: 10px;
	padding-bottom: 12px;
}

#recentComments li img {
	background-color: #e8f1ee;
	border-bottom: 1px solid #b6cac4;
	border-right: 1px solid #b6cac4;
	display: block;
	float: left;
	margin: 0 10px 0 0;
	padding: 4px;
}

#recentComments li p {
	color: #666;
	float: left;
	margin: 0;
	width: 244px;
}

#recentComments li small {
	font-size: 85%;
}

/**/

/*----Izilla gallery------------------------------------------------------*/

#gallery {
	float: left;
	margin-right: 19px;
	overflow: hidden;
	width: 514px;
}

#gallery ul {
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 560px;
}


#gallery li {
	display: inline;
	float: left;
	line-height: 0;
	margin: 0 16px 16px 0;
	padding: 0;
}

#gallery li.thumb img {
	background-color: #fff;
	border-bottom: 1px solid #d78640;
	border-right: 1px solid #d78640;
	padding: 7px;
}

#gallery img#flickr {
	float: left;
}

#gallery small {
	float: right;
	font-size: 85%;
}



#gallery_footer {
	margin-top: 0;
	margin-top/**/:/**/ 1.5em;
	overflow: hidden;
	width: 514px;
}

html > body #gallery_footer {
	margin-top: 1.5em;
}

html >/**/ body #gallery_footer {
	margin-top: 0;
}

#gallery_footer p {
	margin: 0;
}


/**/

/*----Izilla Blurb------------------------------------------------------*/

#wrapper_footerBlurb {
	background: url(images/bg_wrapper_footerBlurb.gif) no-repeat 0 0;
	float: right;
	padding-top: 14px;
	overflow: hidden;
	width: 187px;
}

#footerBlurb {
	background: url(images/bg_footerBlurb.gif) no-repeat left bottom;
	overflow: hidden;
	width: 187px;
}

#footerBlurb p.alignCenter {
	margin: 0 auto 1em 0;
	text-align: center;
	width: 187px;
}

#footerBlurb p {
	color: #fff;
	font-size: 85%;
	margin: 0 20px 20px 20px;
}

#footerBlurb h3 {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	margin: 0 20px 8px 20px;
}

#footerBlurb a {
	color: #fff;
	text-decoration: underline;
}

#footerBlurb a:hover {
	text-decoration: none;
}

/**/

/*------------------------------------------------------------------------*/
/*----BEGIN PAGE STYLES---------------------------------------------------*/
/*------------------------------------------------------------------------*/

/*----Content-------------------------------------------------------------*/

h2 a {
	color: #ff9900;
	text-decoration: none;
}

h2 a:hover {
	color: #8ec214;
	text-decoration: underline;
}

h2.pagetitle {
	margin-bottom: 1em;
}

#archivesSubject, #archivesMonth {
	float: left;
	width: 50%;
}

p.searchResult strong {
	color: #fff;
}

p.searchResult small {
	color: #999;
	font-size: 85%;
}


#content .entry ul li ul {
        margin-top: 1.5em;
        margin-bottom: 1.5em;
}  



/**/

/*----Content-------------------------------------------------------------*/

#content ul.links {
	margin-left: 0;
}

#content ul.links li {
	list-style: none;
}

#content ul.links li li {
	list-style: square;
}

#content ul.links h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 1em;
	xtext-transform: uppercase;
}

.video {
	background-color: #292e35;
	border-bottom: 1px solid #3b414a;
	border-left: 1px solid #252930;
	border-right: 1px solid #3b414a;
	border-top: 1px solid #252930;
	margin-bottom: 2em;
	padding: 20px;
}

/**/

/*----Article Specific-------------------------------------------------------------*/


code {
	color: #b8c3a6;
	font-size: 120%;
}

pre {
	border: 1px solid #595f65;
	font-size: 120%;
	padding: 3px;
	background-color: #4f5256;
	margin-bottom: 1.4em;
	overflow: auto;
	width: 500px;

}


span.steps {
	color: #b8c3a6;
}

.feature_image {
	border: 1px solid #595f65;
	background-color: #292e35;
	border-bottom: 1px solid #3b414a;
	border-left: 1px solid #252930;
	border-right: 1px solid #3b414a;
	border-top: 1px solid #252930;
	margin-bottom: 1.4em;
	padding: 20px 20px 0 20px;
}

.feature_image p.img {
	text-align: center;
	margin-top: 4px;
}

.feature_image p.caption {
	text-align: center;
	margin: 10px 0 20px 0;
	color: #999;
	font-size: 90%;
}

#wpstats {
	left: -999em;
	overflow: hidden;
	position: absolute;
	width: 0;
}

.sb_obj {
	display: block;
	margin-bottom: 20px;
}

.sb_obj img {
	display: block;
	margin: auto;
}
