/*
 Palette
    Orange: #F8883E
    Yellow: #FCD242
    Green:  #2A9645
    Blue:   #10A2BA
    Red:    #BB010B
*/


/* Eric Meyer's Reset CSS @ http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	text-decoration: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* End Eric Meyer's Reset CSS */



.clear {
  clear: both;
}
.autowidth {
	width: auto !important;
}
a {
	color: #FCD242;
}
strong {
	font-weight: bold;
	display: inline;
}
body {
	background: #fff url('../images/pretty-bg.png') top center no-repeat;
	padding: 40px 0 0;
	text-align: center;
	color: #fff;
	font-family: Century Gothic, Helvetica, sans-serif;
}
p {
	margin: 0 0 .8em 0;
	line-height: 1.3em;
	letter-spacing: .5px;
}
#content {
	margin: 0 auto;
	width: 830px;
	text-align: left;
	min-height: 500px;
}
#header {
	height: 100px;
}
#logo {
	float: left;
	text-align: center;
	width: 600px;
}
#logo h1 a {
	background: url('../images/gt-logo.png') top left no-repeat;
	width: 316px;
	height: 90px;
	margin: 0 auto;
	text-indent: -9999px;
	display: block;
}
.block {
	background: url('../images/block-bg.png');
}
.intro {
	padding: 20px;
}
h2 {
	color: #F8883E;
	font-size: 150%;
	margin: 0 0 5px 0;
}
#search {
	padding: 20px;
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 8px;
}
#search-small {
	padding: 10px;
	margin-bottom: 3px;
}
#search-small p {
	margin: 0;
}
#search-options {
	margin-left: 380px;
	font-size: 75%;
	font-weight: normal;
}
#search-small #search-options {
	margin: 0;
	float: right;
	position: relative;
	top: -18px;
	width: 150px;
	padding: 0;
}
#search-small #ss-toggle {
	width: 150px;
	margin: 0;
	padding: 0;
}
#ss-toggle a {
	color: #fff;
	background: url('/images/dot-green.png') center left no-repeat;
	padding: 0 0 0 20px;
	width: 150px;
}
#search-small #ss-toggle a {
  background: url('/images/dot-green.png') center right no-repeat;
  padding: 0 20px 0 0;
}
#search-options li {
	display: inline;
	margin: 0 30px 0 0;
}
#explore a {
	color: #F8883E;
	text-decoration: underline;
}
#search input {
	font-size: 75%;
	padding: 3px;
	color: #11A3BC;
	width: 290px;
	margin: 0 0 0 15px;
}
#search-small input {
	width: 250px;
	color: #11A3BC;
}
.sign-up {
	color: #11A3BC;
	text-transform: uppercase;
	text-decoration: underline;
	font-size: 150%;
}
.sort-pop {
	color: #F8883E;
}
.sort-fresh {
	color:#FCD242;
}
#footer {
	text-align: left;
	margin: 50px 0;
}
#footer ul {
	border-bottom: solid 1px #FCD242;
	background: url('../images/gt-bottom-logo.png') left center no-repeat;
	background-position: 20px 5px;
	padding: 20px 0 5px 260px;
	font-size: 75%;
	font-weight: bold;
	display: block;
	width: 540px;
}
#footer ul li {
	display: inline;
	padding: 5px 0;
}
#footer ul li.last a {
	border-right: none;
	padding-right: 0;
}
#footer ul li a {
	text-transform: uppercase;
	color: #000;
	padding: 0 10px;
	border-right: solid 1px #FCD242;
}
hr {
	border: none;
}
.hr {
	border-top: solid 1px #000;
	height: 1px;
	margin: 0 0 8px 0;
}
#search-btn {
  background: #FCD242;
  padding: 4px 20px;
}
#search-small #search-btn {
	padding: 0px 15px 2px 15px;
	font-size: 90%;
}
.button {
	width: auto !important;
  font-family: Verdana, Verdana Bold, Sans-serif;
  font-weight: bold;
  text-align: center;
  padding: 4px 10px;
  font-size: 110%;
  border: none;
  color: #000 !important;
  background: #FCD242;
}
.input {
	border: 0;
	background: #171716;
	color: #fff;
	font-family: Century Gothic, Helvetica, sans-serif;
	font-size: 100%;
	width: 290px;
	padding: 5px
}


