<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: 		tweaker2
Description: 		A theme especially built for those who love tweaking their own themes. Theme already translated into Afrikaans, all necessary files included. 
Version: 			2.0.6
Author: 			Arnold Goodway
Tags: 				light, two-columns, right-sidebar, fixed-width, threaded-comments, custom-header, custom-menu, translation-ready
License: 			GNU General Public License v2.0
License URI: 		http://www.gnu.org/licenses/gpl-2.0.html
Author URI:			http://tweaker.co.za/
Theme URI:			http://tweaker.co.za/tweaker2/
*/


/* Do not change the styling contained in the Reset */

/* =Reset
-------------------------------------------------------------- */


html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,blockquote,pre,a,abbr,acronym,address,code,del,dfn,em,img,q,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;font-weight:lucida fax;font-style:lucida fax;font-size:100%;font-family:lucida fax;vertical-align:baseline}body{line-height:1.5}table{border-collapse:separate;border-spacing:0;margin:0 0 15px 0}caption,th,td{text-align:left;font-weight:normal}table,td,th{vertical-align:middle}blockquote:before,blockquote:after,q:before,q:after{content:""}blockquote,q{quotes:"" ""}a img{border:none}* :focus{outline: 0}


/* You can start your styling from here onwards */


/* =Header
-------------------------------------------------------------- */


h1 a:hover,
h1 a:focus,
h1 a:active {
	text-decoration: none;
}
#header {
	width: 100%;
}


/* =Structure
-------------------------------------------------------------- */


body {
	background: #fff;
	color: #555;
	font-family: Arial, Helvetica, sans-serif; 
	font-size:95%;
}
#container {
	width: 980px;
	overflow: auto;
	padding: 0;
}
#content {
	width: 640px;
	float: left;
	overflow: hidden;
	margin: 0 0 20px 0
}
#footer {
	clear: both;
	padding:15px 0;
	border-top: 1px solid #ddd;
}
#navigation {
	float: left;
	width: 980px;
	margin: 15px 0 0 0;
}
#sidebar {
	width: 275px;
	float:right;
	overflow: hidden;
	margin:0 0 20px 0;
}
#wrapper {
	width: 980px;
	margin: 15px auto;
}
.post-details {
	margin:20px 0;
}
.single-block,
.clear {
	clear: both;
}


/* =Nav
-------------------------------------------------------------- */


.menu {
	clear: both;
	width: 980px;
	margin-bottom: 10px !important;
}
.menu a:link {
        color: "#00CED1";
	display: block;
	padding: 5px 10px;
	text-decoration: none;
}
.menu a:visited {
	color: "#00CED1";
	display: block;
	padding: 5px 10px;
	text-decoration: none;
}
.menu a:hover {
        color: "#00CED1";
	display: block;
	padding: 5px 10px;
	text-decoration: none;
}
.menu a:focus,
.menu a:active {
	color: #fof;
	display: block;
	padding: 5px 10px;
	text-decoration: underline;
}
.menu li {
	background: #fff;
	border-bottom: 1px solid #bbb;
	border-left: 1px solid #e1e1e1;
	border-right: 1px solid #bbb;
	border-top: 1px solid #e1e1e1;
	color: #3333cc;
	float: left;
	margin: 0 3px 0 0;
	padding:0;
}
.menu li li {
	width: 149px;
}
.menu li li a {
	padding: 4px 10px;
	width: 130px;
}
.menu li ul ul {
	margin: -33px 0 0 150px;
}
.menu li:hover ul ul,
.menu li:hover ul ul ul,
.menu li:hover ul ul ul ul,
.menu li.sfhover ul ul,
.menu li.sfhover ul ul ul,
.menu li.sfhover ul ul ul ul {
	left: -999em;
}
.menu li:hover ul,
.menu li li:hover ul,
.menu li li li:hover ul,
.menu li li li li:hover ul,
.menu li.sfhover ul,
.menu li li.sfhover ul,
.menu li li li.sfhover ul,
.menu li li li li.sfhover ul {
	left: auto;
}
.menu li:hover,
.menu li.sfhover,
.menu .current_page_item {
	background: #e1e1e1;
}
.menu ul {
	border: 0;
	font-weight: 400;
	left: -999em;
	margin: 0 0 20px 0;
	position: absolute;
	width: 151px;
}
.menu,
.menu ul {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
.nav {
	background: #fff;
	margin: 20px 0;
	overflow: hidden;
}
.navigation-left {
	float: left;
	margin-bottom: 20px;
}
.navigation-right {
	float: right;
	margin-bottom: 20px;
}


/* =Search
-------------------------------------------------------------- */  


#searchform #s {
	border: 1px solid #ddd;
	padding: 5px 5px 5px 20px;
	width: 247px;
	margin: 5px 0;
	background: url(images/search.png) 5px 7px no-repeat;
}
  
  
/* =Headings
-------------------------------------------------------------- */ 


