/* 
Theme Name: VR Placement
Description: Theme for VR Placement
Author: Kathleen F Nicholls
Author URI: http://kathleenfnicholls.com
*/

<!--[if ie 6]>
<style type="text/css">
body { behavior:url("http://www.vrplacement.com/wp-content/themes/whiteboard/csshover3.htc"); }
</style>
<![endif]-->


/*
Here is a list of all the <DIV>s
*/

a:link {
	text-decoration: none;
	color: #313641;
}

a:visited {
	text-decoration: none;
	color: #313641;
}

a:hover {
	text-decoration: none;
	background-color: #FEC52D;
	color:#FFFFFF;
}

h2	{
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #313641;
}

h3	{
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #313641;
}


body {
	-x-system-font:none;
	background: #F5F4F4 url(bgimages/rotator.php) no-repeat;
	color: #313641;
	font-family:Arial,Helvetica,sans-serif;
	font-size:70.5%;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.6;
	margin:0;
	padding:0;
	behavior: url("http://www.vrplacement.com/wp-content/themes/whiteboard/csshover3.htc"); 
}



#container {
	height:auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
	width: 970px;
	top: 0;
	left: 0;
	
}

#container2 {
	position: absolute;
	background-color: #F5F4F4;
	height: 700px;
	width: 100%;
	margin: 0 auto;
}

#entrypoint {
	background-color: #F5F4F4;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
	width: 700px;
	top: 0;
	left: 0;
	z-index:10;
}

#banner1 {
	position: absolute;
	background-image: url(images/mbanner1.png);
	width: 700px;
	height: 96px;
	z-index: 12;
	top: 60px;
}

#banner2 {
	position: absolute;
	width: 700px;
	height: 193px;
	z-index: 12;
	top: 166px;
}

#banner3 {
	position: absolute;
	background-image: url(images/mbanner3.png);
	width: 700px;
	height: 193px;
	z-index: 12;
	top: 372px;
}


#header  {
	position: absolute;
	width: 970px;
	height: 100px;
	top: 0px;
}	

#logo {
	height:97px;
	width:193px;
	background: url(images/vrlogo.png);
	background-repeat: no-repeat;
	z-index: 201;
	float: left;
	margin-bottom: 30px;
	margin-top: 30px;
}




/* top navigation menu clients */

.nav {
	background: #ffffff;
	float: right;
	border:none;
	border:0px;
	margin-left: 320px;
	margin-top: 60px;
	padding:0px;
	font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	}
.nav ul{
	background:none;
	height:35px;
	list-style:none;
	margin:0;
	padding:0;
	}
	.nav li{
		float:left;
		padding:0px;
		}
	.nav li a{
		background: none url("images/seperator.gif") bottom right no-repeat;
		color:#313641;
		display:block;
		font-weight:normal;
		line-height:35px;
		margin:0px;
		padding:0px 25px;
		text-align:center;
		text-decoration:none;
		}
		.nav li a:hover, .menu ul li:hover a{
			background: #313641 url("images/hover.gif") bottom center no-repeat;
			color:#FFFFFF;
			text-decoration:none;
			}
	.nav li ul{
		background: #FFFFFF;
		display:none;
		height:auto;
		padding:0px;
		margin:0px;
		border:0px;
		position:absolute;
		width:225px;
		z-index:200;
		/*top:1em;
		/*left:0;*/
		}
	.nav li:hover ul {
		display:block;
		
		}
	.nav li li {
		
		display:block;
		float:none;
		margin:0px;
		padding:0px;
		width:225px;
		}
	.nav li:hover li a{
		background:none;
		
		}
	.nav li ul a{
		display:block;
		height:35px;
		font-size:12px;
		font-style:normal;
		margin:0px;
		padding:0px 10px 0px 15px;
		text-align:left;
		}
		.nav li ul a:hover, .menu li ul li:hover a{
			background:#313641 url('images/hover_sub.gif') center left no-repeat;
			border:0px;
			color:#ffffff;
			text-decoration:none;
			}
	.nav p{
		clear:left;
		}	
	
/* end top navigation menu clients */
	
	
	
/* footer is actually right sidebar */
#footer {
	position: relative;
	top: 200px;
	float: right;
	width:280px;
	height:auto;
	padding-bottom: 30px;
}

#getstarted {
	width:280px;
	height:121px;
	margin-bottom: 12px;
	background: url(images/firststep.png);
	background-repeat:no-repeat;
}

#clientcentered {
	width:280px;
	height:257px;
	background: url(images/clientcentered.png);
	background-repeat: no-repeat;
	margin-bottom: 12px;
}



#copyright {
	font-family: Arial, Helvetica, sans-serif;
	height: 20px;
	background-color:#FFFFFF;
	color:#313641;
	font-size:12px;
	width:280px;
	height:20px;
	z-index: 40;
}


#copyvr {
	float: right;
	margin-right: 10px;
}


/* #sidebar {
	font-family:arial,verdana,sans-serif;
	height:auto;
	left:450px;
	position:absolute;
	top:50px;
} */


#content {
	position: absolute;
	top: 200px;
	float: left;
	width:640px;
	height:400px;
	background: url(images/toassistyou.png);
	background-repeat: no-repeat;
}

#pagecontent {
	position: absolute;
	top: 200px;
	float: left;
	width:640px;
	height: auto;
	text-align: left;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #313641;
	padding-bottom: 40px;
	padding-right: 18px;
	background: url(images/opaqbg.png) repeat;
}

#singlecontent {
	position: absolute;
	top: 200px;
	float: left;
	width:640px;
	height: auto;
	text-align: left;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #313641;
	padding-bottom: 40px;
	padding-right: 18px;
	background: url(images/opaqbg.png) repeat;
}

/* employer main template divs */

#employercontent {
	position: absolute;
	top: 200px;
	float: left;
	width:640px;
	height:400px;
	background-image: url(images/employersmainimage.png);
	background-repeat: no-repeat;
}

#employertop {
	width:280px;
	height:121px;
	margin-bottom: 12px;
	background: url(images/employertop.png);
	background-repeat:no-repeat;
}

#employerbottom {
	width:280px;
	height:257px;
	background: url(images/employbottom.png);
	background-repeat: no-repeat;
	margin-bottom: 12px;
}

#post{}
#postmeta{}
#postnavigation{}
#searchform{}