/****************************************************
 Login box and other account functions
*****************************************************/
#account-func {
  float: right;
  width: 230px;
}
#account-func ul {
  margin-top: 72px;
  height: 20px;
  padding: 5px 0 0;
  text-align: center;
  font-size: 12px;
}
#account-func ul li {
  display: inline;
}
#account-func ul li a {
  border-right: solid 1px #F8883E;
  padding: 0 5px;
}
#account-func ul li.last a {
  border-right: none;
}
#login {
  color: #FCD242;
}
#account-func .signup {
  color: #10A2BA;
}
#login-form-wrap {
  display: none;
  padding: 10px;
  height: 77px;
}
#login-btn {
  background: #F88E47;
  font-size: 80%;
  float: right;
  margin-top: 4px;
}
#login-label {
  height: 60px;
  display: block;
  float: left;
  color: #FCD242;
  font-size: 80%;
  width: 40px;
}
.login-input {
  width: 164px;
}
#user-tools .myhome {
	color: #11A3BC;
}
#user-tools .add-content {
	color: #2A9645;
}
#user-tools .last a {
	color: #FCD242;
}
#login-error {
	display: none;
	color: #F8883E;
	font-weight: bold;
	position: absolute;
	top: 84px;
	width: 230px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	vertical-align: middle;
	background: url('../images/block-bg.png');
}


/****************************************************
 Explore and Tag Cloud
*****************************************************/
#explore, .explore {
	padding: 20px;
	margin-bottom: 8px;
}
#tagcloud {
  margin: 10px 0 0;
	font-size: 20px;
	text-align: justify;
	line-height: 1.4em;
}
#tagcloud li {
	display: inline;
	margin: 0 5px;
	vertical-align: middle;
	height: auto;
}
#tagcloud a {
	text-decoration: none;
}
#tagcloud a.tagcloud0 { color: #F8883E; }
#tagcloud a.tagcloud1 { color: #FCD242; }
#tagcloud a.tagcloud2 { color: #10A2BA; }
#tagcloud a.tagcloud3 { color: #2A9645; }
.explore h2 {
	color: #fff;
}
h2 .subhead {
	font-size: 60%;
	font-weight: normal;
}
.results {
  padding: 20px 0;
  margin-bottom: 8px;
}
.results li {
  display: inline;
  height: 130px;
  float: left;
  margin-right: 15px;
}
.results li.nomargin {
	margin-right: 0;
}
.results li a img {
  border: solid 3px #fff;
}
.results li a:hover img {
  border-color: #11A3BC;
}
.smaller {
	font-size: 80%;
}
.smaller a {
	color: #2A9645;
}

/****************************************************
 Results List + Paging
*****************************************************/
#results {
  padding: 20px;
  margin-bottom: 8px;
}
#results-list {
	margin-top: 30px;
}
#results-list li {
  display: inline;
  height: 210px;
  float: left;
}
#results-list li.middle {
  margin: 0 20px;
}
#results-list li a img {
  border: solid 5px #fff;
}
#results-list li a:hover img {
  border-color: #11A3BC;
}
#results h2 {
  color: #fff;
  border-bottom: solid 1px #11A3BC;
  padding: 0 0 10px 0;
  margin: 0 0 5px 0;
}
#results h2 .alt {
  color: #11A3BC;
  font-size: 90%;
}
#search-sort {
	font-size: 70%;
	float: right;
}
.paging {
	font-size: 110%;
	padding: 20px 0 0 0;
	clear: both;
}
.paging a {
	color: #fff;
}
.paging-prev {
	width: 150px;
	display: block;
	float: left;
	color: #000;
}
.paging-list {
	width: 480px;
	float: left;
	text-align: center;
	display: block;
}
.paging-list a {
	color: #11A3BC;
}
.paging-list ol {
	margin: 0 auto;
}
.paging-list ol li {
	float: none;
	display: inline;
}
.paging-next {
	width: 150px;
  display: block;
  float: left;
  text-align: right;
  color: #000;
}
.paging-next a:hover, .paging-prev a:hover {
	color: #11A3BC;
}


