body {
	font-family: Georgia, &quot;Times New Roman&quot;, Times, serif;
	background-color: #CCCCCC;
}

#title_bar {
	padding: 10px;
	line-height: 17px;
	text-shadow: 0px 1px 1px #3366cc;
	color: #00284f;
	font-size: 25px;
	text-align: center;
	background-color: #326599;
}

#nav {
	padding-bottom: 4px;
	border-top: 1px solid #ff6600;
	background-repeat: repeat-x;
	background-image: url(http://himynameisbill.com/images/nav-background.gif);
	clear: both;
}

#nav ul {
	padding: 20px;
	font-size: 20px;
	margin-top: 0px;
}

#nav li {
	margin-right: 10px;
	margin-left: 10px;
	list-style-position: inside;
	float: left;
	list-style-type: none;
}

#wrapper {
	margin: auto;
	width: 900px;
	background-color: white;
}

#nav li a:hover {
	text-shadow: 1px 1px 13px white;
	color: white;
}

#nav li a, #footer a {
	color: white;
}

a {
	color: #ff6600;
	text-decoration: none;
}

a:hover {
	text-shadow: 1px 1px 13px #ff6600;
	color: #ff6600;
}

a img {
	border: 0;
}

#posts {
        padding-top: 10px;
        padding-left: 10px;
        padding-bottom: 10px;
	width: 690px;
	float: left;
}

#posts .a_post .info {
        padding-top: 20px;
	font-size: 14px;
	width: 100px;
	float: left;
        text-align: right;
}

#posts .a_post .info span.date a {
       // font-weight: bold;
}

#posts .a_post .info .tags {
        font-size: 12px;
}

#posts .a_post .content {
	width: 550px;
	float: right;
	padding-left: 25px;
}

#posts .a_post {
	float: left;
        padding-bottom: 10px;
}

#posts .a_post .photo_post, #posts .a_post .video {
	padding-top: 20px;
}

#recent_items {
	padding-left: 25px;
	padding-right: 10px;
	width: 165px;
	float: right;
}

#recent_items h4, #posts h3{
	color: #326599;
}

#recent_items ul li h4 {
	margin-bottom: 10px;
}

#recent_items li, #recent_items ul {
	list-style-type: none;
        padding-left: 0;
}

#footer {
	margin-top: 50px;
	width: 900px;
	color: white;
	background-image: url(http://himynameisbill.com/images/nav-background.gif);
	border-width: 1px;
	border-top-color: #ff6600;
	border-top-style: solid;
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 10px;
}
#footer p {
        padding-left: 20px;
}

#footer a:hover {
       text-shadow: none;
}

#footer ul {
	padding: 20px;
	margin-top: 0px;
}

#footer li {
	margin-right: 10px;
	margin-left: 10px;
	list-style-position: inside;
	float: left;
	list-style-type: none;
}

#footer li a {
	text-decoration: underline;
}

#description {
        width: 700px;
        float: left;
}

#description #text {
        width: 460px;
        height: 174px;
        float: left;
	background-image: url(http://himynameisbill.com/images/description-background.gif);
        padding-left: 20px;
        text-align: center;
}

#description #photo {
        float: right;
}

#twitter-update h4 {
        margin-bottom: 0;
        padding-bottom: 5px;
}

#twitter-update p{
        font-size: 14px;
        margin-top: 0;
        padding-top: 5px;
}

.quoteshort span.bigQ, .quotemedium span.bigQ {
     color: #326599;
     font-size: 100px;
}
.quotelong span.bigQ {
     visibility: hidden;
}
 
.quoteshort span.quote, .quotemedium span.quote {
    font-size: 20px;
    text-shadow: 0px 1px 1px #888888;
}
.quotelong {
     border-left: 12px solid #326599;
}
 
.quotelong span.quote {
     padding-left: 10px;
}

.quotesource {
     margin-top: 30px;
}
 
#posts h3 a {
     color: #ff6600;
}

.player {
    padding-top: 20px;
}

.chat ul { 
     list-style-type: none;
     margin-left: 0;
     padding-left: 0;
}

.chat li span.usernumber1 strong {
     color: #ff6600;
}
.chat li span.usernumber2 strong {
     color: #326599;
}
.chat li span.usernumber3 strong {
     color: #666666;
}

#page_nav {
    font-size: 26px;
}

#page_nav a#more{
    position: relative; left: 480px;
}

#page_nav a#prev {
    position: relative; left: 120px;
}

blockquote {
    border-left: 3px solid black;
    padding-left: 10px;
}
