/*
Theme Name: alt concepts
Author: Joe Kissell
Version: 1.0
*/


/* old alt.css styles */
body {
	font-family: Verdana, "Trebuchet MS", Arial, Geneva, Sans-Serif;
	color: #000000;
	background-color: white;
	margin:1em;
	}

p, li  {
	font-size: 0.9em;
	}

a:active {
	color:#8a2be2;
	background-color: transparent;
	text-decoration:underline;
	}

a:link {
	color:#00f;
	background-color: transparent;
	text-decoration:none;
	}

a:visited {
	color:#4682b4;
	background-color: transparent;
	text-decoration:none;
	}

a:hover {
	color:#800080;
	background-color: transparent;
	text-decoration:underline;
	}

h1, h2 {
	font-family: Arial, Helvetica, Sans-Serif;
	}

h1  {
	color: purple;
	font-size: 1.8em;
	background-color: transparent
	}

h2 {
	color:#009;
	background-color: transparent;
	margin-top:-.3em;
	margin-bottom:-.5em;
	font-size:1.3em;
	}
	
hr {
	background-color: transparent;
	color: #ffffff;
	height: 1px;
	}

img {
	border-width: 0px 0px 0px 0px;
	}

textarea {
	background-color: transparent;
	color: #000000;
	font-weight: normal;
	font-size: .8em;
	border-color: #000000;
	}

.center {
	text-align: center;
	}

.spacer {
	height: 1em;
	clear: both;
	}

/* Pseudotable DIVs */
div.row {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: .9em;
	clear:both;
	}

div.row span.label {
	float: left;
	width: 20%;
	text-align: right;
	margin-bottom:.5em;
	}

div.row span.formfield {
	float: right;
	width: 79%;
	text-align: left;
	margin-bottom:.5em;
	}

/* end old alt.cc styles */






/* Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}
