* {
	box-sizing: border-box;
}

                           /* Fonts */
                            @import url('https://fonts.cdnfonts.com/css/cheri');
                         
                            @font-face {
                               font-family: "balsamiq sans";
                               src: url("https://imp.neocities.org/layouts/spacehey/sickly-sweet/BalsamiqSans-Regular.ttf");
                            }
                            
body {
	background: url("https://doqmeat.com/!g/bg/yellobg.png");
	background-position: center;
	background-repeat: repeat;
	background-attachment: fixed;
	font-size: 18px;
	word-spacing: 3px;
	line-height: 24px;
	color: black;
}

h3 {
	margin: 5px;
	color: #C55582;
}

h2 {
    color: #C55582;
}
header {
	padding: 5px;
}

ol,
ul {
	margin: 15px;
	::marker {
		color: #ffafcc;
		font-weight: bold;
	}
}

ol li {
	list-style-type: decimal-leading-zero;
}

ul li {
	list-style-type: disc;
}

p,
details {
	margin: 20px 10px 20px 12px;
}

img {
	vertical-align: middle;
}

hr {
	background: url("https://doqmeat.com/!g/div/clover.png");
	height: 20px;
	border: 0px;
}

#log,
main {
	padding: 0px;
	max-width: 700px;
	margin: auto;
	margin-bottom: 10px;
	scrollbar-color: #ffafcc #fffcdc;
}

article {
	margin-bottom: 30px;
}

article:last-child {
	margin-bottom: 0px;
}

.title {
	font-family: "balsamiq sans";
	float: left;
	color: #586d94;
	text-shadow: 1px 1px 4px #ffffff;
	padding-top: 5px;
}

.date {
	font-family: "balsamiq sans";
	font-size: 16px;
}

.entry {
	font-size: 28px;
	background: url(https://doqmeat.com/!g/memo-cube.jpg);
	background-position: center;
	border: 4px double black;
	text-align: right;
	font-weight: bold;
	margin: 5px 0px 15px 0px;
	padding: 2px 10px;
}

.left {
	margin: 10px;
	float: left;
}

.right {
	margin: 10px;
	float: right;
}

.mini {
	display: inline-block;
	line-height: 23px;
	font-family: "balsamiq sans";
	background: url(https://doqmeat.com/!g/bg/picnicclothbg.png);
	font-size: 17px;
	border: 4px double black;
	margin: 5px 5px;
	padding: 0px 5px;
	border-radius: 10px;
}

.mini > a {
	background: transparent;
	text-decoration: underline;
}

::before {
	margin: 5px;
	vertical-align: middle;
}

::after {
	font-weight: bold;
}

.l::before {
	content: url(https://doqmeat.com/!g/pix/music%20notes.gif);
}

.l::after {
	content: "listening to:";
}

.f::before {
	content: url(https://doqmeat.com/!g/pix/catloaf.gif);
}

.f::after {
	content: "feeling:";
}

.w::before {
	content: url(https://doqmeat.com/!g/pix/tv.gif);
}

.w::after {
	content: "watching:";
}

.p::before {
	content: url(https://doqmeat.com/!g/pix/vgs.gif);
}

.p::after {
	content: "playing:";
}

.e::before {
	content: url(https://doqmeat.com/!g/pix/cookingpan.gif);
}

.e::after {
	content: "eating:";
}

.t::before {
	content: url(https://doqmeat.com/!g/pix/puter.gif);
}

.t::after {
	content: "tags:";
}

/* this is for older entries LOL i cant be bothered to fix them*/

p.date {
	font-size: 27px;
	background: url(https://doqmeat.com/!g/bg/h056-4.gif);
	background-size: 50px;
	border: 4px double black;
	text-align: right;
	font-weight: bold;
	margin: 5px 0px 15px 0px;
	padding: 0px 10px;
}

/*end*/

@media only screen and (max-width: 599px) {
	.entry {
		border-left: 0px;
		border-right: 0px;
	}

	body {
		background: transparent;
	}
}