h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-style: normal;
	font-weight: 400;
	margin: 15px 0;
}
h1 {
	font-size: 2.5em;
	margin: 20px 0 0 0;
	padding-bottom: 0;
	line-height: 1.1;
}
h2 {
	font-size: 1.7em;
}
h3 {
	font-size: 1.55em;
}
h4 {
	font-size: 1.4em;
}
h5 {
	font-size: 1.25em;
}
h6 {
	font-size: 1.1em;
}
#sidebar h4 {
	background: #e1e1e1;
	clear: both;
	font-size: 1em;
	font-variant: small-caps;
	padding: 5px 0 5px 5px;
}


/* =Lists
-------------------------------------------------------------- */


ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
.post-details ul {
	margin: 0;
	padding: 0;
}
.post-details ul li {
	background:#f1f1f1;
	border-bottom: 1px solid #e1e1e1;
	font-size: 13px;
	list-style: none;
	padding: 5px;
	margin:0;
}


/* =Forms
-------------------------------------------------------------- */


input#author {
	color: #555;
	background: #fff url(images/name.jpg) 2px 5px no-repeat;
	padding: 5px 5px 5px 20px;
	width: 310px;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #666;
	border-top: 1px solid #666;
}
input#email {
	color: #555;
	background: #fff url(images/mail.jpg) 2px 5px no-repeat;
	padding: 5px 5px 5px 20px;
	width: 310px;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #666;
	border-top: 1px solid #666;
}
input#url {
	color: #555;
	background: #fff url(images/home.jpg) 2px 5px no-repeat;
	padding: 5px 5px 5px 20px;
	width: 310px;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #666;
	border-top: 1px solid #666;
}
input#submit {
	margin: 0;
}
textarea#comment {
	color: #555;
	background: #fff;
	overflow: auto;
	padding: 5px;
	width: 325px;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #666;
	border-top: 1px solid #666;
}


/* =Links
-------------------------------------------------------------- */ 


a:link {
	color: steel blue3;
	text-decoration: none;
}
a:visited {
	color: steel blue3;
	text-decoration: none;
}
a:hover,
a:focus,
a:active {
	color: steel blue3;
	text-decoration: underline;
}
a img {
	border: none;
}


/* =Images
-------------------------------------------------------------- */


