/* 
html5doctor.com Reset Stylesheet
v1.6
Last Updated: 2010-08-18
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted inherit;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/* my styles */

a {color:#666;text-decoration:none;padding:2px 1px}
a:hover {color:black;background:#eee}

a:visited {}

body {
  font-family: Helvetica, sans-serif, arial;
  background-color:#FFFFFF;
}

#main_index {
background-attachment:scroll;
background-image:url(intro.gif);
background-position:476px 140px;
background-repeat:no-repeat;
margin:0 auto auto;
width:920px;
position:relative;
}

#main {
margin:80px auto auto;
width:920px;
position:relative;
}

input.city {
    border-color:#FFFFFF #FFFFFF #3B6E22;
    border-style:solid solid dotted;
    border-width:1px;
    color:#666666;
    font-family:Helvetica,sans-serif,arial;
    width:300px;
	font-size:1em;
	height:1.1em;
	overflow:hidden;
    margin-left:5px;
	vertical-align:baseline;
	font-weight:bold;
}

/* for webkit */
input.city:focus {
	outline: none;
}

h1 {
	font-size: 180px;
	margin:0 0 50px;
	text-align:center;
}

h2 {
  font-size: 21px;
  font-weight:normal;
  text-align:center;
  margin-bottom:10px;
}

h1.home  {
  font-size: 4.3em;
  margin:.6em 0 .8em;
}

h1.home span {
  color:#666666;
}

h2.home {
  font-size: 26px;
  text-align:left;
  font-weight:bold;
  margin-top:15px;
  margin-bottom:10px;
}

p {
    font-size:21px;
    font-weight:normal;
    line-height:25px;
    margin-bottom:10px;
    text-align:left;
}

p span#more_cities {
	font-weight:normal;
	display:none;
}

p.geek {
    font-size:15px;
    line-height:19px;
    /* padding-left:43px;
    background-attachment:scroll;
    background-image:url(note.gif);
    background-position:top left;
    background-repeat:no-repeat; */
}

p.ads {
    text-align:center;
	margin:15px 0;
}

p.center {
	text-align:center !important;
}

p.tip {
	font-size:15px;	
    text-align:center;
    color:#666;
}

p.tip a {
	color:#000;
	font-weight:bold;
}

p span {
	color:#000;
	font-weight:bold;
}

#footer {
  display:block;  
  font-size: 11px;
  text-align: right;
  padding:10px 20px;
  position: fixed;
  bottom: 0px;
  right: 0px;
}

#footer ul {
  margin:0;
}

#footer ul li {
  display:inline;
  padding-left:10px;
}

.hidden {
  position: fixed;
  left: 0px;
  bottom: 0px;
  width: 100%;
}

strong {
    font-weight:bold;
}

div#debug {
    text-align:left;
    width:100%;
}

div#twitterbanner {
	display:none;
	background:#EEEEEE none repeat scroll 0 0;
	border-bottom:1px dotted #CCCCCC;
	margin:0;
	font-size:0.9em;
	padding:10px 170px;
}

div#login-logout {
	font-size:0.9em;
	height:1em;
	text-align:right;
	padding-top:1em;
}

form {
}

div#login-logout img {
  width:24px;
  height:24px;
  vertical-align:middle;
}
