body {
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: small;
	text-align: center;
	color: #38230E;
	background: #E6E6FA;
	}

/* links */

a:link, a:visited {
	color: #268CCD;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}

/* ------------------------------------------------------------

	page structure

------------------------------------------------------------ */

#topwrapper {
	width: 950px;
	margin: 0 auto;
}

#wrap {
	margin: 0;
	padding: 0 0 20px 0;
	background: #E6E6FA; /* Main color */
	}
#wrap-inner {
	float: left;
	width: 750px;
	margin: 0 auto;
	padding: 0 15px;
	font-size: 95%;
	text-align: left;
	}
#content {
	float: right;
	width: 510px;
	margin: 0 0 0 40px;
	}
#sidebar {
	float: left;
	width: 200px;
	margin: 0 0 20px 0;
	}

/* ------------------------------------------------------------

	header

------------------------------------------------------------ */

#header {
	margin: 0;
	font-size: 95%;
	text-align: left;
	background: #191970; /* Header color */
	}
#header div {
	position: relative;
	width: 950px;
	margin: 0 auto;
	padding: 0 0px;
	}
h1 {
	margin: 5px 0 15px 0;
	padding: 0;
	font-family: Georgia;
	font-size: 240%;
	font-weight: normal;
	color: #902;	
	}
#header h1 a {
	display: block;
	width: 113px;
	height: 42px;
	}
h2 {
	clear: both;
	margin: 28px 0 6px 0;
	padding: 9px 0 20px 0;
	font-size: 110%;
	font-family: Georgia;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
	color: #663;
	border-top: 1px solid #E0D0B1;
	}
#header div ul {
	float: left;
	margin: 5px 0 0 20px;
	padding: 0;
	font-size: 90%;
	list-style: none;
	}
#header ul li {
	float: left;
	margin: 0 0 0 3px;
	padding: 0;
	background: #730021;
	}
#header ul li a {
	float: left;
	display: block;
	padding: 8px 12px;
	text-decoration: none;
	color: #fff;
	}
#header ul li a:hover {
	background: #902;
	}
#header ul li a#user {
	padding-left: 19px;
	}
#header ul li a#mess {
	padding-left: 21px;
	}
#header ul li a#creuser {
	padding-left: 10px;
	}
#header ul li a#link-admin {
	padding-left: 22px;
	}

/* ------------------------------------------------------------

	search bar

------------------------------------------------------------ */

#dash {
	width: 930px;
	margin: 0 auto 2px auto;
	padding: 4px 10px;
	font-size: 90%;
	line-height: 90%;
	text-align: left;
	background: #B0C4DE; /* Search color */
	}
#dash p {
	width: 380px;
	float: left;
	margin: 0;
	padding: 0;
	font-size: 90%;
	line-height: 1.4em;
	}
#dash p strong {
	padding: 0 0 0 0px;
	font-weight: normal;
	color: #963;
	}
#dash p a {
	display: block;
	}
#search-top {
	float: right;
	margin: 0;
	padding: 0;
	}
#search-top input,
#search-top img {
	vertical-align: middle;
	}
#search-top input#searchtop-text {
	width: 250px;
	font-size: 130%;
	}


/* ------------------------------------------------------------

	content

------------------------------------------------------------ */

#content h3 {
	margin: 0 0 5px 0;
	padding: 0 0 0 0;
	font-size: 130%;
	color: #963;
	}
div.ads-list-pager {
	position: relative;
	margin: 0 0 0 0;
	padding: 7px 10px;
	font-size: 100%;
	color: #630;
	border: 1px solid #E0D0B1;
	border-bottom: none;
	background: #B0C4DE; /*  Pager color*/
	}
#content h3.app-list {
	position: relative;
	margin: 0 0 0 0;
	padding: 7px 10px;
	font-size: 100%;
	color: #630;
	border: 1px solid #E0D0B1;
	border-bottom: none;
	background: #B0C4DE; /*  Pager color*/
	}
#content h3.app-list em {
	font-style: normal;
	font-weight: normal;
	font-size: 90%;
	color: #963;
	}
#content h4 {
	clear: both;
	margin: 28px 0 6px 0;
	padding: 9px 0 20px 0;
	font-size: 110%;
	font-family: Georgia;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
	color: #663;
	border-top: 1px solid #E0D0B1;
	}
#content h4.alt {
	padding-top: 0;
	text-align: left;
	background: none;
	}
#content h4.notes {
	padding: 0 0 0 22px;
	}
#content h5 {
	margin: 0 0 5px 0;
	padding: 0;
	font-family: Georgia;
	font-weight: normal;
	font-size: 140%;
	color: #963;
	}
a.rss {
	position: absolute;
	top: 9px;
	right: 7px;
	}
a.rss:hover {
	background: none;
	}
a.rss-link {
	padding-left: 16px;
	}
#content p {
	margin: 0 0 1.5em 0;
	padding: 0;
	line-height: 1.5em;
	}
#content p.update {
	margin-top: -10px;
	text-align: right;
	}
#content ul {
	margin: 0 0 1.5em 30px;
	padding: 0;
	list-style: none;
	}
#content ul li {
	margin: 0 0 7px 0;
	padding: 0 0 0 15px;
	line-height: 1.3em;
	}
