/* @override http://wakeme.at/stylesheets/screen.css?1218358340 */

@import url(/stylesheets/tripoli/tripoli.base.css);


html {
	height: 100%;
	background-color: #e3e3e3;
}

body  {
	height: 100%;
	color: #666;
	background-color: #E3E3E3;
	padding: 0;
	margin: 0;
}

li.checkin {
	list-style-image: url(../images/icons/accept.png);
}

#notes-menubar {
	height: 20px;
	width: 244px;
	display: inline;
}

ul#notes-menu {
	float: left;
	margin: 0;
}

li.unfollow {
	list-style-image: url(../images/icons/user_delete.png);
}

li.follow {
	list-style-image: url(../images/icons/user_add.png);
}

li.followed {
	list-style-image: url(../images/icons/group.png);
}

li.unfollowed {
	list-style-image: url(../images/icons/group_delete.png);
}

li.friendnote {
	list-style-image: url(../images/icons/user_go.png);
}

li.heronote {
	list-style-image: url(../images/icons/rss_add.png);
}

li.directnote {
	list-style-image: url(../images/icons/note_add.png);
}

#log li.note {
	list-style-image: url(../images/icons/map_add.png);
}

label {
	display: block;
	font-weight: bold;
	color: gray;
	/* height: 20px; */ 
	margin: 5px 0 0 0;
}

label.checkbox {
	display: inline;
	margin: 0 5px 0 0;
}

.content abbr {
	border: none;
	font-variant: normal;
	text-transform: none;
	font-size: 100%;
	border-bottom: 1px dotted #a3a3a3;
}

label.active {
	color:  black;
}

.disabled input {
}

input {
	/* width: 240px; */
	display: inline;
	margin: 0 0 10px 0;
	border-width: 1px;
}

input.checkbox {
	/* float: left; */
	margin: 5px 10px 0 0;
	padding: 0;
	width: 20px;
	height: 15px;
}

input.submit {
	margin: 10px 0;
	width: 144px;
}

input.submit.single {
	width: 248px;
}

input.file {
	width: 120px;
}

input.widetext {
	width: 395px;
}
input.smallbutton {
	width: 120px;
	margin: 0 0 0 15px;
}

form.place-action {
	display: inline-block;
}

form.place-action > input[type=submit] {
	border: 0;
	color: #ff33e5;
	font-weight: bold;
	font-size: 1em;
	background: #e6e6e6 url(/stylesheets/images/e6e6e6_40x100_textures_02_glass_75.png) 0 50% repeat-x;
	display: inline; 
	margin: 0 10px 0 0;
	padding: 0 5px;
	width:  auto;
	font-family: Verdana,Arial,sans-serif;
	background-color: #EEE;
	border: 1px solid #d3d3d3;
	cursor: pointer;
}

form.place-action > input[type=submit]:hover {
	color: #212121;
	background: #dadada url(/stylesheets/images/dadada_40x100_textures_02_glass_75.png) 0 50% repeat-x; 
	border: 1px solid #999999;
}

form.place-action > input[type=submit]:active {
    color: #222222;
	background: #ffffff url(/stylesheets/images/ffffff_40x100_textures_02_glass_65.png) 0 50% repeat-x;
	border: 1px solid #dddddd;	
}

.place-actions a, .note-actions a {
	text-decoration: none;
	font-weight: bold;
	color: #ff33e5;
	margin: 0 10px 0 0;
	padding: 0 5px;
	border: 1px solid #d3d3d3;
	cursor: pointer;
	background: #e6e6e6 url(/stylesheets/images/e6e6e6_40x100_textures_02_glass_75.png) 0 50% repeat-x;}

.place-actions a:hover, .note-actions a:hover {
	color: #212121;
	background: #dadada url(/stylesheets/images/dadada_40x100_textures_02_glass_75.png) 0 50% repeat-x;
	border: 1px solid #999999;}

.place-actions a:active, .note-actions a:active {	
	color: #222222;
	background: #ffffff url(/stylesheets/images/ffffff_40x100_textures_02_glass_65.png) 0 50% repeat-x;
	border: 1px solid #dddddd;
}

a.note-action, a.place-action, .note-actions a {
	text-decoration: none;
	font-weight: bold;
	color: #ff33e5;
	margin: 0 10px 0 0;
}

.help-action {
	text-decoration: none;
	font-weight: bold;
	color: #ff33e5;
}

textarea {
	width: 240px;
	height: 270px;
}

#login input, #signup input {
	font-size: 1.8em;
}

input.openid {
	/* background-attachment:scroll; */
	background-color:#FFFFFF;
	background-image:url(http://www.openid.net/login-bg.gif);
	background-position:0pt 50%;
	background-repeat:no-repeat;
	color:#000000;
	padding-left:18px;
}



div#container {
	width: 640px;
	background-color: #FFF;
	margin: 0 auto;
	padding: 0 10px;
	position: relative;
	min-height: 100%;
}
* html div#container
{
height: 100%;
}

div#header {
	margin: 0;
	padding: 0;
}

