
/* style.css */

/* 1    */ /*
/* 2    *| Theme Name: Scrappy
/* 3    *| Theme URI: http://scrappy-demo.calobeedoodles.com/
/* 4    *| Author: Caroline Moore
/* 5    *| Author URI: http://carolinemoore.net/
/* 6    *| Description: A fresh, feminine, scrapbook-style theme.
/* 7    *| Version: 1.4.1
/* 8    *| License: GNU General Public License
/* 9    *| License URI: license.txt
/* 10   *| Tags: right-sidebar, two-columns, fixed-width, custom-menu, editor-style, custom-background, featured-images, brown, pink, green
/* 11   *| 
/* 12   *| This theme, like WordPress, is licensed under the GPL.
/* 13   *| Use it to make something cool, have fun, and share what you've learned with others.
/* 14   *| 
/* 15   *| Resetting and rebuilding styles have been helped along thanks to the fine work of
/* 16   *| Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
/* 17   *| along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
/* 18   *| and Blueprint http://www.blueprintcss.org/
/* 19   *| */
/* 20   */ 
/* 21   */ 
/* 22   */ /* =Reset
/* 23   *| -------------------------------------------------------------- */
/* 24   */ 
/* 25   */ html, body, div, span, applet, object, iframe,
/* 26   */ h1, h2, h3, h4, h5, h6, p, blockquote, pre,
/* 27   */ a, abbr, acronym, address, big, cite, code,
/* 28   */ del, dfn, em, font, ins, kbd, q, s, samp,
/* 29   */ small, strike, strong, sub, sup, tt, var,
/* 30   */ dl, dt, dd, ol, ul, li,
/* 31   */ fieldset, form, label, legend,
/* 32   */ table, caption, tbody, tfoot, thead, tr, th, td {
/* 33   */ 	border: 0;
/* 34   */ 	font-family: inherit;
/* 35   */ 	font-size: 100%;
/* 36   */ 	font-style: inherit;
/* 37   */ 	font-weight: inherit;
/* 38   */ 	margin: 0;
/* 39   */ 	outline: 0;
/* 40   */ 	padding: 0;
/* 41   */ 	vertical-align: baseline;
/* 42   */ }
/* 43   */ html {
/* 44   */ 	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
/* 45   */ 	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
/* 46   */ 	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
/* 47   */ 	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
/* 48   */ }
/* 49   */ body {
/* 50   */ 	background: #fff;

/* style.css */

/* 51   */ }
/* 52   */ article,
/* 53   */ aside,
/* 54   */ details,
/* 55   */ figcaption,
/* 56   */ figure,
/* 57   */ footer,
/* 58   */ header,
/* 59   */ hgroup,
/* 60   */ nav,
/* 61   */ section {
/* 62   */ 	display: block;
/* 63   */ }
/* 64   */ ol, ul {
/* 65   */ 	list-style: none;
/* 66   */ }
/* 67   */ table { /* tables still need 'cellspacing="0"' in the markup */
/* 68   */ 	border-collapse: separate;
/* 69   */ 	border-spacing: 0;
/* 70   */ }
/* 71   */ caption, th, td {
/* 72   */ 	font-weight: normal;
/* 73   */ 	text-align: left;
/* 74   */ }
/* 75   */ blockquote:before, blockquote:after,
/* 76   */ q:before, q:after {
/* 77   */ 	content: "";
/* 78   */ }
/* 79   */ blockquote, q {
/* 80   */ 	quotes: "" "";
/* 81   */ }
/* 82   */ a:focus {
/* 83   */ 	outline: thin dotted;
/* 84   */ }
/* 85   */ a:hover,
/* 86   */ a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
/* 87   */ 	outline: 0;
/* 88   */ }
/* 89   */ a img {
/* 90   */ 	border: 0;
/* 91   */ }
/* 92   */ 
/* 93   */ 
/* 94   */ /* =Global
/* 95   *| ----------------------------------------------- */
/* 96   */ 
/* 97   */ body {
/* 98   */ 	background-color: #6d4238;
/* 99   */ }
/* 100  */ body,

/* style.css */