#content ul li img {
	vertical-align: middle;
	}
#content code {
	font-family: Monaco, monospace;
	font-size: 110%;
	color: #963;
	}
#content abbr {
	border: none;
	}

.ajax {
  padding: 0 0 0 25px;
  }

/* floated photos + diagrams */

img.thumb {
	float: right;
	margin: 0 0 10px 15px;
	padding: 5px;
	border: 4px double #E7DAC0;
	background: #fff;
	}
.diagram {
	text-align: center;
	}
.diagram em {
	display: block;
	font-style: normal;
	}

/* feed lists */

#content ul.feed-list {
	list-style: none;
	}
#content ul.feed-list li {
	padding: 0;
	background: none;
	}
#content ul.feed-list li a {
	padding-left: 18px;
	}

/* action links */

#content p.btns {
	margin: 0 0 20px 0;
	padding: 10px;
	font-size: 100%;
	font-weight: bold;
	line-height: 1em;
	color: #333;
	text-align: center;
	color: #EFD6AA;
	border-top: 2px solid #EFD6AA;
	border-bottom: 2px solid #EFD6AA;
	background: #FFF6D3;
	color: #963;
	}
#content p.upsell {
	font-weight: normal;
	line-height: 1.5em;
	text-align: center;
	}
#content p.btns strong {
	color: #963;
	}
#content p.btns strong.tab {
	padding-left: 12px;
	}
#content a.add {
	padding: 2px 3px 2px 16px;
	}
#content a.rem {
	padding: 2px 4px 2px 17px;
	}
#content a.rem-alt {
	padding-left: 19px;
	color: #963;
	}
#content a.upload {
	padding: 2px 4px 2px 13px;
	}
#content a.recommend {
	padding: 2px 4px 2px 16px;
	}
#content a.buy {
	padding: 2px 4px 2px 17px;
	}
#content a.move {
	padding: 2px 4px 2px 17px;
	}
#content a.edit {
	padding: 2px 4px 2px 16px;
	}
#content a.photos {
	padding: 2px 4px 2px 16px;
	}
#content a.edit-alt {
	color: #963;
	}
#content a.new {
	padding-left: 25px;
	}
#content a.send {
	padding-left: 17px;
	}
#content a.info {
	display: block;
	padding-left: 14px;
	}
#content a.btt {
	padding: 0 0 0 13px;
	}
#content a.dnld {
	padding: 0 0 0 14px;
	}
#content a.feature {
	padding: 2px 4px 2px 16px;
	}
#content a.featured {
	padding: 2px 4px 2px 16px;
	}
#content a.schedule {
	padding: 2px 4px 2px 18px;
	}
#content a.ajax {
	padding: 2px 4px 2px 16px;
	}

#content p.action {
	margin: 0 0 10px 0;
	padding-bottom: 10px;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px dotted #EFD6AA;
	}
#content p.action a, #content p.action a:hover {
	background-position: 4px 8px;
	}

/* add new app button */

#content a.add-btn {
	float: right;
	margin: .5em 0 10px 15px;
	}

/* new stuff list */

#content ul.new-stuff li, #content p.new-stuff {
	padding-left: 27px;
	}

/* alert messages */

#content h4.alert {
	margin-bottom: 15px;
	padding: 10px 15px 10px 35px;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 110%;
	text-transform: none;
	letter-spacing: 0;
	text-align: left;
	}
#content h4.confirm {
	color: #667938;
	border-top: 2px solid #CDDDA8;
	border-bottom: 2px solid #CDDDA8;
	background: #E5EED1;
	}
#content h4.error {
	color: #963;
	border-top: 2px solid #EAC46A;
	border-bottom: 2px solid #EAC46A;
	background: #F9E7BD;
	}
#content div.alert {
	margin: 15px 0;
	padding: 10px 15px;
	border-top: 2px solid #EAC46A;
	border-bottom: 2px solid #EAC46A;
	background: #F9E7BD;
	}
#content div.error h4 {
	margin: 0;
	padding: 0 0 0 20px;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 110%;
	text-transform: none;
	letter-spacing: 0;
	text-align: left;
	color: #963;
	border: none;
	}
#content div.error ol {
	margin: 15px 0 0 0;
	padding-bottom: 0;
	color: #963;
	}
#content h4.comments {
	margin-top: 0;
	}

/* app lists */

table.app-list {
	width: 100%;
	margin: 0 0 5px 0;
	padding: 0;
	border: 1px solid #E0D0B1;
	}
table.single {
	border-top: 1px solid #E0D0B1;
	}
table.app-list tr td, table.app-list tr th {
	margin: 0 0 0 0;
	padding: 12px 5px;
	border-bottom: 1px solid #F0EADA;
	background-color: #F0FFF0; /* Color row */
	}
table.app-list tr.alt_row th, 
table.app-list tr.alt_row td {
	background-color: #F5FFFA; /* Color alt_row */
	}
table.app-list tr.last th, 
table.app-list tr.last td {
	border-bottom: none;
	}
table.app-list tr th {
	padding-left: 28px;
	text-align: left;
	}
table.app-list tr th.white {
	}
table.app-list tr th.sparkling {
	}
table.app-list tr th.blush {
	}
