<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Magster
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 file to find out how to insert pictures in the slider and gallery!
*/
@import url("css/comments.css");
@import url("css/reset.css");
@import url("css/slide.css");
@import url("css/superfish.css");
@import url("css/featuredcats.css");
@import url("css/pagenavi-css.css");

/***************BASIC*************************/
* {
  margin: 0;
  padding: 0;
}
html body {
  background: #fff url(images/bg.png) repeat-x;
  font-size: 13px;
  font-family: Arial, Verdana, Tahoma, Times New Roman;
  line-height: 1.5em;
}
a:link, a:visited {
  color: #024873;
  text-decoration: none;
}
a:hover {
  color: #000;
}
/***************LAYOUT*************************/
#shadow {
  width: 984px;
  background: url(images/shadow.png) repeat-y;
  margin: 0 auto;
  padding-bottom: 10px;
}
#mainwrap {
  margin: 0 auto;
  width: 960px;
  background: #fff;
}
#header {
  width: 960px;
  height: 204px;
  background: url(images/header.png) repeat-x;
}
#blogtitle {
  clear:both;
  color: #e9e9ef;
  text-transform: uppercase;
  float: left;
  position: relative;
  height: 97px;
  top: 15px;
  left: 0px;
}
#heading {
  color: #e9e9ef;
}
.description {
  text-transform: none;
  margin-left: 17px;
  margin-top: -20px;
}
.adv {
  float: right;
  margin: 5px 5px 0 0;
}

/* CAT MENU */

#nav2 {
 clear: both;
 float: left;
 height: 28px;
 width: 960px;
 position: relative;
 z-index: 1;
}
#nav2 li {
  float: left;
  background: url(images/navli.png) no-repeat scroll right center;
}
#nav2 li a {
  color: #343455;
  text-decoration: none;
  line-height: 27px;
  padding: 0 10px;
}
#nav2 ul.children {
  width: 240px;
  margin-top: -4px;
}
#nav2 ul.children li {
  margin: 0;
  padding:3px;
  background: #fff url(images/topnav.png) repeat-x;
  border: 1px solid #9f99c5;
  width: 180px;
}
#nav2 ul.children li:hover {
  background: #d3d3e4 url(images/topnavh.png) repeat-x;
  padding:3px;
}
#nav2 li ul li a {
  padding: 0;
  margin: 0;
  line-height: 23px;
  padding: 0 10px;
  text-transform: uppercase;
  color: #5b5b7c;
  font-size: 10px;
}
#nav2 li ul li a:hover {
  color: #fff;
}
/* END CAT MENU */

#top {
  clear: both;
  width: 960px;
  height: 32px;
  position: relative;
  z-index: 2;
}
#top li {
  float: left;
}
#top li a {
  float: left;
  display: block;
  padding: 11px;
  color: #fff;
  font-size: 11px;
}
#top li ul {
  margin-top: 2px;
}
#top ul li ul li{
  background: #2a2a45;
  width: 180px;
  border-bottom: 1px solid #6161a0;
}
#top li.current_page_item a {
  color: #fff;
}

/***************END NAVIGATION*************************/
/* Twitter, RSS, Email */

#topsoc {
  float: right;
}
.tweet, .rss, .mail {
  float: left;
  margin-left: 10px;
  margin-right: 5px;
  display: inline;
  margin-top: 0px;
}

/* End Twitter, RSS, Email */
#featured-video {

}
.padd {
  padding: 3px;
}
.about {
  float: right;
  width: 298px;
  margin-top: 5px;
  margin-right: 2px;
  background: #fafafa;
  border: 1px solid #e6e4e4;
}
.about p {
  padding: 2px;
}
.aboutimage {
  float: left;
  border: 1px solid #ccc;
  padding: 2px;
  margin: 0px 5px 5px 5px;
}
#searchform {
  clear: both;
  float: right;
  margin: 10px 10px 0 0;
}
#s {
  width: 279px;
  height: 25px;
  background: url(images/search.png) no-repeat;
  border: none;
}
#searchsubmit {
  background: url(images/go.png) no-repeat;
  color: #fff;
  height: 25px;
  border:none;
  width: 79px;
  font-size: 10px;
  position: relative;
  top: 1px;
}
*+html #searchsubmit {
  top: 0;
}
#contentwrap {
  float: left;
  width: 660px;
}
#right {
  float: right;
  width: 300px;
}
#sidebar {
  float: right;
  width: 300px;
  margin-top: 9px;
}
#sidebar2 {
  float: right;
  width: 148px;
  margin-right: 2px;
  display: inline;
}
#sidebar3 {
  float: right;
  width: 148px;
  margin-right: 2px;
  display: inline;
}
/* ADVERT */

.advert{
 float: right;
 width: 298px;
 background: #fff;
 margin: 0 2px 10px 0;
 padding-bottom: 5px;
 border: 1px solid #e2e2e2;
 }
.advert img{
 border:none;
 float:left;
 margin-left: 12px;
 margin-right: -8px;
 display: inline;
}

/* END ADVERT */

/* SOCIAL ICONS */