/* 101  */ button,
/* 102  */ input,
/* 103  */ select,
/* 104  */ textarea {
/* 105  */ 	color: #333;
/* 106  */ 	font-family: Alegreya, Garamond, "Times New Roman", serif;
/* 107  */ 	font-size: 16px;
/* 108  */ 	font-size: 1.6rem;
/* 109  */ 	line-height: 1.6em;
/* 110  */ }
/* 111  */ 
/* 112  */ /* Headings */
/* 113  */ h1,h2,h3,h4,h5,h6 {
/* 114  */ 	clear: both;
/* 115  */ 	font-family: Unna, Garamond, "Times New Roman", serif;
/* 116  */ 	font-weight: normal;
/* 117  */ 	margin: .8em 0;
/* 118  */ }
/* 119  */ h1 {
/* 120  */ 	font-size: 180%;
/* 121  */ }
/* 122  */ h2 {
/* 123  */ 	font-size: 160%;
/* 124  */ }
/* 125  */ h3 {
/* 126  */ 	font-size: 140%;
/* 127  */ }
/* 128  */ h4 {
/* 129  */ 	font-size: 120%;
/* 130  */ }
/* 131  */ h5 {
/* 132  */ 	font-size: 100%;
/* 133  */ }
/* 134  */ h6 {
/* 135  */ 	font-size: 80%;
/* 136  */ }
/* 137  */ hr {
/* 138  */ 	border-bottom: 1px dashed #e6e1bf;
/* 139  */ 	border-left: 0;
/* 140  */ 	border-right: 0;
/* 141  */ 	border-top: 0;
/* 142  */ 	margin: 1.6em 0;
/* 143  */ 	height: 2px;
/* 144  */ }
/* 145  */ 
/* 146  */ /* Text elements */
/* 147  */ p {
/* 148  */ 	margin: 20px 0;
/* 149  */ }
/* 150  */ ul, ol {

/* style.css */

/* 151  */ 	margin: 0 0 1.6em 1.6em;
/* 152  */ }
/* 153  */ ul {
/* 154  */ 	list-style: disc;
/* 155  */ }
/* 156  */ ol {
/* 157  */ 	list-style: decimal;
/* 158  */ }
/* 159  */ ul ul, ol ol, ul ol, ol ul {
/* 160  */ 	margin-bottom: 0;
/* 161  */ 	margin-left: 1.6em;
/* 162  */ }
/* 163  */ dt {
/* 164  */ 	font-weight: bold;
/* 165  */ }
/* 166  */ dd {
/* 167  */ 	margin: 0 1.6em 1.6em;
/* 168  */ }
/* 169  */ b, strong {
/* 170  */ 	font-weight: bold;
/* 171  */ }
/* 172  */ dfn, cite, em, i {
/* 173  */ 	font-style: italic;
/* 174  */ }
/* 175  */ blockquote {
/* 176  */ 	background-color: #f6f3df;
/* 177  */ 	font-style: italic;
/* 178  */ 	padding: .8em 1.6em;
/* 179  */ 	margin: .8em 0;
/* 180  */ }
/* 181  */ address {
/* 182  */ 	font-style: italic;
/* 183  */ 	margin: 0 0 1.6em;
/* 184  */ }
/* 185  */ pre {
/* 186  */ 	background-color: #f6f3df;
/* 187  */ 	font-family: "Courier 10 Pitch", Courier, monospace;
/* 188  */ 	font-size: 14px;
/* 189  */ 	font-size: 1.4rem;
/* 190  */ 	line-height: 1.6;
/* 191  */ 	margin-bottom: 1.6em;
/* 192  */ 	padding: 1.6em;
/* 193  */ 	overflow: auto;
/* 194  */ 	max-width: 100%;
/* 195  */ }
/* 196  */ code, kbd, tt, var {
/* 197  */ 	font: 14px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
/* 198  */ }
/* 199  */ abbr, acronym {
/* 200  */ 	border-bottom: 1px dotted #666;

/* style.css */

/* 201  */ 	cursor: help;
/* 202  */ }
/* 203  */ mark, ins {
/* 204  */ 	background: #fff9c0;
/* 205  */ 	text-decoration: none;
/* 206  */ }
/* 207  */ sup,
/* 208  */ sub {
/* 209  */ 	font-size: 75%;
/* 210  */ 	height: 0;
/* 211  */ 	line-height: 0;
/* 212  */ 	position: relative;
/* 213  */ 	vertical-align: baseline;
/* 214  */ }
/* 215  */ sup {
/* 216  */ 	bottom: 1ex;
/* 217  */ }
/* 218  */ sub {
/* 219  */ 	top: .5ex;
/* 220  */ }
/* 221  */ small {
/* 222  */ 	font-size: 75%;
/* 223  */ }
/* 224  */ big {
/* 225  */ 	font-size: 125%;
/* 226  */ }
/* 227  */ figure {
/* 228  */ 	margin: 0;
/* 229  */ }
/* 230  */ table {
/* 231  */ 	border-spacing: 0;
/* 232  */ 	width: 100%;
/* 233  */ }
/* 234  */ td {
/* 235  */ 	margin: 0;
/* 236  */ 	padding: 5px .8em;
/* 237  */ }
/* 238  */ th {
/* 239  */ 	background-color: #e06e5f;
/* 240  */ 	color: #fff;
/* 241  */ 	font-family: Unna, Garamond, "Times New Roman", serif;
/* 242  */ 	font-size: 18px;
/* 243  */ 	font-size: 1.8rem;
/* 244  */ 	font-weight: normal;
/* 245  */ 	text-align: center;
/* 246  */ }
/* 247  */ button,
/* 248  */ input,
/* 249  */ select,
/* 250  */ textarea {

/* style.css */

/* 251  */ 	font-size: 100%; /* Corrects font size not being inherited in all browsers */
/* 252  */ 	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
/* 253  */ 	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
/* 254  */ 	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
/* 255  */ }
/* 256  */ button,
/* 257  */ input {
/* 258  */ 	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
/* 259  */ 	*overflow: visible;  /* Corrects inner spacing displayed oddly in IE6/7 */
/* 260  */ }
/* 261  */ button,
/* 262  */ html input[type="button"],
/* 263  */ input[type="reset"],
/* 264  */ input[type="submit"] {
/* 265  */ 	border: 1px solid #ccc;
/* 266  */ 	border-color: #ccc #ccc #bbb #ccc;
/* 267  */ 	border-radius: 3px;
/* 268  */ 	background: #fafafa; /* Old browsers */
/* 269  */ 	background: -moz-linear-gradient(top,  #fafafa 60%, #e6e6e6 100%); /* FF3.6+ */
/* 270  */ 	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%,#fafafa), color-stop(100%,#e6e6e6)); /* Chrome,Safari4+ */
/* 271  */ 	background: -webkit-linear-gradient(top,  #fafafa 60%,#e6e6e6 100%); /* Chrome10+,Safari5.1+ */
/* 272  */ 	background: -o-linear-gradient(top,  #fafafa 60%,#e6e6e6 100%); /* Opera 11.10+ */
/* 273  */ 	background: -ms-linear-gradient(top,  #fafafa 60%,#e6e6e6 100%); /* IE10+ */
/* 274  */ 	background: linear-gradient(top,  #fafafa 60%,#e6e6e6 100%); /* W3C */
/* 275  */ 	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#e6e6e6',GradientType=0 ); /* IE6-9 */
/* 276  */ 	box-shadow: inset 0 2px 1px #fff;
/* 277  */ 	color: rgba(0,0,0,.8);
/* 278  */ 	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
/* 279  */ 	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
/* 280  */ 	font-size: 12px;
/* 281  */ 	font-size: 1.2rem;
/* 282  */ 	line-height: 2;
/* 283  */ 	padding: 5px;
/* 284  */ 	text-shadow: 0 1px 0 rgba(255,255,255,.5);
/* 285  */ }
/* 286  */ button:hover,
/* 287  */ html input[type="button"]:hover,
/* 288  */ input[type="reset"]:hover,
/* 289  */ input[type="submit"]:hover {
/* 290  */ 	background: #f5f5f5; /* Old browsers */
/* 291  */ 	background: -moz-linear-gradient(top,  #f5f5f5 60%, #dcdcdc 100%); /* FF3.6+ */
/* 292  */ 	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%,#f5f5f5), color-stop(100%,#dcdcdc)); /* Chrome,Safari4+ */
/* 293  */ 	background: -webkit-linear-gradient(top,  #f5f5f5 60%,#dcdcdc 100%); /* Chrome10+,Safari5.1+ */
/* 294  */ 	background: -o-linear-gradient(top,  #f5f5f5 60%,#dcdcdc 100%); /* Opera 11.10+ */
/* 295  */ 	background: -ms-linear-gradient(top,  #f5f5f5 60%,#dcdcdc 100%); /* IE10+ */
/* 296  */ 	background: linear-gradient(top,  #f5f5f5 60%,#dcdcdc 100%); /* W3C */
/* 297  */ 	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#dcdcdc',GradientType=0 ); /* IE6-9 */
/* 298  */ 	border-color: #bbb #bbb #aaa #bbb;
/* 299  */ }
/* 300  */ button:focus,

/* style.css */

/* 301  */ html input[type="button"]:focus,
/* 302  */ input[type="reset"]:focus,
/* 303  */ input[type="submit"]:focus,
/* 304  */ button:active,
/* 305  */ html input[type="button"]:active,
/* 306  */ input[type="reset"]:active,
/* 307  */ input[type="submit"]:active {
/* 308  */ 	border-color: #aaa #bbb #bbb #bbb;
/* 309  */ 	box-shadow: inset 0 2px 3px rgba(0,0,0,.15);
/* 310  */ 	box-shadow: inset 0 2px 2px rgba(0,0,0,.15);
/* 311  */ }
/* 312  */ input[type="checkbox"],
/* 313  */ input[type="radio"] {
/* 314  */ 	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
/* 315  */ 	padding: 0; /* Addresses excess padding in IE8/9 */
/* 316  */ }
/* 317  */ input[type="search"] {
/* 318  */ 	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
/* 319  */ 	-moz-box-sizing: content-box;
/* 320  */ 	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
/* 321  */ 	box-sizing: content-box;
/* 322  */ }
/* 323  */ input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
/* 324  */ 	-webkit-appearance: none;
/* 325  */ }
/* 326  */ button::-moz-focus-inner,
/* 327  */ input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
/* 328  */ 	border: 0;
/* 329  */ 	padding: 0;
/* 330  */ }
/* 331  */ input[type=text],
/* 332  */ textarea {
/* 333  */ 	color: #666;
/* 334  */ 	border: 1px solid #ccc;
/* 335  */ 	border-radius: 3px;
/* 336  */ }
/* 337  */ input[type=text]:focus,
/* 338  */ textarea:focus {
/* 339  */ 	color: #111;
/* 340  */ }
/* 341  */ input[type=text] {
/* 342  */ 	padding: 3px;
/* 343  */ }
/* 344  */ textarea {
/* 345  */ 	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
/* 346  */ 	padding-left: 3px;
/* 347  */ 	vertical-align: top; /* Improves readability and alignment in all browsers */
/* 348  */ 	width: 98%;
/* 349  */ }
/* 350  */ 

/* style.css */

/* 351  */ /* Links */
/* 352  */ a,
/* 353  */ a:visited,
/* 354  */ a:hover,
/* 355  */ a:focus,
/* 356  */ a:active {
/* 357  */ 	color: #e06e5f;
/* 358  */ 	font-weight: bold;
/* 359  */ 	text-decoration: none;
/* 360  */ }
/* 361  */ 
/* 362  */ /* Alignment */
/* 363  */ .alignleft {
/* 364  */ 	display: inline;
/* 365  */ 	float: left;
/* 366  */ 	margin-right: 1.6em;
/* 367  */ 	margin-bottom: .8em;
/* 368  */ 	margin-top: .8em;
/* 369  */ }
/* 370  */ .alignright {
/* 371  */ 	display: inline;
/* 372  */ 	float: right;
/* 373  */ 	margin-left: 1.6em;
/* 374  */ 	margin-bottom: .8em;
/* 375  */ 	margin-top: .8em;
/* 376  */ }
/* 377  */ .aligncenter {
/* 378  */ 	clear: both;
/* 379  */ 	display: block;
/* 380  */ 	margin: .8em auto;
/* 381  */ }
/* 382  */ .clear {
/* 383  */ 	clear: both;
/* 384  */ 	width: 100%;
/* 385  */ }
/* 386  */ 
/* 387  */ /* Text meant only for screen readers */
/* 388  */ .assistive-text {
/* 389  */ 	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
/* 390  */ 	clip: rect(1px, 1px, 1px, 1px);
/* 391  */ 	position: absolute !important;
/* 392  */ }
/* 393  */ 
/* 394  */ 
/* 395  */ /* =Content
/* 396  *| ----------------------------------------------- */
/* 397  */ 
/* 398  */ .sticky {
/* 399  */ }
/* 400  */ .entry-meta {

/* style.css */

/* 401  */ 	clear: both;
/* 402  */ }
/* 403  */ .hentry {
/* 404  */ 	margin: 0 0 1.6em;
/* 405  */ }
/* 406  */ .entry-meta {
/* 407  */ 	clear: both;
/* 408  */ }
/* 409  */ .byline {
/* 410  */ 	display: none;
/* 411  */ }
/* 412  */ .single .byline,
/* 413  */ .group-blog .byline {
/* 414  */ 	display: inline;
/* 415  */ }
/* 416  */ .entry-content,
/* 417  */ .entry-summary {
/* 418  */ 	margin: 1.6em 0 0;
/* 419  */ }
/* 420  */ .page-links {
/* 421  */ 	clear: both;
/* 422  */ 	margin: 0 0 1.6em;
/* 423  */ }
/* 424  */ 
/* 425  */ 
/* 426  */ /* =Media
/* 427  *| ----------------------------------------------- */
/* 428  */ 
/* 429  */ .site-header img,
/* 430  */ .entry-content img,
/* 431  */ .comment-content img,
/* 432  */ .widget img {
/* 433  */ 	max-width: 100%; /* Fluid images for posts, comments, and widgets */
/* 434  */ 	height: auto;
/* 435  */ }
/* 436  */ .site-header img,
/* 437  */ .entry-content img,
/* 438  */ img[class*="align"],
/* 439  */ img[class*="wp-image-"] {
/* 440  */ 	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
/* 441  */ }
/* 442  */ .site-header img,
/* 443  */ .entry-content img,
/* 444  */ img.size-full {
/* 445  */ 	max-width: 100%;
/* 446  */ }
/* 447  */ .entry-content img.wp-smiley,
/* 448  */ .comment-content img.wp-smiley {
/* 449  */ 	border: none;
/* 450  */ 	margin-bottom: 0;

/* style.css */

/* 451  */ 	margin-top: 0;
/* 452  */ 	padding: 0;
/* 453  */ }
/* 454  */ .wp-caption {
/* 455  */ 	border: 1px solid #ccc;
/* 456  */ 	max-width: 100%;
/* 457  */ }
/* 458  */ .wp-caption.aligncenter,
/* 459  */ .wp-caption.alignleft,
/* 460  */ .wp-caption.alignright {
/* 461  */ 	margin-top: .8em;
/* 462  */ 	margin-bottom: .8em;
/* 463  */ }
/* 464  */ .wp-caption img {
/* 465  */ 	display: block;
/* 466  */ 	margin: 1.2% auto 0;
/* 467  */ 	max-width: 98%;
/* 468  */ }
/* 469  */ .wp-caption img.wp-smiley {
/* 470  */ 	display: inline;
/* 471  */ }
/* 472  */ .gallery-caption.wp-caption-text,
/* 473  */ .wp-caption-text {
/* 474  */ 	font-size: 14px;
/* 475  */ 	font-size: 1.4rem;
/* 476  */ 	margin: 0.8075em 5px;
/* 477  */ }
/* 478  */ #content .gallery {
/* 479  */ 	margin-bottom: 1.6em;
/* 480  */ }
/* 481  */ #content .gallery a img {
/* 482  */ 	border: none;
/* 483  */ 	height: auto;
/* 484  */ 	max-width: 90%;
/* 485  */ }
/* 486  */ #content .gallery dd {
/* 487  */ 	margin: 0;
/* 488  */ }
/* 489  */ #content .gallery-columns-4 .gallery-item {
/* 490  */ }
/* 491  */ #content .gallery-columns-4 .gallery-item img {
/* 492  */ }
/* 493  */ 
/* 494  */ /* Make sure embeds and iframes fit their containers */
/* 495  */ embed,
/* 496  */ iframe,
/* 497  */ object {
/* 498  */ 	max-width: 100%;
/* 499  */ }
/* 500  */ 

/* style.css */

/* 501  */ 
/* 502  */ /* =Navigation
/* 503  *| ----------------------------------------------- */
/* 504  */ 
/* 505  */ #content .site-navigation {
/* 506  */ 	margin: 0 0 1.6em;
/* 507  */ 	overflow: hidden;
/* 508  */ }
/* 509  */ #content .nav-previous {
/* 510  */ 	float: left;
/* 511  */ 	width: 50%;
/* 512  */ }
/* 513  */ #content .nav-next {
/* 514  */ 	float: right;
/* 515  */ 	text-align: right;
/* 516  */ 	width: 50%;
/* 517  */ }
/* 518  */ .next-image {
/* 519  */ 	float: right;
/* 520  */ }
/* 521  */ 
/* 522  */ 
/* 523  */ /* =Comments
/* 524  *| ----------------------------------------------- */
/* 525  */ 
/* 526  */ .bypostauthor {
/* 527  */ }
/* 528  */ 
/* 529  */ /* =Widgets
/* 530  *| ----------------------------------------------- */
/* 531  */ 
/* 532  */ .widget ul li {
/* 533  */ 	list-style: disc;
/* 534  */ }
/* 535  */ .widget ul li a:link,
/* 536  */ .widget ul li a:visited,
/* 537  */ .widget ul li a:hover,
/* 538  */ .widget ul li a:active {
/* 539  */ 	font-weight: normal;
/* 540  */ }
/* 541  */ .widget {
/* 542  */ 	display: block;
/* 543  */ 	font-size: 14px;
/* 544  */ 	font-size: 1.4rem;
/* 545  */ 	margin-bottom: 20px;
/* 546  */ 	overflow: hidden;
/* 547  */ }
/* 548  */ #secondary h2.widget-title,
/* 549  */ #secondary h2.widget-title a:link,
/* 550  */ #secondary h2.widget-title a:visited {

/* style.css */

/* 551  */ 	background-color: #603029;
/* 552  */ 	background-image: url('/wp-content/themes/scrappy/img/gbg.gif');
/* 553  */ 	border-radius: 5px;
/* 554  */ 	color: #fff;
/* 555  */ 	font-family: Unna, Garamond, "Times New Roman", serif;
/* 556  */ 	font-size: 21px;
/* 557  */ 	font-size: 2.1rem;
/* 558  */ 	font-weight: normal;
/* 559  */ 	line-height: normal;
/* 560  */ 	margin: 0 0 10px;
/* 561  */ 	padding: 5px 8px;
/* 562  */ }
/* 563  */ /* Search widget */
/* 564  */ #searchsubmit {
/* 565  */ 	display: none;
/* 566  */ }
/* 567  */ 
/* 568  */ /* WordPress.com Widgets */
/* 569  */ 
/* 570  */ /* Flickr */
/* 571  */ #flickr_badge_wrapper {
/* 572  */ 	border: 0 none;
/* 573  */ }
/* 574  */ #flickr_badge_uber_wrapper {
/* 575  */ 	margin: 0 auto;
/* 576  */ }
/* 577  */ #flickr_badge_uber_wrapper td {
/* 578  */ 	border: 0;
/* 579  */ }
/* 580  */ #flickr_badge_uber_wrapper a:hover,
/* 581  */ #flickr_badge_uber_wrapper a:link,
/* 582  */ #flickr_badge_uber_wrapper a:active,
/* 583  */ #flickr_badge_uber_wrapper a:visited {
/* 584  */ 	color: #e06e5f;
/* 585  */ }
/* 586  */ .widget_recent_comments td {
/* 587  */ 	padding: 5px 5px 10px 5px;
/* 588  */ 	vertical-align: top;
/* 589  */ }
/* 590  */ .widget_authors ul,
/* 591  */ .widget_author_grid ul {
/* 592  */ 	list-style: none;
/* 593  */ 	margin: 0;
/* 594  */ 	padding: 0;
/* 595  */ }
/* 596  */ .widget_authors img {
/* 597  */ 	vertical-align: middle;
/* 598  */ }
/* 599  */ .widget_authors li {
/* 600  */ 	margin-bottom: 10px;

/* style.css */

/* 601  */ }
/* 602  */ /* Stats smiley */
/* 603  */ #wpstats {
/* 604  */ 	clear: both;
/* 605  */ 	margin: 10px auto;
/* 606  */ 	display: block;
/* 607  */ }
/* 608  */ 
/* 609  */ 
/* 610  */ /* =Header
/* 611  *| -----------------------------------------------*/
/* 612  */ 
/* 613  */ header#masthead {
/* 614  */ 	background-color: #fcfbf4;
/* 615  */ 	margin: 0 auto;
/* 616  */ 	padding: 0;
/* 617  */ 	width: 100%;
/* 618  */ }
/* 619  */ .stripes {
/* 620  */ 	background-image: url('/wp-content/themes/scrappy/img/stripes.gif');
/* 621  */ 	clear: both;
/* 622  */ 	width: 100%;
/* 623  */ 	height: 50px;
/* 624  */ }
/* 625  */ .site-description {
/* 626  */ 	color: #6d4238;
/* 627  */ 	font-family: Unna, Garamond, "Times New Roman", serif;
/* 628  */ 	font-size: 24px;
/* 629  */ 	font-size: 2.4rem;
/* 630  */ 	margin: .8em 15px;
/* 631  */ 	position: relative;
/* 632  */ 	text-align: center;
/* 633  */ 	z-index: 10;
/* 634  */ }
/* 635  */ .site-title {
/* 636  */ 	display: block;
/* 637  */ 	font-family: Rochester, cursive;
/* 638  */ 	font-size: 65px;
/* 639  */ 	font-size: 6.5rem;
/* 640  */ 	line-height: 1em;
/* 641  */ 	margin: 15px 15px -8px;
/* 642  */ 	position: relative;
/* 643  */ 	text-align: center;
/* 644  */ 	z-index: 5;
/* 645  */ }
/* 646  */ .site-title a:link,
/* 647  */ .site-title a:visited,
/* 648  */ .site-title a:hover,
/* 649  */ .site-title a:active {
/* 650  */ 	color: #e06e5f;

/* style.css */

/* 651  */ 	font-weight: normal;
/* 652  */ }
/* 653  */ 
/* 654  */ 
/* 655  */ /* =Navigation Menu
/* 656  *| -----------------------------------------------*/
/* 657  */ 
/* 658  */ .main-navigation {
/* 659  */ 	clear: both;
/* 660  */ 	display: inline-block;
/* 661  */ 	float: left;
/* 662  */ 	font-family: Unna, Garamond, "Times New Roman", serif;
/* 663  */ 	font-size: 18px;
/* 664  */ 	font-size: 1.8rem;
/* 665  */ 	width: 100%;
/* 666  */ 	background-color: #603029;
/* 667  */ }
/* 668  */ .main-navigation ul {
/* 669  */ 	list-style: none;
/* 670  */ 	margin: 0;
/* 671  */ 	padding-left: 0;
/* 672  */ }
/* 673  */ .main-navigation li {
/* 674  */ 	float: left;
/* 675  */ 	position: relative;
/* 676  */ }
/* 677  */ .main-navigation a {
/* 678  */ 	border-bottom: 1px solid #4c211b;
/* 679  */ 	border-left: 1px solid #6d4238;
/* 680  */ 	border-right: 1px solid #4c211b;
/* 681  */ 	border-top: 1px solid #6d4238;
/* 682  */ 	color: #fff;
/* 683  */ 	display: block;
/* 684  */ 	font-weight: normal;
/* 685  */ 	line-height: 1.3em;
/* 686  */ 	padding: 7px .8em;
/* 687  */ 	text-decoration: none;
/* 688  */ }
/* 689  */ .main-navigation ul ul {
/* 690  */ 	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
/* 691  */ 	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
/* 692  */ 	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
/* 693  */ 	display: none;
/* 694  */ 	float: left;
/* 695  */ 	max-width: 170px;
/* 696  */ 	position: absolute;
/* 697  */ 		top: 100%;
/* 698  */ 		left: 0;
/* 699  */ 	z-index: 99999;
/* 700  */ }

