/*
Theme Name: Open Technology Development
Theme URI: http://www.opentechdev.com/
Description: Open Technology Development Blog Theme
Version: 2.0
Author: Scott Yee
Author URI: http://www.opentechdev.com/
Tags: custom header, fixed width, two columns, widgets

	Open Technology Development 2.0
	http://www.opentechdev.com/

	This theme was designed and built by Scott Yee,
	whose company blog you will find at http://www.opentechdev.com/blog

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/** Template Format**/

html, body
	{
		/* Position & Structure */
		margin: auto;
		text-align: center;
		/* Typography, Decoration & Colors */
		background-color: #DADAD6;
	}

#page
	{
		/* Position & Structure */
		width: 850px;
		margin: auto;
		text-align: center;
		/* Typography, Decoration & Colors */
		font-size: 62.5%; /* Resets 1em to 10px */
		font-family: Arial, Helvetica, sans-serif;
	}

#header
	{
		/* Position & Structure */
		width: 850px;
		height: 455px;
		text-align: left;
	}

#headerBanner
	{
		/* Position & Structure */
		position: relative;
		top: 15px;
		left: 10px;
		width: 850px;
		height: 42px;
		text-align: left;
	}

#headerMenubar
	{
		/* Position & Structure */
		position: relative;
		top: 25px;
		left: 10px;
		width: 850px;
		height: 30px;
		text-align: left;
	}

.headerMenuButtons a:link, .headerMenuButtons a:visited
	{
		/* Typography, Decoration & Colors */
		font-size: 1.5em;
		color: #656565;
		font-weight: bold;
		text-decoration: none;
	}

.headerMenuButtons a:active, .headerMenuButtons a:hover
	{
		/* Typography, Decoration & Colors */
		font-size: 1.5em;
		color: #007700;
		font-weight: bold;
		text-decoration: none;
	}

#headerMenuButton1
	{
		/* Position & Structure */
		position: absolute;
		left: 0px;
		width: 125px;
		height: 20px;
		padding-left: 5px;
		vertical-align: middle;
		/* Typography, Decoration & Colors */
		border-left: 1px dashed #656565;	
		border-bottom: 1px dashed #656565;
	}

#headerMenuButton2
	{
		/* Position & Structure */
		position: absolute;
		left: 150px;
		width: 125px;
		height: 20px;
		padding-left: 5px;
		vertical-align: middle;
		/* Typography, Decoration & Colors */
		border-left: 1px dashed #656565;	
		border-bottom: 1px dashed #656565;
	}

#headerMenuButton3
	{
		/* Position & Structure */
		position: absolute;
		left: 300px;
		width: 125px;
		height: 20px;
		padding-left: 5px;
		vertical-align: middle;
		/* Typography, Decoration & Colors */
		border-left: 1px dashed #656565;	
		border-bottom: 1px dashed #656565;
	}

#headerMenuButton4
	{
		/* Position & Structure */
		position: absolute;
		left: 450px;
		width: 125px;
		height: 20px;
		padding-left: 5px;
		vertical-align: middle;
		/* Typography, Decoration & Colors */
		border-left: 1px dashed #656565;	
		border-bottom: 1px dashed #656565;
	}

#headerMenuButton5
	{
		/* Position & Structure */
		position: absolute;
		left: 700px;
		width: 125px;
		height: 20px;
		padding-left: 5px;
		vertical-align: middle;
		/* Typography, Decoration & Colors */
		border-left: 1px dashed #656565;	
		border-bottom: 1px dashed #656565;
	}

.imageTextMiddle
	{
		vertical-align: middle;		
	}

#topImage
	{
		/* Position & Structure */
		position: relative;
		top: 25px;
		width: 850px;
		height: 340px;
	}

#topImageCaption
	{
		/* Position & Structure */
		width: 845px;
		height: 15px;
		text-align: right;
		vertical-align: middle;
		/* Typography, Decoration & Colors */
		font-size: 1.0em;
		font-weight: bold;
	}

#wrapper
	{
		/* Position & Structure */
		position: relative;
		top: 0px;
		width: 850px;
		text-align: center;
		padding: 0px;
		margin-bottom: 0px;
		/* Typography, Decoration & Colors */
		background-color: #FFFFFF;
	}
	
#sidebar
	{
		/* Position & Structure */
		width: 250px;
		float: right;
		padding-right: 15px;
		padding-left: 15px;
		margin-top: 30px;
		text-align: left;
		/* Typography, Decoration & Colors */
		font-size: 1.1em;
	}
	
#content
	{
		/* Position & Structure */
		width: 540px;
		padding-top: 10px;
		padding-left: 15px;
		margin-right: 280px;
		text-align: left;
		/* Typography, Decoration & Colors */
		font-size: 1.2em;
	}
	
#footer
	{
		/* Position & Structure */
		width: 830px;
		height: 50px;
		padding: 10px;
		text-align: right;
		clear: both;
		vertical-align: bottom;
		/* Typography, Decoration & Colors */
		border-top: 1px dashed #999999;
		background-color: #F0F0F0;
		font-size: 1.0em;
	}

