/*
Theme Name: slash25
Theme URI: http://slash25code.com
Description: The first go-round.
Version: 1.5
Author: Pat Ramsey & Scott McCrossen

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* @group Reset CSS */

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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;
}

/* @end */

/* @group General Styles */
	
ul {
	list-style: disc;
	list-style-position: inside;
}

p, li {
	line-height: 1.5em;
	margin-bottom: 1.5em;
	}

strong {
	
	}
blockquote {
	font-style: italic;
	padding-left: 1.75em;
	padding-right: 1.75em;
	}
/* @end */

/* @group Page Elements
 */

html {
	height: 100%;
	}
/* @group sticky footer */

#nonFooter {
	position: relative;
	min-height: 100%;
	background-color: #fff;
	margin-bottom: 16px;
	border: 1px solid #fff;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	}

.home #nonFooter {
	border: none;
}

* html #nonFooter {
	height: 100%;
	}

#footer {
	position: relative;
	margin: -1.5em auto -1em auto;
	}

/* A CSS hack that only applies to IE -- specifies a different height for the footer */
* html #footer {
	margin-top: -5.4em;
	}
/* @end */

body {
	font-size: 100%; /* Resets 1em to 16px */
	font-family: "Helvetica Neue", Helvetica, Verdana, Sans-Serif;
	background: #f1f2ed url('images/bkgrdFix.png') repeat-x 0 -145px;
	color: rgba(63, 59, 59, 0.75);
	/*color: rgb(30, 31, 27);*/
	text-align: left;
	height: 100%;
	border-top: 14px solid #00a0ea;
	border-color:rgba(0, 160, 234, 0.85);
	}
#pagewrapper {
	position: relative;
	width: 960px;
	margin: 0 auto;
	min-height: 100%;
	padding: 0 24px 24px 24px;
	
	}

#header {
	height: 7em;
	padding-top: 16px;
	border-bottom: 1px solid #00a0ea;
	}

#headerimg {
	width:44%;
	float: left;
	padding-left: 24px;
	padding-top: 20px;
	}

p.tagline {
	float: left;
	clear: left;
	width: 44%;
	padding-left: 3px;
	}

#header .widget {
	width: 430px;
	float: right;
	margin-top: -54px;
	font-size: 1em;
	padding: 4px 4px 4px 7px;
	border:1px solid #4c4c4c;
	border-radius:7px;
	-moz-border-radius:7px;
	}

#header .widget h2 {
	color:#26aeed;
	font-weight: 600;
	margin: 0 0 0 0;
	text-indent: 0;
	height: auto;
	/*text-shadow: 1px 1px 2px #fff;*/
	-webkit-text-stroke: 1px #0084bf;
	}

#header .textwidget a {
	text-decoration: none;
	}
#header .widget p,
#header .widget h2 {
	margin-bottom: 0;
	}

#header .widget p {
	margin-top: 0.5em;
	font-size: 0.8em;
	text-shadow: 1px 1px 1px #bbb;
	}

#header #text-3 {
	margin-top:-2.5em;
	}

#header #text-4 {
	margin-right: 12px;
	margin-top: -3em;
	}

#footer {
	clear: both;
	text-align: center;
	width: 960px;
	line-height: 1.5em;
	padding: 0.5em 0 1.5em 0;
	border-top: 1px solid #a1a1a1;
	}

#subFooter {
	clear: both;
	text-align: center;
	width: 100%;
	line-height: 1.5em;
	padding: 1.5em 0 1.25em 0;
	background: #00a0ea url('images/shadGrad.png') repeat-x 0 0;
	color: rgba(255, 255, 255, 0.9);
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
	}
#subFooter .subFooterContent {
	width: 960px;
	margin: 0 auto 0 auto;
	text-align: left;
	line-height: 1.5em;
	}

#subNav {
	padding: 0.5em 22px 1em 22px;
	margin-left:3px;
	margin-right:5px;
	clear: both;
	width: 885px;
	border-top: 1px solid #a1a1a1;	
	}

