
/* Standard font family for site */

body, table, tr, td, a, p, h1, h2, h3, h4, h5
{
  font-family: Arial, sans-serif;
}


/* Page body style */

body
{
	margin: 0;
	padding: 0;
  color: #333;
	background: #675a85;
	font-size: 0.85em;
  line-height: 1.4em;
}


/* Standard paragraph style */

p
{
	margin-top: 0;
}

/* Intro text at top of inner pages */

p.intro
{
  color: #047404;
  font-weight: bold;
}


/* Links */

a
{
	color: #005c8c;
	background-color: inherit;
}

/* Headings */

h1
{
	font-weight: normal;
	font-size: 1.75em;
  line-height: 1.0em;
  padding-top: 2px;
  margin: 0 0 20px 0;
  background-color: inherit;
}

h2
{
	font-weight: normal;
	font-size: 1.5em;
  line-height: 1.0em;
  padding-top: 10px;
  margin: 0 0 10px 0;
  background-color: inherit;
}

h3
{
	font-weight: normal;
	font-size: 1.3em;
  line-height: 1.0em;
  padding-top: 10px;
  margin: 0 0 10px 0;
  background-color: inherit;
}


/* Container for page */

#container
{
	position: relative;
	margin: 0 auto 0 auto;
  padding: 0;
	width: 790px;
  background: #fff;
}


/* Page header area */

#page-header
{
  width: 750px;
  height: 180px;
  margin: 0 20px;
  border-bottom: 1px solid #999;
}

#site-title
{
  position: absolute;
  left: 40px;
  top: 20px;
}

#site-title a
{
  display: block;
  width: 507px;
  height: 133px;
	background: transparent url(logo.png) no-repeat 0 0;
}

#site-title a span
{
  display: none;
}


/* Menu */

#menu
{
  float: left;
  width: 160px;
  margin: 0 20px 0 0;
  padding: 0 0 160px 0;
  list-style: none;
	background: transparent url(../images/aayt-logo.png) no-repeat center bottom;
}

#menu ul
{
  width: 160px;
  margin: 0;
  padding: 0;
  list-style: none;
}

#menu li
{
  display: block;
  margin: 0;
  padding: 0;
}

#menu a
{
  display: block;
	font-size: 1.0em;
  line-height: 1.4em;
	text-decoration: none;
  border-bottom: 1px solid #999;
  padding: 2px 0 4px 0;
  color: #333;
}

#menu a:hover
{
	text-decoration: underline;
}

#menu ul a
{
  padding-left: 20px;
  overflow: hidden;
}


/* Page body */

#page-body
{ 
  padding: 30px 20px 30px 20px;
  width: 750px;
}


/* Main content area */

#main-content
{
  padding-left: 30px;
  width: 570px;
}


/* Welcome area (on the homepage) */

p.welcome
{
  font-size: 1.75em;
  line-height: 1.1em;
  margin-bottom: 30px;
  color: #047404;
}


/* Highlight boxes */

.highlight-box
{
  padding: 10px;
  color: #5c5c5c;
  background-color: #d3cfdc;
}

.highlight-box.photo
{
  line-height: 0;
  background-color: #22104e;
}

.highlight-box h1
{
  color: #a19f94;
}


/* Standard images */

img
{
	border: none;
}


/* Page footer */

#page-footer
{
  clear: both;
  margin: 40px 0 0 0;
  padding: 10px 0 0 180px;
  border-top: 1px solid #999;
  font-size: 0.85em;
}


/* Clearing element */

.clear
{
  position: relative; clear: both; height: 1px; line-height: 1px; font-size: 1px;
}


/* --------------------------------------------*/
/* ------------- Styles for tinyMCE -----------*/
/* --------------------------------------------*/

.mceContentBody {
   background-color: #FFF;
   background-image: none;
   padding: 2px;
   font-size: 1em;
}

.mceContentBody a {
	color: #005c8c !important;
}

/* Styles for Step's cool button! */

.button {
    display: inline-block;
    margin: 10px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow:    0 8px 0 #c5376d, 0 15px 20px rgba(0, 0, 0, .35);
    -moz-box-shadow: 0 8px 0 #c5376d, 0 15px 20px rgba(0, 0, 0, .35);
    box-shadow: 0 8px 0 #c5376d, 0 15px 20px rgba(0, 0, 0, .35);
    -webkit-transition: -webkit-box-shadow .1s ease-in-out;
    -moz-transition: -moz-box-shadow .1s ease-in-out;
    -o-transition: -o-box-shadow .1s ease-in-out;
    transition: box-shadow .1s ease-in-out;
    font-size: 40px;
    color: #fff;
}

.button span {
    display: inline-block;
    padding: 20px 30px;
    background-color: #ec528d;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(hsla(338, 90%, 80%, .8)), to(hsla(338, 90%, 70%, .2)));
    background-image: -webkit-linear-gradient(hsla(338, 90%, 80%, .8), hsla(338, 90%, 70%, .2));
    background-image: -moz-linear-gradient(hsla(338, 90%, 80%, .8), hsla(338, 90%, 70%, .2));
    background-image: -o-linear-gradient(hsla(338, 90%, 80%, .8), hsla(338, 90%, 70%, .2));
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: inset 0 -1px 1px rgba(255, 255, 255, .15);
    -moz-box-shadow: inset 0 -1px 1px rgba(255, 255, 255, .15);
    box-shadow: inset 0 -1px 1px rgba(255, 255, 255, .15);
    font-family: 'Pacifico', Arial, sans-serif;
    line-height: 1;
    text-shadow: 0 -1px 1px rgba(175, 49, 95, .7);
    -webkit-transition: background-color .2s ease-in-out, -webkit-transform .1s ease-in-out;
    -moz-transition: background-color .2s ease-in-out, -moz-transform .1s ease-in-out;
    -o-transition: background-color .2s ease-in-out, -o-transform .1s ease-in-out;
    transition: background-color .2s ease-in-out, transform .1s ease-in-out;
}

.button:hover span {
    background-color: #ec6a9c;
    text-shadow: 0 -1px 1px rgba(175, 49, 95, .9), 0 0 5px rgba(255, 255, 255, .8);
}

.button:active, .button:focus {
    -webkit-box-shadow:    0 8px 0 #c5376d, 0 12px 10px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 8px 0 #c5376d, 0 12px 10px rgba(0, 0, 0, .3);
    box-shadow:    0 8px 0 #c5376d, 0 12px 10px rgba(0, 0, 0, .3);
}

.button:active span {
    -webkit-transform: translate(0, 4px);
    -moz-transform: translate(0, 4px);
    -o-transform: translate(0, 4px);
    transform: translate(0, 4px);
}

