/*	Less Framework 4
	http://lessframework.com
	by Joni Korpi
	License: http://creativecommons.org/licenses/MIT/	*/


/*	Resets
	------	*/

@import url(http://fonts.googleapis.com/css?family=Goudy+Bookletter+1911);



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: 68px;
	line-height: 72px;
	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-family: 'Goudy Bookletter 1911', Georgia, serif;
	font-size: 16px;
	line-height: 24px;
}

.small, small {
	font-size: 13px;
	line-height: 18px;
}



/* Selection colours (easy to forget) */

::selection 	 	{background: #9F9F9F; /*rgb(255,255,158);*/}
::-moz-selection 	{background: #9F9F9F; /*rgb(255,255,158);*/}
img::selection 		{background: transparent;}
img::-moz-selection	{background: transparent;}
body {-webkit-tap-highlight-color: #9F9F9F; /*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: 72px 48px 84px;
	background: #0f0f0f;
	color: #D7A460;
	-webkit-text-size-adjust: 100%; /* Stops Mobile Safari from auto-adjusting font-sizes */
}
strong {
	color: #B77040;
}


h1, h1 a {
	color: #4786AE;
	text-decoration: none;
}
h1 a:hover {
	color: #49AFE3;
	text-decoration: none;
}

hr {
	border: none;
	border-top: 5px dotted #3E3330; 
	margin-bottom: 15px;
	height: 10px;
	clear: both;
}

div#box_about {
	float: left;
	width: 252px;
	margin-bottom: 15px;
}
#box_about h2
{
	color: #4D9431;
}

#box_blog h2 a
{
	color: #A33D17;
}
#box_blog h2 a:hover
{
	color: #E7551E;
	text-decoration: none;
}
#box_blog div h3 a
{
	color: #4786AE;
	border-bottom: 2px solid #294D62;
}
#box_blog div h3 a:hover
{
	color: #49AFE3;
	text-decoration: none;
	border-bottom: 4px solid #3986AD;
}

#box_blog div span, #box_blog div span a
{
	color: #3E3330;
}
#box_blog div span a:hover
{
	color: #6C5853;
	text-decoration: none;
	border-bottom: 2px solid #6C5853;
}


#box_blog div p a
{
    color: #A33D17;
}
#box_blog div p a:hover
{
	color: #E7551E;
	border-bottom: 2px solid #E7551E;
	text-decoration: none;
}
#box_books h2
{
	color: #C84F63;
	padding: 0px;
	margin: 0px;
	margin-bottom: 15px;
}

#box_about p, #box_about h2
{
	padding: 4px 12px;
	text-align: justify;
}
div#box_art {
	float: left;
	width: 620px;
	margin-bottom: 15px;
}
#box_art a {
	float: right;
	margin: 0px 4px;
}

div#box_blog {
	float: left;
	width: 712px;
}

#box_blog a {
	text-decoration: none;
}

#box_blog a:hover {
    text-decoration: underline;
}

#box_blog em {
    font-style: italic;
}


#box_blog div 
{
	margin-top: 20px;
	margin-bottom: 40px;
}

#box_blog p
{
	margin-bottom: 10px;
	text-align: justify;
}

blockquote, blockquote.posterous_short_quote, blockquote.posterous_medium_quote {
	
	/*margin-left: 10px;*/
	border: none;
	
	color: #C5B492; /*#E1C999; /*#B5A692;*/
	margin: 15px 18px;
	border-left: 4px solid #142C3E!important;
	
	font-family: 'Goudy Bookletter 1911', Georgia, serif;
	font-size: 16px;
	line-height: 24px;
}

blockquote p 
{
	width: 430px;
	padding-right: 18px;
	padding-left: 22px;
}


div#box_books {
	float: left;
	width: 160px;
}

div#bookshelf {
	margin-top: 20px;
	margin-left: 10px;
}

div.book {
	float: left;
	width: 50px;
	height: 68px;
}

#footer {
	float: center;
	text-align: center;
	color: #629038;
}



/*		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: 48px 28px 60px;
    }
    div#box_art {
        width: 436px;
    }
    div#box_blog {
        width: 528px;
    }
}



/*		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: 48px 34px 60px;
    }

    div#box_art {
        width: 252px;
    }

    div#box_blog {
        width: 252px;
    }
    div#box_books {
        width: 252px;
    }

    #box_blog img
    {
        width: 160px;
        height: auto;
    }

}



/*		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: 36px 22px 48px;
	}


    div#box_art {
        width: 436px;
    }

    div#box_blog {
        width: 436px;
    }

    div#box_books {
        width: 436px;
    }
    div#box_about {
        width: 436px;
    }

    #box_blog img
    {
        width: 344px;
        height: auto;

    }

}
