body {
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  background-color: #eed;
  line-height: 160%;
  font-size: 16pt;
}
div#toplogo {
  top: 0;
  right: 0;
  z-index: 5;
  position: absolute;
  width: 20%;
}
div#toplogo img {
  width: 100%;
}
div#menu-base {
  font-size: 80%;
  margin-top: 2.5em;
  height: 3.5em;
  left: 0px;
  width: 100%;
  z-index: 6;
  position: relative;
}
div#innermaintabbox {
  z-index: 5;
  margin-top: 5em;
}
div#maintabbox {
  padding: 0.1em 1em;
  margin-left: -1em;
  left: 5%;
  width: 90%;
  z-index: 4;
  position: relative;
}
div#maintab {
  padding: 2em;
  margin: 1em;
  z-index: 2;
  position: relative;
}
h3,
h2,
h1 {
  font-size: 200%;
}
.story a {
  text-decoration: none;
}
.story a .titles {
  font-family: 'League';
  padding-left: 10%;
  width: 80%;
}
.story a .titles .title {
  margin-bottom: 0.4em;
  text-align: center;
  line-height: 0.8em;
}
#maintab > .story a .titles {
  min-height: 80px;
  width: 70%;
  padding-left: 0;
}
a.comments {
  margin-left: 9em;
}
div#maintab>div.comment_reply {
  margin: 4em;
  height: 8em;
}
div.comment_reply {
  clear: both;
}
div.eachcomment {
  margin-left: 10%;
  margin-bottom: 1em;
  margin-top: 1em;
  clear: both;
}
div.comment_name {
  font-size: 150%;
  line-height: 150%;
  font-weight: bold;
}
div.comment_reply a {
  color: #607890;
  font-weight: normal;
  text-decoration: none;
}
div.comment_reply a:hover {
  color: #000;
}
form.addcomment textarea {
  float: left;
  margin: 1em;
  margin-left: 0px;
}
form.addcomment input.savecomment {
  float: left;
  margin: 2em;
}
div.mycomment {
  margin: 2em;
  color: #bf2;
}
p {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
a.spch-bub-inside,
a.spch-bub-outside {
  color: #555;
}
.spch-bub-inside em {
  background: #555;
  color: #fff;
}
.spch-bub-inside .point,
.spch-bub-outside .point {
  border-right-color: #555;
}
.spch-bub-outside .bubble {
  background: #555;
}
a.spch-bub-inside:hover,
a.spch-bub-outside:hover {
  color: #999;
}
a.spch-bub-inside:hover em,
a.spch-bub-outside:hover .bubble {
  background: #999;
  color: #201;
}
a.spch-bub-inside:hover .point,
a.spch-bub-outside:hover .point {
  border-right-color: #999;
}
div.speachpoint {
  border-left-color: #999;
  border-bottom-color: #999; /* IE fix */
  border-bottom-color: rgba(0,0,0,0);
}
div.border-point {
  border-left-color: #777;
  border-bottom-color: #777; /* IE fix */
  border-bottom-color: rgba(0,0,0,0);
}
div.border-bubble {
  border-color: #777;
  border-bottom-color: #555;
}
div.comment {
  background: #999;
}
div.paginationlink {
  clear: both;
}
div.addnewcomment {
  clear: both;
  margin: 1em;
}
div.eachstory {
  padding: 1em;
  margin-bottom: 2em;
  background-color: #ffe;
  box-shadow: 0 1px 4px rgba(0,0,0,0.27), 0 0 40px rgba(0,0,0,0.06) inset;
  -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.27), 0 0 60px rgba(0,0,0,0.1) inset;
  -moz-box-shadow: 0 1px 4px rgba(0,0,0,0.27), 0 0 40px rgba(0,0,0,0.06) inset;
  border-radius: 0 120px 120px/0 0 6px 6px;
}
div.eachstory div.story-date {
  position: absolute;
  left: 0;
  background: #ddd;
  border-left: 1px solid #bbb;
  padding: 0.3em;
}
div.eachstory div.story-date span.month {
  font-weight: bold;
}
div.eachstory div.story-date span.day {
  font-style: italic;
}
div.story p.comment {
  clear: both;
  font-style: italic;
  margin-left: 1em;
  font-size: 90%;
  color: #021;
}
div.story div.imgwrapper {
  width: 33%;
  float: left;
  margin-right: 1em;
}
div.story div.imgwrapper img.image {
  width: 100%;
}
div.story img.image {
  width: 100%;
}
#boilerplate-container i.maybe-edit {
  float: left;
  font-size: 32px;
  cursor: hand;
  cursor: pointer;
}
#boilerplate-container i.maybe-login {
  float: right;
  font-size: 32px;
  cursor: hand;
  cursor: pointer;
}
#boilerplate-container i.icon-signin {
  color: #8c6;
}
#boilerplate-container i.icon-signout {
  color: #c86;
}
#boilerplate-container i.icon-signin.hoverbutt {
  color: #8f6;
}
#boilerplate-container i.icon-signout.hoverbutt {
  color: #f86;
}
i.icon-edit {
  color: #68a;
}
i.icon-edit.hoverbutt {
  color: #68f;
}
div#modalbg {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: #abc;
  opacity: 0.6;
  z-index: 22;
}
div#modal {
  top: 20%;
  left: 7%;
  width: 80%;
  height: auto;
  position: absolute;
  background-color: #ddf;
  z-index: 23;
  padding: 1em;
  border: 1px solid #bad;
}
div#modal i.icon-remove-sign {
  position: absolute;
  right: 0px;
  top: -0.2em;
  color: #f00;
  cursor: hand;
  cursor: pointer;
}
.hide4now {
  display: none;
}
i.icon-ok {
  color: #0f0;
}
.taglist {
  height: 2em;
  margin-top: -1em;
}
.taglist a.tags {
  background-color: #def;
  padding: 7px;
  padding-bottom: 0;
  float: right;
  margin-right: 1em;
}
.taglist a.tags:hover {
  background-color: #abc;
}
#inform .intaglist {
  float: left;
}
#inform .intaglist span.tags {
  background-color: #eec;
  margin: 1em;
  padding: 0.5em;
  padding-bottom: 0;
  font-size: 150%;
  border: 1px solid #642;
  position: relative;
}
#inform .intaglist span.tags i.icon-remove-sign {
  position: absolute;
  top: 0;
  color: #f52;
  font-size: 66%;
}
#inform .intaglist span.tags i.icon-remove-sign:hover {
  color: #fa5;
}
#inform .intags {
  float: right;
}
#inform .intags input {
  width: 9em;
}
#inform .intags select {
  margin-left: 1em;
}
#inform input#url {
  font-size: 250%;
}
#inform input#title {
  font-size: 250%;
  width: 90%;
}
#inform input#image {
  font-size: 250%;
  width: 90%;
}
#inform input.error {
  background-color: #fcc;
}
#inform textarea#description {
  font-size: 250%;
  width: 90%;
  height: 4em;
}
#inform textarea#comment {
  margin: 1em;
  font-size: 250%;
}
#inform p.center {
  text-align: center;
  margin-top: -2em;
  padding-bottom: 1em;
}

