html, body {
	margin:0;
	padding:0;
	height:100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 68.75%; /* 16px*0.6875 = 11px */
    line-height: 1.545em; /* 11px*1.54545 = 17px */
    color: #666;
}

body {
	background: url(/QS/Queersome.woa/Contents/WebServerResources/qs-content-bg.gif) repeat-y center;
}

body.qspartner {
	background-color: #bb183c;
}

body.popup {
	margin: 10px;
	background: #fff;
}


a img {
	border: none;
}

label img {
	vertical-align: middle;
}

a {
	color: #3f5269;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.headfont {
	text-transform: uppercase;
	font-size: 109%;
}

h1 {
	font-size: 170%;
}

h2 {
	font-size: 130%;
}

h3, h4, h5, h6 {
	font-size: 100%;
}

h2.headfont {
	margin: 0;
	background: #e4e4e4;
	padding: 4px;
	border: 1px solid #ccc;
	font-weight: normal;
}

#pinfo {
	padding-left: 90px;
}

#warnsetup {
	position: absolute;
	top: 25px;
	left: 45%;
	width: 150px;
	padding: 20px;
	border: 5px solid #bc193d;
	background: #e59833;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

#container {
	margin: 0 auto;
	width: 885px;
	padding: 0 3px;
	overflow: visible;
	position: relative;
	min-height:100%;
}

* html #container {
	height: 100%;
}

#head {
	padding: 21px 20px 0 20px;
	width: 844px;
	height: 124px;
	border-bottom: 1px solid #ccc;
	position: relative;
}

body.qspartner #head {
	height: 100px;
}

#logo {
	position: absolute;
	top: 21px;
	left: 20px;
	z-index: 1;
}

#bluechick {
	position: absolute;
	cursor: pointer;
	overflow: hidden;
	z-index: 0;
}

#searchinput {
	position: absolute;
	top: 0;
	left: 638px;
	width: 220px;
	height: 21px;
	background: #e4e4e4;
	padding: 4px;
	z-index: 6001;
}

#searchinput span {
	text-transform: uppercase;
}

#searchinput input {
	vertical-align: middle;
}

#searchinput input.field {
	width: 140px;
}

#searchoptions {
	padding-top: 30px;
	background: #e4e4e4;
	text-align: center;
	height: 60px;
}

#searchoptions select {
	width: 200px;
	height: 20px;
}

#searchresults {
	background-repeat: no-repeat;
	background-position: center center;
	height: 197px;
	width: 100%;
	overflow: auto;
}

#searchresults .resultcount {
	text-align: center;
	border-bottom: 1px solid #ccc;
}

#searchresults .hint {
	padding: 10px 5px;
}

#searchresults ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#searchresults li {
	padding: 2px 4px;
	border-bottom: 1px solid #ccc;
	line-height: 1.4em;
}

#searchresults li.geo {
	padding: 8px 4px;
	font-weight: bold;
}

#searchresults .noresults {
	padding: 20px 10px;
	text-align: center;
}

#search {
	position: absolute;
	top: -272px;
	left: 635px;
	background: url(/QS/Queersome.woa/Contents/WebServerResources/qs-search-bg.png) left bottom no-repeat;
	overflow: hidden;
	width: 228px;
	height: 300px;
	padding: 0 3px 4px 3px;
	z-index: 6000;
}

#search a {
	color: black;
}

#search a.close {
	color: #666;
	font-size: 85%;
	display: block;
	padding: 1px 5px;
	background: #e4e4e4 url("/QS/Queersome.woa/Contents/WebServerResources/icons/close.png") no-repeat right center;
	height: 12px;
	line-height: 12px;
}

#search a.close:focus {
	outline: none;
}

a.toggler {
	padding-right: 14px;
	background: no-repeat center right url("/QS/Queersome.woa/Contents/WebServerResources/icons/go.png");
}

a.toggleron {
	background-image: url("/QS/Queersome.woa/Contents/WebServerResources/icons/open.png");
}

table.searchdetails {
	width: 545px;
	border-spacing: 0;
	margin: 1em auto 0 auto;
}

table.searchdetails td {
	vertical-align: top;
}

.searchdetails .matrix {
	max-height: 200px;
	overflow: auto;
	background-color: #f8f8f8;
	border: 1px solid #ccc;
}

