/*============ Theme // FRAMEWORK CSS =============================*/
@import url(/.shared/themes/common/framework/typepad-theme-frame-default.css);
@import url(/.shared/themes/common/framework/typepad-theme-fontbase.css);
@import url(/.shared/themes/common/framework/typepad-theme-frame-columns.css);
@import url(/.shared/themes/common/framework/typepad-theme-banner.css);
@import url(/.shared/themes/common/framework/typepad-theme-navbar.css);
@import url(/.shared/themes/common/framework/typepad-theme-structure-posts.css);
@import url(/.shared/themes/common/framework/typepad-theme-share-buttons.css);
@import url(/.shared/themes/common/framework/typepad-theme-structure-comments.css);
  @import url(http://www.typepad.com/.shared/css/atp-comments.css);
@import url(/.shared/themes/common/framework/typepad-theme-structure-sidebar.css);
@import url(/.shared/themes/common/framework/typepad-theme-structure-archives.css);
@import url(/.shared/themes/common/framework/typepad-theme-mobile.css);

@import url(http://fonts.googleapis.com/css?family=Tienne:400,700,900);
@import url(http://fonts.googleapis.com/css?family=Arimo:400,400italic,700,700italic);

body { position: relative;  padding: 30px 0; }
#banner-inner, #pagebody-inner, #nav-inner, #footer-inner { width: 100%; }
#container { width: 1000px; }
#pagebody-inner { border: 0; margin: 0; }

/*---1COL-------------------------*/

.layout-one-column #alpha { padding: 0; }
.layout-one-column #alpha-inner { margin: 0; }


.layout-one-column #alpha .module { 
	width: 283px; 
	margin: 0 10px 20px 0;
	padding: 15px 20px;
}


/*---2COL-Left--------------------*/
.layout-two-column-left #alpha { width: 300px; padding: 20px; }
.layout-two-column-left #beta { width: 640px; padding: 0 0 0 20px; }
.layout-two-column-left #beta-inner { margin: 0; }

/*---2COL-Right-------------------*/
.layout-two-column-right #alpha { width: 640px; padding: 0 20px 0 0; }
.layout-two-column-right #alpha-inner { margin: 0; }
.layout-two-column-right #beta { width: 300px; padding: 20px;  }

/*---3COLUMN----------------------*/
.layout-three-column #alpha { width: 220px; margin: 0; padding: 10px; }
.layout-three-column #beta { width: 480px; padding: 0 20px; }
.layout-three-column #beta-inner { margin: 0; }
.layout-three-column #gamma { width: 220px; padding: 10px; }

/*---3COL-Right-------------------*/
.layout-three-column-right #alpha { width: 480px; margin-right: 0px; padding: 0 20px 0 0; }
.layout-three-column-right #alpha-inner { margin: 0; }
.layout-three-column-right #beta { width: 220px; padding: 10px; margin-right: 10px; }
.layout-three-column-right #gamma { width: 220px; padding: 10px; margin-left: 10px; }


/*----------NAV BAR----------*/
#nav { line-height: 100%; }
#nav li { display: block !important; }
.nav-list, .nav-list-item, #nav a:link, a:visited { border-radius: 0; padding: 0; margin: 0; }
.nav-list-item { margin-bottom: 5px; }

.layout-one-column #nav,
.layout-two-column-right #nav {
float: right;
width: 300px;
padding: 20px;
height: auto; 
}

.layout-two-column-left #nav {
float: left;
width: 300px;
padding: 20px;
height: auto; 
}

.layout-three-column #nav,
.layout-three-column-right #nav {
float: right;
width: 200px;
padding: 20px;
height: auto; 
}


/*---------BANNER----------*/

.layout-one-column #banner,
.layout-two-column-right #banner { 
width: 640px;
min-height: 80px;
float: left;
}

.layout-two-column-left #banner { 
width: 640px;
min-height: 80px;
float: right;
}

.layout-three-column-right #banner,
.layout-three-column #banner { 
width: 740px;
min-height: 80px;
float: left;
}

#banner {
	height: auto;
	margin: 0;
	padding: 0;
	}
		
	/* Title Strip */
	#banner-inner {
	padding: 0;
	position: relative; 
	top: 0;
	border: 0;
	}


		/* Blog Title Positioning --------*/
		#banner-header {
			padding: 20px;
			margin: 0;
			text-align: center;
			}


		/* Blog Description Positioning --------*/
		#banner-description {
			padding: 15px 20px;
			margin: 0;
			text-align: left;
			}


/*----------POSTS----------*/

h2.date-header { padding: 7px 10px 5px 10px; margin-bottom: 20px; }
h3.entry-header { padding-bottom: 5px; }
.entry { padding-bottom: 30px; }
.entry-featured { padding: 15px 15px 20px 15px; }
.entry-featured h3.entry-header { padding: 0; }

/* --- COMMENTS -------------------------------*/

h2.comments-open-header,
h3.comments-header {
margin: 0;
padding: 0;
}

h2.comments-open-header { margin-bottom: 10px; }

.comments .comments-header { margin-left: 0; }

.comments-info { margin: 5px 0 20px 0; }

#all-comments {
margin: 0;
padding: 0;
}

.comments-open {
margin: 30px 0px 20px 0px;
padding: 0;
}

/* Prev/Next link for Pagination */
.pager { margin-bottom: 10px; border: 0; }

.archive-header { padding-left: 0; }

.search-results .entry {
    border-top: 0;
    margin-top: 15px;
    padding-top: 15px;
}



/* --- SIDEBAR -------------------------------*/

.module-header, .module-calendar .module-header { padding: 0 0 5px 0; margin: 0 0 5px 0; }
.module-about .module-header { margin: 0; padding: 5px 0; }
.module { padding: 0; margin-bottom: 20px; }

.module-custom_html .module-content { padding: 0; }

.module-calendar .module-content {
    float: none;
    padding: 5px;
}

.module-calendar .module-content table { width: 100%; }

.typelist-thumbnail { margin: 0 7px 0 0; }
.typelist-thumbnailed { margin: 0; }
.typelist-no-description { margin: 0; }

.module-galleries img {
    padding: 0;
    width: 75px;
}

.module-search .module-header { display: none; }
.module-search { margin: 0 0 30px 0; padding: 0; }

.layout-one-column #alpha .module-search .module { margin: 0 0 30px 0; padding: 0 !important; }

.layout-one-column .module-search input[type="search"],
.layout-three-column .module-search input[type="search"],
.layout-three-column-right .module-search input[type="search"] {
width: 63%;
padding: 3px;
border: 0;
}

.layout-two-column-left .module-search input[type="search"],
.layout-two-column-right .module-search input[type="search"] {
width: 78%;
padding: 3px;
border: 0;
}

.module-search input[type="submit"] {
border: 0;
padding: 2px 3px;
}

/* --- OTHER ACCOUNTS --------------------------------------*/

.module-elsewhere .module-content { padding: 5px 0 0 0; }

/* Other Accounts - List Mode */
.module-elsewhere .typelist-plain img { 
	display: inline !important; /* force original icons to appear in List mode and line up with links */
	height: auto; 
	width: auto; 
	}

.module-elsewhere .typelist-plain a { 
	padding: 0 !important; 
	display: inline !important; /* force links to line up with original icons */
	clear: right; 
	}

/* Counteract custom background images for Grid mode by setting background:none for List mode */
.module-elsewhere .typelist-plain a[href*="twitter.com"], 
.module-elsewhere .typelist-plain a[href*="flickr.com"],
.module-elsewhere .typelist-plain a[href*="facebook.com"], 
.module-elsewhere .typelist-plain a[href*="pinterest.com"], 
.module-elsewhere .typelist-plain a[href*="plus.google.com"],
.module-elsewhere .typelist-plain a[href*="atom.xml"], 
.module-elsewhere .typelist-plain a[href*="profile.typepad.com"],
.module-elsewhere .typelist-plain a[href*="instagram.com"] { background: none; }


/* Other Accounts - Grid Mode */
.module-elsewhere img { display: none; }


/*============ Typepad Theme // FONT BASE ===================================*/

body {
	font-family: 'Arimo', Helvetica, Arial, sans-serif;
	font-size: 100%;
	}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Tienne', 'Georgia', Times New Roman, serif;
}


/*----------BANNER----------*/

/* Blog Title Font */
#banner a {
font-size: 42px;
font-weight: 600;
line-height: 100%;
text-decoration: none;
letter-spacing: -.045em;
font-family: 'Tienne', 'Georgia', Times New Roman, serif;
}

/* Blog Description Font */
#banner-description {
font-size: 26px;
font-weight: 400;
line-height: 120%;
font-family: 'Tienne', 'Georgia', Times New Roman, serif;

}


/*----------POSTS----------*/

/* Date Header */
h2.date-header {
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	text-align: left;
	text-transform: uppercase;
	font-family: 'Arimo', Helvetica, Arial, sans-serif;
	letter-spacing: .07em;
	line-height: 100%;
	}

/* Post Title */
.entry-header {
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	text-align: left;
	font-family: 'Tienne', 'Georgia', Times New Roman, serif;
	}

/* Post Body Font Size */
.entry-body,.entry-more {
	font-size: 100%;
	}

/* Post Text */
.entry-body,.entry-body p,.entry-more,.entry-more p {
	font-style: normal;
	font-size: 100%;
	font-weight: 400;
	line-height: 140%;
	text-align: left;

	}

/* In-post Headers */



/* --- FEATURED POST -------------------------------*/

/* Featured Title */
.entry-featured h3.entry-header {
 	font-size: 26px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	text-align: left;

}

/* Featured Post - Content Area */
.entry-featured .entry-content { border: 0; }

.entry-featured .entry-footer-info { display: none; }

/* Blockquote */
blockquote {
	font-size: 100%;
	border: 0;
	}

/* Photo Caption */
.photo-caption {
	font-size: 90%;
	font-style: italic;
	font-weight: 400;
	text-align: center;
	}

/* Continue Reading Link */
.entry-more-link {
	font-size: 90%;
	font-style: normal;
	font-weight: 400;
	text-align: left;
	}

/* Post Footer */
.entry-footer {
	font-size: 80%;
	font-style: normal;
	font-weight: 400;
	text-align: left;
	}


/* Technorati Tags */
.entry-footer-tags a {
	color: #666;
	font-size: 80%;
	}


/* --- COMMENTS -------------------------------*/

h2.comments-open-header,
h3.comments-header {
font-family: 'Tienne', serif;
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: 100%;
border-bottom: 0;
}

.comments .comments-header { font-size: 24px; }

.content-header,
.content-nav { text-align: center; }

.comments-info { font-size: 100%; }

/* Search Results Highlight */
.search-results-highlight {
	font-weight: 600;
	}


/*---------SIDEBAR---------*/

/* Sidebar - Module Header */
.module-header {
	font-size: 19px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
	font-family: 'Tienne', 'Georgia', Times New Roman, serif;
	}

.module-about .module-header, 
.module-email {
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
	font-family: 'Tienne', 'Georgia', Times New Roman, serif;
	}

/* Sidebar - Module Content */
.module-content {
	font-size: 96%;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	}

/* Sidebar - Link */
.module-content a { 
font-weight: 400; 
font-family: 'Tienne', 'Georgia', Times New Roman, serif;
}

.module-syndicate .module-content,
.module-powered .module-content {
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	font-family: 'Tienne', 'Georgia', Times New Roman, serif;
	}

.module-syndicate .module-content a,
.module-powered .module-content a {
	font-weight: 400;
	}

.module-calendar .module-content table th {
font-size: 100%;
text-transform: uppercase;
} 

/* Sidebar - Notes TypeList - Title Weight */
.typelist-note-label { font-weight: 400; }

/* Sidebar - Notes TypeList - Note */
.typelist-note {
	font-size: 100%;
	font-style: normal;
	font-weight: 400;
	}

/* Sidebar - TypeList Book/Album Link */
.typelist-description a,.typelist-description a:hover {
	font-size: 100%;
	font-style: normal;
	font-weight: 400;
	}

.typelist-description {
	font-size: 100%;
	line-height: 120%;
	}

.module-search input[type="search"],
.module-search input[type="submit"] {
font-size: 11px; 
font-weight: 600;
font-family: 'Arimo', Helvetica, Arial, sans-serif;
}

/*---------NAV BAR---------*/

/* Nav Bar & Footer - Font Size */
.nav-list-item a  {
	font-size: 100%;
	font-style: normal;
	font-weight: 600;
	font-family: 'Tienne', 'Georgia', Times New Roman, serif;
}

.footer-list-item {
	font-size: 100%;
	font-style: normal;
	font-weight: 600;
	font-family: 'Tienne', 'Georgia', Times New Roman, serif;
}

/* Prev/Next link for Pagination */
.pager {
	text-align: center;
	font-size: 140%;
	font-style: normal;
	font-weight: 400;
	font-family: 'Tienne', 'Georgia', Times New Roman, serif;
	}


/* Category & Monthly Archive Page - Header */
.content-header {
	font-size: 120%;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
	}

/* Archives.html Page - Headers */
.archive-header {
	font-size: 160%;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
	}

/*============ Typepad Theme // COLORS  ======================================*/

body {
background: #fff; 
color: #000;
}

#pagebody, #pagebody-inner { background: #fff; }
#pagebody-inner { border-top: 20px solid #fff; }


/* --- BANNER -------------------------------------*/
#banner { background: transparent; }

/* Blog Description Font */
#banner-description { 
background: transparent; 
border-top: 20px solid #fff;
}


/* --- POSTS ---------------------------------------*/

