
/* ---- Basics ---- */

* {
font-family: Arial, sans-serif;
}

.Clear,
.clear {
clear: both;
}

.left,
.Left{
float:left;
}

.right,
.Right{
float:right;
}

.center,
.Center{
text-align:center;
}

.entry h1,
.page h1{
font-size: 16.2px;
}

.entry h2,
.page h2{
font-size: 15.3px;
}

.entry h3,
.page h3{
font-size: 14.4px;
}

.entry h4,
.page h4{
font-size: 13.5px;
}

.entry h5,
.page h5{
font-size: 12.6px;
}

.entry h6,
.page h6{
font-size: 11.7px;
}

a:link,
a:visited{
font-size: 12px;
color: #9f9f9f;
text-decoration: none;
}

a:hover{
color: #9f9f9f;
}

#content-inner p {
margin-bottom: 10px;
}

/* Begin Images */
.post img{
display:block;
margin:0 auto;
}

p img {
padding: 0;
max-width: 100%;
}

img.centered {
display: block;
margin-left: auto;
margin-right: auto;
}

img.alignright {
padding: 4px;
margin: 0 0 2px 7px;
display: inline;
}

img.alignleft {
padding: 4px;
margin: 0 7px 2px 0;
display: inline;
}

.alignright {
float: right;
}

.alignleft {
float: left;
}

.aligncenter{
display:block;
margin:0 auto;
}
/* End Images */


/* ---- Universal ---- */

body {
color: #9f9f9f;
font-size: 12px;
background: #dbeeec url("http://www.aprilnienhuis.com/vanilla-blog-gateway.php?action=create_gradient&hex1=dbeeec&hex2=dbeeec&height=500") repeat-x;
}

#body-inner {
	background-image: url("http://www.aprilnienhuis.com/vanilla-blog-data/storage/asset/grayblogbackground-a38b.png");
	background-repeat: repeat;
}

#wrapper {
margin: 0 auto 0 auto;
width: 1000px;
padding: 20px;
}

#content {
background: #ffffff;
border-radius: 0px;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
box-shadow: 0px 0px 20px rgba(159,159,159,0.4);
-moz-box-shadow: 0px 0px 20px rgba(159,159,159,0.4);
-webkit-box-shadow: 0px 0px 20px rgba(159,159,159,0.4);
}

.indent{
padding-left: 20px;
padding-right: 20px;
}


/* ---- Navigation ---- */

#navigation-container h1 {
float: left;
display: block;
width: 445px;
height: 200px;
background: url("http://www.aprilnienhuis.com/vanilla-blog-data/storage/asset/logo200x445d-a395.png") no-repeat;
}

#navigation-container h1 a {
display: block;
width: 445px;
height: 200px;
}

#navigation-container h1 a span {
display: none;
}

#navigation-container {
border-top-left-radius: 0px;
-moz-border-radius-topleft: 0px;
-webkit-border-top-left-radius: 0px;
border-top-right-radius: 0px;
-moz-border-radius-topright: 0px;
-webkit-border-top-right-radius: 0px;
height: 200px;
background: #ffffff;
border-bottom: 1px solid #ffffff;
position: relative;
z-index: 5000;
}

#navigation {
float: right;
position: relative;
height: 200px;
position: relative;
z-index: 5000;
}

#navigation ul {
position: relative;
z-index: 3;
font-size: 12px;
float: left;
list-style: none;
}

#navigation li {
float: left;
}

#navigation a {
display: block;
color: #9f9f9f;
height: 200px;
padding: 0 10px 0 10px;
line-height: 200px;
border-left: 1px solid #ffffff;
}

#navigation .Active > a,
#navigation a:hover {
color: #333333;
}

/* first dropdown */
#navigation li ul {
clear: both;
position: absolute;
left: -999em;
z-index: 5000;
background: #ffffff;
border: 1px solid #ffffff;
width: 170px;
}

#navigation li ul a{
}

#navigation li ul li {
margin: 0 0 0 0;
clear:both;
height: 24px;
border:none;
}

#navigation li ul li a {
font-size: 9px;
line-height: 24px;
height: 24px;
padding: 0 0 0 0;
padding: 0 10px 0 10px;
border: none;
text-align:left;
}

#navigation li ul li:hover {
border-style: none;
height: 24px;
line-height: 24px;
}

#navigation li ul li a:hover{
height: 24px;
line-height: 24px;
}

/* second dropdown */
#navigation li ul ul {
position: relative;
top: -25px;
left: 170px;
background: #ffffff;
width: 170px;
}

#navigation li ul ul li {
margin: 0 0 0 0;
width: 170px;
background: #ffffff;
text-align:left;
}

#navigation li ul ul li a {
background: #ffffff;
text-align: left;
}

#navigation li ul ul li a:hover {
background: #ffffff;
}

#navigation li:hover ul ul,
#navigation li:hover ul ul ul,
#navigation li.sfhover ul ul,
#navigation li.sfhover ul ul ul {
left: -999em;
}

#navigation li:hover ul,
#navigation li.sfhover ul {
left: auto;
}

#navigation li li:hover ul,
#navigation li li.sfhover ul {
left: 170px;
}



/*  ---- Header ---- */

#header {
text-align: center;
clear: both;
width: 100%;
height: 250px;
overflow: hidden;
}



/* ---- Welcome block ---- */

#welcome-block {
background: #ffffff;
border-top: 1px solid #ffffff;
border-bottom: 1px solid #ffffff;
padding: 10px;
}

