/*   
Theme Name: DGDARC
Theme URI: www.dgdarc.nl
Description: The official DGDARC Wordpress theme..!
Author: Maarten Wiedenhof
Author URI: www.wiedenhof.name
Tags: dark, dgdarc, fixed width, two columns, widgets
Version: 0.2
*/

/*
To do:
- logo verkleinen
- top-gradient langer maken
- top-gradient lichter maken
*/

/*
Gebruikte kleuren:
#E6E6E6 (lichtgrijs)
#999999 (grijs)
#ed433b (DGDARC-rood)
*/

body {
margin: 0;
padding: 0;
background-color: #242424;
background-image: url(images/back_pixmap.png);
background-attachment: fixed;
color: #E6E6E6;
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-size: 13px;
}

#page {
width: 740px;
margin: 0 auto;
}

#top {
height:160px;
background-image: url(images/top_gradient.png);
background-repeat: repeat-x;
}

#header {
height: 180px;
width:100%;
margin: 0 auto;
background-image: url(images/dgdarc.png);
background-repeat: no-repeat;
background-position: center center;
}

#menu {
padding: 0;
margin: 0;
margin-bottom: 8px;
text-align: center;
font-size: 16px;
}

#menu ul, #menu ul li {
margin: 0;
padding: 0;
list-style-type: none;
display: inline;
}

#menu a {
white-space: nowrap;
color: #E6E6E6;
text-decoration: none;
font-weight: bold;
margin: 0 8px;
}

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

#wrapper {
border: 2px solid #000;

-moz-border-radius: 5px;
-khtml-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;

overflow: auto;
width: 736px;
background-color: #242424;
background-image: url(images/back_pixmap_overlay.png);
background-attachment: fixed;
}

#sidebar ul {
list-style-type: none;
padding: 0;
}

#sidebar {
padding: 0 19px;
float: right;
width: 208px;
}

#content {
padding: 0 19px;
float: left;
width: 450px;
text-align: justify;
border-right: 2px dashed #000;
}

#fullcontent {
padding: 0 19px;
text-align: justify;
}

#footer {
color:gray;
text-align:center;

font-size:11px;
}

#footer {
margin: 10px 0;
}

#footer p {
margin: 0;
padding: 0;
}

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

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

a {
color: #ed433b;
text-decoration: none;
}

a:hover {
color: #999999;
text-decoration: underline;
}

ul {
list-style-type: square;
}

h2 {
color: #f8fb9d;
margin-top: 25px;
margin-bottom: 10px;
font-weight: bold;
}

h2 a {
color: #9bd882;
text-decoration: none;
}

h2 a:hover {
color: #cdf3bf;
text-decoration: none;
}

.feed {
margin-left: 3px;
padding: 0 0 0 19px;
background: url("images/feed14.png") no-repeat 0 50%;
}

.alignleft {
float: left;
}

.alignright {
float: right;
}

.aligncenter, div.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}

.clear {
clear:both;
}

.noborder: {
border-style: none;
}

blockquote {
color: #999999;
margin: 15px 30px 0 10px;
padding-left: 20px;
border-left: 2px solid #999999;
}

blockquote cite {
margin: 5px 0 0;
display: block;
}

a img {
border-style: none;
}

.wp-caption {
margin: 0;
}

.wp-caption img {
margin: 0;
padding: 0;

border: 2px solid #000;

margin-left: auto;
margin-right: auto;
}

p.wp-caption-text {
color: #999999;
text-align: center;
margin: 10px 0;
}