@import url("reset.css");
@import url("tripoli.css");
@import url("pp_styles.css");
@import url("facebox.css");
@import url("ratings.css");

body {
	background: #fff;
	color: #000;
    font-family: "helvetica neue", arial, helvetica, sans-serif;
}

.content {
	padding: 2em 2%;
}

textarea {
	display: block;
}

.button-container input {
	font-weight: bold;
}

.button-container input.cancel {
	font-weight: normal;
}

/* @group Header */

#masthead h3 {
	font-size:3.2em;
	margin: 1em 0 1em 0;
	color: #666;
}

#masthead h3 span {
	font-size: 0.5em;
	font-weight:normal;
}

/* @group Primary Nav */
#nav-primary {
	position: relative;
	background: #eee;
	padding: 0.75em 0;
	}

#nav-primary ul {
	margin: 0;
	padding: 0 0 0 0em;
	font-size: 16px;
	}
	
#nav-primary li {
	display: inline;
	padding: 0.5em 1em 0.5em 0;
}

#people #nav_People, #groups #nav_Groups {
	font-weight: bold;
}
	
#nav-primary li:before {
	content: "";
}

#nav-primary div, 
#nav-primary form.login {
	position: absolute;
	top:  .5em;
	right: .5em;	
}

#nav-primary div a {
	padding: 0 0.25em;
}

#nav-primary div img {
	vertical-align: text-bottom;
	height: 1.5em;
	margin-right: 0.25em;
}

/* @group login form */

#nav-primary form.login {
	display: none;
	background: #eee;
}

#nav-primary form.logout-button,
#nav-primary form.login-button {
	display: inline;
	padding: 0 0.25em;
}

#nav-primary form.login-button input,
#nav-primary form.logout-button input {
	color: #0063DC;
}

#nav-primary form.login p {
	position: static;
	display: inline;
}

#nav-primary form.login .hint {
	display: none;
}

form .cancel {
	display: inline;
}



/* @end */

/* @end */



/* @group Search */

#search {
	position: absolute;
	top: 2em;
	right: 2%;
	}

#search-results form {
	margin: 18px 0;
}

/* @end */

/* @end */

.notification {
	background: yellow;
	margin-top: 1em;
	padding: 1em;
	-moz-border-radius:1em;
	-webkit-border-radius:1em;
	border-radius:1em;
}

.notification .hide {
	float: right;
}

#add_new_topic {
	margin-bottom:3em;
	display: none;
}

#add_new_topic h3 {
	margin-top: 0;
}

/* @group maincontent */

#maincontent {
	clear: both;
	position: relative;
}

h1 {
	width: 50%;
}

#primary {
	float: left;
	width: 73%;
}

#secondary {
	float: right;
	width: 23%;
	padding-left: 2%;
	border-left: 1px dotted #999;
}

#secondary h2 {
	clear: left;
}

/* @group Actions */

#actions {
	position:absolute;
	top: 0;
	right: 25%;
	width: 50%;
}

#actions form {
	float: right;
	margin-left: 0.5em;
}

/* @group rating */

#addReview label {
	display: none;
}

#addReview .replaced {
	display: none;
}#addReview .selectReplacement  {
	position: relative;
	top: 0.5em;	list-style: none;
	width: 96px;	height: 15px;	background: transparent url(/images/stars/stars.gif) no-repeat -100px 0;
	margin: 0;	padding: 0;}#addReview ul.worst {	 background-position: -80px 0;}#addReview ul.bad {	 background-position: -60px 0;}#addReview ul.fair {	 background-position: -40px 0;}#addReview ul.good {	 background-position: -20px 0;}#addReview ul.best {	 background-position: 0 0;}
#addReview .selectReplacement li {	margin: 0;	padding: 0;
	list-style: none;
	float: left;}#addReview .selectReplacement li a {	display: block;	position: absolute;	width: 16px;	height: 14px;	text-indent: -9999px;	overflow: hidden;	z-index: 9999;}#addReview .selectReplacement li.worst a {	 left: 0;}#addReview .selectReplacement li.bad a {	 left: 20px;}#addReview .selectReplacement li.fair a {	 left: 40px;}#addReview .selectReplacement li.good a {	 left: 60px;}#addReview .selectReplacement li.best a {	 left: 80px;}#addReview .selectReplacement li a:hover {	background: transparent url(/images/stars/star.gif) left top repeat-x;	left: 0;
	z-index: 999;}#addReview .selectReplacement li.worst a:hover {	 width: 20px;}#addReview .selectReplacement li.bad a:hover {	 width: 40px;}#addReview .selectReplacement li.fair a:hover {	 width: 60px;}#addReview .selectReplacement li.good a:hover {	 width: 80px;}#addReview .selectReplacement li.best a:hover {	 width: 96px;}

/* @end */

/* @end */

.avatar {
	float:left;
	margin-right: 1em;
	margin-bottom:1em;
}

.avatar img {
	width: 15em;
	border-style: solid;
	border-width: 1px;
}

.showmore {
	display: none;
}

#maincontent .list li:before, #addReview .selectReplacement li:before {
	content: "";
}

#maincontent .list {
	margin-left: 0;
	overflow: hidden;
}

#maincontent .list li {
	margin-left: 0;
	clear: left;
	margin-bottom: 0.5em;
	text-indent: 0;
}

.list img {
	float: left;
	height: 38px;
	width: 38px;
	margin-right: 0.5em;
	margin-bottom: 0.5em;
}

.list li span {
	display: block;
}

.meta {
	color: #666;
}

/* @group Profile page */

#newtag {
	display: none;
}

#add_a_tag {
	display: none;
}

#add_a_tag p {
	padding-left: 20px;
	background: url(/images/spinner.gif) no-repeat left center;
	display:none;
}

/* @end */

/* @group Group page */

#group_edittitle {
	background: yellow;
}

#editgroup {
	display: none;
}

#group_edittitle {
	font-family: inherit;
	font-size: inherit;
}

.topic img {
	width: 36px;
	float: left;
	margin-right: 6px;
}



/* @end */

/* @end */

#footer {
	clear: both;
}


/* @group Wireframe  */

.pp_Notes {
	font-size: 11px;
	line-height: 1.1em;
	font-weight: normal;
	background: #ffc;
	color: #000;
	border: 1px solid #ccc;
	padding: 0.4em;
	text-align: left;
	}
	
.pp_Notes ol {
	margin-left: 1.5em;
	list-style-type: decimal;
}

/* @end */