/* A Linux- and Windows-friendly sans-serif font stack: http://prospects.mhurrell.co.uk/post/updating-the-helvetica-font-stack */
body {font: 13px Helmet, Freesans, sans-serif;}

/* Using local fonts? Check out Font Squirrel's webfont generator: http://www.fontsquirrel.com/tools/webfont-generator */

/* We like off-black for text. */
body, select, input, textarea {color: #333;}

a {text-decoration: none;}
a:hover {text-decoration: underline;}

/* Custom text-selection colors (remove any text shadows: http://twitter.com/miketaylr/status/12228805301) */
::-moz-selection{background: #fcd700; color: #fff; text-shadow: none;}
::selection {background: #fcd700; color: #fff; text-shadow: none;} 

/*	j.mp/webkit-tap-highlight-color */
a:link {-webkit-tap-highlight-color: #fcd700;} 

ins {background-color: #fcd700; color: #000; text-decoration: none;}
mark {background-color: #fcd700; color: #000; font-style: italic; font-weight: bold;}

/* Mozilla dosen't style place holders by default */
input:-moz-placeholder { color:#a9a9a9; }
textarea:-moz-placeholder { color:#a9a9a9; }

/* Varela Round font settings
 *  * http://www.cssfontstack.com/Varela-Round
 *   */
h1 {
        font-family: 'Varela Round';
        font-size: 44px;
        font-style: normal;
        font-variant: small-caps;
        font-weight: 500;
        text-decoration: none;
        line-height: 30.7999992370605px;
        text-align: center;
}
h3 {
        font-family: 'Varela Round';
        font-size: 14px;
        font-style: normal;
        font-variant: normal;
        font-weight: 500;
        line-height: 15.3999996185303px;
}
p {
        font-family: 'Varela Round';
        font-size: 14px;
        font-style: normal;
        font-variant: normal;
        font-weight: 400;
        line-height: 20px;
}
blockquote {
        font-family: 'Varela Round';
        font-size: 21px;
        font-style: normal;
        font-variant: normal;
        font-weight: 400;
        line-height: 30px;
}
pre {
        font-family: 'Varela Round';
        font-size: 13px;
        font-style: normal;
        font-variant: normal;
        font-weight: 400;
        line-height: 18.5714282989502px;
}

.wrapper {
    color:#2A2A2A;margin-right:5px;
    border-radius:0.3em;
    margin:38px;
    background-color:#FFFFFF;
    padding:38px;
    border-color:#DADADA;
    border-style:solid;  
    border-width:2px;
    font-size:15px
    text-align: center;

    margin-left: auto;
    margin-right: auto;
    width: 550px;

    /* NOTE: Only works for non-floated block elements */
    display: block;
    float: none;
}
.header {
    display : block;
}
.article {
    display : block;
    aligh: center;
}

/* Keyword Crossword */
#pagewrapper {
    color:#2A2A2A;margin-right:5px;
    border-radius:0.0em;
    margin-top:20px;
    background-color:#FFFFFF;
    padding:5px;
    border-color:#FFFFFF;
    border-style:solid;  
    border-width:0px;
    font-size:15px
    text-align: center;
    display : block;
}
#crosswordimage a img {
    display : block;
    text-align:center;
}
#linkedintag {
    font: 100% Arial,sans-serif;
    color:#0783B6;
    display:block;
    text-align:center;
}


/* Media queries
-------------------------------------------------------------------------------*/

@media screen and (max-width: 480px) {
	
		
}



/* Print styles
-------------------------------------------------------------------------------*/
@media print {



}
