/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: Custom for Brown Box.
Version: 1.6
Author: Andrew Beeston
Author URI: http://brownbox.net.au/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/


/* Begin Main-Layout */
body {
	background:#f7f8ed url(http://www.brownbox.net.au/blogbox/wp-content/uploads/bg-body.gif) top center no-repeat;
	color:#333333;
	font:small arial,verdana,sans-serif;
	text-align:center;
}

.post small {display:block; background:#fff66d; padding:5px;}

div#page {
	background:#fff;
	margin:0 auto;
	text-align:left;
	width:730px;
	padding:15px;
	margin-top:150px;
	}

#content {
	float:left;
	margin:0;
	width:480px;
	background:#ffffff;
padding-right:15px;
	}
	
#sidebar {
	float:left;
	margin:0 0 0 10px;
	width:215px;
overflow:hidden;
	}

#sidebar ul {padding:0px; margin:0px;}

#footer {
	border-top:1px dotted #352513;
	clear:both;
	padding:10px 0;
	text-align:center;
	}
/* End Main-Layout */



/* Begin Header */
h1 {
display:none;
text-indent:-999999px;
	}
	
h1 a:link, h1 a:visited, h1 a:active, h1 a:hover{
	text-decoration:none;
	color:#352513;
	}

.description {
	color:#352513;
	font:.8em century gothic,"trebuchet ms",arial,sans-serif;
	padding:5px;
	text-align:center;
	text-transform:uppercase;
display:none;
	}
	
#header ul{
	border-bottom:3px double #fff;
	padding:2px 0;
margin:0px;
text-align:center;
background:#004731;
padding:10px 0 10px 0;
}

#header ul li {
	display:inline;
	padding:0 8px 0 0;
}

#header ul li a:link, #header ul li a:active, #header ul li a:visited, #header ul li a:hover{
	color:#fff;
	font:11px century gothic,"trebuchet ms";
	text-decoration:none;
	text-transform:uppercase;
}

#header ul li a:hover{
border-bottom:1px solid #fff;
}

/* End Header */



/* Begin Content*/
h2,h3,h4,h5,h6{
	color:#352513;
	font:bold 1.1em "georgia","trebuchet ms";
	margin:20px 0 10px 0;
padding-top:10px;
text-transform:uppercase;
	}

h2{
	border-bottom:1px dotted #f3f3f3;
font-size:1.1em;
	}

#content h2 { color:#002a46; font-size:2em; border-top:2px solid #333333; font-family:georgia; font-weight:normal;}
.entry h2 { font-size:1.3em;}   
.entry h3 { font-size:1.2em;background:#f9f9f9;border-top:1px solid #dedede;border-bottom:1px solid #dedede;line-height:1.5em;padding:5px;}   
.entry h4 { font-size:1.1em;background:#f9f9f9;border-top:1px solid #dedede;border-bottom:1px solid #dedede;line-height:1.5em;padding:5px;}   

h2 a:link, h2 a:visited, h2 a:active, h2 a:hover,
h3 a:link, h3 a:visited, h3 a:active, h3 a:hover{
	color:#002a46;
	text-decoration:none;
}

.postmetadata {
	color:#BFBEB3;
	font-size:10px;
	font-family:georgia;
	text-align:right;
}

.postmetadata a:link, .postmetadata a:visited, .postmetadata a:active{
	color:#BFBEB3;
}

.postmetadata a:hover{
	text-decoration:underline;
}

.entry, .entrytext{
	line-height:150%;
	margin:0;
	}
	
.entry p,.entrytext p,.entrytext ol li {
	line-height:200%;
	}

a:link,a:visited,a:active,a:hover{
	color:#556D89;
	text-decoration:underline;
}
/* End Content*/

/* Begin Comments */
.commentlist li, #commentform input, #commentform textarea {
	font-size:12px;
	line-height:200%;
	}
	
.commentlist li {
	font-weight:bold;
	}
	
ol.commentlist li{
list-style-type:none;
border-bottom:1px dotted #edEDED;
padding:10px;
margin:0;
}

.alt {background:#f3f3f3;}

.commentlist img.avatar {
float:right; padding:5px; background:#ededed; margin:10px;}

.commentlist .commentmetadata {
display:none;}

.commentlist cite, .commentlist cite a {
	font-weight:bold;
	font-style:normal;
	font-size:1.1em;
	}

.commentlist p {
	font-weight:normal;
	line-height:140%;
	text-transform:none;
	}

.commentmetadata {
	font-weight:normal;
	}

.commentlist {
	padding:0;
	text-align:justify;
	}

.commentlist li {
	margin:0px 0 15px 16px;
	padding:5px 10px 0 0;
	list-style:decimal;
	}

.commentlist p {
	margin:10px 5px 10px 0;
	}

#commentform p {
	margin:5px 0;
	}

.commentmetadata {
	margin:0;
	display:block;
	}
/* End Comments */

	

/* Begin Lists */
.entry ul, .entry ol,
.entrytext ul, .entrytext ol{
	margin:0px;
	}

#sidebar ul li{
	list-style:none;
	}

#sidebar ul li ul li{
	border-bottom:1px dotted #ddd;
	padding:2px 0;
	}

