/*============ 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(/.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=Norican);

body { 
padding: 35px 0; 
position: relative;  
}

#banner-inner, #pagebody-inner, #nav, #nav-inner, #footer-inner { 
	width: 100%;
	}

#container { width: 1000px; }

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

.layout-one-column #alpha { 
	padding: 20px 10px 10px 10px;
}

.layout-one-column #alpha .module { 
	width: 300px; 
	margin-left: 10px; 
	margin-right: 10px;
}

.layout-one-column #alpha .module-search { 
	padding: 10px;
	margin: 20px 10px;
}


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


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



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



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

#nav,
#pagebody-inner {
border-top: 0;
border-bottom: 0;
}

#nav a:link,a:visited { border-radius: 0; }

#pagebody-inner { margin: 0; }

/* Banner Container */ 

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


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



		/* Blog Description Positioning --------*/
		#banner-description {
			padding: 0;
			margin: 0;
			text-align: center;
			}

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

.entry { padding-bottom: 30px; }

.entry-featured { padding: 10px 15px 20px 15px; }

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

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

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

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

#all-comments {
margin: 10px 0px 20px 0px;
padding: 15px;
}

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

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

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


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

.module { padding: 0; margin-bottom: 15px; }

.module-syndicate .module-content, 
.module-powered .module-content {
margin: 0;
padding: 2px 0;
}

.module-search {
margin: 0 0 20px 0;
padding: 10px 0 10px 15px;
}

.module-archives .module-content,
.module-categories .module-content,
.module-category-cloud .module-content { 
padding-top: 0;
padding-bottom: 0;
margin: 0 0 10px 5px; 
}

.module-archives .module-list-item,
.module-categories .module-list-item {
padding-left: 5px;
}

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

.typelist-thumbnail img,
.module-photo img,
.module-galleries img {
padding: 4px;
}


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


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

h1, h2, h3, h4, h5, h6 {
	font-family:  'Norican', cursive;
}


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

/* Blog Title Font */
#banner a {
font-size: 300%;
font-weight: 400;
line-height: 100%;
text-decoration: none;
font-family: 'Norican', cursive;
}

/* Blog Description Font */
#banner-description {
font-size: 90%;
font-weight: 400;
line-height: 100%;
font-family: Helvetica, Arial, sans-serif;
}


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

/* Date Header */
h2.date-header {
	font-size: 65%;
	font-style: normal;
	font-weight: 400;
	text-align: left;
	text-transform: uppercase;
	font-family: Helvetica, Arial, sans-serif;
	}

/* Post Title */
.entry-header {
	font-size: 160%;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	text-align: left;
	font-family: 'Norican', cursive;
	}

/* 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: 95%;
	font-weight: 400;
	line-height: 140%;
	text-align: left;
	}

/* In-post Headers */



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

/* Featured Title */
.entry-featured h3.entry-header { font-size: 200%; }

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

.entry-featured .entry-footer { padding-bottom: 15px; }

.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: 'Norican', cursive;
font-size: 180%;
font-style: normal;
font-weight: 400;
line-height: 100%;
border-bottom: 0;
}

.comments .comments-header { font-size: 180%; }

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

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

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

/* Prev/Next link for Pagination */
.pager { border: 0; }


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

/* Sidebar - Module Header */
.module-header {
	font-size: 140%;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
	font-family: 'Norican', cursive;
	}

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

.module-syndicate .module-content,
.module-powered .module-content {
	font-size: 120%;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	font-family: 'Norican', cursive;
	text-align: center;
	}


/* Sidebar - Link Weight */
.module-content a {
	font-weight: 400;
	}

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

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

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

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


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

/* Nav Bar - Font Size */
.nav-list-item a {
	font-size: 80%;
	font-style: normal;
	font-weight: 600;
}

/* Prev/Next link for Pagination */
.pager {
	text-align: center;
	}

.pager a {
	font-size: 110%;
	font-style: normal;
	font-weight: 700;
	}

/* Category & Monthly Archive Page - Header */
.content-header {
	font-size: 200%;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
	font-family:  'Norican', cursive;
	}

/* Archives.html Page - Headers */
.archive-header {
	font-size: 180%;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
	font-family:  'Norican', cursive;
	}


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


body {
background: #efefef url(dapper-stripe.gif); 
}


#container { 
background: #FFF;; 
border: 2px solid #000;
-moz-box-shadow: 0 0 12px 12px #ccc;
-webkit-box-shadow: 0 0 12px 12px #ccc;
box-shadow: 0 0 12px 12px #ccc;
}

#banner, #pagebody-inner { background: #fff; }


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

#banner {
	background: #FFF;
	border-bottom: 2px solid #000;
	}

	/* Title Strip */
	#banner-inner {
	background: #FFF url(shadow2.png) top center no-repeat;
	}

/* Blog Title Font */
#banner a { color: #000; }

/* Blog Description Font */
#banner-description { color: #000; }


/* --- LINKS ---------------------------------------*/

/* Default Link Color */
a {
	color: #666;
	text-decoration: none;
	}  

/* Hover Link Color */
a:hover, a:visited:hover { color: #000; }  

/* Visited Link */
a:visited { color: #666; }  



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


/* Nav Bar Color */
#nav, #nav-inner, .nav-list, .nav-list-item a {
	background-color: #000;
	color: #fff;
	}



/* Nav Bar Hover Color */
.nav-list-item a:hover {
	background: #efefef;
	color: #000;
	}


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

/* Date Header */
h2.date-header { color: #666; }

/* Post Title */
h3.entry-header,.entry-header a { 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; }
.entry-footer a { color: #666; }

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


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

.entry-featured { 
background-color: rgba(0, 0, 0, 0.024); 
border: 1px solid rgba(0, 0, 0, 0.05);
}

/* Featured Title */
.entry-featured h3.entry-header a { color: #000; }


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

/* Sidebar Module header */

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

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

.module-content a:hover {
	color: #000;
	text-decoration: none;
	}  


.module-search,
.module-syndicate .module-content,
.module-powered .module-content,
.typelist-thumbnail img,
.module-photo img,
.module-galleries img {
background-color: rgba(0, 0, 0, 0.024); 
border: 1px solid rgba(0, 0, 0, 0.05);
}

.module-search .module-header { color: #000; }

.module-archives .module-content,
.module-categories .module-content,
.module-category-cloud .module-content { 
border-bottom: 1px solid #000;
}


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

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

#all-comments,
.comments-open {
background-color: rgba(0, 0, 0, 0.024); 
border: 1px solid rgba(0, 0, 0, 0.05);
}

/* Color every other comment */
.comment-odd { border-top: 1px solid rgba(0, 0, 0, 0.09); }
.comment-even { border-top: 1px solid rgba(0, 0, 0, 0.09); }


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

/* Headers on Archives.html page */
.archive-header {
	border-bottom: 1px solid #000;
	color: #000;
	}

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

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


/* --- FOOTER --------------------------------------*/

/* Footer Background */
#footer { background: #000; }

/* Footer Link Color */
#footer a { color: #fff; }

/* Footer Link Hover Color */
#footer a:hover { color: #eee; }
