/*
Theme Name: tek-ops
Theme URI: http://www.tek-ops.com
Description: tek-ops 1.0 Theme
Version: 1.0
Author: Michael Schenck
Author URI: http://www.tek-ops.com

	tek-ops v1.0
*/


@import "style_header.css";
@import "style_page.css";
@import "style_content.css";
@import "style_sidebar.css";
@import "style_post.css";
@import "style_comment.css";
@import "style_footer.css";
@import "style_plugins.css";


/***************/
/* Typography  */
body {  margin: 0px; font-family: sans-serif; font-size:14px;}

table, tr, td {
	font-size:0.9em;
        align: left;
        vertical-align: top;	
};


small {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.6em;
	line-height: 1.5em;
	margin: 0px;
	color: #777;
}
	
	
h2, h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
	

h2 {
	font: 1.1em Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}

h3 {
	font-size: 1em;
}


h2.pagetitle {
	font-size: 1.6em;
}


blockquote, strike {
	color: #777;
}


acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
}

/* End of Typography */
/*********************/


/*******************/
/* Begin Structure */

body {
	margin: 0;
	padding: 0;
}


h2 {
	margin: 0px;
}

h2.pagetitle {
	margin-top: 0px;
	margin-bottom: 15px;
	text-align: center;
}


h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	font-family: Georgia, "Times New Roman", Times, serif;
}


p img {
	padding: 0;
}


img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}



.alignright {
	float: right;
}

.alignleft {
	float: left
}

.alignleft a, .alignright a {
	font-family:  Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
}

acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #999;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.center {
	text-align: center;
}

hr {
	display: none;
}


a { 
        color: #130;
	font-size: 1.1em;
}

a img {
	border: none;
}

blockquote {
	margin: 15px 10px 15px 10px;
	padding-left: 22px;
	background: url("images/quote_open.gif") no-repeat top left;
	
}

.blockquote-inner {
	padding-right: 22px;
	background: url("images/quote_close.gif") no-repeat bottom right;
}

pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
	font: 1.2em "monospace", mono;
	padding: 5px 1px 3px 1px;
	border: 0.1px dashed #888;
	color: black;
	background-color: #aaa;
	font-family:Courier,mono;
	font-size:14px;
	line-height:11px;
        border: 1px dashed #130;
}

.invisible {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	overflow: hidden;
	z-index: 10000;
	background-color: #FFFFFF;
}

/* End Structure */
/*****************/
