/*
Theme Name: Digital Day
Theme URI: http://www.digital-day.net/
Description: The first Digital Day theme.
Version: 1.0
Author: [vladi]
Author URI: http://vkde.rothramus.net/
Tags: custom header, fixed width, two columns, widgets
*/

* {
	padding: 0;
	margin: 0;
}

/************************************* HTML DEFINITIONS *************************************/

body {
	background: #ccc;
	font-family: Calibri, Arial, Helvetica, sans-serif;
}

a {
	color: maroon;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p, ol, li {
	margin-bottom: 12pt;
}

h1, h2, h3, h4 {
	font-family: Cambria, Trebuchet MS, Arial, Helvetica, sans-serif;
}

h2 {
	color: maroon;
	margin-top: 20px;
}

h3, h4 {
	color: #aaa;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	margin-top: 15px;
}

textarea {
	width: 500px;
}

li {
	margin-left: 25px;
}

blockquote {
	margin: 5px 15px 15px 15px;
	padding: 10px;
	background: #eee;
	border: 1px #ccc solid;
	font-style: italic;
	font-size: 1.1em;
}
/************************************* HEADER *************************************/

#header {
	width: 100%;
	height: 150px;
	background: url("images/header-back.png") repeat-x;
}

#header-content {
	width: 1000px;
	height: 200px;
	margin: 0 auto;
}

#header h1 {
	font-family: Courier New;
	padding: 25px 15px;
}

#header h1 a {
	color: #eee;
	text-decoration: none;
}

/************************************* CONTAINER *************************************/

#container {
	position: relative;
	top: -65px;
	width: 1000px;
	margin: 0 auto;
	background: url("images/content-back-mid.png") repeat-y;
}

#content-start {
	position: relative;
	top: -15px;
	width: 1000px;
	height: 15px;
	background: url("images/content-back-top.png") no-repeat;
}

#content {
	position: relative;
	width: 970px;
	padding: 0 15px;
}

#content-end {
	position: relative;
	top: 15px;
	width: 1000px;
	height: 15px;
	background: url("images/content-back-bot.png") no-repeat;
}

/************************************* MAIN CONTENT *************************************/
#main {
	width: 572px;
	padding: 0 10px;
}

/************************************* SIDEBAR *************************************/

#sidebar {
	position: relative;
	top: -130px;
	float: right;
	width: 358px;
}

#ddimage {
	position: relative;
	top: 40px;
	left: 3px;
 	z-index: 2;
 	width: 360px;
 	height: 275px;
	background: url("images/ddimage.png") no-repeat;
}

#rss {
	position: relative;
	top: -225px;
	left: 13px;
 	z-index: 3;
 	width: 36px;
 	height: 36px;
}

#donate {
	width: 321px;
	margin: 10px auto;
	padding: 10px;
	background: #ffc;
	border: maroon 1px solid;	
}

#donate fieldset { 
	border: 0;
	margin: 0;
	padding: 0px;
}  

#donate .paypal { 
	display: inline;
	width: 92px;
	height: 26px;
	vertical-align: middle;
	margin-left: 5px;
}  

#advertisement {
	float: right;
	width: 160px;
	text-align: center;
}

#advertisement .adv {
	width: 160px;
	padding: 0;
	background: white;
	border: 0;
	margin: 0 0 10px 0;
}

#navigation, #links, #links2, #links3 {
	float: left;
	width: 166px;
}

#navigation a, #links a, #links2 a, #links3 a {
	display: block;
	width: 100%;
	height: 15px;
	border-bottom: #999 1px solid;
	padding: 2px 10px 7px 10px;
}

#navigation a:hover, #links a:hover, #links2 a:hover, #links3 a:hover {
	text-decoration: none;
	background-color: #eee;
}

/************************************* FOOTER *************************************/

#footer {
	position: relative;
	top: -50px;
	width: 970px;
	height: 25px;
	margin: 0 auto;
	padding: 0 15px;
}

#vkde {
	float: right;
}

#vkde a {
	color: black;
	text-decoration: none;
}

#poweredby {
	position: relative;
	display: block;
	text-align: center;
}
/************************************* CLASSES *************************************/

.sectiontitle {
	color: #666;
	font-size: 14pt;
	font-variant: small-caps;
	font-family: Book Antiqua;
	font-weight: bold;
	margin-bottom: 7px;
}

div#navigation a + br {
	display: none;
}

#footer li {
	display: inline;
	margin: 0;
	padding: 0;
}
#footer li:after {
	content: " - ";
}

div.post small, div.page small {
	color: #999;
}

.entry {
	margin: 30px 0;
}

ol.commentlist li.comment {
	margin-top: 10px;
	padding: 10px;
	background: #eee;
	border: #ccc 1px solid;
}

.postmetadata {
	color: #999;
	margin-top: 10px;
}

.commentmetadata {
	font-size: 9pt;
	margin-bottom: 10px;
}

.commentmetadata a {
	color: #999;
}

.alignleft {
	text-align: left;
}

.alignright {
	text-align: right;
}

.cl {
	clear: left;
}

.cr {
	clear: right;
}

.cb {
	clear: both;
}

.border-float {
	float: left;
	margin: 0 10px 10px 0;
	background: white;
	padding: 5px;
	border: 1px #ccc solid;"
}

a img {
	border: 0;
}

