/* base css */
@import url(/.shared/themes/common/base-weblog.css);



/* portal css */


/* theme css */
/* general page elements */

 a
{
	text-decoration: underline;
	
}

a:link { color: #006699; }
a:visited { color: #006699; }
a:hover { color: #006699; }
a:active { color: #006699; }


/* layout */

body
{
	margin: 0;
	color: #333333;
	background: #FFFFFF;
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: small;
	line-height: 150%;
}

#container { position: static; }

#container-inner
{
	position: static;
	border: 1px solid #FFFFFF;
	background: #FFFFFF;
}

#banner
{
	border: 0;
	/* no ie mac \*/ height: 1%; /* ie win 5.5, 6 win */
	color: #FFFFFF;
	background: #FFFFFF;
	text-align: center;
	font-family: Georgia, 'Times New Roman', serif;
}

#banner-inner { padding: 15px; }

#banner a
{
	color: #FFFFFF;
	text-decoration: none;
}

#banner-header
{
	margin: 0.25em 0;
	font-size: large;
}

#banner-description
{
	margin: 0.25em 0;
	font-size: small;
}

	/* banner image */
	
	#banner
	{
margin: 10px 0px 10px 0px;		
/*height: 218px;*/
height: 268px;
background-image: url("/images/banners/cleanest_line_700_sp11.gif");
		background-position: 0px 0px;
		background-repeat: no-repeat;
		text-align: left;
	}
	
	#banner-inner { overflow: visible; padding: 0; }
	
	#banner-header
	{
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		margin: 0px;
		padding: 0;
	}
	
	#banner-header a
	{
		display: block;
		left: 0;
		top: 0;
		height: 248px;
		text-indent: -1000em;
	}
	
	#banner-description
	{
		overflow: hidden;
		width: 0;
		height: 0;
		margin: 0;
		padding: 0;
		text-indent: -1000em;
	}



/* default to artistic/calendar/timeline layout */

#container
{
	width: 782px;
}

.layout-artistic #alpha,
.layout-calendar #alpha
{
			width: 315px; /* 285px + 15px + 15px */
	
	
}

.layout-artistic #alpha-inner,
.layout-calendar #alpha-inner,
.layout-timeline #alpha-inner
{
	border: 0;
	padding: 15px 15px 15px 15px;
	background: #FFFFFF;
}

.layout-artistic #beta,
.layout-calendar #beta
{
	width: 465px;
	
}

.layout-artistic #beta-inner,
.layout-calendar #beta-inner,
.layout-timeline #beta-inner
{
	border: 0;
	padding: 15px 15px 15px 15px;
	background: #FFFFFF;
}

/* in artistic/calendar/timeline layouts, #gamma and #delta are inside #beta */

#beta #gamma, #beta #delta { width: 210px; margin: 15px 0; }
#beta #gamma-inner, #beta #delta-inner { padding: 0; }


/* content */

.content-nav { margin-top: 0; }

.date-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header
{
	margin: 0 0 10px 0;
	border: 0;
	
	color: #333333;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: small;
	text-align: left;
	
	
	
}

.entry-header,.entry-header a, .entry-header a:link, .entry-header a:visited, .entry-header a:hover,.entry-header a:visited:hover
{
	margin: 1px 0 10px 0;
	border: 0;
	color: #000000;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 16px;
	text-align: left;
font-size: 16px;
font-weight: bold;
text-decoration: none;
}

.entry-content,
.entry-footer,
.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-open-footer,
.comments-closed,
.archive-content
{
	margin: 10px 0;
}

.entry-content p { 
  text-align: left;
  font-size: 12px;
  font-family: Verdana, 'Times New Roman', serif;
}

.entry-footer,
.trackback-footer,
.comment-footer,
.lwin
{
	margin: 0 0 10px 0;
	border-bottom: 1px dotted #A67B4F;
	padding: 3px;
	color: #999999;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	line-height: normal;
	text-align: left;
	
	
	
}

#comment-author, #comment-email, #comment-url, #comment-text
{
	width: 80%;
}

/* fixes bug in ie win */
img.image-full
{
	width: 100%;;
}


/* modules */

	.module a
	{
		text-decoration: none;
		font-weight: inherit;
	}

	.module a:link { color: #663300; }
	.module a:visited { color: #663300; }
	.module a:hover { color: #000000; }
	.module a:active { color: #000000; }


.module-header
{
	margin: 5px 0;
	border: 0;
  	
	color: #663300;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	line-height: normal;
	
	
	
	letter-spacing: .3em;
	text-align: left;
}

.module-content
{
	margin: 5px 0 10px 0;
	color: #663300;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	line-height: 100%;
	text-align: left;
}

.module-list { margin: 0; }
.module-list-item { margin: 10px 0;
overflow:hidden; }
.typelist-thumbnailed .module-list-item { margin: 10px 0; }

.module img,
.module-photo img
{
	border: 0;
}

.module-photo .module-content
{
	text-align: left;
}

.module-powered { text-align: left; }

.module-calendar .module-header
{
	color: #663300;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	border: 0;
	text-align: left;
	
	
	
	
	letter-spacing: .3em;
}

.module-calendar th,
.module-calendar td
{
	text-align: center;
	font-weight: normal;
}

.typelist-thumbnail img { margin: 0; }

.module-featured-photo { margin-bottom: 5px; }
.module-featured-photo .module-content img { width: 420px; }

.module-recent-photos .module-content { padding: 2px 0 0 0; }
.module-recent-photos .module-list { margin: 0; }

.module-recent-photos .module-list-item
{
	width: 70px; /* ie mac fix */
	height: 70px; /* for appearance with varying image border widths */
	margin: 0 2px 2px 0;
}

.module-tipjar-r2 .tipjar-button
{
			float: left;
	
}

/* moblog2 tweaks */
	
	.layout-moblog2 #container
	{
		width: 780px;
	}
	
	.layout-moblog2 #alpha
	{
		width: 100px;
		
	}
	
	.layout-moblog2 #alpha-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #FFFFFF;
	}
	
	.layout-moblog2 #beta
	{
					width: 350px;
		
		
	}
	
	.layout-moblog2 #beta-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #FFFFFF;
	}
	
	.layout-moblog2 #gamma
	{
		width: 190px;
		
	}
	
	.layout-moblog2 #gamma-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #FFFFFF;
	}
	
	.layout-moblog2 #delta
	{
		width: 140px;
		
	}
	
	.layout-moblog2 #delta-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #FFFFFF;
	}
	
	.layout-moblog2 .module-photo img { width: 100px; height: auto; }


/* timeline tweaks */

	.layout-timeline #alpha
	{
					width: 390px; /* 285px + 15px + 15px */
		
		
	}
	
	.layout-timeline #beta
	{
		width: 390px;
		
	}
	
	.layout-timeline #beta #gamma { width: 175px; }
	.layout-timeline #beta #delta { width: 170px; }


/* two-column-left tweaks */
	
	.layout-two-column-left #container
	{
		width: 702px;
	}

	.layout-two-column-left #alpha
	{
		width: 200px;
		overflow: hidden;
	}
	
	.layout-two-column-left #alpha-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #FFFFFF;
	}
	
	.layout-two-column-left #beta
	{
					width: 498px;
		
	}
	
	.layout-two-column-left #beta-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #FFFFFF;
	}

/* user css */
#banner-header a {
  font-size: 12px;
  font-weight: bold;
  font-family: verdana;
  color: #7f2c02;
  letter-spacing: 0px;
}

#banner-header a:hover {
  text-decoration: underline;
  color: #7f2c02;
}