table.app-list tr th.dessert {
	}
table.app-list tr th.article {
	}
table.app-list tr th em.region {	
	display: block;
	font-size: 90%;
	font-weight: normal;
	font-style: normal;
	color: #963;
	}
table.app-list tr td {
	font-size: 90%;
	color: #963;
	}
table.app-list tr td span.price {
	display: block;
	margin-top: 5px;
	}
table.app-list tr td.price strong {
	font-weight: normal;
	color: #663;
	}
table.app-list tr td a.rev-member {
	padding-left: 10px;
	font-style: normal;
	}

/* members in app list */

table.app-list tr th.member {
	padding-left: 9px;
	background-image: none;
	}
table.app-list tr th.member img {
	float: left;
	margin: 0 6px 0 0;
	padding: 3px;
	border: 1px solid #E7DAC0;
	background: #fff;
	}

/* point score style */

strong.score {
	font-family: Georgia, serif;
	font-size: 160%;
	line-height: 1em;
	font-weight: bold;
	color: #902;
	}
table.app-list tr td strong.score {
	display: block;
	}
strong.score em {
	font-size: 70%;
	line-height: 1em;
	font-weight: normal;
	font-style: normal;
	color: #963;
	}
strong.score a {
	color: #902;
	}

/* when in admin screens */

table.admin tr th {
	width: auto;
	padding: 8px;
	background-image: none;
	}
table.admin tr td {
	padding: 8px;
	text-align: left;
	}

  #admin-users .avatar {
    display: inline;
  }

/* messages table */

table.messages th.message {
	padding-left: 34px;
	text-align: left;
	}
table.messages th.read {
	font-weight: normal;
	}
table.messages th.recommend {
	}
table.messages th.sent {
	}
table.messages th.replied {
	}

/* profile module */

dl.profile {
	float: left;
	width: 127px;
	margin: 0 0 15px 0;
	padding: 0;
	text-align: center;
	}
dl.profile dt {
	font-weight: bold;
		position: relative;
	}
dl.profile img.featured-swash {
  position: absolute;
  }
dl.profile dt.photo {
	margin: 0 0 3px 0;
	text-align: center;
	}
dl.profile dt.photo img {
	padding: 5px;
	border: 4px double #E7DAC0;
	background: #fff;
	}
dl.profile dt.photo a:hover img {
	border-style: solid;
	background: #D2C19F;
	}
dl.profile dd {
	margin: 0 0 10px 0;
	padding: 0;
	}
dl.profile dd.username {
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 100%;
	text-align: center;
	color: #963;
	}
dl.profile .avatar {
  width: 64px;
  margin: 0 auto;
}
img.avatar {
	padding: 6px;
	border: 4px double #E7DAC0;
	background: #fff;
	}
	
/* show profile page */

#content div.vcard {
	margin: 20px 0 10px 0;
	}
#content div.vcard p {
	margin: 0 0 4px 100px;
	padding: 0;
	}
#content div.vcard p strong {
	color: #963;
	}
#content div.vcard img.photo {
	float: left;
	margin: 0 10px 0 0;
	text-align: center;
	padding: 6px;
	border: 4px double #E7DAC0;
	background: #fff;
	}
#content div.vcard a:hover img.photo {
	background: #D2C19F;
	}
#content div.vcard span.fn {
	display: block;
	margin: 0 0 5px 100px;
	}
#content div.vcard span.fn strong {
	font-size: 140%;
	font-weight: bold;
	color: #630;
	}
#content div.entry p {
	margin-left: 70px;
	}
#content div.entry p.prof-name {
	font-size: 120%;
	}

.featured .avatar, .profile-vcard .avatar {
  width: 84px;
  overflow: hidden;
  float: left;
  }

.plus-button {
  vertical-align: bottom;
  }
  
#featureds {
  clear: left;
  padding: 0 !important;
  margin: 10px 0 !important;
  }

#featureds li {
  margin-bottom: 10px;
  padding-left: 0 !important;
  }
  
#featureds .avatar {
  float: left;
  padding: 5px;
	border: 4px double #E7DAC0;
	background: #fff;
	margin-right: 8px;
  }
  
#featureds .featured-swash {
  position: absolute;
  }
/* app page styles */

#content ul.info {
	margin: 1em 0;
	padding: 0;
	line-height: 1.5em;
	list-style: none;
	}
#content ul.info li {
	margin: 0 0 8px 0;
	padding: 0;
	background: none;
	}
#content ul.info li strong {
	font-size: 110%;
	color: #630;
	}
#content ul.info li p {
	margin: 10px 0 0 0;
	padding: 0;
	}
#content ul.info li img {
	vertical-align: middle;
	}

#content h5#info-tags {
	margin: 0 0 10px 0;
	padding: 4px 0 3px 22px;
	}
#content p#all-tags {
	margin-bottom: 28px;
	}

/* related apps */

#content ul.related-apps {
	margin: 0 20px;
	}
#content ul.related-apps li {
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom: 1px dotted #E0D0B1;
	background-position: 0 7px;
	}
#content ul.related-apps li img {
	float: right;
	}

/* label or big bottle on app page */

