/*
Theme Name: Alison Deyette
*/
html, body, div, pre, p {
	margin: 0px;
	padding: 0px;
	color: #663333;
	font-family: Georgia, serif;
}

body {
	background-color: #ffffcc;
}

p {
	margin: 10px;
	text-align: left;
	font-size: 16px;
	font-family: Georgia, serif;
}


div#center {
	width: 860px;
	margin: auto;
}

table {
	border-collapse: collapse;
}

tr, td, table {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

img {
	border: 0px;
}

div#navbar {
	width: 860px;
	height: 169px;
	background-image: url('/images/header-lightblue.jpg');
	position: relative;
}

a#homelink {
	width: 136px;
	height: 0;
	padding-top: 136px;
	display: block;
	overflow: hidden;
	position: absolute;
	top: 3px;
	left: 101px;
}

div#navbar div#firstrow {
	clear: both;
	height: 130px;
}

div#navbar div#secondrow div.navitem {
	float: left;
	padding-left: 21px;
	margin-left: 12px;
	margin-top: 10px;
	background-image: url(/images/nav-bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 0.4em;
}

div#navbar div#secondrow div.first {
	margin-left: 9px;
	_margin-left: 4px;
	background-image: none;
}

div#navbar a {
	color: #522929;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

div#navbar a:hover {
	text-decoration: underline;
}

div#content {
	background-image: url(/images/content-sides.gif);
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
}

div#content-top {
	margin-top: 5px;
	height: 13px;
	background-image: url(/images/content-top.gif);
	_background-position: 0 5px;
	_background-repeat: no-repeat;
}

div#content-bottom {
	height: 13px;
	background-image: url(/images/content-bottom.gif);
	margin-bottom: 20px;
	background-repeat: no-repeat;
}

p.bottom {
	margin-bottom: 10px;
}

p.top {
	margin-top: 10px;
}

div#contact-container {
margin: 0 auto;
padding: 0 145px; /* fixme: hard-coded padding here won't be fluid if widths of anything change */
}

div#contact {
	/*margin-top: 120px;*/
}

div#contacts-container {height: 100%; overflow: hidden; position: relative;}
div#contacts-container[id] {display: table; position: static;}

div#contact-vcenter {position: absolute; top: 50%;} /* for explorer only*/
div#contact-vcenter[id] {display: table-cell; vertical-align: middle; float: left; }

div#contact {position: relative; top: -50%} /* for explorer only */
div#contact[id] {position: static;}

div#contact-img {
	float: right;
}

div.contact p {
	text-align: center;
	margin: 0;
	padding: 0;
}

div.contact p.category {
	padding-top: 25px;
}

div.contact p.category.first {
	padding-top: 5px;
}

.colored {
	background-color: #cee6ea;
}

.bordered {
	border: 2px solid #663333;
}

.thin-bordered {
	border: 1px solid #663333;
}

div.inner-width {
	width: 687px;
	margin-top: 10px;
}

div#content-header {
	padding: 20px;
}

div.centered {
	margin-left: auto;
	margin-right: auto;
}

div#pdf-links {
	margin-top: 20px;
}

div#pdf-links a {
	margin: 0 20px;
}

a {
	text-decoration: underline;
	color: #522929;
} 

a:hover {
	text-decoration: underline;
}

a:visited {
	text-decoration: underline;
}

/*
div#about-alison {
	background-image: url('/images/about-alison.png');
	padding: 24px 10px 0 15px;
	width: 411px;
	height: 94px;
}
*/

div#about-alison-top {
	background-image: url('/images/about-alison-top.gif');
	height: 25px;
}

div#about-alison-text {
	border-left: 1px solid #663333;
	border-right: 1px solid #663333;
}

div#about-alison-bottom {
	background-image: url('/images/about-alison-bottom.gif');
	height: 12px;
	background-repeat: no-repeat;
}

div#about-alison p {
	margin: 0;
	padding: 0;
	padding-left: 10px;
	padding-right: 10px;
}

div#as-seen-on-tv {
	background-image: url('/images/as-seen-on-tv.gif');
	width: 436px;
	height: 289px;
}

#styletip {
	margin-top: 15px;
}

#styletip-header {
	background-color: #663333;
	width: 62px;
}

div#stylebakery-section {
	background-image: url('/images/stylebakery-homepage-section.gif');
	padding: 50px 0 0 20px;
	width: 416px;
	height: 97px;
}

div#left-col {
	float: left;
	width: 436px;
	margin: 0;
	padding: 0;
}

div#left-col > div, div#right-col > div, div#middle-col > div {
	margin-top: 5px;
}

div#right-col {
	float: right;
	width: 364px;
	margin: 0;
	padding: 0;
}

div.clear {
	clear: both;
	height: 1px;
}

div#appearances > div {
	margin: 0;
	padding: 0;
}

div#appearances div.brown img {
	margin-top: 5px;
}

div.appearances div.appearance {
	padding: 7px;
}

div.appearances div.colored {
	padding: 7px;
}

