* { 
margin: 0; 
padding: 0;
}

body {
background: #818181 url(/images/structure/background.jpg) no-repeat center top;
/*background-attachment: fixed;*/
color: #444;
font-family: "skolar-1","skolar-2", Georgia, serif;
font-size: 16px;
line-height: 24px;
text-align: center;
min-width: 700px;
}

#wrapper {
position: relative;
text-align: left;
margin-right: auto;
margin-left: auto;
width: 700px;
height: 100%;
}

#top {
position: relative;
float: left;
width: 700px;
height: 100px;
}

#top a.sitename {
position: absolute;
top: -20px;
left: 0;
width: 100px;
height: 80px;
background: transparent url(/images/structure/aegirscopic-tab.jpg) no-repeat bottom left;
-webkit-box-shadow: rgba(0, 0, 0, 0.33) 0 5px 25px;
-moz-box-shadow: rgba(0, 0, 0, 0.33) 0 5px 25px;
-moz-border-radius-bottomleft: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
-webkit-border-bottom-right-radius: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
}

#top a.sitename:hover {
background-position: bottom right;
}

#top a.sitename span {
display: none;
}

div.entry {
background-color: white;
position: relative;
float: left;
width: 700px;
height: auto;
padding-bottom: 40px;
margin: 0;
margin-bottom: 40px;
-webkit-box-shadow: rgba(0, 0, 0, 0.33) 0 5px 25px;
-moz-box-shadow: rgba(0, 0, 0, 0.33) 0 5px 25px;
-moz-border-radius-topleft: 10px;
-webkit-border-top-left-radius: 10px;
-moz-border-radius-topright: 10px;
-webkit-border-top-right-radius: 10px;
border-top-right-radius: 10px;
border-top-left-radius: 10px;
-moz-border-radius-bottomleft: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
-webkit-border-bottom-right-radius: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
}

div.dark {
background-color: black;
color: #ccc;
}

a img {
border: none;
}

a {
color: #1860aa;
text-decoration: none;
}

a:active, a:hover {
text-decoration: underline;
}

#content p,
#content ul,
#content ol { 
margin: 0 100px 24px 100px;
}

#content p.date {
font-family: "ff-masala-web-1","ff-masala-web-2", Helvetica, Arial, sans-serif; 
color: #666;
font-weight: bold;
font-size: 14px;
text-transform: uppercase;
}

#content div.dark p.date {
color: #999;
}

#content p.date span {
color: #999;
}

#content div.dark p.date span {
color: #666;
}

#content div.opener {
font-family: "ff-masala-web-1","ff-masala-web-2", Helvetica, Arial, sans-serif; 
color: #222;
font-size: 18px;
line-height: 24px;
}

#content div.dark div.opener {
color: white;
}

#content ul {
list-style-type: circle;
}

#content ol {
}

#content li span {
color: #444;
}

#content div.dark li span {
color: #ccc;
}

#content blockquote {
margin-left: 100px;
border-left: 1px solid #ccc;
padding-left: 50px;
}

#content blockquote p {
margin-left: 0;
}

#content em, #content i { 
font-style: italic;
}

#content sub, #content sup {
line-height: 1px;
}

#content q {
font-style: italic;
}

#content h1 { 
font-family: "ff-masala-web-1","ff-masala-web-2", Helvetica, Arial, sans-serif; 
font-weight: normal;
font-size: 28px; 
line-height: 28px; 
margin: 60px 100px 20px 100px;
color: #222;
}

#content div.dark h1 {
color: #ccc;
}

#content h1.searchtitle {
margin-bottom: 30px;
}

#content h1 a, #content h1 a:visited {
color: #222;
}

#content div.dark h1 a, #content div.dark h1 a:visited {
color: #ccc;
}

#content h1 a:hover, #content h1 a:active {
color: #ff0066;
}

#content h2 { 
font-family: "ff-masala-web-1","ff-masala-web-2", Helvetica, Arial, sans-serif; 
font-weight: normal;
font-size: 21px; 
line-height: 24px; 
margin: 0 100px 24px 100px;
color: #222;
}

#content div.dark h2 {
color: #ccc;
}

#content h2 a, #content h2 a:visited {
color: #222;
}

#content div.dark h2 a, #content div.dark h2 a:visited {
color: #ccc;
}

#content h2 a:hover, #content h2 a:active {
color: #ff0066;
}

#content h3 { 
font-family: "ff-masala-web-1","ff-masala-web-2", Helvetica, Arial, sans-serif; 
font-weight: normal;
font-size: 16px; 
line-height: 24px; 
margin: 0 100px 24px 100px;
color: #222;
}

#content div.dark h3 {
color: #ccc;
}

#pagination a, #footer a {
color: #222;
}

#content p.full {
margin-left: 0;
margin-right: 0;
line-height: 0;
}

#content p.caption {
font-size: 11px;
color: #777;
padding: 0;
line-height: 0;
}

#content div.dark p.caption {
color: #666;
}

#content p.caption img {
line-height: 0;
padding: 0;
margin: 0;
clear: both;
}

#content p.caption span, #content p.pullout span {
line-height: 18px;
}

#content p.caption span {
display: block;
padding-top: 9px;
width: 500px;
margin-left: 100px;
}

#pagination {
position: relative;
float: left;
width: 700px;
color: #ccc;
}

#footer {
color: #ccc;
position: relative;
float: left;
width: 500px;
padding: 0 100px 30px 100px;
}

#search {
position: absolute;
width: 220px;
top: 35px;
right: 0;
}

#search p {
margin: 0;
line-height: 0;
}

#search label {
display: block;
float: left;
background: transparent url(/images/structure/search-button.png) no-repeat top left;
width: 20px;
height: 20px;
}

#search label span {
display: none;
}

#search #keywords {
background-color: transparent;
border: none;
border-bottom: 1px solid #555;
color: #444;
width: 194px;
margin-top: 5px;
padding: 3px;
float: left;
}

#search #keywords:focus, #search #keywords:active {
border-bottom: 1px solid #a1a1a1;
background-color: #000;
color: white;
}

#submit-button {
display: none;
}

