/*
Theme Name: Machine
Author URI: http://www.shanestrong.com
Theme URI: http://www.shanestrong.com/my-design/wordpress
Description: A two-column, widget-ready, fixed-width design tested with Wordpress 2.8.2.  IE 7, IE 8, Firefox, Safari, and Chrome tested.  Custom sponsored ads theme options added.
Version: 1.5
Author: Shane Strong
Author URI: http://www.shanestrong.com/
Tags: blue, dark, fixed-width, two-columns, theme-options

	Machine v1.5
	 http://www.shanestrong.com
	 
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

/* skj css section 
this stuff is not rectified with the existing theme css below
just kludged on
*/

a {
 font-family: Arial,Helvetica,sans-serif;
  color: #FFB400;
  display: inline;
  text-decoration: none;
}

body {
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #CCCCCC;
	background-color: #000000;
	margin: 0 auto;
}

.gallery {
				
	margin: auto;
			
}
			

.gallery-item {
				
	float: left;
				
	margin-top: 6px;
				
	text-align: center;
				
	width: 33%;			
}
			

.gallery img {
				
	border: 2px solid #cfcfcf;
			
}
			

.gallery-caption {
				
	margin-left: 0;
			
}


.sidetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-variant: normal;
	color: #CCCCCC;
}
.histtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-variant: normal;
	color:#BDBDBD;
}
.histbody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #CCCCCC;
}
.histtitle a {
	font-style: italic;
	color:#BDBDBD;
}

.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.biline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #CCCCCC;
}
.subheadline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #999999;
}

#container {
width: 800px ;
  margin-left: auto ;
  margin-right: auto ;
  //margin-top: 20px;
}

#mainnav {
	padding: 15px 60px;
	font-family: Arial;
	font-size: 12px;
	color: #666666;

}

#mainnav a {
	color: #999999;
	text-decoration: none;
}

#mainnav a:hover{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

.leftbox {
	width: 320px;
	float: left;
	margin: 10px 10px 20px 30px;
	padding: 10px 10px;
	background-color: #212122;
}

.leftboxtitle {
	height: 40px;
	float: left;
	padding: 20px;
	margin:20px;
	background-color: #364055;
}

.rightbox {
	width: 320px;
	height: 400px;
	float: left;
	margin: 20px 20px;
	padding: 10px;
}

.rightboxtitle {
	width: 300px;
	height: 40px;
	float: left;
	padding: 10px;
	background-color: #222222;
}


.widebox {
	width: 700px;
	padding: 10px 40px;
	float: left;
}


.flangeline {
	height: 1px; 
		width: 600px; 
		background-color: #333333; 
		margin: 0px 0px;
}

.flange {
	height: 1px; 
	width: 100px; 
	background-color: #333333; 
	margin: 0px 500px;
}

.flange1 {
	height: 2px; 
	width: 100px; 
	background-color: #333333; 
	margin: 0px 540px;
}


#branding {
	width: 400px;
	height: 40px;
	margin-left: 40px;
	padding: 0px 100px;
	border-left: 1px #555555 solid;
	border-top: 1px #333333 solid;
	border-bottom: 1px #333333 solid;
	border-right: none;
	background: transparent url('http://www.scottkevajames.com/images/skj_logo.jpg') no-repeat;
}

#branding h2{
	color: #999999;
	font-size: 11px;
	font-weight:normal;
	text-transform: uppercase;
	margin: 0px;
}

#branding h1 {
	color: #aaaaaa;
	font-size: 16px;
	margin: 6px 0px 0px 0px;
}

#sidetext {
	left: 380;
	position:relative; 
	width: 360px;
	padding: 10px 20px;
}

#news {
	position:relative; 
	width:800px; 
	height: 600px;
 	background: transparent url('../images/back_news.jpg') no-repeat;
}

#history {
	position:relative; 
	width:800px; 
	height:600px; 
	 background: transparent url('http://scottkevajames.com/images/back_history.jpg') no-repeat;
}

#about {
	position:relative; 
	width:800px; 
	height:600px; 
 	background: transparent url('../images/all_about810.jpg') no-repeat;
}

#links {
	position:relative; 
	width:800px; 
	height:600px; 
	 background: transparent url('../images/all_links810.jpg') no-repeat;
}

#samples {
	position:relative; 
	width:800px; 
	height:600px; 
	 background: transparent url('../images/all_samples.jpg') no-repeat;
}

/* end skj section */




h1, h2, h3 {margin: 0; color: #BDBDBD;}
h1 {font-size: 2.5em;}
h2 {font-size: 14px;}
h3 {font-size: 1.4em;}
h4 {font-size: 1.2em;}
p, ul {margin: 0 auto .5em; list-style: none; padding: 0;}
li {margin: 0 auto;}
p {color:#BDBDBD; font-size: 12px;}

a img {border: none;}
.left {float: left;}
.right {float: right;}
.center {margin: 0 auto;}
.text-center{text-align: center;}
.clear {clear: both;}
#wrapper {width: 100em; margin: 0 auto;}



/* Header */

#header {
	width: 100%; 
}

#header a {
	text-decoration: none; 
	position: relative; 
	z-index: 6;
}
#topNav {
	height: 2.6em; 
	width: 100%;
	background: #191919;
	margin-bottom: 1em;
}
#rightNav {
	background: url(images/rightNav.png) no-repeat;
	height: 15.5em;
	width: 100em;
	position: absolute;
	z-index: 1;
	left: 0;
}

