/* ---------------------------------------------------------- */
/*   THEME STYLING BEGINS HERE                                */
/* ---------------------------------------------------------- */


/* basic page element styling */
#doc3{
	margin: auto 0;
	padding: 0 30px;
	background: #fff;
	color: #000;
}
.yui-t1 #yui-main .yui-b {
	margin-left: 16em;
}
.yui-t1 .yui-b {
	float:left;
	width: 14em;
}



body {
	
	color: #fff;
	background-color: #808080;
	font-family:  verdana, arial, sans-serif;
	font-size: 12px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: verdana, arial, sans-serif;
}

a {
	color: #ff8000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


p{
	display: block;
	margin: 0 0 10px;
}

strong{
	font-weight: bold;
}
em{
	font-style: italic;
}

/* page layout basics */

#container {
	width: 942px;
}
#ft{
	background:#808080 none repeat scroll 0 0;
	clear:both;
	margin:20px -30px;
	padding:20px 30px;
	border-top: 1px solid #000;
}

#alpha {
	float: left;
	margin: 0 0 0 20px;
}

#alpha-inner {
	padding: 0 0 25px;
}

#beta {
	margin-top : 0px;
	margin-right : 0px;
	margin-bottom : 0px;
	margin-left: 40px;
	float: left;
}

#beta-inner {
	padding: 0 0 25px;
}

#gamma {
	float: left;
	margin: 0 0 0 20px;
}

#gamma-inner {
	padding: 0 0 25px;
}


/* container styling */

#container-inner {
	border-color: #fff;
	border-width: 0 1px;
	border-style: solid;
}


/* banner styling */

#banner {
	width: 940px;
	margin: 0;
	border-top-width: 5px;
	border-top-style: solid;
	background-repeat: no-repeat;
	background-position: bottom left;
	border-top-color: #000;
	background-color: #fff;
	background-image: url(/.shared-typepad/themes/walt/theme-asterisk_white_wide/header.png);
}


#banner a {
	color: #ff8000;
	text-decoration: none;
}

#banner a:hover {
	text-decoration: underline;
}

#banner-inner {
	border-top-color: #fff;
	border-top-width: 1px;
	border-top-style: solid;
	padding-right: 220px;
}

#banner-header {
	color: #000;
	margin: 0;
	padding: 25px 0 0;
	font-size: 36px;
	font-weight: normal;
	line-height: 1;
	
	height: 110px;
}
#banner-header a {
	text-indent: 9999;
}
#banner-description {
	color: #333;
	margin: 0;
	padding: 5px 20px 35px;
	font-size: 18px;
	line-height: 1.125;
	font-style: italic;
	display: none;
}


/* navigation bar styling */

#nav {
	background: transparent url("http://buxter.typepad.com/buxter/images/navi_bg.jpg") repeat-x ;
	height: 39px;
	margin: 0 -30px 30px;
}
#nav-inner{
	padding: 11px 0;
	margin: 0 20px;
}

.nav-list {
	
}

.nav-list-item {
	border-right: 1px solid #cdcdcd;
float: left;
margin: 0 10px 0 0;
}

.nav-list-item a {
	font-size: 13px;
	display: block;
	color: #fff;
	padding: 0 11px;
	text-decoration: none;
}


/* pagebody styling */

#pagebody {
	background-color: #fff;
	padding: 15px 0;
}

#pagebody-inner {
	background-repeat: repeat-y;
	background-position: top center;
}


/* entry listing and entry styling */

.content-header {
	margin: 5px 0 20px;
	font-size: 28px;
	color: #000;
}

.content-nav {
	margin: 5px 0 20px;
}


.date-header {
	color: #666;
	margin: 5px 0 20px;
	font-size: 10px;
}

.entry {
	margin: 0 50px 50px;
}

.lines{
	font-size: 12px !important;
}

.entry-header, .archive-header {
	margin: 0 0 5px !important;
	padding: 5px 0 !important;
	font-size: 17px !important;
	font-weight: normal !important;
}

.entry-header a {
	color: #ff8000;
	text-decoration: none;
}

.entry-header a:hover {
	text-decoration: underline;
}

.entry-content {
	margin: 5px 0;
}

.entry-content a{
	color: #ff8000;
	text-decoration: none;
}
.entry-content a:hover{
	text-decoration: underline;
}

.entry-content h2,
.entry-content h3,
.entry-content h4{
	font-size: 16px;
	font-weight: bold;
	color: #000;
	margin: 20px 0;
}
.entry-content h3{
	font-size: 14px;
}
.entry-content h4{
	font-size: 12px;
}

.entry-content p{
	clear: both;
	margin: 10px 0;
	font-size: 13px;
	line-height: 20px;
}


.entry-content ul li{
	list-style-type: disc;
	margin: 5px 0;
	list-style-position: inside;
}
.entry-content ol{
	list-style-type: decimal;
	margin: 5px 0;
	list-style-position: inside;
}
.entry-content img{
	border: 1px solid #ccc;
	padding: 2px;
	margin: 5px;
}


.entry-more-link {
	font-size: 11px;
	font-weight: bold;
}

.entry-footer {
	border-top-color: #e5e5e5;
	color: #666;
	font-size: 11px;
	margin: 10px 0 20px;
	border-top-width: 1px;
	border-top-style: solid;
	padding-top: 5px;
	font-weight: normal;
}

.entry-footer a {
	color: #ff8000;
	
}

