/*
Theme Name: jack-rugile
Theme URI: http://jackrugile.com
Description: Jack Rugile's portfolio and blog theme
Version: v2
Author: Jack Rugile
Author URI: http://jackrugile.com
*/

/* CSS Reset */ 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, font, 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 { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } /* remember to define focus styles! */ :focus { outline: 0; } /* remember to highlight inserts somehow! */ ins { text-decoration: none; } del { text-decoration: line-through; } /* tables still need 'cellspacing="0"' in the markup */ table { border-collapse: collapse; border-spacing: 0; }

html, body { margin: 0; padding: 0; height: 100%; }

body { background: #222 url('images/bg.jpg') repeat-x; font: 100% Arial, Helvetica, sans-serif; color: #eee; line-height: 24px;}

ul { list-style-image: url('images/list.png'); padding: 0 0 0 25px; }

.center { margin: 0 0 30px;}
.left { float: left; margin: 0 15px 30px 0; }
.right { float: right; margin: 0 0 30px 15px; }
.thumb { margin: 0 0 30px 0; box-shadow: 2px 2px 5px #111; -webkit-box-shadow: 2px 2px 5px #111; -moz-box-shadow: 2px 2px 5px #111; }
.shadow { box-shadow: 2px 2px 5px #111; -webkit-box-shadow: 2px 2px 5px #111; -moz-box-shadow: 2px 2px 5px #111; }
.page-header { margin: 0 0 30px; padding: 0 0 7px 0; border-bottom: 1px solid #333; display: block; clear: both; }
.spacer { height: 30px; clear: both; }
.post-spacer {width: 500px; height: 45px; clear: both; border-top: 1px solid #333; }
.push { clear: both; height: 250px; }
.post .shadow { margin: 0 0 15px 0; box-shadow: 2px 2px 5px #111; -webkit-box-shadow: 2px 2px 5px #111; -moz-box-shadow: 2px 2px 5px #111; }

a:link, a:visited { color: #019cec; text-decoration: none; }
a:hover { color: #40baf9; }

#container { width: 900px; margin: 0 auto -250px; min-height: 100%; height: auto !important; height: 100%; }
#header { width: 900px; height: 125px; background: url('images/header1.jpg') no-repeat; }

	ul#navigation {  float: right; padding-top: 82px; text-shadow: 1px 1px 1px #000; }
	ul#navigation li { display: inline; margin: 0 0 0 35px; padding: 0; font-size: 1.2em; }
	.current { border-top: 1px solid #019cec; }
	ul#navigation li a:link, ul#navigation li a:visited { color: #999; }
	ul#navigation li a:hover { color: #019cec; }
			
#content { margin: 0 0 30px; width: 900px; padding: 30px 0 0 0; font-size: .8em;text-shadow: 1px 1px 1px #000;  }

	#content h2, #content h1 { color: #019cec; text-transform: uppercase; font-size: 1.5em; margin: 0 0 3px 0; padding: 0 0 2px 0; }
	#content h3 { text-transform: uppercase; font-size: 1.1em; margin: 0 0 5px 0; padding: 0 0 2px 0;}
        #content h6 { background: url('images/list.png') no-repeat center left; font-size: 1.2em; margin: 0; text-transform: uppercase; padding: 0 0 0 13px;}
	#content .postmeta { font-style: normal; color: #bbb; text-transform: uppercase; font-size: .85em; letter-spacing: .3em; }
	#content .postmeta p { margin: 0 0 10px 0; }
	#content ul {list-style-image: url('images/list.png'); padding: 0 0 15px 15px; clear: both; }
	#content ul li { margin-bottom: 3px; }
        #content ul.meta {list-style-image: url('images/list.png'); padding: 0 0 15px 0; clear: none; }
        #content ul.meta li {display:inline; padding: 0 0px 0 0; font-style: normal; color: #bbb; text-transform: uppercase; font-size: .75em; letter-spacing: .1em;}
	#content p { margin: 0 0 18px 0; }
        .post-preview { overflow: hidden; width: 485px; margin: 0 0 30px; background: #111; padding: 20px 30px 30px; border: 1px solid #333; box-shadow: 2px 2px 5px #111; -webkit-box-shadow: 2px 2px 5px #111; -moz-box-shadow: 2px 2px 5px #111;}
        .post {width: 545px; margin: 0 0 60px; }
	.latest { width: 204px; float: left; margin: 0 28px 0 0 }
	.latest-last { width: 204px; float: left; margin: 0 0 0 0; }
        .intro-left { width: 668px; float: left; margin: 20px 28px 50px 0; }
        .intro-right { width: 130px; background: #111; float: left; margin: 20px 0 30px 0; padding: 15px 30px 0px; border: 1px solid #333; box-shadow: 2px 2px 5px #111; -webkit-box-shadow: 2px 2px 5px #111; -moz-box-shadow: 2px 2px 5px #111; }

#sidebar { margin: 0 0 30px 0; float: right; width: 265px; background: #111; padding: 20px 30px 30px; border: 1px solid #333; box-shadow: 2px 2px 5px #111; -webkit-box-shadow: 2px 2px 5px #111; -moz-box-shadow: 2px 2px 5px #111;}
		#sidebar ul { padding: 0 0 15px 15px; clear: both; } 
		#sidebar h4 { color: #fff; text-transform: uppercase; font-size: 1.5em; padding: 0; margin: 20px 0 5px; border-bottom: 1px solid #333; clear: both;}

#footer { height: 250px; background: #111; color: #eee; font-size: .8em; line-height: 160%; clear: both; border-top: 1px solid #333; text-shadow: 1px 1px 1px #000; margin: 0;}
#f-content { width: 765px; margin: 0 auto; }
	#f-content p { padding: 0 0 10px 0;margin: 0;}
	#f-content h4 { text-transform: uppercase; font-size: 1.5em; padding: 0 0 5px; margin: 0; }
	#f-content ul { list-style-image: url('images/list.png'); padding: 0 0 0 15px; margin: 0;}
		#f-content ul li { padding: 0 0 3px 0;margin: 0; }
#f-l-content { width: 600px; height: 150px; float: left; padding: 30px 0 0 0; margin: 0; }
#f-r-content { width: 130px; height: 150px; float: right; padding: 0 0 0 15px; border-left: 1px solid #333;margin: 30px 0 0 0; }
.copyright {clear: both; text-align: right; color: #666; font-size: .8em; padding: 0 10px 0 0;}


input, textarea { background: #222; border: 1px solid #333; color: #eee; }

#contact-sidebar { margin: 0 0 30px 0; float: right; width: 200px; height: 455px; background: #111; padding: 30px; border: 1px solid #333; box-shadow: 2px 2px 5px #111; -webkit-box-shadow: 2px 2px 5px #111; -moz-box-shadow: 2px 2px 5px #111;}
#contact-sidebar h4 { color: #fff; text-transform: uppercase; font-size: 1.3em; padding: 0; margin: 0 0 15px; border-bottom: 1px solid #333; }

.wpcf7-form { height: 455px; width: 550px; background: #111; margin: 30px 0 30px 0; padding: 30px; border: 1px solid #333; box-shadow: 2px 2px 5px #111; -webkit-box-shadow: 2px 2px 5px #111; -moz-box-shadow: 2px 2px 5px #111; }

.submit { padding: 4px 8px; color: #019cec; text-shadow: 1px 1px 1px #000; }
text, textarea { font-family: arial, sans-serif; text-shadow: 1px 1px 1px #000; }
textarea { width: 550px; resize: none; overflow: auto; }
.wpcf7 { color: #019cec; font-size: 1.1em; }
.wpcf7-form-control-wrap input { text-shadow: 1px 1px 1px #000;}

#comments {clear: both;}
.avatar { position: absolute; left: -120px; top: 0; margin: 0 15px 2px 0; box-shadow: 2px 2px 5px #111; -webkit-box-shadow: 2px 2px 5px #111; -moz-box-shadow: 2px 2px 5px #111; }
.comment { position: relative;display: block; background: #000; border: 1px solid #333; padding: 15px; margin: 0 0 30px 120px; box-shadow: 2px 2px 5px #111; -webkit-box-shadow: 2px 2px 5px #111; -moz-box-shadow: 2px 2px 5px #111; min-height: 100px;}

.comment.odd { background: #171717; border: 1px solid #333;}
.fn { float: left;}
.says {display: none;}


.comment-textarea { background: #111; resize: none; overflow: auto;}
#email { background: #111;}
#author { background: #111; }
#url { background: #111; }
#submit { padding: 4px 8px; color: #019cec; text-shadow: 1px 1px 1px #000; background: #111; }

#respond { color: #019cec; }
.twitterpated {padding: 0 0 7px 0;}
#sitemeter { display: none; }
