<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: TopolanosMagazine
Theme URI: http://www.simplewpthemes.com
Version: 1.0
Author: sin2384
Author URI: http://www.simplewpthemes.com
Description: Free Wordpress theme by &lt;a href="http://www.simplewpthemes.com/"&gt;SimpleWPThemes.com&lt;/a&gt;. Please read READ ME.TXT for usage instructions!
*/
@import url("css/comments.css");
@import url("css/reset.css");
@import url("css/slide.css");
@import url("css/featuredcats.css");
* {
  margin: 0;
  padding: 0;
}
/***************LINKS*************************/

a:link, a:visited {
  color: #ef594f;
  text-decoration: none;
}
a:hover {
  color: #060606;
}
/***************END LINKS*************************/

html body {
  background: #f0f0eb;
  font-size: 13px;
  font-family: Trebuchet MS, Verdana, Tahoma, Times New Roman;
  line-height: 1.5em;
  color: #989381;
}
@font-face {
    font-family: 'DroidSansRegular';
    src: url('fonts/DroidSans-webfont.eot');
    src: url('fonts/DroidSans-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/DroidSans-webfont.woff') format('woff'),
         url('fonts/DroidSans-webfont.ttf') format('truetype'),
         url('fonts/DroidSans-webfont.svg#DroidSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'BelleroseLight';
    src: url('fonts/bellerose-webfont.eot');
    src: url('fonts/bellerose-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/bellerose-webfont.woff') format('woff'),
         url('fonts/bellerose-webfont.ttf') format('truetype'),
         url('fonts/bellerose-webfont.svg#BelleroseLight') format('svg');
    font-weight: normal;
    font-style: normal;

}
h1, h2, h3, h4, h5, h6 {
   font-family: 'BelleroseLight';
   font-weight: normal;
}

/***************LAYOUT*************************/

#themewrap{
  width: 100%;
}
#tleft {
  float: left;
  background: url(images/tleft.png) repeat-x scroll top;
  width: 6px;
  height: 62px;
}
#tmiddle {
  background: url(images/top.png) repeat-x scroll top;
  width: 100%;
  height: 62px;
}
*+html #tmiddle {
  width: auto;
}


#tright {
  float: right;
  background: url(images/tright.png) repeat-x scroll top;
  width: 6px;
  height: 62px;
}
#mainwrap {
  margin: 0 auto;
  width: 960px;
  background: #ebe9e2;
  box-shadow: 0px 0 5px #cccccc;
}
#header {
  width: 960px;
  height: 140px;
  margin: 0 auto;
}
#blogtitle {
  text-transform: uppercase;
  float: left;
  padding-top: 60px;
}
.adv {
  float: right;
  margin: 35px 0px 0 0;
}

/* -------- START CATEGORY MENU -------- */
#nav2 {
  clear: both;
  width: 958px;
  height: 55px;
  background: url(images/nav.gif) repeat-x;
  border: 1px solid #d8d6d6;
}
#nav2 li {
  float: left;
  line-height: 55px;
  background: url(images/sepn.gif) no-repeat scroll right;
}
#nav2 li a {
  float: left;
  display: block;
  color: #8e8c8c;
  text-decoration: none;
  text-shadow: 1px 0 1px #c9c9c9;
  font-family: 'DroidSansRegular';
  font-size: 11px;
  text-transform: uppercase;
  padding: 0 20px;
}
#nav2 li a:hover {
  text-decoration: underline;
}
#nav2 li.current-menu-item a, #nav2 li.current-menu-item a:hover, #nav2 li.current-cat a, #nav2 li.current-cat a:hover {
  background: url(images/navh.gif) repeat-x;
  margin-right: 2px;
}
#nav2 li li {
  display: none;
}

/* -------- END CATEGORY MENU -------- */


/* -------- START PAGE MENU -------- */

#top {
  width: 960px;
  height: 62px;
  margin: 0 auto;
}
#top li {
  float: left;
  line-height: 57px;
  background: url(images/sep.png) no-repeat scroll top right;
}
#top li a {
  float: left;
  display: block;
  padding: 0 25px;
  color: #fff;
  text-shadow: 1px 0 1px #530904;
  font-family: 'DroidSansRegular';
  font-size: 11px;
  text-transform: uppercase;
}
#top li.current_page_item a{
  text-decoration: underline;
  background: url(images/topr.png) no-repeat scroll right;
}
#top li.current_page_item {
  background: url(images/topl.png) no-repeat scroll left;
}
#top li a:hover {
  text-decoration: underline;
}
#top li li {
  display: none;
}
/* -------- END PAGE MENU -------- */

