`@charset "UTF-8";
/* CSS Document */

body, p, h1, h2, h3  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.3em;	/*padding: 15px;
	align: center;
	background-color: #1A0000;*/
	color: #333333;
}

p {
	font-size: 13px;
	line-height: 1.3em;
	color: #333333;
	}
	
h1 {
	font-size: 30px;
}

h2 {
	font-size: 22px;
	margin-top: 2em;
	margin-bottom: 0px;
}


a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #742F3A;
	text-decoration: underline;
	font-size: 13px;
}

a:link {
	color: #336699;
	font-weight: bold;	
}
a:visited {
	color: #336699;
}
a:hover {
	text-decoration: underline;
	color: #996600;
}
a:active {
	
}

#mainDiv {
	display:table;
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
}

#mainDiv p {
	font-family: Georgia, "Times New Roman", Times, serif !important;
	color: #333333 !important;}


#navBarDiv {
	display: table-row; /* if contained in another div, this might work better as table-cell;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #927558;
	margin-right: auto;
	margin-left: auto;
	border: .2em solid #000000;
}

#navBarDiv ul {
	margin: 0.6em;
	padding: 0.3em;
	/* display: table-row; */
}

#navBarDiv li {
	display:inline;
	text-decoration: none;
	background-color: #006666;
	margin: .4em .2em .4em .2em;
	padding: 0.3em 0.7em .3em;
}

#navBarDiv a {
	font-size: 13px;
	font-weight: strong;
	text-decoration: none;
}

#navBarDiv a:link {
	color: #D6CDB6;
		
}

#navBarDiv a:visited {
	color: #D6CDB6;
}

#navBarDiv a:hover {
	color: #CCCCCC;
	background-color: #003D3D;
}

#navBarDiv a:active {
	
}


#mainColumnLeft, #mainColumnRight{
	display:table-cell;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px 12px 10px;
	background-image: url(../graphics/ResumeLilly.jpg);
}

#mainColumnLeft {
	width: 35%;
}

#mainColumnLeft p {

font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}

#mainColumnLeft h2 {
	font-size: 24px;
	line-height: 1.5em;
	padding-left: 4em;
}

#mainColumnRight {
	width: 60%;
}


.videoKutimanSection {
	display: table;
	width: 1050px;
	color: #CCCCCC !important;
    background-color: #3A3838;
	padding: 1em;
    margin-bottom: 1.5px;
	text-align: left; }

.videoKutimanSection body, p, a, li {
	font-family: Chalkboard, "Comic Sans MS", fantasy, cursive !important;
	color: #CCCCCC !important;
	line-height: 1.5em !important;
	
}

.videoHeader {
	color: #CCCCCC;
	background-color: #006666;
	text-align: left;
	padding: 0.3em 0.4em 0.3em 0.7em;
	width: auto;
	font-size: 18px; }

.videoRow {
	display: table-row; /* not needed? */
}

.videoColumn {
    display: table-cell;
    width: 520px;
    margin: 0.5em;
	padding: 0.5em;
	text-align: left;
	vertical-align: top; }

.videoLinkCentered {
	text-align: center; }


.videoTextContent {
	color: #00FF66 !important;
}

/*

.videoHeader {
	color: #CCCCCC;
	background-color: #006666;
	text-align: left;
	padding: 0.3em 0.4em 0.3em 0.7em;
	width: auto;
	font-size: 18px;
}
.videoKutimanSection {
	background-color: #3A3838;
	padding: 1em;
	text-align: left;
	width: 1050px;
	display: table;
	margin-bottom: 1.5px;
}

.videoKutimanSection body, p, a, li{
	color: #CCCCCC;
	line-height: 1.5em;
}

.videoKutimanSection h2 {
	padding: .5em;
} 

.videoRow {
	display: table-row;
}
.videoColumn {
	text-align: left;
	vertical-align: top;
	display: table-cell;
	margin: 0.5em;
	padding: 0.5em;
	width: 520px;
}


.videoColumn p {
	color:#00FF00;
}
.videoLinkCentered {
	text-align: center;
}
*/