/* style.css */

/* 701  */ .main-navigation ul ul ul {
/* 702  */ 	left: 100%;
/* 703  */ 	top: 0;
/* 704  */ }
/* 705  */ .main-navigation ul ul a {
/* 706  */ 	background-color: #603029;
/* 707  */ 	padding: 7px 7px 7px .8em;
/* 708  */ 	width: 170px;
/* 709  */ 	word-break: break-word;
/* 710  */ }
/* 711  */ .main-navigation ul ul li {
/* 712  */ }
/* 713  */ .main-navigation li:hover > a {
/* 714  */ 	background-color: #e06e5f;
/* 715  */ 	border-bottom: 1px solid #ce5b4c;
/* 716  */ 	border-left: 1px solid  #e97f70;
/* 717  */ 	border-right: 1px solid #ce5b4c;
/* 718  */ 	border-top: 1px solid #e97f70;
/* 719  */ }
/* 720  */ .main-navigation ul ul :hover > a {
/* 721  */ }
/* 722  */ .main-navigation ul ul a:hover {
/* 723  */ }
/* 724  */ .main-navigation ul li:hover > ul {
/* 725  */ 	display: block;
/* 726  */ }
/* 727  */ .main-navigation li.current_page_item a,
/* 728  */ .main-navigation li.current-menu-item a {
/* 729  */ 	background-color: #e06e5f;
/* 730  */ 	border-bottom: 1px solid #ce5b4c;
/* 731  */ 	border-left: 1px solid #e97f70;
/* 732  */ 	border-right: 1px solid #ce5b4c;
/* 733  */ 	border-top: 1px solid #e97f70;
/* 734  */ }
/* 735  */ 
/* 736  */ /* Small menu */
/* 737  */ .menu-toggle {
/* 738  */ 	background-color: #603029;
/* 739  */ 	border-bottom: 1px solid #4c211b;
/* 740  */ 	border-left: 1px solid #6d4238;
/* 741  */ 	border-right: 1px solid #4c211b;
/* 742  */ 	border-top: 1px solid #6d4238;
/* 743  */ 	color: #fff;
/* 744  */ 	cursor: pointer;
/* 745  */ 	display: block;
/* 746  */ 	font-weight: normal;
/* 747  */ 	line-height: 1.3em;
/* 748  */ 	padding: 7px .8em;
/* 749  */ 	text-align: center;
/* 750  */ 	text-decoration: none;

/* style.css */

/* 751  */ }
/* 752  */ .main-small-navigation .menu {
/* 753  */ 	display: none;
/* 754  */ }
/* 755  */ 
/* 756  */ 
/* 757  */ /* =Layout
/* 758  *| -----------------------------------------------*/
/* 759  */ 
/* 760  */ .site-content {
/* 761  */ 	float: left;
/* 762  */ 	margin: 0 -25% 0 0;
/* 763  */ 	width: 100%;
/* 764  */ }
/* 765  */ #content {
/* 766  */ 	margin: 0 27.2% 0 0;
/* 767  */ 	padding: 1.6em 0 0 15px;
/* 768  */ }
/* 769  */ #secondary { /* Sidebar 1 */
/* 770  */ 	float: right;
/* 771  */ 	overflow: hidden;
/* 772  */ 	padding: 1.6em 15px 0 0;
/* 773  */ 	width: 22.2%;
/* 774  */ }
/* 775  */ .site-footer {
/* 776  */ 	clear: both;
/* 777  */ 	width: 100%;
/* 778  */ }
/* 779  */ 
/* 780  */ 
/* 781  */ /* =Content
/* 782  *| -----------------------------------------------*/
/* 783  */ 
/* 784  */ .hentry {
/* 785  */ 	clear: both;
/* 786  */ 	margin: 0 0 1.6em;
/* 787  */ 	width: 100%;
/* 788  */ }
/* 789  */ .post-thumbnail img {
/* 790  */ 	border: 1px solid #999;
/* 791  */ 	margin: 0 0 .8em;
/* 792  */ 	padding: 5px;
/* 793  */ 	width: 620px;
/* 794  */ 	height: 190px;
/* 795  */ }
/* 796  */ .cat-links,
/* 797  */ .tag-links {
/* 798  */ 	clear: both;
/* 799  */ 	color: #666;
/* 800  */ 	display: block;

/* style.css */

/* 801  */ 	font-size: 14px;
/* 802  */ 	font-size: 1.4rem;
/* 803  */ }
/* 804  */ .single-attachment #content {
/* 805  */ 	width: auto;
/* 806  */ }
/* 807  */ #main {
/* 808  */ 	width: 100%;
/* 809  */ }
/* 810  */ #main:before,
/* 811  */ #main:after {
/* 812  */ 	content: "";
/* 813  */ 	display: table;
/* 814  */ }
/* 815  */ #main:after {
/* 816  */ 	clear: both;
/* 817  */ }
/* 818  */ h1.page-title {
/* 819  */ 	color: #e06e5f;
/* 820  */ 	font-family: Unna, Garamond, "Times New Roman", serif;
/* 821  */ 	font-size: 24px;
/* 822  */ 	font-size: 2.4rem;
/* 823  */ 	margin: 0 0 1.6em;
/* 824  */ }
/* 825  */ h1.entry-title {
/* 826  */ 	color: #a8d3dd;
/* 827  */ 	font-family: 'Rochester', cursive;
/* 828  */ 	font-size: 36px;
/* 829  */ 	font-size: 3.6rem;
/* 830  */ 	font-weight: normal;
/* 831  */ 	line-height: normal;
/* 832  */ 	margin: 0 0 -5px;
/* 833  */ 	padding: 0;
/* 834  */ 	position: relative;
/* 835  */ }
/* 836  */ h1.entry-title a:link,
/* 837  */ h1.entry-title a:visited,
/* 838  */ h1.entry-title a:hover,
/* 839  */ h1.entry-title a:active {
/* 840  */ 	color: #a8d3dd;
/* 841  */ 	font-weight: normal;
/* 842  */ 	margin: 0 0 -5px 0;
/* 843  */ }
/* 844  */ .page-template-page-nosidebar-php #content,
/* 845  */ .single-attachment #content {
/* 846  */ 	margin: 0;
/* 847  */ 	padding: 15px;
/* 848  */ }
/* 849  */ .edit-link {
/* 850  */ 	background-color: #b7de83;

/* style.css */

/* 851  */ 	background-image: url('/wp-content/themes/scrappy/img/gbg.gif');
/* 852  */ 	box-shadow: -8px 3px 5px 3px #603029;
/* 853  */ 	color: #fff;
/* 854  */ 	font-family: Unna, Garamond, "Times New Roman", serif;
/* 855  */ 	font-size: 18px;
/* 856  */ 	font-size: 1.8rem;
/* 857  */ 	margin-left: -75px;
/* 858  */ 	margin-top: 3.2em;
/* 859  */ 	padding: 5px;
/* 860  */ 	position: absolute;
/* 861  */ 	text-align: center;
/* 862  */ 	width: 50px;
/* 863  */ 	height: 20px;
/* 864  */ }
/* 865  */ .edit-link a {
/* 866  */ 	display: block;
/* 867  */ 	width: 100%;
/* 868  */ 	height: 100%;
/* 869  */ }
/* 870  */ .edit-link a:link,
/* 871  */ .edit-link a:visited {
/* 872  */ 	color: #fff;
/* 873  */ 	font-weight: normal;
/* 874  */ }
/* 875  */ .media-posted-on {
/* 876  */ 	display: none;
/* 877  */ }
/* 878  */ .post-date {
/* 879  */ 	background-color: #e06e5f;
/* 880  */ 	box-shadow: -8px 3px 5px 3px #603029;
/* 881  */ 	color: #fff;
/* 882  */ 	font-family: Unna, Garamond, "Times New Roman", serif;
/* 883  */ 	font-size: 18px;
/* 884  */ 	font-size: 1.8rem;
/* 885  */ 	line-height: 1em;
/* 886  */ 	margin-left: -75px;
/* 887  */ 	padding: 5px;
/* 888  */ 	position: absolute;
/* 889  */ 	text-align: center;
/* 890  */ 	width: 50px;
/* 891  */ 	height: 36px;
/* 892  */ }
/* 893  */ .post-date a {
/* 894  */ 	display: block;
/* 895  */ 	width: 100%;
/* 896  */ 	height: 100%;
/* 897  */ }
/* 898  */ .post-date a:link,
/* 899  */ .post-date a:visited {
/* 900  */ 	color: #fff;

/* style.css */

/* 901  */ 	font-weight: normal;
/* 902  */ }
/* 903  */ .post-thumbnail {
/* 904  */ 	clear: both;
/* 905  */ 	position: relative;
/* 906  */ 	width: 100%;
/* 907  */ 	height: auto;
/* 908  */ }
/* 909  */ .site-content {
/* 910  */ 	display: inline-block;
/* 911  */ }
/* 912  */ #page {
/* 913  */ 	background-color: #fcfbf4;
/* 914  */ 	margin: 0 auto;
/* 915  */ 	width: 900px;
/* 916  */ }
/* 917  */ 
/* 918  */ 
/* 919  */ /* =Footer
/* 920  *| -----------------------------------------------*/
/* 921  */ 
/* 922  */ .site-info {
/* 923  */ 	clear: both;
/* 924  */ 	color: #fcfbf4;
/* 925  */ 	font-family: Garamond, "Times New Roman", serif;
/* 926  */ 	font-size: 13px;
/* 927  */ 	font-size: 1.3rem;
/* 928  */ 	margin: 0 auto 30px auto;
/* 929  */ 	padding: 5px;
/* 930  */ 	position: relative;
/* 931  */ 	text-align: center;
/* 932  */ }
/* 933  */ .site-info a:link,
/* 934  */ .site-info a:visited,
/* 935  */ .site-info a:hover,
/* 936  */ .site-info a:active {
/* 937  */ 	color: #b7de83;
/* 938  */ }
/* 939  */ #colophon {
/* 940  */ 	background-color: #603029;
/* 941  */ 	clear: both;
/* 942  */ 	color: #fff;
/* 943  */ 	font-size: 14px;
/* 944  */ 	font-size: 1.4rem;
/* 945  */ 	margin: 0 auto;
/* 946  */ 	position: relative;
/* 947  */ 	width: 100%;
/* 948  */ }
/* 949  */ #colophon a:link,
/* 950  */ #colophon a:visited,

/* style.css */

