/*   
Theme Name: Control Freak
Theme URI: http://adiant.com/controlfreak
Description: Control every pixel of screen real estate, especially useful for embedding a WordPress Page in an iFrame within another, typically non-WordPress, web page.
Author: Jon Pearkins
Author URI: http://adiant.com
Version: 1.1
*/

* {
	margin-top: 0px;
	margin-bottom: 0px;
}
body {
	background-color: #aaf;
	font-family: arial;
}
a {
	text-decoration: underline;
}
a:link {
	color: #00f;
}
a:visited {
	color: #800080;
}
a:hover {
	color: #f00;
}


.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}


.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist ol {
	list-style: decimal;
}
