/*
Theme Name: Smoking With Style
Theme URI: http://www.420webpros.com
Description: SmokingWith Style theme designed by 420 Web Pros
Version: 1.0
Author: 420 Web Pros
Author URI: http://www.420webpros.com
*/

/*---------------------------------------------------------------------------------

[Table of contents]

1. Initial Styling - General tags, the background, global attributes (overridden by following regions).
2. Header Region - Styles specific to header region, title, slug, top menu, etc.
3. Content Region - Styles for content appearance, blockquotes, posts, pages, wp-caption, etc.
4. Comments Region � Styles for comment thread, forms, etc.
5. Sidebar Region � Styles for widgets, additional menus lists and links.
6. Footer Region � Styles specific to the footer region.
7. Misc. & Plugins � Miscellaneous, override plugins, define last rule, fix anomalies, etc.

-----------------------------------------------------------------------------------*/
@import url(http://fonts.googleapis.com/css?family=Maiden+Orange);
@font-face {
    font-family: 'BullpenHeavy';
    src: url('fonts/bullpen_hv-webfont.eot');
    src: url('fonts/bullpen_hv-webfont.eot?iefix') format('eot'),
         url('fonts/bullpen_hv-webfont.woff') format('woff'),
         url('fonts/bullpen_hv-webfont.ttf') format('truetype'),
         url('fonts/bullpen_hv-webfont.svg#webfontJwiRwbeK') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*=== START SECTION 1 - Initial Styling ===*/
html, body {
	height: 100%;
}
html {
    background: url(images/background.jpg) top center;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	margin: 0px;
	padding: 0px;
	color: #e0bd8f;
    background: url(images/background_top.png) top center repeat-x;
}
#container {
	margin: 0 auto -169px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
#wrapper {
	width: 940px;
	margin: 0 auto;
	padding: 0px;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
img.aligncenter, div.aligncenter {
	display: block;
	margin: 0 auto;
}
img.alignright, div.alignright {
	margin: 1px 0 2px 10px;
	display: inline;
}
img.alignleft, div.alignleft {
	margin: 1px 10px 2px 0;
	display: inline;
}
a img {
    border: none;
}
a:link, a:active, a:visited, a:hover {
    text-decoration: none;
    color: #ffc052;
}
h1, h2, h3, h4, h5, h6 {
    font-family: BullpenHeavy;
}
h2 {
    color: #f7e7d3;
    font-size: 24px;
    font-weight: normal;
    margin: 15px 0 0;
    padding: 0;
}
h3 {
    font-family: 'Maiden Orange', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    text-transform: none;
    text-decoration: none;
    letter-spacing: -0.044em;
    word-spacing: 0em;
    line-height: 1.4;
    text-transform: uppercase;
    margin: 0 0 10px;
}
/*=== END SECTION 1 - Initial Styling ===*/


/*=== START SECTION 2 - Header Region ===*/
#header {
	height: 443px;
	width: 1207px;
	margin: 0 auto;
    background: url(images/header_bg.png) top center no-repeat;
    position: relative;
}
#header h1 {
    margin: 0;
    padding: 0;
}
#header h1 a:link, #header h1 a:visited {
	text-decoration: none;
	clear: both;
    text-indent: -99999px;
    display: block;
    width: 368px;
    height: 234px;
    background: url(images/logo.png) top left no-repeat;
    position: absolute;
    top: 13px;
    left: 108px;
}
#social {
    font-family: 'Maiden Orange', serif;
    font-size: 22px;
    color: #f4e7d5;
    position: absolute;
    top: 13px;
    right: 170px;
    height: 46px;
    line-height: 46px;
	font-weight: bold;
	letter-spacing: .05em;
}
#social span {
    display: block;
    float: left;
    margin-right: 5px;
}
#facebook {
    display: block;
    width: 46px;
    height: 46px;
    background: url(images/social.png) top left no-repeat;
    float: left;
    padding: 0;
    margin-right: 5px;
}
#facebook:hover {
	background-position: bottom left;
}
#twitter {
    display: block;
    width: 46px;
    height: 46px;
    background: url(images/social.png) -49px 0 no-repeat;
    float: left;
    padding: 0;
    margin-right: 5px;
}
#twitter:hover {
	background-position: -49px bottom;
}
#rss {
    display: block;
    width: 46px;
    height: 46px;
    background: url(images/social.png) -98px 0 no-repeat;
    float: left;
    padding: 0;
    margin-right: 5px;
}
#rss:hover {
	background-position: -98px bottom;
}
#droid {
    display: block;
    width: 46px;
    height: 46px;
    background: url(images/social.png) -149px 0 no-repeat;
    float: left;
    padding: 0;
}
#droid:hover {
	background-position: -149px bottom;
}
#menu{
	padding: 0;
	white-space: nowrap;
	margin: 0;
	width: 976px;
    height: 98px;
    background: url(images/menu_bg.png) top center no-repeat;
    position: absolute;
    bottom: 25px;
    left: 125px;
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 12px;
}
#menu_wrap {
    width: 945px;
}
#menu ul {
	margin: 30px 0 0;
	padding: 0px;
    display: block;
    position: relative;
    left: 50%;
    float: left;
}
#menu li {
	display: block;
	list-style-type: none;
	margin: 0;
    position: relative;
    right: 50%;
    float: left;
    background: url(images/menu_divider.png) top left no-repeat;
}
#menu li ul {
    position: absolute;
    top: 39px;
    left: 0;
    background: url(images/dropdown_bg.png) top left;
    margin: 0;
    display: none;
}
#menu li li {
    background: url(images/dropdown_divider.png) top center no-repeat;
    right: auto;
    width: auto;
    float: none;
    clear: both;
	padding: 0 10px;
}
#menu li li:first-child {
    background: none;
}
#menu li:hover > ul {
    display: block;
}
#menu li a:link, #menu li a:visited {
	color: #100400;
    display: block;
    height: 39px;
    line-height: 40px;
    padding: 0 13px;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: 1px 1px 0px #ffffff;
	font-weight: bold;
}
#menu li a:hover, #menu li.current_page_item a {
	color: #100400;
    background: url(images/menu_hover.png) top left repeat-x;
}
#menu li.current_page_item li a {
	background: none;
	color: #100400;
}
#menu li.first-menu-item a:hover, #menu li.first-menu-item.current_page_item a {
	color: #100400;
    background: url(images/menu_hover.png) top left repeat-x;
}
#menu li.last-menu-item a:hover, #menu li.last-menu-item.current_page_item a {
	color: #100400;
    background: url(images/menu_hover_reverse.png) top right repeat-x;
}
#menu li.first-menu-item {
    background: none;
}
#menu li li a:link, #menu li li a:visited {
    height: auto;
    line-height: 18px;
    padding: 3px 10px 3px 0;
    margin: 0;
    text-shadow: none;
    width: auto;
    white-space: nowrap;
	font-weight: normal;	
}
#menu li li a:hover, #menu li.first-menu-item li a:hover, #menu li.last-menu-item a:hover, #menu li li li a:hover {
	background: none;
	color: #fff;
}
#menu li.last-menu-item.current_page_item li a, #menu li.first-menu-item.current_page_item li a {
	background: none;
}
#menu li li.parent a{
	background: url(images/dropdown_arrow.png) right 50% no-repeat;
}
#menu li li.parent li a {
	background: none;
}
#menu li li ul {
	position: absolute;
	left: 100%;
	top: 0;
	margin-left: -1px;
	padding: 0;
}
/*=== END SECTION 2 - Header Region ===*/


