/* RESET
------------------------------------------------------------------------------------*/
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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; font: inherit; vertical-align: baseline; max-width: 100%;}
.container, iframe { max-width: 100%;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block;}
html, body	{ height:100%; }

:focus { outline: 0; }
a  { text-decoration:none;} 
a, a:active, a:visited {outline: 0 !important; } /* Firefox */
table { border-collapse: collapse; border-spacing: 0; }
html { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
*, *:before, *:after {  -webkit-box-sizing: inherit; -moz-box-sizing: inherit; box-sizing: inherit; }
.clearFloat::before, .clearFloat::after { display:table; content:"";}
.clearFloat::after	{ clear:both; }
img	{ max-width: 100%; height: auto; width: auto9; /* ie8 */ }

/* PALETTE
------------------------------------------------------------------------------------*/
body { background: #fff; color: #777; }
h1.siteName, a { color: #333; }
a:hover	{ color: #000; } 


/* HTML / FONTS
------------------------------------------------------------------------------------*/
body {
	font-family: 'Source Sans Pro', 'Open Sans', Arial, Verdana, Helvetica, "Lucida Grande", Tahoma, sans-serif; 
	display: optional;  
    font-size: 100%; font-weight: 400;
}

h1 {
    margin-top: 20px;
    font-size: 1.5em;
}

h2 {
	color: #666;
	margin-bottom: 10px;
	font-size: 1.2em;
}
h3 {}
h4 {}
p {margin-bottom: 20px;}

p::-moz-selection { color: white; background: #4b5e81;}
p::selection { color: white; background: #4b5e81; }

img{
	border: 1px solid #ddd;
}

/* HEADER
------------------------------------------------------------------------------------*/
.navbar-wrapper {margin-bottom: 20px;}
.navbar-header	{ width: 100%;}

hr
{
	clear:both;
}
.sidebar
{
	padding-left:15px;
	border-left:1px solid #eee;
}
.category p, .tags p 
{
	    margin-bottom: 10px;
}
.category h3 , .tags h3
{
	border-bottom: 4px solid #01fdee;
	line-height: 40px;
	font-size: 22px;
}

#searchsubmit
{
	display:none;
}
/* FONTS
------------------------------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
	.sidebar
	{
		width:100%;
		float: left;
		padding-top:30px;
	}
	.withsidebar
	{
		width:100%;
		float:left;		
	}
}
@media only screen and (min-width: 768px) {
	.sidebar
	{
		width:20%;
		float: left;
	}
	.withsidebar
	{
		width:80%;
		float:left;
	}
}
form input#s 
{
	width: 100%;
    padding-top: 10px;
    margin-top: 10px;
}



