/*-----------------------------------------------------------------------------
avantGRAPE

version:   1.0
author:    ryan allen
email:    ryan@avantgrape.com
website:   http://www.avantgrape.com
-----------------------------------------------------------------------------*/

/* |||||||||||| Zero down marg-pad on all elements |||||||||||||||||||||||||||||||||||||||||||||||||||| basic */

* {
  margin: 0;
  padding: 0;
}

body {
  font-family: verdana, sans-serif;
  font-size: 62.5%;
  background: #18121D;  
  text-align:left;
}

img {
  border: solid 10px #C39EBC;
  margin: 0 0 20px 0;
}



/* ||||||||||||||||| typography |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */


h1 {
  text-indent: -5000px;
}

h2 {
  font-size: 2em;
  color: #fff;
  margin-bottom:.25em;
}

h3 {
  font-size: 1.5em;
  color: #fff;
  margin-bottom:.25em;
}

p {
  font-size: 1.3em;
  color: #C39EBC;
  line-height:1.5em;
  margin: 0 0 10px 0;
}

li {
  color:#fff;
  font-size: 1.3em;
  line-height:1.3em;
  margin-left:1em;
}

.big {
  font-size: 2.5em;
  color: #fff;
  margin: 0;
}

#footer p {
  font-size: 1em;
  margin: 15px 0 40px 0;
  color: #5D4966;
}


/* -||||||||||||||||| layout |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */

#mainwrapper {
  margin: 0 auto 0 auto;
  width: 854px;
  height:auto; 
  background: transparent url(../images/bg_grapes.gif) no-repeat;  
  overflow: auto;
}

#wrapper {
  margin: 0 auto 0 auto;
  width: 656px;
  background: transparent;  
  height: auto;
  overflow: auto;
}

#mainnav {
  width: 654px;
  height: 40px;
  display:inline;
  float:left;
}

#masthead {
  margin: 20px 0 0 0;
  width: 654px;
  height: 120px;
  background: transparent url("../images/ag_logo.gif") no-repeat;
  display:inline;
  float:left;
}

.full_width{
  width: 654px;
  height: auto;
  padding: 0 0 20px 0;
  border-bottom: solid 1px #5D4966;
  display:inline;
  float:left;
}

.left_half{
  margin: 30px 40px 20px 0;
  width: 307px;
  height: auto;
  display:inline;
  float:left;
}

.right_half{
  margin: 30px 0 20px 0;
  width: 307px;
  height: auto;
  display:inline;
  float:left;
}

.left_wide{
  margin: 30px 40px 20px 0;
  width: 427px;
  height: auto;
  display:inline;
  float:left;
}

.right_thin{
  margin: 30px 0 20px 0;
  width: 187px;
  height: auto;
  padding: 0 0 30px 0;
  display:inline;
  float:left;
}

#footer {
  width: 654px;
  height:200px;
  border-top: solid 1px #5D4966;
  display:inline;
  float:left;
}


/* ||||||||||||||||| main navigation |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */


#mainnav li {
  float: left;
  font-weight: bold;
  list-style: none;
  margin: 0 0 0 4px;
  background: none;
  padding: 0;
}
#mainnav li a {
  background: #5D4966 url(../images/corners.gif) no-repeat left bottom;
  color: #C39EBC;
  display: block;
  float: left;
  text-decoration: none;
  border: none;
}

#mainnav li a span {
  background: url(../images/corners.gif) no-repeat right bottom;
  cursor: pointer;
  display: block;
  float: left;
  padding: 5px 8px 5px 9px;
}

#mainnav li a:hover, #mainnav li.current a {
  background: url(../images/corners.gif) #C39EBC left bottom no-repeat;
  color: #18121D;
}
#mainnav li a:hover span, #mainnav li.current a span {
  background: url(../images/corners.gif) right bottom no-repeat;
}
#mainnav ul{
  float: right;
  display: inline;
  font-size:.8em;
}




/* ||||||||||||||||| links |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */


a:link, a:visited {
  color:#fff;
  text-decoration: none;
  border-bottom: solid 1px #fff;
}

a:hover, a:active {
  color:#5D4966;
  text-decoration: none;
  border-bottom: solid 1px #5D4966;
}

a.nothing:link, .a.nothing:visited, a.nothing:hover, a.nothing:active {
border: 0;
}

img a:link, img a:visited, img a:hover, img a:active {
  color:#fff;
  text-decoration: none;
  border-bottom:0;
}


/* ||||||||||||||||| form  |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */

fieldset {
  border: 0 transparent;
}

label {
  display: block;
  color: #C39EBC;
}

input, textarea {
  font-size:12px;
  font-family: verdana, sans-serif;
  width: 200px;
  color: #18121D;
  background: #C39EBC;
  border:1px solid #5D4966;
  padding: 4px;
}

input {
  width: 200px;
}

textarea {
  width: 280px;
  height: 150px;
  border:1px solid #000;
}

input:focus, textarea:focus{
  background-color: #fff;
}

input.submit {
  width: 100px;
  text-align: center;
  background-color: #C39EBC;
  background-image: none;
  border:1px solid #5D4966;
  cursor: pointer;
}