#sidebar ul li ul li a:link, #sidebar ul li ul li a:visited, #sidebar ul li ul li a:active{
	color:#556D89;
	text-decoration:none;
}

#sidebar ul li ul {margin:0px; padding:0px;}

#sidebar ul li ul li a:hover{
	color:#556D89;
	text-decoration:underline;
}
/* End Entry Lists */



/* Begin Images */
p img {
	padding:0;
	max-width:100%;
	}

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 Form Elements */
#searchform {
	margin:2px 0;
	padding:5px 0;
	}

#sidebar2 #searchform #s {
	width:130px;
	padding:2px;
	}

#sidebar2 #searchsubmit {
	padding:1px;
	}

.entry form { 
	text-align:center;
	}

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 Various Tags & Classes */
code {
	font:1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	cursor:help;
	font-size:0.9em;
	letter-spacing:.07em;
	}

acronym, abbr {
	border-bottom:1px dashed #226;
	}

blockquote {background:#E0D8CD;border:1px dotted #352513;margin:5px 0;padding:5px;text-align:center;}

blockquote cite {margin:5px 0 0;display:block;}

.center {
	text-align:center;
	}

hr {
	clear:both;
	display:none;
	}

a img {
	border:none;
	}

.navigation {
	display:block;
	text-align:center;
	margin-top:10px;
	margin-bottom:60px;
	}

img.profile_andrew {
	border:3px double #d5d3bf;
padding:8px;
float:right;
}

.comments {float:right; width:48px; height:48px; margin:10px; text-align:center; background:url(images/bg-comment.jpg) center no-repeat; }
.comments a {color:#ffffff; font-weight:bold; line-height:40px; text-decoration:none; font-size:25px; font-family:georgia; }
.comment-request {text-align:right; font-size:15px; font-weight:bold; color:#BFBEB3; font-family:georgia; text-transform:lowercase;}
.comment-request a {display:block; font-size:20px; text-transform:uppercase;}
/* End Various Tags & Classes*/

#menu {
border-bottom:1px; solid #f3f3f3;
}

#menu li {display:inline; padding:5px; border-bottom:1px solid #f3f3f3;}
#menu a {text-decoration:none; padding:10px 10px 10px 10px; background:#2E6EB6; font-weight:bold; border-right:1px solid #dedede; color:#fff;}
#menu a:hover {background:#114E8F; color:#fff; font-weight:bold;}

.wp-caption {background:#f3f3f3; padding:5px !important; border:1px dotted #cccccc; text-align:center;margin:10px;}
.wp-caption img {padding:0;margin:0;}
.wp-caption-text {font-style:italic; font-size:10px; text-align:left;}

.post-foot {background:#EFEEE0 url(images/bg-metadata.gif) top left no-repeat; padding:10px; border-bottom:1px solid #CFCDA8; padding-bottom:20px;}/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: Custom for Brown Box.
Version: 1.6
Author: Brown BOx
Author URI: http://brownbox.net.au/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/


/* Begin Main-Layout */
body {
	background:#f7f8ed url(http://www.brownbox.net.au/blogbox/wp-content/uploads/bg-body.gif) top center no-repeat;
	color:#333333;
	font:small arial,verdana,sans-serif;
	text-align:center;
}

.post small {display:block; background:#fff66d; padding:5px;}

div#page {
	background:#fff;
	margin:0 auto;
	text-align:left;
	width:730px;
	padding:15px;
	margin-top:150px;
	}

#content {
	float:left;
	margin:0;
	width:480px;
	background:#ffffff;
padding-right:15px;
	}
	
#sidebar {
	float:left;
	margin:0 0 0 10px;
	width:215px;
	}

#sidebar ul {padding:0px; margin:0px;}

#footer {
	border-top:1px dotted #352513;
	clear:both;
	padding:10px 0;
	text-align:center;
	}
/* End Main-Layout */



/* Begin Header */
h1 {
display:none;
text-indent:-999999px;
	}
	
h1 a:link, h1 a:visited, h1 a:active, h1 a:hover{
	text-decoration:none;
	color:#352513;
	}

.description {
	color:#352513;
	font:.8em century gothic,"trebuchet ms",arial,sans-serif;
	padding:5px;
	text-align:center;
	text-transform:uppercase;
display:none;
	}
	
#header ul{
	border-bottom:3px double #fff;
	padding:2px 0;
margin:0px;
text-align:center;
background:#004731;
padding:10px 0 10px 0;
}