/**** Speech Bubble Icons *****/
.spch-bub-inside,
.spch-bub-outside {
  position: relative;
}
a.spch-bub-inside,
a.spch-bub-outside {
  color: #842;
  text-decoration: none;
}
.spch-bub-inside em,
.spch-bub-outside em {
  font-style: normal;
}
.spch-bub-inside em {
  background: #842;
  color: #FFF;
	padding: 0.4em;
  -moz-border-radius: 0.25em;
  -webkit-border-radius: 0.25em;
  border-radius: 0.25em;
  position: relative;
}
.spch-bub-inside .point,
.spch-bub-outside .point {
  width: 0;
  height: 0;
  position: absolute;
  top: 1.5em;
  right: 0.5em;
  display: block;
  border-right: 0.66em solid #842; 
  border-bottom: 0.66em solid #000; /* IE fix */
  border-bottom: 0.66em solid rgba(0,0,0,0); 
  overflow: hidden; /* IE fix */
}
.spch-bub-outside {
 padding-left: 2.0em;
}
.spch-bub-outside .bubble {
  top: 0;
  left: 0;
  display: block;
  position: absolute;
  height: 1.1em;
  width: 1.8em;
  background: #842;
  -moz-border-radius: 0.25em;
  -webkit-border-radius: 0.25em;
  border-radius: 0.25em;
}
a.spch-bub-inside:hover,
a.spch-bub-outside:hover {
  color: #ddad80;
}
a.spch-bub-inside:hover em,
a.spch-bub-outside:hover .bubble  {
  cursor: pointer;
  background: #ddad80;
  color: #201;
}
a.spch-bub-inside:hover .point,
a.spch-bub-outside:hover .point {
  border-right: 0.66em solid #ddad80; 
}
div.spch-bub-outside {
  height: 1.5em;
  width: 0;
}


div.speachpoint {
  width: 0;
  height: 0;
  font-size:33px;
  position: absolute;
  bottom: -12px;
  left: 17%;
  display: block;
  z-index:4;
  border-left: 1.45em solid #ddad80; 
  border-bottom: 0.45em solid #ddad80; /* IE fix */
  border-bottom: 0.45em solid rgba(0,0,0,0); 
  overflow: hidden; /* IE fix */
}

div.border-point {
  width: 0;
  height: 0;
  font-size:33px;
  position: absolute;
  top: 100%;
  left: 17%;
  display: block;
  z-index:3;
  border-left: 1.45em solid #74473c; 
  border-bottom: 0.45em solid #74473c; /* IE fix */
  border-bottom: 0.45em solid rgba(0,0,0,0); 
  overflow: hidden; /* IE fix */
}

div.border-bubble {
	border: 1px solid #74473c; border-bottom-color: #74473c;
	-moz-border-radius: 0.66em;
	-webkit-border-radius: 0.66em;
	border-radius: 0.66em;
}




div.comment {
	position:relative;
	font-family: Arial Narrow, Arial;
	margin-bottom:8px;
	background: #ddad80;
	padding-left:2em;
	padding-right:2em;
	padding-top:0.5em;
	padding-bottom:0.5em;
}

div.eachcomment {
	padding-left:5%;
}
div.addacomment {
	padding-left:5%;
}

div.commentname {
	margin-left:2em;
	font-style:italic;
	z-index:3;
}
div.commentsubject {
	font-weight:bold;
	z-index:3;
}

div.comment_reply {
	margin-left:5%;
}


div.addcomments {
	padding:1em;
	margin:1em;
	font-size:16px;
	min-height:20em;
	height:auto !important;
	height:40em;
}

p.commentcomment {
	color:#f33;
	z-index:3;
}


div.comment-links {
	visibility:hidden;
}

div.comment-list {
	padding-bottom:3em;
}

div.comments {
	margin:1em;
	min-height:5em;
	height:auto !important;
	height:5em;
}



/* auth */

div#loginpage {
	top: 50%;
	left: 50%;
	width: 560px;
	height: 240px;
	position: fixed;
	z-index: 23;
	margin-top: -120px;
	margin-left: -280px;
	padding:8px;
	font-size:24px;
}

div#loginbackdrop {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #aBaCaA;
	position: fixed;
	z-index: 22;
	opacity: 0.8;
	filter:Alpha(Opacity=80);
}

.ie6 div#loginpage {
	position: absolute;
	height: 800px;
	bottom:auto;
	top:expression(eval(document.documentElement.scrollTop));
}

.ie6 div#loginbackdrop {
	position: absolute;
	height: 2000px;
	bottom:auto;
	top:expression(eval(document.documentElement.scrollTop));
}

