/*   
Theme Name: carrie mac
Author: 604media
Author URI: http://604media.com
Version: 1
*/

/*
	HTML5 Reset Wordpress Theme :: style.css
	----------------------------------------------------------
	We have learned much from/been inspired by/taken code where offered from:
	
	Eric Meyer					:: http://ericmeyer.com
	HTML5 Doctor				:: http://html5doctor.com
	and the HTML5 Boilerplate	:: http://html5boilerplate.com
	
	Special thanks: The Wordpress theme owes its start to an empty theme authored 
		by Chris Coyier & Jeff Starr: http://digwp.com
	
-------------------------------------------------------------------------------*/

/* Let's default this puppy out
-------------------------------------------------------------------------------*/

html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}									

article, aside, figure, footer, header, hgroup, nav, section {display: block;}

/* Responsive images and other embedded objects
   Note: keeping IMG here will cause problems if you're using foreground images as sprites, like, say for Google Maps custom placemarkers. 
   There has been a report of problems with standard Google maps as well, but we haven't been able to duplicate or diagnose the issue. */
img,
object,
embed {max-width: 100%;}
h1, h2, h3, h4{ font-weight:normal}

h3{ margin-bottom:20px; font-size:21px}

/* force a vertical scrollbar to prevent a jumpy page */
html {overflow-y: scroll;}

/* we use a lot of ULs that aren't bulleted. 
	don't forget to restore the bullets within content. */
ul {list-style: none;}

blockquote, q {quotes: none;}

div.wpcf7 .watermark {
	color: #888; font-family: 'AmericanTypewriter';
}

blockquote:before, 
blockquote:after, 
q:before, 
q:after {content: ''; content: none;}

a {margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent;}

del {text-decoration: line-through;}

abbr[title], dfn[title] {border-bottom: 1px dotted #000; cursor: help;}

/* tables still need cellspacing="0" in the markup */
table {border-collapse: collapse; border-spacing: 0;}
th {font-weight: bold; vertical-align: bottom;}
td {font-weight: normal; vertical-align: top;}

hr {display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0;}

input, select {vertical-align: middle;}

pre {
	white-space: pre; /* CSS2 */
	white-space: pre-wrap; /* CSS 2.1 */
	white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
	word-wrap: break-word; /* IE */
}
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

input[type="radio"] {vertical-align: text-bottom;}
input[type="checkbox"] {vertical-align: bottom; *vertical-align: baseline;}
.ie6 input {vertical-align: text-bottom;}

select, input, textarea {font: 99% sans-serif;}

table {font-size: inherit; font: 100%;}
 
/* Accessible focus treatment
	people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active {outline: none;}

small {font-size: 85%;}

strong, th {font-weight: bold;}

td, td img {vertical-align: top;} 

/* Make sure sup and sub don't screw with your line-heights
	gist.github.com/413930 */
sub, sup {font-size: 75%; line-height: 0; position: relative;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}

/* standardize any monospaced elements */
pre, code, kbd, samp {font-family: monospace, sans-serif;}

/* hand cursor on clickable elements */
.clickable,
label, 
input[type=button], 
input[type=submit], 
button {cursor: pointer;}

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {margin: 0;}

/* make buttons play nice in IE */
button {width: auto; overflow: visible;}
 
/* scale images in IE7 more attractively */
.ie7 img {-ms-interpolation-mode: bicubic;}

/* prevent BG image flicker upon hover */
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}

/* let's clear some floats */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }  
.clearfix:after { clear: both; }  
.clearfix { zoom: 1; }  



/* Ok, this is where the fun starts.
-------------------------------------------------------------------------------*/

