<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Wallow
Theme URI: http://www.twobeers.net/annunci/wallow
Description: Multistyle theme from TwoBeers. Use one of the six default styles or mix them to get your personal one. Wallow has a lot of features, like new usefull widgets, the quickbar (a fixed bar for your most important widgets always on top), customizable menu, background and header, widgetized sidebar.
Version: 0.61
Tags: flexible-width, two-columns, theme-options, translation-ready, right-sidebar, custom-background, custom-menu, custom-header, black, blue, orange, dark, light
Author: TwoBeers Crew
Author URI: http://www.twobeers.net/
License: GNU General Public License, version 2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	background: none repeat scroll 0 0 transparent;
	border: 0 none;
	vertical-align: baseline;
	margin: 0;
	padding: 0;
}

/* Common html tags ----&gt; */
body {
	font-size: 62.5%;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5 {
	font-weight: bold;
	margin: 1em 0;
}

a img {
	border: none;
}

acronym,
abbr {
	border-bottom: 1px dotted;
	cursor: help;
}

blockquote {
	margin:15px 30px 15px 10px;
	padding-left:20px;
	font-style:italic;
	letter-spacing:1px;
}

pre, 
code, 
tt, 
kbd {
	font:1.2em "Courier New", monospace;
	padding:0 8px;
	letter-spacing:1px;
}

pre {
	display:block;
	margin:5px auto;
	overflow:auto;
	padding:5px;
	white-space:pre;
	width:90%;
}

ol#comments li p {
	font-size: 100%;
}

ul {
	list-style: disc inside none;
}

table {
	border-radius: 3px;
}

td {
	border: none;
	padding: 3px;
}

th {
	padding:5px;
}

input {
	font-size:10pt;
}

fieldset {
	border-radius: 5px;
	padding:8px;
}

legend {
	font-size:0.9em;
	padding:3px;
}

select {
	max-width: 90%;
}

#content img {
	max-width: 100%;
	height: auto;
}

li {
	margin-bottom: 4px;
	padding-left: 8px;
}

p {
	margin: 1em 0;
}

/* &lt;---- Common html tags */
.hidden {
	display: none;
}

/* Quickbar classes ----&gt; */
#quickbar {
	position: fixed;
	z-index: 1000;
}

.footer_wig {
	float: left;
	height:40px;
	padding:0 10px;
	position:relative;
	z-index:200;
}

.footer_wig h4{
	margin:5px 0;
	cursor:default;
	font-size:1em;
}

.footer_wig .fw_pul {
	margin:0;
	position:absolute;
	display:none;
	bottom:0;
	width:300px;
	left:-10px;
	box-shadow: 1px 1px 0 #333;
	max-height: 250px;
	overflow: auto;
}

.footer_wig ul li{
	padding-top:5px;
}

.footer_wig ul {
	margin:0px;
	padding:0px;
}

.footer_wig:hover .fw_pul {
	display: block;
}

.fw_pul_cont {
	position:absolute;
	bottom:40px;
	z-index:4;
}

#avatar_cont {
	height: 50px;
	padding: 25px;
	width: 50px;
}

/* &lt;---- Quickbar classes */
/* Post classes ----&gt; */
.hentry {
	position:relative;
	margin-bottom:3em;
}

.storycontent ol,
.storycontent ul {
	padding:0 0 0 27px;
	margin: 0px;
	list-style: none;
}

.meta,
.comment-meta,
.reply {
	font-size: .9em;
	font-weight: normal;
	letter-spacing: 0;
	padding-bottom: 5px;
}

.meta div {
	display: inline;
}

.meta .post-details div + div:before {
	content:" \2014  ";
}

.meta .post-details + .post-edit-link:before {
	content:" \2014  ";
}

.storytitle {
	font-size:1.8em;
	margin:0;
	text-transform:capitalize;
	line-height: 2em;
}

.sticky {
	padding:5px;
}

.storycontent {
	margin: 30px 0;
	clear: both;
	font-size:1.2em;
}

.storycontent p {
}

/* &lt;---- Post classes */
/* Comment classes ----&gt; */
body input[type="password"],
body input[type="text"],
body select,
body textarea {
	border: 1px solid #aaa;
	padding: 5px;
	background:#f5f5f5;
}

body input[type="password"]:hover,
body input[type="text"]:hover,
body select:hover,
body textarea:hover {
	border: 1px solid #d54e21;
}

body input[type="password"]:focus,
body input[type="text"]:focus,
body select:focus,
body textarea:focus {
	border: 1px solid #0080BC;
}

#commentform textarea {
	display: block;
	margin: 0 auto;
	width: 99%;
	max-width: 99%;
}