#label-bottle img {
	float: right;
	margin: 0 0 20px 20px;
	padding: 10px;
	border: 4px double #E5DFC7;
	background: #fff;
	}
#content #label-bottle h4 {
	float: right;
	width: 94px;
	height: 131px;
	margin: 0 0 20px 20px;
	padding-top: 121px;
	font-size: 160%;
	font-family: Georgia;
	font-weight: normal;
	font-style: normal;
	text-align: center;
	color: #630;
	border: none;
	}
#content #label-bottle h4.white {
	}
#content #label-bottle h4.sparkling {
	}
#content #label-bottle h4.blush {
	}
#content #label-bottle h4.dessert {
	}
#content #label-bottle h4 em {
	display: block;
	padding-bottom: 12px;
	font-style: normal;
	}
#content #label-bottle h4 em span.non-vintage {
	font-size: 60%;
	}

/* reviews on app page (hreview microformat) */

div.hreview {
	margin: 15px 0 8px 0;
	padding: 15px;
	border-bottom: 1px solid #E5DFC7;
	border-right: 1px solid #E5DFC7;
	background: #fff;
	}
#content div.hreview h5 { 
	margin: 0;
	padding: 0;
	width: 0;
	height: 0;
	text-indent: -9000px;
	}
div.hreview img.photo {
	float: left;
	margin: 0 10px 4px 0;
	padding: 4px;
	border: 1px solid #E5DFC7;
	background: #fff;
	}
div.hreview span.reviewer {
	margin: 0 0 6px 0;
	font-weight: bold;
	font-size: 120%;
	}
div.hreview abbr.dtreviewed {
	float: right;
	margin: 3px 0 0 0;
	font-size: 90%;
	font-weight: bold;
	font-style: normal;
	color: #963;
	}
div.hreview abbr.rating {
	display: block;
	margin: 0 0 2px 0;
	padding: 4px;
	font-family: Georgia, serif;
	font-size: 140%;
	font-weight: bold;
	color: #902;
	border: 2px solid #E5DFC7;
	}
div.hreview abbr.rating em {
	font-size: 70%;
	font-weight: normal;
	font-style: normal;
	color: #963;
	}
div.hreview blockquote.description {
	margin: 2px 0 6px 68px;
	padding: 0;
	font-size: 100%;
	line-height: 1.5em;
	}
#content div.hreview p.tags {
	clear: left;
	margin: 0;
	padding: 2px 0 3px 17px;
	font-size: 90%;
	line-height: 2.3em;
	text-align: left;
	color: #963;
	}

/* user comments */

#content h4 a.comments-link {
	font-family: "Lucida Grande", Verdana, sans-serif;
	text-transform: none;
	letter-spacing: 0;
	font-size: 90%;
	}
#content ol.comments {
	margin: 15px 0 25px 0;
	padding: 0;
	list-style: none;
	}
#content ol.comments li {
	margin: 15px 0 8px 0;
	padding: 15px;
	border-bottom: 1px solid #E5DFC7;
	border-right: 1px solid #E5DFC7;
	background: #fff;
	overflow: auto;
	}
#content ol.comments li textarea {
	width: 400px;
	height: 80px;
	}
#content ol.comments li div {
	margin: 5px 10px 0 0;
	text-align: right;
	}
#content ol.comments li img.photo {
	float: left;
	margin: 0 10px 4px 0;
	padding: 4px;
	border: 1px solid #E5DFC7;
	background: #fff;
	}
#content ol.comments li span.vcard {
	margin: 0 0 6px 0;
	font-weight: bold;
	font-size: 120%;
	}
#content ol.comments li p.meta {
	float: right;
	margin: 3px 0 0 0;
	font-size: 90%;
	font-weight: bold;
	font-style: normal;
	color: #963;
	}
#content ol.comments li blockquote.description {
	margin: 2px 0 6px 0;
	padding: 0;
	font-size: 100%;
	line-height: 1.5em;
	}
#comments div {
	margin: 0 0 10px 0;
	}
#comments div textarea {
	width: 400px;
	}
#content ol.comments li.yours {
	border: 1px solid #ddd3b9;
	background: #EFE6CE;
	}
#content ol.comments li.yours img.photo {
	border: 1px solid #ddd3b9;
	}

/* error messages */

#errorExplanation {
	margin: 0 0 25px 0;
	padding: 20px;
	border-top: 2px solid #EFD6AA;
	border-bottom: 2px solid #EFD6AA;
	background: #FFF6D3;
	}

/* advertisement in content col */

#ad-content {
	clear: both;
	margin: 60px 0 0 0;
	padding: 12px 15px;
	font-size: 90%;
	line-height: 1.5em;
	color: #963;
	border-top: 2px solid #e9dec7;
	border-bottom: 2px solid #e9dec7;
	background: #fcfaf3;
	}
#ad-content img {
	float: left;
	margin-right: 10px;
	}
#ad-content p {
	margin: 0;
	padding: .3em 0 0 0;
	}

/* google ads */

#content div.google-ad {
	clear: both;
	margin: 20px 0 0 0;
	padding: 20px 0 0 0;
	text-align: center;
	border-top: 1px solid #E0D0B1;
	}
#content div.alt {
	padding-bottom: 30px;
	}

/* ------------------------------------------------------------

	home page specific

------------------------------------------------------------ */

