/*  
Theme Name: Flickerblog
Theme URI: http://wordpress.org/
Description: The final Flickerblog theme.
Author: Paul Crowley
Author URI: http://www.flickertracks.com/
*/

/* universals */
*  { 
	margin : 0; 
	padding : 0; 
	border : 0;
	}

h1, h2, h3, h4, h5, h6, p, ul, ol, dl, blockquote  { 
	font-family: georgia; times new roman, serif; 
	color: #373930;
	}

/* =hx */
h1, h2, h3, h4, h5, h6 { 
	font-weight : bold;
	font-family: arial, sans-serif; 
	}

/* =h1 */
h1 { 
	font-size : 28px; 
	font-family: arial, sans-serif; 
	line-height : 100%; 
	padding-bottom : .15em; 
	}

/* =h2 */
h2 { 
	font-size : 18px; 
	line-height : 100%; 
	font-family: arial, sans-serif; 
	padding-bottom: 1px; 
	border-bottom : dotted 1px #7A8075;
	margin-bottom : 2px;
	}

/* =h3 */
h3 { 
	font-size : 13px;
	font-weight : bold;  
	font-family: arial, sans-serif;
	line-height : 120%; 
	}
	
/* =h4 */
h4 {
	font-size : 13px;
	font-weight : bold;  
	font-family: arial, sans-serif;
	line-height : 120%;
	}

/* =p */
p { 
	font-size : 14px; 
	padding-bottom : .4em; 
	line-height : 1.2em;
	}

	
/* =em */
em {
	font-family: arial, sans-serif;
	font-style : normal;
	font-weight : bold;
	}

/* =li */
li { 
	font-size : 12px; 
	list-style-type: none; 
	line-height : 1.2em; 
	font-weight : normal; 
	}

/* =blockquote */
blockquote { 
	font-size : 22px; 
	line-height : 110%; 
	color: #7A8075; 
	margin-top: 0.25em;
	padding-top: 0.5em;
	}

/* =blockquote attribution*/
blockquote + p { 
	font-style: italic; 
	}

/* = image */
img { 
	float : left; 
	margin-bottom : 0px; 
	display : inline; 
	padding-bottom: 14px; 
	border : 0px; 
	}

a:link {
	text-decoration: none;
	color: #9E3D05;
	}

a:visited {
	text-decoration: none; color: #9E3D05;
	}

a:active {
	text-decoration: none; 
	color: #9E3D05;
	}

a:hover {
	color: #FFFFFF; 
	background-color: #80B427;
	text-decoration: none;
	}

input { 
 border: solid 1px #7A8075;;
}

/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Georgia, Verdana, Arial, Sans-Serif;
	background-color: #ffffff;
	color: #333;
	text-align: left;
	}

#content {
	font-size: 1.2em
	}

.widecolumn .entry p {
	font-size: 13px;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.5em; font-size: 13px;
	}

.widecolumn {
	line-height: 1.6em;
	}
	
.narrowcolumn .postmetadata {
	text-align: left;
	}

.alt {
	background-color: #f8f8f8;
	border : 0px;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.1em;
	}

h1, h2, h3 {
	font-family: Arial, Sans-Serif;
	font-weight: bold;
	line-height: 1.1em;
	}

h1 {
	font-size: 26px;
	text-align: left;
	}

h2 {
	font-size: 22px;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-size: 1.2em; padding-bottom : 4px;
	}

h3 {
font-size: 1.3em;
	}


ul {margin:0; padding:0;}

li { list-style: none; text-align : left; }

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Georgia, Arial, Sans-Serif;
	}
	
.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: Georgia, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em Georia, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}
	
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

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

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

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	text-align : center;}
/* End Typography & Colors */



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