#welcome-block img {
float: left;
}

#welcome-about {
float: left;
width: 740px;
padding: 0px 20px 0px 20px;
}

#welcome-twitter {
width: 160px;
padding: 0px 20px 0px 20px;
float: right;
}

#search-form {
margin-top: 10px;
padding-top: 10px;
border-top: 1px solid #ffffff;
}

#searchform .screen-reader-text {
display: none;
}

#content-inner {
clear: both;
}

#welcome-twitter a:hover {
color: #9f9f9f;
text-decoration: underline;
}

#welcome-twitter #searchform input{
border: 1px solid #9f9f9f;
}

.TwitterTitle,
a.TwitterTitle{
font-size: 13.5px;
color: #9f9f9f;
margin-bottom: 10px;
text-decoration: none;
}

#content-inner {
clear: both;
}



/* ---- Post ---- */

.post {
padding: 20px;
border-bottom: 1px solid #ffffff;
}

.post h2 a {
font-size: 18px;
color: #9f9f9f;
text-decoration: none;
}

.post h2 a:hover {
color: #333333;
text-decoration: underline;
}

.post .date {
font-size: 12px;
font-weight: bold;
color: #9f9f9f;
margin-bottom: 10px;
}

.post .entry {
}

.post .entry ul {
list-style-type: disc;
margin-bottom: 10px;
}

.post .entry li {
margin-left: 20px;
}

.post .entry ul ul{
margin-bottom: 0px;
}

.post .entry a {
font-size: 12px;
color: #9f9f9f;
text-decoration: underline;
}

.post .entry a:hover {
color: #9f9f9f;
}

.post .entry strong {
font-weight: bold;
}

.post .entry em {
font-style: italic;
}

.post .postmetadata a {
font-size: 12px;
padding-right: 20px;
color: #9f9f9f;
margin-bottom: 10px;
}

.post .postmetadata a:hover {
color: #9f9f9f;
}




/* ---- Page ---- */

h2.pagetitle{
font-size: 18px;
color: #9f9f9f;
}




/* ---- Page > Search ---- */

#searchform input#searchsubmit{
background: none;
color: #9f9f9f;
border: 1px solid #9f9f9f;
}

#searchform input#s{
border: 1px solid #9f9f9f;
}



/* ---- Single Entry Post ---- */

.single-entry-data{
padding:15px 0 0 0;
font-size: 14.4px;
color: #9f9f9f;
}

.pages{
font-weight:bold;
}

.pages a{
text-decoration:underline;
}



/* ---- Comments ---- */
#comment-area{
}

#comment-area ul.commentlist{
list-style:none;
}

#comment-area ul.commentlist li{
padding:0 0 10px 0;
}

#comment-area ul.commentlist ul{
padding:0 0 0 20px;
}

#comment-area ul.commentlist li li{
padding:10px 0 0 0;
}

#comment-area ul.commentlist ul ul{
padding:0 0 0 40px;
}

#comment-area ul.commentlist ul ul ul{
padding:0 0 0 60px;
}

#comment-area ul.commentlist ul ul ul ul{
padding:0 0 0 80px;
}

#comment-area ul.commentlist ul ul ul ul ul{
padding:0 0 0 100px;
}

#comment-area ul.commentlist ul ul ul ul ul ul{
padding:0 0 0 120px;
}

#comment-area ul.commentlist .comment-author,
#comment-area ul.commentlist .comment-text,
#comment-area ul.commentlist .comment-text p,
#comment-area ul.commentlist .comment-date{
display:inline;
}

#comment-area ul.commentlist .comment-author{
font-weight:bold;
}

#comment-area ul.commentlist .comment-text p,
#comment-area ul.commentlist .comment-date a{
}

#comment-area ul.commentlist .comment-reply,
#comment-area ul.commentlist .comment-reply a{
display:inline;
color: #9f9f9f;
}

#comment-area #respond{
}

#comment-area #respond .cancel-comment-reply{
padding:5px 0;
}

#comment-area #respond input,
#comment-area #respond textarea{
padding:4px;
margin:0 0 10px 0;
border: 1px solid #9f9f9f;
}

#comment-area #respond .label-container{
position:relative;
}

#comment-area #respond .label-container label{
position:absolute;
top:4px;
padding:0 0 0 10px;
}

#comment-area #respond input#submit{
background: #ffffff;
color: #9f9f9f;
}

#comment-area #respond #contact-failed,
#comment-area #respond #contact-success{
padding:7px;
border: 1px solid #9f9f9f;
margin:0 0 10px 0;
}



/* ---- Footer ---- */

#footer {
background: #ffffff;
border-bottom-left-radius: 0px;
-moz-border-radius-bottomleft: 0px;
-webkit-border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
-moz-border-radius-bottomright: 0px;
-webkit-border-bottom-right-radius: 0px;
height: 36px;
}

#footer a {
font-size: 13.5px;
color: #9f9f9f;
}

#footer a:hover {
color: #333333;
}

#footer .Left {
font-size: 16px;
height: 36px;
line-height: 36px;
margin: 0 0 0 20px;
float: left;
}

#footer .Right{
height: 36px;
line-height: 36px;
margin: 0 20px 0 0;
float: right;
}

#footer-info {
color: #9f9f9f;
padding: 4px;
text-align: center;
}

#footer-info p {
display: inline;
}

#footer-info a {
color: #9f9f9f;
}

#footer-info a:hover {
color: #333333;
}