/*=== START SECTION 3 - Content Region ===*/
#main {
	width: 940px;
}
#content {
	width: 700px;
	float: left;
}
#content a:link, #content a:visited {
	text-decoration: none;
	padding: 2px;
}
#content a:hover {
	text-decoration: underline;
}
#content h1 {
	font-size: 1.5em;
}
#content.blog h1 {
	font-size: 26px;
	color: #f7e7d3;
	font-weight: normal;
	margin: 0 0 10px;
}
#content.blog h1 a {
	color: #f7e7d3;
}
#content ul {
    margin-left: 14px;
    padding: 0;
    width: 320px;
    display: block;
}
#content li {
    
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;}.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
.post h2 {
	font-size: 1.8em;
	margin: 45px 0 10px 0;
	padding: 0;
}
.post h3 {
  font-size: 1.8em;
  margin: 0;
  padding: 0;
}
.post-edit-link img{
	border: none;
}
a.post-edit-link:link, a.post-edit-link:visited {
	text-decoration: none;
}
.entry-content, .entry-excerpt {
	clear: left;
}
.blog .entry-content {
	overflow: hidden;
}
.blog .entry-content p {
	margin-top: 0;
}
.blog div.post {
	background: url(images/blog_divider.jpg) bottom left no-repeat;
	padding-bottom: 25px;
	margin-bottom: 15px;
}
.entry-content blockquote {
    background: url(images/blockquote1.png) no-repeat 540px 90%;
    font: 0.8em/1.5em Georgia,"Times New Roman",Times,serif;
    padding: 5px 15px;
    text-indent: -15px;
    width: 550px;
    color: #5B1E04;
    background-color: rgb(215, 137, 41);
    background-color: rgba(215, 137, 41, .7);
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webit-border-radius: 8px;
}
.entry-content blockquote p {
  background: url(images/blockquote2.png) no-repeat left top;
  padding: 0 0 0 60px;
  font: italic 1.5em Georgia, "Times New Roman", Times, serif;
}
a.image:link, a.image:visited, a.image:hover {
	background: none;
	padding: 0;
}
a.image img {
	border: none;
}
.entry-details {
	font-family: Georgia, Times, "Times New Roman", serif;
	color: #ffc052;
	font-size: 13px;
	line-height: 14px;
	text-decoration: underline;
	margin-bottom: 20px;
}
.entry-details a {
	color: #ffc052;
	text-decoration: underline;
}
.navigation {
	clear: both;
	overflow: hidden;
	padding-bottom: 10px;
	color: #FFC052;
}
.entry-meta {
	font-family: Georgia, Times, "Times New Roman", serif;
	margin: 5px 0 0;
	color: #f7e7d3;
	font-size: 13px;
	line-height: 14px;
}
.entry-meta .comments a {
	color: #f7e7d3;
}
.underpost {
	font-size: .9em;
}
.underpost a {
	text-decoration: underline;
}
/*=== END SECTION 3 - Content Region ===*/


