
/* style.css */

/* 1   */ /*
/* 2   *| Theme Name: FS15
/* 3   *| Theme URI: http://wordpress.org/
/* 4   *| Description: LazyStatus
/* 5   *| Version: 1.0
/* 6   *| Author: James Hopkinson
/* 7   *| 
/* 8   *| */
/* 9   */ 
/* 10  */ /* embed minion pro font */
/* 11  */ 
/* 12  */ @font-face {
/* 13  */ 	font-family: 'Roboto';
/* 14  */ 	src: url('/wp-content/themes/FS15/fonts/pala.TTF');
/* 15  */ 	src: local('Roboto'), local('Roboto'), url('/wp-content/themes/FS15/fonts/Roboto-Regular_0.ttf') format('truetype');
/* 16  */ }
/* 17  */ 
/* 18  */ 
/* 19  */ @font-face {
/* 20  */ 	font-family: 'Bauhaus';
/* 21  */ 	src: url('/wp-content/themes/FS15/fonts/BAUHS93.TTF');
/* 22  */ 	src: local('Bauhaus'), local('Bauhaus'), url('/wp-content/themes/FS15/fonts/BAUHS93.TTF') format('truetype');
/* 23  */ }
/* 24  */ 
/* 25  */ @font-face {
/* 26  */ 	font-family: 'pala';
/* 27  */ 	src: url('/wp-content/themes/FS15/fonts/pala.ttf');
/* 28  */ 	src: local('pala'), local('pala'), url('/wp-content/themes/FS15/fonts/pala.ttf') format('truetype');
/* 29  */ }
/* 30  */ 
/* 31  */ 
/* 32  */ 
/* 33  */ body {
/* 34  */ 	background-color:#000000;
/* 35  */ }
/* 36  */ 
/* 37  */ 
/* 38  */ 
/* 39  */ .wrapper
/* 40  */ {
/* 41  */     max-width:1000px;
/* 42  */     
/* 43  */     margin: 0 auto;
/* 44  */     
/* 45  */     
/* 46  */ }
/* 47  */ 
/* 48  */ .topads
/* 49  */ {
/* 50  */ 	background-color:#1b2608;

/* style.css */

/* 51  */ 	margin:5px 10px;
/* 52  */ 	color:#e1ffac;
/* 53  */ 	border-radius: 7px;
/* 54  */ 	padding:3px;
/* 55  */ 	text-align:center;
/* 56  */ }
/* 57  */ 
/* 58  */ .bottomads
/* 59  */ {
/* 60  */ 	background-color:#1b2608;
/* 61  */ 	margin:10px;
/* 62  */ 	color:#e1ffac;
/* 63  */ 	border-radius: 10px;
/* 64  */ 	padding:10px;
/* 65  */ 	text-align:center;
/* 66  */ }
/* 67  */ 
/* 68  */ 
/* 69  */ 
/* 70  */ .content
/* 71  */ {
/* 72  */ 	background-color:#1b2608;
/* 73  */ 	margin:10px;
/* 74  */ 	color:#e1ffac;
/* 75  */ 	border-radius: 10px;
/* 76  */ 	font-family:pala !important;
/* 77  */ 	padding:0px 10px;
/* 78  */ }
/* 79  */ 
/* 80  */ 
/* 81  */ .header
/* 82  */ {
/* 83  */     max-width:1000px;
/* 84  */ 
/* 85  */     margin: 0 auto;
/* 86  */ 
/* 87  */ }
/* 88  */ 
/* 89  */ .footer
/* 90  */ {
/* 91  */     max-width:1000px;
/* 92  */ 
/* 93  */     margin: 0 auto;
/* 94  */     
/* 95  */ }
/* 96  */ 
/* 97  */ 
/* 98  */ a:link
/* 99  */ {
/* 100 */ 	text-decoration:none;

/* style.css */

/* 101 */ 	color:#c1df8c;
/* 102 */ }
/* 103 */ 
/* 104 */ a:visited
/* 105 */ {
/* 106 */ 	text-decoration:none;
/* 107 */ 	color:#c1df8c;
/* 108 */ 
/* 109 */ }
/* 110 */ 
/* 111 */ a:hover{
/* 112 */ 	color:#e1ffac;
/* 113 */ }
/* 114 */ 
/* 115 */ 
/* 116 */ .secondlink
/* 117 */ {
/* 118 */     color:#000000 !important;
/* 119 */     margin:10px;
/* 120 */     background-color:#ddddff;
/* 121 */     font-size:15px;
/* 122 */     padding:5px 10px;
/* 123 */     text-decoration:none;
/* 124 */     display:inline-block;
/* 125 */ }
/* 126 */ 
/* 127 */ 
/* 128 */ .secondlink a:visited
/* 129 */ {
/* 130 */     color:#000000 !important;
/* 131 */ }
/* 132 */ 
/* 133 */ .secondlinkimage
/* 134 */ {
/* 135 */     width:150px;
/* 136 */     margin:10px;
/* 137 */ }
/* 138 */ 
/* 139 */ .selectydiv
/* 140 */ {
/* 141 */ margin:0 auto;
/* 142 */ text-align:center;
/* 143 */ display:table;
/* 144 */ height:auto;
/* 145 */ }
/* 146 */ 
/* 147 */ .responsivecenter
/* 148 */ {
/* 149 */ 	display:inline-block;
/* 150 */ 	text-align:center;

/* style.css */

/* 151 */ }
/* 152 */ 
/* 153 */ .responsivesig
/* 154 */ {
/* 155 */ 	width:80%;
/* 156 */ 	max-width:500px;
/* 157 */ 	margin:5px;
/* 158 */ }
/* 159 */ 
/* 160 */ .responsivesig:hover;
/* 161 */ {
/* 162 */ 	background-color:#ffffff;
/* 163 */ 	margin:50px;
/* 164 */ }
/* 165 */ .bigh1link
/* 166 */ {
/* 167 */ 	font-size:28px !important;
/* 168 */ 	text-decoration:underline !important;
/* 169 */ }
/* 170 */ 
/* 171 */ 
/* 172 */ p{
/* 173 */ 	margin:0px 0px 5px 0px;
/* 174 */ }
/* 175 */ 
/* 176 */ .stretchimage
/* 177 */ {
/* 178 */ 	width:100%;
/* 179 */ }
/* 180 */ .footerleft
/* 181 */ {
/* 182 */     float:left;
/* 183 */     text-align:left;
/* 184 */     background:transparent;
/* 185 */     color:#e1ffac;
/* 186 */     font-size:10px;
/* 187 */     padding:10px;
/* 188 */ }
/* 189 */ 
/* 190 */ 
/* 191 */ .footerright
/* 192 */ {
/* 193 */     float:right;
/* 194 */     text-align:left;
/* 195 */     background:transparent;
/* 196 */     color:#e1ffac;
/* 197 */     font-size:10px;
/* 198 */     padding:10px;
/* 199 */ }
/* 200 */ 