.custom_images img {
  padding: 0;
  margin: 3px;
}

/* END SOCIAL */

#footer {
  width: 920px;
  clear: both;
  margin: 0 auto;
  line-height: 31px;
  padding: 0 10px;
  background: url(images/footer.png) repeat-x;
  border: 1px solid #514c6e;
  overflow:hidden;

}
span.left {
  float: left;
}
span.sponsors {
  float: right;
}


.inside {
  padding: 10px;
}
/***************END LAYOUT*************************/

/***************WP STYLES*************************/

#sidebar h3, .about h3, #sidebar2 h3, #sidebar3 h3 {
  padding: 0 12px;
  font-size: 14px;
  background: url(images/h3.png) repeat-x;
  line-height: 41px;
  margin-bottom:0;
  color: #fff;
  text-transform: uppercase;
}
.side-widget {
  clear: both;
  width: 298px;
  margin-bottom: 10px;
}
.side-widget ul li, .lwidget ul li, .rwidget ul li {
  line-height: 38px;
  padding: 0 5px 0 15px;
  background: url(images/li.png) repeat-x;
  border: 1px solid #e3e3e3;
  border-bottom: none;
  margin-bottom: 1px;
}
.side-widget ul li:hover, .lwidget ul li:hover, .rwidget ul li:hover {
  background: url(images/lihover.png) repeat-x;
}
.side-widget a, .side-widget a:visited, .lwidget a, .lwidget a:visited, .rwidget a, .rwidget a:visited {
  color: #454545;
}
.side-widget a:hover, .lwidget a:hover, .rwidget a:hover {
  color: #000;
}
.side-widget ul li ul li {
  margin-left: -15px;
  width: 275px;
  margin-top: 1px;
}
.lwidget, .rwidget {
  width:148px;
  margin-bottom: 10px;
}


/***************POST STYLES*************************/
.ptop, .postbot{
  width: 702px;
  position: relative;
  left: -64px;
}
.post h2 {
  margin-bottom: 20px;
  border-top: 1px solid #e0e0e9;
  border-bottom: 1px solid #e0e0e9;
  line-height: 39px;
  float: left;
  display: block;
  width: 630px;
}
.post h2 a, post h2 a:visited {
  color: #343455;
  font-style: Italic;
  font-weight: normal;
  font-family: Georgia;
}
.post h2 a:hover {

}
.datetime {
  background: url(images/date.png) no-repeat;
  padding: 5px 17px;
  float:left;
  width: auto;
  margin-right: 10px;
}
.month, .day {
  text-transform: uppercase;
  color: #4e4f6f;
  text-align: center;
}
.day {
  margin-left: 3px;
  color: #6b6c97;
}
.meta {
  background: url(images/meta.png) repeat-x;
  line-height: 44px;
  padding: 0 10px;
  font-weight: normal;
  color: #40415b;
  font-style: Italic;
  font-family: Tahoma;
  display: block;
  width: 613px;
  float: left;
}
.meta a, .meta a:visited {
  color: #40415b;
}
.cat {
  float: left;
}
.commentsp {
  background: url(images/comm.png) no-repeat scroll center top;
  padding: 5px 17px;
  text-align: center;
  float: left;
  margin-left: -11px;
  margin-top: -1px;
}
.comm, .comm a, .comm a:visited {
  text-transform: uppercase;
  color: #bcbdd0;
}
a.more-link {
  float:right;
  background: url(images/more.png) no-repeat;
  padding: 15px 40px 15px;
  margin-top: 10px;
}
.tags {
  float: right;
}
.clear {
  clear: both;
}


.post {
  clear: both;
  margin-bottom: 0px;
  padding-bottom: 15px;
}
.entry {
  margin-top: 10px;
  margin-bottom: 20px;
  line-height: 20px;
  text-align: justify;
  width: 630px;
}
.entry img, .post_thumbnail {
  padding: 5px;
  border: 1px solid #e9e9ef;
  margin-right: 10px !important;
}
.entry h2, .entry h1 {
  border: none;
  margin:0;
  padding:0;
}
.entry table, .entry code{
  clear: both;
}
.entry li {
  margin-left: 20px;
  list-style: circle;
}
.entry ol li {
  list-style: decimal;
}
.entry th {
  padding: 0;
  margin-right: 2px;
}
blockquote {
  border-left: 10px solid #666666;
  margin-left: 20px;
}
blockquote p {
  padding: 10px;
}
.alignleft {
  float: left;
  margin: 0 5px 5px 0px;
}
.alignright {
  float: right;
  margin: 0 5px 5px 5px;
}
img.aligncenter {
  display: block;
  margin: 0 auto;
}
/***************END POST STYLES*************************/
#calendar_wrap {
  text-align: center;
}
caption {
  background: #ccc;
  width: 100%;
}
#wp-calendar {

}
#wp-calendar th {
  padding: 16px;
}
#wp-calendar td a:link {
  background: #ccc;
  padding: 1px 6px;
  color: #fff;
  line-height: 29px;
}
/***************END WP STYLES*************************/

li.pagenav, li.categories, li.linkcat {
  list-style:none;
}

</pre></body></html>