/* explanation */

#welcome {
	margin: 15px 10px 5px 0;
	padding: 0;
	}
#welcome p {
	margin: 1.5em 180px 1em 0;
	line-height: 1.5em;
	}
#welcome ul {
	margin: 0 190px 0 20px;
	padding: 0;
	list-style: none;
	}
#welcome ul li {
	margin: 0 0 10px 0;
	padding: 0 0 0 26px;
	font-size: 100%;
	line-height: 1.3em;
	font-weight: normal;
	color: #963;
	}
#welcome p#signupnow {
	margin: 15px 0 0 46px;
	text-align: left;
	font-size: 120%;
	font-weight: normal;
	}
#welcome p#signupnow a:hover {
	background: none;
	}

/* little mascot when you're logged in */

img#mascot-small {
	float: right;
	margin: 0 0 10px 10px;
	}

/* app spotlight name */

#content h3.spotlight a {
	font-family: Georgia, serif;
	font-size: 110%;
	font-weight: normal;
	color: #963;
	}

/* featured member */
.featured-avatar img.featured-swash {
  margin-bottom: -41px;
  }
img.photo {
  z-index: 1;
}
img.featured-swash {
  z-index: 2;
	background: transparent !important;
  border: none !important;
	padding: 0 !important;
	}
#recommend img.featured-swash {
  margin-bottom: 0;
  width: 20px;
  height: 20px;
  z-index: 3;
  vertical-align: top;
  position: absolute;
  }
.comments img.featured-swash {
  float: left;
  position: absolute;
  }
div.featured .fn strong {
	font-family: Georgia;
	}
div.featured img.featured-take {
	vertical-align: middle;
	}

/* featured app */

#content div.featured-app {
	padding: 6px;
	text-align: center;
	border: 4px double #E7DAC0;
	background: #fff;
	}

#content dl.announce {
	margin: 0 20px;
	padding: 0;
	}
#content dl.announce p.title {
  font-weight: bold;
  padding: 2px 0 4px 0;
  margin: 0;
  }
#content dl.announce dt {
	float: left;
	width: 90px;
	margin: 8px 0 0 0;
	padding: 0 0 0 17px;
	font-size: 90%;
	line-height: 1.4em;
	color: #963;
	}
#content dl.announce dd {
	margin: 0 0 0 110px;
	padding: 8px 0;
	line-height: 1.4em;
	border-bottom: 1px dotted #E0D0B1;
	}
#content p.announce-ctrl {
	margin: 10px 20px 10px 0;
	text-align: right;
	color: #E0D0B1;
	}

/* ------------------------------------------------------------

	side navigation

------------------------------------------------------------ */

#nav {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#nav li {
	margin: 0 0 3px 0;
	padding: 6px 0 6px 0;
	font-family: Georgia, serif;
	font-size: 125%;
	font-weight: normal;
	color: #902;
	}
#nav li a {
	margin-left: 3px;
	text-decoration: none;
	color: #630;
	}
#nav li a span {
	font-style: italic;
	}
#nav li a:hover {
	color: #c96;
	background: none;
	border-bottom: 1px solid;
	}

/* you are here */

body#home #nav li#link-home,
body#howdy #nav li#link-home,
body#journal #nav li#link-journal,
body#cellar #nav li#link-cellar,
body#shopping_list #nav li#link-shopping,
body#recommendation #nav li#link-recommendation,
body#buddies #nav li#link-buddies,
body#signup #nav li#link-signup,
body#about #nav li#link-about,
body#search #nav li#link-search,
body#tshirts #nav li#link-shop,
body#messages #nav li#link-messages {
	padding-left: 28px;
	}
body#home #nav li#link-home a,
body#howdy #nav li#link-home a,
body#journal #nav li#link-journal a,
body#cellar #nav li#link-cellar a,
body#shopping_list #nav li#link-shopping a,
body#recommendation #nav li#link-recommendation a,
body#buddies #nav li#link-buddies a,
body#signup #nav li#link-signup a,
body#about #nav li#link-about a,
body#search #nav li#link-search a,
body#tshirts #nav li#link-shop a,
body#messages #nav li#link-messages a {
	margin-left: 0;
	padding: 3px 1em 3px .5em;
	color: #963;
	border: none;
	}

/* ------------------------------------------------------------

	sidebar

------------------------------------------------------------ */

#sidebar p {	
	margin: 3px 0 15px 0;
	padding: 0;
	font-size: 90%;
	line-height: 1.4em;
	}
#sidebar div {
	margin: 10px 0 0 0;
	padding: 7px 0 18px 0;
	font-family: Georgia;
	font-size: 100%;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: normal;
	text-align: center;
	color: #663;
	border-top: 1px solid #E0D0B1;
	}

ul.entries {
	margin: 5px 0 15px 0;
	padding: 0;
	list-style: none;
	}
ul.entries li {
	margin: 0 0 8px 0;
	padding: 0 0 0 16px;
	font-size: 90%;
	color: #630;
	}
ul.entries li a {
	color: #630;
	}
ul.entries li a:hover {
	text-decoration: none;
	color: #963;
	border-bottom: 1px solid #963;
	}
.title-rss {
  margin-left: 60px;
  position: absolute;
}
/* t-shirt block */

