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

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

html body {
  background: #E9EDEC url(images/top.gif) repeat-x scroll top;
  font-size: 12px;
  font-family: Arial, Verdana, Tahoma, Times New Roman;
  line-height: 1.5em;
  color: #575251;
}

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

#mainwrap {
  margin: 0 auto;
  width: 960px;
}
#header {
  width: 960px;
  height: 104px;
  padding-top: 44px;
}
#blogtitle {
  text-transform: uppercase;
  float: left;
}
.adv {
  float: right;
  margin: 0px 0px 0 0;
}

/* -------- START CATEGORY MENU -------- */
#nav2 {
  clear: both;
  float: left;
  height: 42px;
  background: #000;
  width: 960px;
  margin-bottom: 45px;
}
#nav2 li {
  float: left;
  line-height: 42px;
}
#nav2 li a {
  float: left;
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 11px;
  padding: 0px 20px 0 20px;
}
#nav2 li.current-cat a, #nav2 li a:hover {
  color: #f55b2c;
}
#nav2 li li {
  display: none;
}

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


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

#top {
  width: 960px;
  height: 37px;
}
#top li {
  float: left;
  line-height: 37px;
}
#top li a {
  float: left;
  display: block;
  padding: 0px 35px 0 5px;
  color: #000000;
  font-size: 11px;
}
#top li.current_page_item a, #top li a:hover {
  color: #fff;
}
#top li li {
  display: none;
}
/* -------- END PAGE MENU -------- */

#s {
  width: 203px;
  padding: 10px 0 9px 5px;
  margin-bottom: 5px;
  color: #000;
  font-size: 11px;
  border: 1px solid #000;
  background: url(images/search.gif) no-repeat scroll 96% 50%;
}
*+html #s {
  padding-bottom: 7px;
}
#contentwrap {
  float: left;
  width: 725px;
}
#sidebar {
  float: right;
  width: 210px;
}

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

.add2 {
  margin: 0 0px 0px 10px;
}

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

#footer {
  width: 960px;
  clear: both;
  padding: 20px 0;
  overflow: hidden;
  border-top: 1px solid #000000;
  color: #000;
}
#footer a, #footer a:visited {
  color: #575251;
}
#footer a:hover {
  color: #f55b2c;
  text-decoration: underline;
}
/* -------- END WP LAYOUT -------- */

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

#sidebar h3 {
  padding: 0 0 20px 0;
  font-size: 17px;
  color: #2d2d2d;
}
.side-widget {
  clear: both;
  width: 210px;
  padding: 0px;
  margin-bottom: 20px;
  overflow: hidden;
}
#sidebar ul.children {
  margin: 5px 0 -5px 0;
}
#sidebar ul li {
  padding: 5px 0 5px 0;
  margin-left: 0;
  border-bottom: 1px solid #e8e7e7;
}
#sidebar li li {
  border-bottom: 0;
  border-top: 1px solid #e8e7e7;
}
.side-widget a, .side-widget a:visited {
  color: #575251;
}
.side-widget a:hover {
  color: #f55b2c;
}
.textwidget {
  padding: 5px;
}
.side-widget div {
  padding: 5px 0;
}
/***************POST STYLES*************************/
h2.title {
  margin: 10px 0 20px;
  line-height: 24px;
  font-size: 24px;
}
h2.title a, h2.title a:visited {
  color: #000000;
}
.time {
  background: #000000;
  padding: 3px 13px;
  color: #f55b2c;
  font-size: 10px;
  position: relative;
  top: -16px;
  left: -15px;
}
.meta {
  background: #f55b2c;
  padding: 6px 15px;
  width: 319px;
  margin-left: -15px;
  font-size: 11px;
  text-align: right;
}
.meta a, .meta a:visited {
  color: #7d2207;
}
.comm {
  background: url(images/comm.png) no-repeat scroll 0 5px;
  padding-left: 25px;
  float: left;
}
a.more-link {
  text-decoration: underline;
}
.postmetadata {
  margin: 5px 0 27px;
}
.leftpost {
  width: 319px;
  float: left;
}
.rightpost {
  width: 319px;
  float: right;
}
.clearp {
  clear: both;
}
.post, .page {
  border: 1px solid #000000;
  background: #fff;
  margin-bottom: 40px;
  padding: 15px 15px 0 15px;
  position: relative;
}
.entry {
  margin: 10px 0 20px;
  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;
}
.entry img, .post_thumbnail {
  padding: 0px;
  border: 0;
}
.entry th {
  padding: 0;
  margin-right: 2px;
}
.entry li {
  margin-left: 20px;
  list-style: circle;
}
.entry ol li {
  list-style: decimal;
}
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: #f55b2c;
  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: #f55b2c;
  color: #fff;
}
#wp-calendar td:hover, #wp-calendar #today {
  background: #f55b2c;
  color: #fff;
}
li.pagenav, li.categories, li.linkcat {
  list-style:none;
}
h2.pagetitle {
  margin: 0 0 20px 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:20px 0 40px;
}
.wp-pagenavi span.pages,.wp-pagenavi span.extend{
  color:#000000;
  margin:2px;
  padding:3px 7px;
}
.wp-pagenavi a,.wp-pagenavi a:link,.wp-pagenavi a:visited{
  color:#000000;
  margin:2px;
  padding:3px 7px;
  text-decoration:none;}
.wp-pagenavi span.current,.wp-pagenavi a:hover{
  color:#f55b2c;
  margin:2px;
  padding:3px 7px;
}
a.page, a.page:visited {
  background: none !important;
  border: 0 !important;
}


/* -------- END PAGE NAVIGATION -------- */

/* -------- SUBSCRIPTION -------- */
ul#topsoc {
}
ul#topsoc li {
  line-height: 55px !important;
  padding: 0 !important;
  background: none !important;
}
ul#topsoc li a {
  padding: 32px 0px 32px 43px !important;
  margin: 0;
}
a#twitter {
  background: none;
  background: url(images/twitter.png) no-repeat scroll 0px 24px !important;
}
a#socrss {
  background: none;
  background:url(images/rss.png) no-repeat scroll 0px 24px !important;
}
a#fb {
  background: none;
  background: url(images/facebook.png) no-repeat scroll 0px 24px !important;
}
ul#botsoc {
  float: right;
}
ul#botsoc li {
  float: left;
  line-height: 0;
  border-right: 0;
  padding: 10px 0 0 13px !important;
}
ul#botsoc li a {
  padding: 0;
  margin: 0;
}
/* -------- END SUBSCRIPTION -------- */
.flickr {
  width: 206px !important;
  overflow: hidden;
  margin-bottom: 30px;
}
.flickr_badge_image { float: left; margin: 9px 0 0px 0; padding: 0 !important; overflow: hidden;}
.flickr_badge_image img { width: 62px; height: 49px; padding: 0px; margin: 0 7px 0px 0; border:1px solid #000; float: left; }
#flickr_badge_image3 img, #flickr_badge_image6 img, #flickr_badge_image9 img, #flickr_badge_image12 img {
  margin-right: 0;
}</pre></body></html>