/* style.css */

/* 201 */ .sidebarimagecontainer
/* 202 */ {
/* 203 */ 	margin-bottom:10px;
/* 204 */ 	width:100%;
/* 205 */ 	background-color:#981c26;
/* 206 */ 	
/* 207 */ }
/* 208 */ 
/* 209 */ .sidebarimage
/* 210 */ {
/* 211 */ 	width:100%;
/* 212 */ }
/* 213 */ 
/* 214 */ .slider
/* 215 */ {
/* 216 */ 	height:274px;
/* 217 */ }
/* 218 */ 
/* 219 */ 
/* 220 */ /* Responsive code */
/* 221 */ 
/* 222 */ 
/* 223 */ h1, h2, h3, h4, h5, h6,
/* 224 */ h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
/* 225 */ h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
/* 226 */ h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited
/* 227 */ {
/* 228 */   font-weight: normal;
/* 229 */   font-style: normal;
/* 230 */   text-decoration: none;
/* 231 */ }
/* 232 */ 
/* 233 */ 
/* 234 */ /* Start Content headings Fonts & Colors  */
/* 235 */ h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover
/* 236 */ {
/* 237 */ font-size: 22px;
/* 238 */ font-weight: bold;
/* 239 */ line-height: 22px;
/* 240 */ padding-top:0px;
/* 241 */ margin-top:0px;
/* 242 */ 
/* 243 */ }
/* 244 */ 
/* 245 */ h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover
/* 246 */ {
/* 247 */ font-size: 17px;
/* 248 */ font-style: normal;
/* 249 */ font-weight: bold;
/* 250 */ color: #e1ffac;

/* style.css */

/* 251 */ }
/* 252 */ 
/* 253 */ h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover
/* 254 */ {
/* 255 */ font-size: 18px;
/* 256 */ font-style: normal;
/* 257 */ font-weight: normal;
/* 258 */ color: #e1ffac;
/* 259 */ }
/* 260 */ 
/* 261 */ h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover
/* 262 */ {
/* 263 */ 
/* 264 */ font-size: 16px;
/* 265 */ font-style: normal;
/* 266 */ font-weight: bold;
/* 267 */ color: #e1ffac;
/* 268 */ }
/* 269 */ 
/* 270 */ h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover
/* 271 */ {
/* 272 */ 
/* 273 */ font-size: 16px;
/* 274 */ font-style: normal;
/* 275 */ color: #e1ffac;
/* 276 */ }
/* 277 */ 
/* 278 */ h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover
/* 279 */ {
/* 280 */ font-family: Arial, Helvetica, Sans-Serif;
/* 281 */ font-size: 16px;
/* 282 */ font-style: italic;
/* 283 */ font-weight: bold;
/* 284 */  color: #719E9B;
/* 285 */ }
/* 286 */ 
/* 287 */ p {
/* 288 */ 
/* 289 */ }
/* 290 */ 
/* 291 */ 
/* 292 */ ol, ul
/* 293 */ {
/* 294 */ 	margin:1em 0 1em 0em;
/* 295 */ 	padding:0px 0px 0px 12px;
/* 296 */ 	font-size: 13px;
/* 297 */ 	line-height: 16px;
/* 298 */ 	color: #2d2d2c;
/* 299 */ 	text-align: justify;
/* 300 */ }