/* 951  */ #colophon a:hover,
/* 952  */ #colophon a:active {
/* 953  */ 	color: #b7de83;
/* 954  */ }
/* 955  */ #colophon h2.widget-title,
/* 956  */ #colophon h2.widget-title a:link,
/* 957  */ #colophon h2.widget-title a:visited {
/* 958  */ 	border-bottom: 1px solid #4c211b;
/* 959  */ 	color: #fff;
/* 960  */ 	font-family: Unna, Garamond, "Times New Roman", serif;
/* 961  */ 	font-size: 21px;
/* 962  */ 	font-size: 2.1rem;
/* 963  */ 	font-weight: normal;
/* 964  */ 	margin: .8em 0;
/* 965  */ 	padding: 1.2em 0 .4em;
/* 966  */ }
/* 967  */ #colophon .widget {
/* 968  */ 	display: block;
/* 969  */ 	margin: 0 0 .8em;
/* 970  */ 	width: 100%;
/* 971  */ }
/* 972  */ .footer-sidebar {
/* 973  */ 	display: inline-block;
/* 974  */ 	float: left;
/* 975  */ 	list-style: none;
/* 976  */ 	margin: 15px;
/* 977  */ 	padding: 0;
/* 978  */ 	width: 30%;
/* 979  */ }
/* 980  */ 
/* 981  */ 
/* 982  */ /* =Comments
/* 983  *| -----------------------------------------------*/
/* 984  */ 
/* 985  */ .alt,
/* 986  */ tr.alternate {
/* 987  */ 	background-color: #f6f3df;
/* 988  */ }
/* 989  */ .avatar {
/* 990  */ 	border-radius: 5px;
/* 991  */ 	float: right;
/* 992  */ 	margin: 0 0 10px 10px;
/* 993  */ }
/* 994  */ .bypostauthor {
/* 995  */ 	background-color: #f2edcf;
/* 996  */ }
/* 997  */ #cancel-comment-reply-link {
/* 998  */ 	float: right;
/* 999  */ }
/* 1000 */ cite.fn a {

/* style.css */

/* 1001 */ 	font-style: normal;
/* 1002 */ }
/* 1003 */ #commentform .required {
/* 1004 */ 	color: #c4513f;
/* 1005 */ 	display: inline-block;
/* 1006 */ 	font-weight: bold;
/* 1007 */ 	margin-left: -5px;
/* 1008 */ }
/* 1009 */ .commentmetadata,
/* 1010 */ .commentmetadata a:link,
/* 1011 */ .commentmetadata a:visited,
/* 1012 */ .commentmetadata a:hover,
/* 1013 */ .commentmetadata a:active {
/* 1014 */ 	color: #666;
/* 1015 */ 	font-size: 12px;
/* 1016 */ 	font-size: 1.2rem;
/* 1017 */ 	font-weight: normal;
/* 1018 */ 	margin-bottom: 5px;
/* 1019 */ 	text-transform: uppercase;
/* 1020 */ }
/* 1021 */ .form-allowed-tags,
/* 1022 */ .form-allowed-tags code {
/* 1023 */ 	font-size: 70%;
/* 1024 */ }
/* 1025 */ h2.comments-title {
/* 1026 */ 	color: #e06e5f;
/* 1027 */ 	font-family: Unna, Garamond, "Times New Roman", serif;
/* 1028 */ 	font-size: 24px;
/* 1029 */ 	font-size: 2.4rem;
/* 1030 */ 	font-weight: normal;
/* 1031 */ }
/* 1032 */ ol.commentlist {
/* 1033 */ 	list-style: none;
/* 1034 */ 	margin: 0;
/* 1035 */ 	padding: 0;
/* 1036 */ }
/* 1037 */ ol.commentlist ul.children {
/* 1038 */ 	list-style: none;
/* 1039 */ }
/* 1040 */ li.comment {
/* 1041 */ 	padding: 1.6em 10px;
/* 1042 */ }
/* 1043 */ li.trackback,
/* 1044 */ li.pingback {
/* 1045 */ 	padding: 0 10px;
/* 1046 */ }
/* 1047 */ li.comment .comment:last-child,
/* 1048 */ li.comment ul.children .comment:first-child {
/* 1049 */ 	padding-bottom: 0;
/* 1050 */ }

/* style.css */

/* 1051 */ .says {
/* 1052 */ 	font-style: italic;
/* 1053 */ }
/* 1054 */ .nocomments {
/* 1055 */ 	font-weight: bold;
/* 1056 */ 	text-align: center;
/* 1057 */ }
/* 1058 */ 
/* 1059 */ 
/* 1060 */ /* =Calendar Widget
/* 1061 *| -----------------------------------------------*/
/* 1062 */ 
/* 1063 */ #wp-calendar {
/* 1064 */ 	width: 100%;
/* 1065 */ }
/* 1066 */ #wp-calendar caption {
/* 1067 */ 	font-family: Unna, Garamond, "Times New Roman", serif;
/* 1068 */ 	font-size: 18px;
/* 1069 */ 	font-size: 1.8rem;
/* 1070 */ 	margin: .8em 0;
/* 1071 */ 	text-align: center;
/* 1072 */ }
/* 1073 */ #wp-calendar td {
/* 1074 */ 	border: 0 none;
/* 1075 */ 	font-size: 14px;
/* 1076 */ 	font-size: 1.4rem;
/* 1077 */ 	padding: 2px;
/* 1078 */ 	text-align: center;
/* 1079 */ }
/* 1080 */ #wp-calendar th {
/* 1081 */ 	background-color: #603029;
/* 1082 */ 	color: #fff;
/* 1083 */ 	padding: 2px;
/* 1084 */ 	text-align: center;
/* 1085 */ }
/* 1086 */ #prev {
/* 1087 */ 	text-align: left;
/* 1088 */ }
/* 1089 */ #next {
/* 1090 */ 	text-align: right;
/* 1091 */ }
/* 1092 */ 
/* 1093 */ 
/* 1094 */ /* =Jetpack
/* 1095 *| ------------------------------------------------*/
/* 1096 */ 
/* 1097 */ /* Hides navigation links and site footer when infinite scroll is active */
/* 1098 */ .infinite-scroll #nav-below,
/* 1099 */ .infinite-scroll.neverending #colophon {
/* 1100 */ 	display: none;

/* style.css */

/* 1101 */ }
/* 1102 */ /* Shows the footer again in case all posts have been loaded */
/* 1103 */ .infinity-end.neverending #colophon {
/* 1104 */ 	display: block;
/* 1105 */ }
/* 1106 */ #infinite-footer .container {
/* 1107 */ 	background: #6d4238;
/* 1108 */ 	border: none;
/* 1109 */ }
/* 1110 */ #infinite-footer .blog-credits,
/* 1111 */ #infinite-footer .blog-credits a,
/* 1112 */ #infinite-footer .blog-credits a:hover,
/* 1113 */ #infinite-footer .blog-info a,
/* 1114 */ #infinite-footer .blog-info a:hover {
/* 1115 */ 	color: #fcfbf4;
/* 1116 */ }
/* 1117 */ #infinite-handle {
/* 1118 */ 	min-height: 35px;
/* 1119 */ 	padding: 15px 0 10px;
/* 1120 */ 	text-align: center;
/* 1121 */ }
/* 1122 */ #infinite-handle span {
/* 1123 */ 	background: #6d4238;
/* 1124 */ }
/* 1125 */ .infinite-loader {
/* 1126 */ 	clear: both;
/* 1127 */ 	margin: 10px auto 20px;
/* 1128 */ 	width: 34px
/* 1129 */ }
/* 1130 */ .sharedaddy:before,
/* 1131 */ .sharedaddy:after {
/* 1132 */ 	content: "";
/* 1133 */ 	display: table;
/* 1134 */ }
/* 1135 */ .sharedaddy:after {
/* 1136 */ 	clear: both;
/* 1137 */ }
/* 1138 */ 
/* 1139 */ 
/* 1140 */ /* =Responsive Media Queries
/* 1141 *| -----------------------------------------------*/
/* 1142 */ 
/* 1143 */ @media screen and ( max-width: 1020px ) {
/* 1144 */ 	#page {
/* 1145 */ 		width: 100%;
/* 1146 */ 	}
/* 1147 */ 	.post-date,
/* 1148 */ 	.edit-link {
/* 1149 */ 		display: none;
/* 1150 */ 	}

/* style.css */

/* 1151 */ 	.media-posted-on {
/* 1152 */ 		clear: both;
/* 1153 */ 		display: block;
/* 1154 */ 		font-size: 13px;
/* 1155 */ 		font-size: 1.3rem;
/* 1156 */ 		font-weight: normal;
/* 1157 */ 		margin: .8em 0;
/* 1158 */ 		text-transform: uppercase;
/* 1159 */ 	}
/* 1160 */ 	.post-thumbnail img {
/* 1161 */ 		display: block;
/* 1162 */ 		width: auto;
/* 1163 */ 		margin: 0 auto .8em;
/* 1164 */ 		max-width: 97%;
/* 1165 */ 		height: auto;
/* 1166 */ 	}
/* 1167 */ 
/* 1168 */ }
/* 1169 */ @media screen and ( max-width: 800px ) {
/* 1170 */ 	#content {
/* 1171 */ 		margin: 0;
/* 1172 */ 		padding: 1.6em;
/* 1173 */ 	}
/* 1174 */ 	#primary {
/* 1175 */ 		clear: both;
/* 1176 */ 		float: none;
/* 1177 */ 		width: 100%;
/* 1178 */ 	}
/* 1179 */ 	#secondary {
/* 1180 */ 		clear: both;
/* 1181 */ 		float: none;
/* 1182 */ 		margin: 0 auto;
/* 1183 */ 		padding: 0;
/* 1184 */ 		width: 92%;
/* 1185 */ 	}
/* 1186 */ 	.footer-sidebar {
/* 1187 */ 		clear: both;
/* 1188 */ 		display: block;
/* 1189 */ 		float: none;
/* 1190 */ 		margin: 0 auto;
/* 1191 */ 		width: 92%;
/* 1192 */ 	}
/* 1193 */ }

/* style.css */

/* 1  */ /*
/* 2  *|  * Image Widget styles for Jetpack
/* 3  *|  */
/* 4  */ 
/* 5  */ /* Clear floats */
/* 6  */ .jetpack-image-container:after {
/* 7  */ 	clear: both;
/* 8  */ }
/* 9  */ .jetpack-image-container:before,
/* 10 */ .jetpack-image-container:after {
/* 11 */ 	display: table;
/* 12 */ 	content: "";
/* 13 */ }
/* 14 */ 

/* jetpack.css */

