<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Techleak
Theme URI: http://www.techleak.com
Description: A clean tech story site with SlideDeck slider
Author: Walter Costinak, Joe Fulgham
Author URI: http://www.holycow.com/
Version: 1.0
*/

/* Reset CSS
   http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    font-family: 'Asap', "Helvetica", sans-serif;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
    font-size: 16px;
    color: #000;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

blockquote {
    font-style: italic;
    padding: 25px;
}

/* Defaults */
H1 { font-size: 1.5em; }
H2 { font-size: 1.4em; }
H3 { font-size: 1.3em; }
H4 { font-size: 1.2em; }
H5 { font-size: 1.1em; }

h1,h2,h3,h4,h5 { 
    font-weight: normal;
    color: #4d9ab7;
}

a, a:visited { 
    color: #4d9ab7; 
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/* Customization Begins */
body {
    background: #dee0dd;
}

body.home {
    background: #dee0dd url(images/site-bg.jpg) repeat-x;
}

.container {
    width: 880px;
    margin: 0 auto;
    clear: both;
}

#header {
    width: 100%;
    background: #000 url(images/blueblackbar.png);
    height: 85px;
}

#headernav {
    padding: 30px 0 0 0;
    width: 930px;
    margin: 0 auto;
}

#slidermain {
    height: 270px;
    width: 880px;
    padding: 25px 40px 105px 40px;
    margin: 45px auto 0 auto;
    background: url(images/slider-bg.png);
}

.spacer {
    width: 100%;
    height: 13px;
    background: url(images/bluebar.png);
    margin-bottom: 35px;
    clear: both;
}

#headersub {
    height: 170px;
    width: 100%;
    background: #fff;
    text-align: left;
    font-size: 2.5em;
    padding: 0;
    margin: 0;
    clear: both;
}

#pagedesc {
    width: 880px;
    margin: 0 auto;
    padding-top: 60px;
    height: 110px;
}

.sidebar {
    width: 260px;
    margin-right: 25px;
    float: left;
}

.postlisting {
    width: 595px;
    float: left;
    line-height: 25px;
}

.post {
    margin-bottom: 25px;
    clear: both;
}

.entry p {
    margin-bottom: 25px;
}

.entry ul, .entry ol {
    margin-bottom: 25px;
    margin-left: 25px;
    list-style: decimal;
    list-style-position: outside;
}

.entry ul {
    margin-bottom: 25px;
    margin-left: 25px;
    list-style: disc;
    list-style-position: outside;
}

.widget {
    margin-bottom: 25px;
    padding: 0;
    width: 260px;
}

.widget_calendar h1 {
    display: none;
}

.postdate {
/*    display: none; */
}

#bottombar {
    background: #fff;
    width: 100%;
    text-align: center;
    padding-bottom: 25px;
    clear: both;
}

#footer {
    width: 100%;
    background: #000  url(images/bluebar.png) bottom repeat-x;
    color: #8d8d8d;
    text-align: right;
    padding-top: 40px;
    min-height: 65px;
    font-size: 0.875em;
}

input.submit, input.button, input.wp-submit, input[type="button"], input[type="submit"] {
background-color: #4d9ab7;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 color: #ffffff;
 border: 0;
 padding: 5px;
 }
 
 #loginarea {
     position: absolute;
     top: 100px;
     left: 50%;
     width: 265px;
     text-align: right;
     margin-left: 200px;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* slider fix */
.skin-stacked-nav dl.slidedeck &gt; dd {
    border: 0 !important;
}

#headernav .logo {
    float: left;
    margin-left: 15px;
}

/* Menu */

#access {
    display: block;
    float: left;
    text-align: center; 
    font-size: 0.875em;
    margin-top: 15px;
    margin-left: 40px;
}

#access div {
    margin: 0;
}

#access ul {
    list-style: none;
    margin: 0 0 0 -0.8125em;
    padding-left: 0;
    display:inline-block;
    text-align: left; 
}

