/*
Title: TouchstoneBernays.com screen styles
Date Modified: 8/13/2007
--
Author: Bayt & Takl
Contact: http://baytandtakl.com/contact
--
Table of Contents:
	layout
	typography
	navigation
	alignment
	icons
	legacy
*/

/* layout
------------------------------------- */
hr {
border: 1px solid 7D8153;
width: 100%;
}

html, body {
margin: 0;
padding: 0;
}

body {
background: #7D8153;
color: #435270;
font: normal small/1.9em Georgia, "Times New Roman", serif;
text-align: center;
}

#container {
margin: 0 auto;
padding: 0;
text-align: left;
background: url(/images/backgrounds/main.jpg) center top repeat-y;
width: 1080px;
}

/* ---- header ---- */
#header {
width: 1080px;
height: 150px;
margin: 0 auto;
padding: 0;
background: url(/images/backgrounds/header.jpg) center top no-repeat;
}

#header h1, #header h2, h3, .resume_item th {
/* font-family: Verdana, Arial, Helvetica, sans-serif; */
font-weight: normal;
font-size: 200%;
}

#logo {
text-align: center;
margin: 0 auto;
padding: 0;
padding-top: 17px;
width: 194px;
height: 90px;
}

#tagline {
text-align: center;
vertical-align: bottom;
margin: 0 auto;
padding: 0;
padding-top: 15px;
width: 454px;
height: 28px;
}


/* navigation
------------------------------------- */

a {
color: #5e64a9;
text-decoration:none;
}
a:link {color: #5e64a9;}
a:visited {color:#5e64a9;}
a:hover {color:#5e64a9;text-decoration:underline}

ul#nav {
clear: both;
text-align: center;
padding-bottom: 7px;
padding-top: 7px;
padding-left: 0;
margin: 0 auto;
/* cancels gap caused by top padding in Opera 7.54 */
background: #fbfae6;
color: #000;
width: 1000px;
border-top: 2px solid #435270;
border-bottom: 2px solid #435270;
font-weight: bold;
line-height: 18px;
font-size: 84%;
text-transform: uppercase;
}

ul#nav li
{
display: inline;
padding-left: 0;
padding-right: 0;
padding-bottom: 5px;
/* matches link padding except for left and right */
padding-top: 5px;
}

ul#nav li a
{
padding-left: 10px;
padding-right: 10px;
padding-bottom: 5px;
padding-top: 5px;
color: #000;
text-decoration: none;
}

ul#nav a {
color: #435270;
text-decoration:none;
}
ul#nav a:link {color: #435270;}
ul#nav a:visited {color:#435270;}
ul#nav a:hover {color:#5e64a9;text-decoration:underline}

ul#nav a.nav_selected {
color: #39F;
}


/* typography
------------------------------------- */
/* ---- headings ---- */
h1, a h1, a:link h1, h1 a, h1 a:link {
color: #8B734A;
font-weight: bold;
font-size: 120%;
text-transform: uppercase;
width: 780px;
margin: 0 auto;
padding: 25px 0 0 0;
}

h2 {
color: #435270;
font-weight: bold;
font-size: 105%;
text-transform: uppercase;
margin: 0 auto;
padding: 25px 0 0 0;
}

h2 a, h2 a:link, h2 a:hover, h2 a:visited, h2 a:active {
color: #435270;
}

h3  {
color: #435270;
font-weight: bold;
font-size: 105%;
}

h3 a, h3 a:link, h3 a:hover, h3 a:visited, h3 a:active {
color: #435270;
}

/* ---- main content ---- */
#main {
width: 780px;
margin: 0 auto;
padding: 25px 0 75px 0;
}

/* ---- footer ---- */
#footer {
clear: both;
background: #435270;
margin: 100px 40px 0 40px;
padding: 45px 0px 50px 0px;
text-align: center;
line-height: 1.4em;
font-size: 90%;
color: white;
/* border-top: 1px solid #FFF; */
}

#footer ul {
	text-align: center;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 0;
	margin-top: 45px;
	/* cancels gap caused by top padding in Opera 7.54 */
	margin-left: 0;
	background: none; 
	color: #ccc;
	width: 100%;
	line-height: 18px;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 90%;
	}

#footer ul li {
	display: inline;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 5px;
	/* matches link padding except for left and right */
	padding-top: 5px;
	}

#footer ul li a {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	color: #ccc;
	text-decoration: none;
	border-right: 1px solid #DBDBDB;
	}

#footer ul li a:hover {
	background: none;
	color: #fff;
	}

#footer ul li a.last { border-right: none; }

/* alignment
------------------------------------- */
.align_left {
float: left;
padding: 0 25px 5px 0;
}

.align_right {
float: right;
padding: 0 0 5px 25px;
}


/* misc
------------------------------------- */
.clear {
clear: both;
}


.caption, .source{
font-size: 80%;
color: #000;
}

dt {
font-weight: bold;
}

dd {
padding-bottom: 15px;
padding-right: 75px;
font-style: italic;
}

.frame {
background: #F3ECCD;
padding: 5px;
border: 2px solid #D5C68C;
}







#submenu {
margin: 0 auto;
padding: 5px;
width: 90%;
border: 2px solid;
font-size: 90%;
background: #fefef2;
}

#left_col_menu {
float: left;
width: 40%;
}

#right_col_menu {
float: right;
width: 40%;
}