#bodyarea {
	padding: 0 24px 16px 24px;
	}

#bodywrapper {
	clear: left;
	float: none;
	text-align: left;
	padding-top: 1em;
	padding-bottom: 1em;
	width: 640px;
	}
#bodycontent {
	font-size: 1em;
	text-align: center;
	}

#sidebar {
	float: right;
	background-color: #fff;
	padding: 0;
	position: relative;
	width: 232px;
	margin-top: 16px;
	border: 1px solid #00a0ea;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	}
.single #sidebar {
	margin-top: 1em;
}
div.post {
	margin: 0 auto 16px auto;
	text-align: left;
	border: 1px solid #a1a1a1;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	padding: 16px;
	}
div.entry div p {
	font-family: "gill sans",helvetica, sans-serif;
	font-weight: 100;
	font-size: 90%;
	letter-spacing: 1px;
	}

body.div.post {
	width: 100%;
	}

p.edit-link {
	clear: both;
}
div.clear {
	clear:both;
	width: 100%;
	display:block;
	font-size:1px;
	height:2px;
	line-height:1px;
	margin-bottom:-1px;
	}

.home9 .entry,
.page-id-53 .entry {
	width: 100%;
}

div.psa {
	float: left;
	}
.psa p {
	text-align: center;
	}

.psa a:link,.psa a:visited {
	text-decoration: none;
	display: block;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	-khtml-border-radius: 12px;
	color: #fff;
	border: none;
	}
.psa a:focus,.psa a:hover {
	border-bottom: none;
	}

ol.commentlist {
	position: relative;
	}

li.thread-even {
	border: 1px solid #a1a1a1;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	background-color: #f6f6f6;
	padding: 8px;
	margin-bottom: 0.5em;
	}

li.thread-odd {
	border: 1px solid #00a0ea;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	background-color: #dff5ff;
	padding: 8px;
	margin-bottom: 0.5em;
	}

ul.children li {
	list-style-type: none;
	border: 1px dotted #666;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	padding: 6px;
	margin-bottom: 0;
	}

div.comment-author,
div.comment-meta {
	float: left;
	width: 25%;
}

div.comment-meta,div.reply {
	clear: left;
	font-size: 0.7em;
}
div.reply {
	margin-bottom: 1em;
	text-align: left;
}
ol.commentlist p {
	text-align: left;
	margin-left: 26%;
}
div.comment-author img {
	border: 1px solid #a6a6a6;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	background-color: #f9f9f9;
	padding: 6px;
	margin-right: 6px;
	margin-bottom: 6px;
	float: left;
	}

textarea#comment {
	width: 600px;
	}
/* @end */

/* @group Headings */

.post h3, .post h2 {
	color: #00a0ea;
	font-family: "Baskerville Old Face","Goudy Old Style",Cambria,Serif;
	font-weight: 500;
	font-size: 1.75em;
	}
.entry h3, .entry h2 {
	font-family: "Helvetica Neue", Helvetica, Verdana, Sans-Serif;
	}
.home div h2 {
	text-indent: -9999px;
	height: 60px;
	margin: -10px -8px 12px -10px;
	}

#headerimg h1, #headerimg h2 {
	margin: 0 0 0 0;
	}

.post h1 {
	font-family: "Baskerville Old Face","Goudy Old Style",Cambria,Serif;
	font-style: normal;
	font-size: 3em;
	font-weight: 100;
	line-height: 1.3em;
	letter-spacing: 1px;
	margin-bottom: 16px;
	color: rgba(63, 59, 59, 1);
	}

h2 {
	font-size: 1.75em;
	font-weight: normal;
	}

h3 {
	font-weight: normal;
	margin-bottom: 1em;
	font-size: 1.3em;
	}

#subFooter h3 {
	margin-bottom: 0.5em;
	}
body.home .post h1 {
	display: none;
}

#subNav h2 {
	font-weight: 100;
	margin-bottom: 0;
	font-size: 1.6em;
	border-right: 1px solid #ccc;
	width: 40%;
	line-height: 1.5em;
	}



