/*	Positioning for FrankenScript.com
	Lee Gabel
	February 1, 2010

*/

#header {
	height: 150px;
	top: 0px;
	position: fixed;
	z-index: 100;
	background-color:#CCCCCC;
}

#menubar {
	background-color:#99CC00;
	height: 24px;
	margin-top: 150px;
	position: fixed;
	z-index: 100;
}

.menuitem {
	padding-top:3px;
	padding-bottom:3px;
	width: 80px;
	height: 18px;
	background-color:#99CC00;
	float:left;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
}

.menuitem a {
	text-decoration: none;
	color:#000000;
}

.menuitem img {
	filter: alpha(opacity=50);
	opacity: 0.5;
}

#blog, #minimovie, #sidebar {
	margin-top: 174px;
}

.socialIcons {
	padding: 2px;
}

.listEnd{
	height: 156px;
}

.hangingIndent {
	text-indent: -12px;
	padding-left: 12px;
	margin-bottom: 0px;
}

.dummy {
	display:none;
}

#footer {
	height: 180px;
	bottom: 0px;
	position: fixed;
	z-index: 100;
	background-image: url(../../images/footer.png);
	background-repeat: repeat-x;
}

#footerText {
	margin-top: 164px;
	height: 12px;
	color: #505050;
	font-size: 9px;
	text-align: center;
}

#footerText a {
	color: #505050;
}

#footerText a:hover {
	color: #99CC00;
}

.rollup, .rolldown {
	margin-bottom: 12px;
}

.showIt {
	display: none;
}

.hideIt {
	display:block;
}

h2#subhead {
	color:#FFFFFF;
}

h1#archivehead, h2#archivehead {
	color:#99CC00;
}

#search {
	margin-top:3px;
	margin-bottom:auto;
	font-size:11px;
	color:#A0A0A0;
	background-color:#FFFFFF;
	border-color:#99CC00;
}

.searchbox {
	float: right;
	color:#505050;
}

.searchbox img {
	margin-top:4px;
	margin-right:3px;
}

.articleIcon {
	margin-top: 18px;
	margin-left: 268px;
	position: fixed;
	z-index: 100;
}

.articleIcon_1col {
	margin-top: 18px;
	margin-left: 628px;
	position: fixed;
	z-index: 100;
}

.articleIconSpace {
	float:right;
	width: 64px;
	height: 72px;
	margin-left: 12px;
	display: block;
	z-index: 100;
}

.box p img {
	border: 1px dotted rgb(153, 204, 0);
	padding: 4px;
	display: block;
	margin-bottom: 18px;
	margin-right: 18px;
	float: left;
    clear: both;
}

.youtube {
	border: 1px dotted rgb(153, 204, 0);
	padding: 4px;
	display: block;
	margin-bottom: 18px;
	margin-right: 18px;
    clear: both;
	width: 306px;
	height: 252px;
}

.box p img:hover, .youtube:hover {
	border: 1px dashed rgb(255, 204, 0);
}

#td_first {
	padding-top: 6px;
	float:left;
	width: 60px;
}

#td_last {
	float: none;
}

h2#comment {
	padding-left: 18px;
}

#txpCommentInputForm {
	padding: 18px;
}

#txpCommentInputForm p {
	text-align: left;
}

#txpCommentInputForm label {
	padding-right: 6px;
}

#txpCommentInputForm input.checkbox {
	width: 12px;
}

p#txpCommentInputForm {
	color: #FFB15C;
	text-align: center;
	text-transform: uppercase;
	background-color: #686868;
	margin-left: auto;
	margin-right: auto;
	margin-top: 18px;
	margin-bottom: 20px;
	padding: 4px 0px 4px 6px;
}

#txpCommentInputForm input {
	width: 144px;
}

#txpCommentInputForm textarea {
	width: 228px;
	height: 192px;
}

#txpCommentInputForm input,
#txpCommentInputForm textarea {
	padding: 1px 3px 1px 3px;
	margin-top: 6px;
	margin-bottom: 6px;
	font: 12px verdana, arial, sans-serif;
	color: #EEEEEE;
	background-color: #777777;
	border: 1px solid #999999;
}

#txpCommentInputForm input:hover,
#txpCommentInputForm input:focus,
#txpCommentInputForm textarea:hover,
#txpCommentInputForm textarea:focus {
	color: #FFFFFF;
	background-color: #999999;
	border: 1px solid #EEEEEE;
}

#contact #content #text form.zemContactForm fieldset {
	border: none;
}

#contact #content #text form.zemContactForm legend {
	display: none;
}