/* ------------------------------------------------------------

	footer

------------------------------------------------------------ */

#footer {
	clear: both;
	margin: 0;
	padding: 10px 0 10px 0;
	font-size: 95%;
	color: #963;
	background: #B0C4DE;
	}
#footer-inner {
	width: 950px;
	margin: 0 auto 10px auto;
	padding: 0 15px;
	text-align: left;
	font-size: 90%;
	}
#footer p {
	margin: 0 0 8px 0;
	padding: 0;
	}
#footer a {
	color: #630;
	}
#footer p#hosted-by {
	float: right;
	margin-top: 0;
	}
#footer p#copyright {
	margin-top: 5px;
	padding: 2px 0;
	}
#footer p#copyright img {
	margin: 0 6px 0 0;
	vertical-align: middle;
	border-right: 1px solid #DCD1B3;
	border-bottom: 1px solid #DCD1B3;
	}
#footer p#copyright a#tundrofav:hover {
	background: none;
	}

/* mini lists */

#mini-lists {
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
	border-bottom: 1px solid #E0D0B1;
	}
#mini-lists div.mini {
	width: 25%;
	float: left;
	}
div.mini h4 {
	margin: 0 25px 15px 0;
	padding: 6px 0;
	font-size: 100%;
	font-family: Georgia;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
	color: #663;
	border-top: 1px solid #E0D0B1;
	border-bottom: 1px solid #E0D0B1;
	}
div.mini ul {
	margin: 0 25px 1.5em 0;
	padding: 0;
	list-style: none;
	}
div.mini ul li {
	margin: 0;
	padding: 0;
	}
div.mini ul li a {
	display: block;
	margin: 0;
	padding: 10px 4px 10px 21px;
	}
div.mini ul li.white a {
	}
div.mini ul li.sparkling a {
	}
div.mini ul li.blush a {
	}
div.mini ul li.dessert a {
	}
div.mini ul.mini-members li a {
	padding: 4px;
	background: none;
	}
div.mini ul.mini-members li a img {
	margin-right: 5px;
	padding: 3px;
	border-right: 1px solid #E7DAC0;
	border-bottom: 1px solid #E7DAC0;
	background: #fff;
	vertical-align: middle;
	}
#footer div.mini ul li:hover {
	background: #E0D0B1;
	}
#footer div.mini ul li a:hover {
	text-decoration: none;
	color: #630;
	}
#footer div.mini ul.mini-members li a:hover {
	background: none;
	}
#mini-lists div.last h4, #mini-lists div.last ul {
	margin-right: 0;
	}

div.mini li.more {
  text-align: right;
  background-image: none;
  }
div.mini li.more a {
  color: #268CCD !important;

  }
div.mini h4 a {
  color: #268CCD !important;
}
/* ------------------------------------------------------------

	search

------------------------------------------------------------ */

#find {
	margin: 10px 0 15px 0;
	padding: 0;
	}
#content #find p {
	margin: 0 0 10px 0;
	padding: 0;
	}
#find input {
	vertical-align: middle;
	}
#find input#search-text {
	width: 125px;
	margin-right: 2px;
	font-size: 110%;
	color: #333;
	}
#content #find input#search-text {
	width: 380px;
	}
#content #find.find-welcome input#search-text {
	width: 170px;
	margin-right: 5px;
	vertical-align: middle;
	}
#content #find.find-welcome a.add-btn {
	margin: 0 0 0 5px;
	vertical-align: middle;
	}
#content #find.find-welcome strong {
	margin-left: 5px;
	font-size: 120%;
	font-weight: normal;
	}
#content #find.wide input#search-text {
	width: 280px;
	}
#content #find.find-welcome input, #content #find.find-welcome a.add-btn, #content #find.find-welcome strong {
	float: left;
	vertical-align: middle;
	}
#find strong#advshow {
	margin: 4px 0 0 0;
	}
#find strong#advshow a {
	padding: 2px 5px 2px 17px;
	}
#find strong#advshow a:hover {
	}
#find strong#advhide a {
	margin: 0 0 0 300px;
	padding: 2px 5px 2px 17px;
	}
#find strong#advhide a:hover {
	}
#content #find #searchoptions p#searchoptions-intro {
	margin-top: 10px;
	}
#find h5 {
	margin: 0;
	padding: 0;
	}

/* advanced search */

#find.adv {
	margin-bottom: 0;
	}
#find.adv select {
	float: left;
	width: 125px;
	margin: 0 10px 10px 0;
	}

/* add a new app search */

#find-add {
	margin: 10px 0 15px 0;
	padding: 0;
	}
#find-add input {
	vertical-align: middle;
	}
#find-add input#add-text {
	width: 380px;
	margin-right: 2px;
	font-size: 110%;
	color: #333;
	}

/* find people */

#find-people {
	margin: 10px 0 15px 0;
	padding: 0;
	}
#find-people input {
	vertical-align: middle;
	}
#find-people input#people-text {
	width: 380px;
	margin-right: 2px;
	font-size: 110%;
	color: #333;
	}

/* pagination links */

#content p.page {
	margin: 10px 0 30px 0;
	padding: 0;
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	line-height: 2.5em;
	clear: left;
	}
	
