/*  
Theme Name: blog(ng)
Theme URI: http://www.blog-ng.com/
Description: Theme for www.blog-ng.com based the default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.0
Author: Brian Ng
Author URI: http://www.photograph-ng.com/

        WordPress Default v1.6
	 http://binarybonsai.com/

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

* {
	margin: 0px;
	padding: 0px;
}

/* Begin Typography & Colors */
body {
	background: #ffffff;
	color: #383838;
	font-family: Arial, sans-serif;
	text-align: center;
}

#page {
	text-align: left;
}

.entry {
	font-size: 14px;
	line-height: 1.4;
}

.entry p {
	margin-bottom: 15px;
}

.entry p img {
	margin-bottom: 20px;
}

.entry p.caption {
	color: #000000;
	margin: 0;
	position: relative;
	top: -8px;
	font-size: 12px;
}

.pagemetadata {
	font-size: 11px;
	letter-spacing: 1px;
	text-align: right;
	text-transform: uppercase;
}

.postmetadata {
	padding-top: 2px;
	font-size: 12px;
	letter-spacing: 0.5px;
	text-align: right;
	text-transform: uppercase;
	border-top: 1px dotted #989898;
}

#footer {
	color: #383838;
	font-size: 12px;
	text-transform: none;
	border-top: 1px dotted #989898;
}

#footer a, a:visited {
	color: #787878;
}

#footer a:hover {
	color: #0066cc;
}

small {
	display: block;
	margin-top: 2px;
	margin-bottom: 10px;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

small.smaller {
	display: block;
	margin-bottom: 10px;
	font-size: 10px;
	letter-spacing: 0.5px;
}

h1, h2, h3 {
	font-family: Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 14px;
	letter-spacing: 1px;
}

#sidebar h2 {
	letter-spacing: 0px;
}

h3 {
	font-size: 13px;
}

h1, h1 a, h1 a:hover, h1 a:visited {
	position: relative;
	left: -1px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
        text-transform: uppercase;
}

#header .description {
	position: relative;
	left: 1px;
	font-size: 11px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited, #header a {
	color: #000000;
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	color: #000000;
	text-decoration: none;
}

h2 a:hover {
	color: #0066cc;
}

.commentlist li, #commentform input, #commentform textarea {
	font-family: Arial, sans-serif;
	font-size: 12px;
}

.commentlist cite, .commentlist cite a {
	color: #383838;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
}

.commentmetadata {
	color: #787878;
	font-size: 12px;
	text-transform: uppercase;
}

small, small a, small a:visited, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #787878;
}

small a:hover {
	color: #0066cc;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
}

a, a:visited {
	color: #0066cc;
	text-decoration: none;
}
/* End Typography & Colors */



/* Begin Structure */
#page {
	margin: 25px auto;
	width: 800px;
}

#headerimg {
	margin-top: 20px;
	margin-bottom: 25px;
	height: 275px;
	width: 800px;
}

#headerimg a img {
	border: none;
}
	

.narrowcolumn {
	float: right;
	width: 625px;
}

.post hr {
	display: block;
}

.postmetadata {
	margin-bottom: 20px;
}

#footer {
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
	padding-bottom: 25px;
	width: 800px;
	clear: both;
}

#footer .legal {
        float: left;
}

#footer .credit {
        float: right;
}
/* End Structure */



/* Begin Headers */
h2.pagetitle {
	margin-bottom: 20px;
	text-align: center;
}

#sidebar h2 {
}
/* End Headers */



/* Begin Images */
p img {
	max-width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/* End Images */



/* Begin Lists
 * Special stylized non-IE bullets
 * Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

#sidebar ul {
	list-style: none;
	padding-bottom: 20px;
}

#sidebar li li {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 13px;
	border-bottom: 1px dotted #989898;
}

ol li {
	list-style: decimal outside;
}
/* End Entry Lists */



/* Begin Form Elements */
#commentform {
	margin-bottom: 25px;
}

#commentform #submit {
	margin-top: 10px;
}

#commentform input {
	width: 175px;
}

#commentform textarea {
	height: 150px;
	width: 350px;
	padding: 5px;
}
/* End Form Elements */



/* Begin Comments*/
.commentlist {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #989898;
	margin-bottom: 20px;
}

.commentlist li {
	padding-top: 5px;
	padding-bottom: 5px;
	list-style: none;
}

.commentlist p {
	display: inline;
}

.nocomments {
	text-align: center;
}

.commentmetadata {
	margin-left: 3px;
}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	width: 135px;
}

#sidebar form {
	margin: 0;
}
/* End Sidebar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #999;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.center {
	text-align: center;
}

hr {
	display: none;
}

a img {
	border: none;
}

.navigation {
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	padding-bottom: 25px;
}

.navigation .previous {
	margin-right: 10px;
	display: inline;
}

.navigation .next {
	margin-left: 10px;
	display: inline;
}
/* End Various Tags & Classes*/

/* Hide Wordpress.com Stats Smiley */
img#wpstats {
	width: 0px;
	height:0px;
	padding: 0px;
	border: none;
	overflow: hidden;
}
/* End Hide Wordpress.com Stats Smiley */

/* Twitter */
.widget_twitter .entry-meta a {
	color: #787878;
}