.entry-footer a:hover {
	color: #ff8000;
	text-decoration: underline;
}

#comment-author,
#comment-email,
#comment-url,
#comment-text {
	width: 80%;
}


.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header {
	/* ie win (5, 5.5, 6) bugfix */
	p\osition: relative;
	width: 100%;
	w\idth: auto;

	margin: 0;
	padding: 5px 0;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}

.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed {
	margin: 5px 0;
}

.trackbacks-info,
.trackback-footer,
.comments-info,
.comment-footer,
.comments-open-footer,
.archive-content {
	margin: 5px 0 20px;
}

.comment{
	clear: both;
	margin: 10px 0;
}
.comment-avatar{
	float: left;
	width: 60px;
	height: 60px;
	margin: 0 10px 10px 0;
}
.comment-content{
}

.trackback-footer,
.comment-footer {
	border-top-width: 1px;
	border-top-style: solid;
	padding-top: 5px;
	border-top-color: #e5e5e5;
	color: #666;
	font-size: 11px;
}
.comment-footer{
	margin: 10px 0;
}
.comment-footer a {
	color: #ff8000;
}

.comment-footer a:hover {
	color: #ff8000;
	text-decoration: underline;
}

.comments-open{
	margin: 30px 0;
}

/* sidebar module styling */

.module-header {
	color: #808080;
	/* ie win (5, 5.5, 6) bugfix */
	p\osition: relative;
	width: 100%;
	w\idth: auto;
	margin: 0 0 10px;
	padding: 5px 0;
	font-size: 16px;
	font-weight: normal;
}
.module p{
	margin: 0 0 10px;
}
.module-header a {
	color: #000;
}

.module-content {
	margin: 10px 0 20px;
	font-size: 11px;
}

.module-content a {
	color: #ff8000;
	text-decoration: none;
	font-size: 12px;
}

.module-content a:hover {
	color: #ff8000;
	text-decoration: underline;
}


.module-calendar {
	font-size: 11px;
}

ul.social{
	margin: 40px 0 0 -3px;
}
ul.social li{
	background: url("http://buxter.typepad.com/buxter/images/icon_sprite.jpg") no-repeat;
	height: 32px;
	margin: 10px 0;
}
ul.social li a{
	display: block;
	padding: 0 0 0 45px;
	text-decoration: none;
	font-size: 12px;
}
ul.social li a:hover{
	text-decoration: underline;
}
ul.social li.feed{
	background-position: 0 0;
}
ul.social li.twitter{
	background-position: 0 -36px;
}
ul.social li.twitter a{
	color: #6BD1E6;
}
ul.social li.facebook{
	background-position: 0 -68px;
}
ul.social li.facebook a{
	color: #264498;
}
ul.social li.app{
	background-position: 0 -101px;
}
ul.social li.app a{
	color: #808080;
}

.module-list-item{
	margin: 5px 0;
}

.module-powered {
	margin: 0;
	padding: 0;
}

.module-powered .module-content {
	margin: 15px 0;
	padding: 10px;
	border-width: 1px;
	border-style: solid;
	text-align: center;
	background-repeat: repeat-x;
	background-position: top left;	border-color: #e5e5e5;
	color: #333;
	background-color: #f3f3f3;
	background-image: url(/.shared-typepad/themes/walt/theme-asterisk_white_wide/gradient-bg.png);
}

.module-powered .module-content a {
	color: #ff8000;
}

.module-photo {
	border: 0;
	background: none;
}

.module-photo .module-content {
	margin: 10px;
}

.module-photo img {
	border: 0;
}


.module-featured-photo {
	width: 415px;
}

.module-featured-photo .module-content {
	margin: 15px 0 5px;
}

.module-featured-photo img {
	width: 415px;
}


.module-recent-photos {
	border: 0;
	margin-left: 2px;
}

.module-recent-photos .module-header {
	background-image: none;
}

.module-recent-photos .module-list {
	margin: 0;
}

.module-recent-photos .module-list-item {
	width: 64px; /* mac ie fix */
	margin: 0 5px 6px 0;
	padding: 0;
	background-image: none;
	font-size: 12px;
}

.module-recent-photos .module-list-item a {
	border-width: 1px;
	border-style: solid;
	padding: 1px;
	border-color: #ff8000;
	background-color: #eee;
}

.module-recent-photos .module-list-item a:hover {
	border-color: #000;
	text-decoration: underline;
}

.archive-list-item {
	margin-bottom: 5px;
}

.typelist-thumbnailed {
	margin: 0 0 20px;
}

.typelist-thumbnailed .module-list-item {
	margin: 1px 0;
	border-width: 1px;
	border-style: solid;
	padding: 0;
	background-repeat: repeat-x;
	background-position: top left;
	border-color: #e5e5e5;
	background-color: #f3f3f3;
	background-image: url(/.shared-typepad/themes/walt/theme-asterisk_white_wide/gradient-bg.png);
	font-size: 11px;
}

.typelist-thumbnail {
	background: #f3f3f3;
}


ul.footer-nav li{
	float: left;
	margin: 0 ;
	padding: 0 5px;
	border-right: 1px solid #ccc !important;
}
ul.footer-nav li.last{
	border: none !important;
}
ul.footer-nav li a{
	color: #fff;
	text-decoration: none;
	font-size: 11px;
}
ul.footer-nav li a:hover{
	text-decoration: underline;
}

/* ph=1 */