#banner-header a:visited hover {
  text-decoration: underline;
  color: #7f2c02;
}

p.descriptor {
 font-family:  Georgia, "Times New Roman", Times, serif;
 color: #666666;
 font-style: italic;
 font-size: 14px;
 line-height: 18px;
}

ul.module-list {
  padding-top: 0px;
  margin-top: 0px;
  line-height: 12px;
}

div.module-content {
  margin-top: 0px;
  padding-top: 0px;

}

li.module-list-item a:link {
  color: #7f2c02;
  text-decoration: none;
}

li.module-list-item a:visited {
  color: #7f2c02;
  text-decoration: none;
}

li.module-list-item a:hover {
  color: #7f2c02;
  text-decoration: underline;
}

li.module-list-item a:visited hover {
  color: #7f2c02;
  text-decoration: underline;
}

h2.module-header {
  font-size: 10px;
  font-weight: bold;
  font-family: verdana;
  color: #7f2c02;
  letter-spacing: 0px;
  text-decoration: none;
  height: 12px;
  line-height: 12px;
  padding: 0px;
  margin: 0px;
}

h2.module-header a:link {
  text-decoration: none;
  color: #7f2c02;
}

h2.module-header a:visited {
  text-decoration: none;
  color: #7f2c02;
}

h2.module-header a:hover {
  text-decoration: underline;
  color: #7f2c02;
}

h2.module-header a:visited hover {
  text-decoration: underline;
  color: #7f2c02;
}

h2.module-header-on {
  font-size: 10px;
  font-weight: bold;
  font-family: verdana;
  color: #000000;
  letter-spacing: 0px;
  text-decoration: none;
  height: 12px;
  line-height: 12px;
  padding: 0px;
  margin: 0px;
}

h2.module-header-on a:link {
  color: #000000;
}

h2.module-header-on a:visited {
  color: #000000;
}

