/* This is the basic style sheet for AlisaBaldwin.com */
/* Author: Anthony Grimes, Scribe NewMedia */

/* ================ */
/* Basic Parameters */
/* ================ */

body	{
	color: #000;
	background: #ccc;
	padding: 0;
	margin: 0;
	text-align: center;
	}
h1 {
	font: bold 16pt Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	}
h2 {
	font: bold 15pt Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	}
h3 {
	font: bold 14pt Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	}
h4 {
	font: bold 13pt Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	}
h5 {
	font: bold 12pt Arial, Helvetica, sans-serif;
	color: #000000;
	}
h6 {
	font: bold 11pt Arial, Helvetica, sans-serif;
	color: #000000;
	}
p, td, ul, ol, li {
	font: 10pt Arial, Helvetica, sans-serif;
	color: #000000;
	}
th {
	font: bold 10pt Arial, Helvetica, sans-serif;
	color: #000000;
	}
.center	{
	text-align: center;
	}


a:link, a:visited	{
	color: #aaa;
	text-decoration: none;
	}
a:hover	{
	text-decoration: underline;
	}	
#warning-box	{
	border: 3px solid #a00;
	margin-top: 25px;
	margin-bottom: 25px;
	background: #fff;
	}
#banner {
	width: 100%;
	height: 75px;
	background: #fff;
	border-bottom: 2px solid #000;
	border-top: 3px solid #000;
	margin-top: 10px;
	text-align: center;
	}
#title {
	width: 100%;
	}
#title td {
	text-align: center;
	height: 50px;
	vertical-align: bottom;
	color: #aaa;
	}
#primary-nav {
	border-bottom: 1px solid #aaa;
	border-right: 1px solid #aaa;
	left: 0;
	}
#primary-nav td {
	padding: 0;
	white-space: nowrap;
	font-size: 10pt;
	font-weight: normal;
	}
#primary-nav td span {
	padding: 0px 5px;
	}

/* Portfolio 
====================================== */

#portfolio-list {
	margin: auto;
	margin-top: 10px;
	width: 400;
	}
#portfolio-list td img {
	border: 1px solid #000;
	}
#portfolio-list td img {
	border: 1px solid #000;
	}
#portfolio-list td {
	padding: 10px;
	}
#portfolio-list td a:link,#portfolio-list td a:visited	{
	display: block;
	border: 2px solid #ccc;
	}
#portfolio-list td a:hover	{
	border: 2px solid #000;
	}
#vertical-display {
	margin-top: 25px;
	width: 100%;
	}
#vertical-display td {
	width: 33%;
	padding: 10px;
	}
#vertical-display td.details {
	vertical-align: top;
	text-align: right;
	padding-left: 50px;
	}
#vertical-display td.image img, #horizontal-display td.image img {
	border: 1px solid #000;
	}
#vertical-display td.series {
	vertical-align: top;
	padding-left: 50px;
	width: 50%;
	}
#vertical-display td.series div {
	text-align: center;
	}
#vertical-display td.series img {
	border: 1px solid #000;
	}
#vertical-display td.series h2 {
	font-size: 11pt;
	}
#horizontal-display {
	margin:auto;
	margin-top: 25px;
	width: 500px;
	}
#horizontal-display td.image {
	text-align: center;
	}
#horizontal-display td.details {
	vertical-align: top;
	padding-right: 50px;
	width: 50%;
	}
#horizontal-display td.series {
	vertical-align: top;
	padding-left: 50px;
	width: 50%;
	}
#horizontal-display td.series div {
	text-align: center;
	}
#horizontal-display td.series img {
	border: 1px solid #000;
	}
#horizontal-display td.series h2 {
	font-size: 11pt;
	}
td.details h1 {
	font-size: 10pt;
	margin-bottom: 0;
	}
td.details p.date {
	font-size:: 10pt;
	margin-top: 0;
	}
td.details p.medium {
	font-size: 10pt;
	font-style: italic;
	}
	
/* About
========================================= */

#about-body {
	margin: auto;
	margin-top: 30px;
	}
#about-body td {
	width: 50%;
	padding: 7px;
	}
#about-body td.image img {
	border: 1px solid #000;
	}
#about-body td.text {
	text-align: right;
	font-size: 14px;
	line-height: 19px;
	white-space: nowrap;
	}
	
/* Contact
========================================= */

#contact-body {
	margin-top: 30px;
	}	
#contact-body th, #contact-body td {
	font-size: 14pt;
	line-height: 1.5em;
	}
#contact-body th {
	color: #fff;
	text-align: right;
	}
#contact-body th span.seperator {
	color: #f00;
	margin-left: 6px;
	margin-right: 4px;
	}
#contact-body td a {
	color: #000;
	}

/* Login
======================================== */

#login {
	margin: auto;
	margin-top: 50px;
	}
#login th {
	text-align: left;
	}
#login td.submit {
	text-align: center;
	}
