/* CSS Document */

/* COMMON CSS TO ALL PAGES */
body {
	/* shadow background:  background: #fff url(bg.jpg) repeat-y 50% 0; */
	background: #d6d6d6;
	padding: 0px;
	margin: 10px 0 0 0;
}

a {
	color: #6D84B4;
}

a:visited {
	color: #6D84B4;
}

#container {
	background-color: #fff;
	width: 800px;
	margin: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	border: 1px solid black;
}

#head_name {
	width: 100%;
	font-size: 20pt;
	text-align: center;
	color: #fff;
	background-color: #3b5998;
}

#head_text {
	width: 100%;
	font-size: 13pt;
	text-align: center;
	color: #fff;
	background-color: #6d84b4;
}

strong {
	color: #3B5998;
}

/* NAV MENU */

#navigate{
position:relative;
left:-3px;
top: -4px;
padding: 0;
margin: 0;
width: 806px;
}

#navigate ul{
margin:0;
margin-left: 0px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

#navigate li{
display: inline;
margin: 0 0 0 0;
padding: 0;
text-transform:uppercase;
text-align:center;
}

#navigate a{
float: left;
text-align:center;
display: block;
font: bold 9px Verdana;
color: white;
text-decoration: none;
margin: 0 0 0 0; /*Margin between each menu item*/
padding: 3px 0px;
width: 132.3px;
background-color: #3b5998;
border-left: 1px solid #6d84b4;
}

#navigate a:hover{
background-color: #6d84b4; 
color: white;
}

/* END NAV MENU */

#content {
	margin: 5px 0 0 5px;
}

#foot {
	width: 780px;
	color: #fff;
	background-color: #3b5998;
	padding: 10px;
}

.sectionhead {
	font-size: 15pt;
	font-weight: bold;
	text-align: left;
	padding-bottom: 10px;
}

/* END COMMON CSS TO ALL PAGES */

/* FRONT PAGE */

p.cover {
	margin-left: 420px;
	margin-right: 35px;
}

p.cover1 {
	margin-right: 35px;
}

/* END FRONT PAGE */

/* RESUME */
.resume {
	width: 100%;
}

.resume td.name {
	text-align: left;
	font-size: 20pt;
	border-bottom: 1px solid black;
	font-weight: bold;
}

.resume td.info {
	text-align: left;
	font-size: 90%;
	padding-bottom: 15px;
}

.resume td.left {
	padding-left: 30px;
	width: 25%;
	font-size: 120%;
	vertical-align: top;
}

.resume td.right {
	width: 75%;
	vertical-align: top;
	padding: 0 0 0 10px;
	border-bottom: 1px solid #ccc;
}

/* END RESUME */

/* VIDEO PLAYER */

table.video {
	margin: auto;
	margin-top: 10px;
	margin-bottom: 20px;
	width: 760px;
}

table.video td {
	vertical-align: top;
}

#moviespace {
	border-color:black;
	border-style:solid;
	border-width:2px;
	width:400px;
}

#moviedesc {
	font-size:11px;
}

div.list {
	border: 1px solid black;
	vertical-align: top;
	width: 360px;
	height: 322px;
	overflow: auto;
}

.video_list_item {
	margin: 5px 10px 5px 10px;
	font-size:10px;
	border: 1px dotted black;
	padding: 3px;
}

.video_list_item a {
	font-size: 12px;
}
/* END VIDEO PLAYER */

/* BEGIN ARTICLE PAGE */

.headline a {
	text-decoration: none;
	font-size: 15pt;
	font-weight: bold;
	color: #3b5998;
}

.text {
	font-size: 10pt;
	font-style: italic;
	margin: 10px 20px 10px 10px;
}

.readmore a {
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	color: #6d84b4;
}

.paper-bin {
	border-top: 1px dotted black;
	border-left: 1px dotted black;
	padding: 10px;
	margin-bottom: 20px;
}

img.logo {
	margin-bottom: 20px;
}
/* END ARTICLE PAGE */

/* DESIGN PAGE */

.screenshot {
	border: 1px solid #ccc;
	float: left;
	margin: 0 30px 5px 0;
}

/* END DESIGN PAGE */