/* @end */

/* @group Links */

a:link,a:visited {
	color: #00a0ea;
	text-decoration: none;
	border-bottom: 1px dotted #00a0ea;
	}

a:hover, a:focus {
	color: #000;
	border-bottom: 1px solid #000;
	}

.post h2 a:link,.post h2 a:visited {
	text-decoration: none;
	border-bottom:  none;
	}
#subNav li li a:hover,#subNav li li a:focus {
	color: #000;
	border-bottom: none;
	}
	
#headerimg h1 a, #headerimg h2 a,
#headerimg h1 a:hover, #headerimg h2 a:hover,
#headerimg h1 a:focus, #headerimg h2 a:focus {
	border-bottom: none;
	}

#footer li a:link,#footer li a:visited {
	border-bottom: none;
	}

#footer li a:focus, #footer li a:hover {
	border-bottom: 1px solid #000;
	}

#subNav li li a:link,#subNav li li a:visited {
	color: #a2ae87;
	border-bottom: none;
	}



#subFooter .sites a:link,
#subFooter .sites a:visited {
	text-decoration: none;
	border-bottom: none;
	}

#subFooter .blogTips a:link,
#subFooter .blogTips a:visited {
	color: white;
	border-bottom: 1px dotted white;
	}

#subFooter .blogTips a:focus,
#subFooter .blogTips a:hover {
	color: #000;
	border-bottom: 1px solid #000;
	}

#subFooter .sites a:hover img,
#subFooter .sites a:focus img {
	border: 1px solid #000;
	background-color: #666;
	}

/* @end */

/* @group Front Page */

.home #nonFooter {
	background-color: transparent;
	}

div.code,
div.video,
div.training {
	width: 230px;
	margin-right: 1em;
	margin-bottom: 16px;
	float: left;
	padding: 0 8px 8px 10px;
	background: url('images/sectionBG.png') repeat-y 0 0;
	text-shadow: 0 0 0 #000;
	}

div.code {
	margin-left: 2.5em;
}

div.training {
	margin-right: 0;
	}

.home div.entry {
	margin: 1em auto 0 auto;
	width: 95%;
}

.home div.entry div p {
	font-size: 85%;
	line-height: 1.5em;
	margin-left: 3px;
	margin-right: 3px;
	}

div.entry div.code h2 {
	background: url('images/s25Sprites.png') no-repeat 0 -44px;
	margin-top: -6px;
	}
div.entry div.video h2 {
	background: url('images/s25Sprites.png') no-repeat 0 -174px;
	}
div.entry div.training h2 {
	background: url('images/s25Sprites.png') no-repeat 0 -105px;
	}

div.code div.bottom,
div.video div.bottom,
div.training div.bottom {
	background: transparent url('images/s25Sprites.png') no-repeat 1px bottom;
	width: 248px;
	height: 55px;
	margin: 0 -8px -16px -10px;
	}
	
.home div.code p.link,
.home div.video p.link,
.home div.training p.link {
	text-align: right;
	margin-right: 16px;
	margin-bottom: 0;
	}

.home .entry p {
	margin-left: 0;
}

.home em.description {
	font-family: "Baskerville Old Face","Goudy Old Style",Cambria,Serif;
	font-style: normal;
	font-size: 3em;
	font-weight: 100;
	line-height: 1em;
	letter-spacing: 1px;
	color: rgba(63, 59, 59, 1);
	text-shadow:1px 1px 1px rgba(0, 0, 0, 0.4);
	}

.home strong.description {
	font-family: "Baskerville Old Face","Goudy Old Style",Cambria,Serif;
	font-style: normal;
	font-size: 1.75em;
	font-weight: 100;
	line-height: 1em;
	letter-spacing: 1px;
	padding-bottom: 24px;
	display: block;
	color: rgba(63, 59, 59, 1);
	text-shadow:0 0 1px rgba(0, 0, 0, 0.4);
	}

.home #bodyarea {
	padding-bottom: 16px;
	}

