/*--- Main ---*/
* {
	margin: 0;
}
html {
	height: 100%;
}
body {
	margin: 0;
	height: 100%;
	background: #eeeeee url(/images/page_border.png) repeat-x;
}

hr {
	border: 0 #cccccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

li {
	line-height: 1.75em;
}

.icon {
    float: left;
    margin: -13px auto auto -80px;
}

.pagination {
	text-align: center;
}

/*--- Wrapper ---*/

#wrapper {
    min-height: 100%;
	height: auto !important;
	height: 100%;
    margin-left: auto;
	margin-right: auto;
	margin-bottom: -8em;
	padding-bottom: -10px;
	width: 1120px;
}

#content {
    padding-top: 64px;
}

/*--- Title ---*/

#title_div {
    border: 0 #e0e0e0 solid;
    border-bottom-width: 5px;
    margin-bottom: 60px;
}
#title_div h1 {
    margin-bottom: 0 !important;
	display: inline;
}
#title_div h1 a {
    color: #333333;
	text-decoration: none;
	display: inline;
}

.page_title {
	display: inline;
	color: #e0e0e0;
}

/*--- Nav ---*/

#nav {
    padding-top: 40px;
    float: right;
}
#nav a {
    color: #666666;
}

/*--- Footer ---*/

.footer, .push {
	height: 4em;
	padding-top: 3em;
	padding-bottom: 1em;
	width: 1120px;
	margin-left: auto;
	margin-right: auto;
}

.footer_nav {
    padding-top: 5px;
    float: right;
    font-size: 0.85em;
}

.footer_nav a {
    color: #666666;
}

.copyright {
    padding-top: 5px;
    margin-left: 32px;
    float: right;
    font-size: 0.85em;
    font-weight: bold;
}

.contact {
	padding-top: 0.8em;
}
.contact_item, .contact_item_start, .contact_item_end {
	text-align: center;
	float: left;
	width: 235px;
	color: #d0d0d0 !important;
	font-size: 0.85em;
}
.contact_item_start {
	text-align: left;
	width: 117px;
}
.contact_item_end {
	text-align: right;
	width: 117px;
}

/*--- Journal Entries ---*/

.journal_entry_date {
	display: inline;
	float: left;
}

.journal_entry_author {
	display: inline;
	float: right;
}

.journal_entry_title {
	display: inline;
}

.journal_entry_prose {
	border: 0 #e0e0e0 solid;
    border-bottom-width: 5px;
	margin-bottom: 60px;
}

/*--- Journal Categories ---*/

.journal_category {
	border: 0 #e0e0e0 solid;
    border-bottom-width: 5px;
	margin-bottom: 60px;
}

.journal_category_title {
	display: inline;
}

/*--- Three Dimensional Artworks ---*/

.three_dimensional_artwork_date {
	display: inline;
	float: left;
}

.three_dimensional_artwork_meta {
	padding-top: 10px;
	padding-bottom: 20px;
}

.three_dimensional_artwork_author {
	display: inline;
	float: right;
}

.three_dimensional_artwork_title {
	display: inline;
}

.three_dimensional_artwork_images {
	text-align: center;
}

.three_dimensional_image {
	border: 5px #e0e0e0 solid;
	margin-bottom: 60px;
}

.three_dimensional_artwork_cover_image {
	text-align: center;
	border: 0 #e0e0e0 solid;
    border-bottom-width: 5px;
	margin-bottom: 60px;
}

/*--- About ---*/

.powered_by {
	text-align: center;
	color: #cccccc;
	margin-top: 60px;
	margin-bottom: 60px;
}
.powered_by a {
	color: #cccccc;
}