#commentlist li.comment,
#commentlist {
	list-style:none outside none;
}

.comment,
.trackback ,
.pingback  {
	padding-left:10px;
	padding-right:50px;
	position:relative;
	margin:10px 0;
	min-height:45px;
}

.comment-author {
	font-size: 1.1em;
	font-weight: bold;
	padding-bottom: 5px;
}

#commentlist li .avatar {
	border: 1px solid #ccc;
	padding: 2px;
	position: absolute;
	right: 0;
	top: 0;
	margin: 3px;
}

.comment_tools {
	margin: 5px 0;
	padding: 5px;
	clear: both;
}

ul.children {
	padding: 0 0 0 10px;
}

.bypostauthor {
/* 
 * rules for this class are loaded by css/load-styles.php
 */
}

/* &lt;---- Comment classes */
/* Pages classes ----&gt; */
#primary_menu {
	padding :20px 0;
	z-index:2;
	width: 135%;
}

.no-sidebar #primary_menu {
	width: auto;
}

#primary_menu-in {
	padding-left: 30px;
	padding-right: 28%;
}

.no-sidebar #primary_menu-in {
	padding-right: 30px;
}

#mainmenu &gt; li.page_item,
#mainmenu &gt; li.menu-item {
	float: left;
	margin: 5px 0;
	padding: 2px 10px;
	list-style: none;
}

#mainmenu &gt; li.page_item &gt; a,
#mainmenu &gt; li.menu-item &gt; a{
	display: block;
}

#mainmenu &gt; li.page_item &gt; ul.children,
#mainmenu &gt; li.menu-item &gt; ul.sub-menu {
	position: absolute;
	display: none;
	z-index: 30;
	max-width: 300px;
	min-width: 150px;
	box-shadow: 0 0 4px #000;
	margin: 0;
	padding: 5px 10px 10px;
}

#mainmenu &gt; li.page_item:hover &gt; ul.children,
#mainmenu &gt; li.menu-item:hover &gt; ul.sub-menu {
	display: block;
}

#mainmenu ul.children li,
#mainmenu ul.sub-menu li {
	margin: 0 0 0 10px;
	padding: 5px 0 0;
}

#mainmenu .children li &gt; div,
#mainmenu .sub-menu li &gt; div {
	display: inline;
}

#mainmenu {
	margin:0;
	padding:0;
	width:100%;
	position:relative;
	z-index:2;
}

#mainmenu .menu-item-parent &gt; a:after { 
	padding-left: 5px;
	content: '\00bb';
}

#rss_imglink {
	position:absolute;
	margin-left :-20px;
}

/* &lt;---- Pages classes */
/* Sidebar classes ----&gt; */
#primary-sidebar {
	clear:right;
	float:right;
	padding-bottom:30px;
	width:25%;
	margin-top: 20px;
	letter-spacing: 0.1em;
}

#sidebartop {
	width: 100%;
}

#sidebarbottom {
	width: 100%;
}

.searchform {
	margin: 5px auto;
	padding: 5px 3px;
	text-align: center;
	border-radius: 3px;
}

#primary-sidebar .widgettitle {
	font-weight: bold;
}

#single-widgets-area .widget li {
	border: none;
}

#primary-sidebar .widget ul ul {
	padding-left: 1em;
}

#primary-sidebar .widget ul {
	margin: 0;
	padding: 0;
}

#primary-sidebar .widget {
	margin-bottom: 30px;
}

#primary-sidebar select {
	max-width:90%;
}

.widget {
	word-wrap: break-word;
	max-width: 100%;
}

.widget img {
	max-width: 100%;
	height: auto;
}

#quickbar .wlw_widget_user_quick_links .avatar {
	vertical-align: top;
}

/* &lt;---- Sidebar classes */
/* widget classes ----&gt; */
ul.with-thumbs img {
	margin: 0 4px 0 0;
	box-shadow: none;
}

.tb_latest_commentators img {
	margin: 4px 4px 0 0;
}

.tb_clean_archives a {
	margin-right: 4px;
}

.year-link {
	font-size: 1.2em;
	font-weight: bold;
}

.tb-author-bio {
	padding: 10px;
}

.tb-author-bio ul {
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.tb-author-bio li {
	list-style: none;
}

.tb-author-bio .author-avatar {
	float: left;
	margin: 0 10px 10px 0;
}

.tb-author-bio .author-social a {
	margin-right: 4px;
}

#single-widgets-area .widget {
	float: left;
	margin: 0 0.9% 10px;
	width: 48%;
}

#error404-widgets-area .widget {
	width: 49%;
	float: left;
}

.social-like .lc-user-name {
	display: none;
}

.social-like li {
	list-style: none;
	display: inline;
}

