/*
Title: Kevin Tamura holding page
Version: 1.0
Author: Kevin Tamura

Index -
	Reset
	Core Styles
	Core Elements
	Tools
Colors -

	
/* @group Reset
---------------------------------------------- */
html{color:#000;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;overflow:hidden;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}legend{color:#000;}
body {font-family: sans-serif;}table{font-size:inherit;}pre,code,kbd,samp,tt{font-family:monospace;line-height:100%;}

/*HTML 5 fixes*/
article, aside, dialog, figure, footer, header, hgroup, nav, section {
display : block; }
/* @end */

/* @group Core Styles
---------------------------------------------- */
html {}
body {background-color: #861d15;font-family: "Lucida Grande", Lucida, Verdana, sans-serif; font-size: 12px; line-height: 18px; color: #fff;}
body#list{background: #fff;}
a {color: #017a8c; text-decoration: none;}
a:hover {text-decoration: underline;}
a:visited {}
em {font-style: italic;}
strong {font-weight: bold;}
h1 { font-size: 36px; line-height: 24px;}
h2 {}
input:focus,
textarea:focus {}
.container {width: 940px; margin: 0 auto;}
.hidden {display: none;}
.noBorderTop {border-top-width: 0 !important;}
.noBorderBottom {border-bottom-width: 0 !important;}
.noMarginTop {margin-top: 0 !important;}
.noMarginRight {margin-right: 0 !important;}
.noMarginBottom {margin-bottom: 0 !important;}
.noMarginLeft {margin-left: 0 !important;}
.smaller {font-size: smaller}
/* @end */

/* @group Core Elements 
---------------------------------------------- */
header {width: 200px; margin: 150px auto 0;}

/* @end */


/* @group Tools 
----------------------------------------------- */
.ir {text-indent: -1000em; overflow: hidden;}

/* Clear Fix */
.clearfix:after {visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0;}
* html .clearfix { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
/* @end */