div.content {
	margin: 0;
	padding: 0;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	line-height: 1.3em;
}


div#view {
	padding-bottom: 9px;
	margin-bottom: 45px;
}



div#map {
	width: 240px;
	height: 240px;
	margin: 5px 0 2px 0px;
	border: 2px solid #e3e3e3;
}

#note-position, #place-position {
	height: 393px;
}

#advanced_toggle {
	padding: 0;
	margin: 3px 5px 2px;
}

.content h1 {
	margin: 0;
	padding: 0.4em 0 0;
	color: #1bcef0;
	font-size: 2.2em;
}

div#userbar {
	float: right;
}

span.title2 {
	color: #ff33e5;
}

div.description {
	color: black;
	/* background-color: #fefb08; */
    /* border: 1px solid #ffa700;	width: auto; */
	display: block;
	padding: 3px 5px;
	font-variant: small-caps;
	letter-spacing: 0.1em;
	font-size: 0.9em;
}

#footer {
	font-size: 0.9em;
	border-top: 1px dotted #d3d3d3;
	margin: 20px auto;
	width: 660px;
	padding: 5px 0 0;
	position: relative;
	margin-top: -5em;
	background-color: #FFF;
}

h1 a, h1 a:link, a.signin, a.signup, a.account, a.logout, span.greeting a, a.user-action, #footer a {
	color: #1bcef0;
	text-decoration: none;
	font-weight: bold;
}

div.notice {  
    margin-left: auto;  
    margin-right: auto;  
    text-align: center;  
    border: 1px solid #ccc;  
    margin: 0;
    padding: 20px 0px ;  
    font-weight: bold; 
    color: #000; 
	overflow: auto;
}

div.notice .notice-action {
	float: right;
	right: 0;
	top: 0;
	margin: 5px 5px 20px 20px;
}

div#notice {
	background-color: #FF9;
}

div#warning {
	background-color: #FA0;
}

div#error {
	background-color: #FF3A2E;
}


.avatar {
	float: left;
	margin-right: 15px;
	border: 1px solid #999;
	padding: 5px;
}

.mugshot {
	padding: 4px;
	border: 1px solid #999;
	/* margin: 10px 0 ; */
	display: block;
}

.user {
	margin-bottom: 10px;
	height: 140px;
}

.place-actions {
	float: right;
	display: block;
	width: 100%;
	text-align: right;
	margin: 0 0 5px 0;
}

/* ***** Panels that sit on the right */
#places-panel, #notes, #note-details, #place-details, #invite-description, #login-description, #signup-description, #apply-description, #forgot-description, #user-description {
	margin: 0;
	padding: 0;
	float: right;
	width: 320px;
	position: relative;
}

#user-panel, #geocoder-panel {
	width: 260px;
}

.content fieldset {
	/* width: 100%; */
	width: 248px;
	margin: 0;
}

#mynotes.ui-tabs-panel {
	overflow: auto;
	padding-top: 0.8em;
}

.panels h3 {
	margin: 5px 0 5px;
}

fieldset {
	border: 1px solid #fafafa;
}

.notelist {
	overflow: auto;
}

dl.notelist {
	margin-top: 3px;
}

#notes li.note {
	margin: 0 0 5px 0;	
	/* list-style-type: upper-latin; */
	opacity: 1;
	padding: 3px;
	background-color: #FAFAFA;
	border: 1px solid #e3e3e3;
}

#notes ol {
	margin: 4px 0 0;
	padding: 0 0 0 24px;
}

.note .geo {
	float: right;
	display: block;
}

.note-header {
	display: block;
	
}

.note-body {
	margin: 0 5px 0 23px;
}

