/* global
----------------------------------------------- */
/*
body {
margin: 0;
padding: 0;
text-align: center;
min-width: 760px;
 background: #ce8b43 url(http://www.blogblog.com/thisaway/bg_body.gif) repeat-x left top; 
font-family: helvetica, arial, verdana, "trebuchet ms", sans-serif;
color: #634320;
}
*/

blockquote {
margin: 0;
padding: 0 10px 0 10px;
border-left: 6px solid #f7e8d8;
border-right: 6px solid #f7e8d8;
color: #ba8247;
}

code {
color: #ba9b7f;
}

hr {
display: none;
}


/* layout
----------------------------------------------- */
@media all {
  #wrapper {
    margin: 0 auto;
    width: 760px;
    text-align: left;
    }

  #blog-header {
    padding-bottom: 15px;
    background: url(http://www.blogblog.com/thisaway/bg_header_bottom.gif) no-repeat left bottom;
    }

  #blog-header div {
    background: #634320 url(http://www.blogblog.com/thisaway/bg_header.gif) repeat-x left bottom;
    }

  #main-wrapper {
    position: relative;
    width: 760px;
    background: #f7f0e9 url(http://www.blogblog.com/thisaway/bg_main_wrapper.gif) repeat-y left top;
    }

  #main-content {
    display: inline; /* fixes a strange ie margin bug */
    float: left;
    margin: 0 0 0 3px;
    padding: 0;
    width: 483px;
    }

  #content-wrapper {
    padding: 22px 0 0 0;
    background: url(http://www.blogblog.com/thisaway/bg_content.gif) repeat-x left top;
    }
  }
@media handheld {
  #wrapper {
    width: 90%;
    }

  #blog-header {
    background:none;
    }

  #blog-header div {
    background: #634320;
    }

  #main-wrapper {
    width: 100%;
    background: #f7f0e9;
    }

  #main-content {
    float: none;
    width: 100%;
    }

  #content-wrapper {
    background:none;
    }
  }

.post {
margin: 0 16px 14px 29px;
padding: 0;
border-bottom: 3px solid #f7e8d8;
}

#comments {
margin: 0 16px 14px 29px;
padding: 10px;
border: 1px solid #f0e0ce;
background-color: #f5ede4;
}

@media all {
  #sidebar-wrapper {
    display: inline; /* fixes a strange ie margin bug */
    float: right;
    margin: 0 3px 0 0;
    width: 269px;
    color: #764c1c;
    background: url(http://www.blogblog.com/thisaway/bg_sidebar.gif) repeat-x left top;
    }

  #sidebar {
    padding: 7px 11px 0 14px;
    background: url(http://www.blogblog.com/thisaway/bg_sidebar_arrow.gif) repeat-y 179px 0;
    }

  #blog-footer {
    padding-top: 15px;
    background: url(http://www.blogblog.com/thisaway/bg_footer_top.gif) no-repeat left top;
    }

  #blog-footer div {
    background: #493015 url(http://www.blogblog.com/thisaway/bg_footer.gif) repeat-x left top;
    }
  }
@media handheld {
  #sidebar-wrapper {
    float: none;
    width: 100%;
    background:none;
    }

  #sidebar {
    background:none;
    }

  #blog-footer {
    background:none;
    }

  #blog-footer div {
    background: #493015;
    }
  }

#profile-container {
margin-bottom: 20px;
}

#blog-footer {
padding-top: 15px;
background: url(http://www.blogblog.com/thisaway/bg_footer_top.gif) no-repeat left top;
}

#blog-footer div {
background: #493015 url(http://www.blogblog.com/thisaway/bg_footer.gif) repeat-x left top;
}


/* headings
----------------------------------------------- */
#blog-header h1 {
margin: 0;
padding: 26px 0 0 84px;
color: #fef6ee;
font-size: 30px;
line-height: 25px;
background: url(http://www.blogblog.com/thisaway/icon_header.gif) no-repeat 16px 26px;
}

