/*
Theme Name: bigflannel extension of WordPress Default
Theme URI: http://www.bigflannel.com/
Description: An extension of the default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 0.1
Author: Mike Hartley
Author URI: http://blog.bigflannel.com/
Tags: glossy, editorial, fixed width, one column, two columns, widgets

	 Janette Beckman
	 http://www.bigflannel.com
*/

/* Begin Typography & Colors */
body {
	background-color: #FFFFFF;
	font-family: din-2014, helvetica, sans-serif;
	text-align: top;	
	color:#666666;
	line-height:1.3;
	font-size: 1em;
	letter-spacing: 0px;
	text-align:left;
	}

/* unused */
#page {
	}

/* unused */
#header {
	}

/* unused */
#headerimg 	{
	}

/* unused */
#content {
	}

/* unused */
.entry p {
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.5em;
	}

.widecolumn {
	line-height: 1.5em;
	}

/* unused */
.narrowcolumn .postmetadata {
	}
	
/* unused */
.thread-alt {
}

/* unused */
.thread-even {
}

/* unused */
.depth-1 {
}

/* unused */
.even, .alt {
}

/* unused */
#footer {
	}

/* unused */
small {
	}

h1 {
	font-family: din-2014, helvetica, sans-serif;
	text-align: left;	
	color:#333333;
	line-height:1.3;
	font-size: 1.75em;
	font-weight: bold;		
	}	

/* unused */
#headerimg .description {
	}
	
h2 {
	font-family: din-2014, helvetica, sans-serif;
	text-align: left;	
	color:#999999;
	line-height:1.3;
	font-size: 1.5em;
	font-weight: bold;
	}	
	
h2.pagetitle {
	font-size: 1.5em;
	}

#sidebar h2 {
	font-weight: bold;
	font-size: 1.3em;
	line-height:1.5;
	text-transform: bold;
	}

.widecolumn h2 {
	color:#000000;
	}

h3 {
	font-family: din-2014, helvetica, sans-serif;
	text-align: left;	
	color:#666666;
	line-height:1.3;
	font-size: 1.2em;
	font-weight: bold;	
	}
	
h4	{
	font-family: din-2014, helvetica, sans-serif;
	text-align: left;	
	color:#666666;
	line-height:1.3;
	font-size: 1.2em;
	font-weight: bold;
}

.narrowcolumn .postmetadata {
	line-height:1.5;
	font-size:.8em;
	}
	
.widecolumn .postmetadata {
	line-height:1.5;
	font-size:.8em;
	}

/* unused */
h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	}

/* unused */
h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	}

/* unused */
h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	}

/* unused */
.entry p a:visited {
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	}
	
.commentlist li ul li {
	font-size: 1em;
}

/* unused */
.commentlist li {
}

.commentlist li .avatar { 
	float: right;
	padding: 2px;
	}

/* unused */
.commentlist cite, .commentlist cite a {
	}

/* unused */
.commentlist p {
	}

#commentform p {
	}

.commentmetadata {
	line-height:1.5;
	font-weight: normal;
	font-size: .8em;
	}

/* unused */
#sidebar {
	}

/* unused */
small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	}

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

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


/* unused */
a, h2 a:hover, h3 a:hover {
	}

a {
	text-decoration: none;
	font-weight: bold;
	}

a:link {
	color: #000000;
	}

a:visited {
	color: #000000;
	}

a:active {
	color: #000000;
	}

a:hover {
	color: #666666
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

/* unused */
#wp-calendar a {
	}

#wp-calendar caption {
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
	
.categorymetadata {
	clear: both;
	font-size: .6em;
	color:#666666;
	text-transform:uppercase;
}

.categorymetadata a {
	color:#666666;
	font-weight:normal;
}

.hgfooter {
	font-family:"Courier New", Courier, monospace;
	font-size: 14px;	
	margin: 0px 0px 30px 0px;
	background-image: url('./library/assets/footer.gif');
	background-repeat:no-repeat;
	height: 210px;
}
	
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0px 0px 50px 0px;
	border: 0;
	padding: 0px 0px 0px 0px;
	}

/* ================ */
/* = The 1Kb Grid = */     /* 12 columns, 60 pixels each, with 20 pixel gutter */
/* ================ */

.grid_1 { width:60px; }
.grid_2 { width:140px; }
.grid_3 { width:220px; }
.grid_4 { width:300px; }
.grid_5 { width:380px; }
.grid_6 { width:460px; }
.grid_7 { width:540px; }
.grid_8 { width:620px; }
.grid_9 { width:700px; }
.grid_10 { width:780px; }
.grid_11 { width:860px; }
.grid_12 { width:940px; }

.column {
	margin: 0 10px;
	overflow: hidden;
	float: left;
	display: inline;
	}	
	
.row {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
	background-color:#FFFFFF;
	}
	