/* new Linux- and Windows-friendly sans-serif font stack: http://mky.be/fontstack */
body { font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif; color:#231f20;
background:url(images/bg.jpg) no-repeat #000; font-size:14px; line-height:1.8}

/* using local fonts? make sure to read up on Paul Irish's 
	Bulletproof @font-face syntax: http://mky.be/font-face/bulletproof/ */

/* we like off-black for text */
body, select, input, textarea {color: #333; }

a {color: #132e94;  text-decoration:none}
a:hover { text-decoration:underline}

/* Custom text-selection colors (remove any text shadows: twitter.com/miketaylr/status/12228805301) */
::-moz-selection{background: #fcd700; color: #fff; text-shadow: none;}
::selection {background: #fcd700; color: #fff; text-shadow: none;} 

/*	j.mp/webkit-tap-highlight-color */
a:link {-webkit-tap-highlight-color: #fcd700;} 

ins {background-color: #fcd700; color: #000; text-decoration: none;}
mark {background-color: #fcd700; color: #000; font-style: italic; font-weight: bold;}

p{ margin-bottom:15px}

.post ul { list-style: none; }
.post ul li{ padding-left:15px; background:url(images/star.png) 0 10px no-repeat}

 .entry-content img.synved-share-image { border:none; box-shadow:none}

/* And here begins the Wordpress fun.
-------------------------------------------------------------------------------*/

#page-wrap {width: 1035px; margin: 20px 0 0 60px; background:url(images/container.jpg) repeat-y; float:left; position:relative; -webkit-box-shadow: -3px -6px 16px rgba(50, 50, 50, 0.55);
-moz-box-shadow:    -3px -6px 16px rgba(50, 50, 50, 0.55); clear:both;
box-shadow:         -3px -6px 16px rgba(50, 50, 50, 0.55);}

.post { float:left; clear:both}
#left-column .post{ width:500px; margin-left:50px}
a.post-edit-link{ float:left; clear:both}
#left_column textarea{ margin-left:40px}
.entry-content { clear:both}
.entry-content a {}
.entry-content a:hover {}

input#submit, #commentform input#submit{ background:url(images/tape.png); font-family: 'ShadowsIntoLight'; border:none; width:210px; height:43px; display:block; text-align:center; padding-top:0; font-size:16px; text-transform:uppercase ; float:right; margin:30px 85px 0 0}
h2#comments{ clear:both;  font-family: 'AmericanTypewriter'; font-size:32px; margin-left:40px}

#respond{ margin: 30px 0 0 60px; clear:both}
#respond h2{ font-family: 'AmericanTypewriter'; font-size:32px}

#meta {}
.postmetadata {}

#sidebar {}

.navgation {}
.next-posts {}
.prev-posts {}

#searchform {}
#s {}
#searchsubmt {}
	
ol.commentlist {list-style: none; margin-left:40px; background:url(images/longer_divide.png) bottom no-repeat; padding-bottom:10px; margin-bottom:10px}
ol.commentlist li {}
ol.commentlist li.alt {}
ol.commentlist li.bypostauthor {}
ol.commentlist li.byuser {}
ol.commentlist li.comment-author-admin {}
ol.commentlist li.comment {padding: 10px;}
ol.commentlist li.comment  .comment-body{ padding:20px; background:#fff;  -webkit-box-shadow: 0px 0px 22px rgba(50, 50, 50, 0.61);
-moz-box-shadow:    0px 0px 22px rgba(50, 50, 50, 0.61);
box-shadow:         0px 0px 22px rgba(50, 50, 50, 0.61);}
ol.commentlist li.comment div.comment-author {}
ol.commentlist li.comment div.vcard {font-family: 'ShadowsIntoLight'; font-size:24px}
ol.commentlist li.comment div.vcard cite.fn {font-style: normal;}
ol.commentlist li.comment div.vcard cite.fn a.url {}
ol.commentlist li.comment div.vcard img.avatar {float:right; margin: 0 0 10px 10px; -webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.61);
-moz-box-shadow:    0px 0px 5px rgba(50, 50, 50, 0.61);
box-shadow:         0px 0px 5px rgba(50, 50, 50, 0.61); border: solid 3px #fff}
ol.commentlist li.comment div.vcard img.avatar-32 {}
ol.commentlist li.comment div.vcard img.photo {}
ol.commentlist li.comment div.vcard span.says {}
ol.commentlist li.comment div.commentmetadata {}
ol.commentlist li.comment div.comment-meta {font-size: 11px;  font-family: 'AmericanTypewriter'; background:url(images/twitter_divide.png) bottom left no-repeat; padding-bottom:10px; margin-bottom:10px }
ol.commentlist li.comment div.comment-meta a {color:#132e94;}
ol.commentlist li.comment p {}
ol.commentlist li.comment ul {}
ol.commentlist li.comment div.reply {font-size: 11px;}
ol.commentlist li.comment div.reply a {font-weight: bold;  font-family: 'AmericanTypewriter';}
ol.commentlist li.comment ul.children {list-style: none; margin: 0;}
ol.commentlist li.comment ul.children li { z-index:}
ol.commentlist li.comment ul.children li.alt {}
ol.commentlist li.comment ul.children li.bypostauthor {}
ol.commentlist li.comment ul.children li.byuser {}
ol.commentlist li.comment ul.children li.comment {}
ol.commentlist li.comment ul.children li.comment-author-admin {}
ol.commentlist li.comment ul.children li.depth-2 {margin:0 0 10px 0; }
ol.commentlist li.comment ul.children li.depth-2  .comment-body{ background:#f3f3f2}

ol.commentlist li.comment ul.children li.depth-3 {margin: 0 0 10px 10px;}
ol.commentlist li.comment ul.children li.depth-4 {margin: 0 0 10px 10px;}
ol.commentlist li.comment ul.children li.depth-5 {}
ol.commentlist li.comment ul.children li.odd {}
ol.commentlist li.even {}
ol.commentlist li.odd {}
/*ol.commentlist li.thread-alt { padding:20px; background:#f3f3f2;  -webkit-box-shadow: 0px 0px 22px rgba(50, 50, 50, 0.61);
-moz-box-shadow:    0px 0px 22px rgba(50, 50, 50, 0.61); width:430px; margin-left:20px;
box-shadow:         0px 0px 22px rgba(50, 50, 50, 0.61);} */
ol.commentlist li.thread-alt a{font-size: 11px;  font-family: 'AmericanTypewriter'; }
ol.commentlist li.thread-alt  .comment-author.vcard, ol.commentlist li.thread-alt  .comment-author.vcard a {font-family: 'ShadowsIntoLight'; font-size:24px}
ol.commentlist li.thread-even {}
ol.commentlist li.thread-odd {}

/* Typography
-------------------------------------------------------------------------------*/

@font-face {
font-family: 'ShadowsIntoLight';
src: url('fonts/shadowsintolight.eot');
src: url('fonts/shadowsintolight.eot?#iefix') format('embedded-opentype'),
url('fonts/shadowsintolight.woff') format('woff'),
url('fonts/shadowsintolight.ttf') format('truetype'),
url('fonts/shadowsintolight.svg#shadowsintolight') format('svg');
font-weight: normal;
font-style: normal;
}
		
@font-face {
font-family: 'AmericanTypewriter';
src: url('fonts/americantypewriter.eot');
src: url('fonts/americantypewriter.eot?#iefix') format('embedded-opentype'),
url('fonts/americantypewriter.woff') format('woff'),
url('fonts/americantypewriter.ttf') format('truetype'),
url('fonts/americantypewriter.svg#americantypewriter') format('svg');
font-weight: normal;
font-style: normal;
}

.blue{ color:#132e94}
.black{ color:#231f20}
.brown{ color:#d3b47d}

#left-column .post h2{font-family: 'ShadowsIntoLight';
color: #132e94;
font-size: 42px;
line-height: 1.2; margin-bottom:20px;
font-weight:normal;
}

/* Columns
-------------------------------------------------------------------------------*/
#left-column{ background:url(images/coffeestain.jpg) no-repeat; display:block; float:left; width:550px; padding-bottom:30px }
#left-column p{ clear:both}
#right-column{ position:absolute; top:-20px; right:0; width:490px; display:block; z-index:3}
.single #right-column, .archive #right-column{ position:absolute; top:0}
.archive #left-column h1, .single #left-column h1{ font-family: 'AmericanTypewriter'; font-size:34px; margin-left:40px; background:url(images/longer_divide.png) bottom left repeat-x;
margin-bottom:20px; padding-bottom:20px; clear:both}
/* Header
-------------------------------------------------------------------------------*/


ul#nav{ margin-left:60px; margin-top:20px}
ul#nav li{ float:left}
ul#nav li a{ font-family: 'ShadowsIntoLight'; color:#fff; font-size:23px; margin-right:60px; padding-bottom:5px}
ul#nav li a:hover, ul#nav li#current a{ color:#d3b47d; text-decoration:none; background:url(images/nav_underline.png) bottom no-repeat;}
ul#nav li a.pinterest{ width:34px; height:29px; display:block; background:url(images/social.png) no-repeat; margin-right:10px}
ul#nav li a.pinterest:hover{ background-position: 0 -42px}
ul#nav li a.twitter{ width:35px; height:29px; display:block; background:url(images/social.png) no-repeat -52px 0}
ul#nav li a.twitter:hover{background-position: -52px -42px}

.post h4{ font-family: 'ShadowsIntoLight'; font-weight:normal; font-size:21px; line-height:1.5; background: url(images/heart_divide.png) no-repeat bottom; padding-bottom:80px; margin-bottom:10px;}

 .page-template-books-php .post h4{font-family: 'ShadowsIntoLight'; font-weight:normal; font-size:21px; line-height:1.5; background:none;  margin-bottom:20px; padding-bottom:0}
 a#storyforest{ background:url(images/storyforest.png) 0 -94px; width:324px; height:82px; display:block; margin-left:715px}
 
  a#storyforest:hover{ background-position:0 0}

/* Homepage
-------------------------------------------------------------------------------*/
#logo{ background:url(images/logo_home.png); width:420px; height:187px; display:block; float:left; margin:80px 0 50px 40px}
.profile{ background:url(images/profile_pic.png); width:313px; height:485px; display:block; margin-left:70px}
.single #sidebar-primary, .archive #sidebar-primary{ background:url(images/cat_posts_twitter_rev.png); width:420px; height:1460px; display:block; margin-left:-6px}
#sidebar-primary{ background:url(images/posts_twitter.png) no-repeat; width:420px; height:980px; display:block; margin-left:40px}
.page-template-contact-php #sidebar-primary{ background:url(images/contact.png);  height:480px; width:455px}
.page-template-contact-php #sidebar-primary #contact {width: 330px; margin-top: 110px;float:right}
.page-template-contact-php #sidebar-primary #contact p {font-family: 'AmericanTypewriter';}
#sidebar-primary h2 a { font-size:14px}
#sidebar-primary h3.widget-title{ display:none; }
.single #sidebar-primary .recent_with_excerpt, .archive #sidebar-primary .recent_with_excerpt{}
#sidebar-primary .recent_with_excerpt{font-family: 'AmericanTypewriter'; width:270px; float:left; margin: 225px 0 0 80px;
height:400px; display:block; line-height:1.2;  }
.blog #sidebar-primary .recent_with_excerpt, .page #sidebar-primary .recent_with_excerpt{ margin-top: 100px;}
.single #sidebar-primary .recent_with_excerpt{ margin-top: 220px;}
#sidebar-primary .recent_with_excerpt h3.date{ font-size:10px; font-weight:normal; margin:10px 0 10px 0; padding:0; width: 100%; clear: both; }
#sidebar-primary .recent_with_excerpt p{ line-height:1.4; font-size:12px; margin-bottom:10px; padding-bottom:0}
#sidebar-primary .recent_with_excerpt .rpwe-more{ font-size:12px; float:left}
.widget_twitter{ float:left; clear:both;width:320px; margin-top:20px; font-size:12px; line-height:1.4}
.widget_twitter ul{ width:255px; margin-left:80px}
.widget_twitter ul li{ font-size:12px; margin-bottom:10px; padding-bottom:15px; background:url(images/twitter_divide.png) no-repeat bottom left}
.widget_twitter .follow-button{ margin: 5px 0 0 70px} 
.widget_twitter ul li a{ color:#139ebe}
.single .widget_twitter{ margin-top:35px}
a.new-book{ background:url(images/new-book.png); width:550px; height:281px; background-size:contain; background-repeat:no-repeat; display:block; margin-top:320px}

/* Blog styles
-------------------------------------------------------------------------------*/
.info .meta{font-family: 'AmericanTypewriter'; background:url(images/comment-divide.png) bottom left no-repeat; float:left; display:block; margin-bottom:20px; padding-bottom:10px}
.info .meta .posted_by{ float:left; clear:both}
.info .meta .comments { clear: both; float: left; width: 100%; padding: 1px 0 15px 30px; background: url(images/comment.png) no-repeat top left; margin: 0;}
#left-column .entry{ float:left; clear:both }
#left-column .post{ margin: 20px 0 20px 40px; padding-bottom:60px; background:url(images/post_divide.png) bottom no-repeat;}

.single #left-column .post{ padding-bottom:0; background:none}
#left-column img.size-full{ border: solid 10px #fff; -webkit-box-shadow: 0px 0px 22px rgba(50, 50, 50, 0.61);
-moz-box-shadow:    0px 0px 22px rgba(50, 50, 50, 0.61);
box-shadow:         0px 0px 22px rgba(50, 50, 50, 0.61);}

.entry-content img, .entry-content a img{-webkit-box-shadow: 0px 0px 22px rgba(50, 50, 50, 0.61); border: solid 4px #fff;
-moz-box-shadow:    0px 0px 22px rgba(50, 50, 50, 0.61); margin-bottom:30px;
box-shadow:         0px 0px 22px rgba(50, 50, 50, 0.61);}

.attachment-large{-webkit-box-shadow: 0px 0px 22px rgba(50, 50, 50, 0.61); border: solid 4px #fff; 
-moz-box-shadow:    0px 0px 22px rgba(50, 50, 50, 0.61); margin-bottom:30px;
box-shadow:         0px 0px 22px rgba(50, 50, 50, 0.61);}

.recent_with_excerpt h2 a{ font-size:16px; float: left; clear:both; width:100%; margin-top:5px}
.widget_categories{ float:left; clear:both; margin:100px 0 75px 190px}
.widget_categories li a{ font-family: 'AmericanTypewriter'; font-size:14px }
.widget_categories li{ font-family: 'ShadowsIntoLight'; font-size:16px }
.wp-paginate {padding:0; margin:0 0 30px 0; }
.wp-paginate li { float:left; list-style:none; margin-right1px}
.wp-paginate a {  padding:6px 0 0 0; text-align:center; text-decoration:none; font-family: 'AmericanTypewriter'; color:#231f20; background:url(images/pagination.png) 0 -40px;width:32px; height:25px; display:block;  }
.wp-paginate a:hover, .wp-paginate a:active {background-position: 0 0}
.wp-paginate .title {margin: 0 20px 0 40px; font-family: 'ShadowsIntoLight'; font-size:20px}
.wp-paginate .gap {color:#999; margin-right:4px;}
.wp-paginate .current {padding:6px 0 0 6px; text-align:center; text-decoration:none; font-family: 'AmericanTypewriter'; color:#231f20; background:url(images/pagination.png) 0 0;width:25px; height:25px; display:block;  }
.wp-paginate .page {}
.wp-paginate .prev, .wp-paginate .next {}
.widget.widget_categories ul li{ margin-bottom:0; padding-bottom:0}
.single .widget_categories{ margin:100px 0 80px 190px}
/* style overrides for comments pagination */
.wp-paginate-comments {}
.wp-paginate-comments li {}
.wp-paginate-comments a {}
.wp-paginate-comments a:hover, .wp-paginate-comments a:active {}
.wp-paginate-comments .title {}
.wp-paginate-comments .gap {}
.wp-paginate-comments .current {}
.wp-paginate-comments .page {}
.wp-paginate-comments .prev, .wp-paginate-comments .next {}

.page-template-about-php #left-column img.size-full, .page-template-books-overview-php #left-column img.size-full, .page-template-books-php #left-column img.attachment-large{-webkit-box-shadow: none); border: none; -moz-box-shadow: none); margin-bottom:30px; box-shadow:none;}


/* Books
-------------------------------------------------------------------------------*/
.page-id-109 #left-column .post { margin-left:-5px; width:650px  }
.page-id-109 #left-column .left-image, .left_picture{ width:280px; float:left; clear:both}
.page-id-109 #left-column .content, .right_content{ width:300px; float:left; margin-top:20px}
.right_picture{width:280px; float:left; margin-left:30px}
.left_content{ width:300px; float:left; margin: 20px 0 0 40px}
.page-id-109 #left-column .content h2, .page-id-109 #left-column .content p, .right_content p, .right_content h2{ clear:none}
.page-id-109 #left-column .right-image{ width:280px; float:right}
.divide{ background:url(images/books-divide.png) no-repeat; height:30px; display:block; margin:20px 0; width:100%; float:left}
.right_content a, .left_content a{font-family: 'AmericanTypewriter'; font-size:14px;  }
.right_content h2 a, .left_content h2 a {font-family: 'ShadowsIntoLight';
color: #132e94;
font-size: 26px;
line-height: 1.2;
margin-bottom: 20px;
}
.page-id-109 .sociable, .parent-pageid-109 .sociable{ display:none}

.page-id-109 #left-column img.size-full{margin-bottom:0; }
.page-id-109 #left-column .post p, .page-id-109 #left-column .post h2{ clear: none; width:300px; float:left}
.page-id-109 #left-column .post h2{ font-size:26px}

/* Sidebar 
-------------------------------------------------------------------------------*/
#vanMom{ margin: 50px 0 0 50px; float:left}
.widget.recent_with_excerpt .sociable{ display:none}

/* Contact
-------------------------------------------------------------------------------*/

.page-template-contact-php .post h4{ background:url(images/contact_divide.png) bottom no-repeat; height:10px; margin-bottom:30px}
.page-template-contact-php #left-column .post{ background:none}
.wpcf7-form{}
.wpcf7-form input, #commentform input{ background:url(images/text.png) no-repeat #fff; padding-left:20px;width:375px; height:45px; display:block; border:none;  clear:both; font-family:'AmericanTypewriter'; display:block; border:none; padding-left:20px}
#commentform label{ font-family:'AmericanTypewriter'; margin: 0 0 20px 0; float:left; clear:both}
.wpcf7-form textarea, textarea#comment{ background:url(images/message.png)  no-repeat #fff; width:355px; padding:20px; height:200px; display:block; border:none; font-family:'AmericanTypewriter'; clear:both }
.wpcf7-form .submit_button{ background:url(images/send.png); width:142px;  height:57px; display:block; float:right; margin-right:90px}

/* Footer
-------------------------------------------------------------------------------*/
#links{ background:url(images/links.png) no-repeat; width:960px; height:127px; display:block; float:left; clear:both; margin-left:59px}
#footer{ clear:both; text-align:center; padding: 30px 0 0 0; font-family: 'ShadowsIntoLight'; font-size:20px; color:#fff;
width:500px; float:left}
#links ul{ margin:80px 0 0 40px; }
#links ul li{ float:left; background:url(images/star.png) right no-repeat; margin-right:7px; padding-right:10px; }
#links ul li.last{ background:none}
#links ul li a{font-family: 'AmericanTypewriter';  color:#231f20}
#footer a{ color:#d5e831}
a.razorbill{ background:url(images/razorbill.png) no-repeat; float:left; width:150px; height:46px; display:block; margin: 30px 0 60px 300px}
a.razorbill:hover{ background-position: 0 -50px}


/* Print styles!
-------------------------------------------------------------------------------*/
@media print {



}


/* Media queries!
-------------------------------------------------------------------------------*/

/* Consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-device-width: 480px) {
	
		
}

@media all and (orientation: portrait) {
	
}

@media all and (orientation: landscape) {
	
}
