/****************************************************************************************************************
THEME NAME: Postcard
THEME URI: http://brochurebeast.com/
DESCRIPTION: A <a href="http://wpstartbox.com">Startbox</a> child theme.
VERSION: 1.0.0
AUTHOR: BrochureBeast
AUTHOR URI: http://brochurebeast.com/
TEMPLATE: startbox
****************************************************************************************************************

Default styles from startbox are imported via wp_enque_style() in functions.php 

****************************************************************************************************************

Table of Contents

****************************************************************************************************************

0.	General Styling
1. 	Layout
2.	Menu
3.	Widget Areas
4.	Articles
5.	Comments
6.	Footer

****************************************************************************************************************

0. General Styling

****************************************************************************************************************/

.page-title {
	display:none;
}

#splash {
	background-position:center 60px;
	background-repeat:no-repeat;
}


#top, #inner-top {
	background:url(images/top.png) center -65px no-repeat;
	clear:both;
}
#bottom {
	background:url(images/bottom.png) center bottom no-repeat;
}
#middle, #inner-middle {
	background:url(images/middle.png) center center repeat-y;
}
#featured-image {
	/*background-color:#FCFAE6;*/
	margin:0 42px;
}
#inner-bottom {
	background:url(images/inner-bottom.png) center bottom no-repeat;
}

#address {
	height:141px;
	overflow:hidden;
}
#address h1 {
	font-size:58px;
	padding:10px 0 5px 60px;
	font-family:"Comic Sans MS", Impact, Arial;
	line-height:1 !important;
	font-weight:normal !important;
}
#address .city-state {
	text-transform:uppercase;
	font-size:24px;
	line-height:1;
	padding-left:60px;
}
.edit-link {
	display:none;
}
#wp_footer {
	padding:0 23px 0 0;
	color:#999999;
	text-align:right;
}
#wp_footer, #wp_footer a {
	text-shadow: 0 0 0.2em #fff, 0 0 0.2em #fff, 0 0 0.2em #fff;
	color:#333;
}
#wp_footer a:hover {
	text-shadow: 0 0 0.3em #DA6B0F, 0 0 0.3em #DA6B0F, 0 0 0.3em #DA6B0F;
}
.entry-content ul {
	margin-top:0;
}

p {
	margin-bottom:1em;
}
.column p {
	padding-left:1em;
}
.column.last p {
	padding-right:1em;
}
.begin-column {
	height:1em;
}
.vbanner {
	margin-bottom:1em;
}

.ui-tabs .begin-column {
	height:0;
}
.ui-tabs .column:first-child p {
	padding-left: 0;
}
.ui-tabs .column.last p {
	padding-right: 0;
}
.ui-tabs .ui-tabs-panel {
	padding-bottom:0;
}

html {
	min-height:100%;
	height:auto;
}
body {}
a, a:visited {}
a:hover, a:active, a:focus {}
h1,h2,h3,h4,h5,h6 {}
h1 {}
h2 {}
h3 {}
h4 {}
h5 {}
h6 {}
hr {}
img, p img {}
blockquote {}
blockquote p {}
pre,code {}
strong {}
em {}
del {}
ins {}
abbr,cite {}
.more-link, .more-link:visited {}
.more-link:hover, .more-link:active {}
.post-content dl,
.post-content ul,
.post-content ol {}
.post-content dl dl,
.post-content ul ul,
.post-content ol ol {}
.post-content ul {}
.post-content ol {}
.post-centent li {}

.flat-button {
  display: block;
  color: white !important;
  background: maroon;
  margin-top: 20px;
  padding: 20px;
  width: 300px;
  text-align: center;
  font-size: 25px;
  border-radius: 10px;
}
.flat-button:hover {
  background: red;
}

/****************************************************************************************************************

1. Layout

****************************************************************************************************************/

