/*
Theme Name: Deep Fried Happy Mice
Version: 0.1b
Author: Jim Callahan

*/

body {
	font-family: sans-serif;
}

.widecolumn {
	width: 550px;
}

#comment {
	width:425px;
}

.content {
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

.alignleft {
	float: left;
	border: 0px;
	padding: 0px 10px 0px 0px; 
	}


.alignright {
	float: right;
	}
	
.navigation {
	font-size: 10px;
}

.entry {
     min-height:140px;
     height:auto !important;
     height:120px; 
}

h2 {
	font-size: 20px;
	font-weight: bold;
}

h3 {
	font-size: 16px;
	font-weight: bold;
}

small {
	font-size: 9px;
}

.smallfont a {
	font-size: 9px;
}

.tiny {
	font-size: 6px;
}

.tiny a {
	font-size: 6px;
}

.postmetadata {
	font-size: 10px;
	font-weight: bold;
}

.cornerBox {
	position: relative; 
	background: #DDDDDD; 
}

.corner { 
	position: absolute; 
	width: 10px; 
	height: 10px; 
	background: url('http://www.deepfriedhappymice.com/lexicon/wp-content/themes/DeepFriedHappyMice/images/cornersgrey.jpg') no-repeat; 
	font-size: 0%; 
}
.cornerBoxInner { 
	padding: 10px; 
}

.TL { top: 0; left: 0; background-position: 0 0; }
.TR { top: 0; right: 0; background-position: -10px 0; }
.BL { bottom: 0; left: 0; background-position: 0 -10px; }
.BR { bottom: 0; right: 0; background-position: -10px -10px; }

.description {
	margin:20px;
	padding-top: 5px;
	padding-bottom: 5px;
	border:1px;
	background-color: #FFCC00;
	align: center;
}

.menu {
	padding-left:30px;
	margin-top: -18px;
}


.wp-caption-text {
	font-size: 6px;
	font-color: #EEEEEE;
}


/*Menu CSS Credit: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.divider {
	clear: both;
	padding: 0;
	width: 100%;
	height: 5px;
	line-height: 5px;
	background: #681415; /*background color of horizontal line*/
	border-top: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
}

ol.snap_nav {
	padding: 0;
	width: 100%;
	overflow: hidden;
	background: transparent;
	font: bold 20px;
	list-style: none;
	font-family: sans-serif;
}

ol.snap_nav li {
	display: inline;
	margin: 2px;
	padding: 0;
	text-transform: uppercase;
}

ol.snap_nav li a {
	float: left;
	color: white;
	background: #681415;
	margin: 2px;
	padding: 2px 20px 2px 20px;
	text-decoration: none;
	letter-spacing: 4px;
}

ol.snap_nav li.snap_selected a {
	background-color: #8f1a1c; /*background color of tabs onMouseover*/
	color: white;
}

ol.snap_titles {
}


