/*
 * Author:  Ian Paterson
 * Purpose: CSS styles for beans-coffee.com
 * © 2008 Beans Coffee Shop
 */


body {
	height: 100%;
	position: relative;
  background: #FEFDDE url(images/backgrounds/crumple.jpg);
  margin: 0;
	padding-bottom: 75px;
  font-family: Georgia, Times New Roman, Times, Serif;
}

textarea, input, select {
  font-family: Tahoma, Verdana, Sans-Serif;
}

img {
  border: 0;
}

big {
  opacity: .5;
  filter: alpha(opacity=50);
  font-size: 200%;
  font-style: italic;
  margin-right: -10px;
  padding-right: 5px;
  line-height: 75%;
}

h1, h2, h3, h4 {
	font-weight: normal;
	margin: 0;
}

hr {
	color: #FDA;
	border: 0;
	background-color: #FDA;
	height: 1px;
}

a {
  text-decoration: none;
	color: #620;
}
a:hover {
  color: #950;
}

p {
  display: block;
  margin: 0;
  line-height: 0;
  clear: both;
}

#page {
  background: url(images/backgrounds/pagefade.png) top center repeat-x;
}

#workspace {
  width: 770px;
  margin: 0 auto;
}

#header {
  font-size: 0;
}

#navigation {
  width: 745px;
  height: 25px;
  margin: 0 auto;
  background: url(images/header/navigation.gif) top center no-repeat;
}

  #navigation a {
    height: 21px;
    display: block;
    float: left;
    padding-top: 2px;
    margin: -1px 10px 0 10px;
    opacity: .7;
    filter: alpha(opacity=70);
  }

  #navigation a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    border: 5px solid #FEC;
    border-width: 0 5px;
    margin-left: 2px;
    margin-right: 2px;
    padding-left: 3px;
    padding-right: 3px;
  }

  #navigation input { font-size: 9px; }

#content {
  padding: 0 15px;
}

#copyright {
  position: absolute;
  left: auto;
  right: auto;
	margin: 0 auto;
  bottom: 0;
  width: 770px;
	height: 50px;
  background: url(images/backgrounds/pagebottom.png) 0 10px no-repeat;
  font-family: Tahoma, Verdana, Sans-Serif;
  text-align: center;
  font-size: 12px;
}

/* Special nodes */
.highlight {
  width: 155px;
  background: url(images/backgrounds/vellum.jpg);
  border: 1px solid #FFF;
  border-color: #FEC #DC9 #DC9 #FEC;
  padding: 1px;
  clear: right;
  margin: 5px 0;
}


/* Text styles */
.fc0 {
  color: #333;
}

  .clarify a {
    color: #620;
    border-left: 3px solid #620;
    padding: 0 5px;
  }

  .clarify a:hover {
    color: #950;
    border-color: #A60;
  }

.fc1 {
  color: #620;
}

  .fc1 a {
    color: #620;
  }

  .fc1 a:hover {
    color: #950;
  }

.fc2 {
  color: #077;
}

.fc3 {
  color: #888;
}

.c {
  text-align: center;
}

.r {
  text-align: right;
}

.smaller {
  font-size: 80%;
}

.larger {
  font-size: 110%;
}

.b {
  font-weight: bold;
}

.i {
	font-style: italic;
}

.fauxlink {
	cursor: pointer;
	cursor: hand;
}


/* Node positioning */
.right {
  float: right;
}

.left {
  float: left;
}

.centered {
  margin: 0 auto;
}

.nudge_up {
  margin-top: -5px;
}

.hpad {
  padding-left: 5px;
  padding-right: 5px;
}

.vpad {
  padding-top: 5px;
  padding-bottom: 5px;
}

.hidden { display: none; }
.hidden_hover { display: block; }

/* Form fields */
form {
  display: inline;
}

input {
  opacity: .8;
  filter: alpha(opacity=80);
  color: #555;
}

.blank {
  opacity: .6;
  filter: alpha(opacity=60);
  color: #999;
}