/*
Latitude Wireless Theme Template 0.1
*/

/* Reset styles
*******************************/
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, 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: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
}
:focus {
outline: 0;
}
body {
line-height: 1;
color: black;
background: white;
}
ol, ul {
list-style: none;
}
table {
border-collapse: separate;
border-spacing: 0;
margin: 10px 0px;
}
caption, th, td {
font-weight: normal;
line-height:1.75;
padding: 5px; margin: 5px;
}

blockquote:before, blockquote:after,
q:before, q:after {
content: "";
}
blockquote, q {
quotes: "" "";
}


/* Main styles
*******************************/
html {
	height: 100%;
}

body {
	background: #DEDCE1;
	color: #666;
	font-size: 12px;
}

/* Default fonts
*******************************/
body		  { font-family:Helvetica, sans-serif; }

input,
textarea,
select		{ font-family:Helvetica, sans-serif; }

pre,
tt,
kbd,
var,
code 		  { font-family:"Courier New", Courier, monospace; }

/* Header elements
*******************************/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight:normal;
  font-family:Helvetica, sans-serif;
}

h1 {
    font-size: 22px;
    color:#a2023e;
    line-height:1;
}
h2 {
    font-size: 20px;
    padding-bottom:1em;
    color:#E37222;
}

h3 {
    font-size: 18px;
    color:#E37222;
}
h4 { font-size: 16px; padding:1em 0; color:#666; }
h5 { font-size: 1.2em; }
h6 { font-size: 1.1em; }

/* Text elements
*******************************/
p			  { margin: 0 0 1em 0; line-height:1.5; }
p.last 		  { margin-bottom:0; }
p.first		  { margin-top:1em; }
p.img		  { margin:0; padding:0; }

blockquote    { margin: 0 0 2em 2em; border:1px dotted #666; padding:1em; }
strong        { font-weight: bold; }
em            { font-style: italic; }
small		  { font-size: .9em; }

dl {
    line-height:1.2;
    margin-bottom:1.2em;
}

dd {}
dt {}

hr {
    color: #fff;
    background:transparent;
    margin: 0 0 0.5em 0;
    padding: 0 0 0.5em 0;
    border:0;
    border-bottom: 1px #666 dotted;
}

/* Images
*******************************/
img 		{ outline:0;border:0; padding: 0; margin: 0; }

/* Form styles
*******************************/
input,
select,
textarea {
	font-size:1.0em;/*by default font-size is bigger*/
	vertical-align:baseline;
}

input.text,
input.file { cursor:text; }

input.button {
    cursor:pointer;
    border:0;
    font-weight:bold;
    padding:1px 12px;
    text-align:center;
    height:19px;
}

input.radio,
input.checkbox { border: 0;padding: 0; }

/* alignment */

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
    float:left;
    margin: 0 1em 1em 0;
}

.alignright {
   float: right;
   margin: 0 0 1em 1em;
}

