/*- Page Structure */

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #444;
	}


#header {
	padding: 10px 0 0 0;
	margin: 0px;
	position: relative;
	height: 180px;
	background: #fff url('http://farm2.static.flickr.com/1027/812535943_b5a025cc51_o.png') center top no-repeat;
	/* _background-position: 95% 100%; */
	}

h1 { /* H1 is used for the title of your blog */
	font-size: 3em;
	letter-spacing: -1px;
	padding-top: 20px;
	margin: 0 0 0 40px;
	font-weight: bold;
	//width: 100%;
	}

/*- Headings */

h1, h2, h3, h4 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size:30px; 
	}


h1, h1 a, h1 a:hover, h1 a:visited,
#header .description {
	text-decoration: none;
	color: white;
	}

#header .description { /* Blog description, under blog title */
	font-size: 1em;
	margin: 0 0 0 40px;
	}

#primary h2 { /* H2 is what kind of page you are on. Eg. 'Monthly Archive'. */
	font-size: 2.4em;
	font-weight: bold;
	margin: 0 0 10px;
	padding: 0;
	letter-spacing: -1px;
	text-align: center;
	display: inline;
	}

.secondary h2 { /* Secondary H2 is sidebar headlines */
	font-size: 1.5em;
	font-weight: normal;
	padding: 0;
	display: inline;
	}

#primary h3, #primary h4 { /* H3 is entry headlines. H4 is comments and replyform headlines */
	font-size: 2em;
	font-weight: bold;
	letter-spacing: -1px;
	display: inline;
	}

/*- End edit */

#spacer {
	height: 10px;
	//width: 100%;
	//_width: 104.9%;
	background-color: white;
}
#primary {
	width: 480px;
	min-width: 480px;
	/* _width: 480px; IE Hack */
	float: left;
	padding: 0px 0px 10px 0px;
	margin: 0 0px 0 0px;
	margin-top: 0px;
	}

div.secondary {
	position: relative;
	font: 1em/1.5em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	padding: 0;
	margin-left: 495px;
	width: 390px;
	height: 2000px;
	color: #666;
	/* The following are IE Fixes */
	_left: -3px;
	_margin-right: -150px;
	_width: 375px;
	background: transparent;
	}

.secondary div {
	margin: 5px 0 0 0;
	padding: 5px;
	}	
		
/* Headings */


	
#primary h3, #primary h4 { /* H3 is entry headlines. H4 is comments and replyform headlines */
	font-size: 2em;
	font-weight: normal;
	letter-spacing: -1px;
	display: inline;
	}

#primary img {
	_position: relative;
	margin-left: 0px;
}

#top_sidebar {
	margin-top: 30px; padding: 0px;
	/*border-bottom: 1px solid #c0c0c0;*/
	_margin-bottom: 10px;
	/*background: white;*/
	height: 260px;
	padding-top: 20px;	
	text-align: center;
	_margin-left: -5px;	
	
	/* Calculating height and padding-top for #top_sidebar:
	   The height of the block is basically 280px. When there is no padding, set height to 280px.
	   To vertically center what's being put in here ('contents'):
	   A) First count the height of the contents. Call this A.
	   B) Padding-top = 140 - 0.5(A)
	   C) Height = 280 - (padding-top).
	   All measurements are in pixels.
   */
}
/*  ASIDES!!!!!!
#top_sidebar {
	margin: 0; padding: 0 0 0 8px;
	border-bottom: 1px solid #c0c0c0;
	_margin-bottom: 5px;
	//background: white;
	height: 500px;
	padding-top: 5px;	
	
	Calculating height and padding-top for #top_sidebar:
	   The height of the block is basically 280px. When there is no padding, set height to 280px.
	   To vertically center what's being put in here ('contents'):
	   A) First count the height of the contents. Call this A.
	   B) Padding-top = 140 - 0.5(A)
	   C) Height = 280 - (padding-top).
	   All measurements are in pixels.

} */

#left_sidebar {
	position: absolute;
	left: 0; top: 276px;
	/*left: 0; top: 346px; */
	margin-top: 0;
	width: 120px;
	float: left;
	padding: 0;
	margin: 0 6px 0 6px;
	background: transparent;
}

#left_sidebar p {
	margin-top: 0;
	padding: 0;
}

#left_sidebar .g a, #left_sidebar .g:link {
	color: black;
	text-decoration: underline;
}
#left_sidebar .domain {
	color: #c0c0c0;
}

#left_sidebar ul {
	padding: 5px;
}
	
#right_sidebar {
	position: absolute;
	top: 273px;
	/* top: 343px; */
	right: 0;
	float: right;
	margin: 0; padding: 0;
	width: 250px;
	_width: 233px;
	background: transparent;
}

#right_sidebar ul {
	padding: 5px;
}

#right_sidebar .menuheader {
	font-size: 15px;
	background-color: #ccc;
	padding: 5px;
	padding-top: 0;
	margin-top: 0;
}

