﻿/*
  Professional Outdoor Services
   Author: Lucia Reyes
   Date:  11/22/2013

Honor Code
"I maintain that the work I'm submitting is my own and that I have not 
	given nor received outside assistance in its completion.  I understand that if I 
	violate the rules in the syllabus or the college's student code of conduct I will 
	receive a failing grade for the course."

   Filename:         POSstyle.css
   Supporting Files: 

*/

body{
	background: url(grass_background.jpg);
	font-family: Verdana, Geneva, or sans-serif;
}
p{
	color:green;	
}

header, section, nav.horizontal,aside, nav.vertical
{
	display:block;
}

p.fb{
color:blue;
text-align: right;
margin-top: -50px;
margin-right: 10px;

}

p.fb a{
color:blue;
text-decoration: none;
}

#container{
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto; 
	background: white url(POS_logo.jpg) left top no-repeat;
	border-right: 1px solid black;
	border-left: 1px solid black;
}
header{
	height: 135px;
	background-color: white;
}
#main{
	background-color: white;
	margin-left: 10px;	
}
h1{
	font-family: Verdana, Geneva, or sans-serif;
	color:green;
	text-align:center;
	font-weight:normal;
}
h4{
	font-family: Verdana, Geneva, or sans-serif;
	color:green;
	font-weight:bold;
}
nav.horizontal{
	height: 70px;
	width: 100%;
	background-color: white;
}

nav.horizontal li{
	background-color: white;
	font-size: 20px;
	line-height: 50px;
	width: 180px;
	display: block;
	float: left;
	list-style-type: none;
	margin-right: 5px; 
	margin-left: 5px;
	text-align:center;
}
nav.horizontal a{
	display: block;
	background-color: green;
	color: white;
	text-decoration: none;
	border-radius: 10px;
	box-shadow: inset white 3px 3px 2px,
	    inset rgb(147,207,207) -5px -5px 5px;
	opacity:05;
}
nav.horizontal a:hover{
	background-color: white;
	border: 3px solid green;
	color:green;
}


img {
	border-width: 0px;
	text-decoration:none;
}
footer a:link {color: green; text-decoration:none}
footer a:active {color:#0000DD}
footer img{
	width:50px;
}


footer address{
	background-color:white;
	color: green;
	font-size:10px;
	text-align: center;
	margin-top: 25px;
	padding-bottom:20px;
	font-style: normal;
}
/*---Home Page---*/
#intro{
margin-left:70px;
margin-right:50px;
	padding:5px;
}

/*---Services Page---*/
#services{
	display: block;
	padding:1px;
	background-color:white;
	float:right;
	width: 735px;}
#services h1{
	margin-right: 16px;
	margin-left:auto;
}
#services p{
	margin-right:16px;
	margin-left:auto;
}
#services a{
	text-decoration:none;
	color:green;
}
#services a:hover{
	color:blue;
}

	
.serviceNav{
	color:green;	
}
	
nav.vertical{
	background-color:white;
	margin-left:10px;  
	clear: left;
	width: 200px;
	float: left;
	padding: 0px;
	border: 1px solid green;

   -moz-border-radius: 25px;
   -webkit-border-radius: 25px;
   border-radius: 25px;
	margin-bottom: 500px;
}
nav.vertical li{
	margin-left:auto;
	margin-right: 35px;
	margin-top: 20px;
	margin-bottom: 20px;
	list-style-type: none;
	color: green; 

}
#ServicesVertical{
	height:600px;
}


/*----Contact Page--*/
#form{
	background: white;
}
#myForm{
	background: white;
	display: block;
	float:left;
	width: 700px;
	padding: 10px 10px 0px 0px;
    border-top: 1px solid green;
    border-right: 3px solid green;
    border-radius: 15px;
	box-shadow: inset rgb(171,171,171) -15px -15px 75px,
	    	  rgb(101,101,101) 5px 5px 5px; 
 }
    
fieldset{
	outline:none;
}


legend {
	background-color: green;
	color: white;
	font-size: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-indent: 80px;
	width: 100%;
	border-radius: 10px;
}

label{
	display: block;
	clear: left;
	float:left;
	font-size: 0.8em;
	text-align: right;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-right: 5px;
	margin-left: 5px;
	width: 25%;
}

#fName,#lName,#Phone,#email, select{
	display: block;
	float: left;
	font-size: 0.9em;
	width: 60%;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left:0px;
	margin-right: 0px;
}

input:focus, select:focus, textarea:focus {
	background-color: #66CC66;
}

textarea{
	display: block;
	float:left;
	font-size: 0.9em;
	height: 75px;
	width: 60%;
	font-family:Verdana, Geneva, or sans-serif;
}


#buttons input[type=submit]{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	box-shadow: inset white 3px 3px 2px,
	    inset rgb(147,207,207) -5px -5px 5px;
	background-color: green;
	height: 50px;
	width: 100px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left:200px;
	border-radius: 5px;
}
#buttons input[type=reset] {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	box-shadow: inset white 3px 3px 2px,
	    inset rgb(147,207,207) -5px -5px 5px;
	background-color: green;
	height: 50px;
	width: 100px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left:60px;
	border-radius: 5px;
}

#ContactInfo{
	float: right;
	width: 275px;
	height:350px;
	background-color: white;
}
nav.vertical, #contactAside h2,#aboutRight h2{
	font-family:Arial, Helvetica, sans-serif;
	color: green;
	font: 10px;
	letter-spacing: 1px;
	font-weight: normal;
	text-align: center;
}

#contactAside p{
	font-size: 13px;
	font-family:Arial, Helvetica, sans-serif;
	box-shadow: inset rgb(171,171,171) -15px -15px 75px,
		    	  rgb(101,101,101) 5px 5px 5px; 
	color: black;
	list-style: none;
	padding: 7px;
	margin-left: 8px;
	width: 240px;
	float:none;
}
	
}
#contactAside{
	background-color:white;
	width: 250px;	
}
#contactAside a{
	text-decoration:none;
}
#contactAside a:hover{
	color:green;	
}


/*---Gallery--*/

#GalMenu a{
	text-decoration: none;
	font-family: Verdana, Geneva, or sans-serif;
	font-weight:normal;	
}

#GalMenu{
	margin-left:auto;
	margin-right:auto;
}

/*---About Us---*/
#aboutCenter {
	background:white;
	float: left;
	width: 70%;
}
#aboutCenter h1{
	margin-left:40px;
}
#aboutRight {
	background:white;
	float: left;
	width: 30%;
	height:1150px;
}
#aboutRight blockquote{
	background: linear-gradient(90deg, #CCFF99 , rgb(231, 231, 231) 5%, 
	rgb(255, 255, 255) 15%);
	-webkit-gradient:(linear,left, right, from (#CCFF99),
	color-stop(33%, rgb(231, 231, 231)), to(rgb(255, 255, 255) 15%);
	filter: progid:DXImageTransform.Microsoft.
	Gradient(gradientType=1, startColorStr=#DEF4F4, endColor=#FFFFFF);
}

#owner p{
	width:50%;
	padding: 10px 10px 0px 0px;	
}

/*---Gallery Pages---*/

nav.GalleryList li{
	background: green;
	list-style-type: none;
	text-align: center;
}
nav.GalleryList{
	font-family:Arial, Helvetica, sans-serif;
	color: green;
	font: 10px;
	letter-spacing: 1px;
	font-weight: normal;
	text-align: center;