h2.date-header {
margin: 0;
padding: 0 0 0 29px;
font-size: 10px;
text-transform: uppercase;
color: #c8ab8f;
background: url(http://www.blogblog.com/thisaway/icon_date.gif) no-repeat 13px 0;
}

.date-header span {
margin: 0 0 0 5px;
padding: 0 25px 0 25px;
background: url(http://www.blogblog.com/thisaway/bg_date.gif) no-repeat 0 0;
}

h2.sidebar-title {
padding: 1px 0 0 36px;
font-size: 14px;
color: #bd9e80;
background: url(http://www.blogblog.com/thisaway/icon_sidebar_heading.gif) no-repeat 0 45%;
}

#profile-container h2.sidebar-title {
color: #957252;
background: url(http://www.blogblog.com/thisaway/icon_sidebar_profileheading.gif) no-repeat 0 45%;
}

.post h3.post-title {
margin: 13px 0 0 0;
padding: 0;
font-size: 18px;
color: #ba8247;
}

#comments h4 {
margin-top: 0;
font-size: 16px;
}


/* text
----------------------------------------------- */
/* MY MAIN STYLES navigation link and link styles */
#navlinks a:link  { color:#ffffff; text-decoration:none; }
#navlinks a:visited  { color:#ffffff; text-decoration:none; }
#navlinks a:hover { color:#f4efbf; text-decoration:none; }

#navlinks {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:right;
	margin:0; padding:0.5em 3em;
	color:#ffffff;
	background:#000000;
	text-decoration:none;
}

#navlinks_on {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:right;
	margin:0; padding:0.5em 3em;
	color:#a8a8a8;
	background:#000000;
	text-decoration:none;
}

#navlinks li {
	display:inline;
	margin-right:0.5em; padding-right: 0.75em;
	/* border-right: 1px solid #ffffff; */
	font-weight:normal;
}

#navlinks li.last {
	border-right:0;
}

/*  end navigation link and link styles  */

/* General CSS styles */
/* 
a:link  {
    color:#ffffcc;
	text-decoration:none;
}
*/
/*
a:visited  {
	color:#ffffcc;
	text-decoration:none;
}
*/
a:hover {
	color:#ffffff;
	text-decoration:none;
}

#bg {
	background-color:#332811; 
}

body {
    text-align:center;
}

#container {
    margin:0 auto;
    width:960px;
	text-align:left;
}

#content_cell  {
	background:#000000;
	padding:0.5em;
	text-align:left;
	vertical-align:top;	
}

#content_cell_no_pad  {
	background:#000000;
	text-align:left;
	vertical-align:top;	
}

#content_cell_videos  {
	background:#ffffff;
	padding:4em;
	text-align:center;
	vertical-align:top;
	color: #333333;	
}

.footer {
	font-family:Verdana, Geneva, sans-serif;
	font-size:8pt;
	color:#a8a8a8;
	text-align:center;
	height:40;
	background-image:url(../images/christopher-showerman-co-4.jpg);

}

.footer a:link {
	font-family:Verdana, Geneva, sans-serif;
	font-size:8pt;
	color:#a8a8a8;
	text-align:center;
	text-decoration:none;
}
.footer a:visited {
	font-family:Verdana, Geneva, sans-serif;
	font-size:8pt;
	color:#a8a8a8;
	text-align:center;
	text-decoration:none;
}
.footer a:hover {
	font-family:Verdana, Geneva, sans-serif;
	font-size:8pt;
	color:#ffffff;
	text-align:center;
	text-decoration:none;
}
.footer a:active {
	font-family:Verdana, Geneva, sans-serif;
	font-size:8pt;
	color:#a8a8a8;
	text-align:center;
	text-decoration:none;
}

.general_text {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#ffffcc;
	font-size:11px;
}

.general_text_padded {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#ffffcc;
	font-size:11px;
	padding:10px;
}

.green_back {
    background-color:#221a08;
	border-spacing: 0px;
}

.headings {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12pt;
	color:#ffffcc;
	font-weight:normal;
}

img {
	border:0px none;
	text-align:center;
}

.maintext {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#000000;
	text-decoration:none;
}

.pullquote {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10pt;
	color:#ffffcc;
	font-weight:normal;
	font-style: italic;
}

.side_navigation {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11pt;
	color:#ffffcc;
	font-weight:normal;
	padding-left:10px;
	padding-top:5px;
	padding-bottom:5px;
	padding-right:5px;
	
}

.side_navigation_on {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11pt;
	color:#ffffff;
	font-weight:normal;
	padding-left:10px;
	padding-top:5px;
	padding-bottom:5px;
	padding-right:5px;
}

.table_border {
	border:1px solid #a8a8a8;
	background-color:#221a08;
}

.white_title {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#ffffff;
	text-decoration:none;
	background-color:#221a08;
}

.white_title_padded {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#ffffff;
	text-decoration:none;
	background-color:#221a08;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
}
/*  end general styles  */


/* Unique styles for the default page */

.default_footer {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	color:#a8a8a8;
	text-decoration:none;
	padding:0.5em 3em;
	height:40;
	background-image:url(../images/christopher-showerman-12.jpg);
	text-align:center;
}

.default_footer a:link {
	font-family:Verdana, Geneva, sans-serif;
	font-size:8pt;
	color:#a8a8a8;
	text-align:center;
	text-decoration:none;
}
.default_footer a:visited {
	font-family:Verdana, Geneva, sans-serif;
	font-size:8pt;
	color:#a8a8a8;
	text-align:center;
	text-decoration:none;
}
.default_footer a:hover {
	font-family:Verdana, Geneva, sans-serif;
	font-size:8pt;
	color:#ffffff;
	text-align:center;
	text-decoration:none;
}
.default_footer a:active {
	font-family:Verdana, Geneva, sans-serif;
	font-size:8pt;
	color:#a8a8a8;
	text-align:center;
	text-decoration:none;
}