#access li {
    float: left;
    position: relative;
}


#access a {
    color: #fff;
    display: block;
    line-height: 40px;
    padding: 0 1.2125em;
    text-decoration: none;
}

#access ul ul {
    -moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
    box-shadow: 0 3px 3px rgba(0,0,0,0.2);
    display: none;
    float: left;
    margin: 0;
    position: absolute;
    top: 40px;
    left: 0;
    width: 188px;
    z-index: 99999;
}
#access ul ul ul {
    left: 100%;
    top: 0;
}
#access ul ul a {
    background: #000;
    color: #fff;
    height: auto;
    line-height: 1.4em;
    padding: 10px  1.2125em;
    width: 168px;
}

#access li &gt; a,
#access ul ul &gt; a,
#access a {
    background: #000;
}

#access li:hover &gt; a,
#access ul ul :hover &gt; a,
#access a:focus {
    background: #fff;
}

#access li:hover &gt; a,
#access a:focus {
    background: #f9f9f9; /* Show a solid color for older browsers */
    background: -moz-linear-gradient(#f9f9f9, #e5e5e5);
    background: -o-linear-gradient(#f9f9f9, #e5e5e5);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9f9f9), to(#e5e5e5)); /* Older webkit syntax */
    background: -webkit-linear-gradient(#f9f9f9, #e5e5e5);
    color: #373737;
}
#access ul li:hover &gt; ul {
    display: block;
}
#access .current_page_item &gt; a,
#access .current_page_ancestor &gt; a {
	
}

.previous a {
	display: inline;
	float: left;
	margin-right: 1.625em;
	margin-bottom: 1cm;
}

.previous a:hover {
	display: inline;
	float: left;
	margin-right: 1.625em;
	margin-bottom: 1cm;
}

.next a {
	float: right;
	margin-left: 1.625em;
	margin-bottom: 1cm;
}

.next a:hover {
	float: right;
	margin-left: 1.625em;
	margin-bottom: 1cm;
}


/* Calendar Widget */

.widget_calendar #wp-calendar {
	color: #555;
	width: 95%;
	text-align: center;
}
.widget_calendar #wp-calendar caption,
.widget_calendar #wp-calendar td,
.widget_calendar #wp-calendar th {
	text-align: center;
}
.widget_calendar #wp-calendar caption {
	font-size: 18px;
	font-weight: 500;
	padding: 5px 0 3px 0;
	text-transform: uppercase;
}
.widget_calendar #wp-calendar th {
	background: #f4f4f4;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
}
.widget_calendar #wp-calendar tfoot td {
	background: #f4f4f4;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

/* General items that have not been implemented */

/* 
content
postimage
posttitle

*/



/* Single entry items used in individual product posts */
.productpostlisting 
{
//    width: 595px;
    float: left;
    line-height: 25px;
}
.productpost 
{
    margin-bottom: 50px;
    clear: both;
}

.productpostimage 
{
    float: left;
    padding: 1px;
    border: 1px solid #021a40;
    background-color:#ff0;
    height: 100px;
    margin-right: 50px;
}

.productpostsubimage 
{
    padding: 1px;
    border: 1px solid #021a40;
    background-color:#ff0;
    height: 50px;
}

.productposttitle 
{
    display: block;
    font-size: 2em;
    margin-top: 0.67em;
    margin-left: 1em;
    margin-right: 1em;
    font-weight: bold;
    color: yellow;
    font-family: verdana;
}


.productspacer {
    width: 100%;
    height: 1px;
    background: url(images/bluebar.png);
    margin-top: 100px;
    margin-bottom: 35px;
    clear: both;
}

.producttext
{
    margin-left: 20px;
    margin-right: 20px;
}


/* 
TO BE IMPLEMENTED
.singleentry-title 
.singleentry-meta
.singleentry-meta-prep
.singleentry-content
.singleetry-spacer
.entry-author-info
.author-avatar
.author-description
.author-link
*/
</pre></body></html>