﻿p {
	padding: 0;
	margin: 0;
}
#content {
	position: relative;
}
#content p, #content li {
	padding-top: .7em;
	padding-bottom: .7em;
	font-family: Georgia;
	font-size: 12pt;
	margin-right: 50px;
	margin-left: 50px;
}
#content table p, #content li p {
	margin: 0;
}
#siteheader {
	vertical-align: middle;
	position: relative;
	height: auto;
	width: auto;
}
#bodywrap {
	padding-right: 250px;
	background: url('images/DanSargisSidebar222x658.jpg') no-repeat;
	background-size: 100%;
	background-position-y: -30px;
	width: auto;
	height: auto;
}
.video-wrap {
/* 	background: url('http://dansargis.org/images/VideoBackground.jpg') no-repeat; */
	padding: .2em;
	margin: auto;
}
.youtube-player {
	vertical-align: middle;
	margin-right: 3px;
	margin-left: 2px;
	width: 640px;
	height: 480px;
}
span.topNav {
	text-align: center;
	border-bottom: 2px solid #002868;
	height: 30px;
	margin: auto;
	background-color: #2B60DE;
	display: block;
	z-index: 1;
}
a {
	color: blue;
	text-decoration: underline;
}
a.topNavLink {
	color: #ffffff;
	font-size: 100%;
	height: 30px;
	white-space: normal;
	font-family: "Trebuchet MS","Lucida Grande", Arial, sans-serif;
	text-decoration: none;
	font-weight: normal;
	margin: 0;
	padding: 6px 4px;
	min-width: 70px;
	display: inline-block;
	text-align: center;
}
a.topNavLink:hover, a.topNavCurrentLink {
	color: #fff;
	background-color: #002E66;
}
a.bottomNavLink {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 10pt;
}
h1 {
	font-size: 14pt;
	text-align: center;
	padding-top: 2em;
	margin-top: 0;
	font-family: "Trebuchet MS";
}
h2 {
	margin-left: 150px;
	font-size: 1.12em;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #d4d4d4;
	font-size: 10pt;
}
.wrap {
	min-width: 700px;
	max-width: 960px;
	border: 1px solid black;
	margin: auto;
	background-color: white;
	padding: 0;
}
.center {
	text-align: center;
}
.left {
	text-align: left;
}
img.noBorder {
	border: none;
}
.headerTitle {
	text-align: center;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-style: italic;
	font-weight: bold;
	color: #666;
	font-size: small;
}
.footerText {
	font-size: x-small;
	font-family: Arial, Helvetica;
	font-weight: bold;
	letter-spacing: 1pt;
}
blockquote {
	font-style: italic;
}
.dateList {
	font-size: x-small;
}
a.columnTitleList {
	font-size: small;
	font-weight: bold;
}

/* iPad */
@media all and (min-device-width: 768px) and (max-device-width: 1024px) {
	.wrap {
		width: 100%;
	}
	#content p {
		font-size: 1.5em;
	}
	#siteheader .slogan {
		position: absolute;
		top: 1.9em;
		left: 72%;
	}

}

@media all and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
	#content p {
		font-size: 1.2em;
	}
	
	.youtube-player {
		vertical-align: middle;
		margin-right: 3px;
		margin-left: 2px;
		width: 533px;
		height: 400px;
	}
}