.entry
	{
		text-align: justify;
	}

.spacer
	{
		/* Position & Structure */
		clear: both;
	}

.footerText a:link, .footerText a:visited
	{
		/* Typography, Decoration & Colors */
		color: #007700;
		text-decoration: none;
	}

.footerText a:hover, .footerText a:active
	{
		/* Typography, Decoration & Colors */
		color: #003300;
		text-decoration: none;
	}

hr
	{
		width: 100%;
		height: 1px;
		border: none 0;
		border-top: 1px dashed #336633;
	}

a:link,a:visited
	{
		/* Typography, Decoration & Colors */
		color: #007700;
		text-decoration: underline;
	}

a:hover,a:active
	{
		/* Typography, Decoration & Colors */
		color: #003300;
		text-decoration: underline;
	}

.nav a:link, .nav a:visited
	{
		/* Typography, Decoration & Colors */
		font-size: 1.2em;
		color: #658765;
		text-decoration: none;
	}

.nav a:hover, .nav a:active
	{
		/* Typography, Decoration & Colors */
		font-size: 1.2em;
		color: #225522;
		text-decoration: none;
	}

/*  Begin Blockquote  */

blockquote
	{
		background: transparent url(http://www.opentechdev.com/images/blockquote-left.jpg) left top no-repeat;
	}

blockquote div
	{
		padding: 0px 45px;
		background: transparent url(http://www.opentechdev.com/images/blockquote-right.jpg) right bottom no-repeat;
	}

/*  End Blockquote  */

/* Begin References */
#refs
	{
		padding: 10px;
		width: 515px;
		background-color: #F0F0F0;
		font-size: 0.8em;
		border: 1px solid #999999;
	}

#refs h2
	{
		font-size: 1.2em;
		font-weight: bold;
	}

/* End References */

/*	Begin Headers */
h1
	{
		font-size: 1.7em;
	}

h2
	{
		margin: 0px 0 0;
		/* Typography, Decoration & Colors */
		color: #656565;
		font-size: 1.7em;
		text-decoration: none;
		font-weight: normal;
	}

h2.pagetitle
	{	
		color: #656565;
		margin-top: 0px;
		text-align: left;
	}

h2 a:link, h2 a:visited
	{
		/* Typography, Decoration & Colors */
		color: #656565;
		text-decoration: none;
		font-weight: normal;	
	}

h2 a:hover, h2 a:active
	{
		/* Typography, Decoration & Colors */
		color: #007700;
		text-decoration: none;
		font-weight: normal;
	}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3
	{
		margin: 0px 0 0;
		/* Typography, Decoration & Colors */
		color: #656565;
		font-size: 1.3em;
		text-decoration: none;
		font-weight: normal;
	}

h3 a:link, h3 a:visited
	{
		/* Typography, Decoration & Colors */
		color: #656565;
		text-decoration: none;
		font-weight: normal;	
	}

h3 a:hover, h3 a:active
	{
		/* Typography, Decoration & Colors */
		color: #007700;
		text-decoration: none;
		font-weight: normal;
	}

h3.comments
	{
		padding: 0;
		margin: 40px auto 20px ;
	}
	
/* End Headers */

/* Begin Tables */

table
	{
		border: 1px solid #FFFFFF;
		border-collapse: collapse;
		caption-side: bottom;
		table-layout: auto;
	}

th
	{
		padding: 5px;
		border: 1px solid #FFFFFF;
		background-color: #636E73;
		color: #FFFFFF;
		text-transform: uppercase;
		font-weight: bold;
	}

td
	{
		padding: 5px;
		border: 1px solid #FFFFFF;
		background-color: #C6CCCC;
	}

td.blank
	{
		background-color: transparent;
	}

td.subheader
	{
		padding: 5px;
		border: 1px solid #FFFFFF;
		background-color: #9BA2A6;
		text-transform: capitalize;
	}	

/* End Tables */

/* Begin Images */

p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright
	{
		padding: 4px;
		margin: 0 0 2px 7px;
		display: inline;
	}

img.alignleft
	{
		padding: 4px;
		margin: 0 7px 2px 0;
		display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.wp-caption-text
	{
		text-align: center;
	}

/* End Images */

/* Begin Form Elements */
#searchform
	{
		text-align: left;
	}

#sidebar #searchform #s
	{
		width: 150px;
		padding: 2px;
		background: #F0F0F0;
		border: 1px solid #999999;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form
	{
		text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	background: #F0F0F0;
	border: 1px solid #999999;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */

/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding-left: 10px; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* 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 Category
	
	Formatting for the categories function wp_list_categories. */

#categories, #categories a:link, #categories a:visited
	{
		border-size: 0px;
		font-size: 1.2em;	
		color: #656565;
		text-decoration: none;
		line-height: 1.5;
	}

#categories a:hover, #categories a:active
	{	
		color: #007700;
		text-decoration: none;
	}


#categories img
	{
		border: none;
		border-style: none;
	}

/* End Category*/

/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */
