/* Generic Styling */
body {
background:url(images/bg-body.png) repeat-x top center #E8F7F9;
font-family:"Microsoft Sans Serif", Serif, Sans-Serif, "Sans Serif", Verdana, Arial, Helvetica;
font-size:65%;
color:#222;
}

* {
margin:0;
padding:0;
}

img {
border:0;
}

p {
margin-bottom:1.75em;
}

P.indented
   {
   padding-left: 20pt;
   }

a {
text-decoration:none;
color:#6667DC;
}

a:hover {
text-decoration:none;
color:#6CC7DC;
}

/* Structure */
#wrapper {
width:700px;
background:#fff;
font-size:1.2em;
margin:0 auto;
}

#header {
height:140px;
background:url(images/bg-header2.jpg) no-repeat;
}

#menu {
height:35px;
line-height:35px;
background:url(images/bg-menu.png) repeat-x;
padding:0 10px;
}

#sidebar {
float:right;
width:180px;
background:#efefef;
margin-right:10px;
}

#content {
float:left;
width:500px;
min-height:400px;
}

#footer {
clear:both;
height:100px;
background:url(images/bg-footer.jpg) no-repeat;
}

/* Entries */
.entry {
font-size:1.2em;
text-align:justify;
line-height:1.75em;
padding:5px 10px;
}

.entry-title {
font-size:1.5em;
font-weight:400;
letter-spacing:-1px;
text-align:left;
}

/* Menu */
#menu ul {
list-style-type:none;
color:#ccc;
}

#menu li {
float:left;
margin-right:2px;
padding:0 15px;
}

#menu li a {
color:#fff;
display:block;
}

#menu li a:hover {
background:url(images/bg-menu-hover.png) no-repeat center center;
}

/* Sidebar */
#sidebar ul {
list-style-type:none;
margin-top:10px;
color:#ccc;
}

#sidebar li {
border-bottom:1px solid #ddd;
padding-left:5px;
height:20px;
line-height:20px;
}

#sidebar li a {
display:block;
color:#222;
}

#sidebar li a:hover {
background:#edebed;
color:#6CC4D8;
}

#sidebar-bottom {
height:20px;
background:url(images/bg-sidebar-bottom.gif) no-repeat top center;
}

/* Footer */
#footer-valid {
float:left;
padding-top:30px;
padding-left:20px;
cursor:default;
color:#fff;
}

#footer-valid a {
color:#fff;
text-decoration:none;
}

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

/* Heading's */
h1 {
font-size:2.5em;
font-weight:400;
cursor:default;
position:relative;
top:50px;
left:30px;
letter-spacing:1px;
color:#aaa;
font-style:italic;
}

h2 {
font-size:1.25em;
font-weight:400;
cursor:default;
letter-spacing:1px;
color:#aaa;
font-style:italic;
}

/* Feed */
#feed {
height:25px;
width:136px;
background:url(images/bg-feed.gif) no-repeat;
padding-left:25px;
margin:0 auto;
}

a.feed-button {
display:block;
width:120px;
height:25px;
color:#0F0;
text-decoration:none;
}

a:hover.feed-button {
background-position:0 -25px;
color:#FF0;
}

/* Extra's*/
#ad-top {
width:480px;
height:72px;
padding:5px;
}

/**************************************************************
   Generic Display 
 **************************************************************/
.block {
display:block;
}

.clear {
clear:both;
}

.marginRight {
margin-right:15px;
}

.paddingLeft {
padding-left:5px;
}

.paddingRight {
padding-right:5px;
}

.floatLeft {
float:left;
}

.floatRight {
float:right;
}

.alignLeft {
text-align:left;
}

.alignRight {
text-align:right;
}

.alignTop {
vertical-align:top;
}

.alignMiddle {
vertical-align:middle;
}

.alignBottom {
vertical-align:bottom;
}

.lightBlueBg {
background-color:#EAF2F5;
}

.dark {
color:#353E47;
}