
/*
	CSS files kept in the 'styles' directory can be used to
	costumize your K2 installation without having to mess
	with the core K2 files. This in turn makes it easier to
	upgrade to new K2 versions as well as debug any potential
	problems.

	You select schemes from the K2 Options page in the
	'Presentation' section of your WordPress administration.
	
	Author Name	: 	Christopher O'Connell & Jessie Gurd
	Author Site	: 	http://compu.terlicio.us/
	Style Name	: 	Mr|Tots
	Style URI	:	http://mrtots.com/
	Version		: 	2.0 Beta 1
	Comments	: 	The OFFICIAL theme of Mr|Tots
*/

html, body {
	color: #333;
	background-color: #eee;
	margin: 0;
	padding: 0;
	height: 100%; /* needed for container min-height */
	}

#wrap-1 {
	position: relative; /* needed for footer positioning*/
	margin: 0 auto; /* center, not in IE5 */
	width: 100%;
	
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/

	min-height: 100%; /* real browsers */

	z-index: 0;
	text-align: center;
	}

#wrap-2 {
	position: relative;
	padding-bottom: 150px;
	padding-top: 20px;
	background: #000;
	}

#page {
	background-color: #EFEFEF;
	border: 2px solid #990100;
	padding-top: 0px;
	-moz-border-radius: 6px;
	}
	
#header {
	background: black url('newerlogo.jpg') bottom no-repeat;
	width: 100%;
	height: 231px;

	}

#header h1, .description, .blog-title {
	visibility: hidden;
	}
	
#footer {
	background: #000000
	height: 50px;
	position: absolute;
	width: 100%;
	bottom: 0; /* stick to bottom */
	border: 0;
	margin: 0;
	padding-top: 20px;
	padding-bottom: 60px;
	padding-left: 0;
	padding-right: 0;
	}

/* Top Menu */

ul.menu li a {
	font-weight: 700;
	background-color: #990100;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-topleft: 6px;
	}

ul.menu li a:hover {
	background: #4D0100;
	color: #6C89A6;
	}

ul.menu li.current_page_item a,	
ul.menu li.current_page_item a:hover {
	background-color: #EFEFEF;
	}
	
.admintab {
	color: #123456;
	}
	
/* Headers */

h2 {
	color: #CCCCCC;
	}
	
.secondary h2 {
	color:#CCCCCC;
	}

#primary h3, .single #primary .k2-asides h3 {
	color:#AAAAAA;
	}
	
#primary .entry-content h3 {
	color:#AAAAAA;
	}
	
#primary h4 {
	color:#999999;
	}
	

#footer a:hover {
	color: #4E6781;
	}

.secondary h4 {
display:block;
font-size:1.3em;
font-weight:normal;
margin-bottom:1px;
padding-left:2px;
background-color: #990101;
border-bottom: 2px solid #000;   
}


.secondary div {
background-color: #eee;
margin: 20px 0px 0;
}

mrtots.com (line 324)

	
.entry-head {
	color:#AAAAAA;
	}
	
h2, h2 a, h2 a:visited {
	color:#CCCCCC;
	}
	
h3, h3 a, h3 a:visited {
	color:#AAAAAA;
	}
h3 a:hover {
	color: #4E6781;
	}
h4, h4 a, h4 a:visited {
	color: #eee;
	}
	
/* Primary Content */

.entry-content {
	color: #123456;
	font-weight: 560;
line-height: 1.5em;
color: #000000;

	}
	
h2 a:hover, h2 span a:hover {
	color: #990100;
	}
	
a {
	/*color: #899AAB;*/
	/*color: #4E8577;*/
	/*color:#417A7B;*/
	color: #990101;
	}

a:hover {
	/*color: #B34140;*/
	color: #FF5F5F;
	}

#primary .entry-content img {
	/*border: 1px solid #990100;*/
	}
	
.secondary ul li, .secondary ol li {
	color: #000;
padding-left: 5px;
padding-right: 3px;
}
	
#pinglist {
	background: #1F2F4D center center no-repeat;
	border: inset #990100 thin;
	}

li.byuser {
	background: #777777 none repeat scroll 0% 50%;
	border: 1px solid #123456;
	}
.byuser .commentauthor a {
	color: #71F0C7;
	}
.byuser a {
	color: #CCCCCC;
	}

/* Podcast Edpisodes */

#dynamic-content .k2-asides .entry-head {
	display: block;
	}

#dynamic-content .k2-asides .entry-head .entry-meta {
	display: none;
	}

#dynamic-content .k2-asides .entry-head .entry-title {
	display: block;
	padding-left: 20px;
	background: transparent url('audio-small.gif') left center no-repeat;
	color: #123456;
	font-weight: 760;
	}

#dynamic-content .k2-asides .entry-content {
	border-left: 1.5px solid #990100;
	}

/* Input Boxes */

#s.livesearch {
	background-color: #F8F8F8;
	}
	
input[type=text], textarea {
	background-color: #F8F8F8;
	}
	
/* Rolling Archives */

#rollingarchives {
	background: #EFEFEF;
}

div.trimmed .hentry {
	background: #666666;
	border-bottom: 3px solid #123456;
}

/* Profiles */

.people-bio-img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.secondary div {
margin:20px 0 0 10px;
padding:0;
position:relative;
}

.widget {
background-color:#EEEEEE;
border: 2px solid #000000;
}