/* End unique styles for the default page */

.link-brown a:link {
	color:#b26614;
}
.link-brown a:visited {
	color:#b26614;
}
.link-brown a:hover {
	color:#000000;
}
.link-brown a:active {
	color:#000000;
}

/* END MY ADDITIONAL STYLES */

#blog-header p {
margin: 0;
padding: 7px 16px 0 84px;
color: #fef6ee;
font-size: 10px;
/* font-weight: bold; */
line-height: 14px;
}

.post-body div {
font-size: 13px;
line-height: 18px;
margin: 0;
height:1%;
overflow:visible;
}

.post-body blockquote {
margin: 10px 0px;
}

p.post-footer {
font-size: 11px;
color: #bd9e80;
text-align: right;
}

p.post-footer em {
display: block;
float: left;
text-align: left;
font-style: normal;
}

p.comment-data {
font-size: 12px;
}

.deleted-comment {
  font-style:italic;
  color:gray;
  }

.paging-control-container {
  float: right;
  margin: 0px 6px 0px 0px;
  font-size: 80%;
}
.unneeded-paging-control {
  visibility: hidden;
}

.comment-body p {
font-size: 12px;
line-height: 17px;
}

#sidebar p {
font-size: 12px;
line-height: 17px;
margin-bottom: 20px;
}

#sidebar p.profile-textblock {
clear: both;
margin-bottom: 10px;
}

.profile-link {
padding: 0 0 0 17px;
background: url(http://www.blogblog.com/thisaway/icon_profile.gif) no-repeat 0 0;
}

p#powered-by {
margin: 0;
padding: 0;
}

#blog-footer p {
margin: 0;
padding: 0 0 15px 55px;
color: #fef6ee;
font-size: 10px;
line-height: 14px;
background: url(http://www.blogblog.com/thisaway/icon_footer.gif) no-repeat 16px 0;
}


/* lists
----------------------------------------------- */
.profile-data {
font-size: 13px;
line-height: 17px;
}

.post ul {
padding-left: 32px;
list-style-type: none;
font-size: 13px;
line-height: 18px;
}

.post li {
padding: 0 0 4px 17px;
background: url(http://www.blogblog.com/thisaway/icon_list_item.gif) no-repeat 0 3px;
}

#comments ul {
margin: 0;
padding: 0;
list-style-type: none;
}

#comments li {
padding: 0 0 1px 17px;
background: url(http://www.blogblog.com/thisaway/icon_comment.gif) no-repeat 0 3px;
}

#sidebar ul {
margin: 0 0 20px 0;
padding: 0;
list-style-type: none;
font-size: 12px;
line-height: 14px;
}

#sidebar li {
padding: 0 0 4px 17px;
background: url(http://www.blogblog.com/thisaway/icon_list_item.gif) no-repeat 0 3px;
}


/* links
----------------------------------------------- */

a {
color: #bf4e27;
/* font-weight: bold; */
}

a:hover {
color: #8f3213;
}

a.comment-link {
/* ie5.0/win doesn't apply padding to inline elements,
   so we hide these two declarations from it */
background/* */:/**/url(http://www.blogblog.com/thisaway/icon_comment.gif) no-repeat 0 45%;
padding-left: 14px;
}

html>body a.comment-link {
/* respecified, for ie5/mac's benefit */
background: url(http://www.blogblog.com/thisaway/icon_comment.gif) no-repeat 0 45%;
padding-left: 14px;
}

#sidebar ul a {
color: #e2a059;
}

#sidebar ul a:hover {
color: #ba742a;
}

#powered-by a img {
border: none;
}

#blog-header h1 a {
color: #fef6ee;
text-decoration: none;
}


#blog-header h1 a:hover {
color: #d9c6b4;
}

h3.post-title a {
color: #ba8247;
text-decoration: none;
}

h3.post-title a:hover {
color: #955e25;
}


/* miscellaneous
----------------------------------------------- */
.post-photo {
padding: 3px;
border: 1px solid #ebd4bd;
}

.profile-img {
display: inline;
}

.profile-img img {
float: left;
margin: 0 10px 5px 0;
padding: 3px;
border: 1px solid #ebd4bd;
}

/*
.profile-data strong {
display: block;
}
*/

.clear {
clear: both;
line-height: 0;
height: 0;
}


/* Feeds
----------------------------------------------- */
#blogfeeds {
font-size: 14px;
  }
#postfeeds {
font-size: 12px;
  }