/****************************************************
 Item Details Popup (edit and view)
*****************************************************/
.result-pop {
  background: url('../images/block-bg.png');
  padding: 10px;
  position: absolute;
  top: 100px;
  left: 100px;
  width: 250px;
  text-align: left;
  font-size: 80%;
}
.result-pop .avatar, .item .avatar {
  float: left;
  margin-right: 10px;
  padding: 0;
}
.result-pop .avatar img {
	border: solid 4px #fff;
}
.result-pop .upload-info p, .item .upload-info p {
  margin: .2em 0;
}
.upload-info {
	margin-left: 80px;
	min-height: 65px;
}
.result-pop a, #upload-confirm a {
  color: #11A3BC;
  text-decoration: none;
}
.result-pop a.subscribe {
  color: #FCD242;
  font-size: 120%;
}
.result-pop .hr {
  border-color: #fff;
  margin: 8px 0;
  clear: both;
}
.result-pop .hr hr {
	display: none;
}
.result-pop h2 {
  color: #fff;
  font-weight: bold;
}
.result-pop h3, .edit-pop h3 {
  font-size: 120%;
  font-weight: bold;
  margin-bottom: 5px;
}
.result-pop .flag a {
  color: #F8883E;
  font-weight:bold;
}
.launch {
  text-align: center;
}
.launch a {
  font-size: 150%;
  font-weight: bold;
}
.edit-pop a {
	color: #10A2BA;
}
.tags {
	font-size: 80%;
}
.rating {
  padding: 25px 0;
}
.rating li {
  display: inline;
  float: none;
  padding: 20px 0;
}
.rating li a {
  padding: 20px 10px 20px 50px;
  color: #fff;
  font-size: 120%;
}
.rate-up {
  background: url('../images/rate-up.png') left center no-repeat;
}
.rate-down {
  background: url('../images/rate-down.png') left center no-repeat;
}
.rating-block, .result-positive {
  padding: 5px;
  margin: 5px;
  border: dashed 1px #2A9645;
  color: #2A9645;
  font-weight: bold;
  display: none;
}
.close {
	text-align: center;
	padding: 0;
	margin: 0;
	font-size: 110%;
}
.close a, #upload-confirm .close a {
	color: #F8883E;
}
.result-negative {
  padding: 5px;
  margin: 5px;
  border: dashed 1px #F8883E;
  color: #F8883E;
  font-weight: bold;
  display: none;
}
.new_img {
	display: none;
}
.change-img-overlay {
  background: url('../images/block-bg.png');
  position: absolute;
  margin: -31px 0 0 30px;
  height: 25px;
  width: 240px;
  text-align: center;
  display: block;
  line-height: 25px;
  vertical-align: middle;
}
.change-img-overlay a {
	color: #FCD242;
}
.edit-item-overlay {
  background: url('../images/block-bg.png');
  position: absolute;
  margin: -29px 0 0 3px;
  height: 25px;
  width: 140px;
  text-align: center;
  display: block;
  line-height: 25px;
  vertical-align: middle;
}



/****************************************************
 Signup Forms + Confirmation
*****************************************************/
#signup-box {
  display: none;
  text-align: left;
  background: url('../images/block-bg.png');
  width: 450px;
  position: absolute;
  top: 100px;
  left: 100px;
  padding: 15px;
}
#signup-box h2 {
  color: #10A2BA;
}
#signup-box .hr {
  border-color: #fff;
}
#signup-box .hr hr {
	display: none;
}
#signup-box li {
  height: 40px;
}
#signup-box label {
  display: block;
  width: 130px;
  float: left;
  text-align: right;
  margin-right: 15px;
  padding-top: 5px;
  font-weight: bold;
}
#signup-box label.username {
  color: #F8883E;
}
#signup-box label.email {
  color: #2A9645;
}
#signup-box input {
  width: 298px;
  float: left;
  font-size: 110%;
}
#signup-foot {
  text-align: right;
  clear: both;
  margin-bottom: 5px;
}
#signup-foot label {
  width: auto;
  font-weight: normal;
  font-size: 90%;
  padding-top: 5px;
  float: none;
  display: inline;
}
#signup-foot input {
  float: none;
  display: inline;
  width: auto;
}
#signup-foot a {
  color: #10A2BA;
}
#signup-msg {
	display: none;
	padding: 15px;
}
#signup-msg li {
  list-style-type: square;
  margin: 0 0 0 20px;
  padding: 5px 0 5px 10px;
  height: auto;
}
#confirm {
  padding: 20px;
}