.searchpage h2 {
	background-color: #e4e4e4;
	padding: 6px 4px;
}

.searchpage .noresults {
	padding: 30px 10px;
}

.searchpage .error {
	padding: 5px 0;
	color: #bc193c;
}

#geoSelect {
	margin: .5em 0;
}

#geoSelect table {
	border-spacing: 0;
}

#geoSelect table td {
	padding: 0 5px 0 0;
}


table.batcher {
	background-color: #e4e4e4;
}

.resultset .geohit {
	padding: 10px 0;
}

.resultset .odd {
	background: #f8f8f8;
}
.resultset .odd,
.resultset .even {
	border-bottom: 1px solid #ccc;
	padding: 4px 60px;
	clear: both;
}

.resultset .entry .cats {
	float: right;
}

.resultset .entry .tags {
	text-align: right;
}

.resultset .entry .tags img,
.resultset .entry .cats img {
	margin-left: 3px;
}

.resultset .entry h3 {
	padding: 0;
	margin: 0 0 .25em 0;
}

.resultset .entry .pi {
	float: left;
	margin-right: 5px;
}


.resultset .geohit {
	text-transform: uppercase;
}



#nav {
	position: absolute;
	bottom: 4px;
	width: 845px;
}

#lang {
	float: right;
	text-transform: none;
	color: #ccc;
}


#lang a {
	color: #666;
}

#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
}

#nav li {
	float: left;
	text-transform: uppercase;
}

#nav li.first a {
	padding: 0 1em 0 0;
}

#nav li a {
	display: block;
	padding: 0 1em 0 1em;
	text-decoration: none;
	color: #666;
}
#lang a:hover,
#nav li a:hover {
	color: #c00;
	text-decoration: none;
}

.clearer {
	clear: both;
}

#foot {
	margin-top: 10px;
	padding: 5px 20px 0 20px;
	border-top: 1px solid #ccc;
	height: 20px;
	position:absolute;
   	bottom:0;
   	width: 844px;
}

#foot a {
	text-decoration: none;
	color: #666;
	padding: 0 1em;
}

#foot a:hover {
	color: #c00;
}


#content {
	padding-top: 17px;
	overflow: hidden;
	padding-bottom:40px;
}

#editWrapper {
	padding: 0 40px 0 20px;
}

#editWrapper h2 {
	/* background: no-repeat right center url('/QS/Queersome.woa/Contents/WebServerResources/partnerhead_bg.gif');
	margin-right: 20px; */
}

#listcolumn {
	float: left;
	width: 280px;
	margin: 0 20px;
}

#shortcolumn {
	float: left;
	width: 280px;
	margin-left: 20px;
}

#selectedItem {
	position: absolute;
	top: 220px;
	left: 44px;
	width: 470px;
	height: 300px;
	padding: 1px 8px 8px 1px;
	background: url("/QS/Queersome.woa/Contents/WebServerResources/detail_bg.png") no-repeat;
	overflow: hidden;
	z-index: 80;
}

#selectedItem h2.headfont {
	border: none;
	cursor: move;
}

#selectedItem a.close {
	float: right;
	height: 25px;
	line-height: 25px;
	margin-right: 5px;
}

#selectedItem .inner {
	padding: 10px;
	height: 256px;
	width: 450px;
	overflow: auto;
}

#selectedItem .inner h2 {
	margin: 0 0 .5em 0;
}

#selectedItem .tags,
#selectedItem .cats {
	float: right;
	margin-left: 1em;
}

#selectedItem .tags {
	clear: right;
	margin-top: .5em;
}

#selectedItem .tags img,
#selectedItem .cats img {
	margin-left: 3px;
}

#selectedItem img.pi {
	float: right;
	clear: right;
}

#selectedItem .gal {
	margin-top: 1em;
	padding-top: 1em;
	border: 1px solid #ccc;
	background: #e4e4e4;
}


#selectedItem .gal a {
	text-align: center;
	display: block;
	width: 52px;
	height: 52px;
	margin: 0 auto;
	text-align: center;
}


#selectedItem .gal table {
	width: 100%;
	border-spacing: 0;
}

#selectedItem .gal table td {
	padding: 5px 5px 0 0;
	text-align: center;
	vertical-align: top;
	width: 25%;
}

.poilist {
	height: 392px;
	border: 1px solid #ccc;
	border-top: none;
	overflow: auto;	
	position: relative;
}

