*, html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, input {
 margin: 0;
 padding: 0;
}

a:link, a:visited {
	text-decoration: none;
	color: #005bb8;
}

a:hover {
	color: #f00;
}


img {
	border: none;
}

body {
	background-color: #fff;
	font-size: 62.5%;
	font-family: Georgia, Times, serif;
	color: #333;
}

#page {
	width: 850px;
	margin: 0 auto;
}

#header {
	width: 850px;
	border-bottom: 1px solid #dadada;
	padding: 20px 0;
	text-align: center;
}

#header em {
	font-size: 1.8em;
	color: #505050;
}

h1 {
	font-size: 36px;
	letter-spacing: .1em;
	text-transform: uppercase;
	margin-bottom: 10px;
}

h1 a:hover {
	background-color: #005bb8;
	color: #fff;
}

#content {
	width: 506px;
	margin: 0 0 0 173px;
	float: left;
	display: inline;
}

/*POSTS GENERALLY*/

#content p, .post li {
	font-size: 1.2em;
	font-family: verdana, helvetica, arial, sans-serif;
	line-height: 1.4;
	margin-bottom: 15px;
}

.post {
	width: 506px;
	margin: 25px 0;
	border-bottom: 1px solid #dadada;
	padding-bottom: 20px;
}

.post li {
	margin-left: 110px;
	list-style-type: none;
	background: transparent url(/wp-content/themes/localFqz/images/entryListBullet.gif) no-repeat left 50%;
	margin-bottom: 10px;
}

.post li a {
	background: transparent url(/wp-content/themes/localFqz/images/entryListBullet.gif) no-repeat left 50%;
	padding-left: 20px;
}

.post h2 {
	margin-bottom: 15px;
}

/* FEATURED VIDEO POST */
.postFeatured .videoHolder {
	width: 500px;
	height: 300px;
	position: relative; /*MAY HAVE TO FLOAT IMAGE INSTEAD OF CONTAINER FOR THIS TO WORK*/
}

.postFeatured .videoHolder em {
	display: block;
	position: absolute;
	width: 80px;
	height: 80px;
	text-indent: -9999px;
	background: url(/wp-content/themes/localFqz/images/playIconLarge.png) no-repeat left top;
	bottom: 110px;
	left: 210px;
	cursor: pointer;
}

.postFeatured h2 {
	font-size: 2.4em;
	margin: 20px 0 10px;
}

.postFeatured li {
	margin-left: 0;
}



/*REGULAR VIDEOS ONLY*/

.postVideo .videoHolder {
	width: 100px;
	height: 60px;
	float: left;
	position: relative; /*MAY HAVE TO FLOAT IMAGE INSTEAD OF CONTAINER FOR THIS TO WORK*/
}


.postVideo h2 {
	font-size: 18px;
}


.postVideo p {
	margin-left: 110px;
}

/*PLAY VIDEO LINK*/

.videoHolder em {
	display: block;
	position: absolute;
	width: 50px;
	height: 20px;
	text-indent: -9999px;
	background: url(/wp-content/themes/localFqz/images/playIcon.gif) no-repeat left top;
	bottom: 0;
	left: 0;
	cursor: pointer;
}

* html .videoHolder em {
	bottom: 3px;
}



.videoHolder em a:link {
	display: block;
	height: 20px;
	width: 50px;
}



/* SIDEBAR STUFF */

#sidebar {
	text-transform: uppercase;
	font-size: 1.1em;
	float: right;
	width: 150px;
	text-align: left;
	margin-top: 25px;
}

#sidebar ul {
	list-style: none;
	width: 150px;
}

#sidebar h2 {
	font-size: 1.3em;
}

#sidebar a {
	padding-right: 60px;
	display: block;
}

.page_item {
	height: 38px;
	line-height: 38px;
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
}
/*
.page-item-2 { ARCHIVES LINK
	background: transparent url(/wp-content/themes/localFqz/images/navArchives.jpg) no-repeat right top;
}

#navSubmit {
	background: transparent url(/wp-content/themes/localFqz/images/navSubmit.jpg) no-repeat right top;
}

.page-item-41 { ABOUT LINK
	background: transparent url(/wp-content/themes/localFqz/images/navAbout.jpg) no-repeat right top;
}
*/
.pagetitle {
	font-size: 14px;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: #666;
	text-align: center;
	margin-top: 16px;
}

/*ARCHIVES*/

.archiveList ul {
	text-align: center;
	font-size: 18px;
	list-style-type: none;
	margin: 15px 0;
}

/*VIDEO WINDOW*/

#videoModal {
	background: transparent url(/wp-content/themes/localFqz/images/bgVideo.png) repeat left top;
	height: 500px;
	left:50%;
	margin-left:-350px;
	position:absolute;
	top:50%;
	width:700px;
	z-index:100;
	display: none;
}

#closeButton {
	background: transparent url(/wp-content/themes/localFqz/images/closeIcon.gif) no-repeat left top;
	text-indent: -9999px;
	left: 15px;
	position: absolute;
	top: 15px;
	width: 21px;
	height: 21px;
	cursor: pointer;
}

#videoHolder {
	background: transparent url(/wp-content/themes/localFqz/images/progress.gif) no-repeat 220px center;
	margin: 60px 0pt 0pt 96px;
	position: relative;
}

/*NAVIGATION*/

.navigation {
	width: 506px;
	margin: 30px auto 0;
	background-color: #9e9e9e;
	padding: 10px 0;
	color: #fff;
	font-weight: bold;
	float: left;
	clear: both;
}

.navigation .newer {
	float: left;
	margin-left: 25px;
}

.navigation .older {
	float: right;
	margin-right: 25px;
}


.navigation a:link, .navigation a:visited {
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
}

/*COMMENTS*/

#commentform {
	width: 500px;
}

#commentform textarea {
	width: 500px;
}
