@charset "UTF-8";
/* CSS Document for varsitypainters.com */

body {
background-color:#e5dab5;
}

#wrapper {
	background-color:#e5dab5;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	/*border: thin solid #000000;*/
}

#header {
	height: 100px;
	background-color: #e5dab5;
	background-image:url(headerlogo.basic.jpg);
	background-repeat:no-repeat;
}

#title {
position: relative;
top: 27px;
	margin-left: 160px;
}

#title h1 a, #title h1 a:visited, #title h1 a:hover, #title h1 a:active{
text-decoration:none;
font-family: Rockwell, "Times New Roman", Times, serif;
font-size: xx-large;
color: #FFFFFF;
text-shadow: black 0.1em 0.1em 0.2em;
line-height: 1em;
}

span{
font-size:large;
}

/* Begin CSS Drop Down Menu */

#menuh_container
	{
	background-color:#e5dab5;
	height: 2.5em;
	position: relative;
	}

#menuh
	{
	font-size: small;
	font-family: arial, helvetica, sans-serif;
	width:100%;
	float:left;
	position: absolute;	/*margin-top: 2em;*/
	bottom: -1px;
	}
		
#menuh a
	{
	text-align: left;
	display:block;
	border-right: 1px solid #e5dab5;
	border-left: 1px solid #e5dab5;
	border-top: 1px solid #e5dab5;
	white-space:nowrap;
	margin:0px;
	padding: 0.3em 1em;
	}
	
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
	{
	color: white;
	background-color: #312210;
	text-decoration:none;
	}
	
#menuh ul li a.current, #menuh ul li a.current:hover, #menuh ul li a.current:active {	/* current-state top-level menu items */
background: #ffffff;
font-weight:bold;
color: #312210;
cursor: default;
border-left: 1px solid #000;
border-top: 1px solid #000;
border-right: 1px solid #000;
border-bottom: 1px solid #ffffff;
}

#menuh ul li a.current2, #menuh ul li a.current2:hover, #menuh ul li a.current2:active {	/* current-state secondary menu items */
background: #ffffff;
color: #312210;
font-weight:bold;
cursor:default;
border: 1px solid #e5dab5;
}

a.drop:link, a.drop:visited, a.drop:active,{	/* adjusts border color for secondary menu items */
background: #312210;
color: #ffffff;
/*font-weight:bold;*/
border: 1px solid #e5dab5;
}

a.drop, a.drop:hover{	/* adjusts border color of secondary menu items */
background: #68543e;
color: #ffffff;
/*font-weight:bold;*/
border: 1px solid #e5dab5;
}

#menuh a:hover	/* menu at mouse-over  */
	{
	color: white;
	background-color: #68543e;
	text-decoration:none;
	}	
	
#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:160px;	/* width of all menu boxes */
	}

#menuh li
	{
	position:relative;
    min-height: 1px; 			/* Sophie Dennis contribution for IE7 */
    vertical-align: bottom; /* Sophie Dennis contribution for IE7 */
	}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}

/* End CSS Drop Down Menu */


/*#navigation li{
float: left;
}

#navigation li a{
display: block;
background: #FFF;
padding: .2em 1em;
text-decoration: none;
border-top:solid thin black;
border-left:solid thin black;
}

#navigation li a.last{
border-right: solid thin black;
}*/

#bodywrapper {
background-color:#FFFFFF;
	border: thin solid #000000;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#homecontent {
background-color: #FFFFFF;
/*background-image:url(VP_Logo1.bg.jpg);*/
background-position:center;
background-repeat:no-repeat;
padding-left: 40px;
padding-right: 40px;
	/*padding-right: 15px;
	padding-left: 15px;*/
}

/* about page photo styles*/

#movie{
background-image: url(moviebg.jpg);
background-repeat:repeat-y;
background-color:#FFFFFF;
}

