/*  
Theme Name: 485iDesign V1
Theme URI: http://485i.com/design/
Description: The built-from-scratch template designed for 485i Design's online homepage.
Version: 1.0
Author: Brian Van Nieuwenhoven
Author URI: http://485i.com/


*/



/* Begin Typography & Colors */
body {
	}

#page {
	}

#header {
	}

#headerimg 	{ 
	} 

#content {
	}

.widecolumn .entry p {
	}

.narrowcolumn .entry, .widecolumn .entry {
	}

.widecolumn {
	}

.narrowcolumn .postmetadata {
	}

.alt {
	}

#footer {
	}

small {
	}

h1, h2, h3 { clear: both;}

h1 {
	}

#headerimg .description {
	}

h2 {
	}

h2.pagetitle {
	}

#sidebar h2 {
	}

h3 {
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	}

.entry p a:visited {
	}

.commentlist li, #commentform input, #commentform textarea {
	}

.commentlist li {
	}

.commentlist cite, .commentlist cite a {
	}

.commentlist p {
	}

#commentform p {
	}

.commentmetadata {
	}

#sidebar {
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	}

code {
	}

acronym, abbr, span.caps
{
	}

a, h2 a:hover, h3 a:hover {
	}

a:hover {
	}

#wp-calendar #prev a, #wp-calendar #next a {
	}

#wp-calendar a {
	}

#wp-calendar caption {
	}

#wp-calendar th {
	}
/* End Typography & Colors */



/* Begin Structure */
html * { margin: 0; padding: 0; }

body {
	}

#page {
	}

#header {
	}

#headerimg {
	}

.narrowcolumn {	}

.widecolumn { }

.post { margin: 1em 0; }
.asides-post { margin: 1em 0; font-size: 0.7em;}
.asides-post * { line-height: 0.9em; }
.post hr { display: block; }
.post ul {list-style-type: circle;}
.post li {margin-left: 15px; text-indent: 0;}

.widecolumn .post {	}

.narrowcolumn .postmetadata {	}

.widecolumn .postmetadata {	}

.widecolumn .smallattachment { 	text-align: center; float: left; width: 128px; margin: 5px 5px 5px 0px;	}

.widecolumn .attachment { text-align: center; margin: 5px 0px;}

.postmetadata { clear: left; }

#footer { padding:10px;	}

#footer p { margin: 0; padding: 20px 0; text-align: center; }

/* End Structure */

/*	Begin Headers */
h1 {

	}

h2 {

	}

h2.pagetitle {

	}

#sidebar h2 {

	}

h3 {

	}

h3.comments {

	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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
	}
/* End Images */



/* Begin Lists */


.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 */



/* Begin Form Elements */

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 90%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{ margin: 3em 24px 0 0; text-align:right; padding-right: 1em; border-right: 80px #dc241f solid; }

#sidebar form {
	}
/* End Sidebar */



/* 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;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	clear:both;
	}
/* End Various Tags & Classes*/

html, html * {font-family: Corbel, Verdana, Helvetica, sans-serif; line-height: 1.4em;}

img { border: 0; }
.clearing {height: 0; clear: both;}

html { background-image: url('red-halftone-fill.gif');}
html, body { height: 100%;}
body.page { }
a {text-decoration: none; color: #aa2222;}
a:hover {color: #ff5555;}

#page-container { width: 780px; min-height: 100%; margin: 0 auto; background-color: white; border-left: 5px #aa0000 solid; border-right: 5px #aa0000 solid;}

#page-header { background: white; display:none;}
#page-footer { background: white; padding:10px;}
#page-footer p { margin: 0; padding: 20px 0; text-align: center; }

#page-wrapper {  }
#page-main {width: 100%; float: right; margin-left: -400px;}
#page-content { margin-left: 400px; padding: 0px 7px; }
#page-sidebar {	position: relative; width: 400px; float: left;}

#design-title {display: block; position: relative; text-indent:-5000px; background: url('485iDesign-header.gif') no-repeat top left; height: 75px; width: 390px; margin-top:50%;} 
#design-homelink {display: block; position: absolute; height: 75px; width: 390px; top:50%;} 
#design-homelink a {width: 100%; height: 100%;}
#design-title a {display: block; position: absolute; right: 0px; width: 100%; height: 100%;}

.header-categories, .header-meta,.header-archives,.header-pages,.header-links {margin: 1em 10px 0.3em auto; text-align:left; text-indent:-5000px; display:block; width:200px; height:30px;}

.header-categories {background-image: url('header-categories.gif');}
.header-meta {background-image: url('header-meta.gif');}
.header-archives {background-image: url('header-archives.gif');}
.header-pages {background-image: url('header-pages.gif');}
.header-links {background-image: url('header-links.gif');}

li.linkcat h2 { font-size: 1.3em; line-height:1.5em; margin-top: 5px; text-align:right; color: #cc2222; text-decoration:underline;}

a.home-link { display: block; clear: both; margin: 4em 0 3em; text-align: center; border-top: #aa2222 4px solid; border-bottom: #aa2222 4px solid; font-size: 1.5em; font-weight:bold;}

p.asides-post {clear: both;}
.work-th { display: block; height: 75px; width: 75px; float: left; padding: 3px; border: 2px #2222cc solid; margin: 0 1em 1em 0;}
.asides-post .work-th {height: 30px; width: 30px;}
.work-experience-link h2 {font-size: 1.0em;}

<!--[if lte IE 6.0]>
#page-container {
height: 100%;
}
<![endif]-->