/* style.css */

/* 301 */ 
/* 302 */ li ol, li ul
/* 303 */ {
/* 304 */ 	margin:0.5em 0 0.5em 0.5em;
/* 305 */ 	padding:0;
/* 306 */ }
/* 307 */ 
/* 308 */ li 
/* 309 */ {
/* 310 */ 	
/* 311 */ 	padding:0;
/* 312 */ 	color:#e1ffac;
/* 313 */ 	font-size:14px;
/* 314 */ 	
/* 315 */ }
/* 316 */ 
/* 317 */ ul
/* 318 */ {
/* 319 */ 	list-style-type: bullet;
/* 320 */ 	padding-left:20px;
/* 321 */ 	
/* 322 */ }
/* 323 */ 
/* 324 */ ol
/* 325 */ {
/* 326 */ 	list-style-position:outside;
/* 327 */ 
/* 328 */ }
/* 329 */ 
/* 330 */ 
/* 331 */ 
/* 332 */ .rightcolumntitle {
/* 333 */ 	font-family: Arial, Helvetica, sans-serif;
/* 334 */ 	font-size: 14px;
/* 335 */ 	color: #FFFFFF;
/* 336 */ 	background-image: url(/wp-content/themes/FS15/images/AAsidetitleblank.gif);
/* 337 */ 	background-repeat: no-repeat;
/* 338 */ 	background-position: right;
/* 339 */ 	text-align: right;
/* 340 */ 	padding-top: 5px;
/* 341 */ 	padding-right: 10px;
/* 342 */ 	padding-bottom: 9px;
/* 343 */ }
/* 344 */ .rightcolumnborder {
/* 345 */ 	border: 1px solid #335E80;
/* 346 */ 	font-family: Arial, Helvetica, sans-serif;
/* 347 */ 	font-size: 12px;
/* 348 */ 	line-height: 14px;
/* 349 */ 	color: #000000;
/* 350 */ 	text-align: center;

/* style.css */

/* 351 */ 	margin-top: 0px;
/* 352 */ 	margin-bottom: 0px;
/* 353 */ 	background-color: #e9e9e9;
/* 354 */ }
/* 355 */ .rightcolumnnews {
/* 356 */ 	border: 1px solid #335E80;
/* 357 */ 	font-family: Arial, Helvetica, sans-serif;
/* 358 */ 	font-size: 12px;
/* 359 */ 	line-height: 14px;
/* 360 */ 	color: #000000;
/* 361 */ 	text-align: left;
/* 362 */ 	margin-top: 0px;
/* 363 */ 	margin-bottom: 0px;
/* 364 */ 	background-color: #e9e9e9;
/* 365 */ 	padding-right: 10px;
/* 366 */ 	padding-left: 10px;
/* 367 */ 	padding-bottom: 10px;
/* 368 */ 	padding-top: 10px;
/* 369 */ }
/* 370 */ .menubkg {
/* 371 */ 
/* 372 */ 	font-family: Arial, Helvetica, sans-serif;
/* 373 */ 	font-size: 14px;
/* 374 */ 	line-height: normal;
/* 375 */ 	color: #FFFFFF;
/* 376 */ 	text-align: left;
/* 377 */ 	margin-top: 0px;
/* 378 */ 	margin-bottom: 0px;
/* 379 */ 	padding-top: 0px;
/* 380 */ 	padding-right: 0px;
/* 381 */ 	padding-bottom: 0px;
/* 382 */ 	padding-left: 0px;
/* 383 */ 	background-image: url(/wp-content/themes/FS15/images/AA%20Nav%20Bar.jpg);
/* 384 */ 	background-repeat: repeat-x;
/* 385 */ }
/* 386 */ .tablespacing {
/* 387 */ 	padding-top: 10px;
/* 388 */ 	padding-bottom: 10px;
/* 389 */ }
/* 390 */ 
/* 391 */ 
/* 392 */ /* =Menu
/* 393 *| -------------------------------------------------------------- */
/* 394 */ 
/* 395 */ #access {
/* 396 */ 	background: #000;
/* 397 */ 	display: block;
/* 398 */ 	float: left;
/* 399 */ 	margin: 0 auto;
/* 400 */ 	width: 940px;

/* style.css */

