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

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */
article, aside, figure, footer, header, nav, section {
    display: block;
}
aside: { float right;}
/* the styles for the elements */
* {
	margin: 0;
	padding: 0;
}

/* #Site Styles
================================================== */
body {

  background: url('../images/bg1b.jpg');
		background-size: 100% 100%;
 		background-repeat: no-repeat;
}

.container 		{	font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    margin: 0 auto;   
    /*took out "border: 5px solid #3b93a2;"*/
    background-color: #f241f4;
    padding: 0 0 0 0;
    border-radius: 20px;
    }
 
    section	{background: #faedfa;
    padding: 5px;
	margin: 5px;
        
    }
a:focus, a:hover {
	font-style: italic;
	color:purple;
}
  
/* the styles for the header */
header	{
	clear: both;
	border-radius: 15px;
	padding:  0;
	background-image: -moz-linear-gradient(
	    30deg, #f241f4 0%, #fffded 30%, white 50%, #fffded 80%, #f241f4 100%);
	background-image: -webkit-linear-gradient(
	    30deg, #f241f4 0%, #fffded 30%, white 50%, #fffded 80%, #f241f4 100%);
	background-image: -o-linear-gradient(
	    30deg, #f241f4 0%, #ebe3873 30%, white 50%, #ebe3873 80%, #f241f4 100%);
	background-image: linear-gradient(
	    30deg, #f241f4 0%, #fffded 30%, white 50%, #fffded 80%, #f241f4 100%);
}
header h1 {
		color: #ae91ec ;
		font-style: italic;
	float: right;
	padding: 30px;
}
header h2 {
	color: #ae91ec ;
	font-style: italic;
	float: left;
	padding: 20px;
}
header h3 {
	color: #ae91ec ;
	font-style: italic;
	font-size: 46px;
	float: left;
	padding:20px;
}
header h4 {
	color: black ;
	font-style: italic;
	font-size: 35px;
	float: left;
	padding:20px;
}
section h2 {
	color: #ae91ec ;
	font-style: italic;
	float: right;
	padding: 20px;
}

section h3 {
	color: #ae91ec ;
	float: left;
}
section h4 {
	color: #ae91ec ;
	text-align: center;
}
section h5 {
	color: #ae91ec ;
	text-align: center;
}
section h6 {
	color: #ae91ec ;
	text-align: left;
}
header img {
	float: left;
	padding: 0 0px;
}
section img {
	float: left;
	padding: 0 0px;
}
.shadow {
	text-shadow: 2px 2px 2px #5f265c;

}

navmenu2 {display: inline;
    
}








/* the styles for the form */
fieldset {
    margin-bottom: .5em;
    padding: .5em 1em;
}
fieldset h4 {color: black ;
	font-style: italic;
	font-size: 24px;
	float: left;
	padding:0px;
	  }
legend {
    font-weight: bold;
    font-size: 100%;
}
label {
    float: left;
    width: 10em;
    text-align: right;
    padding:0px,4px;
}
input, select {
    width: 15em;
    margin-left: 0.5em;
    margin-bottom: 0.5em;
}
input:required, input[required] input:invalid {
	border: 2px solid #800000;
}
input:valid {
	border: 1px solid black;
}
input:invalid {
	box-shadow: none;
}
br {
    clear: both;
}
#radio label {
	float: none;
	
}
#radio input {
	width: auto;
	margin-left: 3em;
}
#exp_month {
	width: 7em;
}
#exp_year {
	width: 5em;
}
#buttons input {
	width: 10em;
}


/* the styles for the navigation bar */

.container		{margin-top:15px;background:url('../images/bg.gif') repeat-y #fff;}
header			{height:235px;background:url('../images/header.gif');}
nav ul			{margin-left:40px;}
nav ul li a:link,
nav ul li a:visited {
	display:block;
	background:url('../images/icon_checker.gif') no-repeat 7px #f0c2f7;
	padding:3px 0 3px 20px;
	width:80px;
	margin-bottom:15px;
	border:1px solid #929CA4;
	color:#9455dd;
	font-weight:bold;
	text-decoration:none;
	border-radius: 10px;
	
}
nav ul li a:hover {
	background-color:#F0F8FF;
	color:black;
}
	
	figure {
	margin-top: 1em;
}
figcaption {
	color: #800000;
}

table {
	border-collapse: collapse;
}
thead, tfoot {
	border-top: 2px solid #800000;
	border-bottom: 2px solid #800000;
}
th, td {
	padding: .2em .7em;
	text-align: left;
}
tfoot th, tfoot td {
	text-align: right;
	font-weight: bold;
}
.border_bottom {
	border-bottom: 2px solid #800000;
}
.right {
	text-align: right;
}
/*
th:first-child, td:first-child {
	text-align: left;
}
th:first-child {
	vertical-align: bottom; }
th:nth-child(3) {
	text-align: center; }
*/

/* the styles for the footer */
footer {
	border-top: 3px solid #800000;
	clear: both;
}
footer p {
	padding: 1em 0;
	text-align: center;
}
footer	{	
	border-radius: 15px;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    margin: 0 auto;
    text-align: center;
    border: 3px solid #faedfa; padding:0;
    background-color: #faedfa;
    }

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

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

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

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
		figure	{width:170px !important;}
		nav		{width:558px !important;}
		footer	{width:768px;background:url('../images/footer_tablet.gif');}
	}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
		figure		{background-position:center;}
		nav			{padding:0;text-align:center;}
		select		{margin:0 auto;width:90%;}
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
		nav ul li a {padding:0 5px;font-size:100%;}
		footer		{width:420px;background:url('../images/footer_mlandscape.gif') no-repeat;}
	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
		footer		{width:300px;background:url('../images/footer_mportrait.gif') no-repeat;}
	}


/* #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; }
*/