#header ul li {
	display:inline;
	padding:0 8px 0 0;
}

#header ul li a:link, #header ul li a:active, #header ul li a:visited, #header ul li a:hover{
	color:#fff;
	font:11px century gothic,"trebuchet ms";
	text-decoration:none;
	text-transform:uppercase;
}

#header ul li a:hover{
border-bottom:1px solid #fff;
}

/* End Header */



/* Begin Content*/
h2,h3,h4,h5,h6{
	color:#352513;
	font:bold 1.1em "georgia","trebuchet ms";
	margin:20px 0 10px 0;
padding-top:10px;
text-transform:uppercase;
	}

h2{
	border-bottom:1px dotted #f3f3f3;
font-size:1.1em;
	}

#content h2 { color:#002a46; font-size:2em; border-top:2px solid #333333; font-family:georgia; font-weight:normal;}
.entry h2 { font-size:1.1em;}   
.entry h4 { font-size:1.1em;background:#f9f9f9;border-top:1px solid #dedede;border-bottom:1px solid #dedede;}   

h2 a:link, h2 a:visited, h2 a:active, h2 a:hover,
h3 a:link, h3 a:visited, h3 a:active, h3 a:hover{
	color:#002a46;
	text-decoration:none;
}

.postmetadata {
	color:#BFBEB3;
	font-size:10px;
	font-family:georgia;
	text-align:right;
}

.postmetadata a:link, .postmetadata a:visited, .postmetadata a:active{
	color:#BFBEB3;
}

.postmetadata a:hover{
	text-decoration:underline;
}

.entry, .entrytext{
	line-height:150%;
	margin:0;
	}
	
.entry p,.entrytext p,.entrytext ol li {
	line-height:200%;
	}

a:link,a:visited,a:active,a:hover{
	color:#556D89;
	text-decoration:underline;
}
/* End Content*/

/* Begin Comments */
.commentlist li, #commentform input, #commentform textarea {
	font-size:12px;
	line-height:200%;
	}
	
.commentlist li {
	font-weight:bold;
	}
	
ol.commentlist li{
list-style-type:none;
border-bottom:1px dotted #edEDED;
padding:10px;
margin:0;
}