/* &lt;---- widget classes */
/* Calendar classes ----&gt; */
#calendar_wrap {
	border-radius: 3px;
	margin:5px 0;
}

#wp-calendar {
	empty-cells: show;
	margin: 0;
	width: 100%;
	border: none;
	background: transparent;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
}

#wp-calendar caption {
	text-align: center;
}

#wp-calendar td {
	letter-spacing: -1px;
	text-align: center;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}

#wp-calendar tfoot {
}

/* &lt;---- Calendar classes */
/* Other classes ----&gt; */
#header {
	letter-spacing: 0.2em;
	margin: 0;
	padding: 20px 0 20px 40px;
	min-height:65px;
	overflow: hidden;
}

#header h1 {
	margin: 0 0 5px !important;
	font-size:4em;
	filter: dropshadow(color=#000000,offX=3,offY=3);
}

#header img {
	max-width: 98%;
}

#content {
	margin:20px 0 20px 20px;
	padding:5px 10px;
}

.no-sidebar #content {
	margin:20px auto;
	width: 74%;
	max-width: 1024px;
}

.nav_pages {
	text-align:center;
}

.single-attachment .nav-single .nav-previous + .nav-next {
	border-left: 1px solid;
	margin-left: 5px;
	padding-left: 10px;
}

.single-attachment .nav-single {
	text-align: center;
}

.nav-single img {
	vertical-align: middle;
}

#credits a {
	font-weight: bold;
}

.fixfloat {
	clear: both;
	float: none;
}

br.fixfloat {
	display: block;
	height: 1px;
	width: 100%;
}

#main {
	float: left;
	width: 74%;
}

.no-sidebar #main {
	float: none;
	margin: 0 auto;
	width: auto;
}

.wlw_allcat {
	text-align: right;
	margin-top:12px;
}

#error404-widgets-area .widget,
#post-widgets-area .widget {
	margin: 0 0 30px;
	float: left;
	padding: 0 1%;
	width: 48%;
}

.search-reminder {
	text-align: center;
	text-shadow: 0 0 5px #000;
}

.search-term {
	font-weight: bold;
}
#footer {
	padding-bottom: 100px;
}
/* &lt;---- Other classes */
/* Gallery listing ----&gt; */
.gallery {
	margin: auto;
}

.gallery-item {
	float: left;
	margin: 0 2% 10px;
	text-align: center;
	max-width: 100%;
}

.gallery img {
	border: 10px solid #F1F1F1;
	max-width: 95%;
}

.gallery-caption {
	margin-left: 0;
	font-size: .8em;
}

.gallery-columns-1 .gallery-item {
	width: 96%;
}

.gallery-columns-2 .gallery-item {
	width: 46%;
}

.gallery-columns-3 .gallery-item {
	width: 29%;
}

.gallery-columns-4 .gallery-item {
	width: 20.5%;
}

.gallery-columns-5 .gallery-item {
	width: 15.5%;
}

.gallery-columns-6 .gallery-item {
	width: 12%;
}

.gallery-columns-7 .gallery-item {
	width: 10%;
}

.gallery-columns-8 .gallery-item {
	width: 8.5%;
}

.gallery-columns-9 .gallery-item {
	width: 7%;
}

.wp-caption {
	max-width:100%;
	margin: 10px 0;
	position: relative;
	padding: 10px 0;
}

.wp-caption .wp-caption {
	display: none;
}

.wp-caption img {
	margin: 0;
	padding: 0;
}

.wp-caption .wp-caption-inside {
	position: relative;
	margin: 0 10px;
}

.wp-caption .wp-caption-text {
	font-size: .8em;
	line-height: 17px;
	margin: 0;
	width: 96%;
	padding: 0 2% 5px;
	background-color: #000;
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 0.7;
	filter: alpha(opacity=70);
	color: #aaa;
}

.wp-caption-text p {
	padding: 0;
	margin: 0;
}

.wp-caption:hover .wp-caption-text {
	display: none;
}

/* &lt;---- Gallery listing */
/* Captions &amp; aligment ----&gt; */
.aligncenter,
div.aligncenter {
	clear:both;
	display:block;
	margin-left:auto;
	margin-right:auto;
}

img.alignleft,
.alignleft {
	display:inline;
	float:left;
	margin-right:24px;
	margin-top:4px;
}

img.alignright,
.alignright {
	display:inline;
	float:right;
	margin-left:24px;
	margin-top:4px;
}

img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom:4px;
}

.alignnone {
	float: none;
	clear: both;
}

img.wp-post-image {
	margin: 0 10px 10px 0;
	box-shadow: 0 0 7px #000;
}

