/* 
Theme Name: OneYou Blog
Theme URL: http://blog.oneyousecurity.com/
Description: OneYou Security Blog.
Author: Wade Meredith
Author URI: http://voltagecreative.com
Version: 1.0
*/

/*  The following CSS Reset was written by Dejan Cancarevic
http://stylizedweb.com/2008/02/14/10-best-css-hacks/         */

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, del, dfn, em, font, img, ins, kbd, q, s, samp, acronym, address, big, cite, code,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {font-size:100%;font-family:inherit;vertical-align:baseline;margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;}caption, th, td {text-align:left;font-weight:normal;}table {border-collapse:separate;border-spacing:0;}blockquote:before,blockquote:after,q:before,q:after {content: "";}blockquote, q {quotes: "" "";}
* {margin:0;padding:0;}


/*
Here is a list of all the <DIV>s in Whiteboard.
*/
a {
 	color: #1e5190;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;	
}
#container {
	width: 800px;
	margin: 0 auto 0 auto;
	font-family: arial, sans-serif;
	font-size: .9em;
	line-height: 1.5em;
	color: #222;
	background: url('images/bg.jpg') right repeat-y;
}
#header {
	padding: 25px 0 55px 0;
}
#header .logo {
	float: left;
	margin: 0 0 -30px -65px;
}
#header h1 a {
	float: left;
	margin: 5px 0 4px 0px;
	font-size: 2.5em;
	text-decoration: none;
	font-weight: bold;
	text-transform: lowercase;
	font-variant: small-caps;
}
#header h1 a:hover {
	text-decoration: none;
}
.slug {
	clear: both;
	font-size: .88em;
}
#content {
	width: 500px;
	float: left;
}
sidebar h2 {
	font-size: 1.5em;
	font-weight: bold;
	text-transform: uppercase;
}
h2 {
	font-size: 1.5em;
	font-weight: bold;
}
h2.archive {
	margin: 0 0 25px 0;
	color: #ccc;
	font-size: 1em;
}
.post{
	margin: 0 0 25px 0;
}
.post ol ul {
	margin: 15px 0 15px 22px;
}
.post p{
	margin: 15px 0 0 0;
}
.meta-top {
	font-size: .66em;
	color: #666;
}
.meta-bottom {
	font-size: .66em;
	color: #666;
}

blockquote {
	padding: 0 0 0 15px;
	border-left: 1px solid #bdcce1;
}
.asterism {
	margin: 5px 0 25px 0;
}
#postnavigation{}
#searchform{}
#sidebar{
	float: right;
	width: 184px;
	padding: 27px 40px 27px 40px;
	border-top: 2px double #f1f1f1;
	border-bottom: 2px double #f1f1f1;

}
#sidebar ul {
	list-style: none;
}
#sidebar h2 {
	margin: 15px 0 0 0;
	font-weight: bold;
	color: #fff;
	font-size: 1.25em;
}
#sidebar ul li li {
	font-size: .9em;
}
#footer {
	width: 450px;
	margin: 0 auto 0 auto;
	padding: 25px 350px 5px 0;
	clear: both;
	font-size: .5em;
	line-height: 1.5em;
	color: #666;
	background: url('images/bg.jpg') right repeat-y;
}
.wp-caption-text {
	display: none;
}
.mouseprint {
	font-size: .66em;
	color: #666;
}
.center {
	text-align: center;
}
.gray {
	color: #666;
}
/***** CLEARFIX - http://www.webtoolkit.info/css-clearfix.html *****/
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}
/***** END CLEARFIX *****/