/*
Theme Name: Your Money Your Wellness
Theme URI:http://www.goodlookinkids.com
Description:
Version:1.0
Author:Good Lookin Kids Inc.
Author URI:http://www.goodlookinkids.com
Tags:

*/

/* ========================================================================== *\
   RESET
\* ========================================================================== */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* ========================================================================== *\
   IMAGE RESIZE
\* ========================================================================== */

img{max-width: 100%; height: auto !important;}
img{ -ms-interpolation-mode: bicubic; }

/* ========================================================================== *\
   GENERAL TAGS
\* ========================================================================== */

body {
	min-width: 980px; /* FOR MOBILE - MAKE SIZE OF WRAPPER PLUS PADDING */
	font-family: "Helvetica", Arial, sans-serif;
	color: #484848;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	background:url('images/bg.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	background-color: #f2a70e;
}

p {
    padding-bottom:20px;
}

h1 {
	font-size: 32px;
	line-height:32px;
	margin-bottom: 20px;
	color: #005895;
	font-weight: 300;
}

h2 {

}

h3 {

}

a {
	color:#005895;
	text-decoration: none;
}

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

hr {

}

blockquote {

}

::selection {
	background: #005895;
	color: #ffffff;
}

::-moz-selection {
	background: #005895;
	color: #ffffff;
}

pre, code {
	margin: 0px !important;
	padding: 0px !important;
	display: inline !important;
}

/* ========================================================================== *\
   STRUCTURE
\* ========================================================================== */

#wrapper {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

#header {
	width: 100%;
	background-color: #ffffff;
	padding:20px 0px;
	-webkit-box-shadow: 0 0 5px 5px rgba(0,0,0,0.4);
	box-shadow: 0 0 5px 5px rgba(0,0,0,0.4);	
	margin-bottom: 40px;
}

#logo {
	display: block;
	float: left;
}

ul.menu {
	display: block;
	float: right;
	margin: 20px 0px 0px 0px;
}

ul.menu li {
	display: block;
	float: left;
	margin-left: 40px;
}

ul.menu li a {
	display: block;
	padding: 10px 0px;
	color:#005895;
	text-decoration: none;
	font-size: 16px;
}

ul.menu li.button a {
	display: block;
	padding: 10px 20px;
	color:#005895;
	text-decoration: none;
	font-size: 16px;
	color: #ffffff;
	background-color: #f3a70b;
}

ul.menu li.button a:hover {
	background-color:#005895;
	color: #ffffff;
}

ul.menu li a:hover, ul.menu li.current_page_item a {
	color:#f3a70b;
	text-decoration: none;
}

ul.menu li.button.current_page_item a {
	color:#ffffff;
	background-color: #005895;
	text-decoration: none;
}

#bar {
	width: 100%;
	padding: 30px 0px;
	background-color: #ffffff;
}

#bar ul {
	margin: 0px 0px 20px 20px;
}

#bar ul li {
	list-style-type: disc;
	margin-bottom: 5px;
}

#footer {
	width: 100%;
	display: block;
}

#footerTop {
	display: block;
	width: 100%;
	background-color: #ffffff;
	padding:25px 0px;
	color: #484848;
	font-size:14px;
	line-height: 20px;
}

#footerTop img {
	display: block;
	float: left;
	margin-right: 65px;
}

#footerBottom {
	padding:15px 0px 45px 0px;
	color: #ffffff;
	font-size:14px;
	line-height: 22px;
	text-shadow: 0 1px 1px #000000;
}

#footerBottom a {
	color: #ffffff;
	text-decoration: none;
}

#footerBottom a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.left {
	display: block;
	float: left;
}

.right {
	display: block;
	float: right;
}

#game {
	display: block;
	float: left;
	width: 800px;
	height: 595px;
	margin-left: 49px;
	background-color: #000000;
}

#video {
	display: block;
	float: left;
	width: 800px;
	height: auto;
	margin-left: 49px;
}

#social {
	width: 62px;
	height:147px;
	margin: 30px 49px 0px 0px;
	display: block;
	float: left;
}

#social img:hover {
	opacity: 0.6;
}

#ie {
	display: none;
	background-color:#ca2825;;
	color: #ffffff;
	font-weight: 400;
	padding: 20px 0px;
	margin-bottom: 20px;
}

#warning {
	float: left;
	display: block;
	margin-right: 20px;
	width: 40px;
	margin-left: 40px;
}

/* ========================================================================== *\
   GENERAL CLASSES
\* ========================================================================== */

.clear {
    clear:both;
}

.white {
	color: #ffffff;
	text-shadow: 0 1px 1px #000000;
}

.content {
	width: 960px;
	margin: 0px auto;
}

.btn {
	display: inline-block;
	color: #ffffff;
	background-color:#00508f;
	font-size: 16px;
	line-height: 16px;
	padding:15px 20px;
}

.btn:hover {
	color: #ffffff;
	text-decoration: none;
	background-color:#f3a70b;
}

/* ========================================================================== *\
   FORM STYLES
\* ========================================================================== */

input {
    -webkit-appearance: none;
    border-radius: 0;
}

/* ========================================================================== *\
   ALIGNMENT
\* ========================================================================== */

.alignleft {
	float:left;
	display:block;
	margin:0 15px 15px 0;
}

.alignright {
	float:right;
	display:block;
	margin:10px 0px 0px 15px;
}

.aligncenter {
	display:block;
	margin:0px auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size: 11px;
	line-height: 17px;	
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px !important;
	line-height: 17px;
	padding: 5px 10px;
	margin: 0;
}


/* ========================================================================== *\
   COLUMNS
\* ========================================================================== */

.one_half { 
	width:48%; 
}

.one_third { 
	width:30.66%; 
}

.two_third { 
	width:65.33%; 
}

.one_fourth { 
	width:22%; 
}

.three_fourth{ 
	width:74%; 
}

.one_fifth { 
	width:16.8%; 
}

.two_fifth{ 
	width:37.6%; 
}

.three_fifth { 
	width:58.4%; 
}

.four_fifth { 
	width:67.2%; 
}

.one_sixth { 
	width:13.33%; 
}

.five_sixth { 
	width:82.67%; 
}

.one_half,.one_third,.two_third,.three_fourth,.one_fourth,.one_fifth,.two_fifth,.three_fifth,.four_fifth,.one_sixth,.five_sixth{ 
	margin-right:4%; 
	float:left; 
	position:relative;
}

.last{ 
	margin-right:0 !important; 
	clear:right; 
}

.clearboth {
	clear:both;
	display:block;
	font-size:0;
	height:0;
	line-height:0;
	width:100%;
}