/****************************************************
 Read-only User Profiles + My Home
*****************************************************/
#user-profile, .recent {
  padding: 20px;
  margin-bottom: 8px;
  font-size: 90%;
}
#user-avatar {
  float: left;
}
#user-avatar img {
	border: solid 5px #fff;
}
#user-info {
  margin-left: 280px;
}
#user-info h1 {
	font-weight: bold;
	font-size: 180%;
}
#user-loc {
	font-size: 70%;
	font-weight: normal;
	color: #2A9645;
}
#user-url a {
  color: #10A2BA;
  font-size: 90%;
}
#user-info h2 {
  font-size: 120%;
  font-weight: bold;
  margin-top: 10px;
}
#subscribe-msg {
	margin-top: 40px;
}
.rounded-button {
	display: block;
  width: 234px;
  height: 26px;
  line-height: 26px;
  vertical-align: middle;
  color: #000;
  font-weight: bold;
  text-align: center;
  font-size: 90%;
  font-family: Verdana,Verdana Bold,Sans-serif;
}
a.rounded-button:hover {
	color: #fff;
}
#user-info .subscribe {
	background: url('../images/button-yellow.png') top left no-repeat;
}
.recent h2 {
  color: #fff;
  font-size: 170%;
  margin: 0;
  padding: 0;
  font-weight: bold;
}
.recent .results {
  padding-top: 10px;
}
.view-all {
  clear: both;
  text-align: right;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
.view-all a {
  color: #F8883E;
  font-size: 110%;
}
.contact-us {
  color: #F8883E;
}
#home-actions {
	display: block;
	width: 235px;
	float: left;
}
#home-actions p {
	margin: 11px 0;
}
#home-actions .add-content {
	background: url('../images/button-green.png') top left no-repeat;
}
#home-actions .myhome-explore {
	background: url('../images/button-orange.png') top left no-repeat;
}
#home-actions .edit-profile {
	background: url('../images/button-blue.png') top left no-repeat;
}
#home-actions .invite-friends {
	background: url('../images/button-yellow.png') top left no-repeat;
}
#home-help {
	float: left;
	width: 227px;
	height: 132px;
	padding: 10px 10px 10px 30px;
	font-size: 90%;
}
#home-help h2 {
	color: #fff;
}
#user-email {
	font-size: 60%;
	font-weight: normal;
}



/****************************************************
 Add Content Box
*****************************************************/
#add-content-box, .edit-pop {
  display: none;
  text-align: left;
  background: url('../images/block-bg.png');
  width: 300px;
  position: absolute;
  top: 100px;
  left: 100px;
  padding: 15px;
  font-size: 90%;
}
#add-content-box .hr, #upload-confirm .hr, .edit-pop .hr {
  border-color: #fff;
  margin: 8px 0;
  clear: both;
}
#add-content-box .hr hr, #upload-confirm .hr hr, .edit-pop .hr hr {
	display: none;
}
#add-content-box h3 {
  font-size: 120%;
  font-weight: bold;
  margin-bottom: 10px;
}
#add-content-box .add-tags {
  width: 280px;
  padding: 3px;
  font-size: 100%;
  font-family: Century Gothic, Helvetica, sans-serif;
}
#add-content-box #tags-example {
	font-size: 80%;
}
#add-content-box .upload-img {
	width: 150px;
	padding: 3px;
  font-size: 80%;
  font-family: Century Gothic, Helvetica, sans-serif;
}
.big {
  font-size: 120%;
  font-weight: bold;
}
.save {
	text-align: center;
	font-size: 150%;
	font-weight: bold;
	margin: 15px 0;
}
.save a {
	color: #10A2BA;
}
.edit-pop .save a {
	color: #2A9645;
}
.cancel, .delete {
	text-align: center;
	margin-bottom: 0;
}
.delete {
	font-size: 80%;
}
.cancel a {
	color: #F8883E;
	font-weight: normal;
}
.delete a {
	color: #BB010B;
}
textarea.input {
  height: 100px;
}
#title_msg, #url_msg, #item_new_tags_msg, #item_img_msg {
  display: none;
}
#upload-confirm {
  background: url('../images/block-bg.png');
  padding: 10px;
  position: absolute;
  top: 100px;
  left: 100px;
  width: 250px;
  text-align: left;
  font-size: 80%;
}
.item {
	text-align: center;
}
.item img {
	border: solid 5px #fff;
}
#upload-confirm h2 {
	color: #fff;
	margin-bottom: 5px;
}
.success {
	text-align: center;
	color: #2A9645;
}



/****************************************************
 Edit My Profile
*****************************************************/
.edit-profile-box {
  display: none;
  text-align: left;
  background: url('../images/block-bg.png');
  width: 300px;
  position: absolute;
  top: 100px;
  left: 100px;
  padding: 15px;
  font-size: 90%;
}
.edit-profile-box li {
  margin: 8px 0;
}
.edit-profile-box .hr {
  border-color: #fff;
}
.edit-profile-box h2 {
	font-size: 110%;
	color: #2A9645;
}
.short {
  width: 130px;
}



