#cookies {
	background-color:#888;
	color:#fff;
	font-size:75%;
	text-align:center;
	padding:10px 20px;
}
#cookies .cont {
	width:970px;
	margin:auto;
	text-align:left;
}
#cookies .text {
	float:left;
	padding:0;
	text-shadow:none;
}
#cookies .buttons {float:right;}
#cookies a {color:#333;font-weight:bold;}
#cookies .clr {clear:both;}
#cookies input {
	background:#fff;
	color:#000;
	border:0;
	font-size:11px;
	height:20px;
	line-height:20px;
	padding:0 10px;
  font-family: "Paytone One",Verdana,Helvetica;
}
#cookies input.no {color:#888;}
#cookies input:hover {background:#cee9ad;}
#cookies input.no:hover {background:#f00;color:#fff}
@media screen and (max-width: 479px) {
	#cookies .cont { width:320px; }
}
@media screen and (min-width: 480px) and (max-width: 969px) {
	#cookies .cont { width:480px; }
}
/*---------
/ general layout
/--------*/

HTML, * {
	margin: 0;
	padding: 0;
}

A, A:Visited, A:Active, A:Hover {
	color: #EEEEEE;
	text-decoration: none;
}

BODY, TD {
	font-family: 'Trebuchet MS',Verdana,Helvetica,Arial,sans-serif;
	color: #EEEEEE;
}

BODY {
	background: white url('/pic/page_bg.gif') scroll top left !important;
	font-size: 11pt;
}

H1, H2, H3 {
	font-weight: bold;
	text-align: left;
	margin-bottom: .25em;
}

H1 {
	font-size: 150%;
}

H2 {
	font-size: 130%;
	margin-top: .5em;
}

H3 {
	font-size: 110%;
	margin-top: .5em;
	border-bottom: none;
}

IMG { height: auto; width: auto; }

INPUT, TEXTAREA, SELECT {
	color: #000;
}

#body {
	position: relative;
	background-color: #222A46;
	box-shadow: 0px 0px 15px #000000;
	margin: 0 auto;
	max-width: 970px;
	width: 970px;
	-moz-box-shadow: 0px 0px 15px #000000;
	-webkit-box-shadow: 0px 0px 15px #000000;
}

#head { background-color: #398ec6; }

#head, #foot {
	clear: both;
	position: relative;
}

#head:after, #foot:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }

#foot {
	background-color: #3B425B;
	border-top: 1px solid #5C627E;
	padding: 10px 0 0 0;
	margin-top: 5px;
}

#content, #navigation, #extras {
	background-color: #222A46;
}

#content {
	float: right;
	width: 810px;
	max-width: 810px;
	padding: 10px 0;
}

#navigation BLOCKQUOTE, #content P, #content BLOCKQUOTE {
	margin: .5em 0;
}

#navigation BLOCKQUOTE, #content BLOCKQUOTE {
	margin-left: 1em;
	text-align: left;
}

#navigation {
	float: left;
	font-size: 80%;
	padding: 10px;
	max-width: 140px;
	width: 140px;
}

#foot A, #navigation A, #navigation A:Visited, #navigation A:Active {
	color: #398ec6;
	text-decoration: none;
}

#foot A:Hover, #navigation A:Hover {
	text-decoration: underline;
}

#navigation UL, #navigation OL {
	margin-left: 0;
}

#extras {
	float: left;
	margin: 0 5px;
	max-width: -10px;
	width: -10px;
}

/*-- custom items --*/

/*---------
/ head & foot content layout
/--------*/

.warn {
	background-color: #ff3300;
	color: white;
	font-size: 85%;
	padding: 2px;
	text-align: center;
}

.warn A:Hover {
	text-decoration: underline;
}

.maintitle {
	background: url('/pic/title_bg.png') repeat left top;
	min-height: 80px;
	position: relative;
  text-align: center;
	text-shadow: 0px 2px 5px rgba(0,0,0,.75);
}

.maintitle H1 {
	font-size: 300%;
  font-family: "Paytone One",Verdana,Helvetica;
	letter-spacing: -1px;
	text-align: center;
	margin: 0 128px;
  color: #E60808;
}

