/*------------------------------------------------------------------------
=Default
------------------------------------------------------------------------*/

body {
  width:100%;
  margin: 0;
  padding:0;
  background: url(/images/top_bg_gradient_clouds.png) repeat-x center 0 fixed;
  color: #000;
  font: 10px Helvetica, Arial, sans-serif;
  line-height:10px;
}

body.admin {
  width:100%;
  margin: 0;
  background: url(/images/top_bg_gradient_clouds.png) repeat-x center 0 fixed;
  color: #000;
  font: 10px Helvetica, Arial, sans-serif;
  line-height:10px;
}

/*------------------------------------------------------------------------
=Global Nav
------------------------------------------------------------------------*/

#global_nav {
  background: #45505D;
  border-bottom: #222 2px solid;
  text-align: right;
}

#global_nav p {
  color: #fff;
  font-size: 13px;
  width: 850px;
  margin: 0 auto;
  padding: 8px 0 7px 0;
}

#global_nav a {
  color: #efefef;
}

#global_nav img {
  vertical-align: bottom;
  position: relative;
  top: 2px;
}

/*------------------------------------------------------------------------
=Flash Messages
------------------------------------------------------------------------*/

#flash {
  padding: 8px;
  margin-bottom: 18px;
}

#flash p {
  margin-bottom: 0;
}

#flash p a.action {
  float: right;
}

#flash .error {
  background: #fcc;
  border: 1px solid #f00;
}

#flash .notice {
  background: #fee37a;
  border: 1px solid #fd9b5b;
}

#flash .message {
  background: #cbf285;
  border: 1px solid #3cab09;
}

/*------------------------------------------------------------------------
=Topics
------------------------------------------------------------------------*/

ul#ideas {
  list-style-type: none;
}

ul#ideas li {
  float: left;
  padding: 2px 10px;
  background: url(/images/idea_box_bg.png) repeat;
  color: #45505D;
  margin: 4px;
  padding: 30px;
  text-align: left;
  font-size: 2.0em;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #e7f1fb;
  border-top: 2px solid #e7f1fb;
  border-bottom: 1px solid #c6ddfa;
  border-right: 1px solid #c6ddfa;
  line-height: 1.2em;
}

/*------------------------------------------------------------------------
=Form Classes
------------------------------------------------------------------------*/


div#primary_content form input{
  font-size:1.8em;
  color:#182843;
  display:block;
  margin:0 auto;
  border: 1px solid #ddd;
  padding: 10px 13px;
}

div#primary_content div#topic_cloud form{
  padding-top:95px;
}

div#primary_content div#topic_cloud form input{
  width:350px;
  height:40px;
  padding:6px;
}

div#primary_content div#topic_cloud form input.topic_submit{
  background:#6796cf;
  cursor:pointer;
  display:block;
  margin-top:5px;
  margin-right:65px;
  float:right;
  width:55px;
  height:22px;
  border:none;
  color:#fff;
  padding:0 0 3px 0;
  font-size:1.4em;
  font-weight:bold;
}

div#primary_content div#topic_cloud form input.topic_submit:hover{
  background:#27517f;
}

div#primary_content div#idea_drops form{
  margin-top:40px;
  position: relative;
  text-align: left;
}

div#primary_content div#idea_drops form label {
  text-indent: -999px;
  background: url(/images/label_idea.png) left top no-repeat;
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 70px;
  height: 43px;
  z-index: 200;
}

div#primary_content div#idea_drops form input{
  background: url(/images/idea_input_bg.png) repeat-x;
  width: 416px;
  font-size: 1.8em;
  color: #777;
  padding: 6px;
  text-align: center;
  position: relative;
}

div#primary_content div#idea_drops form input.idea_submit{
  background: url(/images/button_add.png) left top no-repeat;
  text-indent: -999px;
  cursor:pointer;
  width:63px;
  height:43px;
  border:none;
  position: absolute;
  right: 0px;
  bottom: -3px;
}

div#primary_content div#idea_drops form input.idea_submit:hover{
  background: url(/images/button_add-hover.png) left top no-repeat;

}

div#primary_content div#home form{
  margin-top: 30px;
}

div#primary_content div#home form input{
  width: 440px;
  margin: 0 auto;
  display: inline;
  padding: 10px 15px;
  text-align: center;
  font-size: 2em;
}

div#primary_content div#home form label{
  color:#555;
  font-size:2.0em;
  display:block;
  margin:30px 0 10px 0;
}