div#appearances {
	padding-top: 16px;
}

div.brown {
	color: #ffffcc;
	background-color: #663333;
	font-weight: bold;
	padding: 2px 0;
	margin-top: 0;
}

div#upcoming-appearances div.colored p, div#recent-appearances div.colored p {
	margin: 0;
	padding: 0;
}

p.show-name {
	font-weight: bold;
}

div#left-col.three-columns {
	float: left;
	width: 300px;
	margin-right: 10px;
}

div#middle-col.three-columns {
	float: left;
	width: 300px;
	margin: 0 10px;
}

div#right-col.three-columns {
	float: right;
	margin-left: 10px;
	width: 180px;
}

div#right-side-images img {
	margin-bottom: 7px;
}

div#clippings {
	float: left;
	background-image: url('/images/clippings2.gif');
	width: 250px;
	height: 1350px;
}

div#press {
	float: left;
	width: 565px;
}

p.category {
	font-weight: bold;
}

.uline {
	text-decoration: underline;
}

div#bio {
	width: 600px;
	float: left;
}

div#bio-pics {
	width: 190px;
	float: right;
}

div#bio-pics img {
	margin-bottom: 3px;
	display: block;
}

div#bio-subheader div.subheader {
	margin-left: 8px;
	margin-right: 8px;
	float: left;
	font-weight: bold;
}

div#bio h1, div#resume h1 {
	margin: 0;
	padding: 0;
}

div#resume table {
	text-align: left;
	width: 100%;
	margin: 5px;
}

div#resume th {
	text-decoration: underline;
	padding-top: 10px;
}

div.subheader {
	width: 175px;
	padding: 5px;
	margin-bottom: 5px;
	margin-top: 0;
}

div.subheader a {
	text-decoration: none;
}

div.subheader a:hover {
	text-decoration: underline;
}

div.subheader.subheader-last {
	float: right !important;
	margin-right: 0 !important;
}

div.subheader.subheader-first {
	margin-left: 0 !important;
}

div#photo-subheader {
width: 550px;
margin: 0 auto;
}

div#photo-subheader div.subheader.subheader-first {
float: left;
}

div#photo-subheader div.subheader.subheader-last {
float: right;
}

div#reelplayer {
	padding: 0;
	margin: 5px;
}

h1 {
	font-size: 2em;
	padding: 0;
	margin-top: -5px;
	margin-bottom: -15px;
}

h2 {
	font-size: 1em;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

div#photo-nav {
	width: 150px;
	height: 400px;
	overflow-x: hidden;
	overflow-y: scroll;
	float: left;
}

div#photo-display {
	float: left;
	text-align: center;
	width: 600px;
	margin: 0 auto;
}

div#photo-display img {
	display: block;
	margin: 0 auto;
}

div#photo-display h1 {
	margin: 0;
	padding: 0;
}

div#photo-display p {
	text-align: center;
}

.publication {
	font-style: italic;
}

div.pdflink {
	position: absolute;
	margin: 16px;
}

/* blogger style */
div#blog-content {
	width: 600px;
	float: left;
	text-align: left;
}

div#sidebar {
	width: 215px;
	float: right;
	text-align: left;
}

h2.date-header {
	text-align: left;
	font-size: 14px;
	margin-bottom: 10px;
}

hr {
	height: 1px;
	border: none;
	border-top: 1px solid #663333;
	clear: both;
}

h3.post-title {
	font-size: 24px;
	font-weight: bold;
	margin: 0;
	margin-bottom: 5px;
	padding: 0;
}

/* movable type styles */
div.hentry {
	text-align: left;
	clear: left;
	padding: 5px;
	margin: 10px 0;
}

div.asset-content {
	margin-top: 5px;
}

h2.entry-title {
	font-size: 24px;
	font-weight: bold;
	margin: 0;
	margin-bottom: 5px;
	padding: 0;
}

div#blog-content p {
	margin: 0;
	padding: 0;
}

div#beta {
	text-align: left;
	margin: 0;
padding: 0;
}

div#gamma {
	text-align: left;
	margin: 0;
	padding: 0;
}

address {
	display: inline;
}

div#blog-sidebar {
	width: 200px;
	float: right;
	padding: 5px;
	margin: 0;
	margin-top: 10px;
}

h1.archive-title {
	margin: 0;
	padding: 0;
}

div#welcome {
	width: 990px;
	margin: 10px auto 0 auto;
	text-align: center;
}

div.archive {
	margin-top: 10px;
	padding: 5px;
}

h1#page-title {
	margin: 0;
	padding: 0;
}

div.entry-detail {
	padding: 10px;
	margin-top: 10px;
}

div.trackbacks {
	margin-top: 10px;
}

div.comments {
	margin-top: 10px;
}

div.asset-footer {
	margin-top: 10px;
}

h4.entry-categories-header {
	display: inline;
	font-size: 12px;
}

div.entry-categories {
	margin-bottom: 10px;
	font-size: 12px;
}

.highlight {
	font-weight: bold;
	background-color: #ffff66;
}