/*=== START SECTION 4 - Comment Region ===*/
.avatar {
  float: right;
  margin: 0 0 3px 5px;
}
#respond {
	margin-bottom: 30px;
}
#respond p {
	font-size: .9em;
}
#respond label {
	display: block;
	margin: 5px 0 5px 0;
	width: 100%;
}
#respond input[type=text], #respond input[type=password], #respond textarea {
	width: 668px;
	float: none;
	clear: both;
	background: #F8E7D3;
	border: 1px solid #470B01;
	-webkit-box-shadow: inset 0px 5px 5px 0px #6C655D;
	-moz-box-shadow: inset 0px 5px 5px 0px #6C655D;
	box-shadow: inset 0px 5px 5px 0px #6C655D; 
}
#comment {	
	width: 100%;
}
#commentform {	
	padding: 10px;
}
ol.commentlist {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ol.commentlist li {
	margin: 15px 0 0 0;
	padding: 10px 10px 18px;
	background: url(images/blog_divider.jpg) bottom left no-repeat rgba(158, 57, 22, .62);
}
ol.commentlist li a {
	text-decoration: underline;
}
/*=== END SECTION 4 - Comment Region ===*/


/*=== START SECTION 5 - Sidebar Region ===*/
#sidebar {
	width: 210px;
	float: right;
	margin: 10px 0;
    color: #5b1e04;
}
#sidebar h1 {
	font-size: 1.4em;
}
#sidebar h2 {
	font-size: 24px;
    font-family: BullpenHeavy, arial;
    width: 210px;
    height: 46px;
    background: url(images/sidebar_header.png) top left no-repeat;
    color: #5b1e04;
    text-indent: 15px;
    line-height: 56px;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0;
}
#sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#sidebar ul ul {
  margin-left: 10px;
  padding: 10px 0;
}
#sidebar li li ul {
    padding: 0;
}
#sidebar li {
    background: url(images/sidebar_bg.png) top center no-repeat #d78929;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    margin-bottom: 10px;
    overflow: hidden;
}
#sidebar li li {
    margin-bottom: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    background: none;
    overflow: visible;
}
#sidebar ul ul li, #sidebar ul ul li {
  font-size: .9em;
  margin-left: 10px;
}
#sidebar.blogbar ul ul li {
	margin-left: 20px;
	list-style-type: disc;
}
#sidebar.blogbar li li li {
	margin-left: 10px;
}
#sidebar li a:link, #sidebar li a:visited {
	display: block;
	text-decoration: none;
	margin-bottom: .1em;
	padding: 1px;
    color: #5b1e04;
}
#sidebar li a:hover {
	text-decoration: underline;
}
#sidebar a img {
    display: block;
    margin: 0 auto;
}
#sidebar .kd_ads {
    background: none repeat scroll 0 0 #FFD6A8;
    margin: 11px;
    padding: 19px 19px 4px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
	width: auto;
}
#sidebar .widget .kdads-link {
    margin-bottom: 15px;
}
#sidebar table, #sidebar table td {
	border: none; 
	background: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	width: 100%;
}
/*=== END SECTION 5 - Sidebar Region ===*/