.maintitle H2 {
	font-size: 95%;
	font-style: italic;
	margin: 0 128px;
	text-align:center;
  color: #398EC6;
  padding-bottom: 1em;
}

.maintitle UL, #foot UL {
	border: 0;
}

.maintitle LI, #foot LI {
	display: inline;
	list-style-type: none;
}

.mainmenu {
	background-color: #3B425B;
	border-bottom: 1px solid #5C627E;
	border-top: 1px solid #5C627E;
	clear: both;
	font-size: 120%;
	text-align: center;
	line-height: 1.5em;
	padding: 3px 0px;
}

.mainmenu UL {
	border: 0;
}

.mainmenu LI, .footmenu LI {
	display: inline;
	list-style-type: none;
	margin: 0;
}

.mainmenu LI:before, .footmenu LI:before {
	content: "| ";
}

.mainmenu LI:first-child:before, .footmenu LI:first-child:before {
	content: "";
}

.mainmenu A, .mainmenu A:hover {
	color: #ff6600;
	text-decoration: none;
}

.footmenu { margin: 0 10px; min-height: 16px; }

.copyright {
	border-top: 1px #5C627E dashed;
	font-size: 75%;
	text-align: left;
	padding-top: 5px;
	margin: 5px 10px 10px 10px;
	min-height: 24px;
}

.copyright A {
	color: #398ec6;
	clear: both;
}

#logo {
	position: absolute;
	top: 0px;
	right: -64px;
	width: 128px;
	height: 128px;
	z-index: 100;
}

#foot .lang { position:absolute; top:0; right:0; text-align:right; margin:5px 10px 0 0; }
#foot .soci { position:absolute; bottom:0; right:0; text-align:right; margin:0 10px 10px 0; }

/*-- custom head & foot items --*/

/*---------
/ blog & text layout
/--------*/

.post {
	clear: both;
	position: relative;
	padding: 0 5px 5px 5px;
	margin-bottom: 10px;
	text-shadow: 1px 1px 2px rgba(0,0,0,.5);
}
.post:first-child { border: none; padding-top: 0; margin-top: 0; }
.post:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }

.post H1, .post H2, .post H3 {
	color: #ff6600;
	border-bottom: none;
	padding-left: 0;
	margin-top: 5px;
}

.post OL, .post UL, .text OL, .text UL {
	margin: .5em .5em .5em 2em;
	padding-left: 1em;
}

.post H1 { margin-top: 0px; }
.post TD { padding: 3px; }
.post IMG, .text IMG { max-width: 100%; }

.post .title, .post .body {
	padding: 0 5px;
}

.post .abstract {
	margin: 5px 0;
	min-height: 32px;
}

.post .body {
	clear: both;
	margin: 10px 0;
}

.post A, .text .body A {
	color: #398ec6;
}

.post .author, .post .date, .post .tags, .comment .date {
	font-size: 75%;
}

.post .date { display: none; }

