/*
Theme Name: All Sweets
Theme URI: http://www.allsweets.com/
Description: All Sweets WordPress theme
Version: 1.0
Author: Theme Lab
Author URI: http://www.themelab.com/
*/

body {
	font: 13px/19px Arial, Helvetica, sans-serif;
	color: #171717;
	background: #590000;
}
* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	background: url(images/header.jpg) no-repeat left top;
	text-align: left;
	margin: 20px auto;
	width: 770px;
}
h1 {
	line-height: 53px;
	display: block;
	float: left;
	width: 260px;
}
a {
	color: #711516;
}
a:hover {
	color: #000000;
}

h1 a {
	background: #CAB8A0 url(images/logo.gif) no-repeat left top;
	text-indent: -900em;
	display: block;
	margin: 30px 30px 0 30px;
	width: 230px;
}
h2 {
	background: url(images/heading.gif) no-repeat left top;
	font-size: 18px;
	line-height: 30px;
	color: #333333;
	padding-left: 30px;
	margin-bottom: 10px;
}
h2.featured {
	color: #FFFFFF;
	background: url(images/featured-header.gif) no-repeat left top;
	margin-left: 2.5px;
	margin-bottom: 0px;
}


#header {
	background: #D9CAB3 url(images/header.jpg) no-repeat center top;
	height: 219px;
	position: relative;
}
#header ul {
	display: block;
	float: right;
	margin: 53px 30px 0 0;
	width: 450px;
}
#header ul li {
	display: inline;
}
#header ul li a {
	display: block;
	padding: 9px 13px;
	float: right;
	font: bold 13px/16px Arial, Helvetica, sans-serif;
	color: #1A0605;
	text-decoration: none;
}
#header ul li a:hover {
	text-decoration: underline;
}
#content {
	background: url(images/content-background.gif) repeat-y left top;
}

#left {
	float: left;
	width: 492px;
	margin-left: 25px;
}

#left p { padding:5px; }

#sidebar {
	float: right;
	width: 220px;
	margin-right: 25px;
}

.clear {
	clear: both;
	height: 10px;
	display: block;
}
.featured {
	margin: 0 0 0 2.5px;
}
.featured li {
	background: #D9CAB3 url(images/box.gif) no-repeat left top;
	height: 143px;
	width: 122px;
	list-style: none;
	overflow: hidden;
	float: left;
}
.featured a img {
	border-style: none;
	display: block;
	width: 97px;
	height: 66px;
	margin: 11px auto 5px auto;
}
.featured li a strong {
	display: block;
	color: #977C55;
	margin-left: 20px;
}
.featured li a {
	display: block;
	text-decoration: none;
}
.featured a em {
	display: block;
	font-style: normal;
	margin-left: 15px; 
}
#header p {
	font: lighter 20px/26px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	display: block;
	clear: both;
	position: absolute;
	bottom: 0px;
	left: 25px;
	width: 700px;
}
#footer {
	background: #590000 url(images/footer.gif) no-repeat center top;
	padding: 30px;
}

.photo {float:right;padding:0 0 5px 15px;}

.ddsg-wrapper ul { padding-left:20px; }

.ddsg-wrapper h2 { background:none; padding-left:0; }

ul.list { padding-left:20px; }

.tags { padding:10px; }