@charset "utf-8";
html, body {
	background-color: #5599BB;
	background-image: url(/images/sun.gif);
	background-position: center top;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", Arial, Sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	text-shadow: 1px 1px 0px #224455;
}

.clear {
    clear: both;
    height: 0px;
    font-size: 1px;
}

H1, H2, H3, P {
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}

A IMG {
	border: 0px;
}

A:link, A:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
A:hover {
	color: #FFFFFF;
	text-decoration: none;
}

FORM {
	margin: 0px;
	padding: 0px;
}

INPUT, SELECT, TEXTAREA {
	background-color: #FFFFFF;
	font-family: "Lucida Grande", Arial, Sans-serif;
	font-size: 14px;
	color: #000000;
	border: 0px;
}

.small {
	font-size: 11px;
}

.errorMsg {
	margin: 20px;
	padding: 2px;
	background-color: #FFB9B9;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	color: #000000;
	text-shadow: 1px 1px 0px #CCCCCC;
}

label.error {
	color: #FF0000;
	font-size: 12px;
	font-weight: bold;
	text-shadow: 1px 1px 0px #CCCCCC;
}

#wrap {
	margin: auto;
	max-width: 460px;
	width: expression((document.body.clientWidth > 460)? "460px" : "auto");
}
#wrap2 {
	padding: 2px;
}

#top {
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}
#top H1 {
	margin: 0px;
	padding: 0px;
	margin-top: 5px;
	font-size: 13px;
	font-weight: bold;
}

#signin {
	padding-top: 20px;
	text-align: center;
}

A.signintwitter {
	padding: 5px;
	background-color: #D3F5F6;
	background-image: url(/images/icons/twitter.png);
	background-position: 5px center;
	background-repeat: no-repeat;
	padding-left: 34px;
	border: 1px solid #9DC3D3;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	font-size: 20px;
	color: #333333;
	text-shadow: 1px 1px 0px #FFFFFF;
	text-decoration: none;
}
A.signintwitter:hover {
	background-color: #AED6DC;
}

#indexinfo H2 {
	font-size: 24px;
	font-weight: bold;
	margin-top: 20px;
}

#adsense234 {
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}

#timeline {
	text-align: center;
}
#timeline IMG {
	margin: 1px;
}
#timeline A:link IMG, #timeline A:visited IMG  {
	border: 1px solid #7CB1CB;
}
#timeline A:hover IMG  {
	border: 1px solid #FFFFFF;
}
#timeline H2 {
	text-align: left;
	font-size: 24px;
	font-weight: bold;
	margin-top: 20px;
}

.network {
	margin: 20px;
	background-color: #7CB1CB;
	padding: 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
}

#twittertop {
	height: 24px;
	line-height: 24px;
}
#twitter_status_init {
	font-size: 12px;
	color: #333333;
	text-shadow: 0px 0px 0px;
	text-align: center;
	padding: 2px;
}
#flickrtop {
	height: 24px;
	line-height: 24px;
}

#geotop {
	height: 24px;
	line-height: 24px;
}
#gps_pos {
	text-align: center;
}

#formActions {
	line-height: 20px;
}
#formActions .button {
	height: 20px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #5599BB;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
}

#submitButton {
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
}

.icon {
	width: 24px;
	height: 24px;
	margin-right: 10px;
	float: left;
}

.fieldTitle {
	margin-top: 10px;
	font-size: 13px;
	color: #DDDDDD;
	font-weight: bold;
}
.field {
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #FFFFFF;
	padding: 2px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
}
.field SELECT, .field INPUT, .field TEXTAREA {
	width: 100%;
}


A.logout {
	font-size: 12px;
	float: right;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #5599BB;
	text-decoration: none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
}
A.logout:hover {
	background-color: #FFB9B9;
	color: #333333;
	text-shadow: 1px 1px 0px #CCCCCC;
}

#bottom {
	margin-top: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	/* border-top: 1px solid #CCCCCC; */
	color: #CCCCCC;
	text-align: center;
	font-size: 10px;
}
#bottom P {
	margin-bottom: 5px;
}
#bottom A {
	color: #CCCCCC;
}
#bottom #bottomlinks A {
	color: #FFFFFF;
	font-size: 12px;
	margin-left: 10px;
	margin-right: 10px;
}
