/* CSS Document */

/* LAYOUT ELEMENTS */

body {
	background-color: #896F58;
	background-image: url(http://www.loradeeprose.com/images/bg-tile.jpg);
	background-repeat: repeat;
	margin: 0;
	padding: 0;
	height: 100%
	}
	
#page {
    /*
     * If you want to make the page a fixed width and centered in the viewport,
     * this is the standards-compliant way to do that. See also the ie.css file
     * for the necessary IE5 hack to center a div.
     */
	width: 826px;
    margin-left: auto;
    margin-right: auto;
	margin-bottom: auto;
	margin-top: 20px;
	padding: 0;
	height:100%;
  }
  
#header {
	width: 826px;
	height: 219px;
	margin: 0;
	padding: 0;
	background-image: url(http://www.loradeeprose.com/images/header_bg.gif);
	background-repeat: no-repeat;
	}
	
#main {
	width: 726px;
	min-height: 300px;
	height: 100%;
	margin: 0;
	padding: 10px 30px 20px 70px;
	background-image: url(http://www.loradeeprose.com/images/midtile_bg.gif);
	background-repeat: repeat-y;
	overflow: visible;
	}
	
#footer {
	width: 826px;
	height: 109px;
	margin: 0;
	padding: 0;
	clear: both;
	background-image: url(http://www.loradeeprose.com/images/footer_bg.gif);
	background-repeat: no-repeat;
	}
	
#content {
	width: 500px;
	margin: 0 10px 0 0;
	float: left;
	}
	
#sidebar {
	width: 200px;
	height: 100%;
	margin: 0 0 0 10px;
	float: right;
	}

#menu {
	padding: 180px 30px 0 70px;
	}
	
#footer-inner {
	padding: 60px 30px 0 155px;
	text-align: center;
	}
	
/* STYLING ELEMENTS */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	}
	
#header {
	font-style: italic;
	font-size: 16px;
	}
	
#content {
	font-size: 12px;
	line-height: 18px;
	}
	
#sidebar {
	font-size: 11px;
	line-height: 16px;
	}
	
#footer-inner {
	font-size: 9px;
	line-height: 13px;
	}
	
.post {
	margin: 0;
	padding: 0 0 15px 0;
	}
	
h1, h2 {
	font-weight: 100;
	color: #442D10;
	margin: 0;
	padding: 0;
	}
	
h3 {
	font-style: italic;
	font-weight: 100;
	color: #333333;
	margin: 0;
	padding: 0 0 10px 0;
	}
	
h1 {
	font-size: 2em;
	line-height: 1.3em;
	}
	
h2 {
	font-size: 1.5em;
	line-height: 1.3em;
	}
	
h3 {
	font-size: 1.2em;
	line-height: 1.3em;
	}
	
#sidebar .titles {
	font-size: 14px;
	line-height: 1.3em;
	font-style: italic;
	color: #660000;
	font-weight: 100;
	margin: 0;
	padding: 5px 5px 0 5px;
	}
	
#sidebar .headlines {
	padding: 0 0 5px 0;
	text-align: center;
	}
	
#sidebar .articles, #sidebar .archives {
	padding: 0 0 20px 0;
	}
	
#sidebar .archives, #sidebar .contact {
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	}

#sidebar .titleends {
	padding: 0;
	vertical-align: top;
	}
	
a, a:hover, a:active, a:visited {
	color: #621119;
	text-decoration: none;
	}
	
.post-inner a, .post-inner a:hover, .post-inner a:active, .post-inner a:visited, #sidebar a, #sidebar a:hover, #sidebar a:active, #sidebar a:visited, .comment-link a, .comment-link a:hover, .comment-link a:active, .comment-link a:visited {
	border-bottom: 1px dotted #666666;
	}
	
a:hover {
	background-color: #C2A785;
	}
	
a:active {
	background-color: #621119
	}
	
img {
	border: none;
	}
	
.icon-action {
	margin: 0 3px 0 3px;
	}

.post-inner img {
	border: 1px dotted #666666;
	padding: 3px;
	margin: 0 5px 5px 0;
	}
	
#menu a, #menu a:hover, #menu a:active, #menu a:visited {
	border: none;
	}
	
#footer-inner a, #footer-inner a:hover, #footer-inner a:active, #footer-inner a:visited {
	font-size: 10px;
	font-style: italic;
	}
	
.menuitem, .footeritem {
	margin: 0 20px 0 0;
	}
	
.byline {
	color: #333333;
	text-transform: uppercase;
	font-size: 9px;
	line-height: 13px;
	padding: 10px 0 0 0;
	}