/* Name */
#name {margin-top: .75em; margin-left: 1em; width: 30em;}
#name h1 {width: 11em;}
#name p {margin: 0; width: 17.5em}
#description {width: 27em; margin-left: 1em;}
/* Logo */
/*#logo {
	background: url('Your Logo Image') no-repeat;
	position: relative;
	width: 4.5em;
	height: 4.5em;
}
#logo a {z-index: 6; position: absolute; width: 4.5em; height: 4.5em;}*/
/* Menu */

#menu {float: right;}
#menu ul {
	margin: 0;
	padding-top: 4em;
	list-style: none;
	line-height: normal;
}
#menu li {float: left; margin: .6em 1.5em;}
#menu a {
	display: block;
	width: auto;
	font-size: 1.6em;
	color: #101010;
	padding: 1em;
}
#menu a:hover {color: #0066CC;}
/* Page */
#page {
	width: 100%;
	margin: 1em auto;
}
/* Content */
#content {
	float: left; 
	width: 70em;
}
#single {
	float: left; 
	width: 70em; 
	min-height: 50em;
	margin-bottom: 1em;
}
#single .post {}
#single li {font-size: 1.2em;}
#single .taginfo {font-size: 1.2em;}
/* Posts */
.post {padding: 10px;}

.post h2 { color:#CD6644;}
.post .byline {margin: .7em 1em; font-size: 1em;}
.post .meta a {font-size: .8em;}
	.tags, .links {margin: .5em; width: 47%;}
.post .comments a {padding: 0 .5em;}
.postmetadata {float: left;}
.edit {float: right;}
.entry h4 {float: left; width: 45%;}
.entry li {font-size: 1.4em;}
.navigation {width: 10em; font-size: 1.5em; padding: .5em;}
small {font-size: 1em;}
.commentlist {margin: 1.5em; padding: 1em 4em; border: 4px dotted #fff;}
.commentlist img {float: left; padding: 0 .5em .5em 0;}
.commentlist p {margin: 0;}
.commentlist li {margin-top: .2em;}
.commentlist blockquote {margin-right: 0; margin-left: 5em;}
/* Sidebar */
#sidebar {
	float: right; 
	width: 29.8em; 
	list-style: none;
	background: url(images/bg_color.png) repeat-y;
	margin-bottom: 1em;
	border: solid 1px #fff;
}
#sidebar li li {
	list-style: none;
	margin: 0 3em;
	line-height: 3em;
	padding-left: 1em;
	border-bottom: 4px dotted #BDBDBD;
}
#sidebar li ul {margin-bottom: 1em; list-style: none; padding: 0;}
#sidebar li li li {margin: 0; line-height: 2em; padding-left: .5em; border: none;} 
#sidebar h2 {
	background: #b3b3b3;
	padding: .7em 1.5em;
	font-size: 1.3em;
	color: #191919;
	margin-bottom: .5em;
}
#sidebar a {text-decoration: none;}
#sidebar a:hover {text-decoration: underline;}
/* End Sidebar */
/* Search */
.searchform {margin: 1em 0 1em .5em;}
.searchform form {margin-bottom: 1.8em; padding: 0;}
.searchform fieldset {margin-left: 2em; padding: 0; border: none;}
.searchform .s {width: 14em;}
/* End Search */
/* Footer */
#footer {
	width: 100em;
	height: 4em;
	margin: 0 auto;
	color: #858585;
}
#footer p {
	margin: 0;
	padding-top: 1em;
	text-align: center;
	line-height: normal;
	font-size: smaller;
}

/* End Footer */
hr {display: none;}
#comment {width: 40em; height: 10em;}
#respond {color: #BDBDBD; padding-left: .75em;}

/* Admin Tweeks */
.adminnav {
	width: 100%;
	height: 2em;
	background: #000;
	margin: 0 auto;
}
.adminnav ul {list-style: none;}
.adminnav li {float:left; margin: 0 1em; list-style: none;}
/* Pop Up Login */
#poplogin {
	position: absolute;
	z-index: 10;
	top: 11.75em;
}
#poplogin li {
	list-style: none; 
	float: left; 
	margin-left: 1em; 
	font-size: 1.4em;
}
#popuplogin {
	width: 38em;
	height: 6.25em;
	position: absolute;
	background: #000;
	border: solid #FFF 2px;
	z-index: 999;
	font-family: arial;
	visibility: hidden;
	top: 8.75em;
	padding: .5em;
	margin-left: .25em;
}
#popuplogin p {
	font-size: 1.2em;
	margin: 0 .5em;
}
#popuplogin .username, #popuplogin .password {margin: 0 auto; width: 14em; float: left;}
#popuplogin .input {float: left;}
#popuplogin .submit {width: 5em; float: left;}
#popuplogin .forgetmenot {float: left;}

/* Ads */
#adside {width: 30em; height: 30em;}
#sideads {
	background: url(images/bg_color.png) repeat-y;
	float: right;
	width: 29.8em;
}
#sideads a {width: 13.5em; height: 13.5em; position: absolute;}
#sideads h2 {margin-bottom: 1em;}
.adswrap {width: 13.5em; height: 13.5em; margin-left: 1em; margin-bottom: 1em;}

.rss-icon {margin: 3em 1em 0 0;}
/* Wordpress Required */

.aligncenter {display: block; margin-left: auto; margin-right: auto;}
.alignleft {float: left;}
.alignright {float: right;}