/*
Theme Name: decaffeinated
Theme URI: http://mikemamaril.com/
Description: Fixed width 3 column wordpress theme.
Version: 1.0
Author: Mike Mamaril
Author URI: http://mikemamaril.com/
Tags: paper,  fixed width, three columns, widgets

	decaffeinated v1.0
	http://mikemamaril.com/
*/

@import url("css/base.css");
@import url("css/menu.css");
@import url("css/widgets.css");

img, fieldset, abbr, acronym { border: 0; }
form{ margin: 0; padding: 0; }


h1 { font-size: 1.8em; }
h2 { font-size: 1.3em; }
h3 { font-size: 1.1em; }
h4 { font-size: .9em; }
h5 { font-size: .7em; }
/*-------------------------------
widget classes
-------------------------------*/
#wp-calendar {
	margin: 0 auto;
}
#wp-calendar a {
	font-weight: bold;
}
#wp-calendar #next {
	text-align: right;
}
/*-------------------------------
Utility classes
-------------------------------*/

.wp-caption-text {
	padding: 0;
	text-indent: 0px;
	color: #a4963e;
}

.l { text-align: left }
.c { text-align: center }
.r { text-align: right }
.aligncenter { margin: 5px auto 15px auto;	display: block; }
.alignleft { margin: 5px 15px 5px 0; float: left; }
.alignright { margin: 5px 0px 5px 15px; float: right; }

.wrap, .col { float: left;	display: inline; position: relative; }
.wrap { clear: both }

.clear { clear: both }
.fl { float: left }
.fr { float: right }
.hide, .hidden, .anchor, .skip { display: none }
.nomargin { margin-bottom: 0 !important }
.noborder { border: 0 !important }
.top { margin-top: 0 !important }

.replace, .br { display: block; font-size: 1%; line-height: 0; text-align: left; text-indent: -10000px; }

.hr { background: #ccc; height: 1px; margin: 1.5em 0 }
.hr hr { display: none }


/*-------------------------------
Clearfix
-------------------------------*/

.clearfix:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }
.clearfix { display: block }
.fix{ clear: both; height: 1px; margin: -1px 0 0; overflow: hidden; }