#photoleft{
float: left;
text-indent: 0px;
padding: 0px 10px 30px 0px;
margin: 0px;
border: none;
margin-left: 0px;
margin-right: 10px;
background-color: #FFFFFF;
border: 0px; 
padding: 0px;
font-size:x-small;
font-family: arial, helvetica, sans-serif; 
}

#photoleft img { 
border: none;
margin-bottom: 2px; 
}

#photoright { 
float: right;
text-indent: 0px;
padding: 0px 0px 10px 10px;
margin: 0px;
border: none;
margin-left: 10px;
margin-right: 0px;
background-color: #FFFFFF;
border: 0px; 
padding: 0px;
font-size:x-small;
font-family: arial, helvetica, sans-serif; 
}

#photoright img { 
border: none;
margin-bottom: 2px; 
} 

/* end about page photo styles */

.text_bottom{
vertical-align: text-top;
}

/*span.angies{
display:block;
  width:90px;
  height:19px;
  margin-right:5px;
  margin-left: 5px;
  background-image:url("angieslogo.sm.jpg");
  background-repeat:no-repeat;*/

#othercontent{
	background-color: #FFFFFF;
	/*background-image:url(VP_Logo1.bg.jpg);*/
	background-position:center;
	background-repeat:no-repeat;
	padding-left: 15px;
	padding-right: 15px;
	text-indent: 20px;
	padding-bottom: 15px;
}

#othercontent p{
line-height: 1.2em;
padding-top:0px;
padding-bottom: 0px;
}

#othercontent h2{
line-height: 1em;
padding-top:10px;
padding-bottom: 0px;
}

#othercontent ul {
line-height:1.5em;
}

.homecontentphoto{
float:right;
margin-left: 10px;
}

#contactcontent_left{
/*height: 600px;*/
float:left;/*
background-color: #FFFFFF;
background-image:url(VP_Logo1.bg.jpg);
background-position:center;
background-repeat:no-repeat;*/
padding-left: 15px;
padding-right: 15px;
text-indent: 20px;
width:325px;
}

#contactcontent_right{
/*height: 600px;*/
float:right;
background-color: #DDDDDD;/*
background-image:url(VP_Logo1.bg.jpg);
background-position:center;
background-repeat:no-repeat;*/
padding-left: 15px;
padding-right: 15px;
padding-bottom: 20px;
text-indent: 20px;
width:325px;
}

#contactcontent_main{
height: 600px;
width: auto;
/*background-color: #FFFFFF;
background-image:url(VP_Logo1.bg.jpg);
background-position:center;
background-repeat:no-repeat;*/
}

/* Begin CSS Photo Gallery */
/*#gallery_container{
height: 512px;
}

#gallery_container ul { 
	    padding:0; 
	    margin:0; 
	    list-style-type:none; 
} 

#gallery_container a.gallery span { 
	    position:absolute; 
        width:1px; 
   	    height:1px; 
	    top:5px; 
	    left:5px; 
	    overflow:hidden; 
	    background:#fff; 
}
*/
/* End CSS Photo Gallery */

.quote1 {
margin-top:0em;
margin-bottom:0em;
font-style:italic;
}

.quote2 {
margin-bottom:0em;
	margin-top:0em;
	font-weight: nornal;
}

.quote3 {
margin-bottom:0em;
	margin-top:0em;
	font-weight: bold;
}

#award{
align:center;
margin-top: 0px;
margin-right:auto;
margin-bottom:20px;
margin-left:auto;
width:652px;
border:0px;
}

a.back{
text-decoration:none;
font-weight:bold;
size:normal;
}

a.back:hover{
color: 0000FF;
}

a.back, a.back:visited, a.back:active{
color:#000000;
}

.commenthead{
margin-bottom:0em;
	margin-top:0em;
}

/*#contactfooter{
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	color: #e5dab5;
	background-color: #000000;
	padding: .1em;
	text-align: center;
	clear:both;
}
*/

#footer{
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	color: #e5dab5;
	background-color: #000000;
	padding: .1em;
	text-align: center;
}