/* @override http://www.jasiamedia.com/style.css */

/*   
Theme Name: Jasia Media
Theme URI: jasia.ca/wp-content/themes/jasia-media
Description: Jasia Media custom WP theme
Author: Jennifer Frey
Author URI: jasia.ca
Version: 1.0
*/

/*structure*/

* {
	margin: 0;
}

html, body {
	
/*for sticky footer*/
   height: 100%;
}

body {
	text-align: center;
/* this centers the container in IE 5* browsers. */
	font-size: 0.9em;
}

fieldset.mc_custom_border {
	margin: 0;
	padding: 0;
}

label.mc_var_label {
	padding-top: 1em;
	font-weight: normal;
	font-size: .85em;
}

h1, h2 {
	padding-bottom: 1em;
	line-height: 1em;
}

input {
	font-family: arial, verdana, sans-serif;
}

input#mc_signup_submit.button {
	float: left;
}

textarea {
	font-family: arial, verdana, sans-serif;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

p, td, h3, h4, h5, h6 {
	padding-bottom: 1.4em;
	line-height: 1.4em;
}

.alignleft {
	float: left;
	padding: 0 1em .5em 0;
}

.alignright {
	float: right;
	padding: 0 0 .5em 1em;
}

.banner {
	position: relative;
	margin: 0;
	padding: 0;
}

.bigsquare {
	text-align: center;
	padding: 12px;
}

.clearfloat {

/* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}

.container {
	width: 800px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.floatbox {
	margin: 20px 10px 0px;
	padding: 12px;
	border: 1px solid;
	width: 185px;
	float: right;
}

.footer {
	margin: 0 auto;
	font-weight: bold;
/* the auto margins (in conjunction with a width) center the page; the bottom margin is the negative value of the footer's height*/
	width: 800px;
	text-align: center;
}

.footer, .push {
/* .push must be the same height as .footer */
    height: 168px;
}

.footertext {
	padding-top: 30px;
	line-height: 1.2em;
}


ul.nav {
	position: relative;
	z-index: 12;
	width: 800px;
	border-left: 10px solid;
	margin: 0;
	padding: 0;
	}

#nav {
	height: 40px;
	width: 800px;
}
.nav, .nav ul {
	position: relative;
	line-height: 40px;
	list-style: none;
}

.nav li {
	float: left;
	font-size: 90%;
	list-style: none;
}

.nav li ul {
	border-bottom: 1px solid;
}

.nav a, .nav a:hover, .nav a:active, .nav a:visited {
	text-decoration: none;
	border: none;
	display: block;
	padding: 0 15px;
	}

.nav li:hover {
	float: left;
	list-style: none;
}

.nav li:hover ul, .nav li li li:hover ul {
	left: auto;
	border-bottom: 1px solid;
}

.nav li ul {
	position: absolute;
	left: -999em;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 184px;
	line-height: 30px;
}

.nav li li {
	width: 182px;
	border-top: 1px solid;
	border-right: 1px solid;
	border-left: 1px solid;
}

.nav li li a {
	font-weight: normal;
}

.nav li li a:visited {
	font-weight: normal;
}

.post {
	padding: 4em 1.5em 0 200px;
/* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
text-align: left;
/* this overrides the text-align: center on the body element. */
}

.quote {
	font-size: .9em;
}

.sidebar {
	float: left;
	width: 150px;
	position: absolute;
/* the background color will be displayed for the length of the content in the column, but no further */
	text-align: left;
	padding: 4em .5em .5em 1.5em;
}

.sidebar ul {
	padding: 0;
}

.sidebar li {
	padding: 0 0 1em 0;
	list-style-type: none;
}

.wrapper {
	width: 800px;
/*for sticky foooter*/
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -168px;
/* auto centres in conjunction with a width; the bottom margin is the negative value of the footer's height 
	*/
}
#mc_display_rewards {
	font-size: .8em;
	font-weight: normal;
	text-align: left;
	padding-top: 1em;
}

#mc-indicates-required {
	font-size: 0.8em;
	padding: .7em 0 .7em 0;
	font-weight: normal;
}

#mc_signup_form {
	position: relative;
	width: 150px;
	font-size: .9em;
	font-weight: bold;
}

.smaller {
	font-size: .8em;
}

.hilight {
	font-weight: bold;
	padding: 10px;
	border: 1px solid;
	width: 165px;
	float: left;
}

/* Typography, Colors, Backgrounds */

body {
	font-family: arial, verdana, sans-serif;
	background-color: #DAEADF;
	color: #323232;
}

a:link {
	color: #2f4ea1;
}

a:visited {
	color: #323232;
}

a:hover, a:active {
	color: #00723f;
}

#mc_signup_form {
	color: #003ec0;
}
.bigsquare {
	color: black;
	background-color: #B5C8E7;
}

.floatbox {
	background-color: #B5C8E7;
	border: black;
}

.footer {
	background: url(http://www.jasia.ca/wp-content/themes/jasia_media/images/jasia-footer.png) no-repeat;
}

.hilight {
	color: #006633;
	background-color: #B5C8E7;
	border: black;
}
#nav {
	background-color: #003ec0;
}
ul.nav {
	border-color: #003ec0;
	}
.nav li ul {
	border-color: #BAD9FF;
}
.nav a, .nav a:hover, .nav a:active, .nav a:visited {
	color: #fff;
	background-color: #003ec0;
}
.nav a:hover {
	color: #000;
	background-color: #BAD9FF;
}
.nav li li a {
	color: #FFF;
}
.nav li li a:visited {
	color: #BAD9FF;
}
.nav li li a:visited {
	color: #000;
}
.nav li li a {
	background: #323232;
	border-color: #BAD9FF;
}
.nav li li a:hover, .nav li li a:active {
	background: #DAEADF;
	border-color: #323232;
}
.wrapper {
	background: url(http://www.jasia.ca/wp-content/themes/jasia_media/images/jasia-background.png) repeat-y;
}