#s {
  width: 194px;
  padding: 11px 0 10px 5px;
  margin: 0 -5px 0 0;
  color: #c2c1c1;
  font-size: 11px;
  border: 1px solid #d5d5d5;
}
*+html #s {
  margin-top: -1px;
}
#contentwrap {
  float: left;
  width: 660px;
}
#sidebar {
  float: right;
  width: 298px;
  padding-top: 15px;
}
#sidebar-bottom {
  background: #fff;
  width: 100%;
}
*+html #sidebar-bottom {
  position: relative;
}
#sidebarbg {
  width: 968px;
  background: url(images/sb2.png) no-repeat scroll 0 34px;
  margin: 0 auto;
}
#sidebar2 {
  margin: 0 auto;
  width: 910px;
  padding: 55px 25px 0;
  box-shadow: 0 0 7px #cccccc;
  overflow: hidden;
  font-family: Arial;
  color: #989381;
  font-size: 12px;
}
*+html #sidebar2 {
  background: #fff;
}
@media \0screen {
   #sidebar2 {
     background: #fff url(images/sb2.png) no-repeat scroll -2px 34px;
     box-shadow: 0 0 7px #cccccc;
     position: relative;
     width: 910px;
     margin: 0 0 0 2px;
     padding: 55px 27px 0;
     box-shadow: 0 0 7px #cccccc;
 }
}
#footer1, #footer2 {
  width: 281px;
  float: left;
  margin-right: 32px;
}
#footer3 {
  width: 281px;
  float: right;
}
#sidebar-bottom h3 {
  color: #fff;
  text-shadow: 1px 0 1px #7e7b6f;
  font-size: 18px;
  padding-bottom: 45px;
  margin-bottom: 0 !important;
  font-weight: normal;
}
.widget {
  clear: both;
  margin: 0 0 40px 0;
  overflow: hidden;
}
.widget a, .widget a:visited, .widget a:hover {
  color: #fff;
}
.widget ul li {
  padding: 5px 0 5px 0;
}
#sidebar2 ul.children {
  margin: 5px 0 -5px 0;
}
.widget a:hover {
  text-decoration: underline;
}
/* -------- ADVERT -------- */

.add1 {
  clear: both;
  float: left;
  margin: 0 0 10px 0px;
}
.add2 {
  float: left;
  margin: 0 0px 10px 5px;
}

/* -------- END ADVERT -------- */

.custom_images img {
  margin: 4px 0px 0px 4px;
  padding: 0;
}
#footer {
  width: 930px;
  clear: both;
  padding: 20px 15px;
  overflow: hidden;
  margin: 0 auto;
  font-size: 11px;
  color: #c7c5be;
}
#footer a, #footer a:visited {
  color: #c7c5be;
}
#footer a:hover {
  color: #c7c5be;
  text-decoration: underline;
}
.inside {
  padding: 15px 20px 20px;
}
/* -------- END WP LAYOUT -------- */

/* -------- START WP STYLES -------- */

#sidebar h3 {
  padding: 10px 10px 8px;
  font-size: 16px;
  background: #ef594f;
  color: #fff;
  text-shadow: 1px 0 1px #d24036;
  margin-bottom: 10px;
  width: 280px !important;
}
.side-widget {
  clear: both;
  width: 280px;
  padding: 0 20px 0 0;
  margin-bottom: 30px;
  overflow: hidden;
}
#sidebar ul.children {
  margin: 4px 0 -4px 0;
}
#sidebar ul li {
  padding: 4px 0 4px 0;
  margin-left: 0;
}
.side-widget a, .side-widget a:visited {
  color: #989381;
}
.side-widget a:hover {
  color: #ef594f;
}
.tagcloud a, .tagcloud a:visited {
  background: #ef594f;
  border: 1px solid #f06359;
  display: inline-block;
  margin: 0 3px 4px 0;
  font-size: 11px !important;
  color: #fff !important;
  text-shadow: 1px 0 1px #830724;
  padding: 2px 5px;
}


