/*

        ___           ___           ___           ___           ___           ___           ___     
       /\__\         /\  \         /\  \         /\__\         /\  \         /\  \         /\  \    
      /:/  /        /::\  \       |::\  \       /:/ _/_       /::\  \       /::\  \        \:\  \   
     /:/  /        /:/\:\  \      |:|:\  \     /:/ /\__\     /:/\:\__\     /:/\:\  \        \:\  \  
    /:/  /  ___   /:/ /::\  \   __|:|\:\  \   /:/ /:/ _/_   /:/ /:/  /    /:/  \:\  \   _____\:\  \ 
   /:/__/  /\__\ /:/_/:/\:\__\ /::::|_\:\__\ /:/_/:/ /\__\ /:/_/:/__/___ /:/__/ \:\__\ /::::::::\__\
   \:\  \ /:/  / \:\/:/  \/__/ \:\~~\  \/__/ \:\/:/ /:/  / \:\/:::::/  / \:\  \ /:/  / \:\~~\~~\/__/
    \:\  /:/  /   \::/__/       \:\  \        \::/_/:/  /   \::/~~/~~~~   \:\  /:/  /   \:\  \      
     \:\/:/  /     \:\  \        \:\  \        \:\/:/  /     \:\~~\        \:\/:/  /     \:\  \     
      \::/  /       \:\__\        \:\__\        \::/  /       \:\__\        \::/  /       \:\__\    
       \/__/         \/__/         \/__/         \/__/         \/__/         \/__/         \/__/    
 __     __   __     ______   ______     ______     ______     ______     ______   __     __   __   ______    
/\ \   /\ "-.\ \   /\__  _\ /\  ___\   /\  == \   /\  __ \   /\  ___\   /\__  _\ /\ \   /\ \ / /  /\  ___\   
\ \ \  \ \ \-.  \  \/_/\ \/ \ \  __\   \ \  __<   \ \  __ \  \ \ \____  \/_/\ \/ \ \ \  \ \ \'/   \ \  __\   
 \ \_\  \ \_\\"\_\    \ \_\  \ \_____\  \ \_\ \_\  \ \_\ \_\  \ \_____\    \ \_\  \ \_\  \ \__|    \ \_____\ 
  \/_/   \/_/ \/_/     \/_/   \/_____/   \/_/ /_/   \/_/\/_/   \/_____/     \/_/   \/_/   \/_/      \/_____/ 
                                                                                                             

author: john hanusek
created: twenty first day of november, two-thousand & nine.
*/


/* global styles ---------------------------------------------------------------- */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	padding: 0;
	margin: 0;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
fieldset,img { 
	border: 0;
	}
address,caption,cite,code,dfn,em,strong,th,var {
	font-weight: normal;
	font-style: normal;
	}
ol,ul {
	list-style: none;
	}
caption,th {
	text-align: left;
	}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-size: 100%;
	}
q:before,q:after {
	content:'';
	}
abbr,acronym { border: 0;
	}


/* global typographic styles ---------------------------------------------------------------- */

.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.skinny {
	font-weight: 100;
}
.line-through {
	text-decoration: line-through;
}

/* global sizes ---------------------------------------------------------------- */

.large{
	font-size: 30px;
}
.medium{
	font-size:14px;
}
.standard{
	font-size:12px;
}
.small {
	font-size: 11px;
}
.tiny {
	font-size: 10px;
}



/* global colors ---------------------------------------------------------------- */

.grey-dark {
	color: #121616;
}
.grey-mid {
	color: #6E6E6A;
}
.grey-light {
	color: #9F9D97;
}
.white {
	color: #FFF;
}