.aligncenter,
.center {
	display: block;
	margin: 0 auto 20px;
}
.alignleft,
.left {
	float: left;
	margin: 5px 15px 0 0;
}
.alignnone,
.block {
	clear: both;
	margin: 20px 0;
}
.alignright,
.right {
	float: right;
	margin: 5px 0 0 15px;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery .gallery-caption {
	float:left;
	width: 154px;
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img{ 
	border: 10px solid #e1e1e1;
}
.gallery br+br {
	display: none;
}
img.wp-smiley {
	border: none;
	margin: 0;
	max-height: 12px;
	padding: 0;
}
.wp-caption {
	background: #e1e1e1;
	line-height: 18px;
	margin: 0 0 20px 0;
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
 
 
/* =Comments
-------------------------------------------------------------- */


.comment blockquote {
	background: #fff;
	font-style: italic;
	margin: 0 0 20px 10px;
	padding: 10px;
}
.commentlist {
	list-style: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-indent: 0;
}
.commentlist .bypostauthor {
}
.commentlist li .comment-meta {
	font-size: 10px;
}
.commentlist li .vcard {
	font-size: 16px;
}
.commentlist li .vcard cite.fn {
	font-style: normal;
}
.commentlist li .vcard img.avatar {
	float: right;
	margin: 0 0 10px 10px;
}
.commentlist li p {
	margin: 10px 0;
}
.commentlist li pre,
.commentlist li ul {
	list-style: square;
	margin: 10px 0 0;
}
.commentlist li ul.children {
	clear: both;
	list-style: none;
	margin: 10px 0 0;
	padding: 0;
}
.commentlist li ul.children li.depth-2,
.commentlist li ul.children li.depth-3,
.commentlist li ul.children li.depth-4,
.commentlist li ul.children li.depth-5,
.commentlist li ul.children li.depth-6,
.commentlist li ul.children li.depth-7,
.commentlist li ul.children li.depth-8,
.commentlist li ul.children li.depth-9,
.commentlist li ul.children li.depth-10,
.commentlist li.comment {
	border: 1px solid #ddd;
	padding: 10px;
}
.commentlist li.pingback {
	border: 1px solid #ddd;
	margin: 10px 0 0;
	padding: 10px;
}
#respond {
	width: 350px;
	margin: 50px 0 0 0;
}


/* =Tables
-------------------------------------------------------------- */


table {
	border: 1px solid #ccc;
	border-collapse: collapse;
	border-top: 0;
	width: 100%;
}
table caption {
	font-weight: 700;
	text-align: left;
}
table th{
	border-bottom: 2px solid #ccc;
	font-weight: 700;
	text-align: left;
}
table th,
table td {
	border: 1px solid #ccc;
	border-bottom: 0;
	padding: .3em .5em;
}
table tr.even td {
	background:#ddd;
}
table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
table th {
	background: #f8f8f8;
	color: #000;
	font-weight: 400;
	text-align: left;
}
table th,
table td {
	padding: 5px 10px;
	text-align: left;
}
tfoot {
	border: 0;
	text-align: left;
}
thead {
	margin-top: 0;
}


/* =Misc
-------------------------------------------------------------- */


acronym,
abbr {
	border-bottom: 1px dashed #666;
	cursor: help;
	text-transform: uppercase;
}
address {
	font-style: italic;
	margin: 0 0 20px;
}
.attachment-thumbnail {
	float: left;
	margin: 0 15px 0 0;
}
big {
	font-size: 120%;
}
blockquote {
	background: #f1f1f1;
	font-style: normal;
	margin: 0 0 20px 10px;
	padding: 10px;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: none;
}
bold {
	font-weight: bold;
}
caption {
	background: #ccc;
	margin-bottom: 0;
	padding: 5px;
}
code {
	font: .9em Monaco, monospace, Courier, "Courier New";
}
del {
	text-decoration: line-through;
}
em,
cite,
blockquote em,
blockquote cite {
	font-style: italic;
}
.entry {
	padding: 0;
	margin: 15px 0 0 0;
}
.hidden {
	display: none;
}
.highlighted-heading {
	background: #e1e1e1;
	clear: both;
	font-size: 1em;
	font-variant: small-caps;
	margin: 0;
	padding: 5px 0 5px 5px;
}
hr {
	background: #ddd;
	border: none;
	color: #000;
	height: 1px;
	margin-bottom: 20px;
}
ins,
dfn {
	border-bottom: 1px solid #666;
	font-style: italic;
	text-decoration: none;
}
.more-link {
	clear: both;
	display: block;
	margin: 10px 0 0;
	padding: 0;
}
object {
	margin-bottom: 20px;
}
pre {
	font: .9em Monaco, monospace, Courier, "Courier New";
	line-height: 20px;
	margin-bottom: 20px;
	overflow: auto;
	padding: 9px;
}
pre code {
	font-size: 1em;
}
.required {
	color: #ff0000;
}
.search-terms {
	font-weight: bold;
}
small,
sup,
sub {font-size: 80%;}
sub {
	position: relative;
	top: .3em;
	vertical-align: baseline;
}
.sticky {
	background: #e8e8e8;
	padding: 0 10px 5px 10px;
}
sup {
	bottom: .3em;
	position: relative;
	vertical-align: baseline;
}
.tag-link {
	background: #000;
	margin: 20px 0 20px 0;
}
.textwidget {
	margin: 0 0 20px 0;
}
#wp-calendar {
	margin: 0 auto;
	padding: 0;
	width:300px;
}
#wp-calendar caption {
	margin: 0 0 10px;
	text-align: center;
}
#wp-calendar td#today,
strong{ 
	font-weight: 700;
}
#wp-calendar tfoot,
.commentlist li .reply,
#wp-calendar #prev {
	text-align: left;
}
#wp-calendar #next {
	text-align: right;
}
#wp-calendar th,
#wp-calendar td {
	text-align: center;
}
dl dd {
	margin: 6px 0 0 20px;
}
dl dt {
	font-weight: 700;
	margin: 12px 0 0;
}
dd address {
	margin: 0;
}</pre></body></html>