.alt {background:#f3f3f3;}

.commentlist img.avatar {
float:right; padding:5px; background:#ededed; margin:10px;}

.commentlist .commentmetadata {
display:none;}

.commentlist cite, .commentlist cite a {
	font-weight:bold;
	font-style:normal;
	font-size:1.1em;
	}

.commentlist p {
	font-weight:normal;
	line-height:140%;
	text-transform:none;
	}

.commentmetadata {
	font-weight:normal;
	}

.commentlist {
	padding:0;
	text-align:justify;
	}

.commentlist li {
	margin:0px 0 15px 16px;
	padding:5px 10px 0 0;
	list-style:decimal;
	}

.commentlist p {
	margin:10px 5px 10px 0;
	}

#commentform p {
	margin:5px 0;
	}

.commentmetadata {
	margin:0;
	display:block;
	}
/* End Comments */

	

/* Begin Lists */
.entry ul, .entry ol,
.entrytext ul, .entrytext ol{
	margin:0px;
	}

#sidebar ul li{
	list-style:none;
	}

#sidebar ul li ul li{
	border-bottom:1px dotted #ddd;
	padding:2px 0;
	}

#sidebar ul li ul li a:link, #sidebar ul li ul li a:visited, #sidebar ul li ul li a:active{
	color:#556D89;
	text-decoration:none;
}

#sidebar ul li ul {margin:0px; padding:0px;}

#sidebar ul li ul li a:hover{
	color:#556D89;
	text-decoration:underline;
}
/* End Entry Lists */



/* Begin Images */
p img {
	padding:0;
	max-width:100%;
	}

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 Form Elements */
#searchform {
	margin:2px 0;
	padding:5px 0;
	}

#sidebar2 #searchform #s {
	width:130px;
	padding:2px;
	}

#sidebar2 #searchsubmit {
	padding:1px;
	}

.entry form { 
	text-align:center;
	}

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 Various Tags & Classes */
code {
	font:1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	cursor:help;
	font-size:0.9em;
	letter-spacing:.07em;
	}

acronym, abbr {
	border-bottom:1px dashed #226;
	}

blockquote {background:#E0D8CD;border:1px dotted #352513;margin:5px 0;padding:5px;}

blockquote cite {margin:5px 0 0;display:block;}

.center {
	text-align:center;
	}

hr {
	clear:both;
	display:none;
	}

a img {
	border:none;
	}

.navigation {
	display:block;
	text-align:center;
	margin-top:10px;
	margin-bottom:60px;
	}

img.profile_andrew {
	border:3px double #d5d3bf;
padding:8px;
float:right;
}

.comments {float:right; width:48px; height:48px; margin:10px; text-align:center; background:url(images/bg-comment.jpg) center no-repeat; }
.comments a {color:#ffffff; font-weight:bold; line-height:40px; text-decoration:none; font-size:25px; font-family:georgia; }
.comment-request {text-align:right; font-size:15px; font-weight:bold; color:#BFBEB3; font-family:georgia; text-transform:lowercase;}
.comment-request a {display:block; font-size:20px; text-transform:uppercase;}
/* End Various Tags & Classes*/

#menu {
border-bottom:1px; solid #f3f3f3;
}

#menu li {display:inline; padding:5px; border-bottom:1px solid #f3f3f3;}
#menu a {text-decoration:none; padding:10px 10px 10px 10px; background:#2E6EB6; font-weight:bold; border-right:1px solid #dedede; color:#fff;}
#menu a:hover {background:#114E8F; color:#fff; font-weight:bold;}

.wp-caption {background:#f3f3f3; padding:10px; border:1px dotted #cccccc; text-align:center;}
.wp-caption-text {font-style:italic; font-size:10px; text-align:left;}

.post-foot {background:#EFEEE0 url(images/bg-metadata.gif) top left no-repeat; padding:10px; border-bottom:1px solid #CFCDA8; padding-bottom:20px;}

.wpcf7-form p {text-align:left;}