img.noborder {
	border: none;
}

/*TOP ASIDES*/

.top_aside ul, .top_aside li {
	margin: 0; padding: 0;
}


.top_asides p {
	margin: 0 0 3px 12px;
}


.top_asides h4 {
	font-size: 1.2em;
	font-weight: normal;
	margin: 0 0 2px 5px;
}
.top_asides ul li h4 a {
	color: #27d;
	/*border: 1px solid green;*/
}

/*EXTERNAL HEADLINES*/

.external_headlines ul, .external_headlines li {
	margin: 0; padding: 0;
}


.external_headlines p {
	margin: 0 0 7px 5px;
}


.external_headlines h4 {
	font-size: 1.2em;
	font-weight: normal;
	margin: 0 0 2px -2px;
}
.external_headlines ul li h4 a {
	color: #27d;
	/*border: 1px solid green;*/
}


a img {
	border: 0;
}

#primary h3 a:hover {
	color: #27d;
	text-decoration: none;
}

ul.menu {
	right: 0;
}

.alert h2 {
	margin: 0;
}
.alert {
	margin: 0;
}
	


/* Stuff mike added */

/*comment author styling*/

.comments .commentlist li.authorcomment {
	border: 1px solid #ccc;
	background: #f6f7f8;
	}
	
/*headings for RSS feed in right_sidebar */

.focus {
	background: #F2F2F2;
	border-top: 1px solid #BBBBBB;
	border-bottom: 1px solid #BBBBBB;
	text-align: center;
	margin: 10px auto;
	padding: 5px 20px !important;
	}
	
/* info for styling comment and rss links */

.metalink a, .metalink a:visited /* The Metalink class takes care of the comments, edit, rss and trackback links next to the titles */
.secondary span a, .secondary span a:visited {
	font-size: .9em;
	text-decoration: none !important;
	}
.metalink a:hover,
.secondary span a:hover {
	color: #27d !important;
	text-decoration: none !important;
	}

/* Top-Sidebar box */

.topbox {
	margin: 15px 0 0 0;
	text-align: center;
	}

/* Begin Asides */
.asides {
	border: 1px solid #ccc;
	margin: 10px 15px 10px 15px;
    background-color: #f2f2f2; 
	padding: 6px 6px 6px 15px;
	font-size: 95%;
	-moz-border-radius: 7pt;
	}

.asides h2 {
	text-align: center;
    color: #88C2FE;
	padding: 0px;
	margin: 0px;
	}	

.asides p {
	margin: 3px 0px 4px 0px;
	padding: 0px;
	}

h4 	{
	font-size:1.3em;
	}	
/* End Asides */	

/* flickr */
.flickr-album {
	padding: 0px 0px 0px 0px;
	width: 480px;
	}
				
.flickr-photo {
	border: solid 1px #000000;
	width: 480px;
	/*height: 337.5px;*/
	}

.flickr-thumbnail {
	padding-right: 20px;
	background-color: #fff;
	border: 1px solid #a9a9a9;
	margin: 6px 6px 0px 6px;
	padding: 4px;
	margin-top: 10px;
	}

.flickr-title {
	width: 430px;
	color: #666;
	padding-top: 10px;
	}
/* End Flickr */

.falbum-sidebar-photos ul div { 
  margin: 8px 6px 0px 3px;
  padding: 0px 0px 0px 0px;
}

/*.comments .commentlist li.authorcomment {
	background: #f2f2f2;
	} */
	
.sb_links {
	position: relative;
	left: -5px;
}

p:hover a:link,
p:hover a:visited { color: #27d; border-bottom: 1px dotted #27d; }
p:hover a:hover { color: #27d; border-bottom: none; }
img { border: none; }

/*#primary {
	border: 2px solid red;
}
.secondary {
	border: 2px solid blue;
}
#right_sidebar {
	border: 1px solid green;
}
#left_sidebar {
	border: 1px solid purple;
}

.focus {
	border: 2px solid red;
}	

.external_headlines ul, .external_headlines li {
	border: 1px solid purple;
} */

ol.pinglist .commentseditlink img {
  border: 0;
}

.tagdata img {
max-width: 10px;
max-height: 10px;
border: none;
margin-left: -5px;
margin-right: -2px;
margin-bottom: -2px;
margin-top: -3px;
}

.entry-content, .single #primary .k2-asides .entry-content {
  color: black;
  font-size: 1.1em;
  line-height: 1.5em;
}

html body #page {
  _width: 870px;
}

#primary .entry-content img {
  margin-left: 0;
}

.category-noteworthy h3.entry-title {
	background: url('../images/favorite.gif') no-repeat right center;
}

.commentslink {
  margin-left: 0;
  }

#commentlist li .comment-content {
  padding-top: 0;
}
#commentlist li .comment-content p {
	margin: 13px 0; /* Temp, fixed in later k2 versions? */
	font-size: 0.95em;
	line-height: 1.5em;
}