#poiReferences {
	height: 1px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.showBABContainer {
	border: 1px solid #ccc;
	border-top: none;
	height: 19px;
	padding-left: 5px;
	background: #e4e4e4;
}

.showBABContainer img {
	margin-top: -2px;
}

#notepad {
	margin-top: 10px;
}

#notepad .headfont {
	background-color: #f6eb7d;
}

#notepad a.remove {
	
}

.poilist.notepad,
.notepad {
	height: 155px!important;
}

.poilist .entry {
	padding: 4px;
	border-bottom: 1px solid #ccc;
	clear: both;
}

#searchresults .hilight,
.resultset .hilight,
.poilist .hilight {
	background: #f6eb7d!important;
}

.poilist .entry .pi {
	float: left;
	margin-right: 5px;
}

.poilist .entry h3 {
	padding: 0;
	margin: 0 0 .25em 0;
}

.poilist .odd {
	background-color: #f8f8f8;
}

.poilist .event {
	
}

.poilist .entry .cats {
	float: right;
}

.poilist .entry .tags {
	text-align: right;
}

.poilist .entry .tags img,
.poilist .entry .cats img {
	margin-left: 3px;
}

.poilist h2 {
	padding: 4px 4px 4px 8px;
	text-transform: uppercase;
	font-size: 100%;
	margin: 0;
	font-weight: normal;
	color: #fff;
}

.poilist h2 a {
	color: inherit;
	display: block;
}