.page { 
	width : 784px; 
	float : left; 
	background-color: #FFFFFF;
	background-image: url(http://www.flickertracks.com/images/nav_grad.gif)
	}
	

.narrowcolumn {
	float: left;
	padding-top : 27px;
	margin: 0px;
	width: 352px;

	}

.widecolumn {
	float: left;
	padding-top : 27px;
	margin: 0px;
	width: 352px;
	}
	
.post {
	margin: 0px;
	text-align: left;
	}

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

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

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

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

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

.postmetadata {
	clear: left;
}


/* End Structure */



/*	Begin Headers */
h1 {
	padding: 0px;
	margin: 0;
	}

h2 {
	margin: 0px ;
	}

h2.pagetitle {
	margin: 0px;
	text-align: left;
}

#sidebar h2 {
	margin: 0px;
	padding: 0;
	}

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

h3.comments {
	padding: 0;
	margin: 0px auto 0px ;
	}
/* End Headers */



/* 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: 0px;
	list-style: none;
	padding-left: 0px;
	text-indent: 0px;
	} 

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

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

.entry ol {
	padding: 0px;
	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;
	}

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

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

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

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

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 0px auto;
	padding: 0px; 
	text-align: left;
	}

#sidebar #searchform #s {
	width: 150px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

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

select {
	width: 130px;
	}

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

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 0px;
	}

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

.commentlist li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}

.commentlist p {
	margin: 0px;
	}

#commentform p {
	margin: 0px;
	}

.nocomments {
	text-align: left;
	margin: 0;
	padding: 0;
	}

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



/* Begin Sidebar */
#sidebar
{
	float : left;
	padding-top : 27px;
	margin-left: 27px;
	width: 216px;
	}

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



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

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

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

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

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none; padding : 0px; margin : 0px;
	}

.navigation {
	display: block;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
	}
/* End Various Tags & Classes*/

/* Added from Flicker Stylesheet */


.nav-main { 
	width : 135px; 
	float : left; 
	margin-right : 27px; 
	padding-top : 27px;

	}
.nav-main li { font-size : 12px; font-family: arial, sans-serif; padding-left : 27px; font-weight : bold; padding-bottom : .25em; line-height : 110%; }


