/*	Less Framework 4
	http://lessframework.com
	by Joni Korpi
	License: http://opensource.org/licenses/mit-license.php	*/


/*	Resets
	------	*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, 
p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, 
img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, hr, 
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figure, figcaption, hgroup, 
menu, footer, header, nav, section, summary, time, mark, audio, video {
	margin: 0; padding: 0; border: 0;
}
article, aside, canvas, figure, figure img, figcaption, hgroup,
footer, header, nav, section, audio, video {
	display: block;
}
a img {border: 0;}
/*	Typography presets
	------------------	*/
.gigantic { font-size: 110px; line-height: 120px; letter-spacing: -2px; }
.huge, h1 { font-size: 48px; line-height: 54px; letter-spacing: -1px; }
.large, h2 { font-size: 42px; line-height: 48px; }
.bigger, h3 { font-size: 26px; line-height: 36px; }
.big, h4 { font-size: 22px; line-height: 30px; }
body { font: 16px/24px Georgia, serif; }
.small, small { font-size: 13px; line-height: 18px; }
/* Selection colours (easy to forget) */
::selection 	 	{background: rgb(255,255,158);}
::-moz-selection 	{background: rgb(255,255,158);}
img::selection 		{background: transparent;}
img::-moz-selection	{background: transparent;}
body {-webkit-tap-highlight-color: rgb(255,255,158);}



/*		Default Layout: 992px. 
		Gutters: 24px.
		Outer margins: 48px.
		Leftover space for scrollbars @1024px: 32px.
-------------------------------------------------------------------------------
cols    1     2      3      4      5      6      7      8      9      10
px      68    160    252    344    436    528    620    712    804    896    */

body {
	width: 896px;
	padding: 0px 48px 84px;
	background: #fff;
	color: #222;
	-webkit-text-size-adjust: 100%; /* Stops Mobile Safari from auto-adjusting font-sizes */
}

h1,h2,h3,h4,h5,h6 { 
    font-family: helvetica;
}

