/*  
Theme Name: Tech Columns, based on Orange Sky
Version: 1.5
Author: Josh Caldwell

	This WordPress theme is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

/* General Rules */
body,
p, ul, ol, li, form,
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	}

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: georgia,'times new roman',times,serif;
	background: url(images/bak.gif) repeat-x #e2d3cd;
	color: #333;
	text-align: center;
	}

h1, h2, h3 {
	font-family: ,'lucida grande',trebuchet,verdana,arial,sans-serif;
	}

h1 {
	font-size: 2.8em;
	text-align: left;
	padding: 8px 20px 0 20px;
	font-weight: normal;
	}
h1, h1 a:link, h1 a:visited {
	text-decoration: none;
	color: #4D0000;
	}

h1 a:hover, h1 a:active {
	text-decoration: none;
	color: #C30;
	}

.description {
	font-size: 1.2em;
	text-align: left;
	padding: 0 20px;
	color: #C30;
	}

h2 {
	font-size: 1.3em;
	}

h2.postdate {
	font-size: 1em;
	color: #666;
	padding: 15px 0 0 0;
	}

h2.posttitle {
	margin: 3px 0 0 0;
	}

h2.pagetitle {
	font-size: 1.5em;
	margin: 30px 0 0 0;
	text-align: center;
	color: #4D4D4D;
	}

#sidebar h2 {
	font-size: 1.2em;
	color: #066;
	margin: 0;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #066;
	}
a, h2 a:hover, h3 a:hover {
	color: #C30;
	text-decoration: none;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

h3 {
	font-size: 1.3em;
	margin: 0;
	}

/* End General Rules*/

/* Begin Layout */
#page {
	margin: 20px auto;
	width: 750px;
	text-align: left;
	background: url(images/footer.gif) no-repeat left bottom;
	}

#main{
	margin: 20px 0 0;
	float: left;
	width: 550px;
	background: url(images/content-bak.gif) repeat-y;
}
/* #page > #main { margin-top: 0; } */
#content {
	font-size: 1.2em;
	float: left;
	width: 550px;
	height: 100%;
	margin: 0;
	padding: 0;
	display: block;
	}
/* Sliding Door technique by A List Apart */
#menu {
	position: absolute;
	top: 1em;
	font: bold italic 1.2em/normal georgia,'times new roman',times,serif;
	margin: 0 10px 0 150px; 
	width: 750px;
	z-index: 500;
	}

#menu ul {
	display: inline;
	float: left;
	list-style: none;
	}

#menu li {
	float: left;
	margin: 0;
	list-style: none;
	}

#menu a {
	background: #760709;
	border: dashed 1px #dcbfbf;
	display: block;
	padding: 4px 9px 3px 6px;
	margin: 0 5px;
	text-decoration: none;
	font-weight: bold;
	color: #dcbfbf;
	text-align: top;
	}
    /* Commented Backslash Hack
	 hides rule from IE5-Mac
#menu a { float:none; }
 End IE5-Mac hack */

#menu a:hover {
	color:#fff;
	}

#header {
	height: 200px;
	width: 550px;
	float: left;
	}

#sidebar {
	float: right;
	padding: 70px 0 0 0;
	margin-top: -180px;
/*	margin: -180px 0 0 560px; */
	}
/* #page > #sidebar {
	margin: 40px 0 0 570px; } */

#footer {
	width: 550px;
	clear: both;
	}

#footer p {
	padding: 5px 0 10px 0;
	text-align: center;
	}

.entry {
	padding: 15px;
	line-height: 1.4;
	}

.entry p {
	padding: 0 0 1em 0;
	}

.post {
	padding: 15px;
	}

.alt {
	background-color: #FFF5E5;
	padding: 10px;
	}

.navigation {
	display: block;
	text-align: center;
	margin: 10px;
	}

#sidebar {
	width: 180px;
	font: 1.2em 'Lucida Grande',verdana,arial,sans-serif;
	background: url(images/col-top.gif) no-repeat center top;
	}
#sidebar ul {
	background: url(images/column.gif) repeat-y center;
	padding: 0 5px;
	}

#sidebar ul ul, #sidebar ul ol {
	background: transparent; }
	
#sidebar ul li {
	list-style: none;
	margin-bottom: 15px;
	}
#col-bot {
	margin: -15px 0 0 0;
	padding: 0;
	height: 60px;
	background: url(images/col-bot.gif) no-repeat center bottom;
}
#sidebar ul li {
	padding: 5px;
	background: url(images/li-bak.gif) repeat-y center;
	border: dashed #c0cbce 1px; 
	color: #fff;
}
#sidebar li li {
	padding: 0;
	margin: 0 0 1em 0;
	background: transparent;
	border: none;
}
#sidebar li p, #sidebar li h2 {
	color: #fff; }
	
#sidebar a, #sidebar a:link {
	color: #fff;
	text-decoration: underline;
}
#sidebar a:hover {
	color: #f2db9c;
	text-decoration: underline;
}
#sidebar a:active, #sidebar a:visited {
	color: #ccc;
	text-decoration: underline;
}


/* Calendar */
#wp-calendar #prev a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Calendar */