/***************POST STYLES*************************/
h2.title {
  margin-bottom: 20px;
  line-height: 34px;
  font-size: 31px;
  text-align: center;
}
h2.title a, h2.title a:visited {
  color: #303030;
  text-shadow: 1px 0 1px #fff;
}
.meta {
  text-align: center;
  color: #aaa48f;
  margin-bottom: 35px;
}
a.more-link {
  color: #ef594f;
}
.postmetadata {
  margin-top: 15px;
}
.post, .page {
  margin-bottom: 25px;
  padding-bottom: 25px;
  background: url(images/sepp.gif) repeat-x scroll bottom;
}
.entry {
  margin-top: 10px;
  line-height: 21px;
}
.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
  margin-top: 15px;
}
.entry h2 {
  margin-bottom: 0.4em;
}
.entry p {
  margin-top: 10px;
}
.entry img {
  padding: 3px;
  border: 1px solid #cdcccc;
  background: #fff;
}
.post_thumbnail {
  background: #fff;
  border: 1px solid #d8d6d6;
  padding: 10px;
  box-shadow: 0 0 7px #ccc;
}
.entry th {
  padding: 0;
  margin-right: 2px;
}
.entry li {
  list-style: circle inside;
}
.entry ol li {
  list-style: decimal inside;
}
blockquote {
  border-left: 10px solid #666666;
  margin-left: 20px;
}
blockquote p {
  padding: 10px;
}
.alignleft {
  float: left;
  margin: 5px 10px 0px 0px;
}
.alignright {
  float: right;
  margin: 5px 0px 0px 10px;
}
img.aligncenter {
  display: block;
  margin: 0 auto 5px;
}
/***************END POST STYLES*************************/
#wp-calendar caption {
  background: #EF594F;
  color: #fff;
  margin-bottom: 10px;
}
#wp-calendar th {
font-style: normal;
text-transform: capitalize;
}
#wp-calendar th {
font-style: normal;
text-transform: capitalize;
}
#wp-calendar td {
letter-spacing: normal;
padding: 2px 0;
text-align: center;
}
#wp-calendar {
empty-cells: show;
font-size: 14px;
margin: 0;
width: 100%;
}
#wp-calendar a:hover {
  background: #EF594F;
  color: #fff;
}
#wp-calendar td:hover, #wp-calendar #today {
  background: #EF594F;
  color: #fff;
}
li.pagenav, li.categories, li.linkcat {
  list-style:none;
}
h2.pagetitle {
  margin: 0 0 35px 0px;
  font-size: 35px;
  text-align: center;
  color: #000;
}
p.center {
  margin: 10px 0;
}
/* -------- END WP STYLES -------- */



/* -------- TABLES -------- */
#contentwrap table{font-size:1.2em;margin:5px 0 25px 1px;}
#contentwrap table td{padding:8px;border: 1px solid #ccc;}
/* -------- END TABLES -------- */


/* -------- PAGE NAVIGATION -------- */
.navigation a, .navigation a:visited {
  color: #fff;
  background: url(images/navigation.png) no-repeat;
  display: inline-block;
  width: 95px;
  height: 26px;
  padding-top: 5px;
  text-align: center;
  font-size: 11px;
  font-family: Arial;
  text-shadow: 1px 0 1px #830724;
}
/* -------- END PAGE NAVIGATION -------- */

/* -------- SUBSCRIPTION -------- */
ul#topsoc {
  float: right;
  margin-right: 12px;
}
ul#topsoc li {
  padding: 17px 0 0;
  margin: 0;
  float: left;
  background: none !important;
}
ul#topsoc li a {
  margin: 0 0 0 10px !important;
  padding: 0 !important;
}
/* -------- END SUBSCRIPTION -------- */
.flickr_badge_image { float: left; margin-bottom: 12px; }
.flickr_badge_image img { width: 51px; height: 47px; padding: 4px; margin: 5px 12px 0px 0; background: #fff; border: 1px solid #d8d6d6;  float: left; box-shadow: 0 4px 5px #ccc;}
#flickr_badge_image4 img, #flickr_badge_image8 img, #flickr_badge_image12, #flickr_badge_image16 {
  margin-right: 0;
}
input#subbox {
  width: 273px;
  height: 34px;
  height: 25px\0/;
  padding: 0px 0 0px 5px;
  padding: 9px 0 0px 5px\0/;
  font-size: 12px;
  color: #bfbfbb;
  background: #fff;
  border: 1px solid #d8d6d6;
}
*+html input#subbox  {
  padding: 9px 0 0px 5px;
  height: 25px;
}
:root input#subbox {height: 17px\0/IE9; }  /* IE9 */
:root input#subbox {padding-bottom: 8px\0/IE9; }  /* IE9 */
#swrap {
  width: 280px;
}
#subm {
  left: 202px;
    position: relative;
    top: -36px;
}
*+html #subm {
   top: -37px;
}
#signup {
  margin-bottom: 30px;
}</pre></body></html>