/*
chili_screen.css
By: Drew Hornbein
www.dhornbein.com
dhornbein@gmail.com
Version: 1 (03/17/10)
*/

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;*/
}

/*GLOBAL*/

* {
margin: 0;
padding: 0;
}

body {
color: #ed1c57;
font-family: Helvetica Neue,Helvetica,Arial,Sans-Serif;
font-size:12px;
line-height:1;
text-align: center; 
}

p,
ul,
ol {font-size:1em; line-height:2em; margin:0 0 2em 0;}

ul {list-style:none;}
ol {list-style-position:inside;}
.list {margin-left:1em;}
.listClear li {list-style:none;}

img {border: none;}

a:link {color:#bd1645;text-decoration:none;outline:0;}
a:visited{color:#bd1645;text-decoration:line-through;}
a:hover{color:#bd1645;text-decoration:underline;}
a:focus { outline: none; }

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {font-family: Century Gothic, Helvetica Neue,Helvetica,Arial,Sans-Serif;}
 
h1, .h1 {
font-size: 2.1667em; /* 26px */
line-height: 1.8462em; /* 48px */
/*margin-top: 0.9231em;*/
margin-bottom: 0em;
}
h2, .h2 {
font-size: 1.8333em; /* 22px */
line-height: 1.0909em; /* 24px */
/*margin-top: 1.0909em;*/
margin-bottom: 0em;
}
h3, .h3 {
font-size: 1.6667em; /* 20px */
line-height: 1.2em; /* 24px */
/*margin-top: 1.2em;*/
margin-bottom: 0em;
}
h4, .h4 {
font-size: 1.5em; /* 18px */
line-height: 1.3333em; /* 24px */
margin-top: 1.3333em;
margin-bottom: 0em;
}
h5, .h5 {
font-size: 1.3333em; /* 16px */
line-height: 1.5em; /* 24px */
margin-top: 1.5em;
margin-bottom: 0em;
}
h6, .h6 {
font-size: 1.1667em; /* 14px */
line-height: 1.7143em; /* 24px */
margin-top: 1.7143em;
margin-bottom: 0em;
}

small, .small {font-size: 10px;}

table {width:100%;}

/* special */

.hide {display:none; visibility:hidden;}

.overflow {overflow:auto;}
.clear {clear:both;display:block;/*margin-bottom:15px;*/width:100%;}
.break {clear:both;}
.noClear {clear:none;}
.inline {display:inline !important;}
.alignleft{text-align: left;}
.aligncenter{text-align: center;}
.alignright{text-align: right;}
.justify{text-align:justify;}

.left{float: left;}
.right{float: right;}
.leftImg {float:left;margin:0 1em 1em 0;}
.rightImg {float:right;margin:0 0 1em 1em;}

.noMargin {margin:0 !important;}
.marginRight {margin-right:0.5em;}
.marginLeft {margin-left:0.5em;}
.marginBtm {margin-bottom:2em;}

.bold {font-weight:bold;}
.upperCase {text-transform:uppercase;}
.altText {font-family:Georgia, "Times New Roman", Times, serif; font-style:italic;}

.image {background:#f3f3f3; padding:0.25em;}
.image.right {margin-left:0.5em;}
.image.left {margin-right:0.5em;}

#wrapper {background-color:white; margin:0 auto; padding:0 1em; width:800px;}

#header {border-left:1em solid #ed1c57;border-right:1em solid #ed1c57; margin:0 auto; width:800px;}

.expand {cursor:s-resize;}