/* Begin Images */

img.centered {
	display: block;
	margin: 0 auto;
	}
	
img.floatright {
	padding: 4px;
	margin: 0 0 5px 10px;
	display: inline;
	float: right;
	}

img.floatleft {
	padding: 4px;
	margin: 0 10px 5px 0;
	display: inline;
	float: left
	}
/* End Images */


/* Begin Lists */ 
.entry ul,
ul.commentdata,
ul.links {
	margin-left: 0px;
	padding: 0 0 1em 20px;
	list-style: none;
	}

ul.commentdata {
	padding: 0;
	}

.entry ul li,
ul.commentdata li,
ul.links ul li {
	background: url(images/os_entryarrow.gif) 0 3px no-repeat;
	padding: 0 0 0 14px;
	margin: 0 0 2px 0;
	list-style: none;
	}

ul.links h2 {
 	padding: 10px 0 5px 0;
 	}
 
.entry ol {
	padding: 0 0 1em 40px;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	font-family: georgia,'times new roman',times,serif;
	}
#FAQ-side ul {
	margin: 0;
	padding-left: 5px; }
#FAQ-side ul li {
	padding: 0;
	list-style: disc url(images/qb.gif) inside;
}

/* End Lists */

/* Begin Form */
#searchform {
	text-align: center;
	padding: 10px 0;
	}

#sidebar #searchform #s {
	background: url(images/search.gif) no-repeat;
	width: 95px;
	padding: 1px;
	}

#sidebar #searchsubmit {
	width: 25px;
	height: 15px;
	padding: 15px 0 0;
	margin: 0;
	border: 0;
	background: transparent url(images/go.gif) no-repeat center top;
	overflow: hidden;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
	}

.entry form {
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px 0;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 98%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form */


/* Begin Comments*/
.commentlist {
	text-align: justify;
	margin: 0;
	padding: 0;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist cite {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	line-height: 1.5;
	padding-left: 20px;
	margin: 5px 5px 5px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	}

.commentmetadata {
	display: block;
	margin: 0 20px;
	font-size: 0.9em;
	}
/* End Comments */


/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}
/* End Calendar */



/* Begin Miscellaneous */
acronym, abbr {
	cursor: help;
	border-bottom: 1px dashed #999;
	font-size: 0.9em;
	}

code {
	font: 1em 'courier new',courier,fixed,monospace;
	padding: 0 0 1em 0;
	}

small {
	font-size: 0.9em;
	line-height: 1.5;
	}

dl {
	padding: 0 15px;
	}
dt {
	font-weight: bold;
	}
dd {
	padding: 2px 0 6px 0;
	}

blockquote {
	margin: 0 30px 1em 10px;
	padding: 1em 5px 0 15px;
	border-left: 3px solid #C63;
	background: #FFF;
	}
blockquote cite {
	margin: 5px 0 0;
	display: block;
	}
table {
	padding: 5px;
	margin: 10px;
	background: white;
	border: solid 2px black;
}

.centered {
	text-align: center;
	}

.left { float: left; }

.right {float: right; }

a img {
	border: none;
	}

small, #sidebar, .nocomments, .postmetadata, blockquote, strike, .commentdata {
	color: #808080;
	}

a:hover {
	color: #066;
	}
#headerimg {
	position: absolute;
	top: 65px;
	height: 175px;
	width: 550px;
	background: url(images/tech-header.png) no-repeat bottom;
	/* z-index: 100; */
}
#headerimg p { display: none;}
#header h1 a {
	position: absolute;
	width: 212px;
	top: 20px;
	margin-left: -20px;
	z-index: 200;
	padding: 200px 0 0 0;
    overflow: hidden;
    background-image: url(images/logo.png); 
    background-repeat: no-repeat;
    height: 0px !important; /* for most browsers */
    height /**/:200px; /* for IE5.5's bad box model */
}

/* post headers */

/* home */
#post-2 h2 {
/*	overflow: hidden;
	text-indent: -1000px;
	margin: 5px 0 5px 20px; */
	height: 75px;
	background: transparent url(images/home.gif) no-repeat; }

/* FAQ */
#FAQ-header {
	height: 75px;
	background: transparent url(images/FAQ.gif) no-repeat; }

/* about */
#page-3 h2 {
	height: 75px;
	background: transparent url(images/about.gif) no-repeat; }

/* contact */
#page-12 h2 {
	height: 75px;
	background: transparent url(images/contact.gif) no-repeat; }
#page-12 p {
	text-align: center; }
	
.header {
	overflow: hidden;
	text-indent: -1000px;
	margin: 5px 0 5px 20px;
	padding: 0; }
/* sidebar headers */

#author h2 {
	overflow: hidden;
	text-indent: -1000px;
	margin: 0;
	padding: 0;
	height: 40px;
	background: transparent url(images/side-about.gif) no-repeat; }
	
#FAQ-side h2 {
	overflow: hidden;
	text-indent: -1000px;
	margin: 0;
	padding: 0;
	height: 40px;
	background: transparent url(images/side-faq.gif) no-repeat; }
	
/* End Miscellaneous */