/* 401 */ }
/* 402 */ 
/* 403 */ 
/* 404 */ /* =Images
/* 405 *| -------------------------------------------------------------- */
/* 406 */ 
/* 407 */ 
/* 408 */  .attachment img {
/* 409 */ 	max-width: 900px;
/* 410 */ }
/* 411 */  .alignleft,
/* 412 */  img.alignleft {
/* 413 */ 	display: inline;
/* 414 */ 	float: left;
/* 415 */ 	margin-right: 24px;
/* 416 */ 	margin-top: 4px;
/* 417 */ }
/* 418 */  .alignright,
/* 419 */  img.alignright {
/* 420 */ 	display: inline;
/* 421 */ 	float: right;
/* 422 */ 	margin-left: 24px;
/* 423 */ 	margin-top: 4px;
/* 424 */ }
/* 425 */  .aligncenter,
/* 426 */  img.aligncenter {
/* 427 */ 	clear: both;
/* 428 */ 	display: block;
/* 429 */ 	margin-left: auto;
/* 430 */ 	margin-right: auto;
/* 431 */ }
/* 432 */  img.alignleft,
/* 433 */  img.alignright,
/* 434 */  img.aligncenter {
/* 435 */ 	margin-bottom: 12px;
/* 436 */ }
/* 437 */ 
/* 438 */ img.alignnone
/* 439 */ {
/* 440 */ 	margin-top:0px;
/* 441 */ 	padding-top:0px;
/* 442 */ }
/* 443 */ 
/* 444 */ #access .menu-header ul,
/* 445 */ div.menu ul {
/* 446 */ 	list-style: none;
/* 447 */ 	margin: 0;
/* 448 */ 
/* 449 */ }
/* 450 */ #access .menu-header li,

/* style.css */

/* 451 */ div.menu li {
/* 452 */ 	float: left;
/* 453 */ 	position: relative;
/* 454 */ }
/* 455 */ #access a {
/* 456 */ 	color: #aaa;
/* 457 */ 	display: block;
/* 458 */ 	line-height: 38px;
/* 459 */ 	padding: 0 10px;
/* 460 */ 	text-decoration: none;
/* 461 */ }
/* 462 */ #access ul ul {
/* 463 */ 	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
/* 464 */ 	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
/* 465 */ 	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
/* 466 */ 	display: none;
/* 467 */ 	position: absolute;
/* 468 */ 	top: 38px;
/* 469 */ 	left: 0;
/* 470 */ 	float: left;
/* 471 */ 	width: 180px;
/* 472 */ 	z-index: 99999;
/* 473 */ }
/* 474 */ #access ul ul li {
/* 475 */ 	min-width: 180px;
/* 476 */ }
/* 477 */ #access ul ul ul {
/* 478 */ 	left: 100%;
/* 479 */ 	top: 0;
/* 480 */ }
/* 481 */ #access ul ul a {
/* 482 */ 	background: #333;
/* 483 */ 	line-height: 1em;
/* 484 */ 	padding: 10px;
/* 485 */ 	width: 160px;
/* 486 */ 	height: auto;
/* 487 */ }
/* 488 */ #access li:hover > a,
/* 489 */ #access ul ul :hover > a {
/* 490 */ 	background: #333;
/* 491 */ 	color: #fff;
/* 492 */ }
/* 493 */ #access ul li:hover > ul {
/* 494 */ 	display: block;
/* 495 */ }
/* 496 */ #access ul li.current_page_item > a,
/* 497 */ #access ul li.current-menu-ancestor > a,
/* 498 */ #access ul li.current-menu-item > a,
/* 499 */ #access ul li.current-menu-parent > a {
/* 500 */ 	color: #fff;

/* style.css */