.home div.post {
	border: none;
	padding: 0;
	float: none;
}

.home #bodywrapper {
	width: auto;
}

/* @end */

/* @group Contact Form */

form#cformsform {
	width: 100%;
	}

form#cformsform textarea {
	width: 60%;
	}

form#cformsform input {
	width: 35%;
	}

form#cformsform span.reqtxt,
form#cformsform span.emailreqtxt {
	color: #900;
	margin-top: 0;
	}
form#cformsform ol.cf-ol li {
	line-height: 1.5em;
	}
form#cformsform label {
	margin-top: 0;
}

form#cformsform p.cf-sb {
	text-align: left;
	padding:0 0 0 100px !important;
	}

form#cformsform input.sendbutton {
	margin-left: 0;
}
form#cformsform input:focus,
form#cformsform textarea:focus {
	background-color: #e3f0f3;
}
form#cformsform li#li--5 {
	display: none;
	}
/* @end */

/* @group Sidebar */

#sideNav li {
	list-style-type: none;
	display: block;
	margin-bottom: 0;
	}

#sideNav li.last a,
#sideNav li.last a:visited {
	border-bottom: none;
	}
#sideNav li a,
#sideNav li a:visited {
	font-size: 2em;
	font-weight: 200;
	letter-spacing: 1px;
	font-variant: small-caps;
	color: rgb(0, 160, 234);
	display: block;
	border-bottom: 1px solid rgb(0, 160, 234);
	line-height: 2em;
	padding: 10px 10px 10px 50px;
	text-shadow:1px 1px 1px rgba(0, 0, 0, 0.4);
	}

#sideNav li a:hover,#sideNav li a:focus {
	text-shadow:0 0 2px rgba(0, 160, 234, 0.4);
	}
.page-id-7 #sideNav li a.training,
.page-id-53 #sideNav li a.video,
.home9 #sideNav li a.coding,
.home1 #sideNav li a.contact {
	color: #333;
	text-shadow:1px 1px 1px rgba(0, 160, 234, 0.4);
	/*background: url('images/sideNavActive.png') no-repeat 12px 51%;*/
	}
	
#sideNav li a.tips {
	background-color: rgba(0, 160, 234,1);
	color: #fff;
	}

#sideNav li a.tips:hover,
#sideNav li a.tips:focus {
	background-image: none;
	color: #000;
	}

/* @end */


/* @group Footer */

#footer ul.miniNav {
	margin-left: -0.5em;
	}

#footer li {
	font-size: 0.8em;
	list-style-type: none;
	display: inline;
	line-height: 1.5em;
	padding: 2px 0.5em;
	}

#footer li.first {
	padding-left: 0;
	}
#footer li.last {
	padding-right: 0;
	}
#footer li span.divider {
	padding-left: 0.5em;
	}

#footer p {
	margin-left: 0;
	}

#footer ul.subNav {
	text-transform: uppercase;
}

/* @end */

/* @group sub footer */

div.blogTips,
div.sites {
	width: 200px;
	float: left;
	margin-right: 24px;
	border: 1px solid white;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	padding: 8px;
	padding-bottom: 0;
	min-height: 246px;
	}
div.sites {
	width: 180px;
	}

#subFooter .blogTips p {
	letter-spacing: 1px;
	}

#subFooter .blogTips p.link {
	text-align: right;
	}

.sites img {
	border: 1px solid #f1f2ed;
	padding: 6px;
	background-color: #333;
	width: 160px;
	}


/* @end */

/* @group The Frame */

#frame {
	margin: 0;
	}

#frame li {
	background-color:rgba(0, 160, 234, 0.85);
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	position:fixed;
	z-index:19;
	}
#frame li.bottom {
	bottom:0;
	height:14px;
	left:0;
	right:0;
	}
/* @end */

/* @group 25 Tips */

.home .post h2,
.single .post h2 {
	margin-bottom: 0.25em;
	font-size: 2.5em;
	}