/****************************************************
 Invite Friends
*****************************************************/
.invite-box {
  display: none;
  text-align: left;
  background: url('../images/block-bg.png');
  width: 400px;
  position: absolute;
  top: 100px;
  left: 100px;
  padding: 15px;
  font-size: 90%;
}
.invite-box li {
  margin: 8px 0;
}
.invite-box .hr {
  border-color: #fff;
}
.invite-box .input {
	width: 390px;
}



/****************************************************
 Change Avatar stuff
*****************************************************/
#change-avatar-overlay {
	background: url('../images/block-bg.png');
	position: absolute;
	margin: -31px 0 0 5px;
	height: 25px;
	width: 250px;
	text-align: center;
	display: block;
	line-height: 25px;
	vertical-align: middle;
}
#change-avatar, #change-avatar-open {
  display: none;
  text-align: left;
  background: url('../images/block-bg.png');
  width: 300px;
  position: absolute;
  top: 250px;
  left: 100px;
  padding: 15px;
  font-size: 90%;
}
#change-avatar-open h2 {
	color: #fff;
  margin-bottom: 5px;
}
#change-avatar-open .hr {
  border-color: #fff;
  margin-top: 10px;
}



/****************************************************
 Item Detail Page
*****************************************************/
#item-detail {
  padding: 20px;
}
#item-img {
	float: left;
}
#item-img img {
	border: solid 5px #fff;
}
#item-img a:hover img {
  border-color: #10A2BA;
}
#item-detail .item {
  margin-left: 280px;
  text-align: left;
}
#item-detail .launch {
  text-align: center;
}
#item-detail .launch a {
  color: #10A2BA;
  font-size: 130%;
}
#item-detail .avatar {
  border: none;
}
#item-detail .user {
  color: #10A2BA;
  font-weight: bold;
  font-size: 100%;
}
#item-detail .tags a {
  color: #10A2BA;
}
#item-detail h2 {
	color: #fff;
	font-weight: bold;
	margin-top: 20px;
}
.item .avatar img {
  border-width: 4px;
}



/****************************************************
 Contact/Advertise Form
*****************************************************/
.contact-form {
  background: #000;
  padding: 20px;
}
.contact-form input {
  width: 350px;
}
.contact-form .gap {
	margin-right: 20px;
}
.contact-form textarea {
  width: 740px;
}
.right {
  text-align: right;
}
.contact-form .button {
  background: #F8883E;
}
.contact-form .error_list {
	border: dashed 1px #F8883E;
	padding: 5px;
	margin: 5px 0;
  width: 350px;
}
.contact-form .error_list li {
  color: #F8883E;
  font-size: 90%;
}
.contact-form #name_msg, .contact-form #email_msg {
  display: block;
  float: left;
  width: 363px;
  color: #000;
}
.show { 
  display: block;
}



/****************************************************
 Error Page
*****************************************************/
.err1 {
  font-weight: bold;
  color: #F8883E;
}
.err2 {
  font-weight: bold;
  color: #2A9645;
}
.err3 {
  font-weight: bold;
  color: #10A2BA;
}
.err4 {
  font-weight: bold;
  color: #FCD242;
}



/****************************************************
 Terms Page
*****************************************************/
#terms h3 {
  color: #F8883E;
  font-size: 120%;
  font-weight: bold;
  margin: .5em 0;
}
#terms ol, #terms ul {
  margin-left: 2em;
}
#terms li {
  list-style-type: upper-alpha;
  margin-bottom: .2em;
}
#terms ol ul {
	margin-left: 2em;
}
#terms ul li {
  list-style-type: disc;
}



/****************************************************
 Warning bar for lame browsers
*****************************************************/
#lame {
  background: url('../images/block-bg.png');
  text-align: center;
  padding: 10px;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 20px;
  display: block;
  width: 100%;
}
html>body #lame {
  display: none;
}
#lame .whack {
	background: url('../images/stop.gif') left center no-repeat;
	padding: 5px 20px 5px 40px;
  color: #BA441B;
  font-weight: bold;
  font-size: 110%;
}
#lame .please {
  color: #FCD242;
  font-size: 80%;
  font-weight: bold;
  padding-right: 20px;
}
#lame .firefox {
  border-left: solid 1px #fff;
}
#lame .firefox a {
	background: url('../images/firefox.gif') left center no-repeat;
	padding: 5px 0 5px 50px;
	margin-left: 20px;
  color: #10A2BA;
  text-decoration: underline;
  font-weight: bold;
}