/* 
CSS Document 
verticalprinting.com
all code is copyright to jamwerx and may not be used without written permission 
*/

html,body {
	height:100%;
	min-height:100%;
	color:white;
	margin:0;
	padding: 0;
	font-family: "Gill Sans", Tahoma, "Trebuchet MS", Verdana;
	font-size:small;
	background: black url(/images/template/bg.gif) repeat left top;
}

* {
	margin: 0; 
	padding: 0; 
	border: none; 
	text-decoration: none;
}

#bgwrapper {
	padding: 0;
	margin: 0;
	height:100%;
	min-height:100%;
	width: 100%;
	background: black url(/images/template/whole-bg.gif) repeat-x left top;
}


#mainwrapper {
	height:90%;
	width:780px;
	margin-left:auto;
	margin-right:auto;
}

#headerwrap {
	height:105px;
	width:100%;
	margin: 0; 
	padding: 0; 
}

#headerwrap h1 {
	font-size:80px;
	padding:0;
	margin:0;
}

#headerwrap h2 {
	font-size:1em;
	padding:2px;
	font-weight:lighter;
}

#pagetitle {
	height:30px;
	width:100%;
	margin: 0; 
	padding-top:10px; 
	font-size:30px;
	color:#67d600;
	text-align:center;
	visibility: hidden;
}

#contentwrapper {
	width:600px;
	border:solid 1px #333;
	margin:0px;
	padding:10px 10px 20px 10px;
	float:left;
	background:#111111;
	min-height:440px;
}

/*hack it for microsofts poor excuse of a browser*/
/*\*/
* html #contentwrapper {
	height: 480px;
}

#contentwrapper h1 {
	font-size:1.8em;
	color:#bfbfbf;
	padding:5px;
	font-family:"Arial Black";
}

#contentwrapper h3 {
	font-size:1.4em;
	color:#1e89e3;
	padding:5px;
	font-family:"Times New Roman", Times, serif;
}

#contentwrapper h4 {
	font-size:1.4em;
	color:#67d600;
	padding:0px;
	font-family:"Times New Roman", Times, serif;
}

#contentwrapper p {
	padding:5px;
	width:96%;
}

p {
	padding:5px;
	width:96%;
}

#contentwrapper ul {
	padding:10px;
	width:96%;
}

#contentwrapper li {
	padding:2px;
	width:96%;
}

.greywrap {
	padding:10px;
	width:96%;
	border:solid 1px #333;
	background:#161616;
	color:#fff;
	margin-top: 5px;
	margin-bottom: 5px;
}

.greywrapform {
	padding:10px;
	width:93%;
	border:solid 1px #333;
	background:#161616;
	color:#fff;
	margin-top: 5px;
	/*height:100%;*/
}

.greywrapform img {
	padding:5px;
	background:#000;
	border:solid 1px #333;
}

.greywrapformcenter {
	padding:0;
	width:88%;
	margin: 20px auto;
}

.greywrapform strong {
	font-size:1.3em;
	color:#67d600;
	padding:5px;
	font-family:"Times New Roman", Times, serif;
}

#footer {
	clear:both;
	padding-top:10px;
	color:#4b9139;
}

.zoe img {
	padding:5px;
	background:#000;
	border:solid 1px #333;
}


/* menu */
#menuwrapper {
	width:157px;
	border-top:solid 1px #333;
	border-right:solid 1px #333;
	border-bottom:solid 1px #333;
	margin:0px;
	float:right;
	height:433px;
	background-color: transparent;
}

/*hack it for microsofts poor excuse of a browser*/
/*\*/
* html #menuwrapper {
	position: absolute;
}

#menuwrapper ul {
	padding:0;
	margin:0;
	list-style-type:none;
	background-color: transparent;
}


#menuwrapper li {
	float:left;
	width:156px;
	position:relative;
	background-color: transparent;
}

#menuwrapper a, #menuwrapper a:visited {
	display:block;
	font-size:13px;
	text-decoration:none; 
	color:#fff; 
	width:156px; 
	height:30px; 
	border-bottom:1px solid #333; 
	line-height:29px;
	text-align:center;
	background:#161616;
}

#menuwrapper a:hover {
	font-size:13px;
	text-decoration:none; 
	color:#1e89e3; 
	width:156px; 
	height:30px; 
	line-height:29px;
	text-align:center;
	border-right:solid 6px #67d600;
	background:#111;
}

.momspacklink {
	z-index: 3;
	position: absolute;
	width: 150px;
	margin-top: 460px;
	margin-left: 625px;
	text-align: center;
}

.momspacklink a:link {
	text-decoration: none;
}

/*hack it for microsofts ie7 poor excuse of a browser*/
html>body .momspacklink {
	*margin-top: 460px;
	*margin-left: 5px;
}


/*hack it for microsofts ie6 poor excuse of a browser*/
/*\*/
* html .momspacklink {
	z-index: 3;
	position: absolute;
	width: 150px;
	margin-top: 460px;
	margin-left: 5px;
	text-align: center;
}


/* main links */
a {
	color:#67d600;
	text-decoration: none;
}

a:link {
	color:#67d600;
	text-decoration: none;
}

a:visited {
	color:#67d600;
	text-decoration: none;
}

a:hover{
	color:#1e89e3;
	text-decoration: none;
}


.portfoliocomments {
	padding: 5px;
	text-align: center;
	font-size: 1.1em;
}

.brclear {
	clear:both;
}

.captchaimageswrap {
	margin: 0 0 0 4px;
	padding: 0;
}

.captchaimageswrap img {
	margin: 0;
	border: 1px solid #67d600;
	padding: 0;
}

#flashcontent {
	width: 600px;
	height: 400px;
	margin: 0 auto;
	padding: 0;
	z-index: 100;
}

.tenspacer {
	height: 10px;
}


.twentyspacer {
	height: 20px;
}

.thirtyspacer {
	height: 40px;
}
