/*
	custom.css  custom styles for Cutline that YOU define
	------------------------------------------------------
	
	This stylesheet will allow you to futureproof your
	changes against future releases and upgrades. I know
	you work hard on your modified styles, and I don't
	want you to feel like every upgrade is a total drag!
	
	Instructions:
	
	Modifying existing Cutline styles to your liking is a
	breeze with this handy stylesheet. The <body> tag
	within the header.php file has been appended with a
	CSS class called "custom," and thanks to this, you now
	have the ability to override ANY style that's declared
	in the original Cutline stylesheet.
	
	In practice, you simply need to copy the CSS for the
	element that you want to change (from style.css) and
	then paste it here. Prefix the new CSS declaration
	with .custom, and then make your tweaks as necessary.
	
	Here's an example:
	
	To change the default color of unvisited links from 
	blue to red (#c00) and remove the default underline, 
	this is what you would do:
	
	.custom a { color: #c00; text-decoration: none; }
	
	Cool? Now get to hackin!
*/

#double_sidebar { width:420px; float:right}

.custom #sidebar {width:300px}
.custom ul.sidebar_list li.widget, ul.sidebar_list li.linkcat {width:300px}

.custom #header_img {margin: 0 0 5px 0}


#seattletimes {
  background:url('/wp-content/uploads/2010/04/theseattletimes.gif') no-repeat top left;
}

#quirks {
  background:url('/wp-content/uploads/2010/04/quirks.gif') no-repeat top left;  
}


#technet {
  background:url('/wp-content/uploads/2010/04/technet.gif') no-repeat top left;  
}

#devproconnections {
  background:url('/wp-content/uploads/2010/04/DevProCon.gif') no-repeat top left;  
}

#npr {
  background:url('/wp-content/uploads/2010/04/npr_logo.gif') no-repeat top left;  
}

#internetevolution {
  background:url('/wp-content/uploads/2010/04/internet-evolution.gif') no-repeat top left;  
}

#informationweek {
  background:url('/wp-content/uploads/2010/05/information_week.gif') no-repeat top left;  
}

#buzzmarketing {
  background:url('/wp-content/uploads/2010/05/buzz_marketing.gif') no-repeat top left;  
}

#e-week {
  background:url('/wp-content/uploads/2010/05/e-week.gif') no-repeat top left;
}

#publication {
  list-style-type:none;
  margin:0;
}
#publication li {
  padding-left:110px;
  min-height:32px;
}
#publication div {
  font: .8em Arial, sans-serif; color: #888;
}

.avatar {
  margin: 10px; 
  padding: 4px; 
  background: none repeat scroll 0% 0% rgb(255, 255, 255); 
  border: 1px solid rgb(102, 102, 102); 
  float: left;
}

#widecontent { width: 630px; text-align: left; padding: 0 20px 0 0; float: left; }


.button {
  background: url("http://www.usamp.com/objects//img/btnSubNav.jpg") no-repeat;
  background-position: center -40px !important;
  text-transform:uppercase;
  width:188px;
  font-size:12px;
  height:40px;
  border:none;
  color:#fff;
  margin:5px;
}

#hot {
  border: 1px solid rgb(230, 219, 85); color: rgb(51, 51, 51); 
  font-family: Lucida Grande,Verdana,Arial,Bitstream Vera Sans,sans-serif; 
  font-size: 13px; margin: 5px 0pt 15px; padding: 0pt 0.6em; 
  background: url("http://i461.photobucket.com/albums/qq331/djsfoxylady/Flame1.png") no-repeat scroll 0% 0% rgb(255, 255, 224);
}
.hot_content {
  padding-top: 8px; padding-bottom: 8px; margin-left: 30px;
}


#other-tools { padding: 20px 0 10px; font-size: 12px; }
#other-tools h3 { line-height: 1em; padding-bottom:10px;}
#other-tools ul { width: 980px; list-style-type:none;}
#other-tools li { float: left; padding-right: 40px; }
#other-tools span { display: block; }
#other-tools .icon { height: 40px; }
#other-tools .name { height: 2em; }
#other-tools a { /*ie8 hack*/display: block; border: none;/*end ie8 hack*/ color: #666; }
#other-tools a:hover { color: #A4D345; }
