/*
Theme Name: VPM Theme
Theme URI: http://wordpress.org/
Description: Clearsky VPM theme.
Version: 1.0
Author: Cody Joyce
*/

			/* Cody created content */
			body{
				background-image:url(images/bg.gif);
				background-repeat: repeat-x;
			}
			#header{
				width:935px;
				height:191px;
				background-image:url(images/header.jpg);
			}
			#wrapper{
				width:935px;
				position:relative;
				float:left;
				left:50%;
				margin-left:-467px;
			}
			#innerwrapper{
				padding-top:5px;
				padding-bottom:5px;
				background-image:url(images/contentbg.png);
				background-repeat:repeat-y;
				width:935px;
			}
			#content{
				margin: 0px 40px 0px 40px;
				color:#666666;
				font-family:arial;
			}
			#content h1{
				font-family:arial;
				font-size:18px;
			}
			#content h2{
				font-family:arial;
				font-size:18px;
				color:#d21d48;
			}
			#content h3{
				font-family:arial;
				font-size:14px;
				color:#d21d48;
				font-weight:normal;
				margin-bottom:0px;
				padding-bottom:0px;
			}
			#content p{
				font-size:11px;
				font-family:arial;
			}
			#content li{
				font-size:11px;
				font-family:arial;
			}
			#content a{
				color:#e13c62;
			}
			strong{
				font-size:11px;
				font-family:arial;
				color:#d21d48;
			}
			#footer{
			width:935px;
			height:39px;
			background-image:url(images/footer.png);
			font-family:arial;
			font-size:11px;
			color:#666666;
			text-align:center;
			}
			#footer a {
				color:#666666;
			}
			#welcome{
				background-image:url(images/welcome.gif);
				width:426px;
				height:82px;
				font-size:11px;
				color:#d21d48;
			}
			#aboutus{
				background-image:url(images/aboutus.gif);
				width:425px;
				height:469px;
				margin-top:10px;
			}
			#quicklinks{
				background-image:url(images/quicklinks.gif);
				width:404px;
				height:202px;
			}

#sidebar{
	width:150px;
}			
#sidebar ul {
  list-style:none;
  margin: 0;
  padding: 0;
}
#sidebar ul li {
  margin: 0;
  padding: 0;
  margin-bottom:5px;
}
#sidebar ul li a {
  display: block;
}
#sidebar ul li a:hover {
  background: #fa8072;
} 
			
			
			hr{
				width:600px;
				height:1px;
			}
			/* End Codys */

			/* Begin Images */
			p img {
				padding: 0;
				max-width: 100%;
				}

			/*	Using 'class="alignright"' on an image will (who would've
				thought?!) align the image to the right. And using 'class="centered',
				will of course center the image. This is much better than using
				align="center", being much more futureproof (and valid) */

			img.centered {
				display: block;
				margin-left: auto;
				margin-right: auto;
				}

			img.alignright {
				padding: 4px;
				margin: 0 0 2px 7px;
				display: inline;
				}

			img.alignleft {
				padding: 4px;
				margin: 0 7px 2px 0;
				display: inline;
				}

			.alignright {
				float: right;
				}

			.alignleft {
				float: left;
				}
			/* End Images */
			#navmenu{
				position:relative;
				top:162px;
				left:40px;
				font-family:arial;
				font-size:14px;
			}
			#navmenu ul {
				margin: 0; 
				padding: 0; 
				list-style-type: none; 
				list-style-image: none; 
			}
			#navmenu li {
				display: inline; 
			}
			#navmenu a {
				text-decoration:none;  
				margin: 4px;
				padding: 10px 20px 10px 20px; 
				color: #ffffff;
				
			}
			#navmenu a:hover {
				
				background-image:url(images/menuover.gif); 
			}
