/*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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}

.stdlink
{
    color: #4D6DF3;
    text-decoration: none;
}

.page-title
{
/*    float: left;*/
    margin: 0px 0px 20px 0px;
    padding: 15px 0px 0px 0px;
    height: 35px;
    width: 100%; 
    font-size: 14px;    
    border-bottom: 1px dotted #DCDCDC;
    background-color: #FAFAFA;
}

.page-location
{
    margin: 0px 0px 5px 0px;
    height: 20px;
    width: 100%;
    font-size: 12px;    

}

body
{
    margin: 0px auto;
    padding: 0px;
    height: auto;
    background: #eeeeee;
    font-family: 'Open Sans', sans-serif;
/*    font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Verdana, Tahoma, sans-serif;*/
}

body .wrapper 
{
    margin: 0px auto;
    width: 940px;

}


#content
{
    padding: 0px;
    width: 100%;
    background: #ffffff;
}

#content .wrapper
{   
    overflow: hidden;
}


#sticky
{
    float:left;
    /*position: absolute;*/
    margin-top: 80px;
    margin-left: 40px;
    width: 320px;
    font-size: 16px;
    color: #4BA032;
}

#header 
{
    margin: 0px;
    height: 80px;
    width: 100%;
    background: #FAFA94;
/*    background: #FFFF99;*/
    position: relative;
    border-bottom: 1px solid #eeeeee;
}

#header .wrapper 
{    
    height: 80px;
    position: relative;
}

#header a 
{
    text-transform: uppercase;
    text-decoration: none;
}

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

#logo
{
    margin-top: 16px;
    border-style: none;
}

#title
{
    margin-left: 10px;
    border-style: none;
}

#links 
{   
    position: absolute;
    right:0px;
    top:30px;
    font-size: 12px;
    color: green;
}

#links a 
{
    text-transform: uppercase;
    text-decoration: none;
/*    color: #8A8A5C;    */
    color: green;
}

#footer 
{
    clear: both;
    width: 100%;
    line-height: 1.5;
    font-size: 14px;
    text-shadow: 0px 1px 0px rgb(240,240,240); /* IE7 */
    text-shadow: 0px 1px 0px rgba(255,255,255,0.75);
    background-image:  url(https://www.simplestickynotes.com/resources/images/footer-inner.png);
    background-repeat: repeat-x;    

}

#footer .wrapper 
{
    height: 120px;
    color: #8e8e8e;
    font-size: .87em;
    position: relative;
    padding-top: 20px;
    padding-left: 0px;
    background-image:  url(https://www.simplestickynotes.com/resources/images/shadow.png);
    background-repeat: no-repeat;
    background-position:top;
}

#footer a 
{
    color: #8e8e8e;
    text-decoration: none;
}

#footer h3 
{
    color: dimGray;
}

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

#footer #footer_links 
{
    margin-left: 260px;
    margin-top: 0px;
    text-align: left;
    height:120px;
    position: absolute;
}

#footer_links .column 
{
    width: 130px;
    float: left;
}

#footer li 
{
    font-size: 11px;
}

#footer ul 
{
    font-size: 10px;
    margin: 0 0 1em;
    padding: 0;
    list-style-type: none;
}  

#footer #copyright
{
    font-size: 10px;
    position: absolute;
    margin-left: 15px;

}

#footer-right
{
    float: right;
    width: 100px;
    height: 100px;
    text-align: right;
}


.button 
{
    background: #69b249;
    background: -moz-linear-gradient(top, #69b249 0%, #58a83a 50%, #4a9f31 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#69b249), color-stop(50%,#58a83a), color-stop(100%,#4a9f31));
    background: -webkit-linear-gradient(top, #69b249 0%,#58a83a 50%,#4a9f31 100%);
    background: -o-linear-gradient(top, #69b249 0%,#58a83a 50%,#4a9f31 100%);
    background: -ms-linear-gradient(top, #69b249 0%,#58a83a 50%,#4a9f31 100%);
    background: linear-gradient(top, #69b249 0%,#58a83a 50%,#4a9f31 100%);
    border: 1px solid #5d8d59;
    border-bottom: 1px solid #777;
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.3);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.3);
    box-shadow: 0 1px 3px rgba(0,0,0,.3);
    color: #FFFFFF;
    line-height: 1.5;
    padding: 5px 10px;
    text-shadow: 0 -1px 0 rgba(0,0,0,.5);
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}


.button:hover,
.button:focus 
{
    background: #66b941;
    background: -moz-linear-gradient(top,  #66b941 0%, #3d8b27 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#66b941), color-stop(100%,#3d8b27));
    background: -webkit-linear-gradient(top,  #66b941 0%,#3d8b27 100%);
    background: -o-linear-gradient(top,  #66b941 0%,#3d8b27 100%);
    background: -ms-linear-gradient(top,  #66b941 0%,#3d8b27 100%);
    background: linear-gradient(top,  #66b941 0%,#3d8b27 100%);
    text-decoration: none;
}

.button:active 
{
    background-color: #4a913a;
    background-image: none;
}

#review
{   
    float: right;
    width:200px;
    margin-right: 2px;
    background-color:#ddeeff;
    padding: 10px;
    -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.1),0 1px 3px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 16px rgba(0,0,0,0.1),0 1px 3px rgba(0,0,0,0.5);
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.1),0 1px 3px rgba(0, 0, 0, 0.5);
    text-shadow: 0px 1px 0px rgb(240,240,240); /* IE7 */
    text-shadow: 0px 1px 0px rgba(255,255,255,0.75);
    display: inline;
}


#review .r-title
{       
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size:20px;
    color: black;
    padding-top:10px;
}

#review .r-content
{
    font-style:italic;
    font-size:15px;
    font-family: Georgia, Times, "Times New Roman", serif;
    padding-top:10px;
    min-height: 120px;
    color:#464646;
    
}

#review .r-by
{
/*    font-family:Arial,Verdana, Helvetica, sans-serif;*/
    font-size:9px;
    padding-top:10px;
}

#review .r-from
{
/*    font-family:Arial,Verdana, Helvetica, sans-serif;*/
    font-size:9px;
    color:#2277BB;
}