.note-meta, .note .geo  {
	margin: 5px 0 5px 23px;
	font-size: 0.8em;
	color: #AAA;
}

abbr.expiring {
	color: #C10E23;
	font-weight: bold;
}

abbr.expired {
	color: #999;
	font-weight: bold;
}

.hentry.expired {
	background-color: #eee;
}

.note-actions {
	float: none;
	font-size: 0.8em;
	margin: 0 5px 5px 0;
	text-align: right;
}

ul#friendlist, .userlist {
	padding: 0;
	list-style-image: none;
	list-style-type: none;
	margin: 0;
}

ul#fanlist {
	margin: 10px 0 5px;
	padding: 0;
	list-style-image: none;
	list-style-type: none;
}

#friendlist li, #fanlist li, .userlist li {
	list-style-image: none;
	display: inline;
	list-style-type: none;
}
#friendlist a, #fanlist a, .userlist a {
	border : 0;
}
#friendlist img, #fanlist img, .userlist img {
	border: 1px solid #999;
	padding: 3px;
}

ul#placelist {
	padding: 0;
	margin-left: 0;
	list-style-image: none;
	list-style-type: none;
}

#placelist li {
	list-style-image: none;
	list-style-type: none;
	overflow:  auto;
	margin: 0 0 10px 0;
	padding: 3px 5px;
	background-color: #FAFAFA;
}
#placelist li p.place {
	font-weight: bold;
}

.public {
	color: #279915;
}

p.place .private {
	/* color: #C10E23; */
}




.hint {
	padding: 5px;
	margin: 5px 0 5px 0;
	border: 1px solid #ffa700;
	background-color: #FF9;
}


/* **** Small Tabs **** */

.small-tabs-nav-item {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 0.9; text-decoration: none; font-size: 100%; list-style: none;
	float: left;
	border: 1px solid #d3d3d3;
	border-right: none;
	width: 80px;
}
.small-tabs-nav-item a {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 0.9; text-decoration: none; font-size: 100%; list-style: none;
	/* float: left; */
	display: block;
	font-size: 0.7em;
	font-weight: normal;
	text-decoration: none;
	padding: .3em 0.5em;
	color: #555555;
	background: #e6e6e6 url(/stylesheets/images/e6e6e6_40x100_textures_02_glass_75.png) 0 50% repeat-x;
}
.small-tabs-nav-item a:hover {
	background: #dadada url(/stylesheets/images/dadada_40x100_textures_02_glass_75.png) 0 50% repeat-x;
	color: #212121;
}
.small-tabs-nav-item.ui-tabs-selected a {
	border-bottom: 1px solid #d3d3d3;
}

#nearbynotes.ui-tabs-panel, #friendsnotes.ui-tabs-panel, #usernotes.ui-tabs-panel {
	padding: 0;
	border: 0;
	/* border-bottom: 1px solid #d3d3d3; */
	border-style: none;
}

.panels {
	overflow: auto;
}

p.radio {
	padding: 0;
	margin: 0;
	line-height: 0.9em;
	height: 1.7em;
}

p.radio input {
	width: 2em;
}

ul#tabs{
	display: block;
	height: 30px;
	margin-bottom: 0;
	padding: 0;
}

.content dt.ui-accordion-header {
	margin-top: 0;
	margin-bottom: 0;
}

.content form {
	margin-bottom: 0;
}


.content select {
	padding: 0 0 0 0;
}

.wysiwyg ul.panel {
	margin-left: 0;
}

.content p + p {
	margin-top: 0;
}

.content #notes-alternates p {
	margin: 0 0 0.5em;
	font-size: 0.8em;
}

.content h4 {
	margin-top: 0em;
}

input.file {
}

.content input[type="text"], .content input[type="password"] {
	width: 240px;
	border: 1px solid #666;
	padding: 0.1em 0.2em;
}

div#avatar-input {
	float: right;
	width: 128px;
}

div#tagline p {
	font-size: 1.7em;
	line-height: 1.3em;
	margin: 0 0;
	font-weight: bold;
}

blockquote {
	font: small-caps 1.2em/1.1em Georgia, "Times New Roman", Times, serif;
	padding-left: 0;
}



p.signature {
	text-align: right;
	margin: 10px 0 0 0;
	font-family: Georgia, "Times New Roman", Times, serif;
} 