.hr_nav {

	background-image: url("/images/hr_dots.gif");
	background-repeat: repeat-x;
	height: 1px;
	overflow: hidden;
  margin-top: 5px;
  margin-bottom: 5px;
}

#ekg {
	margin-top: 59px;
	height: 21px;
	background-image: url("/images/ekg_border.gif");
	clear: both;
	text-align: right;
}

#ekg img {
	margin-right: 74px;
}

#footerCompanyCallout {
	margin-left: 	5px;
	margin-bottom:	2em;
	font-family: 	Verdana, Arial, Helvetica, sans-serif;
	font-size: 		10px;
	color: 			#999;
}

#footerCompanyCallout strong {
	font-weight: 	normal;
	color: 			#666;
}

#footerWrapper {
	margin-top: 25px;
	float: left;
	width: 700px;
	clear: both;
}

#footerWrapper span {
	padding-left: 10px;
	padding-right: 10px;
}

#footerLinks {
	font-family: 	Verdana, Arial, Helvetica, sans-serif;
	font-size: 		10px;
	color: 			#666;
	margin-left: 	5px;
	margin-bottom: 	2em;
	float: 			left;	
}

#footerLinks a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	line-height: 18px;
}

#footerLinks a:hover {
	text-decoration: underline;
}

#footerWrapper #footerCompanyCallout span 			{ color: #999; }
#footerWrapper div#footerCompanyCallout a 			{ color: #666; }
#footerWrapper div#footerCompanyCallout a:hover 	{ color: #666; }

#footerSponsor {
	float: right;
}

.clear {
	clear: both;
}

#copyrightNotice {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #cccccc;
}

#searchIndex {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #cccccc;
	margin-top: 5px;
	width: 85px;
}

#dvSearchTerms {
	visibility: hidden;
	font-size: 12px;
	color: #999999;
	width: 500px;
	padding-top: 10px;
}

li.module-list-item {
  margin-left: 10px;
}

p.entry-footer-tags {
display: none;
}

p.entry-technorati-tags-p {
  font-size: 10px;
color: #7f2c02;
}

p.entry-technorati-tags-p a:link {
  color: #7f2c02;
text-decoration: none;
}

p.entry-technorati-tags-p a:hover {
  color: #7f2c02;
text-decoration: underline;
}

p.entry-technorati-tags-p a:visited {
  color: #7f2c02;
text-decoration: none;
}

p.entry-technorati-tags-p a:visited:hover {
  color: #7f2c02;
text-decoration: underline;
}

#creditfooter {
  display: none;
}

#thecleanestline_delicious8e1u2ski0qfpndgdnhntml5duo ul, #twitter_update_list ul {
list-style: none;
	margin-left: 10px;
	padding-left: 0px;
line-height: 12px;
padding-bottom: 5px;
}

#thecleanestline_delicious8e1u2ski0qfpndgdnhntml5duo ul li, #twitter_update_list ul li {
  font-size: 10px;
margin-top: 10px;
}

#thecleanestline_delicious8e1u2ski0qfpndgdnhntml5duo a:link {
  text-decoration: none;
  color: #7f2c02;
}

#thecleanestline_delicious8e1u2ski0qfpndgdnhntml5duo a:visited {
  text-decoration: none;
  color: #7f2c02;
}

#thecleanestline_delicious8e1u2ski0qfpndgdnhntml5duo a:hover {
  text-decoration: underline;
  color: #7f2c02;
}

#thecleanestline_delicious8e1u2ski0qfpndgdnhntml5duo a:visited hover {
  text-decoration: underline;
  color: #7f2c02;
}

/* other css */

a.brdr:hover {
background-color:white;
}
a.brdr:link img, a.brdr:visited img {
border:1px solid #999999;
padding: 1px;
}

a.brdr:focus img, a.brdr:hover img, a.brdr:visited:hover img, a.brdr:active img {
border:1px solid #7F2C02;
}

#linkwithin_logo_0, #linkwithin_text_0 {
display:none;
}

#tpe-content div a img {
display: none;
}

.flickr_badge_image img {
border: 1px solid #999999;
!important;
display: block;
}

.flickr_badge_image a:hover{
	background-color:white;
}
.flickr_badge_image a:link img,
.flickr_badge_image a:visited img{
	border: 1px solid #999999;
}

.flickr_badge_image a:focus img,
.flickr_badge_image a:hover img,
.flickr_badge_image a:visited:hover img,
.flickr_badge_image a:active img{
	border: 1px solid #336584;
}

.sclbtns {
height: 20px;
margin: 20px 0px;
width: 400px;
position: relative;
}

.sclbtnsm {
height: 10px;
width: 400px;
position: relative;
}

.pstlike {
position: absolute;
top: 0px;
left: 100px;
}

.tw {
position: absolute;
top: 0px;
left: 0px;
}

/* ph=1 */

