/*
* Skeleton V1.1
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 8/17/2011
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */

/* #Page Styles
================================================== */

/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {

body.page-features .container,
body.page-security .container {
	background-image:none;
}
.intro-inner {
	padding-right:0;
}

}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
    
    a.selected {
  color: green;

}

.intro h1 {

  font-size: 4em;
  margin: 30px 0;
}

.top_menu li {
  padding-left: 18px;
}

#logo {background: rgba(0, 0, 0, 0) url("../images/waysactlogo_80pxw.png") no-repeat scroll left top;
margin-top:18px;}

#logo a {
  width: 100px;
}



}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
    
    .f2fconpromo {width:170px;
height:170px;}

div.breadcrumbs {
  margin: 0 20px 20px 20px;
}

div.breadcrumbs a {
  display: block;
  font-size: 0.9em;
  margin: 0 0 10px 0;
}

body {background-image:none;}


}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {

body { background-position: left 50px, left bottom; }


#logo { margin-left: 33%; }

.top_menu ul {
  float: left;
  margin-top: 0;
}

.top_menu li {
  float: left;
  padding-left: 20px;
}



.intro {

  margin-top: 45px;
}

.intro h1 {
  color: #453F3E;
  font-size: 4em;
  font-weight: bold;
  line-height: 0.8em;
  margin: 40px 0 30px;
  opacity: 0.8;
  text-align: center;
  text-shadow: -1px -1px 0 #000000;
}

body.simple h1.title {
  margin: 60px 0 20px 30px;
}

div#rotator {
  position: relative;
  margin-top:0;
}

.dashboard {
  background-image: none;
  min-height: 240px;
}

.content_bite { padding: 5px 30px; }

.RHS { background:  #EEEEEE; }

.RHS p img {
  margin: 0 auto;
  text-align: center;
}


.RHS p.special {
    margin: 10px 10px 30px;
    width: auto;
}
}



	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {

body {
  background-position: left 80px, left bottom;
}

#logo { margin-left: 80px; }

.top_menu ul {
  float: left;
  margin-top: 0;
}

.top_menu li {
  float: left;
    font-size: 1em;
    padding-left: 10px;
}

.intro {

  margin-top: 65px;
}

.intro h1 {
  color: #453F3E;
  font-size: 4em;
  font-weight: bold;
  line-height: 0.8em;
  margin: 40px 0 30px;
  opacity: 0.8;
  text-align: center;
  text-shadow: -1px -1px 0 #000000;
}

.intro h2  {   line-height: 0.9em;}

body.simple h1.title {
  margin: 60px 0 20px 30px;

}

div#rotator {

  position: relative;
  margin-top:0;
}

div#rotator li img {

  margin: 0 auto 0 -35px;}

.dashboard {
  background-image: none;
  min-height: 240px;
}
.goodpoints {
    margin-bottom: 10px;
    margin-top: 70px;
}
#theawesomepointlist li {
    font-size: 0.9em;
    font-weight: 200;
    height: 22px;
    line-height: 1em;
    margin-bottom: 5px;
    padding-left: 35px;
    padding-top: 10px;
}
.content_bite { padding: 5px 30px; }

.RHS { background:  #EEEEEE; }

.RHS p.special {
    margin-left:15px;
    width: auto;
}

.thegreatdetails h3 {

    line-height: 24px;}
.content_strip p {
  font-size: 0.9em;
  line-height: 1.2em;
  margin: 5px 0 15px;
}

}


/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/
