<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: MatolisMag
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/gallery.css");
@import url("css/featuredcats.css");
* {
  margin: 0;
  padding: 0;
}
/***************LINKS*************************/

a:link, a:visited {
  color: #788d69;
  text-decoration: none;
}
a:hover {
  color: #3381A6;
}
/***************END LINKS*************************/

@font-face {
    font-family: 'LuxiSansRegular';
    src: url('fonts/luxisr-webfont.eot');
    src: url('fonts/luxisr-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/luxisr-webfont.woff') format('woff'),
         url('fonts/luxisr-webfont.ttf') format('truetype'),
         url('fonts/luxisr-webfont.svg#LuxiSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
html body {
  background: #e4e6d8;
  font-size: 12px;
  font-family: 'LuxiSansRegular', Arial, Geneva, Helvetica, Trebuchet MS;;
  line-height: 1.5em;
  color: #909090;
}
body.single, body.page {
  background: url(images/single-bg.jpg) repeat-x scroll 0 102px;
}
h1, h2, h3, h4, h5, h6 {
  font-family: Georgia;
  font-weight: normal;
}

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

#top-shadow {
  margin: 0 auto;
  width: 967px;
  height: 3px;
  background: url(images/top-shadow.png) no-repeat;
}


#mainwrap {
  margin: 0 auto;
  width: 967px;
  background: url(images/main-bg.png) repeat-y;
  overflow: hidden;
}
#headerw {
  width: 100%;
  height: 181px;
  background: url(images/header.gif) repeat-x scroll bottom;
  position: relative;
  z-index: 1;
}
.single #headerw, .page #headerw {
  height: 102px;
}
#header {
  width: 960px;
  height: 84px;
  padding-top: 44px;
  margin: 0 auto;
}
.single #header, .page #header {
  padding-top: 22px;
  height: 96px;
}
#blogtitle {
  text-transform: uppercase;
  float: left;
  width: 300px;
}
.description {
  color: #fff;
  font-size: 11px;
  margin: -10px 0 0 1px;
  text-shadow: 1px 0 1px #7a886f;
}
.adv {
  float: right;
  margin: 5px 0px 0 0;
}

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

#top {
  float: left;
  width: 660px;
  height: 40px;
}
.single #top, .page #top {
  margin-top: 12px;
}
#top ul.sf-menu {
  float: right;
}
#top li {
  float: left;
  line-height: 31px;
  margin-left: 20px;
}
#top li a {
  float: left;
  display: block;
  color: #797c78;
  padding: 0 10px;
}
#top li.current_page_item, #top li:hover, #top li.current-menu-item {
  background: url(images/topl.png) no-repeat scroll left;
}
#top li.current_page_item a, #top li:hover a, #top li.current-menu-item a {
  background: url(images/topr.png) no-repeat scroll right;
  color: #fff !important;
}
#top li li {
  display: none;
}
/* -------- END PAGE MENU -------- */

.aboutimage {
  float: left;
  border: 1px solid #fff;
  background: #e4e6d8;
  padding: 3px;
  margin: 5px 10px 0px 0px;
}
#s {
  width: 270px;
  height: 11px;
  padding: 10px 0 9px 5px;
  padding: 10px 0 10px 5px\0/;
  margin: 0 -3px 0 0;
  color: #909090;
  font-size: 11px;
  border: 1px solid #d2d2d2;
}
*+html #s {
  margin-top: -1px;
  padding-bottom: 10px;
}
#contentwrap {
  float: left;
  width: 600px;
}
#sidebar {
  float: right;
  width: 320px;
  padding-top: 33px;
  margin-right: 15px;
  display: inline;
}
#sidebar-bottom {
  background: #b4bbaf url(images/sb-top.gif) repeat-x scroll top;
  width: 100%;
  overflow: hidden;
  padding-top: 14px;
}
#sidebar2 {
  margin: 0 auto;
  width: 920px;
}
#footer1, #footer2 {
  width: 270px;
  float: left;
  margin-right: 27px;
}
#footer2 {
  width: 295px;
  margin-right: 34px;
}
#footer3 {
  margin-right: 0;
}
#footer3 {
  width: 290px;
  float: right;
}
#sidebar-bottom h3 {
  color: #fff;
  font-size: 17px;
  padding-bottom: 48px;
  margin-bottom: 0 !important;
  font-weight: normal;
}
.widget {
  clear: both;
  margin: 0 0 55px 0;
  overflow: hidden;
  color: #696d65;
  overflow: hidden;
}
.widget a, .widget a:visited {
  color: #edeee5;
}
.widget ul li {
  padding: 5px 0 5px 0;
}
.widget ul.children {
  margin: 5px 0 -5px 0;
}
.widget a:hover {
  color: #edeee5;
  text-decoration: underline;
}
*+html .flickrwidget {
  padding-bottom: 10px;
}


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

