html,
button,
input,
select,
textarea {
	color: #111;
}
a {
	color: #222;
}
html {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
img,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 12pt;
	color: #000;
}

.wrapper {
    width: 93%;
    margin: 0 5%;
}

/* ===================
    Theme
   =================== */

.header-container {
    border-bottom: 2px solid #E0E0E0;
}

.footer-container,
.main aside {
    border-top: 2px solid #E0E0E0;
}

.header-container,
.footer-container,
.main aside {
    background: #EFEEEC;

}

.title {
    color: white;
}

/* ==============
    MOBILE: Menu
   ============== */

nav ul {
    margin: 0;
    padding: 0;
}

nav a {
    display: block;
    margin-bottom: 10px;
    padding: 15px 0;

    text-align: center;
    text-decoration: none;
    font-weight: bold;

    color: white;
    background: #69C;
}

nav a:hover,
nav a:visited {
    color: white;
}

nav a:hover {
    text-decoration: underline;
}

/* ==============
    MOBILE: Main
   ============== */
.first_adds {
  position: relative;
  left: -10px;
  padding: 0;
  margin: 0;
	
}
.second_adds {
  position: relative;
  text-align:center;
  left: -5px;
  padding: 0;
  margin-top:10px;
  margin-bottom:10px;
	
}
.main {
    padding: 30px 0;
}

.main article h1 {
    font-size: 1.5em;
}

.main article h2 {
    font-size: 1.8em;
}
.main aside h2 {
    font-size: 1em;
}

.main  h3 {
    font-size: 1em;
}

.main article p{
	font-size: 1.1em;
}
.main aside {
    color: #444;
    padding: 0px 2% 2px;
}
.footer-container footer {
    color: #444;
    padding: 20px 0;
}

/* ===============
    ALL: IE Fixes
   =============== */

.ie7 .title {
    padding-top: 20px;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

.g-plusone {
	float:left;
}
header p
{	
	display:inline-block;
	font-weight: 800;
	font-size: 12pt;
	padding:5px 0px 0px 5px;
	color: #696969;;
}
h1{
	font-size: 2.55em;
	margin: 0 0 0 0;
	line-height: 1em;
	min-width:100px;
}
h2{
	font-size: 2.25em;
	margin: 0 0 0 0;
	line-height: 1em;
	min-width:100px;
}
article p {
	font-weight: 300;
	padding:0px 0px 0px 0px;
}
ul {
	list-style: none;
	margin:0px;
	padding:5px
}

li a {
	font-size:1em; 
	line-height:2em; 
	font-style:normal;
	text-decoration:none;
	width: 100%;
	
}
aside li a {
	font-family: 'Open Sans', sans-serif;
	font-size: 12pt;
	color: #696969;
	font-weight: 300;
}
#logo{
	text-decoration:none;
	color: white;
	background: #69C;
	color: #fff;
	border-radius: 6px;
	font-family: 'Oleo Script', serif;
	margin: 0 0.35em 0 0;
	padding: 0em 0.3em 0.3em 0.4em;
}


ul.answerboxes{list-style-type:none;border-radius: 0px;margin-left:0px;margin-bottom:0px;padding-left:0px;padding-bottom:0px;font-family:Consolas,"Lucida Console",Monaco,monospace;font-weight:bold;font-size:17px;line-height:17px;text-transform:uppercase}
ul.answerboxes li.box{display:inline;border-radius: 0px;border-top:2px solid;border-bottom:2px solid;border-right:2px solid;margin:0px 0px 0px 0px; padding:5px 5px 5px 5px;}
ul.answerboxes li.box:first-child{border-left:2px solid}
ul.answerboxes li.box:last-child{margin-right:5px}


.button
{
	position: relative;
	display: inline-block;
	background: #69C; /*#0090c5*/
	color: #fff;
	text-decoration: none;
	border-radius: 6px;
	font-weight: 800;
	outline: 0;
	-moz-transition: background-color .25s ease-in-out;
	-webkit-transition: background-color .25s ease-in-out;
	-o-transition: background-color .25s ease-in-out;
	-ms-transition: background-color .25s ease-in-out;
	transition: background-color .25s ease-in-out;
	padding:5px; 5px; 5px;5px;
}

.button:hover
{
	background: #10a0d5;
}

.button:active
{
	background: #20b0e5;
}

.button.alt
{
	background: #f1f1f1;
	color: #444;
}

.button.alt:hover
{
	background: #e8e8e8;
	color: #444;
}

.button.alt:active
{
	background: #e4e4e4;
	color: #444;
}

.button a{
	font-style:normal;
	text-decoration:none;
	color: #fff;
	font-weight: 100;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 480px) {

/* ====================
    INTERMEDIATE: Menu
   ==================== */

    nav a {
        float: left;
        width: 27%;
        margin: 0 1.7%;
        padding: 25px 2%;
        margin-bottom: 0;
		height: 50px;
		max-height: 50px;
    }

    nav li:first-child a {
        margin-left: 0;
    }

    nav li:last-child a {
        margin-right: 0;
    }

	/* ========================
		INTERMEDIATE: IE Fixes
	======================== */

	.first_adds {
		position: relative;
		left: 0px;
		padding: 0;
		margin: 0;

	}
	.second_adds {
		position: relative;
		left: 0px;
		margin-top:5px;
		margin-bottom:10px;
		padding: 0;

	}
	
    nav ul li {
        display: inline;
    }

    .oldie nav a {
        margin: 0 0.7%;
    }
}

@media only screen and (min-width: 768px) {

	/* ====================
		WIDE: CSS3 Effects
	==================== */

    .header-container,
	.main aside {
        -webkit-box-shadow: 0 5px 10px #aaa;
           -moz-box-shadow: 0 5px 10px #aaa;
                box-shadow: 0 5px 10px #aaa;
    }

	/* ============
		WIDE: Menu
	============ */

    .title {
        float: left;
    }

    nav {
        float: right;
        width: 38%;
    }

	/* ============
		WIDE: Main
	============ */
	.first_adds {
		position: relative;
		left: 0px;
		padding: 0;
		margin: 0;

	}
	.second_adds {
		position: relative;
		left: -14px;
		margin-top:5px;
		margin-bottom:10px;
		padding: 0;

	}
	
    .main article p{
		font-size: 1em;
	}
	.main article h1 {
		font-size: 2em;
	}
	
	.main article h2 {
    font-size: 1.5em;
}
    .main article {
        float: left;
        width: 51%;
    }

.main aside {
        float: right;
        width: 39%;
    }
}

@media only screen and (min-width: 1140px) {

/* ===============
    Maximal Width
   =============== */

    .wrapper {
        width: 1026px; /* 1140px - 10% for margins */
        margin: 0 auto;
    }
		.second_adds {
		position: relative;
		left: 0;
		margin-top:5px;
		margin-bottom:5px;
		padding: 0;

	}
	    .main article {
        float: left;
        width: 57%;
    }
	
	.main article p{
	font-size: 0.9em;
}
.main article h2 {
    font-size: 1.5em;
}

.main aside {
        float: right;
        width: 33%;
    }

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}


/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}