/* ADDED RULES */
p, header, section {
    margin-bottom: 1em;
}
#howto {clear:both;}
#howto article {
    clear: both;
    margin-top: 1.5em;
    overflow: hidden;
}
#howto h3 {
    padding: 10px;
    background: #d6d6d6; 
    background: -moz-linear-gradient(bottom, 
            #d6d6d6 0%, 
            #f0f0f0 90%,
            #fefefe 100%); 

    background: -webkit-gradient(linear, 
        left bottom, left top, 
        color-stop(0%,#a6a6a6), 
        color-stop(90%,#e0e0e0),
        color-stop(100%,#cecece)
    );
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
    color: #333;
    border-bottom: 1px solid #666;
    text-shadow: 0px 1px 0px #fff;
}

#howto ol {
    margin-left: 276px;
}
.howtoWrapper {
    width: 252px;
}


.fullWidthContainer {
    width: 896px;
}

article li { 
    position: relative; left: 1.5em; 
    margin-right: 1.5em;
    margin-bottom: 0.25em;
}
.primaryContainer {
    width: 620px;
    margin-right: 24px;
    float: left;
}
#secondaryWrapper {
    float: right;
}
#pageFooter {
    color: #666;
}
.secondaryContainer {
    width: 228px;
    padding: 12px;
    background-color: #e0e5eb;
    background: -moz-linear-gradient(bottom, 
            #f5f2c9 0%, 
            #e0d8b1 95%,
            #f5f2c9 100%); 

    background: -webkit-gradient(linear, 
        left bottom, left top, 
        color-stop(0%,#f5f2c9), 
        color-stop(95%,#e0d8b1),
        color-stop(100%,#f5f2c9)
    );
    border-radius: 12px;
    box-shadow: 2px 2px 2px #666;
}

.secondaryContainer h3 {
    text-shadow: 0px 1px 0px #fff;
}

figcaption { 
    font-family: 'Verdana', 'Trebuchet MS';
    font-size: 0.75em;
    text-align: center;
    background: #ccc;
    background: -moz-linear-gradient(bottom, 
            #999 0%, 
            #ccc 90%,
            #fff 100%); 

    background: -webkit-gradient(linear, 
        left bottom, left top, 
        color-stop(0%,#999), 
        color-stop(90%,#ccc),
        color-stop(100%,#fff)
    );
    border-top: 1px solid #333;
    text-shadow: 0px 1px 0px #fff;
}

#mainHeader {
    background-color: #333; color: #fff;
    padding: 24px 12px 12px 12px;
}
#mainHeader img {
    float: left;
    padding-right: 20px;
}
#mainNavigation {
    text-align: center;
    margin-bottom: 1em;
    padding-bottom: 1em;
    border-bottom: 1px solid #999;
}
#mainNavigation li { 
    display: inline;
    list-style-type: none;
}

#mainNavigation a { 
    color: #fff;
    background-color: #555;
    padding: 0.25em 0.75em;
    margin-right: 1em;
    border-radius: 0.75em;
    text-shadow: #333 3px 3px 2px;
    text-decoration: none;
}

.leftPullBox {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    overflow: hidden;
}

.rightPullBox {
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
}

#promoImageBox {
    width: 225px;
}


img {
    max-width: 100%;
}

/*		Tablet Layout: 768px.
		Gutters: 24px.
		Outer margins: 28px.
		Inherits styles from: Default Layout.
-----------------------------------------------------------------
cols    1     2      3      4      5      6      7      8
px      68    160    252    344    436    528    620    712    */

@media only screen and (min-width: 768px) and (max-width: 991px) {
	
	body {
		width: 712px;
		padding: 0px 28px 60px;
	}

.fullWidthContainer {
    width: 712px;
}

    /* ADDITIONAL RULES */

#mainHeader {
    padding-left: 64px;
}
#secondaryWrapper {
    margin-right: 64px;
}
    .primaryContainer { 
        margin-left: 74px;
        margin-right: 74px;
    }

    .secondaryContainer {
        float:left;
    }

    #topCalloutBox {
        margin-right: 24px;
    }

}

/*		Mobile Layout: 320px.
		Gutters: 24px.
		Outer margins: 34px.
		Inherits styles from: Default Layout.
---------------------------------------------
cols    1     2      3
px      68    160    252    */

@media only screen and (max-width: 767px) {
	
	body {
		width: 252px;
		padding: 0px 34px 60px;
	}

    /* ADDITIONAL RULES */
    .fullWidthContainer { 
        width: 252px; 
    }
    .primaryContainer {
        width: 252px;
    }
    .secondaryContainer {
        width: 228px;
    }
#secondaryWrapper {
    clear: both;
    float: none;
}

#howto h3 {

    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}
#mainNavigation a { 
    margin-right: 0;
    margin-bottom: 0.25em;
    display: block;
}
    
    #mainNavigation li {
        display:block;
        margin-right: 0;
        margin-bottom: 0.5em;
    }
    .huge, h1 { font-size: 24px; line-height: 36px; letter-spacing: -1px; }
    .large, h2 , h3{ font-size: 18px; line-height: 24px; }
	
    /*
#promoImageBox {
    width: 100px;
}
*/

.leftPullBox {
    float: none;
}

#howto ol {
    margin-left: 0;
}

#centerPromoCopy { display: none; }
}



/*		Wide Mobile Layout: 480px.
		Gutters: 24px.
		Outer margins: 22px.
		Inherits styles from: Default Layout, Mobile Layout.
------------------------------------------------------------
cols    1     2      3      4      5
px      68    160    252    344    436    */

@media only screen and (min-width: 480px) and (max-width: 767px) {
	
	body {
		width: 436px;
		padding: 0px 22px 48px;
	}

    .fullWidthContainer {
        width: 436px;
    }
    .primaryContainer {
        width: 436px;
    }
    .secondaryContainer {
        width: 228;
        margin-right: 102px;
        margin-left: 102px;
    }
	
}