.nav-tertiary { 
	width : 784px; 
	clear : both; 
	margin-top : 54px; 
	padding-bottom : 27px; 
	background-image: url(http://www.flickertracks.com/images/backing_grad.gif); 
	border-top: dotted 1px #7A8075;
	}	
.nav-tertiary ul { margin-left : 162px; padding-top: 4px; }	
.nav-tertiary li { display : inline; font-family: arial, sans-serif; font-weight : bold; font-size : 10px; }

.promo, .promo2 { 
	width : 514px; height : 135px;
	float : left;  
	margin : 0px;
	padding : 0px; 
	border : 0px;
	background-image: url(http://www.flickertracks.com/images/promo_grad.gif); 
	}

.promo ul, .promo2 ul{ position : absolute; left: 27px; top: 0px;  width : 303px; border : 0px;}
.promo li, .promo2 li { width : 303px; padding-top : 27px; border : 0px;}
.promo img, .promo2 img { position : absolute; left: 330px; top: 0px; width : 184px; padding : 0px, margin : 0px; z-index : 2; border : 0px;}
.promo h2{ font-size : 17px; color : #80B427; display : block; border : 0px; }
.promo2 h2{ font-size : 26px; color : #80B427; display : block; border : 0px; }
.promo blockquote , .promo2 blockquote { font-size : 21px; color : #FFFFFF; display : inline; line-height : 100%; border : 0px;}
.promo p , .promo2 p{ color : #FFFFFF; display : inline; border : 0px;}
#promo_back img { position : absolute; left: 0px; top: 0px; z-index : 3; padding : 0px; width : 514px; border : 0px;}

#subscription-area {
	width : 270px;
	padding-left : 0px; 
	border : 0px;
	float : left; 
	background-color: #7A8075; 
	height : 135px;
	}
#subscription-area h2 { padding-top : 10px; padding-bottom : 0px; border : 0px; margin-bottom : 0px; color : #FFFFFF; font-size : 13px; line-height : 100%; text-align : left;}	
#subscription-area h3 { padding-top : 6px;  color : #FFFFFF; font-size : 11px; padding-bottom : 2px; text-align : left; line-height : 100%;  border : 0px; }
#subscription-area p { font-family: arial, sans-serif; font-size : 11px; font-weight : normal; padding-top: 7px; color : #FFFFFF; text-align : left;  border : 0px;}
#subscription-area form { padding-left : 27px;  border : 0px;}

.branding {  
	width : 784px; 
	float : left; 
	margin : 0px; 
	border : 0px;
	background-image: url(http://www.flickertracks.com/images/branding.gif); 
	height : 81px;
	}
.branding img { padding : 0px; border : 0px; }

.button {
	border: solid 1px #9E3D05;
	color:#FFFFFF;
	font-family: arial, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	background-color: #9E3D05;
	padding-top: 1px;
	padding-bottom: 1px;
	font-size: 11px;
	vertical-align: top;
	}

a:link {
	text-decoration: none;
	color: #9E3D05;
	}

a:visited {
	text-decoration: none; color: #9E3D05;
	}

a:active {
	text-decoration: none; 
	color: #9E3D05;
	}

a:hover {
	color: #FFFFFF; 
	background-color: #80B427;
	text-decoration: none;
	}

.branding a:hover {background: none; text-decoration: none; }


/* End added from Flicker Stylesheet */

/*wordpress styles */
.post {
	float : left;
	padding : 0px; 
}
.post h2 { font-size : 22px; line-height : 100%; font-family: arial, sans-serif; padding-bottom: 1px; margin-bottom : 2px; border : 0px;}
.pagetitle { font-size : 22px; line-height : 100%; font-family: arial, sans-serif; padding-bottom: 3px; margin-bottom : 3px; border-bottom : dotted 1px #7A8075;}
.post h3 { font-size : 22px; line-height : 100%; font-family: arial, sans-serif; padding-top : 7px; padding-bottom: 1px; margin-bottom : 2px; border : 0px;}
.post p { 	font-size : 14px; padding-bottom : .7em; line-height : 1.3em;  }
.post small { font-size : 11px; font-family: arial, sans-serif; font-weight : bold; line-height : 1.3em; margin-bottom : 1.75em; color : #7A8075; }
.postmetadata { background-color : #FFFFFF; font-family: arial, sans-serif; font-size : 90px; line-height : 120%; margin-bottom : 1.75em; }
.entry { padding-top: 4px; padding-bottom: 4px; border-bottom : dotted 1px #7A8075;}
.blog-navigation { font-size : 11px; font-family : arial, sans-serif; font-weight : bold;}
#comments {display : inline;float : left;}

cite { float : left; font-size : 11px; font-family : arial, sans-serif; font-weight : bold; font-style : normal;}
.alt { float : left; font-family: arial, sans-serif; font-size : 11px;}
.alt p {float : left}
.alt li {float : left}
.commentmetadata { float : left; font-size : 11px; font-family : arial, sans-serif; font-weight : normal; font-style : normal; }

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

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em Georgia, Arial, Sans-Serif;
	text-align: left;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
	
	/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 0px auto 0;
	width: 216px;
	}

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

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

#wp-calendar a {
	display: block; font-weight : bold;
	}

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

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

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


/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: left;
	}

#sidebar #searchform #s {
	width: 115px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.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 textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: left ; margin : 0px;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 0px;
	}

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

.commentlist li {
	margin: 0px 0 0px;
	padding: 0px 0px 0px;
	list-style: none;
	}

.commentlist p {
	margin: 0px 0px 0px 0;
	}

#commentform p {
	margin: 0px 0;
	}

.nocomments {
	text-align: left;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}

#respond {display : inline; float:left; clear : right;}

p.postmetadata {font-size : 11px; }
form { clear : left;}

#sidebar img { padding-right : 5px;}
#sidebar li h2 { padding-bottom : 2px; margin-top : 27px; margin-bottom: 3px;}


/* Delicious Links */
.delicious-link { 
	font-size : 18px; 
	line-height : 100%; 
	font-family: arial, sans-serif; 
	font-weight : bold;
	margin-top : 7px;
	}

.delicious-extended {	font-size : 14px; 
	padding-bottom : .2em; 
	line-height : 1.2em;
	}

.delicious-tags {
	font-size : 11px; 
	font-family: arial, sans-serif;
	font-weight : bold; 
	line-height : 1.2em; 
	padding-bottom: 7px;
	}