.add1 {
  clear: both;
  float: left;
  margin: 0 0 10px 20px;
  display: inline;
}
.add2 {
  float: right;
  margin: 0 30px 10px 0;
  display: inline;
}

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

.custom_images img {
  margin: 0 10px 0 0;
  padding: 0;
}
#footer {
  width: 960px;
  clear: both;
  margin: 0 auto;
  height: 42px;
  background: url(images/footer.png) repeat-x scroll top;
  padding: 15px 0 0;
  overflow: hidden;
  color: #fff;
  font-size: 11px;
}
#footer a, #footer a:visited {
  color: #fff;
}
#footer a:hover {
  color: #fff;
  text-decoration: underline;
}
.inside {
  padding: 25px;
}
#contentwrap .inside {
  padding: 33px 0px 25px 20px;
}


/* -------- END WP LAYOUT -------- */

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

#sidebar h3 {
  padding: 0 0 22px 0;
  margin-bottom: 0 !important;
  font-size: 18px;
  color: #788d69;
}
.side-widget {
  clear: both;
  width: 320px;
  margin-bottom: 35px;
  overflow: hidden;
}
#sidebar ul {
  margin-top: -5px;
}
#sidebar ul.children {
  margin: 6px 0 -6px 0;
}
#sidebar ul li {
  padding: 6px 0 6px 0;
  margin-left: 0;
  border-bottom: 1px solid #d2d2d2;
}
#sidebar li li {
  border-bottom: 0;
  border-top: 1px solid #d2d2d2;
}
.side-widget a, .side-widget a:visited {
  color: #909090;
}
.side-widget a:hover {
  color: #788d69;
}
li.last {
  border-bottom: 0 !important;
}