.poilist .sub { padding: 0 4px; font-weight: bold; font-style: italic; border-bottom: 1px solid #ccc; text-transform: uppercase; }


.poilist h2.calendar { background: #666; }
.poilist h2.event { background: #ff9933; }
.poilist h2.beratung { background: #cc3333; }
.poilist h2.freizeit { background: #336600; }
.poilist h2.schulen { background: #7A4600; }
.poilist h2.gastro { background: #336699; }
.poilist h2.gesundheit { background: #669933; }
.poilist h2.kultur { background: #996633; }
.poilist h2.lifestyle { background: #9966cc; }
.poilist h2.medien { background: #999999; }
.poilist h2.notruf { background: #cc3333; }
.poilist h2.organisationen { background: #0099cc; }
.poilist h2.reise { background: #ff6600; }
.poilist h2.sex { background: #666666; }

.poilist div.calendar { border-left: 4px solid #666; }
.poilist div.event { border-left: 4px solid #ff9933; }
.poilist div.beratung { border-left: 4px solid #cc3333; }
.poilist div.freizeit { border-left: 4px solid #336600; }
.poilist div.schulen { border-left: 4px solid #7A4600; }
.poilist div.gastro { border-left: 4px solid #336699; }
.poilist div.gesundheit { border-left: 4px solid #669933; }
.poilist div.kultur { border-left: 4px solid #996633; }
.poilist div.lifestyle { border-left: 4px solid #9966cc; }
.poilist div.medien { border-left: 4px solid #999999; }
.poilist div.notruf { border-left: 4px solid #cc3333; }
.poilist div.organisationen { border-left: 4px solid #0099cc; }
.poilist div.reise { border-left: 4px solid #ff6600; }
.poilist div.sex { border-left: 4px solid #666666; }

.poilist div.event .sub { color: #ff9933; }
.poilist div.beratung .sub { color: #cc3333; }
.poilist div.freizeit .sub { color: #336600; }
.poilist div.schulen .sub { color: #7A4600; }
.poilist div.gastro .sub { color: #336699; }
.poilist div.gesundheit .sub { color: #669933; }
.poilist div.kultur .sub { color: #996633; }
.poilist div.lifestyle .sub { color: #9966cc; }
.poilist div.medien .sub { color: #999999; }
.poilist div.notruf .sub { color: #cc3333; }
.poilist div.organisationen .sub { color: #0099cc; }
.poilist div.reise .sub { color: #ff6600; }
.poilist div.sex .sub { color: #666666; }



.listcount,
#listcount {
	float: right;
}

#contentcolumn {
	float: left;
	width: 545px;
	margin-left: 20px;
}

#qsmap {
	float: left;
	width: 543px;
	border: 1px solid #ccc;
	position: relative;
}

#qsmap #maploading {
	position: absolute;
	top: 10px;
	right: 10px;
	padding: 2px;
	background: #fff;
	border: 1px inset;
}


#qsmap #shortcuts {
	height: 20px;
	line-height: 20px;
	width: 100%;
	overflow: hidden;
	text-align: center;
}

#gmap {
	width: 543px;
	height: 398px;
	overflow: hidden;
}


#myImageFlow {
	background: #fff;
	width: 543px;
	color: #666;
	height: 181px;
}

#myImageFlow_loading_txt {
	padding-top: 68.5px;
}

.QSImageFlowTemplate #dummyImageFlow,
.QSImageFlowTemplate #myImageFlow {
	width: 529px;
	float: none;
}

#dummyImageFlow {
	height: 180px;
}

iframe.iflow {
	border: none;
	width: 543px;
	border: 1px solid #ccc;
	height: 180px;
	overflow: hidden;
	float: right;
	margin-top: 10px;
	margin-right: 20px;
}

.QSImageFlowTemplate iframe.iflow {
	width: 529px;
	float: none;
}

body.imgflow {
	margin: 0;
	padding: 0;
	background: #fff;
}

#myImageFlow .caption {
	background: url(/QS/Queersome.woa/Contents/WebServerResources/js/imageflow/qs-flow-arrow.png) no-repeat center top;
	font-weight: normal;
	padding-top: 8px;
}
#myImageFlow .loading {
	border-color:#333;
}
#myImageFlow .loading_bar {
	background:#333;
}
#myImageFlow .slider {
	background-image:url(/QS/Queersome.woa/Contents/WebServerResources/js/imageflow/qs-slider.png);
}
#myImageFlow .scrollbar {
	border-bottom:1px solid #ccc;
}


.errors {
	color: #bc193c;
}

.signup .errors {
	display: block;
}

div.QSLoginRegisterButtonTemplate .button {
	border: 1px solid #ccc;
	padding: 6px;
	margin-bottom: 1em;
}

div.QSLoginRegisterButtonTemplate a.act {
	display: block;
	text-transform: uppercase;
	text-align: center;
	padding: 10px;
	background-color: #f3f3f3;
}
div.QSLoginRegisterButtonTemplate a.act:hover {
	text-decoration: none;
}
div.QSLoginRegisterButtonTemplate a.login {
	color: #47576f;
}
div.QSLoginRegisterButtonTemplate a.login:hover {
	background-color: #b5bcc5;
}

div.QSLoginRegisterButtonTemplate a.logout:hover {
	background-color: #bc7685;
}

div.QSLoginRegisterButtonTemplate a.signup {
	background-color: #f3f3f3;
	color: #693;
}
div.QSLoginRegisterButtonTemplate a.signup:hover {
	background-color: #c2d6ad;
}

div.QSLoginRegisterButtonTemplate .username {
	text-align: center;
	margin: 0 0 .5em 0;
}


div.maxlen {
	font-size: 80%;
}
span.maxlen {
	font-weight: bold;
}

div.mapsearch {
	padding: 5px;
	background: #ccc;
}

div.maphint {
	padding: .5em 0;
}

ul.partnerMenu {
	padding: 0;
	margin: 0;
	list-style: none;
}

.partnerMenu li {
	display: block;
	float: left;
	width: 168px;
	height: 88px;
	margin: 0 20px 20px 0;
	border: 1px solid #ccc;
	padding: 6px;
}

.partnerMenu li a {
	display: block;
	line-height: 88px;
	text-align: center;
	width: 100%;
	height: 100%;
	color: #000;
	text-decoration: none;
	font-size: 16px;
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #f3f3f3;
	overflow: hidden;
}

.partnerMenu li.add a {
	background-image: url('/QS/Queersome.woa/Contents/WebServerResources/qs-new-bg.png');
}

.partnerMenu .venue a {
	color: #693;
}
.partnerMenu .venue a:hover {
	background-color: #c2d6ad;
}

.partnerMenu .event a {
	color: #47576f;
}
.partnerMenu .event a:hover {
	background-color: #b5bcc5;
}

.partnerMenu .images a {
	color: #f90;
}
.partnerMenu .images a:hover {
	background-color: #ffd699;
}

.partnerMenu .data a {
	color: #f70;
}
.partnerMenu .data a:hover {
	background-color: #ffc299;
}

.partnerMenu .logout a {
	color: #666;
}
.partnerMenu .logout a:hover {
	background-color: #bc7685;
}


#uploadResult.wait {
	background: url('/QS/Queersome.woa/Contents/WebServerResources/loading.gif') no-repeat center center;
}

#uploadResult div {
	height: 150px;
	border: 1px solid #ccc;
	padding: 20px;
}

.langselector {
	border-bottom: 2px solid #D9E9FF;
}

.langselector a {
	float: left;
	border: 1px solid #ccc;
	border-bottom: none;
	color: #666;
	padding: 2px 5px;
	margin-right: 3px;
}

.langselector a.selected {
	background: #D9E9FF;
}

.langcontent {
	background: #D9E9FF;
	padding: 5px;
}


table.accounttype,
table.calendarlist {
	border-spacing: 0;
}

table.accounttype {
	width: 100%;
	border-collapse: collapse;
}

.accounttype td {
	padding: 5px;
	border: 1px solid #ccc;
}
.accounttype td.at,
.accounttype td.ad {
	text-align: center;
}

.accounttype td.at input {
	margin-left: 2em;
}

.accounttype th,
.calendarlist th {
	text-align: left;
}

.calendarlist .even {
	background: #f4f4f4;
}
.calendarlist .btns {
	vertical-align: middle;
	text-align: center;
}
.calendarlist .btns a {
	color: #400;
}

.matrix table table td {
	vertical-align: top;
	padding: 3px 2px;
}

img.tomanyicon {
	vertical-align: middle;
}

.tagedit .scrollist {
	height: 200px;
	overflow: auto;
	overflow-y: auto;
	background: #eee;
}

#editWrapper .buttonrow {
	margin-top: 1em;
	padding: 4px 8px;
	background: #e4e4e4;
	text-align: center;
}

#editWrapper .buttonrow .next {
	margin-left: 70%;
}

table.editor td {
	vertical-align: top;
}

table.medialist {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

table.medialist th {
	text-align: left;
	padding-left: 6px;
}

table.medialist td {
	padding: 4px 2px 2px 2px;
	vertical-align: middle;
	border-bottom: 1px solid #999;
}

table.medialist .logo td {
	background: #e4e4e4;
}

table.medialist .caption input {
	width: 280px;
}

#editWrapper legend {
	text-transform: uppercase;
}

.QSLocalizedAttribute textarea {
	height: 8em;
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

.eventeditpartner .QSLocalizedAttribute textarea {
	width: 500px;
}

.markerLabel {
	font-weight: bold;
	color: #fff;
	text-align: center;
	width: 40px;
	font-size: 11px;
}

.eventLabel {
	font-weight: bold;
	color: #fff;
	font-size: 11px;
	white-space: nowrap;
	background: #e69833;
	padding: 0 2px;	
}

/* bubble template */

.bubble {
	margin-bottom: 2em;
	width: 141px;
}

.QSBubbleTemplate .edit {
	width: auto;
}

.bubble .inner {
	background: url('/QS/Queersome.woa/Contents/WebServerResources/bubble-bg.png');
	color: white;
	padding: 0 4px 0 4px;
	width: 100px;
	text-align: center;
	line-height: 1.1em;
}

.bubble .inner p {
	margin: 0;
	padding: 0;
}

.bubble .inner a {
	color: #fff;
}

.QSBubbleTemplate .edit .inner {
	width: auto;
}

.sw .north {
	background: url('/QS/Queersome.woa/Contents/WebServerResources/bubble-n.png') no-repeat top right;
	height: 6px;
	width: 108px;
	padding-left: 33px;
}

.nw .inner,
.sw .inner {
	margin-left: 33px;
}

.sw .south {
	background: url('/QS/Queersome.woa/Contents/WebServerResources/bubble-sw.png') no-repeat top left;
	width: 141px;
	height: 18px;
}

.se .north {
	background: url('/QS/Queersome.woa/Contents/WebServerResources/bubble-n.png') no-repeat top left;
	height: 6px;
	width: 108px;
	padding-right: 33px;
}

.ne .inner,
.se .inner {
	margin-right: 33px;
}

.se .south {
	background: url('/QS/Queersome.woa/Contents/WebServerResources/bubble-se.png') no-repeat top right;
	width: 141px;
	height: 18px;
}

.nw .north {
	background: url('/QS/Queersome.woa/Contents/WebServerResources/bubble-nw.png') no-repeat top left;
	width: 141px;
	height: 18px;
}

.nw .south {
	background: url('/QS/Queersome.woa/Contents/WebServerResources/bubble-s.png') no-repeat top right;
	height: 6px;
	width: 108px;
	padding-left: 33px;
}

.ne .north {
	background: url('/QS/Queersome.woa/Contents/WebServerResources/bubble-ne.png') no-repeat top left;
	width: 141px;
	height: 18px;
}

.ne .south {
	background: url('/QS/Queersome.woa/Contents/WebServerResources/bubble-s.png') no-repeat top left;
	height: 6px;
	width: 108px;
}

.CMS_container {
	border: 1px solid #ccc;
	padding: 6px;
}

.CMS_placement_container {
	border: 1px solid #ccc;
}

div.tablinks {
	border: 1px solid #ccc;
	border-bottom: none;
	float: left;
}

.tablinks a {
	float: left;
	text-align: center;
	padding: 0 .8em;
	line-height: 19px;
	height: 19px;
	color: #666;
	margin-right: 3px;
}

.tablinks a:hover {
	text-decoration: none;
	color: #c00;
}

.tablinks .clearer {
	clear: left;
} 


#login {
	margin: 0 auto;
	width: 330px;
}

#login h2.headfont {
	width: 40%;
	border-bottom: none;
	text-align: center;
}

div.login {
	border: 1px solid #ccc;
	padding: 10px 10px;
}

.login form {
	background-color: #eeeeee;
	padding: 10px;
}

.login input.field {
	border: 1px solid #ccc;
	width: 100%;
}

.login table {
	border-spacing: 0;
	width: 100%;
	margin: 5px 0;
}
.login table td {
	padding: 2px 5px 2px 0;
}

.login table td.buttons {
	text-align: right;
}

.loginerror {
	display: block;
	padding: 5px;
	background-color: #bc193c;
	color: #fff;
}

.signup table {
	margin: 5px 0 5px 0;
}

.signup table td {
	vertical-align: top;
}
 a.signup img {
 	vertical-align: bottom;
 }
 
 #message {
 	margin: 4em auto 0 auto;
 	width: 540px;
 	padding: 6px;
 	border: 1px solid #ccc;
 }
 
 #message div {
 	background: #e4e4e4;
 	padding: 10px;
 	min-height: 100px;
 	font-size: 115%;
 }
 
 .legend {
 	border-spacing: 0;
 	width: 100%;
 	margin-top: 1em;
 }
 
 .legend td {
 	padding: 0;
 	vertical-align: bottom;
 	text-align: center;
 }
 
 ul.sitemap {
 	margin: 0;
 	padding: 0 0 0 1.5em;
 }
 
 ul.sitemap li {
 	margin-bottom: 1em;
 }
 
 ul.sitemap a {
 	text-decoration: underline;
 }
 
 #print {
 	background: #fff;
 	padding: 10px;
 }
 
 #print .entry {
 	margin: 1em 0;
 	border: 1px solid #ccc;
 	min-height: 250px;
 	padding: 1em;
 	clear: both;
 }
 
 #print .entry h2 {
 	margin: 0 0 1em 0;
 }
 
 #print .imagecontainer {
 	float: right;
 	position: relative;
 	page-break-inside: avoid;
 }
 
 #print .imagecontainer .zoomcontrol {
 	position: absolute;
 	top: 5px;
 	right: 5px;
 	background: #fff;
 	border: 1px outset;
 	padding: 2px 4px;
 }
 
 #print .mapimage {
 	width: 400px;
 	height: 250px;
 }
 
 #print .pi {
 	display: none;
 }
 
 #print .cats {
 	float: right;
 	margin-right: 1em;
 }
 
 #print .tags {
 	float: right;
 	margin-right: 1em;
 }

 #print .tags img {
 	margin-left: 3px;
 }
 
 #print .printfooter {
 	display: none;
 }
 
 @media print {
 	.noprint,
 	#bluechick,
 	#searchform,
 	#nav,
 	#foot {
 		display: none;
 	}
 	
 	#print .entry {
 		page-break-inside: avoid;
 		margin: 2em 0;
 	}
 	
 	#print .imagecontainer {
 		page-break-inside: avoid;
 	}
 	
 	#print .printfooter {
 		display: block;
 	}
 
 }