.ie6 div#loginbox {
	top:50%;
	margin-top: -200px;
	position:relative;
}

div#loginbox {
	background-color: #ABC;
	padding:13px;
	margin-top:-13px;

	background-image: linear-gradient(right bottom, rgb(202,203,204) 28%, rgb(175,191,207) 88%, rgb(170,187,204) 76%);
	background-image: -o-linear-gradient(right bottom, rgb(202,203,204) 28%, rgb(175,191,207) 88%, rgb(170,187,204) 76%);
	background-image: -moz-linear-gradient(right bottom, rgb(202,203,204) 28%, rgb(175,191,207) 88%, rgb(170,187,204) 76%);
	background-image: -webkit-linear-gradient(right bottom, rgb(202,203,204) 28%, rgb(175,191,207) 88%, rgb(170,187,204) 76%);
	background-image: -ms-linear-gradient(right bottom, rgb(202,203,204) 28%, rgb(175,191,207) 88%, rgb(170,187,204) 76%);

	background-image: -webkit-gradient(
		linear,
		right bottom,
		53 23,
		color-stop(0.28, rgb(202,203,204)),
		color-stop(0.88, rgb(175,191,207)),
		color-stop(0.76, rgb(170,187,204))
	);

	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;

	-webkit-box-shadow: 5px 5px 7px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    5px 5px 7px rgba(50, 50, 50, 0.75);
	box-shadow:         5px 5px 7px rgba(50, 50, 50, 0.75);
}

div.reminder {
	clear:both;
	font-size:50%;
	text-align:center;
	margin-top:3px;
}


div #loginbox input {
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	margin:8px;
}

div#loginbox i {
	float:right;
	margin:1em;
}

div#loginbox input {
	margin:10px;
}
div#loginbox input[type='text'] {
	margin-left:53px;
}
div#loginbox input[type='submit'] {
	margin-left:33px;
	float:left;
}
div#loginbox input[type='button'] {
	margin-right:33px;
	float:right;
}
div#loginbox {
	float:right;
}

/* 
  HTML5 ✰ Boilerplate 
  
  style.css contains a reset, font normalization and some base styles.
  
  credit is left where credit is due.
  much inspiration was taken from these projects:
    yui.yahooapis.com/2.8.1/build/base/base.css
    camendesign.com/design/
    praegnanz.de/weblog/htmlcssjs-kickstart
*/

/* 
  html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
  v1.4 2009-07-27 | Authors: Eric Meyer & Richard Clark
  html5doctor.com/html-5-reset-stylesheet/
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}                  

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { 
    display:block;
}

nav ul { list-style:none; }

blockquote, q { quotes:none; }

blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }

a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }

ins { background-color:#ff9; color:#000; text-decoration:none; }

mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help; }

/* tables still need cellspacing="0" in the markup */
table { border-collapse:collapse; border-spacing:0; }

hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }

input, select { vertical-align:middle; }

/* END RESET CSS */


/* fonts.css from the YUI Library: developer.yahoo.com/yui/
   Refer to developer.yahoo.com/yui/3/cssfonts/ for font sizing percentages

  There are three custom edits:
   * remove arial, helvetica from explicit font stack
   * we normalize monospace styles ourselves
   * table font-size is reset in the HTML5 reset above so there is no need to repeat
*/
body { font:13px/1.231 sans-serif; *font-size:small; } /* hack retained to preserve specificity */

select, input, textarea, button { font:99% sans-serif; }

/* normalize monospace sizing 
 * en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome
 */
pre, code, kbd, samp { font-family: monospace, sans-serif; }
 

/* 
 * minimal base styles 
 */


body, select, input, textarea { 
  /* #444 looks better than black: twitter.com/H_FJ/statuses/11800719859 */ 
  color: #444; 
  /* set your base font here, to apply evenly */
  /* font-family: Georgia, serif;  */   
}

/* Headers (h1,h2,etc) have no default font-size or margin,
   you'll want to define those yourself. */ 
h1,h2,h3,h4,h5,h6 { font-weight: bold; }

/* always force a scrollbar in non-IE */ 
html { overflow-y: scroll; }

 
/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: none; }