/***************POST STYLES*************************/
h2.title {
  margin-bottom: 10px;
  line-height: 24px;
  font-size: 20px;
}
h2.title a, h2.title a:visited {
  color: #3381a6;
}
.single h2.title a, .single h2.title a:visited {
  color: #788d69;
  display: block;
  margin-bottom: 25px;
}
a.more-link {
  margin-top: 20px;
}
.postmetadata {
  margin-top: 15px;
}
.post, .page {

}
.leftp {
  width: 270px;
  float: left;
  margin-right: 53px;
  padding-bottom: 43px;
}
.rightp {
  float: right;
  width: 270px;
  padding-bottom: 43px;
}
.clearp {
  clear: both;
  margin-bottom: 40px;
  border-top: 1px solid #e4e6d8;
  display: block;
  width: 100%;
  height: 1px;
}
.entry {
  margin-top: 10px;
  line-height: 20px;
}
.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;
}
.single .entry p {
  margin-bottom: 20px;
}
.entry img, .post_thumbnail {
  padding: 0px;
  border: 0;
}
.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: #788D69;
  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: 90%;
}
#wp-calendar a:hover {
  background: #788D69;
  color: #fff;
}
#wp-calendar td:hover, #wp-calendar #today {
  background: #788D69;
  color: #fff;
}
li.pagenav, li.categories, li.linkcat {
  list-style:none;
}
h2.pagetitle {
  margin: 15px 0 35px 0px;
  font-size: 32px;
  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 -------- */

.wp-pagenavi{
  clear:both;
  margin:0px 0 40px;
}
.wp-pagenavi span.pages,.wp-pagenavi span.extend{
  border:1px solid #ccc;
  color:#909090;
  margin:2px;
  padding:3px 7px;
}
.wp-pagenavi a,.wp-pagenavi a:link,.wp-pagenavi a:visited{
  border:1px solid #ccc;
  color:#909090;
  margin:2px;
  padding:3px 7px;
  text-decoration:none;}
.wp-pagenavi span.current,.wp-pagenavi a:hover{
  border:1px solid #ccc;
  color:#3687a9;
  margin:2px;
  padding:3px 7px;
}
/* -------- END PAGE NAVIGATION -------- */

.flickr_badge_image { float: left; margin-bottom: 12px; }
.flickr_badge_image img { width: 74px; height: 45px; margin: 5px 9px -9px 0;  float: left;   border: 1px solid #fff; background: #e4e6d8;  padding: 3px;}
#flickr_badge_image3 img, #flickr_badge_image6 img, #flickr_badge_image9, #flickr_badge_image12 {
  margin-right: 0;
}
#info-wrap {
  width: 100%;
  clear: both;
  height: 114px;
  margin: -25px 0 -3px;
  background: url(images/info-bg.jpg) repeat-x;
}
#main-text {
  width: 935px;
  margin: 0 auto;
  color: #fff;
  font-family: Georgia;
}
.learn {
  margin-top: 34px;
}
.info-title {
  font-size: 18px;
  margin: 34px 0 15px 0;
  width: 715px;
  display: inline-block;
}
.title-bellow {
  color: #134f6b;
  font-size: 18px;
  width: 715px;
}
.whitequote {
  color: #fff;
}
#twitter_update_list {
  background: url(images/twitter.png) repeat-y;
}
#twitter_update_list li {
  background: url(images/twili.png) repeat-x scroll bottom;
  padding: 0 0 13px 0 !important;
  margin-bottom: 19px;
  width: 292px;
}
#twitter_update_list li.last {
  background: none !important;
  margin-bottom: -17px !important;
}
#twitter_update_list li span {
  padding: 0 10px;
  width: 268px;
  display: inline-block;
  margin: -5px 0 0 2px;
  line-height: 21px;
}
#twitter_update_list li a {
  padding-left: 12px;
}
#twitter_update_list li span a, #twitter_update_list li span a:visited {
  padding: 0 !important;
}
/*TABS*/
ul.tabs {
	margin: 0 0 0 -13px !important;
	padding: 0;
	float: left;
	list-style: none;
	width: 320px;
    background: #e4e6d8;
    font-family: Georgia;
}
ul.tabs li {
	float: left;
	margin: 0 0px 0 0 !important;
	padding: 0 15px !important;
	line-height:44px;
	border-bottom: 0 !important;
	overflow: hidden;
}
ul.tabs li a {
	text-decoration: none;
    color: #979797 !important;
	display: block;
	font-size: 11px;
    text-transform: uppercase;
	outline: none;
}
ul.tabs li a:hover {
    color: #fff !importnat;
    text-decoration: none !important;
}
html ul.tabs li.active, html ul.tabs li.active a:hover, html ul.tabs li.active a  {
    background: #fff !important;
}
.tab_container {
	border-top: none;
	clear: both;
	float: left;
	width: 100%;
}
.tab_content {
	padding: 20px 0 0 !important;
}
.tab_content h2 {
	font-weight: normal;
	padding-bottom: 10px;
	font-size: 1.8em;
}
.tab_content h3 a{
	color: #254588;
}
.tab_content img {
	float: left;
	margin: 0 17px 0px 0;
	padding: 0px;
    border-radius: 2px;
}
.tab_content li {
  background: none !important;
  clear: both;
  overflow: hidden;
  border-bottom: 1px solid #d2d2d2;
  padding: 0 13px  10px !important;
  width: 294px;
  margin: 0 0 10px -13px !important;
}
h4.ptitle {
  font-size: 11px;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 0;
}
.ptitle a, .ptitle a:visited {
  color: #788d69;
}
.pmeta {
  color: #8a8a8a;
  font-size: 11px;
  margin: 8px 0 0;
}
.tabber {
  border: 1px solid #d2d2d2;
  padding: 0 13px;
  width: 294px;
}
.tabs li.second {
  border-right: 1px solid #cdd1b8;
}
.tab_content li.last {
  margin-bottom: 0 !important;
}


/*END TABS*/</pre></body></html>