#hd {
	margin-bottom: 10px;
}

#hdTitle {
	font-family: Verdana;
	font-variant: small-caps;
	margin-top: 5px;
	padding-right: 15px;
	background-position: left top;
	height: 175px;
	font-weight: bold;
	padding-top: 15px;
	padding-left: 5px;
	color: white;
	font-size: 150%;
	background-repeat: no-repeat;
	background-image: url(http://images.rossillo.net/assets/weblog/images/header3.jpg);
	text-align: right;
}

body {
}

h1 {
	font-weight: bold;
	font-size: 140%;
}

h2 {
	font-size: 110%;
}

h3, h4 {
	font-family: Georgia;
	font-weight: bold;
	color: #ce4f11;
}

h3 {
	font-size: 131%;
}

h4 {
	font-size: 123.1%;
}

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

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

a:visted {
	text-decoration: none;
	color: #333333;
}

ul {
	padding-left: 4px;
	list-style-type: none;
}

ul.categories {
	padding-left: -15px;
	list-style-type: none;
}

.sidebarItem {
	margin-bottom: 15px;
}

.sidebarItemTitle {
	margin-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-color: #ce4f11;
	border-bottom-style: dashed;
	padding: 2px;
	color: #ce4f11;
	font-weight: bold;
	font-size: 100%;
}

.sidebarItemContent {
	padding-left: 5px;
	list-style-type: square;
	color: #333333;
}

.noBox {
	border: none;
}

#ft {
	font-size: 95%;
	font-family: Helvetica;
	padding-bottom: 10px;
	padding-top: 20px;
	color: #666666;
	text-align: center;
}

.postedBy {
	padding-bottom: 5px;
	padding-top: 3px;
	font-size: 90%;
}

.tags {
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 5px;
	margin-top: 2px;
	background-color: #e7e7e7;
	word-spacing: 5px;
	padding: 2px;
	border-width: 1px;
	border-color: #a7a7a7;
	border-style: solid;
	font-size: 95%;
}

.formLabel {
	margin-right: 0px;
	margin-left: 0px;
	width: 100%;
	padding-bottom: 3px;
	padding-top: 2px;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 10px;
	font-size: 110%;
}

.errorBox {
	padding-right: 3px;
	padding-left: 3px;
	border-color: #ff0f0f;
	border-style: solid;
	border-width: 1px;
	background-color: #eeffc4;
	font-weight: bold;
}

.error {
	padding-bottom: 5px;
	padding-top: 3px;
	font-weight: bold;
	color: #ff2b1f;
	font-size: 95%;
}

input[type="text"] {
	width: 100%;
	padding-bottom: 3px;
	padding-top: 2px;
	font-size: 13px;
}

.formButtons {
	margin-bottom: 20px;
	margin-top: 15px;
	padding-bottom: 6px;
	padding-top: 5px;
}

input[type="checkbox"] {
	padding-right: 5px;
	margin-right: 5px;
	padding-left: 10px;
	margin-left: 10px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	margin-top: 5px;
}

.formDialogContainer {
	padding-right: 10px;
}

.entryDivider {
	border-right-width: 0px;
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: none;
	border-top-style: dashed;
	border-left-width: 0px;
	border-bottom-width: 0px;
	border-top-width: 1px;
	border-top-color: #cccccc;
	width: 100%;
}

#breadcrumbs {
	margin-top: 5px;
	color: #333333;
	font-family: Helvetica;
}

#breadcrumbs a {
	margin-top: 5px;
	color: #333333;
	font-family: Helvetica;
}

.breadcrumbDivider {
	color: #ce4f11;
}

.sectionDescription {
	margin-bottom: 10px;
	padding-right: 7px;
	padding-left: 7px;
	color: #333333;
	background-color: #e7e7e7;
	padding-bottom: 10px;
	padding-top: 7px;
	font-family: Georgia;
	font-size: 115%;
}

/* Blog Entry specific styles */
.blogEntry {
	font-family: Georgia, "Lucida Grande";
	margin-bottom: 1.5em;
}

.blogEntry ul {
	list-style-position: outside;
	list-style-type: disc;
}

.blogEntryTitle {
	font-family: Georgia;
	font-weight: bold;
	font-size: 140%;
	color: #ce4f11;
}

.blogEntrySubTitle {
	font-size: 95%;
	font-style: italic;
	color: #333333;
}

.blogEntryTitle a {
	color: #ce4f11;
	text-decoration: none;
}
.blogEntryTitle a:visted {
	color: #ce4f11;
	text-decoration: none;
}
.blogEntryTitle a:hover {
	text-decoration: underline;	
	color: #ce4f11;
}

.storyBody {
	font-family: Georgia;
	font-size: 105%;
	line-height: 1.5em;
	text-align: justify;
	margin-bottom: 10px;
	margin-top: 5px;
	word-wrap: normal;
	word-break: normal;
}
.storyBody p {
	font-family: Georgia;
	margin-bottom: 10px;
	margin-top: 5px;
}
.comment {
	font-family: Georgia;
	font-size: 100%;
	line-height: 1.3em;
	text-align: justify;
	margin-bottom: 10px;
	margin-top: 5px;
	word-wrap: normal;
	word-break: normal;
}
.storyBody ul>li {
	padding-left: 5px;
	margin-left: 20px;
	list-style-position: outside;
	list-style-type: circle;
}
.entrySummary {
	line-height: 1.3em;
	font-size: 110%;
	margin-bottom: 10px;
	margin-top: 5px;
	text-align: justify;
}