/*=== START SECTION 6 - Footer Region ===*/
#fPush {
	hight: 169px;
}
#footer {
	height: 169px;
	clear: both;
	text-align: center;
	overflow: hidden;
    background: url(images/footer_bg.png) top center no-repeat #528627;
    font-family: Georgia, Times, "Times New Roman", serif;
}
#footer a:link, #footer a:visited {
	color: #474200;
}
#footer a:hover {
	text-decoration: none;
}
#footer_menu {
    width: 960px;
    margin: 0 auto;
    overflow: hidden;
}
#footer_menu ul {
    position: relative;
    left: 50%;
    display: block;
    margin: 40px 0 0;
    padding: 0;
}
#footer_menu li {
    position: relative;
    right: 50%;
    display: block;
    float: left;
    color: #ffd452;
    border-left: 1px solid #ffd452;
    font-size: 12px;
    font-weight: bold;
    height: 14px;
}
#footer_menu li.first-menu-item {
    border: none;
}
#footer #footer_menu li a:link, #footer #footer_menu li a:visited,
#footer #footer_menu li a:active, #footer #footer_menu li a:hover {
    display: block;
    float: left;
    padding: 0 10px;
    color: #ffd452;
    text-transform: uppercase;
}
#footer #footer_menu li.first-menu-item a:link, #footer #footer_menu li.first-menu-item a:visited,
#footer #footer_menu li.first-menu-item a:active, #footer #footer_menu li.first-menu-item a:hover {
    color: #ffd452;
}
#footer .copyright {
    color: #ccf6ab;
    font-size: 14px;
    clear: both;
    text-align: center;
    margin: 14px 0 10px;
}
#footer #info_menu {
    width: 345px;
    overflow: hidden;
    margin: 0 auto;
}
#footer #info_menu ul {
    position: relative;
    left: 50%;
    display: block;
    margin: 0;
}
#footer #info_menu li {
    position: relative;
    display: block;
    float: left;
    right: 50%;
    color: #2f412c;
}
#footer #info_menu a:link, #footer #info_menu a:visited,
#footer #info_menu a:active, #footer #info_menu a:hover {
    color: #2f412c;
    display: block;
    padding: 0 10px;
}
#webpros {
    color: #88c25f;
    font-family: arial;
    margin: 5px auto 0;
    padding: 2px 10px 3px;
    background: #406f1e;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    display: inline-block;
}
#webpros a:link, #webpros a:visited,
#webpros a:active, #webpros a:hover {
    color: #88c25f;
}
/*=== END SECTION 6 - Footer Region ===*/


/*=== START SECTION 7 - Misc. & Plugins ===*/
/* insert your misc. styling here. */
.video_wrap {
    padding: 10px;
    border-radius: 3px;
    background: #f7e7d3;
    margin: 0 auto;
    overflow: hidden;
}
.video_wrap p {
    margin: 0;
}
#content .kd_ads {
	background: url(images/ad_space_bg.png) top left no-repeat;
	width:700px;
	height: 125px;
	overflow: hidden;
}
#content .kd_ads_block {
	margin: 5px;
	padding: 5px;
	width: auto !important;
}
#content a.kdads-link {
	display: block;
	padding: 0;
}
.woodBox {
	width: 660px;
	background: url(images/wood_grain_bg.jpg) top left no-repeat #b04819;
	padding: 20px;
	border: 3px solid #561600;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	overflow: hidden;
	margin-bottom: 25px;
}
.woodBox h2 {
	color: #2f0c00;
	text-shadow: 1px 1px 1px #fda93a;
	font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
	font-size: 18px;
	font-weight: bold;
}
table {
	border: 2px solid #530f00;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: #e09e47;
}
table td {
	border-top: 1px solid #a84f0d;
	border-right: 1px solid #a84f0d;
	color: #531a00;
	padding: 5px 10px;
}
table th {
	color: #531a00;
	padding: 5px 0;
}
#content table td a {
	color: #531a00;
}
form {
	background: rgba(158, 57, 22, .62);
	padding: 29px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	overflow: hidden;
}
form input[type=text] {
	background: url(images/input_bg.jpg) top left no-repeat;
	width: 201px;
	height: 28px;
	line-height: 28px;
	padding: 0 5px;
	border: none;
	float: left;
}
form input[type=submit] {
	background: url(images/send_button.png) top left no-repeat;
	width: 98px;
	height: 44px;
	border: none;
	float: right;
	margin-right: 10px;
	text-indent: -99999px;
}
form textarea {
	background: url(images/textarea_bg.jpg) top left no-repeat;
	width: 201px;
	height: 110px;
	padding: 5px;
	border: none;
	float: left;
}
form label {
	display: block;
	float: left;
	color: #ffc052;
	font-size: 12px;
	width: 66px;
	line-height: 28px;
}
form label span {
	color: #d93c00;
}
form div {
	clear: both;
	margin-bottom: 15px;
	overflow: hidden;
}
form div.left {
	width: 355px;
	float: left;
	clear: none;
	margin-bottom: 0;
}
form div.right {
	width: 280px;
	float: left;
	clear: none;
	margin-bottom: 0;
}
/*=== END SECTION 7 - Misc. & Plugins ===*/


