body {
	margin:50px 0px;
	padding:0px; 
	text-align:center; 
	background-color: #000;
	font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 16px;
	}
a:link { 
	color: #841D18;
	font-weight:bold;
	}
a:visited { 
	color: #841D18;
	font-weight:bold;
	text-decoration:underline;
	}
a:hover { 
	color: #666;
	text-decoration: underline;
	}
a:active { 
	color: #333333;
	}	

h2 {
        color: #841D18;
        }
	

#Main {
	width:800px;
	margin:0px auto; 
	text-align:left; 
	padding:1px;
        border: 1px solid #fff;
		background:#FFFFFF;
	}
	
#Content {
	padding:10px /* 300px 10px */ 15px;
        background:#FFF2DB url(/wp-content/themes/Adopted2/images/texturebackground.jpg);
	}
	
#Header {
	background-color: #000;
	text-align:center;
    }
	
#Footer {
	background-color: #F3DDB8;
	font-size:12px;
	text-align: center;
	padding: 5px;
	clear:both;
    }

/* Header Nav */
h1#header,h1#header a, h1#header-2,h1#header-2 a {
margin:0;
padding:0;
}
h1#header a, h1#header-2 a {
display:block;
background:url(/wp-content/themes/Adopted2/images/banner.jpg) no-repeat;
width:799px;
height:100px;
outline:none;
text-indent:-9999px;
}
h1#header-2 a {
background:url(/wp-content/themes/Adopted2/images/banner2.jpg) no-repeat;
height:118px;
}
.menu {
height:32px;
position:relative;
width:800px;
}
#topnav, #topnav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	font-size:13px;
}

#topnav a {
	display: block;
	width: 110px;
	text-decoration:none;
	color: #FFFFFF;
	padding:10px 0;
}

#topnav li { /* all list items */
	float: left;
	width: 110px; /* width needed or else Opera goes nuts */
}

#topnav li ul { /* second-level lists */
	position: absolute;
	background: #F3DDB8;
	width: 110px;
	left: -9999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#topnav li ul li {
}
#topnav li ul li a {
color:black;
font-weight:normal;
}
#topnav li ul li a:hover {
color:#990000;
}
#topnav li:hover ul, #topnav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}


/* to reconcile the float */

div.spacer, .clear {
  clear: both;
  }

/* Paragraph Styling */

blockquote {
font-style: italic;
padding: 10px;
}

blockquote > *:first-child {
    text-indent:-16px;
    }
#post-sidebar blockquote > *:first-child {
    text-indent:0;
    }
blockquote > *:first-child:before {
    color:#841D18;
    font:italic bold 4em;
    line-height:1px;
    padding-right:.2em;
    vertical-align:-3000%;
    }
#post-sidebar blockquote > *:first-child:before {
    color:#841D18;
    font:italic bold 4em;
    line-height:1px;
    padding-right:.2em;
    vertical-align:-3000%;
    }	
blockquote > *:last-child:after {
    color:#841D18;
    font:italic bold 4em;
    line-height:1px;
    margin-left: -.05em;
    vertical-align:-3500%;
    }
#post-sidebar blockquote > *:last-child:after {
    color:#841D18;
    font:italic bold 4em;
    line-height:1px;
    margin-left: -.05em;
    vertical-align:-3500%;
    }	
* html blockquote * {text-indent:-6px;} /* fix IE6 */

.storycontent p {
margin-bottom:10px;
}

.storycontent ul {
margin:10px 10px 10px 25px;
}

/* Sidebar Styling */

#Menu {
    border-left:0px solid #000; 
    border-bottom:0px solid #000;
    float:right;
    width:220px;
    background:#F3DDB8;
    margin:10px;
    padding:10px 5px 10px 15px;
    }

#Menu ul {
    list-style-type: none;
}
#post-sidebar {
float:right;
width:250px;
}
#post-sidebar blockquote {
margin-left:0;
margin-right:0;
font-size:14px;
}
#post-sidebar blockquote span {
display:block;
font-size:11px;
font-family:Arial, Helvetica, sans-serif;
color:#841D18;
text-align:right;
font-style:normal;
}
.post-sidebar-images {
text-align:center;
}
.post-sidebar-images img {
margin-bottom:10px;
}
#story-left {
float:left;
width:500px;
}

/* Tubepress */

.pagination a:link { 
	color: #841D18;
	font-weight:bold;
	}
.pagination a:visited { 
	color: #841D18;
	font-weight:bold;
	text-decoration:underline;
	}
.pagination a:hover { 
	color: #666;
	text-decoration: underline;
	}
.pagination a:active { 
	color: #333333;
	}	

.current {
        color: black;
}

img {
        border: 1px solid #000;
        padding: 2px; 
}