/* Post Title */
h3.entry-header,.entry-header a, .entry-header a:visited, .entry-header a:hover, .entry-header a:visited:hover { color: #000; }

/* Post Text */
.entry-body,.entry-more { color: #000; }

/* Blockquote */
blockquote { background-color: rgba(0, 0, 0, 0.030);  }

/* Footer Text */
.entry-footer p { color: #000; }

.post .entry { border-bottom: 0; }

.pager a { color: #000; }

/* --- FEATURED POST -------------------------------*/

/* Featured Title */
.entry-featured h3.entry-header a { 
padding-left: 23px;
color: #000; 
background: transparent url(featured-star.png) 0 3px no-repeat;
}

/* --- SIDEBAR -------------------------------------*/

.module-header { border-bottom: 1px solid #000; }

.module-header,
.module-header a,
.module-header a:visited,
.module-header a:hover,
.module-header a:visited:hover { color: #000; }

.module-about .module-header { border: 0; }

/* Default Link Color */
.module-content a, .module-content a:visited {
	color: #000;
	text-decoration: none;
	}  

.module-recent-comments .module-header {
padding-left: 16px;
background: transparent url(recent-comments.png) 0px 3px no-repeat;
}

.module-about .module-header a { 
padding-left: 15px;
background: transparent url(about.png) 0px 5px no-repeat;
}

.module-email a { 
padding: 1px 0 0 20px;
background: transparent url(mail.png) left center no-repeat;
}

.module-syndicate a { 
padding: 0 0 0 14px;
background: transparent url(subscribe.png) 0 4px no-repeat;
}

.module-galleries .module-header { 
padding-left: 20px;
background: transparent url(camera.png) 0px 1px no-repeat;
}

.module-calendar .module-header { 
padding-left: 17px;
background: transparent url(calendar.png) 0px 1px no-repeat;
}

.module-calendar .module-content table td { border-bottom: 1px solid #888; }
.module-calendar .module-content table td:hover { background: #fff; }

.typelist-thumbnail img,
.module-photo img,
.module-galleries img {
border: 4px solid #FFF;
}

/* --- COMMENTS ------------------------------------*/

h2.comments-open-header,
h3.comments-header { color: #000; }

.comments .comments-header { 
padding-left: 32px;
background: transparent url(comments.png) 0 0 no-repeat;
}

h2.comments-open-header { 
padding-left: 28px;
background: transparent url(post-comment.png) 0px 1px no-repeat;
}

#all-comments,
.comments-open {
background-color: #fff;
}

/* Color every other comment */
.comment-odd { border-top: 1px solid #888; }
.comment-even { border-top: 1px solid #888; }

/* --- ARCHIVES ------------------------------------*/

/* Headers on Archives.html page */
.archive-header { color: #000; }

/* Header on Category/Monthly/Search Pages */
.content-header { color: #000; }

/* Search Results Highlight color */
.search-results-highlight { background: #ddd; }


/* --- OTHER ACCOUNTS --------------------------------------*/

.module-elsewhere a { 
	padding: 18px !important; 
	display: inline-block; 
	}
	
.module-elsewhere a[rel="me"] { background: url(profile.png) no-repeat center; }
.module-elsewhere a[href*="twitter.com"] { background: url(twitter.png) no-repeat center; }
.module-elsewhere a[href*="flickr.com"] { background: url(flickr.png) no-repeat center; }
.module-elsewhere a[href*="facebook.com"] { background: url(facebook.png) no-repeat center; }
.module-elsewhere a[href*="pinterest.com"] { background: url(pinterest.png) no-repeat center; }
.module-elsewhere a[href*="plus.google.com"] { background: url(gplus.png) no-repeat center; }
.module-elsewhere a[href*="atom.xml"] { background: url(rss.png) no-repeat center; }
.module-elsewhere a[href*="profile.typepad.com"] { background: url(lilypad.png) no-repeat center; }
.module-elsewhere a[href*="instagram.com"] {background: url(instagram.png) no-repeat center; }




/* --- Fix iPad view where text hits edge of browser margin --- */
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
  .layout-one-column #alpha-inner { padding-left: 10px; padding-right: 10px; }

  .layout-two-column-right .entry-inner { padding-left: 10px; }
  .layout-two-column-right #beta-inner { padding-right: 10px; }

  .layout-two-column-left .entry-inner { padding-right: 10px; }
  .layout-two-column-left #alpha-inner { padding-left: 10px; }

  .layout-three-column-right .entry-inner { padding-left: 10px; }
  .layout-three-column-right #gamma-inner { padding-right: 10px; }

  .layout-three-column #alpha-inner { padding-left: 10px; }
  .layout-three-column #gamma-inner { padding-right: 10px; }
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:landscape) {
  .layout-one-column #alpha-inner { padding-left: 10px; padding-right: 10px; }
  
  .layout-two-column-right .entry-inner { padding-left: 10px; }
  .layout-two-column-right #beta-inner { padding-right: 10px; }

  .layout-two-column-left .entry-inner { padding-right: 10px; }
  .layout-two-column-left #alpha-inner { padding-left: 10px; }

  .layout-three-column-right .entry-inner { padding-left: 10px; }
  .layout-three-column-right #gamma-inner { padding-right: 10px; }

  .layout-three-column #alpha-inner { padding-left: 10px; }
  .layout-three-column #gamma-inner { padding-right: 10px; }
}