a, a:active, a:visited { color: #607890; }
a:hover { color: #036; }


ul, ol { margin-left: 1.8em; }
ol { list-style-type: decimal; }

/* Remove margins for navigation lists */
nav ul, nav li { margin: 0; } 

small { font-size: 85%; }
strong, th { font-weight: bold; }

td, td img { vertical-align: top; } 

sub { vertical-align: sub; font-size: smaller; }
sup { vertical-align: super; font-size: smaller; }

pre { 
  padding: 15px; 
  
  /* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
  white-space: pre; /* CSS2 */
  white-space: pre-wrap; /* CSS 2.1 */
  white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word; /* IE */
}
 
textarea { overflow: auto; } /* thnx ivannikolic! www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */

.ie6 legend, .ie7 legend { margin-left: -7px; } /* thnx ivannikolic! */

/* align checkboxes, radios, text inputs with their label
   by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  */
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }

/* hand cursor on clickable input elements */
label, input[type=button], input[type=submit], button { cursor: pointer; }
 
/* webkit browsers add a 2px margin outside the chrome of form elements */  
button, input, select, textarea { margin: 0; }

/* colors for form validity */
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { 
      border-radius: 1px;
    -moz-box-shadow: 0px 0px 5px red; 
 -webkit-box-shadow: 0px 0px 5px red; 
         box-shadow: 0px 0px 5px red;
}
.no-boxshadow input:invalid, 
.no-boxshadow textarea:invalid { background-color: #f0dddd; }


/* These selection declarations have to be separate.
   No text-shadow: twitter.com/miketaylr/status/12228805301 
   Also: hot pink. */
::-moz-selection{ background: #FF5E99; color:#fff; text-shadow: none; }
::selection { background:#FF5E99; color:#fff; text-shadow: none; } 

/*  j.mp/webkit-tap-highlight-color */
a:link { -webkit-tap-highlight-color: #FF5E99; } 

/* make buttons play nice in IE:    
   www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button {  width: auto; overflow: visible; }
 
/* bicubic resizing for non-native sized IMG: 
   code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img { -ms-interpolation-mode: bicubic; }



/* 
 * Non-semantic helper classes 
 */

/* for image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }

/* Hide for both screenreaders and browsers
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; } 

/* Hide only visually, but have it available for screenreaders 
   www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden  */
.visuallyhidden { position: absolute !important;    
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px); }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* >> The Magnificent CLEARFIX: Updated to prevent margin-collapsing on child elements << j.mp/bestclearfix */
.clearfix:before, .clearfix:after {
  content: "\0020"; display: block; height: 0; visibility: hidden;	
} 

.clearfix:after { clear: both; }
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix { zoom: 1; }






 /* Primary Styles
    Author: 
 */















/*
 * Media queries for responsive design
 * These follow after primary styles so they will successfully override. 
 */

@media all and (orientation:portrait) { 
  /* Style adjustments for portrait mode goes here */
  
}

@media all and (orientation:landscape) { 
  /* Style adjustments for landscape mode goes here */
  
}

/* Grade-A Mobile Browsers (Opera Mobile, iPhone Safari, Android Chrome)  
   Consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-device-width: 480px) {
  
  
  /* Uncomment if you don't want iOS and WinMobile to mobile-optimize the text for you
     j.mp/textsizeadjust 
  html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}

/* 
 * print styles
 * inlined to avoid required HTTP connection www.phpied.com/delay-loading-your-print-css/ 
 */
@media print {
  * { background: transparent !important; color: #444 !important; text-shadow: none !important; }
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a:after { content: " (" attr(href) ")"; } 
  abbr:after { content: " (" attr(title) ")"; }
  .ir a:after { content: ""; }  /* Don't show links for images */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */ 
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}

/*!
 *  Font Awesome 3.0.2
 *  the iconic font designed for use with Twitter Bootstrap
 *  -------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation
 *  can be found at: http://fortawesome.github.com/Font-Awesome/
 *
 *  License
 *  -------------------------------------------------------
 *  - The Font Awesome font is licensed under the SIL Open Font License - http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under the MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - The Font Awesome pictograms are licensed under the CC BY 3.0 License - http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fortawesome.github.com/Font-Awesome"

 *  Contact
 *  -------------------------------------------------------
 *  Email: dave@davegandy.com
 *  Twitter: http://twitter.com/fortaweso_me
 *  Work: Lead Product Designer @ http://kyruus.com
 */

@font-face{
  font-family:'FontAwesome';
  src:url('http://saymay.be/fonts/fontawesome-webfont.eot?v=3.0.1');
  src:url('http://saymay.be/fonts/fontawesome-webfont.eot?#iefix&v=3.0.1') format('embedded-opentype'),
  url('http://saymay.be/fonts/fontawesome-webfont.woff?v=3.0.1') format('woff'),
  url('http://saymay.be/fonts/fontawesome-webfont.ttf?v=3.0.1') format('truetype');
  font-weight:normal;
  font-style:normal }

[class^="icon-"],[class*=" icon-"]{font-family:FontAwesome;font-weight:normal;font-style:normal;text-decoration:inherit;-webkit-font-smoothing:antialiased;display:inline;width:auto;height:auto;line-height:normal;vertical-align:baseline;background-image:none;background-position:0 0;background-repeat:repeat;margin-top:0}.icon-white,.nav-pills>.active>a>[class^="icon-"],.nav-pills>.active>a>[class*=" icon-"],.nav-list>.active>a>[class^="icon-"],.nav-list>.active>a>[class*=" icon-"],.navbar-inverse .nav>.active>a>[class^="icon-"],.navbar-inverse .nav>.active>a>[class*=" icon-"],.dropdown-menu>li>a:hover>[class^="icon-"],.dropdown-menu>li>a:hover>[class*=" icon-"],.dropdown-menu>.active>a>[class^="icon-"],.dropdown-menu>.active>a>[class*=" icon-"],.dropdown-submenu:hover>a>[class^="icon-"],.dropdown-submenu:hover>a>[class*=" icon-"]{background-image:none}[class^="icon-"]:before,[class*=" icon-"]:before{text-decoration:inherit;display:inline-block;speak:none}a [class^="icon-"],a [class*=" icon-"]{display:inline-block}.icon-large:before{vertical-align:-10%;font-size:1.3333333333333333em}.btn [class^="icon-"],.nav [class^="icon-"],.btn [class*=" icon-"],.nav [class*=" icon-"]{display:inline}.btn [class^="icon-"].icon-large,.nav [class^="icon-"].icon-large,.btn [class*=" icon-"].icon-large,.nav [class*=" icon-"].icon-large{line-height:.9em}.btn [class^="icon-"].icon-spin,.nav [class^="icon-"].icon-spin,.btn [class*=" icon-"].icon-spin,.nav [class*=" icon-"].icon-spin{display:inline-block}.nav-tabs [class^="icon-"],.nav-pills [class^="icon-"],.nav-tabs [class*=" icon-"],.nav-pills [class*=" icon-"],.nav-tabs [class^="icon-"].icon-large,.nav-pills [class^="icon-"].icon-large,.nav-tabs [class*=" icon-"].icon-large,.nav-pills [class*=" icon-"].icon-large{line-height:.9em}li [class^="icon-"],.nav li [class^="icon-"],li [class*=" icon-"],.nav li [class*=" icon-"]{display:inline-block;width:1.25em;text-align:center}li [class^="icon-"].icon-large,.nav li [class^="icon-"].icon-large,li [class*=" icon-"].icon-large,.nav li [class*=" icon-"].icon-large{width:1.5625em}ul.icons{list-style-type:none;text-indent:-0.75em}ul.icons li [class^="icon-"],ul.icons li [class*=" icon-"]{width:.75em}.icon-muted{color:#eee}.icon-border{border:solid 1px #eee;padding:.2em .25em .15em;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.icon-2x{font-size:2em}.icon-2x.icon-border{border-width:2px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.icon-3x{font-size:3em}.icon-3x.icon-border{border-width:3px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.icon-4x{font-size:4em}.icon-4x.icon-border{border-width:4px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px}.pull-right{float:right}.pull-left{float:left}[class^="icon-"].pull-left,[class*=" icon-"].pull-left{margin-right:.3em}[class^="icon-"].pull-right,[class*=" icon-"].pull-right{margin-left:.3em}.btn [class^="icon-"].pull-left.icon-2x,.btn [class*=" icon-"].pull-left.icon-2x,.btn [class^="icon-"].pull-right.icon-2x,.btn [class*=" icon-"].pull-right.icon-2x{margin-top:.18em}.btn [class^="icon-"].icon-spin.icon-large,.btn [class*=" icon-"].icon-spin.icon-large{line-height:.8em}.btn.btn-small [class^="icon-"].pull-left.icon-2x,.btn.btn-small [class*=" icon-"].pull-left.icon-2x,.btn.btn-small [class^="icon-"].pull-right.icon-2x,.btn.btn-small [class*=" icon-"].pull-right.icon-2x{margin-top:.25em}.btn.btn-large [class^="icon-"],.btn.btn-large [class*=" icon-"]{margin-top:0}.btn.btn-large [class^="icon-"].pull-left.icon-2x,.btn.btn-large [class*=" icon-"].pull-left.icon-2x,.btn.btn-large [class^="icon-"].pull-right.icon-2x,.btn.btn-large [class*=" icon-"].pull-right.icon-2x{margin-top:.05em}.btn.btn-large [class^="icon-"].pull-left.icon-2x,.btn.btn-large [class*=" icon-"].pull-left.icon-2x{margin-right:.2em}.btn.btn-large [class^="icon-"].pull-right.icon-2x,.btn.btn-large [class*=" icon-"].pull-right.icon-2x{margin-left:.2em}.icon-spin{display:inline-block;-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;-webkit-animation:spin 2s infinite linear;animation:spin 2s infinite linear}@-moz-keyframes spin{0%{-moz-transform:rotate(0deg)}100%{-moz-transform:rotate(359deg)}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg)}}@-o-keyframes spin{0%{-o-transform:rotate(0deg)}100%{-o-transform:rotate(359deg)}}@-ms-keyframes spin{0%{-ms-transform:rotate(0deg)}100%{-ms-transform:rotate(359deg)}}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}@-moz-document url-prefix(){.icon-spin{height:.9em}.btn .icon-spin{height:auto}.icon-spin.icon-large{height:1.25em}.btn .icon-spin.icon-large{height:.75em}}.icon-glass:before{content:"\f000"}.icon-music:before{content:"\f001"}.icon-search:before{content:"\f002"}.icon-envelope:before{content:"\f003"}.icon-heart:before{content:"\f004"}.icon-star:before{content:"\f005"}.icon-star-empty:before{content:"\f006"}.icon-user:before{content:"\f007"}.icon-film:before{content:"\f008"}.icon-th-large:before{content:"\f009"}.icon-th:before{content:"\f00a"}.icon-th-list:before{content:"\f00b"}.icon-ok:before{content:"\f00c"}.icon-remove:before{content:"\f00d"}.icon-zoom-in:before{content:"\f00e"}.icon-zoom-out:before{content:"\f010"}.icon-off:before{content:"\f011"}.icon-signal:before{content:"\f012"}.icon-cog:before{content:"\f013"}.icon-trash:before{content:"\f014"}.icon-home:before{content:"\f015"}.icon-file:before{content:"\f016"}.icon-time:before{content:"\f017"}.icon-road:before{content:"\f018"}.icon-download-alt:before{content:"\f019"}.icon-download:before{content:"\f01a"}.icon-upload:before{content:"\f01b"}.icon-inbox:before{content:"\f01c"}.icon-play-circle:before{content:"\f01d"}.icon-repeat:before{content:"\f01e"}.icon-refresh:before{content:"\f021"}.icon-list-alt:before{content:"\f022"}.icon-lock:before{content:"\f023"}.icon-flag:before{content:"\f024"}.icon-headphones:before{content:"\f025"}.icon-volume-off:before{content:"\f026"}.icon-volume-down:before{content:"\f027"}.icon-volume-up:before{content:"\f028"}.icon-qrcode:before{content:"\f029"}.icon-barcode:before{content:"\f02a"}.icon-tag:before{content:"\f02b"}.icon-tags:before{content:"\f02c"}.icon-book:before{content:"\f02d"}.icon-bookmark:before{content:"\f02e"}.icon-print:before{content:"\f02f"}.icon-camera:before{content:"\f030"}.icon-font:before{content:"\f031"}.icon-bold:before{content:"\f032"}.icon-italic:before{content:"\f033"}.icon-text-height:before{content:"\f034"}.icon-text-width:before{content:"\f035"}.icon-align-left:before{content:"\f036"}.icon-align-center:before{content:"\f037"}.icon-align-right:before{content:"\f038"}.icon-align-justify:before{content:"\f039"}.icon-list:before{content:"\f03a"}.icon-indent-left:before{content:"\f03b"}.icon-indent-right:before{content:"\f03c"}.icon-facetime-video:before{content:"\f03d"}.icon-picture:before{content:"\f03e"}.icon-pencil:before{content:"\f040"}.icon-map-marker:before{content:"\f041"}.icon-adjust:before{content:"\f042"}.icon-tint:before{content:"\f043"}.icon-edit:before{content:"\f044"}.icon-share:before{content:"\f045"}.icon-check:before{content:"\f046"}.icon-move:before{content:"\f047"}.icon-step-backward:before{content:"\f048"}.icon-fast-backward:before{content:"\f049"}.icon-backward:before{content:"\f04a"}.icon-play:before{content:"\f04b"}.icon-pause:before{content:"\f04c"}.icon-stop:before{content:"\f04d"}.icon-forward:before{content:"\f04e"}.icon-fast-forward:before{content:"\f050"}.icon-step-forward:before{content:"\f051"}.icon-eject:before{content:"\f052"}.icon-chevron-left:before{content:"\f053"}.icon-chevron-right:before{content:"\f054"}.icon-plus-sign:before{content:"\f055"}.icon-minus-sign:before{content:"\f056"}.icon-remove-sign:before{content:"\f057"}.icon-ok-sign:before{content:"\f058"}.icon-question-sign:before{content:"\f059"}.icon-info-sign:before{content:"\f05a"}.icon-screenshot:before{content:"\f05b"}.icon-remove-circle:before{content:"\f05c"}.icon-ok-circle:before{content:"\f05d"}.icon-ban-circle:before{content:"\f05e"}.icon-arrow-left:before{content:"\f060"}.icon-arrow-right:before{content:"\f061"}.icon-arrow-up:before{content:"\f062"}.icon-arrow-down:before{content:"\f063"}.icon-share-alt:before{content:"\f064"}.icon-resize-full:before{content:"\f065"}.icon-resize-small:before{content:"\f066"}.icon-plus:before{content:"\f067"}.icon-minus:before{content:"\f068"}.icon-asterisk:before{content:"\f069"}.icon-exclamation-sign:before{content:"\f06a"}.icon-gift:before{content:"\f06b"}.icon-leaf:before{content:"\f06c"}.icon-fire:before{content:"\f06d"}.icon-eye-open:before{content:"\f06e"}.icon-eye-close:before{content:"\f070"}.icon-warning-sign:before{content:"\f071"}.icon-plane:before{content:"\f072"}.icon-calendar:before{content:"\f073"}.icon-random:before{content:"\f074"}.icon-comment:before{content:"\f075"}.icon-magnet:before{content:"\f076"}.icon-chevron-up:before{content:"\f077"}.icon-chevron-down:before{content:"\f078"}.icon-retweet:before{content:"\f079"}.icon-shopping-cart:before{content:"\f07a"}.icon-folder-close:before{content:"\f07b"}.icon-folder-open:before{content:"\f07c"}.icon-resize-vertical:before{content:"\f07d"}.icon-resize-horizontal:before{content:"\f07e"}.icon-bar-chart:before{content:"\f080"}.icon-twitter-sign:before{content:"\f081"}.icon-facebook-sign:before{content:"\f082"}.icon-camera-retro:before{content:"\f083"}.icon-key:before{content:"\f084"}.icon-cogs:before{content:"\f085"}.icon-comments:before{content:"\f086"}.icon-thumbs-up:before{content:"\f087"}.icon-thumbs-down:before{content:"\f088"}.icon-star-half:before{content:"\f089"}.icon-heart-empty:before{content:"\f08a"}.icon-signout:before{content:"\f08b"}.icon-linkedin-sign:before{content:"\f08c"}.icon-pushpin:before{content:"\f08d"}.icon-external-link:before{content:"\f08e"}.icon-signin:before{content:"\f090"}.icon-trophy:before{content:"\f091"}.icon-github-sign:before{content:"\f092"}.icon-upload-alt:before{content:"\f093"}.icon-lemon:before{content:"\f094"}.icon-phone:before{content:"\f095"}.icon-check-empty:before{content:"\f096"}.icon-bookmark-empty:before{content:"\f097"}.icon-phone-sign:before{content:"\f098"}.icon-twitter:before{content:"\f099"}.icon-facebook:before{content:"\f09a"}.icon-github:before{content:"\f09b"}.icon-unlock:before{content:"\f09c"}.icon-credit-card:before{content:"\f09d"}.icon-rss:before{content:"\f09e"}.icon-hdd:before{content:"\f0a0"}.icon-bullhorn:before{content:"\f0a1"}.icon-bell:before{content:"\f0a2"}.icon-certificate:before{content:"\f0a3"}.icon-hand-right:before{content:"\f0a4"}.icon-hand-left:before{content:"\f0a5"}.icon-hand-up:before{content:"\f0a6"}.icon-hand-down:before{content:"\f0a7"}.icon-circle-arrow-left:before{content:"\f0a8"}.icon-circle-arrow-right:before{content:"\f0a9"}.icon-circle-arrow-up:before{content:"\f0aa"}.icon-circle-arrow-down:before{content:"\f0ab"}.icon-globe:before{content:"\f0ac"}.icon-wrench:before{content:"\f0ad"}.icon-tasks:before{content:"\f0ae"}.icon-filter:before{content:"\f0b0"}.icon-briefcase:before{content:"\f0b1"}.icon-fullscreen:before{content:"\f0b2"}.icon-group:before{content:"\f0c0"}.icon-link:before{content:"\f0c1"}.icon-cloud:before{content:"\f0c2"}.icon-beaker:before{content:"\f0c3"}.icon-cut:before{content:"\f0c4"}.icon-copy:before{content:"\f0c5"}.icon-paper-clip:before{content:"\f0c6"}.icon-save:before{content:"\f0c7"}.icon-sign-blank:before{content:"\f0c8"}.icon-reorder:before{content:"\f0c9"}.icon-list-ul:before{content:"\f0ca"}.icon-list-ol:before{content:"\f0cb"}.icon-strikethrough:before{content:"\f0cc"}.icon-underline:before{content:"\f0cd"}.icon-table:before{content:"\f0ce"}.icon-magic:before{content:"\f0d0"}.icon-truck:before{content:"\f0d1"}.icon-pinterest:before{content:"\f0d2"}.icon-pinterest-sign:before{content:"\f0d3"}.icon-google-plus-sign:before{content:"\f0d4"}.icon-google-plus:before{content:"\f0d5"}.icon-money:before{content:"\f0d6"}.icon-caret-down:before{content:"\f0d7"}.icon-caret-up:before{content:"\f0d8"}.icon-caret-left:before{content:"\f0d9"}.icon-caret-right:before{content:"\f0da"}.icon-columns:before{content:"\f0db"}.icon-sort:before{content:"\f0dc"}.icon-sort-down:before{content:"\f0dd"}.icon-sort-up:before{content:"\f0de"}.icon-envelope-alt:before{content:"\f0e0"}.icon-linkedin:before{content:"\f0e1"}.icon-undo:before{content:"\f0e2"}.icon-legal:before{content:"\f0e3"}.icon-dashboard:before{content:"\f0e4"}.icon-comment-alt:before{content:"\f0e5"}.icon-comments-alt:before{content:"\f0e6"}.icon-bolt:before{content:"\f0e7"}.icon-sitemap:before{content:"\f0e8"}.icon-umbrella:before{content:"\f0e9"}.icon-paste:before{content:"\f0ea"}.icon-lightbulb:before{content:"\f0eb"}.icon-exchange:before{content:"\f0ec"}.icon-cloud-download:before{content:"\f0ed"}.icon-cloud-upload:before{content:"\f0ee"}.icon-user-md:before{content:"\f0f0"}.icon-stethoscope:before{content:"\f0f1"}.icon-suitcase:before{content:"\f0f2"}.icon-bell-alt:before{content:"\f0f3"}.icon-coffee:before{content:"\f0f4"}.icon-food:before{content:"\f0f5"}.icon-file-alt:before{content:"\f0f6"}.icon-building:before{content:"\f0f7"}.icon-hospital:before{content:"\f0f8"}.icon-ambulance:before{content:"\f0f9"}.icon-medkit:before{content:"\f0fa"}.icon-fighter-jet:before{content:"\f0fb"}.icon-beer:before{content:"\f0fc"}.icon-h-sign:before{content:"\f0fd"}.icon-plus-sign-alt:before{content:"\f0fe"}.icon-double-angle-left:before{content:"\f100"}.icon-double-angle-right:before{content:"\f101"}.icon-double-angle-up:before{content:"\f102"}.icon-double-angle-down:before{content:"\f103"}.icon-angle-left:before{content:"\f104"}.icon-angle-right:before{content:"\f105"}.icon-angle-up:before{content:"\f106"}.icon-angle-down:before{content:"\f107"}.icon-desktop:before{content:"\f108"}.icon-laptop:before{content:"\f109"}.icon-tablet:before{content:"\f10a"}.icon-mobile-phone:before{content:"\f10b"}.icon-circle-blank:before{content:"\f10c"}.icon-quote-left:before{content:"\f10d"}.icon-quote-right:before{content:"\f10e"}.icon-spinner:before{content:"\f110"}.icon-circle:before{content:"\f111"}.icon-reply:before{content:"\f112"}.icon-github-alt:before{content:"\f113"}.icon-folder-close-alt:before{content:"\f114"}.icon-folder-open-alt:before{content:"\f115"}
@font-face {
  font-family: 'League';
  src: url("http://saymay.be/fonts/LeagueGothic.eot");
  src: local('League'), url("http://saymay.be/fonts/LeagueGothic.otf") format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Kabel';
  src: url("http://saymay.be/fonts/ITCKabelStd-Book.eot");
  src: local('jtntKabel'), url("http://saymay.be/fonts/ITCKabelStd-Book.otf") format('opentype');
  font-weight: normal;
  font-style: normal;
}
body {
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  background-color: #eed;
  line-height: 160%;
  font-size: 16pt;
}
div#toplogo {
  top: 0;
  right: 0;
  z-index: 5;
  position: absolute;
  width: 20%;
}
div#toplogo img {
  width: 100%;
}
div#menu-base {
  font-size: 80%;
  margin-top: 2.5em;
  height: 3.5em;
  left: 0px;
  width: 100%;
  z-index: 6;
  position: relative;
}
div#innermaintabbox {
  z-index: 5;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
}
div#maintabbox {
  padding: 0.1em 1em;
  margin-left: -1em;
  left: 5%;
  width: 90%;
  z-index: 4;
  position: relative;
}
div#maintab {
  padding: 2em;
  margin: 1em;
  z-index: 2;
  position: relative;
}
h3,
h2,
h1 {
  font-size: 200%;
}
.story a {
  text-decoration: none;
}
.story a .titles {
  font-family: 'League';
  padding-left: 10%;
  width: 80%;
  perspective: 444;
  -moz-perspective: 444;
  -webkit-perspective: 444;
}
.story a .titles .title {
  transform: rotate3d(1, 1, 0, 13deg);
  -webkit-transform: rotate3d(1, 1, 0, 13deg);
  margin-bottom: 0.4em;
  text-align: center;
  line-height: 0.8em;
}
#maintab > .story a .titles {
  min-height: 80px;
  width: 70%;
  padding-left: 0;
}
a.comments {
  margin-left: 9em;
}
div#maintab>div.comment_reply {
  margin: 4em;
  height: 8em;
}
div.comment_reply {
  clear: both;
}
div.eachcomment {
  margin-left: 10%;
  margin-bottom: 1em;
  margin-top: 1em;
  clear: both;
}
div.comment_name {
  font-size: 150%;
  line-height: 150%;
  font-weight: bold;
}
div.comment_reply a {
  color: #607890;
  font-weight: normal;
  text-decoration: none;
}
div.comment_reply a:hover {
  color: #000;
}
form.addcomment textarea {
  float: left;
  margin: 1em;
  margin-left: 0px;
}
form.addcomment input.savecomment {
  float: left;
  margin: 2em;
}
div.mycomment {
  margin: 2em;
  color: #bf2;
}
p {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
a.spch-bub-inside,
a.spch-bub-outside {
  color: #555;
}
.spch-bub-inside em {
  background: #555;
  color: #fff;
}
.spch-bub-inside .point,
.spch-bub-outside .point {
  border-right-color: #555;
}
.spch-bub-outside .bubble {
  background: #555;
}
a.spch-bub-inside:hover,
a.spch-bub-outside:hover {
  color: #999;
}
a.spch-bub-inside:hover em,
a.spch-bub-outside:hover .bubble {
  background: #999;
  color: #201;
}
a.spch-bub-inside:hover .point,
a.spch-bub-outside:hover .point {
  border-right-color: #999;
}
div.speachpoint {
  border-left-color: #999;
  border-bottom-color: #999; /* IE fix */
  border-bottom-color: rgba(0,0,0,0);
}
div.border-point {
  border-left-color: #777;
  border-bottom-color: #777; /* IE fix */
  border-bottom-color: rgba(0,0,0,0);
}
div.border-bubble {
  border-color: #777;
  border-bottom-color: #555;
}
div.comment {
  background: #999;
}
div.paginationlink {
  clear: both;
}
div.addnewcomment {
  clear: both;
  margin: 1em;
}
div.eachstory {
  padding: 1em;
  margin-bottom: 2em;
  background-color: #ffe;
  box-shadow: 0 1px 4px rgba(0,0,0,0.27), 0 0 40px rgba(0,0,0,0.06) inset;
  -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.27), 0 0 60px rgba(0,0,0,0.1) inset;
  -moz-box-shadow: 0 1px 4px rgba(0,0,0,0.27), 0 0 40px rgba(0,0,0,0.06) inset;
  border-radius: 0 120px 120px/0 0 6px 6px;
}
div.eachstory div.story-date {
  position: absolute;
  left: 0;
  background: #ddd;
  border-left: 1px solid #bbb;
  padding: 0.3em;
}
div.eachstory div.story-date span.month {
  font-weight: bold;
}
div.eachstory div.story-date span.day {
  font-style: italic;
}
div.story p.comment {
  clear: both;
  font-style: italic;
  margin-left: 1em;
  font-size: 90%;
  color: #021;
}
div.story div.imgwrapper {
  width: 33%;
  float: left;
  margin-right: 1em;
}
div.story div.imgwrapper img.image {
  width: 100%;
}
#boilerplate-container i.maybe-edit {
  float: left;
  font-size: 32px;
  cursor: hand;
  cursor: pointer;
}
#boilerplate-container i.maybe-login {
  float: right;
  font-size: 32px;
  cursor: hand;
  cursor: pointer;
}
#boilerplate-container i.icon-signin {
  color: #8c6;
}
#boilerplate-container i.icon-signout {
  color: #c86;
}
#boilerplate-container i.icon-signin.hoverbutt {
  color: #8f6;
}
#boilerplate-container i.icon-signout.hoverbutt {
  color: #f86;
}
i.icon-edit {
  color: #68a;
}
i.icon-edit.hoverbutt {
  color: #68f;
}
div#modalbg {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: #abc;
  opacity: 0.6;
  z-index: 22;
}
div#modal {
  top: 20%;
  left: 7%;
  width: 80%;
  height: auto;
  position: absolute;
  background-color: #ddf;
  z-index: 23;
  padding: 1em;
  border: 1px solid #bad;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 1px 1px 13px 5px #468;
  -moz-box-shadow: 1px 1px 13px 5px #468;
  -webkit-box-shadow: 1px 1px 13px 5px #468;
}
div#modal i.icon-remove-sign {
  position: absolute;
  right: 0px;
  top: -0.2em;
  color: #f00;
  cursor: hand;
  cursor: pointer;
}
.hide4now {
  display: none;
}
i.icon-ok {
  color: #0f0;
}
.taglist {
  height: 2em;
  margin-top: -1em;
}
.taglist a.tags {
  background-color: #def;
  padding: 7px;
  padding-bottom: 0;
  float: right;
  box-shadow: 1px 2px 3px 4px;
  -moz-box-shadow: 1px 2px 3px 4px;
  -webkit-box-shadow: 1px 2px 3px 4px;
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  border-radius: 11px;
  margin-right: 1em;
}
.taglist a.tags:hover {
  background-color: #abc;
}
#inform .intaglist {
  float: left;
}
#inform .intaglist span.tags {
  background-color: #eec;
  margin: 1em;
  padding: 0.5em;
  padding-bottom: 0;
  font-size: 150%;
  border: 1px solid #642;
  position: relative;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  box-shadow: 1px 1px 2px 3px #554;
  -moz-box-shadow: 1px 1px 2px 3px #554;
  -webkit-box-shadow: 1px 1px 2px 3px #554;
}
#inform .intaglist span.tags i.icon-remove-sign {
  position: absolute;
  top: 0;
  color: #f52;
  font-size: 66%;
}
#inform .intaglist span.tags i.icon-remove-sign:hover {
  color: #fa5;
}
#inform .intags {
  float: right;
}
#inform .intags input {
  width: 9em;
}
#inform .intags select {
  margin-left: 1em;
}
#inform input#url {
  font-size: 250%;
}
#inform input#title {
  font-size: 250%;
  width: 90%;
}
#inform input#image {
  font-size: 250%;
  width: 90%;
}
#inform input.error {
  background-color: #fcc;
}
#inform textarea#description {
  font-size: 250%;
  width: 90%;
  height: 4em;
}
#inform textarea#comment {
  margin: 1em;
  font-size: 250%;
}
#inform p.center {
  text-align: center;
  margin-top: -2em;
  padding-bottom: 1em;
}
body {
  font-family: 'Kabel';
}
div#toplogo {
  perspective: 444;
  -moz-perspective: 444;
  -webkit-perspective: 444;
}
div#toplogo img {
  transform: rotate3d(5, 1, 2, 34deg);
  -webkit-transform: rotate3d(5, 1, 2, 34deg);
}