/* 1 */ /*!
/* 2 *| * Do not modify this file directly.  It is concatenated from individual module CSS files.
/* 3 *| */
/* 4 */ .jp-carousel-wrap *{line-height:inherit}.jp-carousel-overlay{background:#000}div.jp-carousel-fadeaway{position:fixed;bottom:0;z-index:2147483647;width:100%;height:15px}.jp-carousel-next-button span,.jp-carousel-previous-button span{background:url(/wp-content/plugins/jetpack/modules/carousel/images/arrows.png) center center/200px 126px no-repeat}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (-o-min-device-pixel-ratio:3/2),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5){.jp-carousel-next-button span,.jp-carousel-previous-button span{background-image:url(/wp-content/plugins/jetpack/modules/carousel/images/arrows-2x.png)}}.jp-carousel-wrap{font-family:"Helvetica Neue",sans-serif!important}.jp-carousel-info{position:absolute;bottom:0;text-align:left!important;-webkit-font-smoothing:subpixel-antialiased!important}.jp-carousel-info ::selection{background:#68c9e8;color:#fff}.jp-carousel-info ::-moz-selection{background:#68c9e8;color:#fff}.jp-carousel-photo-info{position:relative;left:25%;width:50%}.jp-carousel-transitions .jp-carousel-photo-info{transition:400ms ease-out}.jp-carousel-info h2{background:none!important;border:none!important;color:#999;display:block!important;font:400 13px/1.25em "Helvetica Neue",sans-serif!important;letter-spacing:0!important;margin:7px 0 0!important;padding:10px 0 0!important;overflow:hidden;text-align:left;text-shadow:none!important;text-transform:none!important;-webkit-font-smoothing:subpixel-antialiased}.jp-carousel-next-button,.jp-carousel-previous-button{text-indent:-9999px;overflow:hidden;cursor:pointer}.jp-carousel-next-button span,.jp-carousel-previous-button span{position:absolute;top:0;bottom:0;width:82px;zoom:1;filter:alpha(opacity=20);opacity:.2}.jp-carousel-transitions .jp-carousel-next-button span,.jp-carousel-transitions .jp-carousel-previous-button span{transition:500ms opacity ease-out}.jp-carousel-next-button:hover span,.jp-carousel-previous-button:hover span{filter:alpha(opacity=60);opacity:.6}.jp-carousel-next-button span{background-position:-110px center;right:0}.jp-carousel-previous-button span{background-position:-10px center;left:0}.jp-carousel-buttons{margin:-18px -20px 15px;padding:8px 10px;border-bottom:1px solid #222;background:#222;text-align:center}div.jp-carousel-buttons a{border:none!important;color:#999;font:400 11px/1.2em "Helvetica Neue",sans-serif!important;letter-spacing:0!important;padding:5px 2px 5px 0;text-decoration:none!important;text-shadow:none!important;vertical-align:middle;-webkit-font-smoothing:subpixel-antialiased}div.jp-carousel-buttons a:hover{color:#68c9e8;border:none!important}.jp-carousel-transitions div.jp-carousel-buttons a:hover{transition:none!important}.jp-carousel-next-button,.jp-carousel-previous-button,.jp-carousel-slide,.jp-carousel-slide img{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.jp-carousel-slide{position:fixed;width:0;bottom:0;background-color:#000;border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px}.jp-carousel-slide.selected{position:absolute!important;filter:alpha(opacity=100);opacity:1}.jp-carousel-slide{filter:alpha(opacity=25);opacity:.25}.jp-carousel-slide img{display:block;width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;background:none!important;border:none!important;padding:0!important;box-shadow:0 2px 8px rgba(0,0,0,.1);zoom:1}.jp-carousel-transitions .jp-carousel-slide{transition:opacity 400ms linear}.jp-carousel-close-hint{color:#999;cursor:default;letter-spacing:0!important;padding:.35em 0 0;position:absolute;text-align:left;width:90%}.jp-carousel-transitions .jp-carousel-close-hint{transition:color 200ms linear}.jp-carousel-close-hint span{cursor:pointer;background-color:#000;background-color:rgba(0,0,0,.8);display:block;height:22px;font:400 24px/1 "Helvetica Neue",sans-serif!important;line-height:22px;margin:0 0 0 .4em;text-align:center;vertical-align:middle;width:22px;border-radius:4px}.jp-carousel-transitions .jp-carousel-close-hint span{transition:border-color 200ms linear}.jp-carousel-close-hint:hover{cursor:default;color:#fff}.jp-carousel-close-hint:hover span{border-color:#fff}a.jp-carousel-image-download,div.jp-carousel-buttons a.jp-carousel-commentlink,div.jp-carousel-buttons a.jp-carousel-like,div.jp-carousel-buttons a.jp-carousel-reblog{background:url(/wp-content/plugins/jetpack/modules/carousel/images/carousel-sprite.png?5) 0 0/16px 200px no-repeat}div.jp-carousel-buttons a.jp-carousel-commentlink,div.jp-carousel-buttons a.jp-carousel-reblog{margin:0 14px 0 0!important}div.jp-carousel-buttons a.jp-carousel-like.liked,div.jp-carousel-buttons a.jp-carousel-reblog.reblogged{background-color:#303030;padding-right:8px!important;border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px}div.jp-carousel-buttons a.jp-carousel-reblog.reblogged{margin:0 2px 0 -12px!important}div.jp-carousel-buttons a.jp-carousel-reblog,div.jp-carousel-buttons a.jp-carousel-reblog.reblogged:hover{background-position:6px -36px;padding-right:auto!important;padding-left:26px!important;color:#999}div.jp-carousel-buttons a.jp-carousel-commentlink{background-position:0 -156px;padding-left:19px!important}div.jp-carousel-buttons a.jp-carousel-reblog.reblogged:hover{cursor:default}div.jp-carousel-buttons a.jp-carousel-reblog:hover{background-position:6px -56px;color:#68c9e8}div.jp-carousel-buttons a.jp-carousel-like{background-position:5px 5px;padding-left:24px!important}div.jp-carousel-buttons a.jp-carousel-like:hover{background-position:5px -15px}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (-o-min-device-pixel-ratio:3/2),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5){a.jp-carousel-image-download,div.jp-carousel-buttons a.jp-carousel-commentlink,div.jp-carousel-buttons a.jp-carousel-like,div.jp-carousel-buttons a.jp-carousel-reblog{background-image:url(/wp-content/plugins/jetpack/modules/carousel/images/carousel-sprite-2x.png?5)}}div#carousel-reblog-box{background:#222;padding:3px 0 0;display:none;margin:5px auto 0;border-radius:2px;box-shadow:0 0 20px rgba(0,0,0,.9);height:74px;width:565px}#carousel-reblog-box textarea{background:#999;font:13px/1.4 "Helvetica Neue",sans-serif!important;color:#444;padding:3px 6px;width:370px;height:48px;float:left;margin:6px 9px 0;border:1px solid #666;box-shadow:inset 2px 2px 2px rgba(0,0,0,.2);border-radius:2px}#carousel-reblog-box textarea:focus{background:#ccc;color:#222}#carousel-reblog-box label{color:#aaa;font-size:11px;padding-right:2px;padding-left:2px;display:inline;font-weight:400}#carousel-reblog-box select{width:110px;padding:0;font-size:12px;font-family:"Helvetica Neue",sans-serif!important;background:#333;color:#eee;border:1px solid #444;margin-top:5px}#carousel-reblog-box .submit,#wrapper #carousel-reblog-box p.response{float:left;width:154px;padding-top:0;padding-left:1px;overflow:hidden;height:34px;margin:3px 0 0 2px!important}#wrapper #carousel-reblog-box p.response{font-size:13px;clear:none;padding-left:2px;height:34px;color:#aaa}#carousel-reblog-box input#carousel-reblog-submit,#jp-carousel-comment-form-button-submit{font:13px/24px "Helvetica Neue",sans-serif!important;margin-top:8px;padding:0 10px!important;border-radius:1em;height:24px;color:#333;cursor:pointer;font-weight:400;background:#aaa;border:1px solid #444}#carousel-reblog-box input#carousel-reblog-submit:hover,#jp-carousel-comment-form-button-submit:hover{background:#ccc}#carousel-reblog-box .canceltext{color:#aaa;font-size:11px;line-height:24px}#carousel-reblog-box .canceltext a{color:#fff}.jp-carousel-titleanddesc{border-top:1px solid #222;color:#999;font-size:15px;padding-top:24px;margin-bottom:20px;font-weight:400}.jp-carousel-titleanddesc-title{font:300 1.5em/1.1 "Helvetica Neue",sans-serif!important;text-transform:none!important;color:#fff;margin:0 0 15px;padding:0}.jp-carousel-titleanddesc-desc p{color:#999;line-height:1.4;margin-bottom:.75em}.jp-carousel-comments p a,.jp-carousel-info h2 a,.jp-carousel-titleanddesc p a{color:#fff!important;border:none!important;text-decoration:underline!important;font-weight:400!important;font-style:normal!important}.jp-carousel-titleanddesc p b,.jp-carousel-titleanddesc p strong{font-weight:700;color:#999}.jp-carousel-titleanddesc p em,.jp-carousel-titleanddesc p i{font-style:italic;color:#999}.jp-carousel-comments p a:hover,.jp-carousel-info h2 a:hover,.jp-carousel-titleanddesc p a:hover{color:#68c9e8!important}.jp-carousel-titleanddesc p:empty{display:none}.jp-carousel-left-column-wrapper h1:after,.jp-carousel-left-column-wrapper h1:before,.jp-carousel-photo-info h1:after,.jp-carousel-photo-info h1:before{content:none!important}.jp-carousel-image-meta{background:#111;border:1px solid #222;color:#fff;font:12px/1.4 "Helvetica Neue",sans-serif!important;overflow:hidden;padding:18px 20px;width:209px!important}.jp-carousel-image-meta h5,.jp-carousel-image-meta li{font-family:"Helvetica Neue",sans-serif!important;position:inherit!important;top:auto!important;right:auto!important;left:auto!important;bottom:auto!important;background:none!important;border:none!important;font-weight:400!important;line-height:1.3em!important}.jp-carousel-image-meta ul{margin:0!important;padding:0!important;list-style:none!important}.jp-carousel-image-meta li{width:48%!important;float:left!important;margin:0 2% 15px 0!important;color:#fff!important;font-size:13px!important}.jp-carousel-image-meta h5{color:#999!important;text-transform:uppercase!important;font-size:10px!important;margin:0 0 2px!important;letter-spacing:.1em!important}a.jp-carousel-image-download{padding-left:23px;display:inline-block;clear:both;color:#999;line-height:1;font-weight:400;font-size:13px;text-decoration:none;background-position:0 -82px}a.jp-carousel-image-download span.photo-size{font-size:11px;border-radius:1em;margin-left:2px;display:inline-block}a.jp-carousel-image-download span.photo-size-times{padding:0 1px 0 2px}a.jp-carousel-image-download:hover{background-position:0 -122px;color:#68c9e8;border:none!important}.jp-carousel-image-map{position:relative;margin:-20px -20px 20px;border-bottom:1px solid rgba(255,255,255,.17);height:154px}.jp-carousel-image-map img.gmap-main{border-top-left-radius:6px;border-right:1px solid rgba(255,255,255,.17)}.jp-carousel-image-map div.gmap-topright{width:94px;height:154px;position:absolute;top:0;right:0}.jp-carousel-image-map div.imgclip{overflow:hidden;border-top-right-radius:6px}.jp-carousel-image-map div.gmap-topright img{margin-left:-40px}.jp-carousel-image-map img.gmap-bottomright{position:absolute;top:96px;right:0}.jp-carousel-comments{font:15px/1.7 "Helvetica Neue",sans-serif!important;font-weight:400;background:none}.jp-carousel-comments p a:active,.jp-carousel-comments p a:focus,.jp-carousel-comments p a:hover{color:#68c9e8!important}.jp-carousel-comment{background:none;color:#999;margin-bottom:20px;clear:left;overflow:auto;width:100%}.jp-carousel-comment p{color:#999!important}.jp-carousel-comment .comment-author{font-size:13px;font-weight:400;padding:0;width:auto;display:inline;float:none;border:none;margin:0}.jp-carousel-comment .comment-author a{color:#fff}.jp-carousel-comment .comment-gravatar{float:left}.jp-carousel-comment .comment-content{border:none;margin-left:85px;padding:0}.jp-carousel-comment .avatar{margin:0 20px 0 0;border-radius:4px;border:none!important;padding:0!important;background-color:transparent!important}.jp-carousel-comment .comment-date{color:#999;margin-top:4px;font-size:11px;display:inline;float:right}#jp-carousel-comment-form{margin:0 0 10px!important;float:left;width:100%}textarea#jp-carousel-comment-form-comment-field{background:rgba(34,34,34,.9);border:1px solid #3a3a3a;color:#aaa;font:15px/1.4 "Helvetica Neue",sans-serif!important;width:100%;padding:10px 10px 5px;margin:0;float:none;height:147px;box-shadow:inset 2px 2px 2px rgba(0,0,0,.2);border-radius:3px;overflow:hidden;-moz-box-sizing:border-box;box-sizing:border-box}textarea#jp-carousel-comment-form-comment-field::-webkit-input-placeholder{color:#555}textarea#jp-carousel-comment-form-comment-field:focus{background:#ccc;color:#222}textarea#jp-carousel-comment-form-comment-field:focus::-webkit-input-placeholder{color:#aaa}#jp-carousel-comment-form-spinner{color:#fff;margin:22px 0 0 10px;display:block;width:20px;height:20px;float:left}#jp-carousel-comment-form-submit-and-info-wrapper{display:none;overflow:hidden;width:100%}#jp-carousel-comment-form-commenting-as input{background:rgba(34,34,34,.9);border:1px solid #3a3a3a;color:#aaa;font:13px/1.4 "Helvetica Neue",sans-serif!important;padding:3px 6px;float:left;box-shadow:inset 2px 2px 2px rgba(0,0,0,.2);border-radius:2px;width:285px}#jp-carousel-comment-form-commenting-as input:focus{background:#ccc;color:#222}#jp-carousel-comment-form-commenting-as p{font:400 13px/1.7 "Helvetica Neue",sans-serif!important;margin:22px 0 0;float:left}#jp-carousel-comment-form-commenting-as fieldset{float:left;border:none;margin:20px 0 0;padding:0;clear:both}#jp-carousel-comment-form-commenting-as label{font:400 13px/1.7 "Helvetica Neue",sans-serif!important;margin:0 20px 3px 0;float:left;width:100px}#jp-carousel-comment-form-button-submit{margin-top:20px;float:right}#jp-carousel-comment-form-container,#js-carousel-comment-form-container{margin-bottom:15px;overflow:auto;width:100%}#jp-carousel-comment-post-results{display:none;overflow:auto;width:100%}#jp-carousel-comment-post-results span{display:block;text-align:center;margin-top:20px;width:100%;overflow:auto;padding:1em 0;-moz-box-sizing:border-box;box-sizing:border-box;background:rgba(0,0,0,.7);border-radius:2px;font:13px/1.4 "Helvetica Neue",sans-serif!important;border:1px solid rgba(255,255,255,.17);box-shadow:inset 0 0 5px 5px rgba(0,0,0,1)}.jp-carousel-comment-post-error{color:#DF4926}#jp-carousel-comments-closed{display:none;color:#999}#jp-carousel-comments-loading{font:400 15px/1.7 "Helvetica Neue",sans-serif!important;display:none;color:#999;text-align:left;margin-bottom:20px}.jp-carousel-light .jp-carousel-overlay{background:#fff}.jp-carousel-light .jp-carousel-next-button:hover span,.jp-carousel-light .jp-carousel-previous-button:hover span{opacity:.8}.jp-carousel-light .jp-carousel-close-hint:hover,.jp-carousel-light .jp-carousel-titleanddesc div{color:#000!important}.jp-carousel-light .jp-carousel-comment .comment-author a,.jp-carousel-light .jp-carousel-comments p a,.jp-carousel-light .jp-carousel-info h2 a,.jp-carousel-light .jp-carousel-titleanddesc p a{color:#1e8cbe!important}.jp-carousel-light .jp-carousel-comment .comment-author a:hover,.jp-carousel-light .jp-carousel-comments p a:hover,.jp-carousel-light .jp-carousel-info h2 a:hover,.jp-carousel-light .jp-carousel-titleanddesc p a:hover{color:#f1831e!important}.jp-carousel-light .jp-carousel-comment,.jp-carousel-light .jp-carousel-comment p,.jp-carousel-light .jp-carousel-info h2,.jp-carousel-light .jp-carousel-titleanddesc,.jp-carousel-light .jp-carousel-titleanddesc p,.jp-carousel-light .jp-carousel-titleanddesc p b,.jp-carousel-light .jp-carousel-titleanddesc p em,.jp-carousel-light .jp-carousel-titleanddesc p i,.jp-carousel-light .jp-carousel-titleanddesc p strong,.jp-carousel-light div.jp-carousel-buttons a{color:#666}.jp-carousel-light .jp-carousel-buttons{border-bottom-color:#f0f0f0;background:#f5f5f5}.jp-carousel-light div.jp-carousel-buttons a:hover{text-decoration:none;color:#f1831e}.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-reblog,.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-reblog:hover{background-position:4px -56px;padding-left:24px!important}.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-like.liked,.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-reblog.reblogged{background-color:#2ea2cc;color:#fff}.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-commentlink{background-position:0 -176px}.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-like,.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-like:hover{background-position:5px -15px;padding-left:23px!important}.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-reblog.reblogged{background-position:5px -36px}.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-like.liked{background-position:5px 5px}.jp-carousel-light div#carousel-reblog-box{background:#eee;box-shadow:0 2px 10px rgba(0,0,0,.1);border:1px solid #ddd}.jp-carousel-light #carousel-reblog-box textarea{color:#666;border:1px solid #cfcfcf;background:#fff}.jp-carousel-light #carousel-reblog-box .canceltext{color:#888}.jp-carousel-light #carousel-reblog-box .canceltext a{color:#666}.jp-carousel-light #carousel-reblog-box select{background:#eee;color:#333;border:1px solid #aaa}#jp-carousel-comment-form-button-submit,.jp-carousel-light #carousel-reblog-box input#carousel-reblog-submit{color:#333;background:#fff;border:1px solid #aaa}.jp-carousel-light .jp-carousel-image-meta{background:#fafafa;border:1px solid #eee;border-top-color:#f5f5f5;border-left-color:#f5f5f5;color:#333}.jp-carousel-light .jp-carousel-image-meta li{color:#000!important}.jp-carousel-light .jp-carousel-close-hint{color:#ccc}.jp-carousel-light .jp-carousel-close-hint span{background-color:#fff;border-color:#ccc}.jp-carousel-light #jp-carousel-comment-form-comment-field::-webkit-input-placeholder{color:#aaa}.jp-carousel-light #jp-carousel-comment-form-comment-field:focus{color:#333}.jp-carousel-light #jp-carousel-comment-form-comment-field:focus::-webkit-input-placeholder{color:#ddd}.jp-carousel-light a.jp-carousel-image-download{background-position:0 -122px}.jp-carousel-light a.jp-carousel-image-download:hover{background-position:0 -122px;color:#f1831e}.jp-carousel-light textarea#jp-carousel-comment-form-comment-field{background:#fbfbfb;color:#333;border:1px solid #dfdfdf;box-shadow:inset 2px 2px 2px rgba(0,0,0,.1)}.jp-carousel-light #jp-carousel-comment-form-commenting-as input{background:#fbfbfb;border:1px solid #dfdfdf;color:#333;box-shadow:inset 2px 2px 2px rgba(0,0,0,.1)}.jp-carousel-light #jp-carousel-comment-form-commenting-as input:focus{background:#fbfbfb;color:#333}.jp-carousel-light #jp-carousel-comment-post-results span{background:#f7f7f7;border:1px solid #dfdfdf;box-shadow:inset 0 0 5px rgba(0,0,0,.05)}.jp-carousel-light .jp-carousel-slide{background-color:#fff}.jp-carousel-light .jp-carousel-titleanddesc{border-top:1px solid #eee}@media only screen and (max-width:760px){.jp-carousel-info{margin:0 10px!important}.jp-carousel-buttons,.jp-carousel-next-button,.jp-carousel-previous-button{display:none!important}.jp-carousel-image-meta{float:none!important;width:100%!important;-moz-box-sizing:border-box;box-sizing:border-box}.jp-carousel-close-hint{font-weight:800!important;font-size:26px!important;position:fixed!important;top:-10px}.jp-carousel-slide img{filter:alpha(opacity=100);opacity:1}.jp-carousel-wrap{background-color:#000}.jp-carousel-fadeaway{display:none}#jp-carousel-comment-form-container{display:none!important}.jp-carousel-titleanddesc{padding-top:0!important;border:none!important}.jp-carousel-titleanddesc-title{font-size:1em!important}.jp-carousel-left-column-wrapper{padding:0;width:100%!important}.jp-carousel-photo-info{left:0!important;width:100%!important}}.contact-form .clear-form{clear:both}.contact-form input[type=email],.contact-form input[type=text]{width:300px;max-width:98%;margin-bottom:13px}.contact-form select{margin-bottom:13px}.contact-form textarea{height:200px;width:80%;float:none;margin-bottom:13px}.contact-form input[type=checkbox],.contact-form input[type=radio]{float:none;margin-bottom:13px}.contact-form label{margin-bottom:3px;float:none;font-weight:700;display:block}.contact-form label.checkbox,.contact-form label.radio{margin-bottom:3px;float:none;font-weight:700;display:inline-block}.contact-form label span{color:#AAA;margin-left:4px;font-weight:400}.form-errors .form-error-message{color:red}.textwidget .contact-form input[type=email],.textwidget .contact-form input[type=text],.textwidget .contact-form textarea{width:250px;max-width:100%;-moz-box-sizing:border-box;box-sizing:border-box}#jetpack-check-feedback-spam{margin:1px 8px 0 0}.jetpack-check-feedback-spam-spinner{display:inline-block;margin-top:7px}.infinite-loader{color:#000;display:block;height:28px;text-indent:-9999px}#infinite-handle span{background:#333;border-radius:1px;color:#eee;cursor:pointer;font-size:13px;padding:6px 16px}#infinite-handle span button,#infinite-handle span button:focus,#infinite-handle span button:hover{display:inline;position:static;padding:0;margin:0;border:none;line-height:inherit;background:0 0;color:inherit;cursor:inherit;font-size:inherit;font-weight:inherit;font-family:inherit}#infinite-handle span button::-moz-focus-inner{margin:0;padding:0;border:none}@media (max-width:800px){#infinite-handle span:before{display:none}#infinite-handle span{display:block}}#infinite-footer{position:fixed;bottom:-50px;left:0;width:100%}#infinite-footer a{text-decoration:none}#infinite-footer .blog-credits a:hover,#infinite-footer .blog-info a:hover{color:#444;text-decoration:underline}#infinite-footer .container{background:rgba(255,255,255,.8);border-color:#ccc;border-color:rgba(0,0,0,.1);border-style:solid;border-width:1px 0 0;-moz-box-sizing:border-box;box-sizing:border-box;margin:0 auto;overflow:hidden;padding:1px 20px;width:780px}#infinite-footer .blog-credits,#infinite-footer .blog-info{-moz-box-sizing:border-box;box-sizing:border-box;line-height:25px}#infinite-footer .blog-info{float:left;overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap;width:40%}#infinite-footer .blog-credits{font-weight:400;float:right;width:60%}#infinite-footer .blog-info a{color:#111;font-size:14px;font-weight:700}#infinite-footer .blog-credits{color:#888;font-size:12px;text-align:right}#infinite-footer .blog-credits a{color:#666}.infinity-end.neverending #infinite-footer{display:none}@media (max-width:640px){#infinite-footer .container{-moz-box-sizing:border-box;box-sizing:border-box;width:100%}#infinite-footer .blog-info{width:30%}#infinite-footer .blog-credits{width:70%}#infinite-footer .blog-credits,#infinite-footer .blog-info a{font-size:10px}}@media (max-width:640px){#infinite-footer{position:static}}#wpadminbar li#wp-admin-bar-admin-bar-likes-widget{width:61px;overflow:hidden}#wpadminbar iframe.admin-bar-likes-widget{width:61px;height:28px;min-height:28px;border-width:0;position:absolute;top:0}div.jetpack-likes-widget-wrapper{width:100%;min-height:50px;position:relative}div.jetpack-likes-widget-wrapper .sd-link-color{font-size:12px}div.jetpack-likes-widget-wrapper.slim-likes-widget{width:1px;min-height:0}#likes-other-gravatars{display:none;position:absolute;padding:10px 10px 12px;background-color:#2e4453;border-width:0;box-shadow:0 0 10px #2e4453;box-shadow:0 0 10px rgba(46,68,83,.6);min-width:130px;z-index:1000}#likes-other-gravatars *{line-height:normal}#likes-other-gravatars .likes-text{color:#fff;font-size:12px;padding-bottom:8px}#likes-other-gravatars li,#likes-other-gravatars ul{margin:0;padding:0;text-indent:0;list-style-type:none}#likes-other-gravatars li::before{content:""}#likes-other-gravatars ul.wpl-avatars{overflow:auto;display:block;max-height:190px}#likes-other-gravatars ul.wpl-avatars li{width:32px;height:32px;float:left;margin:0 5px 5px 0}#likes-other-gravatars ul.wpl-avatars li a{margin:0 2px 0 0;border-bottom:none!important;display:block}#likes-other-gravatars ul.wpl-avatars li a img{background:0 0;border:none;margin:0!important;padding:0!important;position:static}div.sd-box{border-top:1px solid #ddd;border-top:1px solid rgba(0,0,0,.13)}.comment-likes-widget,.entry-content .post-likes-widget,.post-likes-widget{margin:0;border-width:0;display:block}.post-likes-widget-placeholder{margin:0;border-width:0;position:relative}.post-likes-widget-placeholder .button{display:none}.post-likes-widget-placeholder .loading{color:#999;font-size:12px}.slim-likes-widget .post-likes-widget{width:auto;float:none}div.sharedaddy.sd-like-enabled .sd-like h3{display:none}div.sharedaddy.sd-like-enabled .sd-like .post-likes-widget{width:100%;float:none;position:absolute;top:0}.comment-likes-widget{width:100%}.pd-rating{display:block!important}.sd-gplus .sd-title{display:none}div#jp-relatedposts{display:none;padding-top:1em;margin:1em 0;position:relative}div.jp-relatedposts:after{content:'';display:block;clear:both}div#jp-relatedposts h3.jp-relatedposts-headline{margin:0 0 1em;display:inline-block;float:left;font-size:9pt;font-weight:700;font-family:inherit}div#jp-relatedposts h3.jp-relatedposts-headline em:before{content:"";display:block;width:100%;min-width:30px;border-top:1px solid #ddd;border-top:1px solid rgba(0,0,0,.2);margin-bottom:1em}div#jp-relatedposts h3.jp-relatedposts-headline em{font-style:normal;font-weight:700}div#jp-relatedposts div.jp-relatedposts-items{clear:left}div#jp-relatedposts div.jp-relatedposts-items-visual{margin-right:-20px}div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post{float:left;width:33%;margin:0 0 1em;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}div#jp-relatedposts div.jp-relatedposts-items-visual .jp-relatedposts-post{padding-right:20px;filter:alpha(opacity=80);-moz-opacity:.8;opacity:.8}div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post:nth-child(3n+4),div#jp-relatedposts div.jp-relatedposts-items-visual .jp-relatedposts-post:nth-child(3n+4){clear:both}div#jp-relatedposts div.jp-relatedposts-items div.jp-relatedposts-post:hover .jp-relatedposts-post-title a{text-decoration:underline}div#jp-relatedposts div.jp-relatedposts-items div.jp-relatedposts-post:hover{filter:alpha(opacity=100);-moz-opacity:1;opacity:1}div#jp-relatedposts div.jp-relatedposts-items p,div#jp-relatedposts div.jp-relatedposts-items-visual h4.jp-relatedposts-post-title{font-size:14px;line-height:20px;margin:0}div#jp-relatedposts div.jp-relatedposts-items-visual div.jp-relatedposts-post-nothumbs{position:relative}div#jp-relatedposts div.jp-relatedposts-items-visual div.jp-relatedposts-post-nothumbs a.jp-relatedposts-post-aoverlay{position:absolute;top:0;bottom:0;left:0;right:0;display:block}div#jp-relatedposts div.jp-relatedposts-items p{margin-bottom:0}div#jp-relatedposts div.jp-relatedposts-items-visual h4.jp-relatedposts-post-title{text-transform:none;margin:0;font-family:inherit;display:block;max-width:100%}div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a{font-size:inherit;font-weight:400;text-decoration:none;filter:alpha(opacity=100);-moz-opacity:1;opacity:1}div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a:hover{text-decoration:underline}div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post img.jp-relatedposts-post-img,div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post span{display:block;max-width:90%;overflow:hidden;text-overflow:ellipsis}div#jp-relatedposts div.jp-relatedposts-items-visual .jp-relatedposts-post img.jp-relatedposts-post-img,div#jp-relatedposts div.jp-relatedposts-items-visual .jp-relatedposts-post span{max-width:100%}div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-context,div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date{opacity:.6}.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date,div#jp-relatedposts div.jp-relatedposts-items-visual div.jp-relatedposts-post-thumbs p.jp-relatedposts-post-excerpt{display:none}div#jp-relatedposts div.jp-relatedposts-items-visual div.jp-relatedposts-post-nothumbs p.jp-relatedposts-post-excerpt{overflow:hidden}div#jp-relatedposts div.jp-relatedposts-items-visual div.jp-relatedposts-post-nothumbs span{margin-bottom:1em}@media only screen and (max-width:640px){div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post{width:50%}div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post:nth-child(3n){clear:left}div#jp-relatedposts div.jp-relatedposts-items-visual{margin-right:20px}}@media only screen and (max-width:320px){div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post{width:100%;clear:both;margin:0 0 1em}}#jp-post-flair{padding-top:.5em}#content div.sharedaddy,#main div.sharedaddy,div.sharedaddy{clear:both}div.sharedaddy h3.sd-title{margin:0 0 1em;display:inline-block;line-height:1.2;font-size:9pt;font-weight:700}div.sharedaddy h3.sd-title:before{content:"";display:block;width:100%;min-width:30px;border-top:1px solid #ddd;margin-bottom:1em}body.highlander-light h3.sd-title:before{border-top:1px solid rgba(0,0,0,.2)}body.highlander-dark h3.sd-title:before{border-top:1px solid rgba(255,255,255,.4)}.sd-content ul{padding:0!important;margin:0 0 .7em!important;list-style:none!important}.sd-content ul li{display:inline-block}.sd-block.sd-gplus{margin:0 0 .5em}.sd-gplus .sd-content{font-size:12px}#sharing_email .sharing_send,.sd-content ul li .option a.share-ustom,.sd-content ul li a.sd-button,.sd-content ul li.advanced a.share-more,.sd-content ul li.preview-item div.option.option-smart-off a,.sd-social-icon .sd-content ul li a.sd-button,.sd-social-icon-text .sd-content ul li a.sd-button,.sd-social-official .sd-content>ul>li .digg_button >a,.sd-social-official .sd-content>ul>li>a.sd-button,.sd-social-text .sd-content ul li a.sd-button{text-decoration:none!important;display:inline-block;margin:0 5px 5px 0;font-size:12px;font-family:"Open Sans",sans-serif;font-weight:400;border-radius:3px;color:#777!important;background:#f8f8f8;border:1px solid #ccc;box-shadow:0 1px 0 rgba(0,0,0,.08);text-shadow:none;line-height:23px;padding:1px 8px 0 5px}.sd-content ul li .option a.share-ustom span,.sd-content ul li a.sd-button>span,.sd-content ul li.advanced a.share-more span,.sd-content ul li.preview-item div.option.option-smart-off a span,.sd-social-icon-text .sd-content ul li a.sd-button>span,.sd-social-official .sd-content>ul>li .digg_button >a span,.sd-social-official .sd-content>ul>li>a.sd-button span,.sd-social-text .sd-content ul li a.sd-button span{line-height:23px}.sd-social-official .sd-content .sharing-hidden .inner>ul>li .digg_button>a,.sd-social-official .sd-content .sharing-hidden .inner>ul>li>a.sd-button,.sd-social-official .sd-content>ul>li .digg_button>a,.sd-social-official .sd-content>ul>li>a.sd-button{line-height:17px;box-shadow:none;vertical-align:top}.sd-social-official .sd-content .sharing-hidden .inner>ul>li .digg_button>a:before,.sd-social-official .sd-content .sharing-hidden .inner>ul>li>a.sd-button:before,.sd-social-official .sd-content>ul>li .digg_button>a:before,.sd-social-official .sd-content>ul>li>a.sd-button:before{margin-bottom:-1px;top:0}.sd-social-icon .sd-content ul li a.sd-button:active,.sd-social-icon .sd-content ul li a.sd-button:hover,.sd-social-icon-text .sd-content ul li a.sd-button:active,.sd-social-icon-text .sd-content ul li a.sd-button:hover,.sd-social-official .sd-content>ul>li .digg_button>a:active,.sd-social-official .sd-content>ul>li .digg_button>a:hover,.sd-social-official .sd-content>ul>li>a.sd-button:active,.sd-social-official .sd-content>ul>li>a.sd-button:hover,.sd-social-text .sd-content ul li a.sd-button:active,.sd-social-text .sd-content ul li a.sd-button:hover{color:#555;background:#fafafa;border:1px solid #999}.sd-social-icon .sd-content ul li a.sd-button:active,.sd-social-icon-text .sd-content ul li a.sd-button:active,.sd-social-official .sd-content>ul>li .digg_button>a:active,.sd-social-official .sd-content>ul>li>a.sd-button:active,.sd-social-text .sd-content ul li a.sd-button:active{box-shadow:inset 0 1px 0 rgba(0,0,0,.16)}.sd-content ul li a.sd-button:before{display:inline-block;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font:400 16px/1 Genericons;vertical-align:top;position:relative;top:3px;text-align:center}.sd-content ul li{margin:0!important;padding:0}.sd-content ul li.preview-item a.sd-button span,.sd-social-icon-text .sd-content ul li a span,.sd-social-official .sd-content ul li a.sd-button span{margin-left:3px}.sd-content ul li.preview-item.no-icon a.sd-button span{margin-left:0}.sd-content ul li.no-icon a:before,.sd-social-text .sd-content ul li a:before{display:none}body .sd-content ul li.share-custom.no-icon a span,body .sd-social-text .sd-content ul li.share-custom a span{background-image:none;background-position:-500px -500px!important;background-repeat:no-repeat!important;padding-left:0;height:0;line-height:inherit}.sd-social-icon .sd-content ul li a.share-more{position:relative;top:2px}.sd-social-icon .sd-content ul li a.share-more span{margin-left:3px}.sd-content ul li.share-print div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-print a:before,.sd-social-icon-text .sd-content li.share-print a:before,.sd-social-official .sd-content li.share-print a:before,.sd-social-text .sd-content ul li.share-print a:before{content:'\f469'}.sd-content ul li.share-email div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-email a:before,.sd-social-icon-text .sd-content li.share-email a:before,.sd-social-official .sd-content li.share-email a:before,.sd-social-text .sd-content ul li.share-email a:before{content:'\f410'}.sd-content ul li.share-linkedin div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-linkedin a:before,.sd-social-icon-text .sd-content li.share-linkedin a:before,.sd-social-text .sd-content ul li.share-linkedin a:before{content:'\f207'}.sd-content ul li.share-twitter div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-twitter a:before,.sd-social-icon-text .sd-content li.share-twitter a:before,.sd-social-text .sd-content ul li.share-twitter a:before{content:'\f202'}.sd-content ul li.share-reddit div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-reddit a:before,.sd-social-icon-text .sd-content li.share-reddit a:before,.sd-social-text .sd-content ul li.share-reddit a:before{content:'\f222'}.sd-content ul li.share-tumblr div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-tumblr a:before,.sd-social-icon-text .sd-content li.share-tumblr a:before,.sd-social-text .sd-content ul li.share-tumblr a:before{content:'\f214'}.sd-content ul li.share-stumbleupon div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-stumbleupon a:before,.sd-social-icon-text .sd-content li.share-stumbleupon a:before,.sd-social-text .sd-content ul li.share-stumbleupon a:before{content:'\f223'}.sd-content ul li.share-pocket div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-pocket a:before,.sd-social-icon-text .sd-content li.share-pocket a:before,.sd-social-text .sd-content ul li.share-pocket a:before{content:'\f224'}.sd-content ul li.share-pinterest div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-pinterest a:before,.sd-social-icon-text .sd-content li.share-pinterest a:before,.sd-social-text .sd-content ul li.share-pinterest a:before{content:'\f209'}.sd-content ul li.share-google-plus-1 div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-google-plus-1 a:before,.sd-social-icon-text .sd-content li.share-google-plus-1 a:before,.sd-social-text .sd-content ul li.share-google-plus-1 a:before{content:'\f218'}.sd-content ul li.share-facebook div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-facebook a:before,.sd-social-icon-text .sd-content li.share-facebook a:before,.sd-social-text .sd-content ul li.share-facebook a:before{content:'\f204'}.sd-content ul li.share-press-this div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-press-this a:before,.sd-social-icon-text .sd-content li.share-press-this a:before,.sd-social-official .sd-content li.share-press-this a:before,.sd-social-text .sd-content ul li.share-press-this a:before{content:'\f205'}.sd-social-official .sd-content li.share-press-this a:before{color:#2ba1cb}.sd-content ul li.advanced a.share-more:before,.sd-social-icon .sd-content ul a.share-more:before,.sd-social-icon-text .sd-content a.share-more:before,.sd-social-official .sd-content a.share-more:before,.sd-social-text .sd-content ul a.share-more:before{content:'\f415'}.sd-social-official .sd-content a.share-more:before{color:#2ba1cb}.sd-social .sd-button .share-count{background:#2ea2cc;color:#fff;border-radius:10px;display:inline-block;text-align:center;font-size:10px;padding:1px 3px;line-height:1}.sd-social-official .sd-content ul,.sd-social-official .sd-content ul li{line-height:25px!important}.sd-social-official .sd-content>ul>li>a.sd-button span{line-height:1}.sd-social-official .sd-content ul:after{content:".";display:block;height:0;clear:both;visibility:hidden}.sd-social-official .sd-content li.share-press-this a{margin:0 0 5px}.sd-social-official .sd-content ul>li{display:block;float:left;margin:0 10px 5px 0!important;height:25px}.sd-social-official .fb-share-button>span{vertical-align:top!important}.sd-social-official .sd-content .pocket_button iframe{width:98px}.sd-social-official .sd-content .twitter_button iframe{width:96px}.reddit_button iframe,.stumbleupon_button iframe{margin-top:1px}.googleplus1_button iframe,.linkedin_button>span,.pinterest_button,.pocket_button iframe,.twitter_button{margin:0!important}body .sd-social-official li a.share-more,body .sd-social-official li.share-custom a,body .sd-social-official li.share-digg a,body .sd-social-official li.share-email a,body .sd-social-official li.share-press-this a,body .sd-social-official li.share-print{position:relative;top:0}body .sd-social-icon .sd-content li.share-custom>a{padding:2px 3px 0;position:relative;top:4px}body .sd-content ul li.share-custom a.share-icon span,body .sd-social-icon .sd-content li.share-custom a span,body .sd-social-icon-text .sd-content li.share-custom a span,body .sd-social-official .sd-content li.share-custom a span,body .sd-social-text .sd-content li.share-custom a span{background-size:16px 16px;background-repeat:no-repeat;margin-left:0;padding:0 0 0 19px;display:inline-block;height:16px;line-height:16px}body .sd-social-icon .sd-content li.share-custom a span{width:0}body .sd-social-icon .sd-content li.share-custom a span{padding-left:16px!important}.sharing-hidden .inner{position:absolute;z-index:2;border:1px solid #ccc;padding:10px;background:#fff;box-shadow:0 5px 20px rgba(0,0,0,.2);border-radius:2px;margin-top:5px;max-width:400px}.sharing-hidden .inner ul{margin:0!important}.sd-social-official .sd-content .sharing-hidden ul>li.share-end{clear:both;margin:0;height:0}.sharing-hidden .inner:after,.sharing-hidden .inner:before{position:absolute;z-index:1;top:-8px;left:20px;width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:8px solid #ccc;content:"";display:block}.sharing-hidden .inner:after{z-index:2;top:-7px;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:8px solid #fff}.sharing-hidden ul{margin:0}.sd-social-icon .sd-content ul li[class*=share-] a,.sd-social-icon .sd-content ul li[class*=share-] a:hover,.sd-social-icon .sd-content ul li[class*=share-] div.option a{border-radius:50%;-webkit-border-radius:50%;border:0;box-shadow:none;padding:8px;position:relative;top:-2px;line-height:1;width:auto;height:auto;margin-bottom:0}.sd-social-icon .sd-content ul li[class*=share-] a.sd-button>span,.sd-social-icon .sd-content ul li[class*=share-] div.option a span{line-height:1}.sd-social-icon .sd-content ul li[class*=share-] a:hover,.sd-social-icon .sd-content ul li[class*=share-] div.option a:hover{border:none;opacity:.6}.sd-social-icon .sd-content ul li[class*=share-] a.sd-button:before{top:0}.sd-social-icon .sd-content ul li[class*=share-] a.sd-button.share-custom{padding:8px 8px 6px;top:5px}.sd-social-icon .sd-content ul li a.sd-button.share-more{margin-left:10px}.sd-social-icon .sd-content ul li:first-child a.sd-button.share-more{margin-left:0}.sd-social-icon .sd-button span.share-count{position:absolute;bottom:0;right:0;border-radius:0;background:#555;font-size:9px}.sd-social-icon .sd-content ul li[class*=share-] a.sd-button{background:#e9e9e9;margin-top:2px;text-indent:0}.sd-social-icon .sd-content ul li[class*=share-].share-tumblr a.sd-button{background:#2c4762;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-facebook a.sd-button{background:#3b5998;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-stumbleupon a.sd-button{background:#ea4b24;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-twitter a.sd-button{background:#00acee;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-pinterest a.sd-button{background:#ca1f27;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-digg a.sd-button{color:#555!important}.sd-social-icon .sd-content ul li[class*=share-].share-press-this a.sd-button{background:#1e8cbe;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-linkedin a.sd-button{background:#0077b5;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-google-plus-1 a.sd-button{background:#dd4b39;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-pocket a.sd-button{background:#ee4056;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-reddit a.sd-button{background:#cee3f8;color:#555!important}.sharing-screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute!important;height:1px;width:1px;overflow:hidden}.sharing-screen-reader-text:active,.sharing-screen-reader-text:focus,.sharing-screen-reader-text:hover{background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;color:#21759b;display:block;font-size:14px;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}#sharing_email{width:342px;position:absolute;z-index:1001;border:1px solid #ccc;padding:15px;background:#fff;box-shadow:0 5px 20px rgba(0,0,0,.2);text-align:left}div.sharedaddy.sharedaddy-dark #sharing_email{border-color:#fff}#sharing_email .errors{color:#fff;background-color:#771a09;font-size:12px;padding:5px 8px;line-height:1;margin:10px 0 0}#sharing_email label{font-size:12px;color:#333;font-weight:700;display:block;padding:0 0 4px;text-align:left;text-shadow:none}#sharing_email form{margin:0}#sharing_email input[type=email],#sharing_email input[type=text]{width:100%;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;border:1px solid #ccc;margin-bottom:1em;background:#fff;font-size:12px;color:#333;max-width:none;padding:1px 3px}#jetpack-source_f_name{display:none!important;position:absolute!important;left:-9000px}#sharing_email .sharing_cancel{padding:0 0 0 1em;font-size:12px;text-shadow:none}#sharing_email .recaptcha{width:312px;height:123px;margin:0 0 1em}.slideshow-window{background-color:#222;border:20px solid #222;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px;-khtml-border-radius:11px;margin-bottom:20px;height:410px;z-index:1}.slideshow-window.slideshow-white{background-color:#fff;border-color:#fff}.slideshow-window,.slideshow-window *{-moz-box-sizing:content-box;box-sizing:content-box}.slideshow-loading{height:100%;text-align:center;margin:auto}body div.slideshow-window * img{border-width:0!important;margin-right:auto!important;margin-left:auto!important;padding:0!important;background-color:transparent!important;background-image:none!important;max-width:100%}.slideshow-loading img{vertical-align:middle}.slideshow-slide{height:100%;width:100%;text-align:center;margin:auto;display:none}.slideshow-slide img{vertical-align:middle}.slideshow-line-height-hack{overflow:hidden;width:0;font-size:0}.slideshow-slide-caption{font-size:13px;font-family:"Helvetica Neue",sans-serif;color:#f7f7f7;text-shadow:#222 1px 1px 2px;line-height:25px;height:25px;position:absolute;bottom:5px;left:0;z-index:100;width:100%;text-align:center}.slideshow-controls{z-index:1000;position:absolute;bottom:30px;margin:auto;text-align:center;width:100%;-ms-filter:"alpha(Opacity=0)";opacity:0;direction:ltr}body div div.slideshow-controls a,body div div.slideshow-controls a:hover{border:2px solid rgba(255,255,255,.1)!important;background-color:#000!important;background-color:rgba(0,0,0,.6)!important;background-image:url(/wp-content/plugins/jetpack/modules/shortcodes/img/slideshow-controls.png)!important;background-repeat:no-repeat;background-size:142px 16px!important;background-position:-34px 8px!important;color:#222!important;margin:0 5px!important;padding:0!important;display:inline-block!important;zoom:1;height:32px!important;width:32px!important;line-height:32px!important;text-align:center!important;-khtml-border-radius:10em!important;border-radius:10em!important;transition:300ms border-color ease-out}@media only screen and (-webkit-min-device-pixel-ratio:1.5){body div div.slideshow-controls a,body div div.slideshow-controls a:hover{background-image:url(/wp-content/plugins/jetpack/modules/shortcodes/img/slideshow-controls-2x.png)!important}}body div div.slideshow-controls a:hover{border-color:rgba(255,255,255,1)!important}body div div.slideshow-controls a:first-child{background-position:-76px 8px!important}body div div.slideshow-controls a:last-child{background-position:-117px 8px!important}body div div.slideshow-controls a.running,body div div.slideshow-controls a:nth-child(2){background-position:-34px 8px!important}body div div.slideshow-controls a.paused{background-position:9px 8px!important}.slideshow-controls a img{border:50px dotted #f0f}body.presentation-wrapper-fullscreen-parent,html.presentation-wrapper-fullscreen-parent{overflow:hidden!important}.presentation-wrapper-fullscreen-parent #wpadminbar{display:none}.presentation-wrapper-fullscreen,.presentation-wrapper-fullscreen-parent{min-width:100%!important;min-height:100%!important;position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;margin:0!important;padding:0!important;z-index:10000!important}.presentation-wrapper-fullscreen{background-color:gray;border:none!important}.presentation-wrapper-fullscreen .nav-arrow-left,.presentation-wrapper-fullscreen .nav-arrow-right{z-index:20001}.presentation-wrapper-fullscreen .nav-fullscreen-button{z-index:20002}.presentation-wrapper{margin:20px auto;border:1px solid #e5e5e5;overflow:hidden;line-height:normal}.presentation{position:relative;margin:0;overflow:hidden;outline:0}.presentation,.presentation .step{background-repeat:no-repeat;background-position:center;background-size:100% 100%}.presentation .step.fade:not(.active){opacity:0}.presentation .slide-content{padding:30px}.presentation .nav-arrow-left,.presentation .nav-arrow-right,.presentation .nav-fullscreen-button{position:absolute;width:34px;background-repeat:no-repeat;z-index:2;opacity:0;transition:opacity .25s}.presentation .nav-arrow-left,.presentation .nav-arrow-right{height:100%;background-image:url(/wp-content/plugins/jetpack/modules/shortcodes/images/slide-nav.png);background-size:450% 61px}.presentation .nav-arrow-left{left:0;background-position:4px 50%}.presentation .nav-arrow-right{right:0;background-position:-120px 50%}.presentation .nav-fullscreen-button{width:32px;height:32px;margin:4px;bottom:0;right:0;z-index:3;background-image:url(/wp-content/plugins/jetpack/modules/shortcodes/images/expand.png);background-size:100% 100%}.presentation:hover .nav-arrow-left,.presentation:hover .nav-arrow-right{opacity:1}.presentation:hover .nav-fullscreen-button{opacity:.8}.presentation-wrapper-fullscreen .nav-fullscreen-button{background-image:url(/wp-content/plugins/jetpack/modules/shortcodes/images/collapse.png)}.presentation .autoplay-overlay{height:15%;width:80%;margin:30% 10%;position:relative;z-index:100;display:table;border-radius:50px;background-color:#e5e5e5;background-color:rgba(0,0,0,.75);transition:opacity .5s}.presentation .autoplay-overlay .overlay-msg{position:relative;display:table-cell;text-align:center;vertical-align:middle;color:#fff}.presentation .will-fade{opacity:0}.presentation .do-fade{opacity:1;transition:opacity .5s}#subscribe-email input{width:95%;padding:1px 2px}.comment-subscription-form .subscribe-label{display:inline!important}.tiled-gallery{clear:both;margin:0 0 20px;overflow:hidden}.tiled-gallery img{margin:2px!important}.tiled-gallery .gallery-group{float:left;position:relative}.tiled-gallery .tiled-gallery-item{float:left;margin:0;position:relative;width:inherit}.tiled-gallery .gallery-row{overflow:hidden}.tiled-gallery .tiled-gallery-item a{background:0 0;border:none;color:none;margin:0;padding:0;text-decoration:none;width:auto}.tiled-gallery .tiled-gallery-item img,.tiled-gallery .tiled-gallery-item img:hover{background:0 0;border:none;box-shadow:none;max-width:100%;padding:0;vertical-align:middle}.tiled-gallery-caption{background:#eee;background:rgba(255,255,255,.8);color:#333;font-size:13px;font-weight:400;overflow:hidden;padding:10px 0;position:absolute;bottom:0;text-indent:10px;text-overflow:ellipsis;width:100%;white-space:nowrap}.tiled-gallery .tiled-gallery-item-small .tiled-gallery-caption{font-size:11px}.widget-gallery .tiled-gallery-unresized{visibility:hidden;height:0;overflow:hidden}.tiled-gallery .tiled-gallery-item img.grayscale{position:absolute;left:0;top:0}.tiled-gallery .tiled-gallery-item img.grayscale:hover{opacity:0}.tiled-gallery.type-circle .tiled-gallery-item img{border-radius:50%!important}.tiled-gallery.type-circle .tiled-gallery-caption{display:none;opacity:0}.jetpack-display-remote-posts{margin:5px 0 20px}.jetpack-display-remote-posts h4{font-size:90%;margin:5px 0;padding:0}.jetpack-display-remote-posts h4 a{text-decoration:none}.jetpack-display-remote-posts p{margin:0!important;padding:0;line-height:1.4em!important;font-size:90%}.jetpack-display-remote-posts img{max-width:100%}.widget-grofile h4{margin:1em 0 .5em}.widget-grofile ul.grofile-urls{margin-left:0;overflow:hidden}.widget-grofile ul.grofile-accounts li{list-style:none;display:inline}.widget-grofile ul.grofile-accounts li::before{content:""!important}.widget-grofile .grofile-accounts-logo{background-image:url(//0.gravatar.com/images/grav-share-sprite.png);background-repeat:no-repeat;width:16px;height:16px;float:left;margin-right:8px;margin-bottom:8px}.rtl .widget-grofile .grofile-accounts-logo{margin-left:8px;margin-right:0}.grofile-thumbnail{width:500px;max-width:100%}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (-o-min-device-pixel-ratio:3/2),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5){.widget-grofile .grofile-accounts-logo{background-image:url(//0.gravatar.com/images/grav-share-sprite-2x.png);background-size:16px 784px}}div[class^=gr_custom_container]{border:1px solid gray;border-radius:10px;padding:10px 5px;background-color:#FFF;color:#000}div[class^=gr_custom_container] a{color:#000}h2[class^=gr_custom_header]{display:none}div[class^=gr_custom_each_container]{width:100%;clear:both;margin-bottom:10px;overflow:auto;padding-bottom:4px;border-bottom:1px solid #aaa}div[class^=gr_custom_book_container]{float:right;overflow:hidden;height:60px;margin-left:4px;width:39px}div[class^=gr_custom_author]{font-size:10px}div[class^=gr_custom_tags]{font-size:10px;color:gray}div[class^=gr_custom_rating]{display:none}.widgets-grid-layout{width:100%}.widgets-grid-layout:after,.widgets-grid-layout:before{content:" ";display:table}.widgets-grid-layout:after{clear:both}.widget-grid-view-image{float:left;max-width:50%}.widget-grid-view-image a{display:block;margin:0 2px 4px 0}.widget-grid-view-image:image:nth-child(even){float:right}.widget-grid-view-image:nth-child(even) a{margin:0 0 4px 2px}.widgets-grid-layout .widget-grid-view-image img{max-width:100%;height:auto}.widgets-multi-column-grid ul{overflow:hidden;padding:0;margin:0;list-style-type:none}.widgets-multi-column-grid ul li{background:0 0;clear:none;float:left;margin:0 -5px -3px 0;padding:0 8px 6px 0;border:none;list-style-type:none!important}.widgets-multi-column-grid ul li a{background:0 0;margin:0;padding:0;border:0}.widgets-multi-column-grid .avatar{vertical-align:middle}.widgets-list-layout{padding:0;margin:0;list-style-type:none}.widgets-list-layout li:after,.widgets-list-layout li:before{content:"";display:table}.widgets-list-layout li:after{clear:both}.widgets-list-layout li{zoom:1;margin-bottom:1em;list-style-type:none!important}.widgets-list-layout .widgets-list-layout-blavatar{float:left;width:21.276596%;max-width:40px;height:auto}.widgets-list-layout-links{float:right;width:73.404255%}.widgets-list-layout span{opacity:.5}.widgets-list-layout span:hover{opacity:.8}
