﻿/*
Theme Name: JSedlak.com
Theme URI: http://jsedlak.com
Description: Default theme for John Sedlak's site.
Version: 1.0
Author: John Sedlak
Author URI: http://jsedlak.com/
Tags: John Sedlak
*/

html, body, div
{
    margin: 0px;
    padding: 0px;
}

body
{
    color: #3d3d3d;
    
    font-family: Georgia, Cambria, "Times New Roman", Serif;
    text-align: center;
    
    background: #000;
    background-image: url('images/backgrounds/7.jpg');
	background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

div#Page
{
}

div#Wrapper
{
	margin-top: 50px;
	margin-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
	    
    width: 1000px;
    
    box-shadow: 0px 0px 5px #2d2d2d;
    -webkit-box-shadow: 0px 0px 5px #2d2d2d;
    
    /*
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    */
    
    text-align: left;
}

div#Header
{
    height: 75px;
	width: 1000px;    
	
	background: url('images/header.png') no-repeat left top;
	
    padding: 0px;
}

div#Logo,
a#Logo
{
    float: left;
    
    /*background-image: url('/images/logo.png');
    background-repeat: no-repeat;*/
    width: 425px;
    height: 69px;
}

div#Logo h1{
    padding: 0px;
    margin: 0px;
}

div#Logo h1 a
{
    padding: 0px;
    margin: 0px;
    color: #0060ba;
}

div#Logo h1 a:hover{
	color: #000;
}

div#Navigation
{
    padding-top: 35px;
    
    width: 500px;
    float: right;
}

div#Navigation ul li
{
    list-style: none;
    float: left;
    
    margin-left: 10px;
}

div#Navigation ul li a
{
}

div#Content
{
    padding: 25px;
    
    background: url('images/white-90p.png') repeat left top;
}

div#Content div#LeftColumn
{
    float: left;
    
    width: 750px;

    padding: 25px 0px 25px 0px;
    /*margin: 0px 25px;*/
    
    /*background: url('images/white-75p.png') repeat left top;
    
    box-shadow: 0px 0px 5px #2d2d2d;
    -webkit-box-shadow: 0px 0px 5px #2d2d2d;*/
    
    /*
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    */
}

div#Content div#RightColumn
{
    float: right;
    
    width: 180px;
    
    /*margin: 0px 25px;*/
    /*padding: 25px 25px 25px 25px;*/
    /*margin-left: 25px;*/
    
    font-size: 0.9em;
    
    /*border-left: dotted 1px #dfdfdf;*/
}

div#RightColumn ul
{
    
    margin-left: 0px;
    padding-left: 0px;
    list-style: none;
}

div#RightColumn ul li ul
{
    list-style-type: circle;
    margin-left: 25px;
}

div#Content p
{
    text-align: justify;
    line-height: 1.5em;
}

div#Footer{
	background: url('images/white-90p.png') repeat left top;

	padding: 25px;
}

div#Footer p{
	font-size: 0.8em;
	
	margin: 0px;
	padding: 0px;
}

a
{
    color: #0060ba;
    text-decoration: none;
}

a:hover
{
    color: #000;
}

a img{
	border:0px;
}

h1, h2, h3, h4, h5, h6
{
    font-family: Georgia, Cambria, "Times New Roman", Serif;
    
    color: #1d1d1d;
    
    padding: 0px;
    margin: 0px 0px 10px 0px;
}

h2{
	color: #8e9e3b; /*#ec5e00;*/
}

h1
{
    font-size: 3em;
}

div.Post{
	margin: 0px 0px 50px 0px;
}

div.Post p{
	font-size: 0.9em;
}

div.Post ul li,
div.Post ol li{
	line-height: 1.5em;
	
	font-size: 0.9em;
}

div.Post ul li p,
div.Post ol li p{
	font-size: 1.0em;
}

div.Post p a{
	font-style: italic;
}

div.Post h2 a
{
    color: #0084ff; /*#ec5e00;*/
}

div.Post h2 a:hover { color: #2d2d2d; }
div.Post h3{
	color: #0060ba;
}

div.Post ul li
{
	margin-top: 5px;
	margin-bottom: 5px;
}

div.postmetadata{
	margin: 10px 0px 20px 0px;
}

div.postmetadata p
{
	margin: 0px;
	padding: 0px;
	
	font-size: 0.8em;
}

a.bordered-link{
	padding: 4px;
	margin: 0px;
	
	font-size: 0.8em;
	
	font-weight: bold;
	
	background: #f3f9ff;
	border: solid 1px #afafaf;
}

a.bordered-link:hover{
	background: #ec5e00;
	
	color: #fff;
}

div.Clear
{
    clear: both;
}

div.Widget{
	margin-bottom: 20px;
}

div.Center{
	text-align: center;
}

.Bordered{
	padding: 5px;
		
	background: #efefef;
	
	border: solid 1px #afafaf;
}

div.FloatRight{
	float: right;
}

div.FloatLeft{
	float: left;
}

div.ImgLink a{
	font-weight: bold;
}

div.page-link
{
	background: #efefef;

	margin: 15px 0px 15px 0px;	
	padding: 3px;
	
	border-top: solid 1px #afafaf;
	border-bottom: solid 1px #afafaf;
}

div.XNAVersions{
	font-weight: bold;
	
	margin-bottom: 10px;
}

/* CONTACT FORM CSS */
#wpcf label {
	clear: both;
	display: block;
	float: left;
	width: 150px;
}
#wpcf input {
	float: left;
	width: 200px;
	padding: 1px;
	margin: 2px 5px 2px 0;
}
#wpcf textarea {
	width: 350px;
	height: 100px;
	padding: 1px;
	margin: 0 5px 10px 0;
}
#wpcf #contactsubmit {
	margin-left: 250px;
	width: 100px;
}

td.line_numbers pre,
td.code pre{
	font-size: 8pt;
}

input, textarea{
	font-family: Georgia, Cambria, "Times New Roman", Serif;
}

.large.button
{
    font-size: 14px;
    padding: 8px 19px 9px;
}

.button, .more-link
{
    -webkit-box-shadow: rgba(0, 0, 0, 0.246094) 0px 1px 3px;
    
    background: #222 url('images/overlay-button.png') repeat-x 0px 0px;
    background-color: #0060ba;
    
    border-bottom: 1px solid rgba(0, 0, 0, 0.246094);
    
    border-radius: 5px 5px;
    -webkit-border-radius: 5px 5px;
    -moz-border-radius: 5px 5px;
    
    color: White !important;
    
    cursor: pointer;
    
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
    
    position: relative;
    overflow: visible;
    
    padding: 5px 15px 6px;
    
    text-decoration: none;
    text-shadow: rgba(0, 0, 0, 0.256094) 0px -1px 1px;
    
    width: auto;
}

.button:hover,
.more-link:hover
{
    background-color: #0084ff;
}

.more-link { float: right; }

/*
a.more-link{
	padding: 4px;
	
	font-weight: bold;
	
	background: #f3f9ff;
	border: solid 1px #afafaf;
	
	float: right;
}

a.more-link:hover{
	background: #ec5e00;
	
	color: #fff;
}*/

.OuterGlow
{
    box-shadow: 0px 0px 5px #2d2d2d;
    -webkit-box-shadow: 0px 0px 5px #2d2d2d;
}