/*
Theme Name: Liveclicker Core Theme
Theme URI: http://liveclicker.com/
Description: A base theme to build custom themes from.
Version: 1.0
Author: Mike McCormick at <a href="http://www.liveclicker.com/" target="blank">Liveclicker</a>
Author URI: http://liveclicker.com/
*/	

/* Global */
.imgrep{display:block;text-indent:-999em;overflow:hidden;}
.center{text-align:center;}
.hidden{display:none;}
.block{display:block;}
.aligncenter{display:block;margin-left:auto;margin-right:auto;}
.fleft,.alignleft{float:left;}
.fright,.alignright{float:right;}
.cleft{clear:left;}
.cright{clear:right;}
.cboth,.clear{clear:both;}
.alt{margin:0;padding:10px;}
a img{border:none;max-width:100%;}
p img{max-width:100%;padding:0;}
img.centered{display:block;margin-left:auto;margin-right:auto;}
img.alignright{display:inline;margin:0 0 30px 30px;padding:4px;}
img.alignleft{display:inline;margin:0 30px 30px 0;padding:4px;}
a.post-edit-link { 
	display: block;
	float: right;
	padding: 7px 7px 7px 22px;	
	border: 1px solid #999; 
	font-size: 10px;
	text-decoration: none;	
	color: #333 !important;
	-moz-border-radius: 4px;
	border-radius: 4px;
	}
a.post-edit-link:link,a.post-edit-link:visited,a.post-edit-link:active { background: #ccc url('img/edit.gif') no-repeat 7px 8px !important; }
a.post-edit-link:hover { background: #ddd url('img/edit.gif') no-repeat 7px 8px !important; }
a.admin-login { display: block; position: fixed; right: 0px; top: 0px; z-index: 100; width: 40px; height: 40px; border: 0; cursor: default; }