* {
	margin: 0;
	padding: 0;
}

body {
	margin: 15px 0;
	background: #7A0026 url(images/img01.gif);
	font: normal small Arial;
	color: #7A0026;
}

h1, h2, h3 {
	
	font-family: Georgia;
	font-weight: normal;
	color: #7A0026;
}

ul {
	margin-left: 2em;
}

ul li {
}

ol {
	margin-left: 2em;
}

ol li {
}

a {
	color: #7A0026;
}

a:hover {
	text-decoration: none;
	color: #7A0026;
}

img {
	border: none;
}

/* Boxed Style */
.boxed .title {
	height: 15px;
	padding: 5px 0 0 5px;
	background: #8CBEF5 url(images/img03.gif) repeat-x left bottom;
	border: 1px solid #7A0026;
	font-size: 0,6em;
	color: #FFFFFF;
}

.boxed .content {
	margin: 0 0 10px 0;
	padding: 5px;
	background: #DCEBFC;
}

/* Post */

.post {
	padding: 5px 5px 0 5px;
}

.post .title {
	margin-bottom: 0px;
	padding: 3px 0 5px 0;
	background: url(images/img04.gif) repeat-x left bottom;
	border-bottom: 2px solid;
	font-size: 1.5em;
}

.post .date {
	float: right;
	padding: 5px 10px;
	font-size: x-small;
}



.post .meta {
	padding	: 5px 10px;
	font-size: x-small;
}


.post .story {
	clear: both;
	padding: 5px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}

.post .story p, .post .story blockquote, .post .story ul, .post .story ol {
	margin-bottom: 1em;
	line-height: 150%;
}

/* Page */

#page {
	width: 600px;
	margin: 0 auto;
	background: #FFFFFF;
	border: 5px solid #330010;
}

/* Logo */

#logo {
	height: 200px;
	background: url(www.pasticceriacaprice.net/images/img02.jpg);
}
/* Content > Menu */

#menu {
	height: 50px;
	background: #330010;
}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	margin-left: 20px;
	padding: 20px 0 2px 0;
	border-bottom: 4px solid #330010;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	border-bottom-color: #FFFFFF;
}

#menu .active a {
	border-bottom-color: #FFFFFF;
}

/* Footer */

#footer {
	clear: both;
	padding: 5px;
	background: #ffffcc;
}

#footer p {
	margin: 0;
	font-size: x-small;
	color: #330000;
}

#footer a {
	color: #330000;
}