/*
Theme Name: Borobound
Theme URI: http://borobound.com/
Description: Theme for borobound.com. It's beautiful
Version: 0.1b
Author: Jonathan Wegener and Benny Wong
Author URI: http://borobound.com/
Tags: blue, custom header, fixed width, two columns, widgets

*/


* { padding: 0; margin: 0; }

body {
  font-family: Verdana, Arial, "MS Trebuchet", sans-serif;
  font-size: 14px;
}

#logo {
  text-indent: -1000px;
  height: 180px;
  /* background: #99eeff url(../images/borobound.png) top center no-repeat; */
  background: #6b84b8 url(images/borobound.png) top center no-repeat;
  margin: auto;
  border-bottom: 10px solid #cb9;
}

#content {
  clear: both;
}

#navigation {
  margin: -35px auto 10px auto;
  width: 650px;
}

#navigation ul {
  margin: auto;
  list-style-type: none;
}

#navigation ul li {
  float: left;
  padding: 5px 10px;
  background-color: #fff;
  margin: 2px;
  font-weight: bold;
  	variant: small-caps;
  border-top: 2px solid #cb9;
  border-left: 2px solid #cb9;
  border-right: 2px solid #cb9;
}

#navigation ul li #borobound-link {
  color: #900;
  font-size: 16px;
}

#content {
  width: 750px;
  margin: auto;
  padding: 20px;
  margin-top:40px; 
  border: 0px solid #48d2dc;
}


#content #sign-up {
  width: 300px;
  float: right;
  padding: 10px 0px 10px 15px;
 margin-left: 10px;
  background-color: #e0e0e0;
  border: 3px solid #990000;
color:#4e4e4e;
}


#content #sign-up h2 {
	font-size:26px;
	letter-spacing: -.04em;
		color:black;
	font-weight:400;
	  font-family: Georgia, "Times New Roman", serif;
}



#content #sign-up h3 {
	font-size:14px;
}



#content #sign-up h4 {
	font-size:12px;
}

#content #sign-up #email-field {
  font-size: 18px;
  padding: 5px;
  margin: auto;
  width: 250px;
}

#content #sign-up #zipcode-field {
  font-size: 18px;
  padding: 5px;
  margin: auto;
  width: 100px;
}

#content #sign-up .checkbox {
  font-size: 20px;
  padding: 10px;
  margin: auto;
  width: 100px;
}

#content #sign-up #submit {
  padding: 10px;
  margin: auto;
  width: 280px;
  height: 45px;
background-color: #9f473e; font-weight: bold; font-size: 18px; color: white; font-family:;
}


a {
  color: #2a4b8c;
  text-decoration: none;
}

p {
  margin-bottom: 15px;
  line-height: 1.6em;
}


#headline
{
  font-size: 30px;
  font-family: Georgia, "Times New Roman", serif;
color: #990000;
margin-bottom: 20px;
}


#linksatbottom
{
position: relative;  bottom: 0px; 
	  width: 100%;
	padding-top: 8px;
	padding-bottom: 10px;

	background-color: #cb9;
}


#linksatbottom a
{
	display: inline;
	padding:10px;
	font-weight: bold;

}

.hilite {
  background-color: #e0e0e0; 
}

