/*
Theme Name: dds
Theme URI: http://www.danipastor.es
Version: 1
Description: White 2 column theme with an orange rising sun banner.
Author: danieldisseny
Author URI: http://www.danieldisseny.com/
Tags: two columns, right sidebar, widget ready, fixed width, rising sun, simple, white, orange, black
*/

/* -standards- */

body {
	color: #000000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: .75em;
	display: block;
	}
p {
	text-align: left;
	}
h2 {
	font-size: 1.2em;
	text-transform: uppercase;
	margin:0px;
	padding:0px;
	}
a {
	color: #b1c800;
	font-weight:bold;
	text-decoration: none;
	}
a:hover {
	text-decoration:line-through;
	}
blockquote {
	background: url("images/blockquote.jpg") no-repeat top left;
	font-style: italic;
	padding-left: 30px;
	}
#navlink {
	margin: 30px 0 30px 0;
	}
img{
	border:0px;
}
/* -header- */

#topbar {
	width: 800px;
	}
.blogtitle {
	color: #ff7e00;
	font-weight: bold;
	text-transform: uppercase;
	}
.blogdescription {
	color: #a9a9a9;
	text-transform: uppercase;
	}
#banner {
	background: url("images/banner.jpg") no-repeat top left;
	border: 10px solid #000000;
	height: 224px;
	width: 480px;
	}

/* -content- */

#contentwrap {
	margin-top: 0px;
	width: 800px;
	}
#content {
	float: left;
	margin-right: 2px;
	width: 500px;
	background-color:#FFFFFF;
	}

/* -navigation- */

#navigationwrap {
	float: left;
	margin-bottom: 30px;
	}
#navigation {
	
	width: 250px;
	}
#navigation a{
	color:#FFFFFF;
	text-decoration:none;
}
#navigation a:hover{
	text-decoration:line-through;
}
#navigation div.navtitle {
	background: #000000;
	padding: 10px;
	}
#navigation h2 {
	color: #ffffff;
	font-weight: normal;
	text-transform: uppercase;
	}
#navigation h2.small, #navigation h2.widgettitle {
	color: #ffffff;
	font-size: .9em;
	font-weight: bold;
	margin-top: 20px;
	padding: 3px;
	text-transform: uppercase;
	}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#navigation li {
	list-style: none;
	}
#navigation ul li {
	padding: 3px 3px 3px 10px;
	}

/* -post and entries- */

.postdate {
	color: #000000;
	font-size: 1em;
	font-weight: bold;
	margin-top: 13px;
	text-transform: uppercase;
	}
.pagetitle {
	color: #000000;
	font-size: 2em;
	font-weight: bold;
	margin-top: 20px;
	text-transform: uppercase;
	}
.posttitle {
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	}
.posttitle a {
	color: #000000;
	}
.posttitle a:hover {
	color: #000000;
	text-decoration:line-through;
	}
.postmetadatabottom {
	background: #b1c800;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

	margin: 15px 0 15px 0;
	padding: 3px;
	width: 100px;
	}
.postmetadatabottom a {
	color: #FFFFFF;
	font-weight:bold
	text-decoration:none;
	}
.postmetadatabottom a:hover {
	color: #ffffff;
	text-decoration:none;
	}
.entry {
	border-bottom: 1px dotted #a9a9a9;
	padding-bottom: 10px;
	}

/* -search form- */

#searchsubmit {
	display: none;
	}
#s {
	background: #FFFFFF url("images/magnifier.png") no-repeat top left;
	border: none;
	color: #000000;
	padding: 1px 2px 1px 17px;
	width: 180px;
	}

/* -footer- */

#footer {
	clear: both;
	color: #a9a9a9;
	padding: 0px 0 35px 0;
	width: 800px;
	}
#footer a {
	color: #000000;
	}

/* -comments- */

#comments {
	clear: both;
	padding-top: 20px;
	}
.comment-info-split {
	clear: both;
	}
.commentmetadata {
	text-transform: uppercase;
	}
.commentlist div.alt {
	background: #a9a9a9;
	color: #000000;
	padding: 10px;
	}
.commentlist div {
	padding: 10px;
	}
.comment-div {
	display: block;
	}
.comment-left {
	width: 30%;
	}
.comment-right {
	width: 70%;
	}

/* -floats -*/

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

.alignleft {
   float: left;
}

.alignright {
   float: right;
}