div#primary_content div#home form input.start_brainstorm {
  display: block;
  background: url(/images/button_start.png) no-repeat center top;
  width: 220px;
  border: none;
  height: 68px;
  margin-top: 15px;
  text-indent: -999px;
  cursor: pointer;
}

div#primary_content div#home form input.start_brainstorm:hover {
  background: url(/images/button_start-hover.png) no-repeat center top;
}


/*------------------------------------------------------------------------
=List Classes
------------------------------------------------------------------------*/

/*div#primary_content ul li  {
  list-style:square;
  padding-bottom:5px;
}

div#primary_content ul li p {
  font-size:1.4em;
}*/


/*------------------------------------------------------------------------
=Structure
------------------------------------------------------------------------*/
div.clear {
  clear: both;
}

div#wrapper {
  width: 100%;
  background: none;
  margin: 0 auto;
}

div#user_nav{
  width:100%;
  margin:0 0 20px 0;
  padding:5px;
  height:20px;
  font-size: 1.4em;
  text-align:center;
}

div#user_nav p{
  margin:2px;
  padding:2px;
}

div#primary_content{
  width: 100%
}

div#home{
  width:850px;
  margin:0 auto;
  text-align:center;
  padding-top:45px;
}

div#about{
  width:850px;
  margin:0 auto;
  text-align:center;
  padding-top:45px;
}

div#topic_cloud{
  width:480px;
  height:220px;
  background:url(/images/topic_cloud_bg.png) no-repeat;
  margin: 20px auto 0 auto;
  text-align:center;
}

div#idea_drops{
  width:540px;
  height:190px;
  background:url(/images/idea_drops_bg.png) 25px 20px no-repeat;
  margin: -40px auto 0 auto;
  overflow: visible;
  padding-top: 40px;

}

div#idea_ocean{
  width:100%;
  margin:30px 0 -30px 0;
  background-color: #0e396a;
}

div#ideas_wrapper{
  position: relative;
  top: -30px;
  margin-top:50px;
  padding: 50px 0 30px 0;
  margin:0 auto;
  text-align:center;
  background: url(/images/idea_ocean_bg.png) repeat-x;
}

div#primary_content div#recent_topics {
  width:700px;
  margin: 0 auto;
}

div#footer{
  width:100%;
  text-align:center;
  font-size:1.5em;
  margin: 0;
  color:#45505d;
  padding-top:25px;
}

div#footer span{
  font-weight:bold;
}

div#floating_footer {
  background-color: #45505D;
  border-top: 2px solid #333;
  height: 50px;
  text-align: center;
  font-size: 2.0em;
  color: white;
  width: 100%;
  left: 0px;
  bottom: 0px;
}

div#floating_footer.fixed {
  position: fixed;
}

div#floating_footer form label {
  font-size: .8em;
  font-weight: bold;
  padding: 0 5px 0 100px;
}

div#floating_footer form input {
  font-size: .8em;
  width: 380px;
  display: inline;
  padding: 5px 7px;
  background: #ddd;
}

/*------------------------------------------------------------------------
=Typography
------------------------------------------------------------------------*/


h1{
  line-height:1.6em;
  font-size:3.7em;
  text-spacing: -0.02em;
  color:#45505d;
}

#home h1 {
  position: absolute;
  top: 150px;
  text-align: center;
  width: 850px;
}

#home img.logo {
  margin-bottom: 20px;
}

h2{
  padding: 100px 30px 0 30px;
  line-height:1.1em;
  font-size:2.5em;
  text-spacing: -0.02em;
  color:#45505d;
  margin:0;
}

h3{
  font-size:2.5em;
  text-spacing: -0.02em;
  color:#45505d;
  margin-bottom:35px;
}

h3#form_error {
  font-size:2.5em;
  text-spacing: -0.02em;
  color:#ff505d;
  margin-bottom:35px;
}


p {
  font-size:1.0em;
  margin-bottom: 18px;
  color:#555;
}

p.message{
  color:#444;
  font-size:1.1em;
  line-height:1.6em;
}

p.no_ideas {
  color:#fff;
  font-size:2.0em;
}

div#home p{
  font-size:2.0em;
  line-height:1.6em;
  margin: 0 0 9px 0;
}


div#about p{
  font-size:1.6em;
  line-height:1.6em;
  margin: 0 0 9px 0;
}


p.highlight {
  font-weight: bold;
  color: #000;
}

a {
  color:#27517f;
}

a:hover {
  color:#000;
}

.hidden {
  display: none;
}

span.twitter {
  background: url(/images/Twitter-16x16.png) no-repeat;
  padding-left: 20px;
  padding-bottom: 0;
}