/*=== START SECTION 8 - Splash Page === */
#splash_wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 960px;
	margin: 0 auto -80px;
}
#splash_header {
	text-align: center;
	background: url(images/splash_textarea.png) top center no-repeat;
	padding-bottom: 12px;
}
#splash_header h1 {
	margin: 0;
	padding: 0;
}
#splash_header p {
	margin: 9px 0 0;
}
.large {
	font-family: BullpenHeavy, arial;
	font-size: 36px;
	line-height: 36px;
	color: #f7e7d3;
	text-align: center;
	margin-top: 20px;
}
.rules {
	color: #ffc052;
	font-size: 19px;
	line-height: 21px;
	font-family: 'Maiden Orange', serif;
	font-weight: normal;
}
.legal {
	color: #f8debb;
	font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
	font-size: 18px;
	line-height: 19px;
}
#splash_wrapper #main {
	width: 725px;
	height: 135px;
	background: url(images/splash_textarea.png) bottom center no-repeat;
	margin: 0 auto;
}
#splash_wrapper #content {
	margin: 15px 50px;
	width: auto;
	height: 95px;
	color: #190800;
	font-size: 13px;
	line-height: 19px;
	overflow: auto;
	font-weight: bold;
	padding: 10px 0;
}
#splash_wrapper #content a {
	color: #190800;
}
#splash_wrapper #content h2 {
	color: #190800;
	font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
	font-size: 18px;
	margin: 0;
	font-weight: bold;
}
#splash_push, #splash_footer {
	height: 80px;
	overflow: hidden;
	text-align: center;
}
#splash_footer {
	background: url(images/splash_footer_bg.png);
	font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
	clear: both;
}
#splash_footer #info_menu {
    width: 345px;
    overflow: hidden;
    margin: 0 auto;
}
#splash_footer #info_menu ul {
    position: relative;
    left: 50%;
    display: block;
    margin: 0;
}
#splash_footer #info_menu li {
    position: relative;
    display: block;
    float: left;
    right: 50%;
    color: #dc9635;
}
#splash_footer #info_menu a:link, #splash_footer #info_menu a:visited,
#splash_footer #info_menu a:active, #splash_footer #info_menu a:hover {
    color: #dc9635;
    display: block;
    padding: 0 10px;
}
#splash_footer #webpros {
	background: url(images/splash_footer_bg.png);
}
#splash_footer .copyright {
	color: #a77937;
}
#splash_wrapper table, #splash_wrapper table td {
	border: none;
	background: none;
	vertical-align: top;
} 
#splash_wrapper table {
	margin: 0 0 0 65px;
}
.diget {
	border: 1px solid #B4571E;
	background: #FFD6A8;
	padding: 2px 4px;
	margin: 0 1px;
	font-family: 'Maiden Orange',serif;
    font-size: 18px;
}
#sidebar .online-info {
	font-family: 'Maiden Orange',serif;
    font-size: 18px;
    font-weight: normal;
    text-align: center;
	margin: 0 0 10px;
	padding: 0;
}
#sidebar .online-info li {
	margin: 0;
}
#searchform, #newsletterForm {
	background: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	padding: 0 10px 10px;
}
#searchform div, #newsletterForm div {
	margin: 0;
}
#searchform #searchBg {
	width: 190px;
	border: 1px solid #450A04;
	background: #fff;
}
#searchform #s {
	width: 180px;
	background: #fff;
}
#sidebar #searchform input[type=submit] {
	margin: 10px 0 0 45px;
	float: left;
	background: url(images/search_button.png) top left no-repeat;
}
#sidebar #newsletterForm input[type=submit] {
	margin: 10px 0 0 45px;
	float: left;
	background: url(images/join_button.png) top left no-repeat;
}
#sidebar #newsletterFormDiv input[type=text] {
	background: url(images/input_bg_short.jpg) top left no-repeat;
	width: 180px;
}
#content #searchform #searchBg {
	float: left;
	margin: 3px 15px 0 0;
}
#content #searchform input[type=submit] {
	float: left;
}
#ajaxNewsletter .success, #ajaxNewsletter .error {
	padding: 5px 15px;
}
#newsletterLoading {
	margin: -12px 15px 5px;
}
/*=== END SECTION 8 - Splash Page === */