.row .row {
	margin: 0 -10px;
	width: auto;
	display: inline-block;
	}

/* unused */
#page {
	}

/* unused */
#header {
	}

/* unused */
#headerimg {
	}
	
#header img {
	max-width: 100%;
}

/* unused */
.narrowcolumn {
	width: 97%;	
	}

/* unused */
.widecolumn {
	width: 97%;	
	}
	
.dottedline {
    clear:both;
	padding-top:10px;
	margin-top:10px;
	height:5px;
	border-bottom: 1px dashed #CDCDCD;	
}

.sidebarDottedline {
    clear:both;
	height:5px;
	border-top: 1px dashed #CDCDCD;	
}

.addthis {
	position:relative;
	top:2px;
	margin: 0px 0px 0px 0px;
}

.post {
	margin: 0px 0 20px;
	text-align: left;
	clear: both;
	}

.ffff hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: left;
	margin: 5px 0px;
}

.content-wrapper {
	width: 630px;
	
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	line-height:1.5;
	font-size:.7em;
	padding-top:10px;
	margin: 100px 0px 50px 0px
	}
	
/* unused */
#footer p {
	}
	
.categoryPost {
	float:left;
	margin:0 10px 10px 0;
	width:215px;
	height: 150px;
}
/* End Structure */



/*	Begin Headers */
/* unused */
h1 {
	}
	
/* unused */
#header h1 {
	}	
	
/* unused */
h2 {
	}

/* unused */
h2.pagetitle {
}

.post h2 {
	font-size: 1.7em;
	clear:both;
	padding-top:5px;
	margin-top:0px;
	padding-bottom:5px;
	margin-bottom:10px;
	border-bottom: 1px dashed #CDCDCD;
	border-top: 1px dashed #CDCDCD;
	}

#sidebar h2 {
	clear:both;
	padding-top:5px;
	margin-top:0px;	
	padding-bottom:5px;
	margin-bottom:10px;
	border-bottom: 1px dashed #CDCDCD;	
	border-top: 1px dashed #CDCDCD;
	}
	
h2.pagetitle {
	font-size: 2em;
	clear:both;
	padding-top:5px;
	margin-top:0px;	
	padding-bottom:0px;
	margin-bottom:0px;
	border-top: 1px dashed #CDCDCD;
	}

h3 {
	clear:both;
	margin: 0 0 0 0;
	}
	
h4 {
	clear:both;
	padding-bottom:5px;
	margin-bottom:10px;
	border-bottom: 1px dashed #CDCDCD;		
	}	

/* unused */
h3.comments {
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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 Lists

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

ul {
	list-style: none;	
}

li {
	list-style: none;
}

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

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

/* unused - this was the bullets */
.entry ul li:before, #sidebar ul ul li:before {
	}

.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, #sidebar ul ol {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#sidebar ul li {
	list-style: none;
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 0px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
	
#sidebarHeader {
	text-transform:uppercase;
	font-size:.8em;
	text-align:right;
	}

#sidebarHeader ul {
	display: inline;
	margin: 0 0 0 0;
	padding: 0;
	}
	
#sidebarHeader li {
	display: inline;
	margin: 0 5px 0 0;
	padding: 0;
	}

#sidebarHeader a {
	color: #BCB8B8;
	font-weight: normal;
	}
	
#sidebarHeader h2 {
	font-size:1.5em;
	visibility:hidden;
	}

/* End Entry Lists */



/* Begin Form Elements */
/* unused */
#searchform {
	}

/* unused */
#sidebar #searchform #s {
	}

/* unused */
#sidebar #searchsubmit {
	}
	
#s {
	border: none;
}

#s {
	width: 125px;
	height: 18px;
	padding: 2px 2px 2px 2px;
	background: #FFFFFF;
	color: #000000;
	font-family: din-2014, helvetica, sans-serif;
	font-size: 1em;	
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
	
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
	
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
/* unused */
.alt {
	}

.commentlist {
	padding: 0;
	text-align: left;
	}

.commentlist li {
	list-style: none;
	}

/* unused */
.commentlist li ul li { 
}

/* unused */
.commentlist p {
}

.children { padding: 0; }

/* unused */
#commentform p {
	}

.nocomments {
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	}
/* End Comments */



/* Begin Sidebar */
/* unused */
#sidebar {
	}

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



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px 0 0 0;
	width: 200px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



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

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

blockquote {
	margin: 0px 0px 0px 0px;
	padding-left: 0px;
	font-family: Palatino, serif;	
	color:#000000;
	line-height:1.3;
	font-size: 1.3em;
	font-weight: normal;
	letter-spacing: 0px;
	text-align:left;	
	}

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

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	margin: 20px 0 0px 0;
	text-align: center;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	text-align: left;
	margin: 0 10px 10px 0px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */

