/*---[ Details ]---------------------------------------
Global Style Sheet
Author: Lee Powell
-------------------------------------------------------*/

/*-----------------------------------------------------
[01] Reset 
[02] HTML / Body
[03] Anchors
[04] Images
[05] Headings
[06] Lists
[07] Forms
[08] Tables
[09] Phrase Elements
[10] Misc Inline
[11] Misc Block
-------------------------------------------------------*/

	
/* [01] Reset 
-------------------------------------------------------*/
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, 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-weight: normal;
	font-style: normal;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: #212121;
	background: white;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
input { 
	vertical-align:middle; 
}
img { 
	display:block; 
}
	
/* [02] HTML / Body
-------------------------------------------------------*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.6875em; /* 11px */
	line-height: 1.091em; /* 12px */
}

/* [03] Anchors
-------------------------------------------------------*/
a, a:link, a:visited, a:active, a:hover {
	outline: none; /* Removes dotted outline from Firefox anchors */
	text-decoration: none;
	color: #CF26A2;
	font-style: italic;
}
a:hover {
	text-decoration: underline;
}

/* [04] Images
-------------------------------------------------------*/
img {
	border: none;
}

/* [05] Headings
-------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	line-height: 1.2;
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
}
h1 {
	font-size: 3em; /* 33px [11px] */
	margin: 0.303em 0 0.455em; /* 10px 0 15px */
	line-height: 0.879em; /* 29px */
	color: #742679;
	text-transform: uppercase;
	letter-spacing: -0.02em;
}
h2 {
	font-size: 1.636em; /* 18px [11px] */
	margin: 1.111em 0 0.555em; /* 20px 0 10px */
	line-height: 1.056em; /* 19px */
}
h3 {
	font-size: 1.364em; /* 15px [11px] */
	margin: 1.333em 0 0.667em; /* 20px 0 10px */
	line-height: 1.067em; /* 16px */
}
h4, h5, h6 {
	font-size: 1.182em; /* 13px */
	margin: 1.538em 0 0.769em; /* 20px 0 10px */
	line-height: 1.077em; /* 14px */
}

/* [06] Lists 
-------------------------------------------------------*/
dl, ol, ul {
	padding: 0;
	margin: 0.909em 0; /* 10px 0 */
}
ol, ul {
	list-style-position: outside;
	padding: 0 0 0 2.272em; /* 0 0 0 25px */
}
ol {
	list-style: decimal;
}
ul {
	list-style: square;
}
li {
	margin: 0.454em 0; /* 5px 0 */
}
dt, dt * {
	font-weight: bold;
}
dd {
	margin: 0 0 0.909em; /* 0 0 10px */
}

/* [07] Forms
-------------------------------------------------------*/
input, select, textarea, button {
	font: normal 1em Verdana, Arial, Helvetica, sans-serif; /* 11px */
}
form {
	padding: 0;
	margin: 0.909em 0; /* 10px */
}
fieldset {
	padding: 0;
	margin: 0.909em 0; /* 10px */
	border: 0;
	display: block;
}
legend {
	font-weight: bold;
	color: #000; /* IE/Win sets color to blue */
}
input, select {
	vertical-align: middle;
}
optgroup {
	font-style: normal;
	font-weight: bold;
	margin: 0.909em 0 0; /* 10px */
	color: #CCC;	
}
option {
	padding: 0 0.909em; /* 10px - For Firefox */
	color: #000;
}
textarea {
	display: inline;
}

/* NOTE: If changing any of the rules below for type 
selectors, please update the ie6.css stylesheet also */

input[type="image"] {
	outline: none; /* Removes dotted outline from Firefox anchors */
}
input[type="text"],
input[type="password"],
textarea {
	padding: 2px 4px;
	border: 1px solid #CCC;
}
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #333;
}
input[type="radio"],
input[type="checkbox"] {
	vertical-align: text-top;
}

/* [08] Tables
-------------------------------------------------------*/
table {
	margin: 0.909em 0; /* 10px */
	padding: 0;
	border-collapse: collapse;
	border: 1px solid #666;
	display: block;
}
caption {
	text-align: left;
	margin: 0;
	font-weight: bold;
	padding: 0 0 0.909em; /* 10px */
}
thead th, thead td {
	border-bottom: 2px solid #666;
	background: #999;
	color: #FFF;
	font-weight: bold;
}
td, th {
	padding: 0.454em 0.909em; /* 5px 10px */
	text-align: left;
	vertical-align: top;
	border: 1px solid #666;
}
th {
	font-weight: bold;
}
tbody {
	background-color: #FFF;
	border: 1px solid #666;
}
tfoot {
	font-style: italic;
	font-size: 0.818em; /* 9px */
}
tfoot td {
	text-align: right;
	border: none;
}

/* [09] Phrase Elements
-------------------------------------------------------*/
abbr, acronym {
	border: none;
}
cite {
	font-style: italic;
}
em {
	font-weight: bold;
}
strong {
	font-weight: bold;
}
dfn {
	font-style: normal;
}
code, kbd, samp {
	font-family: monospace;
}
var {
	font-style: italic;
}

/* [10] Misc Inline
-------------------------------------------------------*/
q {
	font-style: italic;
}
del {
	text-decoration: line-through;
}
ins {
	text-decoration: none;
}
sub {
	vertical-align: sub;
}
sup {
	vertical-align: super;
}

/* [11] Misc Block 
-------------------------------------------------------*/
p {
	margin: 0.909em 0; /* 10px */
}
address {
	font-style: normal;
	margin: 0.909em 0; /* 10px */
}
blockquote, pre {
	margin: 0.909em 0; /* 10px */
	padding: 0.909em; /* 10px */
	border: 1px dotted #666;
	background-color: #DDD;
}
pre {
	font-family: inherit; /* Set specific font for IE/Win */
	overflow: auto;
	margin: 0.909em 0; /* 10px */
}
hr {
	margin: 1.818em 0; /* 20px */
	display: block; /* For IE/Win, as it displays hr as inline */
	background: #DDD;
	border: none;
	height: 1px;
}