/*

plein air interactive
28 Maple Street
Suite 300
Portland, Maine 04101
+1 207.221.2520

http://pleinairinteractive.com
http://facebook.com/gopleinair
http://twitter.com/gopleinair

BOOKMARKS.CSS 


Bookmarks for the admin interface

*/

/* bookmarks
--------------------------------------------------------------------- */
#bookmarks {
	float:right;
	margin-right:260px;
	}

#bookmarks a {color:#efefef;}
#bookmarks a:hover {color:#fff;}


#bookmarks:hover {
	background: rgba(19, 18, 23, 0.4);
	}

#bookmarks li {
	float:left;
	}

#bookmarks a, #bookmarks p {
    display: block;
    padding: 1.25em;
	}

#bookmarks li.action {
	width:24px;
	height:24px;
	margin-top:1.25em;
	}

#bookmarks li.action a {
	text-indent: -7777px;
	}

#bookmarks-listing {
	display:none;
	position:absolute;
	z-index:1000000;
	font-size:80%; 
	background: #39c;
	width:252px;
	border-top:1px solid #41a0cf;
	}

#bookmarks-listing li {
	width:100%;
	border-bottom:1px solid #41a0cf;
	}

#bookmarks-listing li a {padding-left:1.25em;}

#bookmarks-listing li a:hover {
	background: #4ea7d3;
	background: rgba(78, 167, 211, 1);
	}	

#toggle-bookmarks-listing {
	width:180px;
	position:relative;
	}
#bookmarks-listing:hover {
	
	}

#toggle-bookmarks-listing a:hover{
	color:#fff;
	}

#bookmark-add {
	display:none;
	position:absolute;
	z-index:100000000000;
	top:60px;
	right:260px;
	background: #39c;
	width:228px;
	padding:1em .75em 0 .75em;
	}	

#bookmark-add-cancel {
	text-shadow:none;
	color:#efefef;
	}
#bookmark-add-cancel:hover {
	color:#fff;
	}

#bookmark-title {
	width:94%;
	}

.bookmark-add {background: transparent url('../img/bookmarks-add-inactive.png') top left no-repeat;}
.active .bookmark-add {background: transparent url('../img/bookmarks-add.png') top left no-repeat;}
.active .bookmark-add:hover {background: transparent url('../img/bookmarks-add-hover.png') top left no-repeat;}

.bookmark-remove {background: transparent url('../img/bookmarks-remove-inactive.png') top left no-repeat;}
.active .bookmark-remove {background: transparent url('../img/bookmarks-remove.png') top left no-repeat;}
.active .bookmark-remove:hover {background: transparent url('../img/bookmarks-remove-hover.png') top left no-repeat;}

.bookmark-manage {background: transparent url('../img/bookmarks-manage.png') top left no-repeat;}

.bookmark-manage:hover {background: transparent url('../img/bookmarks-manage-hover.png') top left no-repeat;}
