body {
	margin: 24px;
	color: #ddd;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 20px; /* Baseline grid of 20px */
	background: #333333 url(/images/bodyBg.png) repeat-x scroll 0 0;
}

strong, em, b, i {
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

div.wrapper {
	margin: 0 auto;
	width: 800px;
}

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

a:hover,
a:focus {
	text-decoration: underline;
	outline: none;
	color: #ffcc00;
}

a:active {
	color: #ED5615; 
	text-decoration: none;
}

h3 {
	background-color: #ff6600;	
	font-size: 1.4em;
}

.header {
	width:900px;
	height:75px;
	clear:both;
	margin:0 0 24px 0;
}
	
.header .logo a {
	background-image: url(/images/logo_complete_300x75.png);
	background-repeat: no-repeat;
	text-indent: -3000px;
	height: 75px;
	width: 300px;
	float: left;
}

.header .menu {
	display:block;
	float:left;
	padding:12px 0 0 24px;
	width:252px;
}

.header .menu li a {
	display:block;
	height:18px;
	background-position:center left;
	padding-left:24px;
	background-repeat:no-repeat;
}

.header .slogan {
	display:block;
	width:276px;
	font-size: 15px;
	float: left;
	padding-left: 24px;
	padding-top: 12px;
	font-weight:bold;
	line-height:17px;
}

/***** Startuper ******/

#startupers-filters {
	width: 100%;
	height: 40px;
	margin-top: 30px;
	margin-bottom: 10px;
	clear:both;
}

#startuper-filters-navigation {
	height: 40px;
	width: 500px;
	clear: both;
}

#startuper-filters-search {
	width: 400px;
	height: 40px;
	clear: both;
}

ul#startuper-filters-navigation {
	list-style: none;
}

li.startuper-filters {
	width: 77px;
	display: block;
	float: left;
	text-align: center;
	margin-left: 10px;
}

li.startuper-filters a {
	color: #ddd;
}

#startupers-list-wrapper {
	margin-top: 20px;
	padding-left: 15px;
}

.startuper-listing {
	clear: both;
	width: 600px;
	height: 110px;
	margin-bottom: 10px;
}

.startuper-gravatar {
	height: 70px;
	width: 60px;
	padding: 0px 0;
}

.startuper-card {
	width: 500px;
}

h3.startuper-name {
	padding-left: 3px;
	width: 300px;
}

h3.startuper-name a {
	color: #ddd;
}

.startuper-activity {
	padding: 3px;
	font-size: .9em;
}

.startuper-links {
	padding: 3px;
	font-size: 1em;
}

.company {
	background-color: #3875d7;	
}
.person {
	background-color: #ff6600;	
}
.project {
	background-color: green;
}
.all {
	background-color: gray;	
}



/***** end Startuper *****/

div#map_div.show {
	float: none;
	border: 1px solid #ddd;
	color: black;
}

#map_div {
	width:600px;
	height:450px;
	float:left;
	border: 1px solid #ddd;
	color: black;
}

.filters {
	float:left;
	overflow: hidden;
	padding:0 0 0 24px;
	width:160px;
}
.filters h4 {
	font-weight:bold;
}
.filters ul {
	margin:0 0 12px 0;
}
.filters ul a {
	display:block;
	padding:0 0 0 24px;
	background-repeat:no-repeat;
	background-position:center left;
}
.filters ul a:hover {
	background-image:url(/images/icons/magnifier.png);
}
form p {
	clear:left;
}
form p label {
	line-height:18px;
	float:left;
	display:block;
	width:300px;
	padding:0 24px 24px 0;
	text-align:right;
}
form p label .desc {
	display:block;
	color:#666;
	font-size:11px;
	line-height:15px;
}
form p input, form p textarea, form p select {
	float:left;
	margin:0 0 6px 0;
}

.info_window {
	color: black;
}

.errorExplanation {
	color: red;
	border: 1px solid red;
	padding: 1em;
	margin-bottom: 8px;
}

.errorExplanation h2 {
	font-size: 1.5em;
}

.errorExplanation ul li {
	margin-left: 1.2em;
	list-style: circle;
}

.fieldWithErrors {
	border: 1px solid red;
}

.page_title {
	margin-bottom: 0.4em;
	font-size: 2em;
}

.changed {
	border: 1px solid red;
	
}

.right {
	float: right;
}

.left {
	float: left;
}