/* default css */

* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	border: 0px solid;
}

body {
	margin: 0;
	padding: 0;
	font: 10px/17px Monaco, Geneva, Verdana, Courier New, monospaced;
	color: #00;
  background: #fff url(images/background.gif) repeat-y 636px 0;
}

a {
  color: #000;
  text-decoration: underline;
  -webkit-transition: color 0.3s ease-out;
}

a:hover {
  color: #000;
}


a:link img,
a:visited img {
	border: none;
	padding: 0;
}

embed,
object {
	display: block;
}

/* basic site typography */

a {
	outline: none;
	text-decoration: none;
	color: #858585;
	text-decoration: underline;
}

a:hover {
}

p {
	margin: 0 0 1em 0;
}

ol, ul {
}

li {
	list-style: none;
}

h1,
h2 {
  margin-bottom: 200px;
  height: 30px;
  padding-top: 15px;
  text-indent: -100em;
}

h1 {
  background: #fff url(images/swarm.gif) no-repeat top left;
}

h2 {
  background: transparent url(images/comments.png) no-repeat 0px 15px;
  border-top: 1px solid #000; 
  padding-bottom: 15px;
  margin-top: 35px;
}

h3 {
  text-indent: -100em;
  height: 30px;
  margin-bottom: 15px;
}

h3.thursday {
  background: #fff url(images/thursday.gif) no-repeat top left;  
}

h3.friday {
  background: #fff url(images/friday.gif) no-repeat top left;  
}

h3.thoughts {
  background: transparent url(images/thoughts.png) no-repeat bottom left;
}

h4 {
  text-indent: -1000em;
  overflow: hidden;
  height: 16px;
  margin-bottom: 16px;
}

#about h4 {
  background: transparent url(images/what-is-swarm.png) no-repeat bottom left;
}

#help h4 {
  background: transparent url(images/be-part-of-swarm.png) no-repeat bottom left;
}

.mapLink {
  margin-top: .5em;
}

a.showMap,
a#closeMap {
  color: #24b7ea;
  background: #fff;
}

a#closeMap {
  font: 15px/1.1em "times new roman", times, georgia, serif;
  letter-spacing: normal;
  color: #24b7ea;
  font-style: italic;
  display: block;
  padding: .5em .5em;
}



a.showMap:hover,
a#closeMap:hover {
  color: #000;
}

a.extended {
  font-style: normal !important;
  letter-spacing: .15em;
  text-decoration: none;
}

/* layout */

#container {
  width: 1000px;
  margin: 0 35px 0 35px;
  position: relative;
  overflow: hidden;
}

#content,
#sidebar {
  padding: 15px 0 100px 0;
  float: left;
}

#content {
  width: 567px;
  margin-right: 55px;
  letter-spacing: 1px;
  border-top: 1px solid #000;
    border-top: 1px dotted #ccc;
  margin-top: 35px;
}

#sidebar {
  width: 315px;
  margin-top: -35px;
  padding: 35px 15px 100px 15px;
  font: 17px/1.2em "times new roman", times, georgia, serif;
  color: #6E6E6E;
}

.box {
  font: 17px/1em "times new roman", times, georgia, serif;
  background: transparent url(images/yellow.png) repeat top left;
  width: 260px;
  padding: 12px 15px;
  position: absolute;
  top: -2000px;
  left: -2000px;
  cursor: move;
}

.col {
  width: 265px;
  float: left;
  margin-right: 35px;
  
}

.col.last {
  margin-right: 0;
}

#questions { 
  position: absolute;
  left: 0;
  top: 85px;
  width: 270px;
  font: 15px/1.1em "times new roman", times, georgia, serif;
  letter-spacing: normal;
}

#questions a  {
  color: #24b7ea;
  font-style: italic;
}

#questions p {
  margin-bottom: .5em;
}

#questions a:hover {
  color: #000;
}

#overlay {
  opacity: 0;
  position: absolute;
  top:0;
  left:0px;
  width:100%;
  height:100%;
}


/* sidebar */

#sidebar li {
  background: white;
  margin-bottom: 15px;
  display: block;
  padding: 2px 5px;
  margin-left: -6px;
  
}

#sidebar a {
  color: #6E6E6E;
}

#sidebar a:hover {
  color: #000;
}

#sidebar .created_at {
  font: 10px/17px Monaco, Geneva, Verdana, Courier New, monospaced;
  white-space: nowrap;
}

#sidebar #post-comment {
  color: black;
  margin-top: 1.5em;
  padding-top: 1em;
  border-top: 1px dotted #000;
}

#post-comment a {
  color: black;
}

#post-comment a:hover {
  color: #24b7ea;
}


/* tweets */

.col li {
  margin-bottom: 1em;
  padding: 0 0 1em 0;
  border-bottom: 1px dotted #ccc;
}

.col .orgs {
  margin-bottom: 1em;
  border-bottom: 1px dotted #ccc;
  width: 300px;
  padding-bottom: 3em;
  border-right: 1px solid #fff;
}

.col.last .orgs {
  width: 265px;
}

.col .orgs li {
  margin-bottom: 0;
  border: none;
  padding: 0 0;
}

.col .events a {
  color: #000;
}

.col .events a.org {
  display: block;
}

.col .events a:hover {
  color: #24b7ea !important;
}

.col .events .location {
  display: block;
  color: #B3B3B3;
}

.col .events .location a {
  display: inline;
  color: #B3B3B3;
}


/* boxes */

.box p {
  margin-bottom: .5em;
}

.box a {
  color: #000;
  -webkit-transition: text-decoration 0.3s ease-out;
}

.box a:hover {
  color: #000;
}

.box .close {
  text-decoration: underline;
  cursor: pointer;
  display: block;
  text-align: right;
}