/* 501 */ }
/* 502 */ * html #access ul li.current_page_item a,
/* 503 */ * html #access ul li.current-menu-ancestor a,
/* 504 */ * html #access ul li.current-menu-item a,
/* 505 */ * html #access ul li.current-menu-parent a,
/* 506 */ * html #access ul li a:hover {
/* 507 */ 	color: #fff;
/* 508 */ }
/* 509 */ 
/* 510 */ 
/* 511 */ /* =Widget Areas
/* 512 *| -------------------------------------------------------------- */
/* 513 */ 
/* 514 */ .AddWidget a
/* 515 */ {
/* 516 */ font-family: Arial,Helvetica,sans-serif;
/* 517 */ font-size: 16px;
/* 518 */ color: #000000;
/* 519 */ text-align: left;
/* 520 */ padding-right: 20px;
/* 521 */ padding-left: 0px;
/* 522 */ margin-bottom: 0px;
/* 523 */ margin-top: 0px;
/* 524 */ 
/* 525 */ text-decoration:none;
/* 526 */ }
/* 527 */ 
/* 528 */ .AddWidget a:hover
/* 529 */ {
/* 530 */ color:#2F619E
/* 531 */ }
/* 532 */ 
/* 533 */ .AddWidget ul
/* 534 */ {
/* 535 */ 	padding:0px 10px 0px 10px;
/* 536 */ }
/* 537 */ 
/* 538 */ .AddWidget li
/* 539 */ {
/* 540 */ list-style-type:none;
/* 541 */ list-style-position:inside;
/* 542 */ padding-left:0px;
/* 543 */ margin-left:0px;
/* 544 */ }
/* 545 */ 
/* 546 */ .AddWidget
/* 547 */ {
/* 548 */ 	border-width:1px;
/* 549 */ 	border-style:solid;
/* 550 */ 	border-color:#004591;

/* style.css */

/* 551 */ 	margin-bottom:20px;
/* 552 */ }
/* 553 */ 
/* 554 */ .widget-container{
/* 555 */ 	list-style:none;
/* 556 */ 	
/* 557 */ }
/* 558 */ 
/* 559 */ .widget-area
/* 560 */ {
/* 561 */ 	background-color:#ffffff;
/* 562 */ 	margin:0px;
/* 563 */ 	padding:0px;
/* 564 */ 	
/* 565 */ }
/* 566 */ 
/* 567 */ .widget-area ul {
/* 568 */ 	list-style: none;
/* 569 */ 	margin-left: 0;
/* 570 */ 	padding-left:0px;
/* 571 */ }
/* 572 */ .widget-area ul ul {
/* 573 */ 	list-style: none;
/* 574 */ 	margin-left: 0px;
/* 575 */ 	padding-left:0px;
/* 576 */ 	padding-top:0px;
/* 577 */ }
/* 578 */ .widget_search #s {/* This keeps the search inputs in line */
/* 579 */ 	width: 60%;
/* 580 */ }
/* 581 */ .widget_search label {
/* 582 */ 	display: none;
/* 583 */ }
/* 584 */ .widget-container {
/* 585 */ 	margin: 0;
/* 586 */ 	
/* 587 */ }
/* 588 */ .widget-title {
/* 589 */ 	
/* 590 */ }
/* 591 */ 
/* 592 */ 
/* 593 */ .widget-area a:link,
/* 594 */ .widget-area a:visited {
/* 595 */ font-family: Arial, Helvetica, sans-serif;
/* 596 */ font-size: 12px;
/* 597 */ color: #981b26;
/* 598 */ text-align: left;
/* 599 */ margin-bottom: 0px;
/* 600 */ padding-bottom: 0px;

/* style.css */

/* 601 */ margin-top: 0px;
/* 602 */ padding-top: 0px;
/* 603 */ text-decoration:none;
/* 604 */ font-weight:bold;
/* 605 */   }
/* 606 */ 
/* 607 */   
/* 608 */ .widget-area a:active,
/* 609 */ .widget-area a:hover {
/* 610 */ color: #DDDDDD;
/* 611 */ }
/* 612 */ .widget-area .entry-meta {
/* 613 */ 	font-size: 11px;
/* 614 */ }
/* 615 */ #wp_tag_cloud div {
/* 616 */ 	line-height: 1.6em;
/* 617 */ }
/* 618 */ #wp-calendar {
/* 619 */ 	width: 100%;
/* 620 */ }
/* 621 */ #wp-calendar caption {
/* 622 */ 	color: #222;
/* 623 */ 	font-size: 14px;
/* 624 */ 	font-weight: bold;
/* 625 */ 	padding-bottom: 4px;
/* 626 */ 	text-align: left;
/* 627 */ }
/* 628 */ #wp-calendar thead {
/* 629 */ 	font-size: 11px;
/* 630 */ }
/* 631 */ #wp-calendar thead th {
/* 632 */ }
/* 633 */ #wp-calendar tbody {
/* 634 */ 	color: #aaa;
/* 635 */ }
/* 636 */ #wp-calendar tbody td {
/* 637 */ 	background: #f5f5f5;
/* 638 */ 	border: 1px solid #fff;
/* 639 */ 	padding: 3px 0 2px;
/* 640 */ 	text-align: center;
/* 641 */ }
/* 642 */ #wp-calendar tbody .pad {
/* 643 */ 	background: none;
/* 644 */ }
/* 645 */ #wp-calendar tfoot #next {
/* 646 */ 	text-align: right;
/* 647 */ }
/* 648 */ .widget_rss a.rsswidget {
/* 649 */ 	color: #000;
/* 650 */ }

/* style.css */

/* 651 */ .widget_rss a.rsswidget:hover {
/* 652 */ 	color: #ff4b33;
/* 653 */ }
/* 654 */ .widget_rss .widget-title img {
/* 655 */ 	width: 11px;
/* 656 */ 	height: 11px;
/* 657 */ }
/* 658 */ 
/* 659 */ 
/* 660 */ .reable
/* 661 */ {
/* 662 */ 	margin-top:0 !important;
/* 663 */ 	margin-bottom:0 !important;
/* 664 */ 	padding:0px !important;
/* 665 */ }
/* 666 */ 
/* 667 */ .widget-area ul{
/* 668 */ 	padding:10px;
/* 669 */ 	margin:0px 10px;
/* 670 */ }
/* 671 */ 
/* 672 */ .reable ul li
/* 673 */ {
/* 674 */ 	color: #e1ffac;
/* 675 */ 	text-align: left;
/* 676 */ 	border-bottom:1px solid white;
/* 677 */ 	padding-bottom:5px;
/* 678 */ 	font-family:"Minion" !important;
/* 679 */ }
/* 680 */ 
/* 681 */ .
/* 682 */ 
/* 683 */ .translation 
/* 684 */ {
/* 685 */ 	font-family: Arial, Helvetica, sans-serif;
/* 686 */ 	font-size: 15px;
/* 687 */ 	color:#FFFFFF;
/* 688 */ 	text-align:right;
/* 689 */ 	padding-right:20px;
/* 690 */ }
/* 691 */ 
/* 692 */ .productlisting 
/* 693 */ {
/* 694 */ 	background-color:#eef1f2;
/* 695 */ 	margin-bottom:10px;
/* 696 */ 	border:#d2d9df solid 1px;
/* 697 */ 	padding:10px;
/* 698 */ 	height:auto;
/* 699 */ }
/* 700 */ 

