/*
Theme Name: Kev-O-Type
Theme URI: http://kevinabarnes.com
Description: A custom, highly typographic theme.
Version: 1.0
Author: Kevin A. Barnes
Author URI: http://kevinabarnes.com
Tags: blankSlate, typography, clean, empty

This theme was designed and built by Kevin A. Barnes,
whose blog you will find at http://kevinabarnes.com/

The design was inspired in part by the Shalom design
created by David Hellmann for a Smashing Magazine contest.
*/

/*
 * style.css
 *
 * Primary Style Sheet for Overall Website
 *
 * For personal or commercial use.
 * May be modified by the license holder.
 * May not be redistributed or resold.
 *
 *This style sheet is divided into sections:
 *
 * 1. Reset Style
 * 2. Utility Styles: Overall
 * 3. Other Styles
 * 
 * The CSS, XHTML and design is released under GPL:
 * http://www.opensource.org/licenses/gpl-license.php
 */

/**  __Reset Styles  **/

/* CSS reset is from Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* End of Reset Styles */

/**  __Utility Styles: Overall  **/

html, body {
	overflow: hidden;
	color: #333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: normal;
	line-height: 1.5;
	height: 100%;
} 

.floatright {
	float: right;
}

.floatleft {
	float: left;
}

.floatcenter {
	width: 410px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.aligncenter {
	display: block;
	margin: 0 auto;
}

.noborder {
	border: none;
}

.clearboth {
	clear: both;
}















/**  __Other Styles  **/

/* NOTE: The following are hidden until determiend if needed in this design:
* Clearfix */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
} /*

* Clearfix Patches for IE
.clearfix { display: inline-block; }

* Vor IE5/Mac verstecken mit dem Commented Backslash Hack \
* html .clearfix { height: 1px; }
.clearfix { display: block; }
* Ende des Versteckspiels für den IE5/Mac


* HIDING FOCUSING
a:active, a { 
	outline: none; 
}
 
:focus { 
	-moz-outline-style: none; 
}
 
:-moz-any-link:focus {
	outline: none;
}

*/
