/*	lessish stylesheet for ikiwiki
	responsive styles based on the Less CSS Framework
	version 0.1 - 29 June 2012 
	https://github.com/spiffin/ikiwiki_lessish */

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


/* let's use a fancy font! */

@font-face {
	font-family: magrilinha;
	src: url('fonts/MAGRILINHA.ttf');
}

@font-face {
    font-family: Exo;
    src: url('fonts/Exo-Regular.otf');
}

@font-face {
    font-family: Exo2;
    src: url('fonts/Exo2.0-Regular.otf');
}

@font-face {
	font-family: Designer-Notes;
	src: url('fonts/Designer-Notes.ttf');
}
/*	Typography presets
	------------------	*/

.gigantic {
	font-size: 110px;
	line-height: 120px;
	letter-spacing: -2px;
}

.huge, h1 {
	font-size: 52px;
	line-height: 61px;
	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-size: 1.2em; 
    font-family: Exo, verdana, sans-serif;
	letter-spacing: 1.5px;
    line-height: 1.5em;
}

.title, 
.parentlinks	{
	font-family: magrilinha, Designer-Notes, serif;
	line-height: 61px;
}

.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: 72px 48px 84px;
	margin: 0 auto;
	color: #dcdccc;
	background-color: #3f3f3f;
	-webkit-text-size-adjust: 100%; /* Stops Mobile Safari from auto-adjusting font-sizes */
}

.pageheader {
	text-align: center;
}


.title {
	font-size: 200%;
	font-style: italic;
}

.header {
/*	text-align: center;
	font-style: italic; */
	font-size: 200%;
	font-weight: normal;
	padding-bottom:1em;
}

.header a:link,
.header a:visited,
.header a:hover,
.header a:active {
	text-decoration: none;
}

.inlinepage {
	border: 1px dashed #dfaf8f;
}

h1, h2, h3, h4 { font-weight: normal; margin: 10px 0 -10px; }

p + p { margin-top: 8px; }

a:link { text-decoration: underline; color: #8cd0d3; }
a:visited { text-decoration: underline; color: #93e0e3; }
a:hover { text-decoration: underline; color: #dfaf8f; }
a:active { text-decoration: underline; color: #7f9f7f; }

hr { border: 0; height: 1px; color: #333; margin: 10px 0; background-color: #666; }

.actions ul {
	margin: 0 0 10px;
	padding: 16px .8em 10px 0px;
	height: auto;
}
.actions li {
	padding: 0 .5em 0 0;
}

.pagedate,
.pagelicense,
.pagecopyright {
	font-size: 85%;
	color: #7f9f7f;
}

blockquote {
	font-style: italic;
}

code {
	font: 14px Monaco, Courier, monospace;
	line-height: 24px;
}

textarea {
	font: 12.5px Monaco, monospace;
	background: #232323;
	color: #a7ed61;
}

.pageheader #otherlanguages,
.pageheader .actions ul {
	border-bottom: 1px solid #666;
}

#pageinfo {
	margin: 1em 0;
	border-top: 1px dashed  #dfaf8f;
}

.notebox {
	color: #333 !important;
}

.sidebar {
	border: 1px dashed #dfaf8f;
	background-color: #3f3f3f;
	color: #dcdccc;
    width: inherit;
}

/* feed */

.feedlink {
	padding: 5px 0;
}

.feedbutton {
	background-color: #3f3f3f;
	color: #fa6 !important;
	font-family: Planer;
}

a.feedbutton {
	text-decoration: none;
}

.feedbutton:hover {
	background-color: #f60;
}

/* calendar stuff */


.month-calendar-day-this-day, .year-calendar-this-month {
	background-color: #4E4D4D;
}
input#searchbox {
	background: none;
}

.pagecloud {
	border: none;
	background: #3f3f3f;
}
/*		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;
	}
	.sidebar {
		display: none;
	}
}


/*		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;
	}
	
	.sidebar {
		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: 36px 22px 48px;
	}
	.sidebar {
		display: none;
	}
}
/*	End Less
	------	*/