/* style.css */

/* 701 */ .productlisting img
/* 702 */ {
/* 703 */ 	width:200px;
/* 704 */ 	height:auto;
/* 705 */ 	float:left;
/* 706 */ 	margin-right:10px;
/* 707 */ }
/* 708 */ 
/* 709 */ .productlistingslug
/* 710 */ {
/* 711 */ color:#4f4c4d;
/* 712 */ text-align:right;
/* 713 */ height:60px;
/* 714 */ }
/* 715 */ 
/* 716 */ .productlistingrule {
/* 717 */ height:1px;
/* 718 */ background-color:#e1ffac;
/* 719 */ width:250px;
/* 720 */ position:relative;
/* 721 */ left:210px;
/* 722 */ top:0px;
/* 723 */ }
/* 724 */ 
/* 725 */ .productlisting h2
/* 726 */ {
/* 727 */ 	text-align:right;
/* 728 */ 	height:18px;
/* 729 */ 	font-size:13px;
/* 730 */ 	overflow:hidden;
/* 731 */ 	position:relative;
/* 732 */ 	top:-10px;
/* 733 */ 	margin-bottom:0px;
/* 734 */ }
/* 735 */ 
/* 736 */ .productlistinglink
/* 737 */ {
/* 738 */ 	font-size:11px;
/* 739 */ 	text-decoration:none;
/* 740 */ 	color:#4682cf;
/* 741 */ 	float:right;
/* 742 */ 	position:relative;
/* 743 */ 	top:5px;
/* 744 */ }
/* 745 */ 
/* 746 */ .productlistinglink a:visited
/* 747 */ {
/* 748 */ 	font-size:11px;
/* 749 */ 	text-decoration:none;
/* 750 */ 	color:#4682cf;

/* style.css */

/* 751 */ 	float:right;
/* 752 */ 	position:relative;
/* 753 */ 	top:5px;
/* 754 */ }
/* 755 */ 
/* 756 */ 
/* 757 */ .productlistinglink:hover
/* 758 */ {
/* 759 */ 	color:#8f8c8d;
/* 760 */ 
/* 761 */ }
/* 762 */ 
/* 763 */ .menu-sectors-container
/* 764 */ {
/* 765 */ 	padding-left:22px;
/* 766 */ 	padding-right:22px;
/* 767 */ }
/* 768 */ 
/* 769 */ .menu-sectors-container ul li
/* 770 */ {
/* 771 */ 	list-style:none;
/* 772 */ 	padding:10px;
/* 773 */ 	border-bottom:1px solid #FFF;
/* 774 */ }
/* 775 */ 
/* 776 */ .menu-sectors-container ul li a:link
/* 777 */ {
/* 778 */ 	text-transform:uppercase;
/* 779 */ 	text-decoration:none;
/* 780 */ 	color:#111659;
/* 781 */ }
/* 782 */ 
/* 783 */ .menu-sectors-container ul li a:visited
/* 784 */ {
/* 785 */ 	text-transform:uppercase;
/* 786 */ 	text-decoration:none;
/* 787 */ 	color:#111659;
/* 788 */ }
/* 789 */ 
/* 790 */ 
/* 791 */ .menu-sectors-container ul li a:hover
/* 792 */ {
/* 793 */ 	font-weight:bold;
/* 794 */ }
/* 795 */ 
/* 796 */ 
/* 797 */ .footer a:link
/* 798 */ {
/* 799 */ 	color:#ffffff !important;
/* 800 */ 	text-decoration:none;

/* style.css */

/* 801 */ }
/* 802 */ 
/* 803 */ .footer a:visited
/* 804 */ {
/* 805 */ 	color:#ffffff !important;
/* 806 */ 	text-decoration:none;
/* 807 */ }
/* 808 */ 
/* 809 */ .footer a:hover
/* 810 */ {
/* 811 */ 	color:#ddddff !important;
/* 812 */ }
/* 813 */ 
/* 814 */ .productdescription {
/* 815 */ 	min-height:16px;
/* 816 */ 	
/* 817 */ }
/* 818 */ 
/* 819 */ td
/* 820 */ {
/* 821 */ 	vertical-align:top;
/* 822 */ }
/* 823 */ 
/* 824 */ 
/* 825 */ ul.dropdown-vertical li
/* 826 */ {
/* 827 */ 	color:#AE0500;
/* 828 */ }
/* 829 */ 
/* 830 */ ul.dropdown-vertical li:hover
/* 831 */ {
/* 832 */ 	color:#AE0500 !important;
/* 833 */ 	font-weight:bold !important;
/* 834 */ }
/* 835 */ 
/* 836 */ .rightwhite a:link
/* 837 */ {
/* 838 */ 	color:#ffffff !important;
/* 839 */ }
/* 840 */ 
/* 841 */ .rightwhite a:hover
/* 842 */ {
/* 843 */ 	color:#ffffff !important;
/* 844 */ }
/* 845 */ 
/* 846 */ .wpcf7 input, textarea
/* 847 */ {
/* 848 */ 	width:100%;
/* 849 */ }
/* 850 */ 

