/* www.bartlynch.com, released 04.09.2009*/
/* CONTENTS:
/*______________________Globals______________________
----------------------------------------------------------------------------------------*/
/* Classes that affect the entire page regardless of section */

body{
	background : #e4e3de;
	background-image: url('./leftTile.gif');
	background-repeat: repeat-y;
	font-family : Verdana, Arial, sans-serif ;
	font-size : 12px;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

A{
	color: #0B2F48;
	text-decoration: underline;
}

A:hover {
	color: #CD5B08;
}

ul{
	list-style: disc;
	text-indent: 1em;
}
ol{
	list-style: circle;
}
p{	
	text-indent: 1em;
}
h3{	
	text-indent: 1em;
}
/*____________________Page Layout____________________
----------------------------------------------------------------------------------------*/
/* Classes for the base three horizontal section page layout, header, body, footer */

#text{
	text-indent: 15px;
	margin: 15px;
}

#header{
	border: solid 1px #000000;
	height: 50px;
	background: #C7BCB8;
	background-image: url(../img/hdr.gif);
	background-position: left top;
	background-repeat: no-repeat;
	font-family : Verdana, Arial, sans-serif ;
	font-size : 1em;
	width: 100%;
}

#navigation{
	width: 640px;
	padding: 0em 0em 0em 2em;
	border: none 1px #000000;
	font-family : Verdana, Arial, sans-serif ;
	font-size : 1em;
	font-weight : bold;
	color: #290C1B;	
	text-decoration: none;
}

#subnav{
	width: 640px;
	padding: 0em 0em 0em 2em;
	border: none 1px #000000;
	font-family : Verdana, Arial, sans-serif ;
	font-size : 1em;
	font-weight : bold;
	color: #290C1B;	
	text-decoration: none;
}
.subnav{
	width: 640px;
	padding: 0em 0em 0em 2em;
	border: none 1px #000000;
	font-family : Verdana, Arial, sans-serif ;
	font-size : 1em;
	font-weight : bold;
	color: #290C1B;	
	text-decoration: none;
}
#information{
	width: 640px;
	padding: 1em 1em 1em 3em;
	border: none 1px #000000;
	font-family : Verdana, Arial, sans-serif ;
	font-size : 1em;
	font-weight : bold;
	color: #290C1B;	
	text-decoration: none;
}
#bartsContent{
	width: 640px;
	padding: 1em 1em 1em 3em;
	border: none 1px #000000;
	font-family : Verdana, Arial, sans-serif ;
	font-size : 1em;
	font-weight : bold;
	color: #290C1B;	
	text-decoration: none;
}


div.crishasContactSheets{
	display: table;
	position: absolute;
	overflow: hidden;
	width: auto;
	height: auto;
	margin-left: 2em;
	margin-top: 1em;
	margin-right: 2em;
	border: 2px solid #000000;
	background: #C7BCB8;
}
div.bartsContactSheets{
	display: table;
	position: relative;
	overflow: hidden;
	width: auto;
	height: auto;
	margin-left: 2em;
	margin-right: 2em;
	border: 2px solid #000000;
	background: #C7BCB8;
}
div.slide200{
	position: relative;
	display: table;
	vertical-align: middle;
	border: 1px solid #000000;
	background-color: #505050;
	margin: 2px;
	width: 220px;
	height: 220px;
	float: left;
	text-align: center;
	vertical-align: middle;
}
div.slide{
	position: relative;
	display: table;
	vertical-align: middle;
	border: 1px solid #000000;
	background-color: #505050;
	margin: 2px;
	width: 220px;
	height: 220px;
	float: left;
	text-align: center;
}
div.img{
	position: relative;
	top: 50%;
	display: table-cell;
	vertical-align: middle;
}
div.slide img{
	position: relative;
	top: -50%;
	border: 1px solid #000000;
	margin: 2px;
}
div.slide a:hover img{
	border: 1px solid #0000ff;
}
div.desc {
	width: 130px;
	font-size : .75em;
}
#footer{
	border: solid 1px #000000;
	height: 20px;
	width: 100%;
}

#alert{
	border: solid 1px #A44900;
	height: 50px;
	background: #FFD4B0;
	text-align: center;
}

/*_____________Body Main-Column Elements______________
----------------------------------------------------------------------------------------*/
/* Classes for the body main-column section */

/*-----Text-----*/

.paintingTitle{
	font-weight:bold;
}

movieTitle{
	font-style: italic;
}

.bookTitle{
	text-decoration: underline;
}

.crumbtrail-link:Hover{
	color: #0066CC;
	text-decoration: underline;
}

.crumbtrail-current{
	color: #333333;
}

h1{
	font-size: 1.5em;
	font-weight: bold;
	color: #290C1B;	
	text-align: center;
	margin: 14pt 0 10pt 0;
}

h2{
	font-size: 14px;
	font-weight: bold;
	color: #15110D;	
	text-align: left;
	margin: 15pt 0 2pt 0;
}

h3{
	font-size: 14px;
	color: #000000;	
	font-weight: normal;
	text-align: left;
	margin: 15pt 0 2pt 0;
}

h4{
	font-size: 14px;
	color: #6F6371;
	font-weight: bold;
	margin: 15pt 0 2pt 0;
}

table{
	font-size: 12px;
}
.caption{
	font-size: 1em;
	color: #6F6371;
	font-weight: bold;
	width: 200px;
}

.quote{
	width: 60%;
	font-size: 14px;
	color: #6F6371;
	font-weight: bold;
	font-style: italic;
	padding: 0px 15px 0px 15px;
}


.highlight{
	background: #F5F5F6;
	border: solid 1px #D2D5DA;
	padding: 10pt;
}

.vertical-header{
	border: solid 1px #D2D5DA;
	border-collapse: collapse;
	padding: 3px 5px 3px 5px;
	text-align: left;
}

.overflow{
	width: 595px;
	overflow: visible;
}

/*-----Page Tools-----*/
#back-to-top{
	text-align: left;
	padding-top: 10pt;
}

#page-tools{
	position: relative;
	left: 150px;
	text-align: left;
	margin: 24pt 0 10pt 10pt;
}

.page-tool{
	text-align: left;
	padding-right: 15px;
}

/*_____________Body Right-Column Elements______________
----------------------------------------------------------------------------------------*/
/* Classes for the body right-column section */

.callout-title{
	margin: 5px 0 0 0;
}

.callout-divider{
	/*height: 10px;*/
}

.callout-divider-line{
	margin: 0 0 5pt 0;
	border-top: solid 1px #D2D5DA;
}

.callout-small{
	font-size : 9px;
	color: #525252;
	line-height: 10pt;
	margin-bottom: 10pt;
}

/*__________________Popup Elements___________________
----------------------------------------------------------------------------------------*/
/* Classes for popup windows */
#popup-feedback{
	height: 100%;
	width: 100%;
}

#popup-header{
	height: 36px;
	width: 100%;
	background: #6487DC;
}

#popup-title{
	position: absolute;
	top: 7pt;
	left: 20pt;
}

#popup-close{
	position: absolute;
	top: 9pt;
	right: 12pt;
}

#popup-text{
	padding: 10pt 0pt 10pt 10pt;
}

.asterisk{
	font-size: 10pt;
	color: #FF0000;
	vertical-align: baseline;
}

