﻿/*MEYER RESET START*/

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

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;
 font-size: 100%;
 font: inherit;
 vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
 display: block;
}
body {
 line-height: 1;
}
ol, ul {
 list-style: none;
}
blockquote, q {
 quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
 content: '';
 content: none;
}
table {
 border-collapse: collapse;
 border-spacing: 0;
}

/*MEYER RESET END*/


body {
font-family:Poppins, sans-serif;
padding:20px;
}

#logo #rthead{
font-family:Quattrocento Sans;
font-size:4em;
color:#666;
font-weight:bold;
margin-left:200px;
}

#logo #rthead span{
font-size:0.7em;
}

#logo #bannerpic{
position: absolute;
top:10px;
left:20px;
}

#logo #strapline{
font-family:Quattrocento Sans;
font-size:1.5em;
color:#666;
font-weight:bold;
margin-left:200px;
margin-top:10px;
}

#header{
margin-top:60px;
margin-bottom:40px;
line-height:2em;
}

#header ul li{
display:inline-block;
margin-right:15px;
}

#header ul li a:link,
#header ul li a:visited{
font-weight:bold;
color:#118;
text-decoration:none;
}
@media screen and (max-device-width: 480px)
and (orientation: portrait) {
#header ul li a:link,
#header ul li.urhere{
    font-size:1.7em;
  }
#logo #bannerpic{
 display:none;
}
#logo #rthead,
#logo #strapline{
 margin-left:0px;
}
}

#header ul li a:hover{
font-weight:bold;
color:#811;
text-decoration:none;
}

#header ul li.urhere{
font-weight:bold;
color:#811;
}

#header #tweeters{
margin-top:30px;
margin-bottom:30px;
}

#content{
max-width:1000px;
font-size:1em;
color:#555;
min-height:500px;
}

#content h1{
font-size:2em;
font-weight:bold;
margin:0 0 1em 0;
color:#777;
}

#content p{
margin:0 0 1em 0;
line-height:1.5em;
}

#content ul {
margin:0 0 1em 3em;
line-height:1.5em;
list-style:circle;
}

#content a:link,
#content a:visited{
text-decoration:none;
border-bottom: 1px dotted #777;
color:#015;
}

#content a:hover{
color:red;
border-bottom: 1px solid red;
}

#content img{
float:left;
margin:0 2em 1em 0;
box-shadow: 10px 10px 10px 0px rgba(0,0,0,0.5);
border-radius:20px;
}

#content img.fl-right{
float:right;
margin:0 0 1em 2em;
box-shadow: 10px 10px 10px 0px rgba(0,0,0,0.5);
border-radius:20px;
}

#footer{
max-width:1000px;
border-top:1px solid #888;
margin-top:3em;
padding:1em 1em 1em 0;
}
#footer p{
margin-top:2em;
font-size:0.8em;
color:#aaa;
}