p.page a, p.page strong.active {
	margin: 0 0 5px 2px;
	padding: 4px 8px;
	font-weight: bold;
	border: 1px solid #E7DAC0;
	background: #fff;
	}
p.page strong.active {
	border-color: #C0AF8E;
	background: #E7DAC0;
	}
p.page a:hover {
	text-decoration: none;
	color: #fff;
	border-color: #268CCD;
	background: #268CCD;
	}

.pagination {
  text-align: center;
  padding: .3em; }
  .pagination a, .pagination span {
    padding: .3em .6em; }
  .pagination span.disabled {
    color: #AAA; }
  .pagination span.current {
    font-weight: bold;
    border-color: #C0AF8E;
    background: #E7DAC0 }
  .pagination a {
    border: 1px solid #E7DAC0;
    color: #0063DC;
    text-decoration: none;
    background:white; }
    .pagination a:hover, .pagination a:focus {
      border-color: #268CCD;
      background: #268CCD;
      color: white; }
  .pagination .page_info {
    color: #aaa;
    padding-top: .8em; }
  .pagination .prev_page, .pagination .next_page {
    border-width: 1px; }
  .pagination .prev_page {
    margin-right: .5em; }
  .pagination .next_page {
    margin-left: .5em; }

/* tasting tag list */

#content ul.tagcloud {
	margin: 0;
	padding: 0;
	}
#content ul.tagcloud li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
	background: none;
	}
ul.tagcloud li a {
	margin: 0 4px 5px 0;
	padding: 3px 5px;
	line-height: 1.8em;
	background: #FFF6D3;
	border-right: 1px solid #DFD5AF;
	border-bottom: 1px solid #DFD5AF;
	}
a.rel-tag {
	margin: 0 2px 0 0;
	padding: 3px 5px;
	background: #FFF6D3;
	border-right: 1px solid #DFD5AF;
	border-bottom: 1px solid #DFD5AF;
	}
ul.tagcloud li a:hover, a.rel-tag:hover {
	text-decoration: none;
	background: #F0EBD6;
	}

/* browse app */

#content ul.browse {
	width: 23%;
	float: left;
	margin: 1em 5% 2em 5%;
	padding: 0;
	}
#content ul.browse li {
	margin: 0;
	padding: 0;
	border-bottom: 1px dotted #E0D0B1;
	background: none;
	}
#content ul.browse li a {
	display: block;
	padding: 3px 4px;
	}
#content ul.browse li a:hover {
	text-decoration: none;
	background: #EBE5D0;
	}
#content ul.browse li a img {
	margin: 0 6px 0 0;
	vertical-align: middle;
	}
#content ul.browse li a img#browse-dessert {
	float: left;
	margin-bottom: 12px;
	}
#content ul.single { /* for single-list pages */
	width: auto;
	float: none;
	margin: 1em 5%;
	}
#content p.browse-more {
	clear: left;
	margin-left: 5%;
	}
#content div.browse-alpha {
	float: left;
	margin: 0 5% 2em 5%;
	}
#content div.browse-alpha a {
	display: block;
	float: left;
	margin: 0 6px 6px 0;
	padding: 5px 8px;
	background: #FFF6D3;
	border-right: 1px solid #DFD5AF;
	border-bottom: 1px solid #DFD5AF;
	}
#content div.browse-alpha a:hover {
	text-decoration: none;
	background: #F0EBD6;
	}

/* ------------------------------------------------------------

	shop

------------------------------------------------------------ */

div.shop-prod img.shop-img {
	float: right;
	margin: 0 0 0 10px;
	}

/* ------------------------------------------------------------

	forms

------------------------------------------------------------ */

form input.input-text, form select {
	width: 250px;
	font-size: 110%;
	color: #000;
	vertical-align: middle;
	}
form select.multiple {
	height: 100px;
	}
form textarea.input-area {
	width: 330px;
	height: 120px;
	font-size: 110%;
	color: #000;
	}
form textarea.notes {
	height: 200px;
	}
div.form-submit {
	padding: 10px 0;
	}
#content form p {
	margin: 3px 0 5px 0;
	padding: 0;
	}
#content p.form-item {
	margin: 0 0 5px 0;
	padding: 0;
	}
form img.form-icon {
	vertical-align: middle;
	}

/* add new app form */

form input#entry_search_year {
	width: 100px;
	}

/* search in sidebar */

form#searchside {
	margin: 10px 0 0 0;
	padding: 0;
	}
form#searchside input {
	vertical-align: middle;
	}
form#searchside input#searchside-text {
	width: 150px;
	font-size: 110%;
	}

/* edit account form */

div#buddy-select {
	float: right;
	margin: 0;
	text-align: center;
	}
div#buddy-select img {
	padding: 5px;
	border: 4px double #E7DAC0;
	background: #fff;
	}
div#buddy-select a {
	display: block;
	margin: 3px 0 0 0;
	}
div#buddy-upload {
	clear: right;
	padding: 18px 10px 10px 10px;
	background: #E9DBC1;
	}
div#buddy-upload p {
	margin: 0;
	padding: 0;
	}
div#buddy-upload p#buddy-sub {
	margin-top: 10px;
	}