.text {
	clear: both;
	position: relative;
	padding: 0 10px;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

.text H1 {
	color: #ff6600;
	text-align: center;
	margin-left: 15%;
	margin-right: 15%;
}

.text H2 {
	color: #ff6600;
	text-align: center;
}

.text TD {
	padding: 3px;
}

.post A.postlink, .text A.postlink, .related .body A {
	background: url('/pic/more.png') no-repeat right center;
	display: block;
	padding: 5px 32px 5px 0px;
}

.post A.postlink, .text A.postlink {
	color: #EEEEEE;
}

.related .body A {
	color: #398ec6;
}

.related, .comment {
	background-color: #3B425B;
	border: 1px solid #5C627E;
	clear: both;
	padding: 0;
	margin: 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	/* IE 6-9 */
	behavior: url(PIE.php);
}

.related .head, .comment .head  {
	color: #EEEEEE;
	font-weight: bold;
	padding: 10px;
}

.related .body, .comment .body {
	border-top: 1px solid #5C627E;
	min-height: 22px;
	padding: 5px 10px;
}

.comment FORM {
	margin: 10px;
}

.comment INPUT, .comment TEXTAREA {
	border: 1px solid #ADADAD; /*NOTE*/
	border-radius: 8px;
	padding: 3px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	/* IE 6-9 */
	behavior: url(PIE.php);
}

.comment INPUT {
	margin-right: 10px;
	width: 170px;
}

.comment TEXTAREA {
	width: 98%;
}

.calendar {
	background-color: #398ec6;
	border-radius: 5px;
	font-family: helvetica, arial;
	font-size: 160%;
	line-height: 75%;
	padding-bottom: .3em;
	position: absolute;
	text-align: center;
	top: 10px;
	width: 48px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	/* IE 6-9 */
	behavior: url(PIE.php);
}

.calendar .month {
	background-color: #3B425B;
	border-radius: 5px 5px 0 0;
	color: #EEEEEE;
	font-size: 60%;
	font-weight: bold;
	height: 1.3em;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	/* IE 6-9 */
	behavior: url(PIE.php);
}

.calendar .day {
	font-weight: bold;
	font-size: 85%;
	margin: 0.2em 0;
}

.calendar .year {
	font-size: 40%;
	line-height: 0.8em;
}

.calendar .bubble {
	background-color: #a40717;
	background: -webkit-gradient(linear, left top, left bottom, from(#de939e), to(#a40717), color-stop(0.5, #be4958));
	background: -moz-linear-gradient(top, #de939e, #be4958 50%, #a40717);
	background: linear-gradient(to bottom, #de939e, #be4958 50%, #a40717);
	border-style: solid;
	border-width: 2px;
	border-radius: 32px;
	color: #fff;
	display: block;
	font: bold 12px "Helvetica Neue", Helvetica, Geneva, Arial, sans-serif;
	height: 16px;
	padding: 0 5px;
	position: absolute;
	text-shadow: rgba(0,0,0,0.5) 1px 1px 2px;
	text-align: center;
	top: -8px;
	left: 32px;
	width: auto;
	-moz-border-radius: 32px;
	-webkit-background-clip: padding-box;
	-webkit-border-radius: 32px;
	z-index: 1;
	/* IE 6-9 */
	behavior: url(PIE.php);
}

.caloffset { margin-left: 56px; }

/*-- custom blog & text items --*/


/*---------
/ forum layout
/--------*/
#content.forum {
	padding: 5px 0;
}

.forum A:Hover {
	text-decoration: underline;
}

.frmmenu {
	background-color: #398ec6;
	margin: 5px;
}

.frmnav {
	background-color: #222A46;
}

.frmthread {
	background-color: #5C627E;
	color: #ffffff;
	padding: 3px;
	text-align: center;
}

.frmtopic {
	background-color: #398ec6;
	color: #ffffff;
	padding: 3px;
}

.frmnew {
	background-color: #3B425B;
	border: 1px solid #5C627E;
	margin: 10px 5px;
	padding: 2px;
	text-align: center;
}

.frmpost {
	background-color: #222A46;
	border: 1px solid #5C627E;
	margin: 5px;
}

.frmpost .title {
	background-color: #5C627E;
	color: #ffffff;
}

.frmpost .list {
	border: 0px none;
	margin: 0;
}

.frmpost .list TD {
	padding: 1px 2px;
}

.frmpost .head {
	background-color: #3B425B;
	padding: 5px;
}

.frmpost .foot {
	background-color: #398ec6;
	padding: 3px;
	text-align: center;
	font-size: 85%;
}

.frmpost IMG {
	max-width: 700px;
	height: auto;
}

.frmfoot {
	background-color: #398ec6;
	margin: 5px;
	font-size: 85%;
}

.frmmenu TABLE,
.frmfoot TABLE {
	border: 0px none;
	padding: 1px 3px;
}

.avatar {
	font-size: 75%;
}

.avatar IMG {
	margin: 3px 1px;
	max-width: 64px;
}

/*---------
/ grid & list layout
/--------*/

.grid { font-size: 80%; }
.grid .title H1, .grid .title H2 {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	text-align: center;
}
.grid UL {
	text-align: center;
	margin:0;
}
.grid LI {
	list-style: none;
	list-style-type: none;
	display: inline-block;
	margin: 0;
	padding: 5px 2px;
	text-align: center;
	vertical-align: top;
	min-width:154px;
	max-width:397px;
}
.grid LI A { color: #398ec6; position: relative;}
.grid LI A .abstract, .grid LI A .subtitle { color: #EEEEEE; }
.grid A .title { color: #ff6600; }
.grid IMG.round {
	border-radius: 64px;
	max-width: 128px;
	max-height: 128px;
	transition-property: all;
	transition-duration: 0.5s;
	transition-timing-function: ease;
	transition-delay: .2s;
	/* Safari */
	-webkit-transition-property: all;
	-webkit-transition-duration: 0.5s;
	-webkit-transition-timing-function: ease;
	-webkit-transition-delay: .2s;
	/* IE 6-9 */
	behavior: url(PIE.php);
}
.grid IMG.round:Hover { border-radius: 0; }

.g2 { width:397px; }
.g3 { width:262px; }
.g4 { width:194px; }
.g5 { width:154px; }
.g2 IMG { max-width:387px; max-height:387px; }
.g3 IMG { max-width:252px; max-height:252px; }
.g4 IMG { max-width:184px; max-height:184px; }
.g5 IMG { max-width:144px; max-height:144px; }

.list {
	border-top: #5C627E dashed 1px;
	position: relative;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 10px;
}

.list:first-child {
	border-top: none;
	padding-top: 0;
	margin-top: 0;
}

.listitem { clear: both; }

.fence {
	border-top: #5C627E dashed 1px;
	border-bottom: #5C627E dashed 1px;
	margin: 10px 0;
	padding: 10px 0;
}

/*---------
/ gallery & image layout
/--------*/

#randomimage {width:128px;}

#slideshow,
#randomimage {
	height: 128px;
	position: relative;
	overflow: hidden;
}

.slide {margin:0 auto;}
.slide IMG {max-width:128px; padding-top: 4px;}

UL.slide {
	width: 100%;
}

.gallery {
	clear: both;
	text-align: center;
}
.gallery:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }

.gallery UL  {
	text-align: center;
	margin: 0;
}

.gallery LI {
	list-style: none;
	list-style-type: none;
	display: inline-block;
	margin: 0;
	text-align: center;
	vertical-align: top;
	min-width:154px;
	max-width:262px;
}
.gallery LI IMG { margin: 4px; }
.gallery LI A { color: #398ec6; }

.imgcenter { margin:5px 0; }
.imgleft { margin:0 7px 5px 0; }
.imgright { margin:0 0 5px 7px; }

.post IMG.imgcenter, .post IMG.imgleft, .post IMG.imgright,
.text IMG.imgcenter, .text IMG.imgleft, .text IMG.imgright {
	max-width: 96%;
	height: auto;
}

.thumb {
	border: none;
	margin: 0;
	padding: 0;
	display: inline-block;
	max-width: 128px;
	max-height: 128px;
}

.post IMG.thumb, .text IMG.thumb {
	margin: 0 0 5px 10px;
	float: right;
	max-width: 96px;
	max-height: 96px;
}

.frame, .slide, .imgcenter, .imgleft, .imgright {
	border: 1px solid #5C627E;
	background: #3B425B;
	padding: 4px;
}

.desno { float: right; }

.magnifyingglass {
	border: 0;
	position: absolute;
	right: 5px;
	bottom: 14px;
	width: 32px;
	height: 32px;
}

.badge, .icon, .icon24, .smiley, .symbol {
	border: none;
	height: auto;
}
.badge { width: 26px; }
.icon24 { width: 24px; }
.icon { width: 16px; }
.smiley { width: 15px; }
.symbol { width: 13px; vertical-align: middle; }

/*---------
/ search
/--------*/

.find {
	background: #222A46 url('/pic/find.png') 3px 50% no-repeat;
	border: solid #5C627E 1px;
	border-radius: 15px;
	cursor: text;
	margin: 7px 10px;
	padding: 1px 25px;
	position: relative;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	/* IE 6-9 */
	behavior: url(PIE.php);
}
#head .find {
	margin: 0;
	width: 4px;
	z-index: 99;
}
#foot .find {
	display: none;
}

.find INPUT {
	background-color: #222A46;
	color: #EEEEEE;
	border: 0;
	font-size: 17px;
	width: 100%;
}

.find A {
	z-index: 1;
	display: none;
}

.find A IMG {
	position: absolute;
	right: 3px;
	top: 3px;
	width: 16px;
}

.searchresult {
	background-color: #3B425B;
	border-radius: 5px;
	border: 1px solid #5C627E;
	margin: 10px 0;
	padding: 10px;
	position: relative;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	/* IE 6-9 */
	behavior: url(PIE.php);
}

.searchresult H3 {
	color: #ff6600;
	border-bottom: none;
	padding: 0;
	margin-top: 0;
}

.searchresult A {
	background: url('/pic/more.png') no-repeat right center;
	color: #EEEEEE;
	display: block;
	min-height: 32px;
	padding-right: 32px;
}

.searchresult .abstract {
	margin: 5px 0;
	padding: 0;
}

/*-- custom search items --*/


/*---------
/ navigation layout
/--------*/

.menu {
	margin-bottom: 10px;
}

.menu LI {
	list-style-type: none;
	border: 1px solid #5C627E;
	background-color: #222A46;
	padding: 5px 2px;
	margin-bottom: 5px;
}

.submenu LI {
	margin-left: 15px;
}

.menu .title {
	color: #EEEEEE;
	border-bottom:1px solid #5C627E;
	background-color: #3B425B;
	margin-bottom: 4px;
	padding: 1px;
}

.menu LI, .menu .title, .menu .tags {
	text-align: center;
}

.navbutton {
	padding: 5px;
}

.navbutton A {
	background-color: #398ec6;
	border: 1px solid #5C627E;
	border-radius: 5px;
	clear: both;
	color: #EEEEEE;
	display: inline-block;
	min-width: 22px;
	padding: 5px;
	font-size: 110%;
	text-align: center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	/* IE 6-9 */
	behavior: url(PIE.php);
}

.pages {
	margin-bottom: 10px;
}

.navbutton A:hover {
	background-color: #3B425B;
}

.citat, .tweet {
	border: 1px solid #5C627E;
	padding: 10px 5px;
	font-family: georgia, times, serif;
	font-style: italic;
	text-align: center;
	vertical-align: middle;
}

.citat {
	background: #398ec6 url('/pic/quote.png') left top no-repeat scroll;
	min-height: 32px;
}

.tweet {
	background: #398ec6 url('/pic/twitter_bg.png') right top no-repeat scroll;
	min-height: 64px;
	padding: 0 5px;
	position: relative;
	overflow-x: scroll;
}

/*-- custom navigation items --*/
.tweet li { list-style-type: none; padding: 1px; }
.tweet li SPAN A { display: inline; }
.tweet li A { display: block; }

/*---------
/ other layout
/--------*/

.a9 { font-size: 75%; }
.a10 { font-size: 85%; }

#content .quote {
	background: #398ec6 url('/pic/quote.png') no-repeat scroll left top;
	border: 1px #5C627E solid;
	margin: .5em 2em;
	padding: .75em;
	color: #EEEEEE;
	font-family: georgia, times, serif;
	font-style: italic;
	font-size: 100%;
	line-height: 130%;
}

#content .code {
	background: #398ec6;
	border-left: 3px #5C627E solid;
	border-top: 1px #5C627E dashed;
	border-bottom: 1px #5C627E dashed;
	display: block;
	margin: .5em 1em;
	padding: .5em;
	color: #EEEEEE;
	font-family: courier, monospace;
	overflow: auto;
}

.poll P { margin: 5px 0; }
.poll TD { padding: 0 2px; }
.poll LI { border: 1px #5C627E solid; background: #398ec6; }

.social { padding: 5px 10px; }

.grayscale { font-size: 80%; }
.grayscale IMG {
	display: block;
	text-align: center;
	margin: 5px auto;
}

.googlemaps {
	width: 320px;
	height: 320px;
}
.googlemapswide {
	clear: both;
	width: 600px;
	height: 320px;
	margin: 5px 0;
}
.youtube {
	max-width: 560px;
}

.shadow, .slide, .related, .comment, .calendar .bubble {
	box-shadow: rgba(0,0,0,.7) 1px 1px 3px;
	-webkit-box-shadow: rgba(0,0,0,.7) 1px 1px 3px;
	-moz-box-shadow: rgba(0,0,0,.7) 1px 1px 3px;
}

/*---------
/ mobile devices
/--------*/

@media screen and (max-width: 479px) {
	body { font-size: 10pt; }
	.maintitle { min-height: 64px; text-align: left;}
	.maintitle H1, .maintitle H2 {
		margin: 0 5px;
		padding: 0;
		text-align: left;
	}
	.maintitle H1 { font-size: 250%; }
	.mainmenu { letter-spacing: -1px; }
	.post .date { display: inherit; }
	.post IMG.thumb, .text IMG.thumb { max-width:64px; max-height:64px; }
	.calendar { display: none; }
	.caloffset { margin-left: 0px; }
	.gallery LI { min-width: 0; }
	.gallery LI IMG {
		max-width: 56px;
		max-height: 56px;
		margin: 0;
	}
	.googlemaps {
		width: 140px;
		height: 140px;
	}
	.googlemapswide {
		width: 240px;
		height: 140px;
	}
	.youtube { max-width: 300px; }
	#navigation, #extras, #logo, #head .find, .maintitle UL, .pages, .grayscale { display: none; }
	#foot .copyright { text-align: center; }
	#foot .find { display: block; }
	#foot .lang { position:relative; text-align: center; margin:0 5px 0; }
	#foot .lang LI { margin:3px; }
	#foot .soci, #foot .footmenu, #foot .links { display: none; }
	#body, #content {
		width: 320px;
		max-width: 320px;
		min-width: 320px;
	}
}
 
@media screen and (min-width: 480px) and (max-width: 809px) {
	body { font-size: 10pt; }
	.maintitle { min-height: 64px; text-align: left;}
	.maintitle H1, .maintitle H2 {
		margin: 0 5px;
		padding: 0;
		text-align:left;
	}
	.gallery LI {
		min-width: 0;
		max-width: 224px;
	}
	.gallery LI IMG {
		max-width: 88px;
		max-height: 88px;
		margin: 0;
	}
	.googlemaps {
		width: 200px;
		height: 200px;
	}
	.googlemapswide {
		width: 400px;
		height: 200px;
	}
	.youtube { max-width: 440px; }
	#navigation, #extras, #logo, #head .find, .maintitle UL, .grayscale { display: none; }
	#foot .copyright { text-align: center; }
	#foot .find { display: block; }
	#foot .lang { position:relative; text-align: center; margin:0 5px 0; }
	#foot .lang LI { margin:3px; }
	#foot .soci, #foot .footmenu, #foot .links { display: none; }
	#body, #content {
		width: 480px;
		max-width: 480px;
		min-width: 480px;
	}
}

@media screen and (min-width: 810px) and (max-width: 969px) {
	#navigation, #extras, #logo, .maintitle UL, .grayscale { display: none; }
	#body, #content {
		width: 810px;
		max-width: 810px;
		min-width: 810px;
	}
}

/* display logo only if not clipped */
@media screen and (min-width: 1150px) {
	#logo { display: inherit; }
}
@media screen and (max-width: 1098px) {
	#logo { display: none; }
}

/*@media screen and (orientation:portrait) {}*/
/*@media screen and (orientation:landscape) {}*/

/* "retina" display */
@media only screen and (-webkit-min-device-pixel-ratio: 2),
	   only screen and (-moz-min-device-pixel-ratio: 2),
	   only screen and (-o-min-device-pixel-ratio: 2/1),
	   only screen and (min-device-pixel-ratio: 2),
	   only screen and (min-resolution: 2dppx) {
	body { background-size: 128px 128px; }
	.maintitle {
		background: #398ec6 url('/pic/title_bg@2x.png') no-repeat right top;
		background-size: 128px 64px;
	}
	.find {
		background: #222A46 url('/pic/find@2x.png') 5px 50% no-repeat;
		background-size: 16px 16px;
	}
	.find IMG { width: 16px; }
	.post A.postlink, .text A.postlink, .related .body A, .searchresult A {
		background: url('/pic/more@2x.png') no-repeat right center;
		background-size: 22px 22px;
	}
}