/* &lt;---- Captions &amp; aligment */
/* micronav ----&gt; */
#micronav {
	width: 64px;
	height: 48px;
	position: relative;
	float: right;
	margin-top: -7px;
	margin-right: 5px;
	margin-left: 10px;
}

#micronav .prev a,
#micronav .next a {
	display: block;
	width: 22px;
	height: 48px;
	position: absolute;
}

#micronav .prev a {
	top: 0;
	left: 0;
	background-position: 0 0;
}

#micronav .next a {
	top: 0;
	right: 0;
	background-position: -42px 0;
}

#micronav .home a {
	display: block;
	width: 28px;
	height: 25px;
	position: absolute;
	left: 16px;
}
#micronav .up a,
#micronav .down a {
	display: block;
	width: 12px;
	height: 11px;
	position: absolute;
	left: 26px;
}

#micronav .up a {
	top: 0;
	background-position: -26px 0;
}

#micronav .home a {
	top: 11px;
	background-position: -16px -11px;
}

#micronav .down a {
	top: 36px;
	background-position: -26px -36px;
}

#micronav .prev a:hover {
	background-position: 0 -48px;
}

#micronav .next a:hover {
	background-position: -42px -48px;
}

#micronav .up a:hover {
	background-position: -26px -48px;
}

#micronav .home a:hover {
	background-position: -16px -59px;
}

#micronav .down a:hover {
	background-position: -26px -84px;
}

/* &lt;---- micronav */
/* TB Chat Post
----------------------------------------------------------*/
#content .tb-chat .chat-select li,
#content .tb-chat .chat-transcript li {
	border: none;
	background: #ffdab9;
	border-left: 3px solid;
	border-color: #FF7700;
	overflow: hidden;
}

#content .tb-chat li.rightalign {
	border-left: none;
	border-right: 3px solid;
}

#content .tb-chat li.speaker-1 {
	background: #fffacd;
	border-color: #FFE600;
}

#content .tb-chat li.speaker-2 {
	background: #d8eef4;
	border-color: #00C0F5;
}

#content .tb-chat li.speaker-3 {
	background: #d8ffcd;
	border-color: #37FF00;
}

#content .tb-chat li.aside-text {
	border: none;
	background: transparent;
}

#content .tb-chat .chat-transcript li {
	margin: 0 100px 20px 0;
	padding: 0 5px;
}

#content .tb-chat .chat-select .rightalign {
	margin: 0 0 0 10px;
}

#content .tb-chat .chat-transcript .rightalign {
	margin: 0 0 20px 100px;
	text-align: left;
}

#content .tb-chat .timestamp {
	font-size: 0.8em;
	opacity: 0.3;
	display: block;
	line-height:1em;
	padding-top: 5px;
}

#content .tb-chat .rightalign .timestamp {
	text-align: right;
}

/* Navigation
----------------------------------------------------------*/
.navigation-links.numeric-nav a,
.navigation-links.numeric-nav span {
	border: none;
}
.navigation-links.numeric-nav span.current {
	background: none repeat scroll 0 0 #5F87AE;
	border: 1px solid #89ADCF;
	color: #fff;
	margin-right: 4px;
	padding: 3px 6px;
}
.navigation-links.numeric-nav a {
	background:#ddd;
	border:1px solid #ccc;
	color:#666;
	margin-right:4px;
	padding:3px 6px;
	text-align:center;
	text-decoration:none;
}
.navigation-links.numeric-nav a:hover,
.navigation-links.numeric-nav a:active {
	border:1px solid #ccc;
	background:#ccc;
	color:#888;
}

/* TB Comment Tools
----------------------------------------------------------*/
#tb-comment-tools-tags a {
	font-family: "Courier New",monospace;
	background: none repeat scroll 0 0 #F5F5F5;
	border: 1px solid #ddd;
	margin: 0 1px 0 0;
	padding: 0 6px;
}

#tb-comment-tools-tags a:hover {
	border: 1px solid #aaa;
}

/* WP Paginate
----------------------------------------------------------*/
.archive-navigation .navigation,
.navigate_comments .navigation {
	padding: 5px;
}
.wp-paginate li {
	padding: 0;
	margin: 2px;
}
/* WP PageNavi
----------------------------------------------------------*/
.wp-pagenavi {
	padding: 5px;
}

/* Jetpack
----------------------------------------------------------*/
body .hentry .sharedaddy ul li {
	border: none;
}

.infinite-scroll .archive-navigation {
	display: none;
}

body .gcard {
	z-index: 9999;
}

/* common */
h2.posts_date {
	font-size: .9em;
	padding-bottom: 3px;
	margin-bottom: 3px;
	text-align: right;
}
</pre></body></html>