div#buddy-upload input {
	vertical-align: middle;
	}

/* invite friends form */

form#invite-friends input {
	vertical-align: middle;
	color: #333;
	}

/* form table style */

table.form-table {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	}
table.form-table th, 
table.form-table td {
	margin: 0;
	padding: 8px;
	border-bottom: 1px dotted #E0D0B1;
	}
table.form-table th {
	width: 100px;
	padding-top: 12px;
	text-align: right;
	vertical-align: top;
	color: #630;
	}
table.form-table tr.last th, 
table.form-table tr.last td {
	border-bottom: none;
	}
table.form-table td em {
	display: block;
	margin: 3px 0 0 0;
	font-size: 90%;
	font-style: normal;
	}
table.form-table td p.note {
	font-size: 90%;
	color: #963;
	}
table.form-table td p.note em {
	display: inline;
	margin: 0;
	font-style: italic;
	}
table.form-table td p#tags-input {
	padding: 0 0 0 24px;
	}

/* compose message styles */

table.form-table td.compose-from img {
	margin-right: 4px;
	padding: 3px;
	border-right: 1px solid #E7DAC0;
	border-bottom: 1px solid #E7DAC0;
	background: #fff;
	vertical-align: middle;
	}
table.form-table td.compose-send em, table.form-table td.compose-send input {
	float: left;
	margin-right: 7px;
	display: inline;
	font-size: 120%;
	font-style: normal;
	}
table.form-table td blockquote {
	margin: 0;
	padding: 0;
	font-size: 100%;
	line-height: 1.5em;
	}

/* ------------------------------------------------------------

	data tables

------------------------------------------------------------ */

table.data {
	width: 450px;
	margin: 0 30px 2em 30px;
	padding: 0;
	border-collapse: collapse;
	}
table.data th, table.data td {
	margin: 0;
	padding: 5px 10px;
	border-bottom: 1px dotted #E0D0B1;
	}
table.data tr.last th, table.data tr.last td {
	border-bottom: none;
	}
table.data th {
	text-align: left;
	color: #630;
	}
table.data th.score {
	vertical-align: middle;
	}
table.data td.icon {
	width: 15px;
	}

/* for friends list */

table.friends {
	width: auto;
	margin-left: 0;
	}
table.friends td {
	padding-right: 0;
	}
table.friends td img {
	padding: 3px;
	border-right: 1px solid #E7DAC0;
	border-bottom: 1px solid #E7DAC0;
	background: #fff;
	}
table.friends td em {
	margin-right: 15px;
	padding-left: 14px;
	font-style: normal;
	font-size: 90%;
	color: #963;
	}

/* for app data */

table.app {
	width: 275px;
	margin: 0 0 15px 0;
	}
table.app th {
	padding: 5px;
	text-align: right;
	vertical-align: top;
	white-space: nowrap;
	}
table.app td a.rel-tag {
	font-size: 90%;
	line-height: 2.2em;
	}

/* ------------------------------------------------------------

	misc.

------------------------------------------------------------ */

.hide, hr {
	display: none;
	}
a img {
	border: none;
	}

/* img/desc teasers */

div.teaser {
	margin: 0 0 1.5em 0;
	}
div.teaser img {
	float: right;
	margin: 0 0 5px 15px;
	padding: 5px;
	border: 4px double #E7DAC0;
	background: #fff;
	}
div.teaser img.alt {
	float: left;
	margin: 0 15px 5px 0;
	}

/* self-clearing floats */

#wrap-inner:after, 
#header:after,
#dash:after,
dl.profile:after,
#content div.vcard:after,
dl.comment:after,
#searchoptions:after,
#content p.page:after,
#content #ad-content:after,
#mini-lists:after,
form#find.find-welcome:after,
div.teaser:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    }

/* live search drop-down */

#app_search_name_auto_complete {
	font-size: small;
	}
div.auto_complete {
    width: 348px;
    padding-right: 8px;
    font-size: 90%;
  	}
#content div.auto_complete ul {
    margin: 0;
    padding: 0;
    width: 100%;
    border: 1px solid #999;
    border-right: none;
    border-top: none;
    list-style-type: none;
  	}
#content div.auto_complete ul li {
    margin: 0;
    padding: 3px;
    background: none;
    }
#content div.auto_complete ul li.selected { 
    background-color: #ffb; 
	background-color: #268CCD;
	color: #fff;
  	}
#content div.auto_complete ul strong.highlight { 
    color: #800; 
    margin:0;
    padding:0;
  	}

/* feature user popup */
#feature_me {
  position: absolute;
  top: 130px;
  width:500px;
  min-height: 330px;
  background: white;
  padding: 10px;
  border: 2px solid #E7DAC0;
  z-index: 5;
}
#feature_me textarea {
  width: 221px;
  height: 100px;
}
.save-changes {
  vertical-align: bottom;
}
#feature_me_errors {
  color: red;
  border: 2px solid #E7DAC0;
  padding: 10px;
  margin: 3px 40px;
  line-height: 1.4em;
}

#announcements h5.meta {
  margin-bottom: 10px;
  margin-left: 10px;
}
#pager {
	width: 750px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: left;
	font-size: 90%;
}

.link-for-report-email-address {
	font-size: 10px
}
