/* @override http://localhost:8000/static/css/tmt.css */

/* Track My Tour, main styles sheet */

/* ////////////////////////////////////////////////////  GLOBAL STYLES */

body {
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
}

p {	
	font-size: 1em; /* 16px */ 
	line-height: 1.3em; /* 24px */ 
	margin: 0px; 
	padding: 8px 16px;
}

a {
	text-decoration: none; 
	color: #0e5784;
}

a:hover {
	text-decoration:underline;
}


#mymaps ul {
	padding-top: 8px;
	padding-left: 16px;
}

#mymaps li {
	padding-bottom: 8px;
}

h1 {
	/*font-size: 150%;
	font-style: italic;*/
	font-size: 1.5em; /* 24px */ 
	line-height: 1em; /* 24px */ 
	margin-top: 0em; 
	margin-bottom: 0em; 
	color: #0e5784;
	font-weight: bold;
}

h2 {
	font-size: 1.15em; /* 20px */ 
	line-height: 1.2em; /* 24px */ 
	margin-top: 1.2em; 
	margin-bottom: 0em; 
}
	
h2 a {
	color:  #000;
}

h3 {
	font-size: 1.125em; /* 18px */ 
	line-height: 1.3333em; /* 24px */ 
	margin-top: 0; 
	margin-bottom: 0em; 
	color: #0E5784;
	font-weight:  normal;
	background: #add5ea url(/static/images/light_blue_bg.jpg) repeat-x top left;
	padding: 8px 16px;
}

h4 {
	padding: 16px 16px 8px;
	font-size: 1.125em;
}

th, td {
	text-align: left;
	padding: 8px;
	font-size: smaller;
	line-height: 1.1;
	vertical-align: middle;
}

th {
	background-color: #e0e0e0;
	vertical-align: bottom;
	font-size: 0.875em;
	border-bottom: 1px solid #9ebfd2;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}
	
/* ////////////////////////////////////////////////////  HEADER */

#header {
	height: 109px;
	background: url(/static/images/header-bg.gif) repeat-x bottom;
}

#header ul { /*, #updates ul, #comments ul { */
	padding-top: 0px;
	padding-left: 0px;
}

#header ul li {
	padding-bottom: 0px;
}

/* ////////////////////////////////////////////////////  NAVIGATION */	
#header ul.navigation li {
	display: inline;	
}

#header ul.navigation li a {
	float:left;
	color:#FFF;
	padding: 8px 16px 8px 0;
	text-decoration: none;
	text-transform: uppercase;
}

/*
#header ul.navigation li a:hover {
	
}

body.splash li#nav-splash a,
body.addtrack li#nav-maps a,
body.edittrack li#nav-maps a,
body.listwaypoints li#nav-maps a,
body.addwaypoint li#nav-maps a,
body.tutorial li#nav-tutorial a,
body.settings li#nav-settings a {

}
*/	

/* ////////////////////////////////////////////////////  SPLASH LOGO OF IPHONE */
#banner-block {
	position: relative;
	height: 319px;
	padding-left: 59px;
	padding-top: 24px;
	border-bottom-style: none;
}
	
#banner-block p {
	color: #737373;
}
	
#banner-block .iphone {
	position: absolute;
	top: 55px;
	right: 45px;	
}

/* ////////////////////////////////////////////////////  MAIN CONTENT */
#main{
	margin-top: 10px;
}

#features {
	color: #404040;
}
#features ul {
	padding-left: 16px;
}

#features li {
	padding-top: .5em;
	line-height: 130%;
}

/* ////////////////////////////////////////////////////  CURRENTLY ON TOUR */
#splash-tabs {
	background: #e0eff4 url(../images/recent-bg.gif) repeat-x 0 top;
	border-top-style: none;
	min-height:  550px;
}

#splash-tabs ul {
       list-style-type: disc;
}

#splash-tabs > div {
	padding: 1em 59px;
}

#splash-tabs p {
	padding-right: 0;
	padding-left: 0;
}

#recent div {
	margin-top: 10px;
	margin-left: 10px;
}

#recent h2 {
	margin-top: 0;
}

#recent ul {
	margin: 10px 0px 0px 0px;
	padding: 0;
	list-style-type: none;
}

#recent li {
	padding-left: 55px;
}

/*
#recent div.button {	
	text-align: right;
	padding: 1em 0 0 0;
}
*/
	
#recent p.description {
	margin: 0;
	padding: 4px 0px;
}

#recent p.user {
	color: #666;
	font-style: italic;
	font-size: 0.875em;
	margin-top: 0em; 
	margin-bottom: 1em;
	padding: 0px;
}

