/*
Theme Name: WayToGrow
URI: http://thinktankdesign.ca/
Description: This Theme was designed for WayToGrow Canada. Please do not redistribute or use without permission.
Version: 3.0
Author: Robert Hurst
*/


/*
CSS RESET
*/

/* v1.0 | 20080212 */

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, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*
CLEARFIX
*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

/*
FONTS
*/
@font-face {
	font-family: 'MEgalopolisExtraRegular';
	src: url('fonts/megalopolisextra-webfont.eot');
	src: local('?'), url('fonts/megalopolisextra-webfont.woff') format('woff'), url('fonts/megalopolisextra-webfont.ttf') format('truetype'), url('fonts/megalopolisextra-webfont.svg#webfontm5NAKuAv') format('svg');
	font-weight: normal;
	font-style: normal;
}


/*
HTML ELEMENT STYLES
*/

html{
    background:url("images/backgound.jpg") repeat-x left 50px #ffffff;
    color:#363636;
    font-family:Helvetica, Arial, sans-serif;
    font-size:62.5%;
}

a{
    text-decoration:none;
    font-weight:normal;
    outline:none;
    color: #759564;
}
a:hover{
	color: #5a9b36;
}


/*
WRAPPERS AND CONTENT AREA
*/

#wrapper{
    background:url("images/wrapper.jpg") no-repeat center 50px;
}

#content{
    position:relative;
    z-index:1;
    width:800px;
    margin:auto;
}

/*
HEADER
*/

#head{
    height:50px;
}

#head_ext{
    position:absolute;
    z-index:0;
    top:0;
    width:100%;
    height:50px;
    background:url("images/head.jpg");
}

#head nav{
    float:right;
}

#head nav div.button a{
    display:block;
    position:relative;
    margin:0 -15px;
    padding:0 15px;
    z-index:3;
    font-family:MEgalopolisExtraRegular;
    font-size:1.4em;
    line-height:50px;
    color:#151515;
}

#head nav div.button{
    height:50px;
    float:left;
    margin:0 7px;
}

#head nav div.button div.left,
#head nav div.button div.center,
#head nav div.button div.right{
    float:left;
    height:50px;
    background-image:url("images/head.nav.buttons.png");;
}

#head nav div.button div.left,
#head nav div.button div.right{
    width:15px;
}

#head nav div.button div.left{
    text-align:center;
    line-height:50px;
    overflow:hidden;
    background-position:0 0;
}

#head nav div.button div.center{
    position:relative;
    z-index:1;
    text-align:center;
    line-height:50px;
    background-position:0 -50px;
    background-repeat:repeat-x;
}

#head nav div.button div.right{
    text-align:center;
    line-height:50px;
    overflow:hidden;
    background-position:-15px 0;
}

#head nav div.button:hover div.left{
    background-position:-30px 0;
}

#head nav div.button:hover div.center{
    background-position:0 -90px;
}

#head nav div.button:hover div.right{
    background-position:-45px 0;
}

#head nav div.button.current{
    margin:0 -7px;
}

#head nav div.button.current div.left{
    background-position:-61px 0;
    width:29px;
}

#head nav div.button.current div.center{
    background-position:0 -130px;
}

#head nav div.button.current div.right{
    background-position:-91px 0;
    width:29px;
}

/*
BODY
*/
#body{
    padding:50px;
}

#body header h1.post_title{
    font-size:3.2em;
    line-height:1.2em;
    padding:0.2em 0;
    font-family:MEgalopolisExtraRegular;
}

#body header h1.page_title{
    font-size:3.2em;
    line-height:1.2em;
    padding:0.2em 0;
    font-family:MEgalopolisExtraRegular;
    text-align: center;
}

#body header h1.post_title.grass_background{
    display:block;
    background:url("images/h1.grassBackground.png");
    height:60px;
    line-height:60px;
    text-align:center;
    margin-bottom:50px;
    overflow: hidden;
}

#body article img{
    display:none;
}

#body article img.fullwidth{
    display:block; 
    width:100%;
}

#body article h1,
#body article h2,
#body article h3,
#body article h4,
#body article h5,
#body article h6,
#body article p{
    font-size:1.6em;
    padding-bottom:1em;
}

/*
POSTS
*/
#posts h1{
    font-size:3.6em;
    line-height:1.2em;
    padding:0.2em 0;
}
#posts h2{
    font-size:3.0em;
    line-height:1.2em;
    padding:0.2em 0;
}
#posts h3{
    font-size:2.4em;
    line-height:1.2em;
    padding:0.2em 0;
}
#posts h4{
    font-size:1.8em;
    line-height:1.2em;
    padding:0.2em 0;
}
#posts p{
    font-size:1.6em;
    line-height:1.2em;
    padding:0.4em 0;
}

#posts ul{
	padding: 1em 0;
}

#posts li{
	line-height: 1.2em;
	list-style: inside circle none;
}

/*
POST TYPE - PRODUCT
*/
#posts div.product{
	border:1px solid #c4d3da;
	padding: 25px;
	background-color: #dff1f9;
}

#posts div.product h1.post_title{
    font-size:3.0em;
    line-height:1.2em;
    padding:0.2em 0;
    font-family:MEgalopolisExtraRegular;
}

#posts div.product h3{
    font-size:1.3em;
    line-height:1em;
    text-transform: uppercase;
}

#posts div.product p{
    font-size:1.8em;
    line-height:1em;
}

#posts div.product div.thumb{
	float: right;
}

/*
ADMIN CONTROLS
*/
div.admin_controls{
    background:#dfffcd;
    border:2px solid #98ae8c;
    border-left:0;
    border-right:0;
    padding:5px 10px;
    
}

div.admin_controls h3, div.admin_controls ul li{
    float:left;
    font-size:1.2em !important;
    line-height:1em !important;
    padding:0 !important;
    font-weight:bold;
    color: #98ae8c;
}

div.admin_controls ul{
    float:right;
    padding:0 !important;
}

div.admin_controls ul li{
    margin-left:10px;
	list-style:none !important;
}

div.admin_controls ul li a{
    color:#7ca9b9;
    font-weight:bold;
}
div.admin_controls ul li a:hover{
    color:#98cee2;
}

/*
FOOT
*/
#foot_wrapper{
    width:100%;
    background:url("images/foot_ext_background.jpg") repeat-x;
    height:1000px;
}

#foot_wrapper nav{
	display: block;
	margin: 25px 0;
	width: 780px;
	margin: 0 auto;
	border: 1px solid #dfdfdf;
	border-left: none;
	border-right: none;
}

#foot_wrapper nav li{
	float: left;
	font-size: 1.6em;
	padding: 1em;
}

#foot{
    width:780px;
    margin:auto;
    background:url("images/foot_background.jpg") no-repeat;
}

#foot div.column{
    width:210px;
    padding:0 25px;
    float:left;
}

#foot div.column h1.column_title{
    line-height:50px;
    font-size:2.2em;
    font-family:MEgalopolisExtraRegular;
}

#foot div.column div.column_body{
    margin-top:120px;
    padding:25px 0;
    font-size:1.5em;
    line-height:1.6em;
}

/* Wordpress Required */

alignright{
	float: right;
}

alignleft{
	float: left;
}

aligncenter{
	margin: center;
}