/* style.css */

/* 851 */ .wpcf7 input[type="checkbox"]
/* 852 */ {
/* 853 */ 	width:20px;
/* 854 */ }
/* 855 */ 
/* 856 */ 
/* 857 */ a.emergency
/* 858 */ {
/* 859 */ 	
/* 860 */ 	font-size:12px;
/* 861 */ 	color:#a11d21;
/* 862 */ 	float:right;
/* 863 */ 	text-decoration:none;
/* 864 */ }
/* 865 */ 
/* 866 */ a.emergency:hover
/* 867 */ {
/* 868 */ 	color:#d14d61;
/* 869 */ }
/* 870 */ 
/* 871 */ .mediaheader
/* 872 */ {
/* 873 */ 	width:100%;
/* 874 */ }
/* 875 */ 
/* 876 */ 
/* 877 */ 
/* 878 */ .signlabel
/* 879 */ {
/* 880 */ 	
/* 881 */ }
/* 882 */ 
/* 883 */ 
/* 884 */ .signtextarea
/* 885 */ {
/* 886 */ 	clear:both;
/* 887 */ 	width:150px;
/* 888 */ 	height:4em;
/* 889 */ 	text-align:center;
/* 890 */ 	resize:none;
/* 891 */ 	margin:10px;
/* 892 */ 	font-size:20px;
/* 893 */ 	overflow:hidden;
/* 894 */ }
/* 895 */ 
/* 896 */ .signsubmit
/* 897 */ {
/* 898 */ 	margin:10px;
/* 899 */ 	font-size:20px;
/* 900 */ }

/* style.css */

/* 901 */ 
/* 902 */ .bigboldlink
/* 903 */ {
/* 904 */ 	font-size:20px;
/* 905 */ 	padding:8px;
/* 906 */ 	border-radius: 6px;
/* 907 */ 	border: 1px solid #ccccff;
/* 908 */ 	text-decoration:none;
/* 909 */ }
/* 910 */ 
/* 911 */ .bigboldlink:hover
/* 912 */ {
/* 913 */ 	background-color:#ffffff;
/* 914 */ 	border-color:#ffffff;
/* 915 */ }

/* shailan-dropdown.min.css */

/* 1 */ div.shailan-dropdown-menu table,div.shailan-dropdown-menu tbody,div.shailan-dropdown-menu tr,div.shailan-dropdown-menu td,div.shailan-dropdown-menu ul,div.shailan-dropdown-menu li,div.dropdown-horizontal-container,ul.dropdown * { margin:0; padding:0; border:0; line-height:1; font-size:100%; }.shailan-dropdown-menu{position:relative;z-index:597}ul.dropdown,ul.dropdown li,ul.dropdown ul{list-style:none;margin:0;padding:0}ul.dropdown li{position:relative;display:inline;vertical-align:middle;zoom:1}ul.dropdown li ul{position:absolute;z-index:598}ul.dropdown li.hover,ul.dropdown li:hover{cursor:default}ul.dropdown > li{float:left}ul.dropdown li a{padding:.3em .8em;cursor:pointer}ul.dropdown ul{position:absolute;top:100%;left:0}ul.dropdown ul li{float:none;display:list-item;list-style:none}ul.dropdown ul ul{top:1px;left:99%}ul.dropdown a:active,ul.dropdown a:focus{outline-style:none}* html ul.dropdown li{height:1px}ul.dropdown ul li,ul.dropdown-vertical{margin-left:0}ul.dropdown ul,ul.dropdown li.hover ul ul,ul.dropdown li.hover ul ul ul,ul.dropdown li.hover ul ul ul ul,ul.dropdown li.hover ul ul ul ul ul,ul.dropdown ul,ul.dropdown li:hover ul ul,ul.dropdown li:hover ul ul ul,ul.dropdown li:hover ul ul ul ul,ul.dropdown li:hover ul ul ul ul ul{display:none}ul.dropdown ul ul ul ul ul ul{display:none!important}.dm-align-right table{float:right}.dm-align-left table{float:left}ul.dropdown-horizontal.dropdown-align-right ul{right:0;left:auto}ul.dropdown-horizontal.dropdown-align-right ul ul{right:99%;left:auto}ul.dropdown-vertical.dropdown-align-left ul{top:1px;left:99%;right:auto}ul.dropdown-vertical.dropdown-align-right ul{top:1px;right:99%;left:auto}ul.dropdown-vertical li{float:none;display:block}.clearfix:after{clear:both;content:".";display:block;height:0;visibility:hidden}* html > body .clearfix{display:block;width:100%}* html .clearfix{height:1%}