/*
#recent {
	background: #e0eff4 url(../images/recent-bg.gif) repeat-x 0 top;
	border-top-style: none;
	padding: 1em 2em;
}

#recent div {
	margin-top: 10px;
	margin-left: 10px;
}

#recent h2 {
	margin-top: 0;
}

#recent ul {
	margin: 10px 0px 0px 0px;
	padding: 0;
	list-style-type: none;
}

#recent li {
	padding-left: 55px;
}

#recent div.button {	
	text-align: right;
	padding: 1em 0 0 0;
}
	
#recent p.description {
	margin: 0;
	padding: 4px 0px;
}

#recent p.user {
	color: #666;
	font-style: italic;
	font-size: 0.875em;
	margin-top: 0em; 
	margin-bottom: 1em;
	padding: 0px;
}
*/


div.panes > div {
	border: 1px solid #9ebfd2;
	padding-bottom: .8em;
}

div.panes > div.signupform {
	border-bottom: none;
}
	
div.signupform p, div.contact p {
	padding: .5em 1em;
	margin: 0;		
}


	
/* ////////////////////////////////////////////////////  TABLES */
tr.row1 {
	background-color: #FFFFFF;
	border-bottom: 1px dotted #9ebfd2;
}

tr.row2 {
	background-color: #FFFFFF;
	border-bottom: 1px dotted #9ebfd2;
}

tr.row1:last-child {
	background-color: #FFFFFF;
	border-bottom: none;
}

tr.row2:last-child {
	background-color: #FFFFFF;
	border-bottom: none;
}


/* ////////////////////////////////////////////////////  FORMS */

form {
    /*margin: .8em;*/
}

form label {
	display: block;
	color: #0e5784;
	line-height: 1.2;
}

/*
form p {
	padding: 0 16px 8px 16px;
}
*/

form p.error label {
	color: red;
}
	
form input {
	border:  1px solid #9cbed3;
	font-size: 12px;
	padding: .4em .2em;
}

form ul {
	padding: 8px 16px 0 16px;
}

form li {
	padding-bottom: 10px;
}

/* for the buttons */	
form input.img {
	border: none;
	padding: 0;
	margin: 0;
	width: 47px;
	height: 34px;
	vertical-align: middle;
}

.statusmessage {
	background-color: #E6EFC2;
	border: 2px solid #C6D880;
	color:#264409;
	padding: 5px;
	margin: 8px;
}

.errormessage {
	background-color: #FBE3E4;
	border: 2px solid #FBC2C4;
	color: #8a1f11;
	padding: 5px;
	margin: 8px;
}


ul.errorlist {
	margin: 0;
	padding: 0;
}

ul.errorlist li {
	background-color: #FBE3E4;
	border: 2px solid #FBC2C4;
	color: #8a1f11;
	padding: 5px;
	margin: 0;
}

 



/* ////////////////////////////////////////////////////  TWITTER */
#tweets ul {
	line-height: 1.4em; 
	padding: 8px 16px;
}

#tweets li {
	padding: .5em 0;/*padding:16px;*/
	border-bottom: 1px dotted #ccc;
	font-size: 90%;
	line-height: 130%;
}
	
#tweets li:last-child{
	border-bottom: none;
}

#tweets small {
	font-style: italic;
	font-size: 85%;
	color: #909090;
	display: block;
}

#tweets .hash, #tweets .reply { 
	color:#0066CC;
}
	

/* ////////////////////////////////////////////////////  HELPERS */
.width100 { width: 100%; }
.floatLeft  { float: left; }
.floatRight { float: right; }
.alignLeft  { text-align: left; }
.alignRight { text-align: right; }
.alignCenter { text-align: center; }
.clearall { clear: both; }
.redText { color: maroon; }
.greenText { color: green; }
.faint {
	font-size: .85em;
	color: #555;
}


/* ////////////////////////////////////////////////////  FOOTER */
#footer {
	clear: both; 
	height: 105px;
	background: url(/static/images/footer-bg.gif) repeat-x top;
}

#footer .contact {
	background: url(/static/images/contact-bg.gif) repeat-x top;
}

#footer h3 {
	font-size: 1.125em; /* 18px */ 
	line-height: 1.3333em; /* 24px */ 
	margin-top: 0px; 
	margin-bottom: 0px; 
	color: #0E5784;
	padding: .4em .8em;
	font-weight:  normal;
	background: none;
}

#footer p {
	font-size: 0.875em; /* 14px */ 
	line-height: 1.7143em; /* 24px */ 
	padding: .5em 1em;
	margin: 0px; 
}

#footer p.logo {
	padding-left: 0;
}
