body {
	margin: 0px;
	font-family: Lucida, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;	
}
form { margin: 0px 0px 0px 0px; }
abbr { border:none; }

a {
	text-decoration: none;
	color: #13399f;
}

a:hover {
	text-decoration:underline;
}

#wrap {
	margin: 20px 0 20px 0;
	width: 960px;
	text-align: left;
}

#header {
	position: absolute;
	top: 0px;
	color: #fff;
	width: 345px;
	height: 228px;
	background: url('/images/logo.gif');
}

#header a {
	color: #fff;
	text-decoration: none;
}

.blue {
	
}

.grey {
	background-color: #f0f0f0;
}

.count {
	font-size: 30px;
	font-family: Arial;
	font-weight: bold;
}
.user_count {
	padding-top: 8px;
}
.tag_count {
	font-size: 12px;
	color: #999;
}
.tag_nav {
	margin-bottom: 3px;
}
.nav_selected {
	background-color: #ddd;
}


.magnifier_wrap {
	background-color: #fff;
	border: solid 2px #ccc;
	width: 200px;
}
.magnifier_wrap input {
	border: 0px;
	font-size: 14px;
	padding: 0px 0px 0px 2px;
}
.magnifier_image {
	position: relative;
	top: 3px;
	left: 4px;
}
#search_box {
	width: 170px;
	border: 0px;
}

/* form spacing */
#tweet_box {
	margin: -35px 0px 20px 364px;
	padding: 15px 10px 15px 10px;
	width: 565px;
	background-color: #D7F1D2;
	overflow: hidden;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px; 
}
#user_tweet_text {
	padding: 4px 5px 5px 5px;
	width: 523px;	
	height: 43px;
	margin-top: 0px;
	border: solid 3px #A9C1A4;
	font-size: 18px;
	font-family: Lucida, Arial, Helvetica, sans-serif;
}
#user_tweet_textDown {
	text-align: right;
	font-size: 20px;
	color: #999;	
}
#user_submit {
	font-size: 15px;
}
.join_header {
	float: left;
	font-size: 18px;
	font-weight: bold;
	background: #D7F1D2 url('/images/green_grad.gif') repeat-y;
	color: #FFF;
	padding: 2px 2px 2px 5px;
}
/* end form spacing */

.loggedin {
}
.loggedin_image {
	width: 73px;
	height: 73px;
	float: left;
	padding-right: 15px;
}
.user_image {
	width: 73px;
	height: 73px;
	float: left;
	padding-right: 8px;
}
.user {
}
.user_bio {
	font-size: 13px;
	margin-top: 3px;
}
.user_title {
	font-size: 14px;
}
.user_stats {
	font-size: 13px;
	color: #999;
	margin-top: 3px;
}
.user_mentor {
	font-size: 13px;
	margin-top: 3px;
}

/* flash messages */
.flash {
	padding-bottom: 15px;
}
.flash_error {
  background-color: #bf2323;
  color: #FAEC0F;
}
.flash_warning {
  background-color: #FAEC0F;
  color: #000;
}
.flash_notice {
  background-color: #138a21;
  color: #fff;
  z-index:105;
  text-align: center;
  font-weight:bold;
  padding: 5px 0px 4px 0px;
}
.flash_error, .flash_warning {
  z-index:105;
  text-align: center;
  font-weight:bold;
  padding: 5px 0px 4px 0px;
}
.flash_error span, .flash_warning span, .flash_notice span {
  text-align: center;
  width: 95%;
  line-height: 1em;
}
.flash_warning a:link, .flash_warning a:active, .flash_warning a:visited {
  white-space: nowrap;
  margin: -1px 10px 0px 15px;
  text-decoration:none;
  font-size: 12px;
}
.flash_notice a:hover {
  text-decoration: underline;
}
.flash_error a:link, .flash_error a:active, .flash_error a:visited {
  white-space: nowrap;
  margin: -1px 10px 0px 15px;
  text-decoration:none;
  font-size: 12px;
  color: #fff;
}
.flash_error a:hover {
  text-decoration: underline;
}
.flash_notice a:link, .flash_notice a:active, .flash_notice a:visited {
  white-space: nowrap;
  margin: -1px 10px 0px 15px;
  text-decoration:none;
  font-size: 12px;
  color: #FAEC0F;
}
.flash_success a:hover {
  text-decoration: underline;
}
.close_notify {
	float: right;
}
.close_notify a {
	color: #fff;
}
/* end flash messages */

/* begin css tabs */


ul#tabnav li { /* do not change */
	display: inline;
}

/* end css tabs */

#footer {
	margin: 30px 0px 0px;
	font-size: 14px;
}

.pagination .current {
	padding: 3px;
	font-weight: bold;
	background-color: #A9C1A4;
	color: #fff;
}