/* CSS RESET */
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;
}
:focus { /* remember to define focus styles! */ outline: 0; }
ins { /* remember to highlight inserts somehow! */ text-decoration: none; }
del { text-decoration: line-through; }
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 auto;
	min-height:100%;
}



/* ACTUAL CSS BEGIN */

body {
	background-color: white;
	background-image: url(/images/graphpaper.jpg);
	background-repeat: repeat;
}

#main {
}

.clear { clear: both; }
a.nounder { text-decoration: none; }
a.nounder:hover { text-decoration: underline; }

td.shadow_l {
	width: 7px;
	background: url("/images/shadow_l.png") repeat scroll 0% 0% transparent;
}

td.shadow_r {
	width: 7px;
	background: url("/images/shadow_r.png") repeat scroll 0% 0% transparent;
}

td#nav {
	width: 200px;
	border-bottom: 1px solid gray;
	background-image: url(/images/navbg.png);
	background-repeat: repeat-y;
	background-color: transparent;
	text-align: center;
	vertical-align: top;
}

td#content {
	border-left: 1px solid #222;
	border-bottom: 1px solid gray;
	width: 585px;
	background-color: #F0EEEF; /* #eee; */
	padding:20px 10px;
	vertical-align: top;
	text-align: center;
}

#sitetag a {
	margin:0 auto;
}

.nav_header,
.nav_header a,
.nav_header a:link {
	margin:10px auto 0;
	color:#641E14;
	font-weight: normal;
	text-align:center;
	font-family: sans-serif;
	font-size: 1.4em;
	text-transform: capitalize;
}

.nav_header a.selected,
.nav_header a.selected:link {
	font-weight: bold;
}

#projects li {
	text-align: center;
}

#projects li a div {
	opacity: 0.7;
}

#projects li a:hover div {
	opacity: 1.0;
}

#navlinks {
	margin-top:20px;
}

#navlinks li {
	font-size: small;
	font-family: sans-serif;
	margin:5px;
}

#navlinks li a,
#navlinks li a:link {
	color:white;
	text-decoration: none;
}

#navlinks li a:hover {
	text-decoration: underline;
}

#navicons {
	margin:10px 0;
	text-align:center;
}

#navicons a {
	margin:5px;
}


#projects img {
	margin: 10px;
}

#projects td {
	font-size: 10pt;
	text-align: center;
}

#projects div {
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 1px;
}

.entry {
	text-align: left;
	width:500px;
	margin:0 auto;
}

.entry p {
	margin:0.75em 0;
	font-size: 1.1em;
	line-height: 1.15em;
}

.entry h2.title {
	font-size:12pt;
	color: #641E14;
	font-size: 30pt;
	margin-bottom: 15px;
}

.entry h2.title a,
.entry h2.title a:link {
	color: #641E14;
	position: relative;
	top: 3px;
}

.entry .info {
	margin-top: 10px;
	margin-bottom: 50px;
	padding-top: 5px;
	border-top: 1px solid gray;
	text-align: right;
	font-size: 0.9em;
}

#footer_homelink {
	margin:10px auto;
}

#iphone_float {
	float:right;
	margin-top: 10px;
	margin-left: 10px;
}

#iphone {
	width:250px;
	height:455px;
	min-height: 455px;
	background-color: transparent;
	background-image: url(/images/astrolove/iphone-250px-wide.png);
	background-repeat: no-repeat;
}

#iphone_outer {
	position:relative;
	top:91px;
	left:25px;
	width:202px;
	overflow: hidden;
}

#iphone_inner {
	position:relative;
	top:0;
	left:-202px;
	width:808px;
	white-space: nowrap;
}

#iphone_wide_float {
	clear:both;
	margin:10px auto;
}

#iphone_wide {
	width:455px;
	height:250px;
	min-height: 250px;
	margin:0 auto;
	background-color: transparent;
	background-image: url(/images/pythoness/iphone-455px-wide.png);
	background-repeat: no-repeat;
}

#iphone_wide_outer {
	position:relative;
	top:23px;
	left:78px;
	width:303px;
	overflow: hidden;
}

#iphone_wide_inner {
	position:relative;
	top:0;
	left:-303px;
	width:1212px;
	white-space: nowrap;
}

#app_store,
#app_store_float {
	font-size: 10pt;
	text-align: center;
}
#app_store_float {
	float: right;
	margin-top: -23px;
}

#app_store_plug {
	margin-top: -10px;
}

#plug_list {
	margin-top: 10px;
}

#plug_list ul {
	display: block;
	list-style-type: disc;
	padding-left: 15px;
/* 	-moz-padding-start: 10px; */
}

#plug_list li {
	display: list-item;
	margin: 10px 0;
	line-height: 1.1em;
	font-size: 1.05em;
	font-family: sans-serif;
}


#aboutus {
}

#aboutus .person img {
	float: left;
	margin: 0 10px 20px 0;
}

#aboutus .person a:hover img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

#aboutus .person h3 {
	font-size: 1.5em;
	margin-bottom: 2px;
	color: #641E14;
}

#aboutus .person h5 {
	font-size: 1em;
	margin-bottom: 20px;
}

#aboutus .person a,
#aboutus .person a:link {
	font-size: 0.85em;
}


#blog_summary {
	margin-top: 80px;
	margin-bottom: 20px;
}

#blog_summary h3 {
	margin-bottom: 5px;
	font-size: 1.2em;
	color: #641E14;
}

#blog_summary .blog_post {
	font-weight: normal;
	margin-top: 5px;
}

#blog_summary .blog_post a {
	font-weight: bold;
}






/*
#sitetag {
	font-size:29px;
	margin:0;
	font-family:"Trebuchet MS",Arial;
}

#sitetag a { text-decoration: none; }
#sitetag a:hover { text-decoration: underline; }

#llc {
	position:relative;
	left:3px;
	top:5px;
	font-size:8px;
	color:#bbbbbb;
}

#leftnav {
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	width:159px;

	padding:12px;
	border-right: 1px solid black;
	font-family:"Century Gothic";
	font-weight:bold;
	font-size:20px;
}

#leftnav a { text-decoration: none; }
#leftnav a:hover { text-decoration: underline; }

#leftnav h4 {
	font-size:20px;
	margin:0;
}

#leftnav ul {
	font-variant: small-caps;
	margin:10px 0 10px 20px;
	padding:0px;
}

#leftnav ul li {
	list-style: none;
}


#main {
	position:absolute;
	top:0px;
	left:160px;
	right:0px;
	bottom:0px;

	background-color: #cdcdcd;
}
*/