<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: WhiteTribune
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/tabs.css");
@import url("css/pagenavi-css.css");

/***************BASIC*************************/
* {
  margin: 0;
  padding: 0;
}
html body {
  background: #e4e4e4;
  font-size: 13px;
  font-family: Arial, Verdana, Tahoma, Times New Roman;
  line-height: 1.5em;
  font-style:italic;
}
a:link, a:visited {
  color: #2c6d8e;
  text-decoration: none;
}
a:hover {
  color: #b8d4e6;
}
/***************LAYOUT*************************/

#mainwrap {
  margin: 0 auto;
  width: 960px;
}
#header {
  width: 960px;
  height: 95px;
}
#blogtitle {
  color: #fff;
  text-transform: uppercase;
  float: left;
  position: relative;
  top: 22px;
  left: 0px;
}
#heading {
  color: #fff;
}
.description {
  text-transform: lowercase;
  margin-left: 7px;
  color: #2c6d8e;
}
.adv {
  float: right;
  margin: 17px 5px 0 0;
  background: #fff;
  padding: 2px;
  border: 1px solid #bcbcbc;
}
#top {
  clear: both;
  width: 960px;
  height: 52px;
  background: url(images/top.png) no-repeat;
  margin-bottom: 30px;
}
#top ul {
  float: left;
  width: 670px;
}
#top li {
  float: left;
}
#top li a {
  float: left;
  display: block;
  padding: 16px 0px 16px 11px;
  color: #2c6d8e;
}
#top li a:hover {
  color: #838282;
}


/***************END NAVIGATION*************************/

.about {
  float: right;
  width: 268px;
  border: 1px solid #bcbcbc;
  padding: 0 15px;
  margin-bottom: 20px;
  background: #fffefe url(images/widget.gif) repeat-x;
  overflow: hidden;
}
.about img {
  float: left;
  margin-right: 5px;
}
.padd {
  padding-bottom: 10px;
}


/* Twitter, RSS, Email */

#topsoc {
  float: right;
  margin-bottom: 20px;
  border: 1px solid #bcbcbc;
  border-bottom: none;
}
#topsoc li {
  width: 298px;
  float: left;
  clear: both;
  background: url(images/topsoc.png) repeat-x;
  line-height: 56px;
  border-bottom: 1px solid #bcbcbc;
}
#topsoc img {
  float: left;
  padding-top: 12px;
  padding-top: 0\0/;
  padding-bottom: 20px\0/;
  padding-left: 15px;
}
*+html #topsoc img {
  position: relative;
  top: -15px;
}
#topsoc li a {
  padding-left: 5px;
  position: relative;
  top: 14px;
}
/* End Twitter, RSS, Email */

#search {
  float: right;
  margin-top: 14px;
  margin-right: 6px;
}
#sidebar #search {
  margin: 10px 0;
}
#s {
  border:1px solid #e5e4e4;
  margin:0;
  padding:3px 3px 5px;
  width:210px;
  color: #9f9f9f;
  margin-right: -4px;
}
#contentwrap {
  float: left;
  width: 634px;
}
#sidebar {
  float: right;
  width: 300px;
}
/* ADVERT */

.advert{
 clear: both;
 float: right;
 width: 298px;
 background: #fff;
 margin: 0 0 20px 0;
 padding-bottom: 5px;
 border: 1px solid #bcbcbc;
 }
.advert h3 {
  padding: 13px 10px 13px 50px;
  font-size: 17px;
  background: url(images/h3.png) no-repeat scroll 0 0;
  margin-left:0px !important;
  width: 238px;
  color: #2c6d8e;
  text-transform: capitalize;
  margin-bottom: 0;
}
.advert img{
 float:left;
 margin-left: 11px;
 margin-right: -8px;
 display: inline;
 background: #fff;
 padding: 5px;
 border: 1px solid #d0cfcf;
}

/* END ADVERT */

/* SOCIAL ICONS */

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

/* END SOCIAL */

#footer {
  width: 960px;
  clear: both;
  text-align: center;
  padding: 20px 0 5px;
  background: url(images/footer.png) repeat-x scroll top;
}
#footer a:hover, .sponsors a:hover {
  color: #2C6D8E;
  text-decoration: underline;
}
.sponsors {
  text-align: center;
}
/***************END LAYOUT*************************/

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

#sidebar h3, .about h3 {
  padding: 13px 10px 13px 50px;
  font-size: 17px;
  background: url(images/h3.png) no-repeat scroll 0 0;
  margin-left: -15px;
  width: 238px;
  color: #2c6d8e;
  text-transform: capitalize;
  margin-bottom: 0;
}
.side-widget {
  width: 268px;
  border: 1px solid #bcbcbc;
  padding: 0 15px;
  margin-bottom: 20px;
  clear: both;
  background: #fffefe url(images/widget.gif) repeat-x;
  overflow: hidden;
}
#sidebar ul li {
  line-height: 25px;
}
.side-widget a, .side-widget a:visited {
  color: #000;
}
.side-widget a:hover {
  color: #2c6d8e;
  text-decoration: underline;
}
#sidebar li.recentcomments a {
  color: #2c6d8e;
  text-decoration: underline;
}


.textwidget {
  padding: 5px;
}


/***************POST STYLES*************************/
.post h2 {
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 24px;
}
.post h2 a, post h2 a:visited {
  color: #2c6d8e;
}
.post h2 a:hover {

}
.meta {
  background: #2c6d8e;
  padding: 3px 5px;
  display: inline;
  color: #d8ecfb;
  font-size: 11px;
}
.meta a, .meta a:visited {
  color: #d8ecfb;
}
.comm {
  background: url(images/comment.png) no-repeat;
  text-align: center;
  height: 34px;
  width: 45px;
  float: right;
  padding-top: 5px;
}
.comm a, .comm a:visited {
  color: #d8ecfb;
  font-size: 19px;
}
a.more-link {
  background: url(images/more.png) no-repeat scroll 0 0;
  padding: 5px 20px 5px 17px;
  color: #d8ecfb;
}
*+html a.more-link {
  line-height: 27px;
  overflow: hidden;
}
.readmore {
  clear: both;
  float: left;
  margin: 10px 0 0;
}
.postmetadata {
  margin-top: 15px;
}
.post {
  border: 1px solid #bcbcbc;
  background: #fff url(images/post.gif) repeat-x;
  width: 602px;
  padding: 15px;
  margin-bottom: 20px;
  overflow: hidden;
}
.pleft {
  float: left;
}
.entry {
  margin-top: 10px;
  line-height: 20px;
  text-align: justify;
}
.entry img, .post_thumbnail {
  padding: 3px;
  border: 1px solid #cdcccc;
  background: #fff;
}
.entry p {
  margin-top: 10px;
}
.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 10px 0px 0px;
}
.alignright {
  float: right;
  margin: 0 0px 0px 10px;
}
img.aligncenter {
  display: block;
  margin: 15px auto 0;
}
/***************END POST STYLES*************************/
#calendar_wrap {
  text-align: center;
}
caption {
  background: #ccc;
  width: 100%;
}
#wp-calendar {

}
#wp-calendar th {
  padding: 14px;
}
#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;
}
h2.pagetitle {
  margin: 0 0 20px;
}

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