@import "reset.css";
@import "layout.css";

/* @override http://localhost:8000/media/gtd/css/style.css */

/*
/   
/   style.css
/   stylesheet for Dirt Circle GTD app
/   version 2.14.08 : Eric Meyer (eric@dirtcircle.com)
/    
*/

* {
	font-size: 100%;
}

body {
	font: 0.84em/1.5 Helvetica, Arial, sans-serif;
	color: #444; 
	background: #FFF;
}

a { 
	text-decoration: none;
	color: #425499;
}

a:hover { 
	color: #5066b8;
}

/* @group Header */

h1 { 
	text-transform: capitalize;
	font-weight: lighter;
	font-size: 1em;
	letter-spacing: .25em;
	background: #335246;
	color: #f7e3b0;
	text-align: left;
}

h1 a { 
	background: url(../img/trolley.gif) no-repeat;
	text-indent: -9999px;
}

#nav_main { 
	border-top: 30px solid #335246;
	background: #fed;
	border-bottom: 2px solid #82958e;
}

#nav_main li a { 
	text-transform: capitalize;
	color: #335246;
	border-left: 1px solid #335246;
}

#nav_main li a:hover { 
	color: #a5c2ff;
}

#nav_main li.active a,
#nav_main li.active a:hover { 
	color: #a5c2ff;
}

/* @end */

#content { 
	font-size: 120%;
}

#content h2 { 
	font-size: 150%;
	color: #335246;
}

#content h3 { 
	font-size: 130%;
	color: #335246;
}

#content a { 
	font-weight: bold;
}

/* @group User Info */

p#user_info { 
	color: #f7e3b0;
}

p#user_info a { 
	color: #788fe1;
}

p#user_info a:hover { 
	color: #829bf4;
}

/* @end */

/* @group Login | Logout */

.login form { 
	border: 1px solid #CCC; 
}

.login form h2 { 
	background: #EEE;
	border-bottom: 1px solid #DDD;
}

.logout #content { 
	border: 1px solid #CCC;
}

/* @end */

.error { 
	color: #ff4648; 
}

abbr { 
	color: #425499;
	border-bottom: thin dotted blue;
}

body.home #content h2 {
	background: url(../img/trolley2_small.jpg) no-repeat center;
	text-indent: -9999px;
	height: 160px;
	width: 435px;                       
	float: right;
	padding: 0px;
	margin: 2px 10px;
	border: thin solid gray;
}

#map { 
	border: thin solid gray;
	clear: right;
}

#map .marker { 
	font-size: 90%;
}

#map .marker h4 { 
	font-size: 110%;
}

#legend { 
	width: 500px;
	background: #fed;
	float: right;
	border: thin solid gray;
}

#legend li { 
	display: inline;
}

#legend #GoshenElkhart { 
	color: #0000aa;
}

#legend #Concord { 
	color: #ff0000;
}

#legend #NorthPointe { 
	color: #00ff00;
}

#footer { 
	font-size: 80%;
	border-top: thin solid gray;
	text-align: center;
}

#footer p { 
	width: 75%;
}

.comment .form p { 
	clear: left;
}
.comment .form p.sample { 
	font-style: italic;
	font-size: 80%;
	clear: right;
}

.required { 
	font-weight: bold;
}

input, select, textarea { 
	border: thin solid gray;
	background-color: #fed;
}

input:focus, select:focus, textarea:focus { 
	background-color: #def;
}

.comment .form img { 
	float: right;
	border: thin solid gray;
	margin: 10px;
}

.comment .form { 
	border: thin solid gray;
	padding: 12px;
}

.comment .form label { 
	font-weight: bold;
}

.left { 
	float: left;
	margin-right: 10px;
}

small { 
	font-size: 70%;
	font-style: italic;
}