/* color-scheme.css */

/* 1  */ @charset "UTF-8";
/* 2  */ .dropdown-horizontal-container{ width:100%; }
/* 3  */ .shailan-dropdown-menu .dropdown-horizontal-container{ background-image:url('/wp-content/plugins/dropdown-menu-widget/themes/images/overlay.png'); font-size:18px; }
/* 4  */ * html .shailan-dropdown-menu .dropdown-horizontal-container{ background-image:none; }
/* 5  */ 
/* 6  */ ul.dropdown li a{ padding:6px 12px; display:block; text-decoration: none; background-color:#0d4b0c }
/* 7  */ ul.dropdown li.hover, ul.dropdown li:hover { cursor: default; }
/* 8  */ ul.dropdown ul { border:0 }
/* 9  */ ul.dropdown ul ul { top: 1px; left: 100%; }
/* 10 */ ul.dropdown-upward ul ul { /* bottom: 1px; */ }
/* 11 */ ul.dropdown li { border:0; background-image:url('/wp-content/plugins/dropdown-menu-widget/themes/images/overlay.png'); background-color: transparent; text-align:center; }
/* 12 */ * html ul.dropdown li { background-image:none; }
/* 13 */ 
/* 14 */ /** Right align fix */
/* 15 */ ul.dropdown-align-right li{ border-width: 0px 0px 0px 1px; }
/* 16 */ 
/* 17 */ /** Hover effect */
/* 18 */ ul.dropdown li.hover, ul.dropdown li:hover { background-image:url('/wp-content/plugins/dropdown-menu-widget/themes/images/overlay.png'); }
/* 19 */ ul.dropdown li.hover a, ul.dropdown li:hover a { background-image:url('/wp-content/plugins/dropdown-menu-widget/themes/images/overlay.png'); }
/* 20 */ ul.dropdown li.hover ul li a, ul.dropdown li:hover ul li a{ background: transparent; }
/* 21 */ * html ul.dropdown li.hover, * html ul.dropdown li.hover a { background-image:none; }
/* 22 */ 
/* 23 */ /** Link colors */
/* 24 */ ul.dropdown a:link,
/* 25 */ ul.dropdown a:visited	{ color: #000; }
/* 26 */ ul.dropdown a:hover	{ color: #000; }
/* 27 */ ul.dropdown a:active	{ color: #ed008c; }
/* 28 */ 
/* 29 */ /** Sub menus */
/* 30 */ ul.dropdown ul { margin-top: 0px; margin-left:-1px; border:none; -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.496094); -moz-box-shadow:0 2px 5px rgba(40, 40, 40, 0.8) }
/* 31 */ ul.dropdown ul li { text-align: left; border:none; }
/* 32 */ ul.dropdown ul { margin:0px; padding:0px; }
/* 33 */ ul.dropdown a{ margin:2px; height:auto; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; text-shadow: 0 1px 1px rgba(70, 70, 70, 0.7); }
/* 34 */ ul.dropdown li.hover ul li a:hover, ul.dropdown li:hover ul li a:hover{ background-image:none; text-decoration:none; }
/* 35 */ ul.dropdown ul li{ background-image: none; }
/* 36 */ 
/* 37 */ /** Current menu item */
/* 38 */ li.current-cat a, li.current_page_item a, li.current-menu-item a,
/* 39 */ li.current-cat a:link, li.current_page_item a:link, li.current-menu-item a:link,
/* 40 */ li.current-cat a:visited, li.current_page_item a:visited, li.current-menu-item a:visited{ color: #ed008c; }
/* 41 */ 
/* 42 */ /** Not current fix */
/* 43 */ li.current_page_item ul a, li.current_page_item ul a:visited, li.current_page_item ul a:link { color: #000; }
/* 44 */ 
/* 45 */ /** Ancestor */
/* 46 */ li.current_page_ancestor a,li.current_page_ancestor a:visited, li.current_page_ancestor a:link {text-decoration:underline;}
/* 47 */ li.current-menu-ancestor a,li.current-menu-ancestor a:visited, li.current-menu-ancestor a:link {text-decoration:underline;}
/* 48 */ 
/* 49 */ /** Not ancestor fix */
/* 50 */ li.current_page_ancestor ul a, li.current_page_ancestor ul a:visited, li.current_page_ancestor ul a:link {text-decoration:none;}

/* color-scheme.css */

/* 51 */ li.current-menu-ancestor ul a,li.current-menu-ancestor ul a:visited, li.current-menu-ancestor ul a:link {text-decoration:none;}
/* 52 */ 
/* 53 */ /** Vertical menu support */
/* 54 */ ul.dropdown-vertical{ min-width:160px; }
/* 55 */ *html ul.dropdown-vertical{ width:160px; }
/* 56 */ ul.dropdown-vertical li { border-bottom:1px solid #ddd; }
/* 57 */ ul.dropdown-vertical ul { border-bottom:0px; }
/* 58 */ 