.skip-to-content {}
.rtt {} /* Return to Top link */
#wrap, #address {
	width:1020px;
	padding:0;
	border:none;
	background:none;
}
#wrap {
	padding-top:60px;
}
#footer_wrap {
	background:none;
	border:none;
}
#header {
	overflow:auto;
}
#header h1 {}
#blog-title, #blog-description {}
#container_wrap {
	min-height:500px;
	overflow:auto;
}
#container {}
#nav-above {}
#nav-above, #nav-below {}
.nav-previous {}
.nav-next {}
.page-template-pagefullwidth-php div#container,
.page-template-pagefullwidth-php div#content {}

/****************************************************************************************************************

2. Menu

****************************************************************************************************************/

/* Menu */
.nav {
	width:auto;
	border:none;
	margin:0;
	padding:35px 0 0 42px;
	background:url(images/top.png) center top no-repeat;
}
.nav ul {}
.nav li {}

/* Default Links */
.nav li a, .nav li a:visited {
	padding:4px 10px;
}
.nav li:hover a, .nav li:hover a:visited,
.nav li a:hover, .nav li a:active, .nav li a:focus,
.nav li.current_page_item a, .nav li.current_page_item a:visited,
.nav li.current_page_ancestor a, .nav li.current_page_ancestor a:visited {border:none;}

/* Active Links */
.nav li.current_page_item a, .nav li.current_page_item a:visited,
.nav li.current_page_ancestor a, .nav li.current_page_ancestor a:visited {}

/* Sub-menu */
.nav li ul,
.nav li:hover li ul {}
.nav li:hover ul,
.nav li li:hover ul {}
.nav li:hover li ul {}

/* Sub-menu Links */
.nav li li {}
.nav li li a, .nav li li a:visited,
.nav li:hover li a, .nav li:hover li a:visited {}

/* Sub-menu Active Links */
.nav li:hover li a:hover, .nav li:hover li a:active,
.nav li li.current_page_item a, .nav li li.current_page_item a:visited,
.nav li li.current_page_ancestor a, .nav li li.current_page_ancestor a:visited {}

/****************************************************************************************************************

3. Widget Areas

****************************************************************************************************************/

.widget-title {}
.widget {}
.widget ul {}
.widget li a, .widget li a:visited {}
.widget li a:hover, .widget li a:active {}

/****************************************************************************************************************

4. Articles

****************************************************************************************************************/

.post {}
.single .post {}
.page-title {}
.entry-title {}
.entry-title a, .entry-title a:visited {}
.entry-meta {}
.entry-photo {}
.entry-content {
	padding:1em;
	padding-bottom:0;
}
.entry-content p {}
#comments {
	display:none;
}
.tag-links {}
.comments-link, .comments-link:visited {}
#entry-author-info {}
.single #entry-author-info {}
#entry-author-info h2 {}
.single #entry-author-info h2 {}
#author-avatar {}
.single #author-avatar {}

/****************************************************************************************************************

5. Comments

****************************************************************************************************************/

#comments h3 {}
.h3-link, .h3-link:visited {}
#comments-list {}
.commentlist,
.commentlist .children {}
.comments {}
.commentlist li {}
.comment-wrap {}
.comment-meta {}
.avatar {}
.commentlist .fn, #commentform .fn {}
.comment-author-name, .comment-author-name:visited {}
.comment-author-name:hover, .comment-author-name:active {}
.comment-date {}
.commentlist li .comment-entry {}
.commentlist li .comment-entry p {}
.comment-arrow {}
.reply-author {}
.comment-entry blockquote {}
.comment-entry blockquote blockquote {}
.comment-entry blockquote p {}
.comment-reply-link,
.comment-edit-link {}
#trackbacks-list {}
#trackbacks-list ol {}
.commentlist .children {}
.commentlist .children li {}
.children .comment-arrow {}
.children .entry-content {}
.children .comment-meta {}
.children .comment-meta .avatar {}
.children .comment-meta .fn {}
.children .entry-content {}
.comment-footer {}

/****************************************************************************************************************

6. Footer

****************************************************************************************************************/
div#footer, #wp_footer {}
#footer_sidebar .aside {}
#sb_credit {}
#site_info {}
.copyright,
.footer_text {}
#login_content {}
#login_links {}
#login_links li {}