.home .post h3 {
	margin-bottom: 0.5em;
}
.post small {
	font-size: 0.8em;
	display: block;
	font-family: "Baskerville Old Face","Goudy Old Style",Cambria,Serif;
	border-bottom: 1px dotted #666;
	margin-bottom: 1em;
	}

.post p.postmetadata {
	border-top: 1px dotted #666;
	margin-bottom: 0;
	}
div.navigation {
	margin: 1em auto 0.5em auto;
	height: 2em;
	width: 605px;
	color: #00a0ea;
	}
div.alignleft {
	float: left;
	width: 50%;
	text-align: left;
	}
div.alignright {
	float: right;
	width: 50%;
	text-align: right;
	}

#respond {
	text-align: left;
	}
#respond form p {
	margin-bottom: 0.3em;
	}
#respond form span.required {
	color: #900;
	}
#featuredText {
	float: left;
	width: 130px;
	text-align: left;
	font-size: 1.4em;
	font-weight: bold;
	color: #00a0ea;
	}
#featuredText p {
	margin-bottom: 0.5em;
	}
#featured {
	border: 1px solid #00a0ea;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	margin: 0 0 16px 137px;
	text-align: center;
	width: 500px;
	
	}
.featuredContent {
	min-height:298px;
}
#featured h2 {
	background-color: #00a0ea;
	color: #fff;
	letter-spacing: 1px;
	font-weight: 700;
	font-size: 1.5em;
	padding: 4px;
	text-transform: uppercase;
	}

#featured .gallery {
	overflow: hidden;
	height: 250px;
	border-bottom: 1px solid #bbb;
	}

#featured h3 {
	margin: 0 0 0 0;
	padding: 15px auto 33px 50px;
	padding-left: 50px;
	position: absolute;
	height: 47px;
	width: 450px;
	text-align: left;
	z-index: 5;
	font-size: 2em;
	font-weight: 900;
	background: url('images/opaque.png');
	opacity: 0.75;
	}
#featured h3 a:link,#featured h3 a:visited {
	border-bottom: none;
	color: white;
	}
#featured p {
	margin-bottom: 0;
	}

#featured .gallery-item {
	margin-top: 0;
	float: none;
	text-align: center;
	width: auto;
	}
#featured .gallery img {
	border: none;
	}

div.wp_syntax {
	width: 600px;
	overflow: hidden;
	}
div.wp_syntax div.code {
	margin-left: 0;
	background: #f9f9f9;
	float:none;
	margin-bottom:0;
	margin-right:0;
	padding:8px;
	text-shadow:0 0 0 #000000;
	width:inherit;
	}

/* @group jQuery CSS3 Example Post */

.blog #authors,
.postid-216 #authors {
	background:#fff;
	border:5px solid #dadada;
	margin-top:12px;
	padding-left:2px;
	padding-top:2px;
	position:relative;
	width:300px;
	height:14em;
	}
.blog #authors li span,
.postid-216 #authors li span {
	border-bottom:1px solid #CCCCCC;
	display:block;
	height:38px;
	margin:3px;
	padding-bottom:2px;
	padding-top:2px;
	width:136px;
	}
.blog #authors li,
.postid-216 #authors li {
	border-right:1px solid grey;
	float:left;
	padding-bottom:3px;
	margin-bottom:3px;
	margin-right:3px;
	width:144px;
	list-style-type:none;
	}
.postid-216 #authors a,
.blog #authors a {
	text-decoration:none;
	color: #3a34a0;
	}
.blog #authors a:focus,.blog #authors a:hover,
.postid-216 #authors a:focus,.postid-216 #authors a:hover {
	color: #f90;
	}
.blog #authors a:img,
.postid-216 #authors a:img {border:none;}

.blog #authors li.odd,
.postid-216 #authors li.odd {
	border-right:none;
	}
.blog #authors li.odd:last-child span,		
.postid-216 #authors li.odd:last-child span {
	border-bottom: none;
	}
.blog #authors li:nth-last-child(-n+2) span,
.postid-216 #authors li:nth-last-child(-n+2) span {
	border-bottom: none;
	}

/* @end */
/* @end */


