/* style.css */

/* 1    */ /*	
/* 2    *| Theme Name: upScale
/* 3    *| Description: <strong>A sleek Business Theme by Kriesi</strong> - <br/> Update notifications available on twitter and facebook:<br/> <a href='http://twitter.com/kriesi'>Follow me on twitter</a><br/> - <a href='http://www.facebook.com/pages/Kriesi/333648177216'>Join the Facebook Group</a>
/* 4    *| Version: 1.1.3
/* 5    *| Author: Kriesi
/* 6    *| Author URI: http://www.kriesi.at
/* 7    *| */
/* 8    */ 
/* 9    */ 
/* 10   */ 
/* 11   */ 
/* 12   */ 
/* 13   */ 
/* 14   */ /*
/* 15   *| * PLEASE DO NOT EDIT THIS FILE!
/* 16   *| * 
/* 17   *| * To make it easy to update your theme, you should not edit the styles in this file. Instead use 
/* 18   *| * the custom.css file that is located in your themes /css/ folder to add your styles. 
/* 19   *| * You can copy a style rule from this file and paste it in custom.css and
/* 20   *| * it will override the style in this file. If you just want to add small css snippets you might also
/* 21   *| * want to consider to add it to the designated CSS option field in your themes backend at: Theme Options->Layout & Styling
/* 22   *| */
/* 23   */ 
/* 24   */ 
/* 25   */ 
/* 26   */ 
/* 27   */ 
/* 28   */ 
/* 29   */ 
/* 30   */ /*
/* 31   *| Small reset & Grid activation - 
/* 32   *| 
/* 33   *| editing only recommmended if you know what you do :)
/* 34   *| Changes will affect the entire layout...
/* 35   *| 
/* 36   *| */
/* 37   */ body, ul, ol, h1,h2,h3,h4,h5,h6,form,li,p,input,select,legend,textarea,fieldset{ margin:0; padding:0;}
/* 38   */ ul, ol{list-style-type: none; list-style-position: outside;}
/* 39   */ 
/* 40   */ .container{
/* 41   */ width: 940px;
/* 42   */ margin: 0 auto;
/* 43   */ position:relative;
/* 44   */ }
/* 45   */ 
/* 46   */ .boxed{
/* 47   */ padding:20px 0;
/* 48   */ }
/* 49   */ 
/* 50   */ 

/* style.css */

/* 51   */ #wrap_all{
/* 52   */ overflow: hidden; 
/* 53   */ }
/* 54   */ 
/* 55   */ .boxed #wrap_all{
/* 56   */ width: 1000px;
/* 57   */ margin: 0 auto;
/* 58   */ position:relative;
/* 59   */ border:1px solid;
/* 60   */ overflow: hidden;
/* 61   */ }
/* 62   */ 
/* 63   */ .container_wrap, #wrap_all{ /*div for perfect centering of large scale background images*/
/* 64   */ width: 100%; margin: 0 auto; z-index: 1;
/* 65   */ position:relative; display:block; 
/* 66   */ }
/* 67   */ .grid1, .grid2, .grid3, .grid4, .grid5, .grid6, .grid7, .grid8, .grid9, .grid10, .grid11, .grid_fifth1, .grid_fifth2, .grid_fifth3, .grid_fifth4, .grid_fifth5{
/* 68   */ float: left;
/* 69   */ margin-left: 20px;
/* 70   */ position:relative;
/* 71   */ }
/* 72   */ 
/* 73   */ .grid1 { width: 60px; }
/* 74   */ .grid2 { width: 140px;}
/* 75   */ .grid3 { width: 220px;}
/* 76   */ .grid4 { width: 300px;}
/* 77   */ .grid5 { width: 380px;}
/* 78   */ .grid6 { width: 460px;}
/* 79   */ .grid7 { width: 540px;}
/* 80   */ .grid8 { width: 620px;}
/* 81   */ .grid9 { width: 700px;}
/* 82   */ .grid10{ width: 780px;}
/* 83   */ .grid11{ width: 860px;}
/* 84   */ 
/* 85   */ /*special 5th grid*/
/* 86   */ .grid_fifth1{width:172px;}
/* 87   */ .grid_fifth2{width:364px;}
/* 88   */ .grid_fifth3{width:556px;}
/* 89   */ .grid_fifth4{width:748px;}
/* 90   */ 
/* 91   */ 
/* 92   */ /*default image handling*/
/* 93   */ img { border:none; padding: 0; margin:0; display:block;}
/* 94   */ .grid1  img{ max-width: 60px; }
/* 95   */ .grid2  img{ max-width: 140px;}
/* 96   */ .grid3  img{ max-width: 220px;}
/* 97   */ .grid4  img{ max-width: 300px;}
/* 98   */ .grid5  img{ max-width: 380px;}
/* 99   */ .grid6  img{ max-width: 460px;}
/* 100  */ .grid7  img{ max-width: 540px;}

/* style.css */

/* 101  */ .grid8  img{ max-width: 620px;}
/* 102  */ .grid9  img{ max-width: 700px;}
/* 103  */ .grid10 img {max-width: 780px;}
/* 104  */ .grid11 img {max-width: 860px;}
/* 105  */ .grid12 img {max-width: 940px;}
/* 106  */ 
/* 107  */ 
/* 108  */ 
/* 109  */ /*columns for better content separation*/
/* 110  */ .one_fifth	{	overflow: hidden; margin-left: 4%; width:16.5%; float:left;	position:relative; display:inline;}
/* 111  */ .one_fourth	{	overflow: hidden; margin-left: 4%; width:22%;  float:left; 	position:relative; display:inline;}
/* 112  */ .one_third	{	overflow: hidden; margin-left: 4%; width:30%; float:left; 	position:relative; display:inline;}
/* 113  */ .two_fifth	{	overflow: hidden; margin-left: 4%; width:38.5%; float:left;	position:relative; display:inline;}
/* 114  */ .one_half	{	overflow: hidden; margin-left: 4%; width:48%; float:left; 	position:relative; display:inline;}
/* 115  */ .three_fifth{	overflow: hidden; margin-left: 4%; width:57%; float:left; 	position:relative; display:inline;}
/* 116  */ .two_third	{	overflow: hidden; margin-left: 4%; width:66%; float:left; 	position:relative; display:inline;}
/* 117  */ .three_fourth{	overflow: hidden; margin-left: 4%; width:74%; float:left; 	position:relative; display:inline;}
/* 118  */ .four_fifth	{	overflow: hidden; margin-left: 4%; width:79%; float:left; 	position:relative; display:inline;}
/* 119  */ 
/* 120  */ /*the first class overwrites both columns and grid container margins.*/
/* 121  */ div .first{
/* 122  */ margin-left: 0;
/* 123  */ clear: left;
/* 124  */ }
/* 125  */ 
/* 126  */ 
/* 127  */ /************************************************************************
/* 128  *| ************************************************************************
/* 129  *| ************************************************************************
/* 130  *| 
/* 131  *| 
/* 132  *| 
/* 133  *| Tempalte CSS: Start editing here :)
/* 134  *| 
/* 135  *| 
/* 136  *| 
/* 137  *| -) BASIC CONTAINERS
/* 138  *| -) HEAD
/* 139  *| -) FEATURED
/* 140  *| -) FOOTER
/* 141  *| -) SOCKET
/* 142  *| -) SIDEBAR
/* 143  *| -) CONTENT AREA
/* 144  *| -) COMMENTS
/* 145  *| -) GENERIC
/* 146  *| -) FORM ELEMENTS
/* 147  *| -) DYNAMIC TEMPLATE STYLES
/* 148  *| */
/* 149  */ 
/* 150  */ 

/* style.css */

/* 151  */ /************************************************************************
/* 152  *| -) BASIC CONTAINERS
/* 153  *| *************************************************************************/
/* 154  */ body{
/* 155  */ font-size:13px;
/* 156  */ font-family: Arial, Helevtica, Verdana, san-serif;
/* 157  */ line-height:1.7em;
/* 158  */ position:relative;
/* 159  */ overflow-x: hidden;
/* 160  */ color: #777; 
/* 161  */ }
/* 162  */ 
/* 163  */ #wrap_all{
/* 164  */ background: url(../wp-content/themes/upscale/images/bg_shapes.png) transparent center top no-repeat;
/* 165  */ }
/* 166  */ 
/* 167  */ #header{ /*head area, which contains main menu and logo*/
/* 168  */ z-index: 101;
/* 169  */ }
/* 170  */ 
/* 171  */ 
/* 172  */ #header .container{
/* 173  */ /* height:520px; */
/* 174  */ z-index: 101;
/* 175  */ clear: both;
/* 176  */ }
/* 177  */ 
/* 178  */ #menu_header .container{
/* 179  */ height:80px;
/* 180  */ }
/* 181  */ 
/* 182  */ #main{ /*main area, contains all content and sidebars*/
/* 183  */ float: left;
/* 184  */ padding: 20px 0 50px 0;
/* 185  */ width: 100%;
/* 186  */ background: #fff;
/* 187  */ border-top:1px solid #e1e1e1;
/* 188  */ border-bottom:1px solid #e1e1e1;
/* 189  */ overflow: hidden;
/* 190  */ }
/* 191  */ 
/* 192  */ #main.callout_active{
/* 193  */ padding: 70px 0 50px 0;
/* 194  */ }
/* 195  */ 
/* 196  */ .sidebar {
/* 197  */ margin: 0;
/* 198  */ float:left;
/* 199  */ padding-left: 20px;
/* 200  */ position: relative;

/* style.css */

/* 201  */ width:280px;
/* 202  */ }
/* 203  */ 
/* 204  */ .fullwidth .content{
/* 205  */ width:100%;
/* 206  */ padding:0; margin:0;
/* 207  */ }
/* 208  */ 
/* 209  */ .fullwidth .sidebar{
/* 210  */ display:none;
/* 211  */ }
/* 212  */ 
/* 213  */ 
/* 214  */ 
/* 215  */ /************************************************************************
/* 216  *| -) HEAD
/* 217  *| *************************************************************************/
/* 218  */ 
/* 219  */ #top .logo, .logo a{
/* 220  */ display:block;
/* 221  */ position:relative;
/* 222  */ border: none;
/* 223  */ padding: 0;
/* 224  */ margin:0;
/* 225  */ }
/* 226  */ 
/* 227  */ #top .logo{
/* 228  */ margin-bottom:5px;
/* 229  */ }
/* 230  */ 
/* 231  */ #top .logo a, #top .logo a:hover{
/* 232  */ top:0;
/* 233  */ left:0;
/* 234  */ outline:none;
/* 235  */ border: none;
/* 236  */ }
/* 237  */ 
/* 238  */ #top .logo img{
/* 239  */ border:none;
/* 240  */ }
/* 241  */ 
/* 242  */ #top .bg-logo, #top .bg-logo a{
/* 243  */ text-indent: -9999px;
/* 244  */ height:95px;
/* 245  */ width:186px;
/* 246  */ }
/* 247  */ 
/* 248  */ #top .bg-logo a{
/* 249  */ background-image: url(../wp-content/themes/upscale/images/logo.png);
/* 250  */ background-repeat: no-repeat;

/* style.css */

/* 251  */ }
/* 252  */ 
/* 253  */ 
/* 254  */ 
/* 255  */ /*submenu area*/
/* 256  */ 
/* 257  */ 
/* 258  */ .avia_tooltip {
/* 259  */ background: url("../wp-content/themes/upscale/images/arrow_up.png") no-repeat scroll 80px top transparent;
/* 260  */ margin: 0 0 0 -80px;
/* 261  */ padding: 10px 0 0;
/* 262  */ position: absolute;
/* 263  */ text-align: center;
/* 264  */ width: 180px;
/* 265  */ z-index: 1000;
/* 266  */ font-size: 11px;
/* 267  */ 
/* 268  */ }
/* 269  */ 
/* 270  */ .avia_tooltip_inner{
/* 271  */ background: url(../wp-content/themes/upscale/images/gradient-white-strong.png) #eee left top repeat-x;
/* 272  */ position: relative;
/* 273  */ border: 1px solid #bbb;
/* 274  */ border-top:none;
/* 275  */ }
/* 276  */ 
/* 277  */ .avia_tooltip_content{
/* 278  */ background-image: none;
/* 279  */ padding:9px;
/* 280  */ border: 1px solid #f8f8f8;
/* 281  */ margin:0;
/* 282  */ line-height: 1em;
/* 283  */ }
/* 284  */ 
/* 285  */ .avia_tooltip_inner, .avia_tooltip_content{
/* 286  */ -moz-border-radius: 45px;
/* 287  */ -webkit-border-radius:45px;
/* 288  */ border-radius:45px;
/* 289  */ }
/* 290  */ 
/* 291  */ .tooltip_search_site{
/* 292  */ margin: 0 0 0 -160px;
/* 293  */ background: url("../wp-content/themes/upscale/images/arrow_up.png") no-repeat scroll 160px top transparent;
/* 294  */ width:217px;
/* 295  */ }
/* 296  */ 
/* 297  */ .tooltip_search_site .avia_tooltip_content{
/* 298  */ padding:4px;
/* 299  */ }
/* 300  */ 

/* style.css */

/* 301  */ .tooltip_search_site #searchform{
/* 302  */ position: relative;
/* 303  */ top:auto;
/* 304  */ left:auto;
/* 305  */ -moz-border-radius: 45px;
/* 306  */ -webkit-border-radius:45px;
/* 307  */ border-radius:45px;
/* 308  */ padding: 5px;
/* 309  */ margin:0;
/* 310  */ }
/* 311  */ 
/* 312  */ .tooltip_search_site #s{
/* 313  */ -moz-border-radius: 45px;
/* 314  */ -webkit-border-radius:45px;
/* 315  */ border-radius:45px;
/* 316  */ color:#777;
/* 317  */ padding: 5px 30px 5px 10px;
/* 318  */ width: 150px;
/* 319  */ background: url("../wp-content/themes/upscale/images/gradient-black.png") repeat-x scroll left -43px #fff;
/* 320  */ border:1px solid #e1e1e1;
/* 321  */ margin:0;
/* 322  */ }
/* 323  */ 
/* 324  */ #top #searchsubmit, #top #searchsubmit:hover{
/* 325  */ background: url("../wp-content/themes/upscale/images/icon-search.png") transparent center center no-repeat;
/* 326  */ height: 22px;
/* 327  */ width: 29px;
/* 328  */ right: 7px;
/* 329  */ top: 8px;
/* 330  */ cursor: pointer;
/* 331  */ }
/* 332  */ 
/* 333  */ #top  .tooltip_search_site #searchsubmit, #top  .tooltip_search_site #searchsubmit:hover{
/* 334  */ top:0px;
/* 335  */ }
/* 336  */ 
/* 337  */ #searchform div{
/* 338  */ position: relative;
/* 339  */ }
/* 340  */ 
/* 341  */ 
/* 342  */ 
/* 343  */ #header .submenu{
/* 344  */ background: url(../wp-content/themes/upscale/images/bg-submenu.png) transparent left bottom repeat-x;
/* 345  */ height:30px;
/* 346  */ line-height: 30px;
/* 347  */ opacity: 0.7;
/* 348  */ z-index: 200;
/* 349  */ }
/* 350  */ 

/* style.css */

/* 351  */ #header .submenu .container{
/* 352  */ height:30px;
/* 353  */ }
/* 354  */ 
/* 355  */ .submenu .megaWrapper{
/* 356  */ 
/* 357  */ }
/* 358  */ 
/* 359  */ .submenu .megaWrapper li{
/* 360  */ float:left;
/* 361  */ font-size: 11px;
/* 362  */ padding:0px 8px;
/* 363  */ background: url(../wp-content/themes/upscale/images/bg-menu-small.png) transparent left center no-repeat;
/* 364  */ }
/* 365  */ 
/* 366  */ .submenu .megaWrapper li:first-child{
/* 367  */ padding: 0 8px 0 0;
/* 368  */ background: none;
/* 369  */ }
/* 370  */ 
/* 371  */ .submenu .megaWrapper li div, .submenu .megaWrapper li ul{
/* 372  */ display:none;
/* 373  */ }
/* 374  */ 
/* 375  */ .submenu .social_bookmarks{
/* 376  */ float:right;
/* 377  */ }
/* 378  */ 
/* 379  */ .social_bookmarks li{
/* 380  */ float:left;
/* 381  */ }
/* 382  */ 
/* 383  */ .social_bookmarks li a{
/* 384  */ float:left;
/* 385  */ width:20px;
/* 386  */ height:30px;
/* 387  */ background: transparent center center no-repeat;
/* 388  */ display: block;
/* 389  */ text-indent: -9999px;
/* 390  */ margin-left:4px;
/* 391  */ opacity: 0.7;
/* 392  */ outline: none;
/* 393  */ }
/* 394  */ 
/* 395  */ .social_bookmarks li a:hover{
/* 396  */ opacity:1;
/* 397  */ }
/* 398  */ 
/* 399  */ .social_bookmarks .search_site a{background-image: url(../wp-content/themes/upscale/images/site_search.png); }
/* 400  */ .social_bookmarks .rss a{background-image: url(../wp-content/themes/upscale/images/social_rss.png); }

/* style.css */

/* 401  */ .social_bookmarks .twitter a{background-image: url(../wp-content/themes/upscale/images/social_twitter.png); }
/* 402  */ .social_bookmarks .facebook a{background-image: url(../wp-content/themes/upscale/images/social_facebook.png); }
/* 403  */ 
/* 404  */ .social_bookmarks #searchform{
/* 405  */ display:none;
/* 406  */ }
/* 407  */ 
/* 408  */ /*navigation*/
/* 409  */ 
/* 410  */ #top .main_menu .megaWrapper, #top .main_menu .fallback_menu{
/* 411  */ position: absolute;
/* 412  */ top:27px;
/* 413  */ right:0;
/* 414  */ padding:0px 20px;
/* 415  */ -moz-border-radius: 45px;
/* 416  */ -webkit-border-radius:45px;
/* 417  */ border-radius:45px;
/* 418  */ -moz-box-shadow: 0px 1px 4px #333;
/* 419  */ -webkit-box-shadow: 0px 1px 4px #333;
/* 420  */ box-shadow: 0px 1px 4px #333;
/* 421  */ background: url(../wp-content/themes/upscale/images/gradient-white-strong.png) #d3d3d3 left top repeat-x;
/* 422  */ }
/* 423  */ 
/* 424  */ #top .main_menu .avia_mega{
/* 425  */ position:relative;
/* 426  */ z-index:100;
/* 427  */ width:100%;
/* 428  */ float:left;
/* 429  */ }
/* 430  */ 
/* 431  */ .main_menu .avia_mega, .main_menu .avia_mega ul{
/* 432  */ margin:0;
/* 433  */ padding:0;
/* 434  */ list-style-type:none;
/* 435  */ list-style-position:outside;
/* 436  */ position:relative;
/* 437  */ z-index:5;
/* 438  */ }
/* 439  */ 
/* 440  */ #top .main_menu .avia_mega a{
/* 441  */ display:block;
/* 442  */ padding:0 7px;
/* 443  */ text-decoration:none;
/* 444  */ text-align:center;
/* 445  */ line-height:44px;
/* 446  */ height:44px;
/* 447  */ outline:none;
/* 448  */ z-index:35;
/* 449  */ position:relative;
/* 450  */ float:left;

/* style.css */

/* 451  */ color:#777;
/* 452  */ text-shadow: -1px -1px 1px #eee;
/* 453  */ font-weight: bold;
/* 454  */ }
/* 455  */ 
/* 456  */ #top .main_menu .avia_mega > .current-menu-item > a{
/* 457  */ font-weight: bold;
/* 458  */ }
/* 459  */ 
/* 460  */ 
/* 461  */ #top .main_menu .avia_mega > .current-menu-item > a, #top .main_menu .avia_mega > li > a:hover{
/* 462  */ color:#484848;
/* 463  */ }
/* 464  */ 
/* 465  */ #top .main_menu .avia_mega li{
/* 466  */ float:left;
/* 467  */ position:relative;
/* 468  */ z-index:20;
/* 469  */ }
/* 470  */ 
/* 471  */ #top .main_menu .avia_mega ul a:hover{
/* 472  */ text-decoration: underline
/* 473  */ }
/* 474  */ 
/* 475  */ /*navigation:classes for the megamenu dropdown nav*/
/* 476  */ 
/* 477  */ .avia_mega_div{
/* 478  */ visibility: hidden;
/* 479  */ display: none;
/* 480  */ position: absolute;
/* 481  */ padding: 15px 0 0;
/* 482  */ top: 34px;
/* 483  */ background: url("../wp-content/themes/upscale/images/arrow_up.png") no-repeat scroll 26px top transparent;
/* 484  */ display:block;
/* 485  */ left:0; 
/* 486  */ }
/* 487  */ 
/* 488  */ .main_menu .avia_mega_div > .sub-menu{
/* 489  */ background:  #fff;
/* 490  */ border: 1px solid #ddd;
/* 491  */ border-top-color: #fff;
/* 492  */ }
/* 493  */ 
/* 494  */ #top .main_menu .avia_mega div ul {
/* 495  */ line-height: 21px;
/* 496  */ }
/* 497  */ 
/* 498  */ 
/* 499  */ #top .main_menu .avia_mega div ul li{ width:200px; padding:17px; }
/* 500  */ 

/* style.css */

/* 501  */ .main_menu .avia_mega1{width:247px; }
/* 502  */ .main_menu .avia_mega2{width:478px; }
/* 503  */ .main_menu .avia_mega3{width:709px; }
/* 504  */ .main_menu .avia_mega4{width:940px; }
/* 505  */ 
/* 506  */ .main_menu li:hover .avia_mega1, .main_menu li:hover .avia_mega2, .main_menu li:hover .avia_mega3, .main_menu li:hover .avia_mega4, .main_menu li:hover .avia_mega5{display:block;}
/* 507  */ 
/* 508  */ 
/* 509  */ #top .main_menu .avia_mega div ul{
/* 510  */ float: left;
/* 511  */ }
/* 512  */ 
/* 513  */ #top .main_menu .avia_mega div ul ul{
/* 514  */ padding:0 0 10px 0;
/* 515  */ }
/* 516  */ 
/* 517  */ #top .main_menu .avia_mega div ul ul ul{
/* 518  */ padding:2px 0 0;
/* 519  */ }
/* 520  */ 
/* 521  */ #top .main_menu .avia_mega_div ul li li{
/* 522  */ width:201px;
/* 523  */ float:left;
/* 524  */ clear:both;
/* 525  */ padding:1px 0 1px 8px;
/* 526  */ margin:0;
/* 527  */ background: url(../wp-content/themes/upscale/images/bullet_grey.png) transparent left 9px no-repeat;
/* 528  */ }
/* 529  */ 
/* 530  */ 
/* 531  */ #top .main_menu .avia_mega div ul li li li{
/* 532  */ width:178px;
/* 533  */ }
/* 534  */ 
/* 535  */ #top .main_menu .avia_mega div ul li li li li{
/* 536  */ width:155px;
/* 537  */ }
/* 538  */ 
/* 539  */ #top .main_menu .avia_mega ul a{
/* 540  */ text-align: left;
/* 541  */ display:inline;
/* 542  */ line-height: 21px;
/* 543  */ padding:0;
/* 544  */ height:auto;
/* 545  */ float:none;
/* 546  */ font-size: 12px;
/* 547  */ }
/* 548  */ 
/* 549  */ .main_menu .dropdown_link{
/* 550  */ padding:0 10px 0 0;

/* style.css */

/* 551  */ }
/* 552  */ 
/* 553  */ .main_menu .dropdown_available {
/* 554  */ display: inline-block;
/* 555  */ height: 10px;
/* 556  */ position: absolute;
/* 557  */ right: 6px;
/* 558  */ top: 19px;
/* 559  */ width: 10px;
/* 560  */ background: url(../wp-content/themes/upscale/images/dropdown_arrow.png) transparent center top no-repeat;
/* 561  */ }
/* 562  */ 
/* 563  */ #top .main_menu .avia_mega div ul ul .avia_mega_text_block{
/* 564  */ background: none;
/* 565  */ padding:3px 0 0 0;
/* 566  */ margin:0;
/* 567  */ font-size: 11px;
/* 568  */ line-height: 1.7em;
/* 569  */ }
/* 570  */ 
/* 571  */ #top .main_menu .avia_mega div ul .avia_mega_hr{
/* 572  */ width:100%;
/* 573  */ height:20px;
/* 574  */ clear:both;
/* 575  */ padding:0;
/* 576  */ }
/* 577  */ 
/* 578  */ /*navigation:classes for the basic dropdown nav*/
/* 579  */ 
/* 580  */ 
/* 581  */ #top .main_menu .avia_mega > li > ul, #top .main_menu .avia_mega > li > ul ul {
/* 582  */ display: none;
/* 583  */ left: -13px;
/* 584  */ padding: 15px 0 0 0;
/* 585  */ position: absolute;
/* 586  */ top: 34px;
/* 587  */ width: 212px;
/* 588  */ }
/* 589  */ 
/* 590  */ #top .main_menu .avia_mega > li > ul{
/* 591  */ background: url("../wp-content/themes/upscale/images/arrow_up.png") no-repeat scroll 26px top transparent;
/* 592  */ }
/* 593  */ 
/* 594  */ 
/* 595  */ #top .main_menu .avia_mega > li > ul li:first-child > a{
/* 596  */ -webkit-border-top-left-radius: 5px;
/* 597  */ -webkit-border-top-right-radius: 5px;
/* 598  */ -moz-border-radius-topleft: 5px;
/* 599  */ -moz-border-radius-topright: 5px;
/* 600  */ border-top-left-radius: 5px;

/* style.css */

/* 601  */ border-top-right-radius: 5px;
/* 602  */ }
/* 603  */ 
/* 604  */ #top .main_menu .avia_mega .sub-menu > li > ul li:first-child > a{
/* 605  */ border-top: 1px solid #ddd;
/* 606  */ }
/* 607  */ 
/* 608  */ #top .main_menu .avia_mega > li > ul  li:last-child > a{
/* 609  */ -webkit-border-bottom-left-radius: 5px;
/* 610  */ -webkit-border-bottom-right-radius: 5px;
/* 611  */ -moz-border-radius-bottomleft: 5px;
/* 612  */ -moz-border-radius-bottomright: 5px;
/* 613  */ border-bottom-left-radius: 5px;
/* 614  */ border-bottom-right-radius: 5px;
/* 615  */ }
/* 616  */ 
/* 617  */ #top .main_menu .avia_mega_div .sub-menu > li > ul li:first-child > a {
/* 618  */     border-top: none;
/* 619  */ }
/* 620  */ 
/* 621  */ 
/* 622  */ #top .main_menu .avia_mega > li > ul a {
/* 623  */ background: url(../wp-content/themes/upscale/images/gradient-white-strong.png) #f8f8f8 left top repeat-x;
/* 624  */ border-bottom: 1px solid #ddd;
/* 625  */ border-top: 1px solid #fff;
/* 626  */ border-left: 1px solid #ddd;
/* 627  */ border-right: 1px solid #ddd;
/* 628  */ display: block;
/* 629  */ padding: 7px 13px;
/* 630  */ width: 170px;
/* 631  */ font-size: 12px;
/* 632  */ text-shadow: none;
/* 633  */ font-weight: bold;
/* 634  */ }
/* 635  */ 
/* 636  */ #top .main_menu .avia_mega > li > ul a:hover{
/* 637  */ background: #fff;
/* 638  */ text-decoration: none;
/* 639  */ }
/* 640  */ 
/* 641  */ #top .main_menu .avia_mega > li > ul li{
/* 642  */ padding:0;
/* 643  */ }
/* 644  */ 
/* 645  */ 
/* 646  */ #top .main_menu .avia_mega > li > ul ul {
/* 647  */     border-top: medium none;
/* 648  */     left: 197px;
/* 649  */     top: -15px;
/* 650  */ }

/* style.css */

/* 651  */ 
/* 652  */ #top .main_menu .avia_mega > li:hover > ul ul, #top .main_menu .avia_mega > li> ul li:hover ul ul,  #top .main_menu .avia_mega > li> ul ul li:hover ul ul ,  #top .main_menu .avia_mega > li> ul ul ul li:hover ul ul,  #top .main_menu .avia_mega > li> ul ul ul ul li:hover ul ul {
/* 653  */ display:none;	
/* 654  */ }
/* 655  */ 
/* 656  */ #top .main_menu .avia_mega > li:hover > ul, #top .main_menu .avia_mega > li > ul li:hover ul,  #top .main_menu .avia_mega > li > ul ul li:hover ul,  #top .main_menu .avia_mega > li > ul ul ul li:hover ul,  #top .main_menu .avia_mega > li > ul ul ul ul li:hover ul ,  #top .main_menu .avia_mega > li > ul ul ul ul ul li:hover ul{
/* 657  */ display:block;
/* 658  */ }
/* 659  */ 
/* 660  */ #top .main_menu .avia_mega h1, #top .main_menu .avia_mega h2, #top .main_menu .avia_mega h3, #top .main_menu .avia_mega h4, #top .main_menu .avia_mega h5, #top .main_menu .avia_mega h6{
/* 661  */ font-size: 13px;
/* 662  */ text-transform: none;
/* 663  */ padding-bottom:5px;
/* 664  */ }
/* 665  */ 
/* 666  */ 
/* 667  */ /************************************************************************
/* 668  *| -) callout-panel
/* 669  *| *************************************************************************/
/* 670  */ 
/* 671  */ .callout-panel{
/* 672  */ border-top:1px solid #fff;
/* 673  */ border-bottom:1px solid #fff;
/* 674  */ background: #f8f8f8;
/* 675  */ z-index: 10;
/* 676  */ background: url("../wp-content/themes/upscale/images/gradient-white-large.png") repeat-x scroll left 0 #F8F8F8;
/* 677  */ 
/* 678  */ }
/* 679  */ 
/* 680  */ .callout-panel .container{
/* 681  */ min-height:36px;
/* 682  */ }
/* 683  */ 
/* 684  */ .breadcrumb{
/* 685  */ position: absolute;
/* 686  */ top:2px;
/* 687  */ width:940px;
/* 688  */ font-size: 10px;
/* 689  */ }
/* 690  */ 
/* 691  */ .breadcrumb, .breadcrumb a{
/* 692  */ color: #999;
/* 693  */ }
/* 694  */ 
/* 695  */ /************************************************************************
/* 696  *| -) Featured
/* 697  *| *************************************************************************/
/* 698  */ .slideshow_container_featured{
/* 699  */ position: relative;
/* 700  */ margin:25px auto -52px auto;

/* style.css */

/* 701  */ width:940px;
/* 702  */ z-index: 100;
/* 703  */ clear: both;
/* 704  */ overflow: visible;
/* 705  */ }
/* 706  */ 
/* 707  */ .slideshow_container_featured .feature_excerpt {
/* 708  */ bottom:63px;
/* 709  */ }
/* 710  */ 
/* 711  */ #top .slideshow_container_featured li, #top .slideshow_container_featured .slideshow_container , #top .slideshow_container_featured .slideshow{
/* 712  */ background: transparent;
/* 713  */ }
/* 714  */ 
/* 715  */ .slideshow_container{
/* 716  */ position: relative;
/* 717  */ }
/* 718  */ 
/* 719  */ .slidecontrolls {
/* 720  */ bottom: 10px;
/* 721  */ left: 0;
/* 722  */ position: absolute;
/* 723  */ right: 0;
/* 724  */ text-align: center;
/* 725  */ z-index: 150;
/* 726  */ }
/* 727  */ 
/* 728  */ .autoslidecontrolls{
/* 729  */ position: absolute;
/* 730  */ width:100%;
/* 731  */ height:24px;
/* 732  */ top:50%;
/* 733  */ margin-top:-12px;
/* 734  */ z-index: 9999;
/* 735  */ overflow: visible;
/* 736  */ }
/* 737  */ 
/* 738  */ .ctrl_fwd, .ctrl_back{
/* 739  */ position: absolute;
/* 740  */ height: 24px;
/* 741  */ width:24px;
/* 742  */ position: absolute;
/* 743  */ right:-30px;
/* 744  */ background: url(../wp-content/themes/upscale/images/ctrl_arrow_right.png) transparent center center no-repeat;
/* 745  */ outline:none;
/* 746  */ z-index: 100;
/* 747  */ }
/* 748  */ 
/* 749  */ #top .slideshow_container_featured .autoslidecontrolls .ctrl_fwd{
/* 750  */ right:-30px;

/* style.css */

/* 751  */ }
/* 752  */ 
/* 753  */ #top .slideshow_container_featured .autoslidecontrolls .ctrl_back{
/* 754  */ left:-30px;
/* 755  */ }
/* 756  */ 
/* 757  */ div .ctrl_back{
/* 758  */ left:-30px;
/* 759  */ right:auto;
/* 760  */ background: url(../wp-content/themes/upscale/images/ctrl_arrow_left.png) transparent center center no-repeat;
/* 761  */ }
/* 762  */ 
/* 763  */ #top.old_ie .ctrl_fwd{ background: url(../wp-content/themes/upscale/images/ctrl_arrow_right_ie.png) transparent center center no-repeat; }
/* 764  */ #top.old_ie .ctrl_back{ background: url(../wp-content/themes/upscale/images/ctrl_arrow_left_ie.png) transparent center center no-repeat; }
/* 765  */ 
/* 766  */ #top.old_ie .slideshow_container_featured .autoslidecontrolls .ctrl_fwd{ right:0; }
/* 767  */ #top.old_ie .slideshow_container_featured .autoslidecontrolls .ctrl_back{ left:0; }
/* 768  */ 
/* 769  */ #top .slideshow_container_featured .autoslidecontrolls, #main .dynamic_column_boxed .autoslidecontrolls{
/* 770  */ margin-top:-12px;
/* 771  */ }
/* 772  */ 
/* 773  */ #main .slideshow_container_featured .slidecontrolls{
/* 774  */ bottom:4px;
/* 775  */ }
/* 776  */ 
/* 777  */ 
/* 778  */ #main .autoslidecontrolls{
/* 779  */ margin-top:-18px;
/* 780  */ }
/* 781  */ 
/* 782  */ #main .autoslidecontrolls .ctrl_fwd, #main .autoslidecontrolls  .ctrl_back{
/* 783  */ right:15px;
/* 784  */ }
/* 785  */ 
/* 786  */ #main .autoslidecontrolls .ctrl_back{
/* 787  */ left:15px;
/* 788  */ }
/* 789  */ 
/* 790  */ 
/* 791  */ #top div .slideshow_welcome {
/* 792  */ height: 370px;
/* 793  */ position: absolute;
/* 794  */ right: 30px;
/* 795  */ width: 440px;
/* 796  */ display: table;
/* 797  */ top:0;
/* 798  */ }
/* 799  */ 
/* 800  */ #top .video_slide .slideshow_welcome{

/* style.css */

/* 801  */ height: 250px;
/* 802  */ width:390px;
/* 803  */ }
/* 804  */ 
/* 805  */ .slideshow_container2D img{
/* 806  */ 
/* 807  */ }
/* 808  */ 
/* 809  */ #top .slideshow_container_featured .image_container img{
/* 810  */ border:none;
/* 811  */ padding:8px;
/* 812  */ }
/* 813  */ 
/* 814  */ /*
/* 815  *| .slideshow_container_featured .slideshow li iframe, .slideshow_container_featured .slideshow li embed, .slideshow_container_featured .slideshow li object, .slideshow_container_featured .slideshow li video{
/* 816  *| background: #fff;
/* 817  *| padding:8px;
/* 818  *| }
/* 819  *| */
/* 820  */ 
/* 821  */ .slideshow_container_featured .multi_images .featured_image1{
/* 822  */ position: relative;
/* 823  */ left:60px;
/* 824  */ display: inline-block;
/* 825  */ z-index: 2;
/* 826  */ }
/* 827  */ 
/* 828  */ .slideshow_container_featured .featured_image2{
/* 829  */ position: absolute;
/* 830  */ bottom: 14px;
/* 831  */ left:0;
/* 832  */ z-index: 1;
/* 833  */ overflow: hidden;
/* 834  */ }
/* 835  */ 
/* 836  */ .slideshow_container_featured .featured_image2_darken{
/* 837  */ position: absolute;
/* 838  */ z-index: 3;
/* 839  */ background: #000;
/* 840  */ top:0px;
/* 841  */ left:0px;
/* 842  */ right:0px;
/* 843  */ bottom:18px;
/* 844  */ opacity: 0.2;
/* 845  */ }
/* 846  */ 
/* 847  */ .slideshow_container_featured .featured_shadow{
/* 848  */ display:block;
/* 849  */ padding-bottom: 18px;
/* 850  */ background: url(../wp-content/themes/upscale/images/shadow_right.png) transparent right bottom no-repeat;

/* style.css */

/* 851  */ }
/* 852  */ 
/* 853  */ .slideshow_container_featured .video_container{
/* 854  */ background: url(../wp-content/themes/upscale/images/shadow_left.png) transparent left bottom no-repeat;
/* 855  */ position: relative;
/* 856  */ display: inline-block;
/* 857  */ margin: 0 0 7px;
/* 858  */ padding: 0 0 28px;
/* 859  */ }
/* 860  */ 
/* 861  */ 
/* 862  */ 
/* 863  */ .slideshow_container_featured .fullsize.featured .video_container, .slideshow_container_featured .oembed_container{
/* 864  */ padding: 0;
/* 865  */ }
/* 866  */ 
/* 867  */ .slideshow_container_featured .fullsize.featured .video_container .featured_shadow, .slideshow_container_featured .oembed_container .featured_shadow{
/* 868  */     padding-bottom: 13px;
/* 869  */ }
/* 870  */ 
/* 871  */ 
/* 872  */ 
/* 873  */ 
/* 874  */ .slideshow_container_featured .featured_image_portrait{
/* 875  */ display: block;
/* 876  */ background: url(../wp-content/themes/upscale/images/shadow_left.png) transparent left bottom no-repeat;
/* 877  */ }
/* 878  */ 
/* 879  */ 
/* 880  */ #top .slideshow_container_featured .featured_image2 img{
/* 881  */ height:330px;
/* 882  */ background: url("../wp-content/themes/upscale/images/gradient-black-double.png") repeat-x scroll left top #bbb;
/* 883  */ }
/* 884  */ 
/* 885  */ .slideshow_container_featured .slideshow_welcome_align{
/* 886  */ display: table-cell;
/* 887  */ vertical-align: middle;
/* 888  */ text-align: center;
/* 889  */ }
/* 890  */ 
/* 891  */ .slideshow_container_featured .slideshow_welcome_title{
/* 892  */ font-size: 20px;
/* 893  */ text-align: justify;
/* 894  */ }
/* 895  */ 
/* 896  */ .slideshow_container_featured .slideshow_welcome_text{
/* 897  */ font-size: 12px;
/* 898  */ padding:10px 0;
/* 899  */ text-align: justify;
/* 900  */ }

/* style.css */

/* 901  */ 
/* 902  */ #main .slideshow_welcome_text{
/* 903  */ color:#999;
/* 904  */ }
/* 905  */ 
/* 906  */ #main .slideshow_welcome_title{
/* 907  */ color:#555;
/* 908  */ }
/* 909  */ 
/* 910  */ .slidecontrolls a{
/* 911  */ display:none;
/* 912  */ }
/* 913  */ 
/* 914  */ .slideshow_container_featured .slidecontrolls a{
/* 915  */ background: url("../wp-content/themes/upscale/images/toggle.png") repeat-x scroll center bottom transparent;
/* 916  */ height:17px;
/* 917  */ width:16px;
/* 918  */ display:inline-block;
/* 919  */ cursor: pointer;
/* 920  */ outline: none;
/* 921  */ margin:1px;
/* 922  */ }
/* 923  */ 
/* 924  */ .slideshow_container_featured .slidecontrolls a:hover, .slideshow_container_featured .slidecontrolls .activeItem{
/* 925  */ background: url("../wp-content/themes/upscale/images/toggle.png") repeat-x scroll center top transparent;
/* 926  */ }
/* 927  */ 
/* 928  */ .featured{display:none; position: relative; width:100%;}
/* 929  */ .featured_container1{display:block;}
/* 930  */ 
/* 931  */ .featured img, .featured a:hover img{
/* 932  */ border:1px solid #e1e1e1;
/* 933  */ padding:5px;
/* 934  */ background: url(../wp-content/themes/upscale/images/gradient-black-double.png) #fff left top repeat-x;
/* 935  */ }
/* 936  */ 
/* 937  */ #top div .slideshow{
/* 938  */ padding-bottom:17px;
/* 939  */ background: url(../wp-content/themes/upscale/images/shadow_right.png) transparent right bottom no-repeat;
/* 940  */ margin:0;
/* 941  */ position: relative;
/* 942  */ list-style-type: none;
/* 943  */ border:none;
/* 944  */ width:100%;
/* 945  */ height:100%;
/* 946  */ overflow: hidden;
/* 947  */ }
/* 948  */ 
/* 949  */ #top .slideshow_container_featured .slideshow{
/* 950  */ overflow: visible !important;

/* style.css */

/* 951  */ height:431px;
/* 952  */ }
/* 953  */ 
/* 954  */ .slideshow_container{
/* 955  */ background: url(../wp-content/themes/upscale/images/shadow_left.png) transparent left bottom no-repeat;
/* 956  */ }
/* 957  */ 
/* 958  */ .slideshow li{
/* 959  */ background: #f8f8f8;
/* 960  */ list-style-type: none;
/* 961  */ list-style-position: outside;
/* 962  */ }
/* 963  */ 
/* 964  */ .feature_excerpt {
/* 965  */ -moz-border-radius: 5px 5px 5px 5px;
/* 966  */ background: none repeat scroll 0 0 #032329;
/* 967  */ bottom: 22px;
/* 968  */ color: #FFFFFF;
/* 969  */ left: 22px;
/* 970  */ max-width: 80%;
/* 971  */ min-width: 50%;
/* 972  */ opacity: 0.8;
/* 973  */ padding: 2% 3%;
/* 974  */ position: absolute;
/* 975  */ visibility: hidden;
/* 976  */ z-index: 100;
/* 977  */ }
/* 978  */ 
/* 979  */ .feature_excerpt a{
/* 980  */ display:inline;
/* 981  */ width:auto;
/* 982  */ height:auto;
/* 983  */ color:#fff;
/* 984  */ text-decoration: underline;
/* 985  */ }
/* 986  */ 
/* 987  */ #top .feature_excerpt h1{
/* 988  */ font-size:17px;
/* 989  */ padding-top:3px;
/* 990  */ color:#fff;
/* 991  */ }
/* 992  */ 
/* 993  */ .featured_caption{
/* 994  */ font-size: 11px;
/* 995  */ line-height:17px;
/* 996  */ }
/* 997  */ 
/* 998  */ 
/* 999  */ #top div .grid3 .slideshow{
/* 1000 */ padding-bottom:14px;

/* style.css */

/* 1001 */ }
/* 1002 */ 
/* 1003 */ .extra_movement{
/* 1004 */ position: relative;
/* 1005 */ }
/* 1006 */ 
/* 1007 */ .slideshow_container_featured .small_right .video_container{
/* 1008 */ position: relative;
/* 1009 */ left:470px;
/* 1010 */ }
/* 1011 */ 
/* 1012 */ .slideshow_container_featured .small_right .slideshow_welcome{
/* 1013 */ right:auto;
/* 1014 */ left:20px;
/* 1015 */ }
/* 1016 */ 
/* 1017 */ .slideshow_container_featured .small_right .image_container{
/* 1018 */ left:450px;
/* 1019 */ position: relative;
/* 1020 */ }
/* 1021 */ 
/* 1022 */ .slideshow_container_featured .fullsize .image_container{
/* 1023 */ position: relative;
/* 1024 */ left:-2px;
/* 1025 */ }
/* 1026 */ 
/* 1027 */ .slideshow_container_featured .small_right .featured_image2{
/* 1028 */ left:170px;
/* 1029 */ }
/* 1030 */ 
/* 1031 */ .slideshow_container3D.slideshow_container_featured{
/* 1032 */ margin: -15px auto -50px;
/* 1033 */ }
/* 1034 */ 
/* 1035 */ 
/* 1036 */ #top #main .slideshow_container2D .image_container img{
/* 1037 */ padding:5px;
/* 1038 */ border:1px solid #e1e1e1;
/* 1039 */ }
/* 1040 */ 
/* 1041 */ #main .slideshow_container3D.slideshow_container_featured{
/* 1042 */ margin:-10px 0 0 0;
/* 1043 */ }
/* 1044 */ 
/* 1045 */ #main .slideshow_container_featured{
/* 1046 */ margin:0;
/* 1047 */ }
/* 1048 */ 
/* 1049 */ .slideshow_container_featured .video_containersmall_left, .slideshow_container_featured .video_containersmall_right, .slideshow_container_featured .video_containersmall_left .avia_video, .slideshow_container_featured .video_containersmall_right .avia_video{
/* 1050 */ width:448px;

/* style.css */

/* 1051 */ height:260px;
/* 1052 */ }
/* 1053 */ 
/* 1054 */ 
/* 1055 */ 
/* 1056 */ .preloading, #top .video_slide_helper{
/* 1057 */ background: #fff url(../wp-content/themes/upscale/images/loading.gif) center center  no-repeat;
/* 1058 */ }
/* 1059 */ 
/* 1060 */ #top .video_slide_helper{
/* 1061 */ display: block;
/* 1062 */ height:100%;
/* 1063 */ width:100%;
/* 1064 */ top:0;
/* 1065 */ position: absolute;
/* 1066 */ z-index: 9999;
/* 1067 */ }
/* 1068 */ 
/* 1069 */ .image_container a{
/* 1070 */ display: block;
/* 1071 */ position: relative;
/* 1072 */ }
/* 1073 */ 
/* 1074 */ /************************************************************************
/* 1075 *| -) FOOTER
/* 1076 *| *************************************************************************/
/* 1077 */ 
/* 1078 */ #footer{
/* 1079 */ background: url(../wp-content/themes/upscale/images/bg_shapes.png) transparent center -300px no-repeat;
/* 1080 */ padding:50px 0;
/* 1081 */ font-size: 11px;
/* 1082 */ clear:both;
/* 1083 */ }
/* 1084 */ 
/* 1085 */ .boxed #footer{
/* 1086 */ padding:50px 0 0 0;
/* 1087 */ }
/* 1088 */ 
/* 1089 */ #footer li{
/* 1090 */ background: none;
/* 1091 */ }
/* 1092 */ 
/* 1093 */ #footer .recentcomments{
/* 1094 */ border:none;
/* 1095 */ }
/* 1096 */ 
/* 1097 */ #footer .widget_archive li a, #footer .widget_recent_entries li a, #footer .widget_recent_comments li a, #footer .widget_categories li a, #footer .widget_pages li a, #footer .widget_links li a, #footer .widget_meta li a, #footer .widget_nav_menu li a {
/* 1098 */ display: block;
/* 1099 */ padding: 3px 0 3px 1px;
/* 1100 */ font-size:11px;

/* style.css */

/* 1101 */ border-bottom-width: 1px;
/* 1102 */ border-bottom-style: dotted;
/* 1103 */ }
/* 1104 */ 
/* 1105 */ #top #footer .tagcloud a{
/* 1106 */ border:none;
/* 1107 */ color:#777;
/* 1108 */ }
/* 1109 */ 
/* 1110 */ #top #footer .widget_tag_cloud h3{
/* 1111 */ border:none;
/* 1112 */ }
/* 1113 */ 
/* 1114 */ #footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6{
/* 1115 */ border-bottom-width: 1px;
/* 1116 */ border-bottom-style: dotted;
/* 1117 */ }
/* 1118 */ 
/* 1119 */ #footer_extra_text_div{
/* 1120 */ border-top-width: 1px;
/* 1121 */ border-top-style: dotted;
/* 1122 */ clear: both;
/* 1123 */ font-size:16px;
/* 1124 */ font-style: italic;
/* 1125 */ line-height: 1.7em;
/* 1126 */ 
/* 1127 */ font-family: Georgia,"Times New Roman",Times,serif;
/* 1128 */ padding:20px 0 0 0;
/* 1129 */ margin-top:20px;
/* 1130 */ overflow: hidden;
/* 1131 */ }
/* 1132 */ 
/* 1133 */ #footer_extra_text_div img{
/* 1134 */ float:left;
/* 1135 */ border:none;
/* 1136 */ margin:0 20px 0 0;
/* 1137 */ }
/* 1138 */ 
/* 1139 */ 
/* 1140 */ 
/* 1141 */ /************************************************************************
/* 1142 *| -) SOCKET
/* 1143 *| *************************************************************************/
/* 1144 */ 
/* 1145 */ #socket {
/* 1146 */ position: relative;
/* 1147 */ width:100%;
/* 1148 */ bottom: 0;
/* 1149 */ position: absolute;
/* 1150 */ padding:3px 0;

/* style.css */

/* 1151 */ font-size: 11px;
/* 1152 */ height:30px;
/* 1153 */ line-height: 30px;
/* 1154 */ }
/* 1155 */ 
/* 1156 */ .boxed #socket {
/* 1157 */ display: block;
/* 1158 */ font-size: 11px;
/* 1159 */ height: 30px;
/* 1160 */ line-height: 30px;
/* 1161 */ padding: 34px 0;
/* 1162 */ position: static;
/* 1163 */ width: 100%;
/* 1164 */ }
/* 1165 */ 
/* 1166 */ #socket .social_bookmarks{
/* 1167 */ float: right;
/* 1168 */ }
/* 1169 */ 
/* 1170 */ #socket .container{
/* 1171 */ border-top-style: dotted;
/* 1172 */ border-top-width: 1px;
/* 1173 */ }
/* 1174 */ 
/* 1175 */ 
/* 1176 */ /************************************************************************
/* 1177 *| -) SIDEBAR
/* 1178 *| *************************************************************************/
/* 1179 */ 
/* 1180 */ /*sidebar*/
/* 1181 */ 
/* 1182 */ .sidebar{
/* 1183 */ background: transparent url("../wp-content/themes/upscale/images/bg_sidebar_center.png") repeat-y top left;
/* 1184 */ }
/* 1185 */ 
/* 1186 */ 
/* 1187 */ .sidebar .sidebar_bottom {
/* 1188 */ bottom:-1px;
/* 1189 */ top:auto;
/* 1190 */ background:url("../wp-content/themes/upscale/images/bg_sidebar_bottom.png") no-repeat scroll left bottom transparent;
/* 1191 */ }
/* 1192 */ 
/* 1193 */ 
/* 1194 */ .sidebar_top, .sidebar_bottom {
/* 1195 */ display:block;
/* 1196 */ height:115px;
/* 1197 */ left:0;
/* 1198 */ position:absolute;
/* 1199 */ top:-30px;
/* 1200 */ width:100%;

/* style.css */

/* 1201 */ z-index:1;
/* 1202 */ background:url("../wp-content/themes/upscale/images/bg_sidebar_top.png") no-repeat scroll left top transparent;
/* 1203 */ }
/* 1204 */ 
/* 1205 */ .sidebar div {
/* 1206 */ position:relative;
/* 1207 */ z-index:2;
/* 1208 */ }
/* 1209 */ 
/* 1210 */ 
/* 1211 */ .widget{
/* 1212 */ clear:both;
/* 1213 */ float:left;
/* 1214 */ width:100%;
/* 1215 */ position: relative;
/* 1216 */ }
/* 1217 */ 
/* 1218 */ .widget li, .widget a{
/* 1219 */ background:none;
/* 1220 */ }
/* 1221 */ 
/* 1222 */ .sidebar .widget{
/* 1223 */ padding:0 0 20px 0;
/* 1224 */ }
/* 1225 */ 
/* 1226 */ #footer .widget{
/* 1227 */ padding:0 0 28px 0;
/* 1228 */ }
/* 1229 */ 
/* 1230 */ 
/* 1231 */ /*social media count widget*/
/* 1232 */ .avia_socialcount{
/* 1233 */ overflow: hidden;
/* 1234 */ }
/* 1235 */ 
/* 1236 */ .asc_multi_count{
/* 1237 */ float:left;
/* 1238 */ width:50%;
/* 1239 */ }
/* 1240 */ 
/* 1241 */ .avia_socialcount a, .avia_socialcount a:hover{
/* 1242 */ height:40px;
/* 1243 */ text-decoration: none;
/* 1244 */ display:block;
/* 1245 */ min-width:120px;
/* 1246 */ }
/* 1247 */ 
/* 1248 */ .avia_socialcount strong, .avia_socialcount span{
/* 1249 */ display:block;
/* 1250 */ line-height: 1em;

/* style.css */

/* 1251 */ padding:0 0 0 40px;
/* 1252 */ }
/* 1253 */ 
/* 1254 */ .avia_socialcount a strong{
/* 1255 */ font-size: 23px;
/* 1256 */ font-family:Georgia,"Times New Roman",Times,serif;
/* 1257 */ color:#666;
/* 1258 */ }
/* 1259 */ 
/* 1260 */ .avia_socialcount a span{
/* 1261 */ font-size:11px;
/* 1262 */ padding-top:3px;
/* 1263 */ color:#999;
/* 1264 */ }
/* 1265 */ 
/* 1266 */ .avia_socialcount .asc_rss{
/* 1267 */ background: url(../wp-content/themes/upscale/images/rss_32.png) transparent no-repeat left center;
/* 1268 */ }
/* 1269 */ 
/* 1270 */ .avia_socialcount .asc_twitter{
/* 1271 */ background: url(../wp-content/themes/upscale/images/twitter_32.png) transparent no-repeat left center;
/* 1272 */ }
/* 1273 */ 
/* 1274 */ 
/* 1275 */ /*twitter widget*/
/* 1276 */ #top .tweets{
/* 1277 */ list-style-type: none;
/* 1278 */ list-style-position: outside;
/* 1279 */ border:none;
/* 1280 */ }
/* 1281 */ 
/* 1282 */ #top .tweet{
/* 1283 */ padding:7px 0 3px 0;
/* 1284 */ line-height: 18px;
/* 1285 */ position: relative;
/* 1286 */ overflow: hidden;
/* 1287 */ font-size:11px;
/* 1288 */ background: none;
/* 1289 */ border:none;
/* 1290 */ }
/* 1291 */ 
/* 1292 */ .tweet-thumb{
/* 1293 */ position:relative;
/* 1294 */ }
/* 1295 */ 
/* 1296 */ .tweet-thumb a{
/* 1297 */ margin-right:9px;
/* 1298 */ padding:3px;
/* 1299 */ float:left;
/* 1300 */ }

/* style.css */

/* 1301 */ 
/* 1302 */ #top .tweet-thumb img{display:block; float:left; border:none; padding:0; margin:0;}
/* 1303 */ 
/* 1304 */ .tweet-text{
/* 1305 */ position: relative;
/* 1306 */ overflow: hidden;
/* 1307 */ }
/* 1308 */ 
/* 1309 */ .tweet-time{
/* 1310 */ clear: both;
/* 1311 */ font-size:10px;
/* 1312 */ }
/* 1313 */ 
/* 1314 */ /*advertising widget*/
/* 1315 */ 
/* 1316 */ .avia_partner_widget a, .avia_partner_widget a:hover{
/* 1317 */ color:#aaa;
/* 1318 */ }
/* 1319 */ 
/* 1320 */ .avia_partner_widget{
/* 1321 */ overflow: hidden;
/* 1322 */ clear:both;
/* 1323 */ left:-4px;
/* 1324 */ }
/* 1325 */ 
/* 1326 */ .avia_partner_widget a, .avia_partner_widget a:hover{
/* 1327 */ float:left;
/* 1328 */ display:block;
/* 1329 */ text-decoration: none;
/* 1330 */ height:125px;
/* 1331 */ width:125px;
/* 1332 */ outline: none;
/* 1333 */ border:4px solid #f8f8f8;
/* 1334 */ }
/* 1335 */ 
/* 1336 */ #top .avia_partner_widget{
/* 1337 */ padding:0 0 13px;
/* 1338 */ }
/* 1339 */ 
/* 1340 */ .avia_partner1{
/* 1341 */ margin-right:13px;
/* 1342 */ }
/* 1343 */ 
/* 1344 */ .avia_parnter_empty{
/* 1345 */ height:123px;
/* 1346 */ width:123px;
/* 1347 */ display:block;
/* 1348 */ font-size:10px;
/* 1349 */ text-align: center;
/* 1350 */ line-height: 123px;

/* style.css */

/* 1351 */ border:1px solid #e1e1e1;
/* 1352 */ background: #fff;
/* 1353 */ }
/* 1354 */ 
/* 1355 */ 
/* 1356 */ /*news widget*/
/* 1357 */ 
/* 1358 */ #top .news-content{
/* 1359 */ padding:7px 0 3px 0;
/* 1360 */ line-height: 18px;
/* 1361 */ position: relative;
/* 1362 */ overflow: hidden;
/* 1363 */ font-size:11px;
/* 1364 */ display: block;
/* 1365 */ clear: both;
/* 1366 */ }
/* 1367 */ 
/* 1368 */ #top .news-wrap{
/* 1369 */ border:none;
/* 1370 */ list-style-type: none;
/* 1371 */ list-style-position: outside;
/* 1372 */ }
/* 1373 */ 
/* 1374 */ #top .news-wrap li{
/* 1375 */ border:none;
/* 1376 */ background: none;
/* 1377 */ }
/* 1378 */ 
/* 1379 */ .news-link{
/* 1380 */ display: block;
/* 1381 */ position: relative;
/* 1382 */ }
/* 1383 */ 
/* 1384 */ .news-thumb{
/* 1385 */ margin-right:9px;
/* 1386 */ padding:3px;
/* 1387 */ float:left;
/* 1388 */ height:48px;
/* 1389 */ width:48px;
/* 1390 */ border: 1px solid #EEEEEE;
/* 1391 */ background: #fff;
/* 1392 */ }
/* 1393 */ 
/* 1394 */ #top .news-thumb img{display:block; float:left; border:none; padding:0; margin:0;}
/* 1395 */ 
/* 1396 */ .news-headline{
/* 1397 */ overflow: hidden;
/* 1398 */ font-weight: bold;
/* 1399 */ margin-top:2px;
/* 1400 */ display:block;

/* style.css */

/* 1401 */ }
/* 1402 */ 
/* 1403 */ .news-time{
/* 1404 */ font-weight:normal;
/* 1405 */ clear: both;
/* 1406 */ font-size:10px;
/* 1407 */ display:block;
/* 1408 */ }
/* 1409 */ 
/* 1410 */ .news-excerpt{
/* 1411 */ 
/* 1412 */ }
/* 1413 */ 
/* 1414 */ /*sidebar menu widget*/
/* 1415 */ 
/* 1416 */ #top .widget_nav_menu .avia_mega > .current-menu-item, #top .widget_nav_menu .avia_mega > .current-menu-parent{
/* 1417 */ width:100%;
/* 1418 */ padding-left:20px;
/* 1419 */ border-top:1px solid #e1e1e1;
/* 1420 */ position: relative;
/* 1421 */ top:-1px;
/* 1422 */ left:-20px;
/* 1423 */ background: #fff;
/* 1424 */ }
/* 1425 */ 
/* 1426 */ 
/* 1427 */ 
/* 1428 */ #top .widget_nav_menu .avia_mega > .current-menu-item > a{
/* 1429 */ position: relative;
/* 1430 */ width: 97%;
/* 1431 */ padding-left:47px;
/* 1432 */ left: -39px;
/* 1433 */ line-height: 32px;
/* 1434 */ position: relative;
/* 1435 */ background: url("../wp-content/themes/upscale/images/arrow-menu.png") no-repeat scroll left -3px #FFFFFF;
/* 1436 */ }
/* 1437 */ 
/* 1438 */ #top .widget_nav_menu .avia_mega > .current-menu-item > .sub-menu {
/* 1439 */ left: -20px;
/* 1440 */ padding-left: 15px;
/* 1441 */ position: relative;
/* 1442 */ width: 100%;
/* 1443 */ }
/* 1444 */ 
/* 1445 */ #top #main .widget_nav_menu .avia_mega a{
/* 1446 */ color:#666;
/* 1447 */ }
/* 1448 */ 
/* 1449 */ #top #main .widget_nav_menu .avia_mega .sub-menu .current-menu-item > a{
/* 1450 */ background: url("../wp-content/themes/upscale/images/bullet_grey.png") no-repeat scroll left 16px transparent;

/* style.css */

/* 1451 */ }
/* 1452 */ 
/* 1453 */ 
/* 1454 */ #top #main .widget_nav_menu .avia_mega .sub-menu li:last-child{
/* 1455 */ border-bottom:none;
/* 1456 */ }
/* 1457 */ 
/* 1458 */ #top #main .widget_nav_menu ul{
/* 1459 */ border-top:1px solid #e1e1e1;
/* 1460 */ }
/* 1461 */ 
/* 1462 */ 
/* 1463 */ #top #main .widget_nav_menu li{
/* 1464 */ border-bottom:1px solid #e1e1e1;
/* 1465 */ line-height: 32px;
/* 1466 */ }
/* 1467 */ 
/* 1468 */ 
/* 1469 */ 
/* 1470 */ 
/* 1471 */ /*Archive, Cat, Page widget*/
/* 1472 */ .widget_archive li , .widget_categories li, .widget_pages li, .widget_links li, .widget_meta li, .widget_nav_menu li{
/* 1473 */ clear: both;
/* 1474 */ float: left;
/* 1475 */ margin: 0;
/* 1476 */ width:100%;
/* 1477 */ }
/* 1478 */ 
/* 1479 */ .widget_archive li a, .widget_categories li a, .widget_pages li a, .widget_links li a, .widget_meta li a, .widget_nav_menu li a{
/* 1480 */ padding: 3px 0 3px 11px;
/* 1481 */ display:block;
/* 1482 */ }
/* 1483 */ 
/* 1484 */ #top .widget_nav_menu .avia_mega_text_block, #top .avia_mega_menu_columns_1, #top .avia_mega_menu_columns_2, #top .avia_mega_menu_columns_3, #top .avia_mega_menu_columns_4, #top .avia_mega_menu_columns_5{
/* 1485 */ padding-top:10px;
/* 1486 */ }
/* 1487 */ 
/* 1488 */ #top .widget_nav_menu .sub-menu{
/* 1489 */ padding-left:15px;
/* 1490 */ }
/* 1491 */ 
/* 1492 */ #top .widget_nav_menu .avia_mega_div .sub-menu{
/* 1493 */ padding-left:0;
/* 1494 */ }
/* 1495 */ 
/* 1496 */ 
/* 1497 */ 
/* 1498 */ 
/* 1499 */ /*Search widget*/
/* 1500 */ 

/* style.css */

/* 1501 */ .widget #searchform{
/* 1502 */ position: relative;
/* 1503 */ right:auto;
/* 1504 */ top:auto;
/* 1505 */ }
/* 1506 */ 
/* 1507 */ .widget #searchform #s{
/* 1508 */ width:84%;
/* 1509 */ }
/* 1510 */ 
/* 1511 */ #top .widget #searchsubmit, #top .widget #searchsubmit:hover {
/* 1512 */ top: 10px;
/* 1513 */ }
/* 1514 */ 
/* 1515 */ /*recent entries*/
/* 1516 */ .widget_recent_entries li a{
/* 1517 */ padding: 3px 0;
/* 1518 */ display:block;
/* 1519 */ font-size: 12px;
/* 1520 */ }
/* 1521 */ 
/* 1522 */ /*tagcloud*/
/* 1523 */ 
/* 1524 */ .tagcloud a{
/* 1525 */ font-size:11px !important;
/* 1526 */ padding:2px 8px;
/* 1527 */ margin:0 3px 3px 0;
/* 1528 */ display:block;
/* 1529 */ float:left;
/* 1530 */ -moz-border-radius: 45px;
/* 1531 */ -webkit-border-radius:45px;
/* 1532 */ border-radius:45px;
/* 1533 */ border:1px solid #eeeeee;
/* 1534 */ background: url("../wp-content/themes/upscale/images/gradient-white.png")  repeat-x scroll center top #f8f8f8;
/* 1535 */ color:#777;
/* 1536 */ text-shadow: 1px 1px 1px #fff;
/* 1537 */ }
/* 1538 */ 
/* 1539 */ .tagcloud a:hover{
/* 1540 */ text-shadow: none;
/* 1541 */ text-decoration: none;
/* 1542 */ }
/* 1543 */ 
/* 1544 */ .tagcloud a:hover, #footer .tagcloud a:hover{
/* 1545 */ background: url("../wp-content/themes/upscale/images/gradient-white.png") repeat-x scroll center top #eee;
/* 1546 */ color:#333;
/* 1547 */ }
/* 1548 */ 
/* 1549 */ .widget_tag_cloud h3{
/* 1550 */ border:none;

/* style.css */

/* 1551 */ }
/* 1552 */ 
/* 1553 */ /*rss*/
/* 1554 */ 
/* 1555 */ .widget_rss li{
/* 1556 */ line-height: 1.5em;
/* 1557 */ font-size: 12px;
/* 1558 */ }
/* 1559 */ 
/* 1560 */ .rsswidget{
/* 1561 */ display:block;
/* 1562 */ font-size: 13px;
/* 1563 */ font-weight: bold;
/* 1564 */ }
/* 1565 */ 
/* 1566 */ .rss-date, .widget_rss cite{
/* 1567 */ font-size:11px;
/* 1568 */ }
/* 1569 */ 
/* 1570 */ .widget_rss li{
/* 1571 */ padding:7px 0;
/* 1572 */ }
/* 1573 */ 
/* 1574 */ .widget_rss .widgettitle img{
/* 1575 */ display:none;
/* 1576 */ }
/* 1577 */ 
/* 1578 */ /*recentcomments*/
/* 1579 */ 
/* 1580 */ .recentcomments{
/* 1581 */ padding:7px 0;
/* 1582 */ display:block;
/* 1583 */ font-size: 11px;
/* 1584 */ line-height: 1.5em;
/* 1585 */ }
/* 1586 */ 
/* 1587 */ 
/* 1588 */ 
/* 1589 */ /*Archive widget*/
/* 1590 */ 
/* 1591 */ .widget_archive li a, .widget_categories li a, .widget_pages li a, .widget_links li a, .widget_meta li a, .widget_recent_entries li a{
/* 1592 */ color:#666;
/* 1593 */ border-bottom:1px solid #e1e1e1;
/* 1594 */ }
/* 1595 */ 
/* 1596 */ .widget_archive li , .widget_categories li , .widget_pages li, .widget_links li, .widget_meta li{
/* 1597 */ background: url("../wp-content/themes/upscale/images/bullet_grey.png") no-repeat scroll left 11px transparent;
/* 1598 */ }
/* 1599 */ 
/* 1600 */ #top .widget_nav_menu .avia_mega_text_block, #top .avia_mega_menu_columns_1, #top .avia_mega_menu_columns_2, #top .avia_mega_menu_columns_3, #top .avia_mega_menu_columns_4, #top .avia_mega_menu_columns_5{

/* style.css */

/* 1601 */ background: #fff;
/* 1602 */ }
/* 1603 */ 
/* 1604 */ /**recent entries default widget*/
/* 1605 */ .widget_recent_entries li a{
/* 1606 */ color:#888;
/* 1607 */ }
/* 1608 */ 
/* 1609 */ /*recent comments*/
/* 1610 */ 
/* 1611 */ .recentcomments{
/* 1612 */ border-bottom:1px solid #eeeeee;
/* 1613 */ }
/* 1614 */ 
/* 1615 */ /*rss*/
/* 1616 */ .rss-date, .widget_rss cite{
/* 1617 */ color:#999;
/* 1618 */ }
/* 1619 */ 
/* 1620 */ .widget_rss li{
/* 1621 */ border-bottom:1px solid #e1e1e1;
/* 1622 */ }
/* 1623 */ 
/* 1624 */ #main .widget > ul{
/* 1625 */ border-top:1px solid #e1e1e1;
/* 1626 */ }
/* 1627 */ 
/* 1628 */ 
/* 1629 */ /************************************************************************
/* 1630 *| -) CONTENT AREA
/* 1631 *| *************************************************************************/
/* 1632 */ .post-entry{
/* 1633 */ clear:both;
/* 1634 */ position: relative;
/* 1635 */ overflow: hidden;
/* 1636 */ }
/* 1637 */ 
/* 1638 */ #top .post-title{
/* 1639 */ font-size: 28px;
/* 1640 */ padding:0;
/* 1641 */ }
/* 1642 */ 
/* 1643 */ .entry-content{
/* 1644 */ float:left;
/* 1645 */ width:100%;
/* 1646 */ overflow: hidden;
/* 1647 */ position: relative;
/* 1648 */ }
/* 1649 */ 
/* 1650 */ .entry-content>ul, .entry-content>ol, .entry-content>p{

/* style.css */

/* 1651 */ position: relative;
/* 1652 */ }
/* 1653 */ 
/* 1654 */ .dynamic_column_boxed .entry-content>p{
/* 1655 */ position: static;
/* 1656 */ }
/* 1657 */ 
/* 1658 */ .content{
/* 1659 */ float: left;
/* 1660 */ width: 620px;
/* 1661 */ padding-right:20px;
/* 1662 */ }
/* 1663 */ 
/* 1664 */ .blog-meta{
/* 1665 */ position: relative;
/* 1666 */ top:-2px;
/* 1667 */ }
/* 1668 */ 
/* 1669 */ .blog-meta, .blog-meta a, .blog-meta a:hover , .blog-meta strong, .blog-categories a, .blog-categories a:hover, .blog-categories strong{
/* 1670 */ font-size:11px;
/* 1671 */ color:#999;
/* 1672 */ font-weight: normal;
/* 1673 */ }
/* 1674 */ 
/* 1675 */ .blog-categories, .date-container{
/* 1676 */ padding-right:8px;
/* 1677 */ margin-right:4px;
/* 1678 */ background:url("../wp-content/themes/upscale/images/dashes.png") repeat-y scroll right top transparent;
/* 1679 */ }
/* 1680 */ 
/* 1681 */ .blog-tags{
/* 1682 */ padding-left:8px;
/* 1683 */ margin-left:4px;
/* 1684 */ background:url("../wp-content/themes/upscale/images/dashes.png") repeat-y scroll left top transparent;
/* 1685 */ }
/* 1686 */ 
/* 1687 */ 
/* 1688 */ 
/* 1689 */ /*portfolio*/
/* 1690 */ #top .portfolio-hr-first{
/* 1691 */ margin: -15px 0 0;
/* 1692 */ }
/* 1693 */ 
/* 1694 */ .template-portfolio-overview.content, .template-fullwidth.content{
/* 1695 */ width:100%;
/* 1696 */ }
/* 1697 */ 
/* 1698 */ .template-portfolio-overview .post-entry{
/* 1699 */ clear:none;
/* 1700 */ }

/* style.css */

/* 1701 */ 
/* 1702 */ #top .template-portfolio-overview h1{
/* 1703 */ font-size: 19px;
/* 1704 */ }
/* 1705 */ 
/* 1706 */ #top .post-entry-first{
/* 1707 */ padding:0;
/* 1708 */ background: transparent;
/* 1709 */ border: none;
/* 1710 */ }
/* 1711 */ 
/* 1712 */ 
/* 1713 */ /*one column*/
/* 1714 */ .template-portfolio-overview.portfolio-size-1 .post-entry{
/* 1715 */ clear: both;
/* 1716 */ }
/* 1717 */ 
/* 1718 */ 
/* 1719 */ /*boxed portfolio entries*/
/* 1720 */ .portfolio_entries_boxed .featured img, .portfolio_entries_boxed .featured a:hover img {
/* 1721 */ background: none;
/* 1722 */ border: none;
/* 1723 */ padding: 0;
/* 1724 */ }
/* 1725 */ 
/* 1726 */ #top .portfolio_entries_boxed .slideshow, #top .portfolio_entries_boxed .slideshow_container {
/* 1727 */ background:none;
/* 1728 */ padding:0;
/* 1729 */ }
/* 1730 */ 
/* 1731 */ .portfolio_entries_boxed .post-entry{
/* 1732 */ background: url("../wp-content/themes/upscale/images/gradient-black-double.png") repeat-x scroll left bottom #fff;
/* 1733 */ border: 1px solid #E1E1E1;
/* 1734 */ padding: 5px;
/* 1735 */ }
/* 1736 */ 
/* 1737 */ #top .portfolio_entries_boxed .post-title{
/* 1738 */ 
/* 1739 */ }
/* 1740 */ 
/* 1741 */ .portfolio_entries_boxed .entry-content{
/* 1742 */ padding:10px 10px 10px 10px;
/* 1743 */ width:auto;
/* 1744 */ overflow: visible;
/* 1745 */ }
/* 1746 */ 
/* 1747 */ .portfolio_entries_boxed .grid6{
/* 1748 */ width:448px;
/* 1749 */ padding-bottom:40px;
/* 1750 */ }

/* style.css */

/* 1751 */ 
/* 1752 */ .portfolio_entries_boxed .grid4{
/* 1753 */ width:288px;
/* 1754 */ padding-bottom:40px;
/* 1755 */ }
/* 1756 */ 
/* 1757 */ .portfolio_entries_boxed .grid3{
/* 1758 */ width:208px;
/* 1759 */ padding-bottom:40px;
/* 1760 */ }
/* 1761 */ 
/* 1762 */ #top .portfolio_entries_boxed .more-link{
/* 1763 */ position: absolute;
/* 1764 */ left:50%;
/* 1765 */ margin-left:-48px;
/* 1766 */ bottom:8px;
/* 1767 */ }
/* 1768 */ 
/* 1769 */ /*boxed Portfolio Full one column*/
/* 1770 */ 
/* 1771 */ #top .portfolio-size-1.portfolio_entries_boxed .more-link{
/* 1772 */ left:auto;
/* 1773 */ right:10px;
/* 1774 */ }
/* 1775 */ 
/* 1776 */ .portfolio-size-1.portfolio_entries_boxed .entry-content{
/* 1777 */ width:800px;
/* 1778 */ }
/* 1779 */ 
/* 1780 */ .template-portfolio-overview .blog-categories{
/* 1781 */ background: none;
/* 1782 */ }
/* 1783 */ 
/* 1784 */ 
/* 1785 */ 
/* 1786 */ /*404*/
/* 1787 */ h2.firstheading{
/* 1788 */ color:#999;
/* 1789 */ font-size: 18px;
/* 1790 */ padding-bottom:10px;
/* 1791 */ }
/* 1792 */ 
/* 1793 */ 
/* 1794 */ /*search template*/
/* 1795 */ 
/* 1796 */ .template-search .hr{
/* 1797 */ clear: both;
/* 1798 */ display: block;
/* 1799 */ height: 4px;
/* 1800 */ line-height: 11px;

/* style.css */

/* 1801 */ margin: 10px 0 4px 0;
/* 1802 */ position: relative;
/* 1803 */ top: 0;
/* 1804 */ width: 100%;
/* 1805 */ }
/* 1806 */ 
/* 1807 */ #top .template-search .post-entry.news-content{
/* 1808 */ color:#666;
/* 1809 */ outline:none;
/* 1810 */ }
/* 1811 */ 
/* 1812 */ .template-search .post-entry.news-content:hover, .template-search .post-entry.news-content:hover .news-headline{
/* 1813 */ color:#444;
/* 1814 */ text-decoration: none;
/* 1815 */ }
/* 1816 */ 
/* 1817 */ #top .template-search .pagination{
/* 1818 */ padding-top:40px;
/* 1819 */ }
/* 1820 */ 
/* 1821 */ /*pagination*/
/* 1822 */ 
/* 1823 */ #top .pagination {
/* 1824 */ clear:both;
/* 1825 */ padding:0 0 20px;
/* 1826 */ float:left;
/* 1827 */ position:relative;
/* 1828 */ z-index:3;
/* 1829 */ top:-15px;
/* 1830 */ }
/* 1831 */ 
/* 1832 */ #top .pagination span, #top .pagination a {
/* 1833 */ display:block;
/* 1834 */ float:left;
/* 1835 */ font-size:11px;
/* 1836 */ line-height:13px;
/* 1837 */ margin: 2px 2px 2px 0;
/* 1838 */ padding:6px 9px 5px 9px;
/* 1839 */ text-decoration:none;
/* 1840 */ width:auto;
/* 1841 */ background: #f8f8f8;
/* 1842 */ border:1px solid #e1e1e1;
/* 1843 */ color:#888;
/* 1844 */ }
/* 1845 */ 
/* 1846 */ 
/* 1847 */ #top .pagination .current, #top .pagination a:hover{
/* 1848 */ font-size:11px;
/* 1849 */ font-weight: bold;
/* 1850 */ padding:6px 9px 5px 9px;

/* style.css */

/* 1851 */ background: #fff;
/* 1852 */ color:#555;
/* 1853 */ }
/* 1854 */ 
/* 1855 */ /*related posts*/
/* 1856 */ .related_posts{
/* 1857 */ position:relative;
/* 1858 */ }
/* 1859 */ 
/* 1860 */ .relThumb{
/* 1861 */ width:140px;
/* 1862 */ float:left;
/* 1863 */ margin-left:20px;
/* 1864 */ line-height: 16px;
/* 1865 */ }
/* 1866 */ 
/* 1867 */ .relThumb img, .relThumb a img, .relThumb a:hover img{
/* 1868 */ border:1px solid #e1e1e1;
/* 1869 */ padding:5px;
/* 1870 */ background: url("../wp-content/themes/upscale/images/gradient-black-double.png") repeat-x scroll left top #f8f8f8;
/* 1871 */ }
/* 1872 */ 
/* 1873 */ div .relThumb1{
/* 1874 */ margin:0;
/* 1875 */ }
/* 1876 */ 
/* 1877 */ .relThumWrap{
/* 1878 */ font-size: 11px;
/* 1879 */ font-style: italic;
/* 1880 */ }
/* 1881 */ 
/* 1882 */ .relThumbTitle{
/* 1883 */ padding-top:6px;
/* 1884 */ display:block;
/* 1885 */ }
/* 1886 */ 
/* 1887 */ .relThumbHeading{
/* 1888 */ font-weight: normal;
/* 1889 */ color:#888;
/* 1890 */ }
/* 1891 */ 
/* 1892 */ #top .related_posts .contentSlideControlls{
/* 1893 */ position: absolute;
/* 1894 */ top:-19px;
/* 1895 */ left:85px;
/* 1896 */ 
/* 1897 */ }
/* 1898 */ 
/* 1899 */ #top .contentSlideControlls a{
/* 1900 */ background-image: url("../wp-content/themes/upscale/images/reverse-dot.png");

/* style.css */

/* 1901 */ background-repeat: no-repeat;
/* 1902 */ background-position: center center;
/* 1903 */ background-color: #ccc;
/* 1904 */ margin-right:2px;
/* 1905 */ }
/* 1906 */ 
/* 1907 */ .related_single_heading{
/* 1908 */ position: absolute;
/* 1909 */ top:-25px;
/* 1910 */ left:0;
/* 1911 */ font-size: 12px;
/* 1912 */ z-index: 10;
/* 1913 */ }
/* 1914 */ 
/* 1915 */ .relThumb .related_posts_default_image{
/* 1916 */ height:90px;
/* 1917 */ width:138px;
/* 1918 */ display:block;
/* 1919 */ border:1px solid #e1e1e1;
/* 1920 */ background: url("../wp-content/themes/upscale/images/gradient-black-double.png") repeat-x scroll left top #f8f8f8;
/* 1921 */ }
/* 1922 */ 
/* 1923 */ #top .hr_related_posts{
/* 1924 */ padding-top:30px;
/* 1925 */ }
/* 1926 */ 
/* 1927 */ .related_posts .single_slide{
/* 1928 */ display:none;
/* 1929 */ }
/* 1930 */ 
/* 1931 */ #top .related_posts .single_slide_nr_1{
/* 1932 */ display:block;
/* 1933 */ }
/* 1934 */ 
/* 1935 */ 
/* 1936 */ /************************************************************************
/* 1937 *| COMMENTS
/* 1938 *| *************************************************************************/
/* 1939 */ 
/* 1940 */ 
/* 1941 */ .commentmetadata a{
/* 1942 */ color:#aaa;
/* 1943 */ }
/* 1944 */ 
/* 1945 */ .form-allowed-tags, .comment_page_nav_links a{
/* 1946 */ color:#999;
/* 1947 */ }
/* 1948 */ 
/* 1949 */ 
/* 1950 */ #top .gravatar img{

/* style.css */

/* 1951 */ padding:3px;
/* 1952 */ margin:0;
/* 1953 */ border:1px solid #e1e1e1;
/* 1954 */ background: #fff;
/* 1955 */ }
/* 1956 */ 
/* 1957 */ #top .commentlist{
/* 1958 */ float:left;
/* 1959 */ width:100%;
/* 1960 */ padding: 0 0 30px 0;
/* 1961 */ border:none;
/* 1962 */ }
/* 1963 */ 
/* 1964 */ #top .commentlist .comment{
/* 1965 */ list-style-type: none;
/* 1966 */ list-style-position: outside;
/* 1967 */ width:100%;
/* 1968 */ position: relative;
/* 1969 */ display: block;
/* 1970 */ float: left;
/* 1971 */ padding: 10px 0 0 0;
/* 1972 */ margin: 10px 0 0 0;
/* 1973 */ border:none;
/* 1974 */ background: none;
/* 1975 */ }
/* 1976 */ 
/* 1977 */ #top .commentlist ul{
/* 1978 */ border:none;
/* 1979 */ }
/* 1980 */ 
/* 1981 */ .gravatar{
/* 1982 */ float:left;
/* 1983 */ width:56px;
/* 1984 */ padding-right:20px;
/* 1985 */ font-size: 11px;
/* 1986 */ text-decoration: none;
/* 1987 */ text-align: center;
/* 1988 */ position: relative;
/* 1989 */ }
/* 1990 */ 
/* 1991 */ .comment_content{
/* 1992 */ float:right;
/* 1993 */ padding:18px 18px 30px;
/* 1994 */ position:relative;
/* 1995 */ width:500px;
/* 1996 */ border:1px solid #e1e1e1;
/* 1997 */ background: #fff;
/* 1998 */ }
/* 1999 */ 
/* 2000 */ .author_name{

/* style.css */

/* 2001 */ font-size: 16px;
/* 2002 */ float:left;
/* 2003 */ font-style: normal;
/* 2004 */ }
/* 2005 */ 
/* 2006 */ .author_name a, .author_name a:hover{
/* 2007 */ font-weight: bold;
/* 2008 */ text-decoration: none;
/* 2009 */ }
/* 2010 */ 
/* 2011 */ .comment-edit-link, #cancel-comment-reply-link{
/* 2012 */ display:inline-block;
/* 2013 */ font-size: 10px;
/* 2014 */ padding-left:10px;
/* 2015 */ }
/* 2016 */ 
/* 2017 */ .commentmetadata {
/* 2018 */ float:left;
/* 2019 */ font-size:11px;
/* 2020 */ line-height:26px;
/* 2021 */ padding-left:12px;
/* 2022 */ }
/* 2023 */ 
/* 2024 */ .says{
/* 2025 */ position: absolute;
/* 2026 */ left:-13px;
/* 2027 */ top:18px;
/* 2028 */ display: block;
/* 2029 */ height:24px;
/* 2030 */ width:13px;
/* 2031 */ text-indent: -9999px;
/* 2032 */ background:transparent url(../wp-content/themes/upscale/images/say.png) no-repeat scroll 0 0;
/* 2033 */ }
/* 2034 */ 
/* 2035 */ .comment_text{
/* 2036 */ clear: both;
/* 2037 */ font-size: 12px;
/* 2038 */ }
/* 2039 */ 
/* 2040 */ #top .comment-reply-link{
/* 2041 */ font-size: 11px;
/* 2042 */ text-decoration: none;
/* 2043 */ position: absolute;
/* 2044 */ display: block;
/* 2045 */ padding:0px 7px;
/* 2046 */ bottom: 0;
/* 2047 */ left:0;
/* 2048 */ border-top:1px solid #e1e1e1;
/* 2049 */ border-right:1px solid #e1e1e1;
/* 2050 */ color:#555;

/* style.css */

/* 2051 */ }
/* 2052 */ 
/* 2053 */ /*comment children*/
/* 2054 */ 
/* 2055 */ .children .gravatar {
/* 2056 */ padding:0;
/* 2057 */ position:absolute;
/* 2058 */ right:20px;
/* 2059 */ top:0;
/* 2060 */ width:42px;
/* 2061 */ z-index:2;
/* 2062 */ }
/* 2063 */ 
/* 2064 */ .children .gravatar img{
/* 2065 */ width:30px;
/* 2066 */ height:30px;
/* 2067 */ }
/* 2068 */ 
/* 2069 */ .children .says{
/* 2070 */ display:none;
/* 2071 */ }
/* 2072 */ 
/* 2073 */ .commentlist .children .children .comment_content{
/* 2074 */ width:455px;
/* 2075 */ }
/* 2076 */ 
/* 2077 */ .commentlist .children .children .children .comment_content{
/* 2078 */ width:415px;
/* 2079 */ }
/* 2080 */ 
/* 2081 */ .commentlist .children .children .children .children .comment_content{
/* 2082 */ width:370px;
/* 2083 */ }
/* 2084 */ 
/* 2085 */ .commentlist .children .children .children .children .children .comment_content{
/* 2086 */ width:325px;
/* 2087 */ }
/* 2088 */ 
/* 2089 */ /*input fields*/
/* 2090 */ 
/* 2091 */ .personal_data p{
/* 2092 */ float:left;
/* 2093 */ width:33%;
/* 2094 */ }
/* 2095 */ 
/* 2096 */ .personal_data label{
/* 2097 */ display:none;
/* 2098 */ }
/* 2099 */ 
/* 2100 */ .message_data textarea, #comment{

/* style.css */

/* 2101 */ width:95%;
/* 2102 */ padding:10px;
/* 2103 */ font-size:12px;
/* 2104 */ font-family: Arial, Helevtica, Verdana, san-serif;
/* 2105 */ }
/* 2106 */ 
/* 2107 */ .text_input, .button, #commentform input, .text_area{
/* 2108 */ padding:7px;
/* 2109 */ font-size:12px;
/* 2110 */ font-family: Arial, Helevtica, Verdana, san-serif;
/* 2111 */ }
/* 2112 */ 
/* 2113 */ .button{
/* 2114 */ padding:7px 12px 6px 12px;
/* 2115 */ cursor:pointer;
/* 2116 */ border-style: solid;
/* 2117 */ border-width: 1px;
/* 2118 */ }
/* 2119 */ 
/* 2120 */ 
/* 2121 */ .personal_data .text_input{
/* 2122 */ width:91%;
/* 2123 */ }
/* 2124 */ 
/* 2125 */ 
/* 2126 */ .children .personal_data .text_input{
/* 2127 */ 
/* 2128 */ }
/* 2129 */ 
/* 2130 */ /*generated by comment_form()*/
/* 2131 */ 
/* 2132 */ #commentform{ position: relative;} 
/* 2133 */ #commentform p{ position: relative; padding:10px 0 0 0;}
/* 2134 */ 
/* 2135 */ #reply-title small a{ float:right;}
/* 2136 */ 
/* 2137 */ #commentform label{
/* 2138 */ position: absolute;
/* 2139 */ left:265px;
/* 2140 */ font-size: 11px;
/* 2141 */ top:13px;
/* 2142 */ }
/* 2143 */ 
/* 2144 */ #commentform .required, .comment-notes, #commentform  .comment-form-comment label{
/* 2145 */ display:none;
/* 2146 */ }
/* 2147 */ 
/* 2148 */ .comment-form-url input, .comment-form-email input, .comment-form-author input{
/* 2149 */ width: 240px;
/* 2150 */ }

/* style.css */

/* 2151 */ 
/* 2152 */ #comment{
/* 2153 */ width:602px;
/* 2154 */ height:150px;
/* 2155 */ padding:10px 7px;
/* 2156 */ font-size: 12px;
/* 2157 */ }
/* 2158 */ 
/* 2159 */ .form-allowed-tags{
/* 2160 */ font-size: 11px;
/* 2161 */ line-height: 1.5em;
/* 2162 */ margin-bottom: 5px;
/* 2163 */ }
/* 2164 */ 
/* 2165 */ .form-allowed-tags code{
/* 2166 */ display:block;
/* 2167 */ padding-top:5px;
/* 2168 */ }
/* 2169 */ 
/* 2170 */ .commentlist #respond {
/* 2171 */ padding: 0 0 15px 85px;
/* 2172 */ }
/* 2173 */ 
/* 2174 */ .commentlist #respond #comment{
/* 2175 */ width:517px;
/* 2176 */ }
/* 2177 */ 
/* 2178 */ .commentlist #respond .form-allowed-tags{
/* 2179 */ display:none;
/* 2180 */ }
/* 2181 */ 
/* 2182 */ /*comment page nav*/
/* 2183 */ 
/* 2184 */ .comment_page_nav_links{
/* 2185 */ position: relative;
/* 2186 */ display: block;
/* 2187 */ clear:both;
/* 2188 */ overflow: hidden;
/* 2189 */ font-size:11px;
/* 2190 */ }
/* 2191 */ 
/* 2192 */ .comment_prev_page a{
/* 2193 */ float:left;
/* 2194 */ }
/* 2195 */ 
/* 2196 */ .comment_next_page a{
/* 2197 */ float:right;
/* 2198 */ }
/* 2199 */ 
/* 2200 */ .comment_page_nav_links_bottom{

/* style.css */

/* 2201 */ top:-30px;
/* 2202 */ }
/* 2203 */ 
/* 2204 */ .comment_page_nav_links_top{
/* 2205 */ top:11px;
/* 2206 */ }
/* 2207 */ 
/* 2208 */ /************************************************************************
/* 2209 *| -) GENERIC
/* 2210 *| *************************************************************************/
/* 2211 */ 
/* 2212 */ 
/* 2213 */ .lightbox_video, .lightbox_image{
/* 2214 */ position: absolute;
/* 2215 */ z-index: 1;
/* 2216 */ top:0;
/* 2217 */ left:0; 
/* 2218 */ background:url("../wp-content/themes/upscale/images/magnify.png") no-repeat scroll center center #FFFFFF;
/* 2219 */ }
/* 2220 */ 
/* 2221 */ .lightbox_video{
/* 2222 */ background:url("../wp-content/themes/upscale/images/video.png") no-repeat scroll center center #FFFFFF;
/* 2223 */ }
/* 2224 */ 
/* 2225 */ a img, a:hover img{
/* 2226 */ z-index: 2;
/* 2227 */ position: relative;
/* 2228 */ border:none;
/* 2229 */ }
/* 2230 */ 
/* 2231 */ a{
/* 2232 */ text-decoration: none;
/* 2233 */ }
/* 2234 */ 
/* 2235 */ a:hover{
/* 2236 */ text-decoration: underline;
/* 2237 */ }
/* 2238 */ 
/* 2239 */ h1, h2, h3, h4, h5, h6, legend, .sliderheading {
/* 2240 */ font-weight:normal;
/* 2241 */ line-height:1.4em;
/* 2242 */ position:relative;
/* 2243 */ color:#666;
/* 2244 */ }
/* 2245 */ 
/* 2246 */ h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, legend a, .sliderheading a{
/* 2247 */ color:#333;
/* 2248 */ }
/* 2249 */ 
/* 2250 */ h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, legend a:hover, .sliderheading a:hover{

/* style.css */

/* 2251 */ text-decoration: none;
/* 2252 */ }
/* 2253 */ 
/* 2254 */ h1{clear:both; font-size:26px; font-weight:normal; text-transform: none;}
/* 2255 */ h2{font-size:30px; clear:both; font-weight:normal; text-transform: none;}
/* 2256 */ h3, legend{font-size:17px; clear:both;}
/* 2257 */ h4{font-size:16px; clear:both; text-transform: uppercase;}
/* 2258 */ h5{font-size:15px; clear:both; text-transform: uppercase;}
/* 2259 */ h6{font-size:14px; clear:both; text-transform: uppercase;}
/* 2260 */ 
/* 2261 */ .post-entry h1, .post-entry h2, .post-entry h3, .post-entry h4, .post-entry h5, .post-entry h6 {
/* 2262 */ padding-top:15px;
/* 2263 */ }
/* 2264 */ 
/* 2265 */ .post-entry .alignleft, .post-entry .alignright, .post-entry .aligncenter{
/* 2266 */ border:1px solid #e1e1e1;
/* 2267 */ padding:5px;
/* 2268 */ background: url("../wp-content/themes/upscale/images/gradient-black-double.png") repeat-x scroll left top #fff;
/* 2269 */ }
/* 2270 */ 
/* 2271 */ 
/* 2272 */ p{ padding: 0.5em 0;}
/* 2273 */ 
/* 2274 */ #main ul, #main  ol {
/* 2275 */ margin-bottom:10px;
/* 2276 */ }
/* 2277 */ 
/* 2278 */ .floatleft{
/* 2279 */ float:left;
/* 2280 */ }
/* 2281 */ 
/* 2282 */ .floatright{
/* 2283 */ float:right;
/* 2284 */ }
/* 2285 */ 
/* 2286 */ .clearboth{
/* 2287 */ clear:both;
/* 2288 */ }
/* 2289 */ 
/* 2290 */ body .alignleft{
/* 2291 */ float:left;
/* 2292 */ margin:4px 10px 0px 0;
/* 2293 */ display: block;
/* 2294 */ }
/* 2295 */ 
/* 2296 */ body .alignright{
/* 2297 */ float:right;
/* 2298 */ margin:4px 0px 0px 10px;
/* 2299 */ display: block;
/* 2300 */ }

/* style.css */

/* 2301 */ 
/* 2302 */ body .aligncenter{
/* 2303 */ clear:both;
/* 2304 */ display:block;
/* 2305 */ margin:10px auto;
/* 2306 */ padding: 10px 0;
/* 2307 */ }
/* 2308 */ 
/* 2309 */ .alignleft img, .alignright img{
/* 2310 */ display:block;
/* 2311 */ } 
/* 2312 */ 
/* 2313 */ 
/* 2314 */ .rounded, .avia_mega_div > .sub-menu{
/* 2315 */ -moz-border-radius: 5px;
/* 2316 */ -webkit-border-radius:5px;
/* 2317 */ border-radius:5px;
/* 2318 */ }
/* 2319 */ 
/* 2320 */ .rounded_small, .outer_callout, .callout, .featured img, .portfolio_entries_boxed .post-entry, .dynamic_column_boxed, #top .pagination span, #top .pagination a, .featured_image2_darken, .slideshow li iframe, .slideshow li embed, .slideshow li object, .slideshow li video, .avia_video, .post-entry .alignleft, .post-entry .alignright, .post-entry .aligncenter{
/* 2321 */ -moz-border-radius: 3px;
/* 2322 */ -webkit-border-radius:3px;
/* 2323 */ border-radius:3px;
/* 2324 */ }
/* 2325 */ 
/* 2326 */ #top .noborder, #top .noborder img{
/* 2327 */ border:none;
/* 2328 */ padding:0;
/* 2329 */ background: transparent;
/* 2330 */ }
/* 2331 */ 
/* 2332 */ 
/* 2333 */ #top div .hidden{
/* 2334 */ display:none;
/* 2335 */ }
/* 2336 */ 
/* 2337 */ #top .wp-caption {
/* 2338 */ margin:5px 15px 10px 0;
/* 2339 */ position: relative;
/* 2340 */ padding:0;
/* 2341 */ }
/* 2342 */ 
/* 2343 */ #top .wp-caption img {
/* 2344 */ border:medium none;
/* 2345 */ display:block;
/* 2346 */ padding:5px;
/* 2347 */ margin:0;
/* 2348 */ }
/* 2349 */ 
/* 2350 */ .wp-caption-text {

/* style.css */

/* 2351 */ display:block;
/* 2352 */ font-size:11px;
/* 2353 */ font-style:italic;
/* 2354 */ margin:0 auto;
/* 2355 */ padding:3px 10px 5px;
/* 2356 */ text-align:center;
/* 2357 */ }
/* 2358 */ 
/* 2359 */ .entry-content ul li {
/* 2360 */ background: url("../wp-content/themes/upscale/images/bullet_grey.png") no-repeat scroll left 11px transparent;
/* 2361 */ list-style-type: none;
/* 2362 */ padding: 3px 0 3px 10px;
/* 2363 */ }
/* 2364 */ 
/* 2365 */ .entry-content ol li{
/* 2366 */ list-style-type: decimal;
/* 2367 */ list-style-position: inside;
/* 2368 */ padding:3px 0px 3px 0;
/* 2369 */ }
/* 2370 */ 
/* 2371 */ pre{
/* 2372 */ padding:20px 20px 0px;
/* 2373 */ margin:15px 0;
/* 2374 */ font-family: "Andale Mono", "Courier New", Courier, Monaco, monospace;
/* 2375 */ }
/* 2376 */ 
/* 2377 */ .dropcap1{
/* 2378 */ display:block;
/* 2379 */ float:left;
/* 2380 */ font-size:40px;
/* 2381 */ line-height:40px;
/* 2382 */ margin:4px 8px 0 0;
/* 2383 */ }
/* 2384 */ 
/* 2385 */ .dropcap2, .dropcap3{
/* 2386 */ display:block;
/* 2387 */ float:left;
/* 2388 */ font-size:24px;
/* 2389 */ line-height:38px;
/* 2390 */ width:38px;
/* 2391 */ text-align: center;
/* 2392 */ margin:4px 8px 0 0;
/* 2393 */ background:url("../wp-content/themes/upscale/images/reverse-dropcap.png") no-repeat center center transparent;
/* 2394 */ }
/* 2395 */ 
/* 2396 */ .dropcap3{
/* 2397 */ color:#fff;
/* 2398 */ background-color: #000;
/* 2399 */ }
/* 2400 */ 

/* style.css */

/* 2401 */ 
/* 2402 */ 
/* 2403 */ .hr{
/* 2404 */ clear: both;
/* 2405 */ display:block;
/* 2406 */ width:100%;
/* 2407 */ height:100px;
/* 2408 */ line-height:11px;
/* 2409 */ position: relative;
/* 2410 */ margin:0;
/* 2411 */ background:url("../wp-content/themes/upscale/images/hr-big.png") no-repeat scroll top center #FFFFFF;
/* 2412 */ top:50px;
/* 2413 */ }
/* 2414 */ 
/* 2415 */ .template-blog .hr, .template-page .hr, .template-search .hr{
/* 2416 */ background:url("../wp-content/themes/upscale/images/hr-small.png") no-repeat scroll top center #FFFFFF;
/* 2417 */ 
/* 2418 */ }
/* 2419 */ 
/* 2420 */ #top .hr_small{
/* 2421 */ padding:10px 0;
/* 2422 */ }
/* 2423 */ 
/* 2424 */ .hr a{
/* 2425 */ font-size: 10px;
/* 2426 */ padding: 0 4px 0 0;
/* 2427 */ background: #fff;
/* 2428 */ color: #999;
/* 2429 */ position: relative;
/* 2430 */ top:-5px;
/* 2431 */ }
/* 2432 */ 
/* 2433 */ .hr_invisible{
/* 2434 */ clear: both;
/* 2435 */ display:block;
/* 2436 */ width:100%;
/* 2437 */ height:30px;
/* 2438 */ }
/* 2439 */ 
/* 2440 */ /*lightbox*/
/* 2441 */ 
/* 2442 */ #top .no_preload, #featured .preloading{
/* 2443 */ background-image: none;
/* 2444 */ }
/* 2445 */ 
/* 2446 */ /*Tables*/
/* 2447 */ #wp-calendar{
/* 2448 */ width:100%;
/* 2449 */ }
/* 2450 */ 

/* style.css */

/* 2451 */ .widget_calendar h3{
/* 2452 */ border:none;
/* 2453 */ }
/* 2454 */ 
/* 2455 */ .entry-content table {
/* 2456 */ width: auto;
/* 2457 */ padding: 0;
/* 2458 */ margin: 0;
/* 2459 */ }
/* 2460 */ 
/* 2461 */ caption {
/* 2462 */ padding: 0 0 5px 0;
/* 2463 */ width: auto;	 
/* 2464 */ font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
/* 2465 */ text-align: right;
/* 2466 */ }
/* 2467 */ 
/* 2468 */ th {
/* 2469 */ font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
/* 2470 */ letter-spacing: 2px;
/* 2471 */ text-transform: uppercase;
/* 2472 */ text-align: left;
/* 2473 */ padding: 6px;
/* 2474 */ text-align: center;
/* 2475 */ }
/* 2476 */ 
/* 2477 */ th.nobg {
/* 2478 */ border-top: 0;
/* 2479 */ border-left: 0;
/* 2480 */ background: none;
/* 2481 */ }
/* 2482 */ 
/* 2483 */ td {
/* 2484 */ padding: 7px;
/* 2485 */ text-align: center;
/* 2486 */ }
/* 2487 */ 
/* 2488 */ th.spec {
/* 2489 */ border-top: 0;
/* 2490 */ font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
/* 2491 */ }
/* 2492 */ 
/* 2493 */ th.specalt {
/* 2494 */ border-top: 0;
/* 2495 */ font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
/* 2496 */ }
/* 2497 */ 
/* 2498 */ /*table*/
/* 2499 */ 
/* 2500 */ 

/* style.css */

/* 2501 */ th {
/* 2502 */ color: #fff;
/* 2503 */ border-right: 1px solid #eeeeee;
/* 2504 */ border-bottom: 1px solid #eeeeee;
/* 2505 */ border-top: 1px solid #eeeeee;
/* 2506 */ background: #555;
/* 2507 */ }
/* 2508 */ 
/* 2509 */ th.nobg {
/* 2510 */ border-right: 1px solid #eeeeee;
/* 2511 */ color:#555;
/* 2512 */ }
/* 2513 */ 
/* 2514 */ td {
/* 2515 */ border-right: 1px solid #eeeeee;
/* 2516 */ border-bottom: 1px solid #eeeeee;
/* 2517 */ background: #fff;
/* 2518 */ color: #777;
/* 2519 */ }
/* 2520 */ 
/* 2521 */ 
/* 2522 */ td.alt {
/* 2523 */ background: #eee;
/* 2524 */ color: #777;
/* 2525 */ }
/* 2526 */ 
/* 2527 */ th.spec {
/* 2528 */ border-left: 1px solid #eeeeee;
/* 2529 */ background: #fff;
/* 2530 */ color:#777;
/* 2531 */ }
/* 2532 */ 
/* 2533 */ th.specalt {
/* 2534 */ border-left: 1px solid #eeeeee;
/* 2535 */ background: #eee;
/* 2536 */ color: #777;
/* 2537 */ }
/* 2538 */ 
/* 2539 */ td:first-child{
/* 2540 */ border-left: 1px solid #eeeeee;
/* 2541 */ }
/* 2542 */ 
/* 2543 */ 
/* 2544 */ 
/* 2545 */ .pagination .current, .pagination a, .button, #commentform #submit{
/* 2546 */ border-style: solid;
/* 2547 */ border-width: 1px;
/* 2548 */ }
/* 2549 */ 
/* 2550 */ #top .more-link{

/* style.css */

/* 2551 */ padding:5px;
/* 2552 */ background: url("../wp-content/themes/upscale/images/gradient-black.png") repeat-x scroll left -20px transparent;
/* 2553 */ -moz-border-radius: 45px;
/* 2554 */ -webkit-border-radius:45px;
/* 2555 */ border-radius:45px;
/* 2556 */ display: inline-block;
/* 2557 */ text-decoration: none;
/* 2558 */ }
/* 2559 */ 
/* 2560 */ #top .more-link .inner_more{
/* 2561 */ background: url("../wp-content/themes/upscale/images/gradient-white-strong.png") repeat-x scroll center top #EEEEEE;
/* 2562 */ border:1px solid #E1E1E1;
/* 2563 */ color: #999999;
/* 2564 */ text-shadow: 1px 1px 0 #FFFFFF;
/* 2565 */ padding:2px 16px;
/* 2566 */ -moz-border-radius: 45px;
/* 2567 */ -webkit-border-radius:45px;
/* 2568 */ border-radius:45px;
/* 2569 */ font-size: 11px;
/* 2570 */ display: inline-block;
/* 2571 */ 
/* 2572 */ }
/* 2573 */ 
/* 2574 */ #top .more-link:hover .inner_more{
/* 2575 */ background: url("../wp-content/themes/upscale/images/gradient-white.png") repeat-x scroll center 0px #eee;
/* 2576 */ }
/* 2577 */ 
/* 2578 */ .submenu .container{
/* 2579 */ z-index: 1000;
/* 2580 */ }
/* 2581 */ 
/* 2582 */ 
/* 2583 */ 
/* 2584 */ 
/* 2585 */ 
/* 2586 */ /************************************************************************
/* 2587 *| -) Shortcodes
/* 2588 *| *************************************************************************/
/* 2589 */ /*content slider*/
/* 2590 */ 
/* 2591 */ .content_slider{
/* 2592 */ position: relative;
/* 2593 */ overflow: hidden;
/* 2594 */ }
/* 2595 */ 
/* 2596 */ .inner_slide_container{
/* 2597 */ position: absolute;
/* 2598 */ float: left;
/* 2599 */ }
/* 2600 */ 

/* style.css */

/* 2601 */ .contentSlideControlls{
/* 2602 */ position: relative;
/* 2603 */ }
/* 2604 */ 
/* 2605 */ .contentSlideControlls a{
/* 2606 */ float:left;
/* 2607 */ height:10px;
/* 2608 */ width:10px;
/* 2609 */ display:block;
/* 2610 */ outline: none;
/* 2611 */ }
/* 2612 */ 
/* 2613 */ 
/* 2614 */ /*slidecontrolls positioning depending on first element*/
/* 2615 */ 
/* 2616 */ #top .pos_h1{ position: absolute; right:0; top:0; }
/* 2617 */ #top .pos_h2{ position: absolute; right:0; top:71px; }
/* 2618 */ #top .pos_h3{ position: absolute; right:0; top:24px; }
/* 2619 */ #top .pos_h4{ position: absolute; right:0; top:51px; }
/* 2620 */ #top .pos_h5{ position: absolute; right:0; top:50px; }
/* 2621 */ #top .pos_h6{ position: absolute; right:0; top:49px; }
/* 2622 */ 
/* 2623 */ 
/* 2624 */ .fullwidth_no_image{
/* 2625 */ height:2px;
/* 2626 */ width:100%;
/* 2627 */ }
/* 2628 */ 
/* 2629 */ .fallback_div{
/* 2630 */ width:100%;
/* 2631 */ height:100px;
/* 2632 */ }
/* 2633 */ 
/* 2634 */ .single_slide{
/* 2635 */ overflow: hidden;
/* 2636 */ }
/* 2637 */ 
/* 2638 */ /*toggle*/
/* 2639 */ .js_active .toggle_wrap{
/* 2640 */ display:none;
/* 2641 */ }
/* 2642 */ 
/* 2643 */ #top .active_toggle_wrap{
/* 2644 */ display:block;
/* 2645 */ }
/* 2646 */ 
/* 2647 */ .js_active .toggler {
/* 2648 */ cursor: pointer;
/* 2649 */ display: block;
/* 2650 */ margin: -1px 0;

/* style.css */

/* 2651 */ padding: 3px 3px 5px 27px;
/* 2652 */ position: relative;
/* 2653 */ top: 1px;
/* 2654 */ }
/* 2655 */ 
/* 2656 */ .togglecontainer{
/* 2657 */ padding:10px 0;
/* 2658 */ }
/* 2659 */ 
/* 2660 */ .toggle_content{
/* 2661 */ padding:0 2px 0 31px;
/* 2662 */ margin:0 0 5px 0;
/* 2663 */ border: 1px solid #eeeeee;
/* 2664 */ }
/* 2665 */ 
/* 2666 */ 
/* 2667 */ /*tabs*/
/* 2668 */ 
/* 2669 */ .tabcontainer{
/* 2670 */ position: relative;
/* 2671 */ width:100%;
/* 2672 */ }
/* 2673 */ 
/* 2674 */ 
/* 2675 */ .js_active .tab_content{
/* 2676 */ display: none;
/* 2677 */ clear: both;
/* 2678 */ padding: 15px;
/* 2679 */ overflow:auto;
/* 2680 */ position: relative;
/* 2681 */ background: #fff;
/* 2682 */ border:1px solid #eeeeee;
/* 2683 */ -webkit-border-bottom-right-radius: 3px;
/* 2684 */ -webkit-border-bottom-left-radius: 3px;
/* 2685 */ -moz-border-radius-bottomright: 3px;
/* 2686 */ -moz-border-radius-bottomleft: 3px;
/* 2687 */ border-bottom-right-radius: 3px;
/* 2688 */ border-bottom-left-radius: 3px;
/* 2689 */ }
/* 2690 */ 
/* 2691 */ .js_active .tab{
/* 2692 */ cursor:pointer;
/* 2693 */ margin:0 2px 0 0;
/* 2694 */ padding:3px 10px 5px;
/* 2695 */ display: block;
/* 2696 */ float: left;
/* 2697 */ border-bottom: none;
/* 2698 */ z-index: 2;
/* 2699 */ position: relative;
/* 2700 */ top:1px;

/* style.css */

/* 2701 */ background:#fff;
/* 2702 */ border:1px solid #eeeeee;
/* 2703 */ border-bottom: none;
/* 2704 */ }
/* 2705 */ 
/* 2706 */ .js_active #top .active_tab{
/* 2707 */ z-index: 4;
/* 2708 */ position: relative;
/* 2709 */ border-bottom: none;
/* 2710 */ background:none repeat scroll 0 0 #fff;
/* 2711 */ color:#555555;
/* 2712 */ }
/* 2713 */ 
/* 2714 */ .js_active #top .active_tab_content{
/* 2715 */ display: block;
/* 2716 */ z-index: 3;
/* 2717 */ position: relative;
/* 2718 */ overflow:auto;
/* 2719 */ }
/* 2720 */ 
/* 2721 */ /*tabs and toggler and slider */
/* 2722 */ .js_active .toggler{
/* 2723 */ background:url("../wp-content/themes/upscale/images/toggle.png") no-repeat scroll 6px -77px #FFFFFF;
/* 2724 */ border:1px solid #eeeeee;
/* 2725 */ }
/* 2726 */ 
/* 2727 */ .js_active  #top .activeTitle{
/* 2728 */ background: #f8f8f8 url('../wp-content/themes/upscale/images/toggle.png') no-repeat 6px 6px ; 
/* 2729 */ border:1px solid #ddd;
/* 2730 */ color:#555555;
/* 2731 */ }
/* 2732 */ 
/* 2733 */ 
/* 2734 */ 
/* 2735 */ 
/* 2736 */ /*combowidget tabs*/
/* 2737 */ 
/* 2738 */ .js_active .avia_combo_widget .tab{
/* 2739 */ cursor:pointer;
/* 2740 */ margin:0;
/* 2741 */ width:25%;
/* 2742 */ display: block;
/* 2743 */ float: left;
/* 2744 */ border-bottom: none;
/* 2745 */ z-index: 2;
/* 2746 */ position: relative;
/* 2747 */ top:1px;
/* 2748 */ border:none;
/* 2749 */ text-align: center;
/* 2750 */ font-size: 11px;

/* style.css */

/* 2751 */ padding:0;
/* 2752 */ background: url("../wp-content/themes/upscale/images/gradient-white.png") repeat-x scroll center top #f8f8f8;
/* 2753 */ }
/* 2754 */ 
/* 2755 */ .js_active .avia_combo_widget .tab span{
/* 2756 */ display: block;
/* 2757 */ padding:9px 0px;
/* 2758 */ border-left:1px solid #eeeeee;
/* 2759 */ border-top:1px solid #eeeeee;
/* 2760 */ }
/* 2761 */ 
/* 2762 */ #top .avia_combo_widget .tab_content .news-content{
/* 2763 */ padding: 7px 0 8px;
/* 2764 */ }
/* 2765 */ 
/* 2766 */ 
/* 2767 */ #top .avia_combo_widget .tab_content .news-wrap{
/* 2768 */ margin:0;
/* 2769 */ }
/* 2770 */ 
/* 2771 */ #top .tab_content .news-wrap li:last-child{
/* 2772 */ padding-bottom:0;
/* 2773 */ }
/* 2774 */ 
/* 2775 */ .js_active .avia_combo_widget .first_tab span{
/* 2776 */ -webkit-border-top-left-radius: 3px;
/* 2777 */ -moz-border-radius-topleft: 3px;
/* 2778 */ border-top-left-radius: 3px;
/* 2779 */ }
/* 2780 */ 
/* 2781 */ .js_active .avia_combo_widget .last_tab span{
/* 2782 */ -webkit-border-top-right-radius: 3px;
/* 2783 */ -moz-border-radius-topright: 3px;
/* 2784 */ border-top-right-radius: 3px;
/* 2785 */ border-right:1px solid #eeeeee;
/* 2786 */ }
/* 2787 */ 
/* 2788 */ 
/* 2789 */ #top .avia_combo_widget .tab_content .news-wrap li{
/* 2790 */ border-top: 1px dotted #eee;
/* 2791 */ }
/* 2792 */ 
/* 2793 */ #top .avia_combo_widget .tab_content .news-wrap li:first-child{
/* 2794 */ border:none;
/* 2795 */ }
/* 2796 */ 
/* 2797 */ .news-wrap a, .news-wrap a:hover{
/* 2798 */ color:#555;
/* 2799 */ }
/* 2800 */ 

/* style.css */

/* 2801 */ h3.widgettitle{
/* 2802 */ padding-bottom:5px;
/* 2803 */ }
/* 2804 */ 
/* 2805 */ 
/* 2806 */ /************************************************************************
/* 2807 *| -) FORM ELEMENTS
/* 2808 *| *************************************************************************/
/* 2809 */ .ajax_form{
/* 2810 */ display:block;
/* 2811 */ clear: both;
/* 2812 */ }
/* 2813 */ 
/* 2814 */ .fieldset{
/* 2815 */ border:none;
/* 2816 */ padding: 0;
/* 2817 */ margin:0;
/* 2818 */ }
/* 2819 */ 
/* 2820 */ .text_input, textarea, select{
/* 2821 */ border-width: 1px;
/* 2822 */ border-style: solid;
/* 2823 */ font-family: Arial, Helevtica, Verdana, san-serif;
/* 2824 */ }
/* 2825 */ 
/* 2826 */ /*searchform*/
/* 2827 */ #searchform{
/* 2828 */ position: absolute;
/* 2829 */ right:0;
/* 2830 */ top:0;
/* 2831 */ }
/* 2832 */ 
/* 2833 */ #searchsubmit {
/* 2834 */ border: medium none;
/* 2835 */ cursor: pointer;
/* 2836 */ display: block;
/* 2837 */ height: 34px;
/* 2838 */ outline: medium none;
/* 2839 */ padding: 0;
/* 2840 */ position: absolute;
/* 2841 */ right: 4px;
/* 2842 */ text-indent: -9999px;
/* 2843 */ top: 4px;
/* 2844 */ width: 34px;
/* 2845 */ z-index: 2;
/* 2846 */ }
/* 2847 */ 
/* 2848 */ #s{
/* 2849 */ border: none;
/* 2850 */ width:200px;

/* style.css */

/* 2851 */ padding:10px 30px 10px 10px;
/* 2852 */ position: relative;
/* 2853 */ }
/* 2854 */ 
/* 2855 */ #submit{
/* 2856 */ cursor: pointer;
/* 2857 */ }
/* 2858 */ 
/* 2859 */ /*Contact Form*/
/* 2860 */ fieldset{
/* 2861 */ border:none;
/* 2862 */ }
/* 2863 */ 
/* 2864 */ .ajax_form .text_area{
/* 2865 */ padding:10px;
/* 2866 */ width:500px;
/* 2867 */ }
/* 2868 */ 
/* 2869 */ .ajax_form .text_input{
/* 2870 */ width:250px;
/* 2871 */ margin-right:10px;
/* 2872 */ }
/* 2873 */ 
/* 2874 */ .ajax_form h3{
/* 2875 */ border:none;
/* 2876 */ }
/* 2877 */ 
/* 2878 */ .ajax_form p{
/* 2879 */ padding: 0 0 10px 0;
/* 2880 */ }
/* 2881 */ 
/* 2882 */ .ajax_form label{
/* 2883 */ font-size: 11px;
/* 2884 */ font-weight: bold;
/* 2885 */ }
/* 2886 */ 
/* 2887 */ .js_active .slideshow_container img{
/* 2888 */ visibility: hidden;
/* 2889 */ }
/* 2890 */ 
/* 2891 */ .valid .text_input, .valid .text_area{border:1px solid #9AA600;} /*#70A41B*/
/* 2892 */ .error .text_input, .error .text_area{border:1px solid #FF6600;}
/* 2893 */ .ajax_alert .text_input, .ajax_alert .text_area{border:1px solid #ffb628;}
/* 2894 */ 
/* 2895 */ input, textarea{
/* 2896 */ color:#666;
/* 2897 */ }
/* 2898 */ 
/* 2899 */ #s{
/* 2900 */ border:4px solid #e1e1e1;

/* style.css */

/* 2901 */ background: #fff;
/* 2902 */ color:#777;
/* 2903 */ }
/* 2904 */ 
/* 2905 */ #searchsubmit{
/* 2906 */ background: transparent url(http://duarrydifusion.com/wp-content/themes/images/skin1/icon-search.png) center center  no-repeat;
/* 2907 */ }
/* 2908 */ 
/* 2909 */ #searchsubmit:hover{
/* 2910 */ background: #eee url(http://duarrydifusion.com/wp-content/themes/images/skin1/icon-search.png) center center  no-repeat;
/* 2911 */ }
/* 2912 */ 
/* 2913 */ .text_input, textarea, select, #commentform input{
/* 2914 */ border:1px solid #e1e1e1;
/* 2915 */ background: #f8f8f8;
/* 2916 */ }
/* 2917 */ 
/* 2918 */ 
/* 2919 */ 
/* 2920 */ /************************************************************************
/* 2921 *| DYNAMIC TEMPLATE STYLES 
/* 2922 *| *************************************************************************/
/* 2923 */ .outer_callout{
/* 2924 */ border: 1px solid #dcdcdc;
/* 2925 */ background: url(../wp-content/themes/upscale/images/gradient-white.png) #f8f8f8 left top repeat-x;
/* 2926 */ position: relative;
/* 2927 */ -moz-box-shadow: 0 0px 3px #ddd;
/* 2928 */ -webkit-box-shadow: 0 0px 3px #ddd;
/* 2929 */ box-shadow: 0 0px 3px #ddd;
/* 2930 */ z-index: 3;
/* 2931 */ clear: both;
/* 2932 */ }
/* 2933 */ 
/* 2934 */ .callout{
/* 2935 */ background-image: none;
/* 2936 */ padding:25px 30px 20px 30px;
/* 2937 */ border: 1px solid #fff;
/* 2938 */ margin:0;
/* 2939 */ }
/* 2940 */ 
/* 2941 */ .callout-panel .outer_callout{
/* 2942 */ top:35px;
/* 2943 */ margin-bottom:-15px;
/* 2944 */ 
/* 2945 */ }
/* 2946 */ 
/* 2947 */ .slider_active.callout-panel .outer_callout{
/* 2948 */ margin-top:10px;
/* 2949 */ }
/* 2950 */ 

/* style.css */

/* 2951 */ .slider_active.callout-panel{
/* 2952 */ padding-bottom: 10px;
/* 2953 */ }
/* 2954 */ 
/* 2955 */ .slider_active.callout-panel.callout_active{
/* 2956 */ padding-bottom: 0;
/* 2957 */ }
/* 2958 */ 
/* 2959 */ 
/* 2960 */ .callout strong{
/* 2961 */ font-weight: normal;
/* 2962 */ color:#555;
/* 2963 */ font-size: 18px;
/* 2964 */ }
/* 2965 */ 
/* 2966 */ .callout p{
/* 2967 */ font-size:12px;
/* 2968 */ font-family: Arial, Helevtica, Verdana, san-serif;
/* 2969 */ font-style: normal;
/* 2970 */ padding:5px 0 0 0;
/* 2971 */ }
/* 2972 */ 
/* 2973 */ .callout .style_wrap{
/* 2974 */ float:right;
/* 2975 */ margin-left:20px;
/* 2976 */ }
/* 2977 */ 
/* 2978 */ .big_button{
/* 2979 */ padding:10px 40px;
/* 2980 */ -moz-border-radius: 45px;
/* 2981 */ -webkit-border-radius:45px;
/* 2982 */ border-radius:45px;
/* 2983 */ display: inline-block;
/* 2984 */ background-image: url(../wp-content/themes/upscale/images/gradient-white.png);
/* 2985 */ background-repeat:repeat-x;
/* 2986 */ border-width: 1px;
/* 2987 */ border-style: solid;
/* 2988 */ outline: none;
/* 2989 */ font-size: 14px;
/* 2990 */ font-family: Georgia,"Times New Roman",Times,serif;
/* 2991 */ font-size:14px;
/* 2992 */ font-style: italic;
/* 2993 */ line-height: 1.4em;
/* 2994 */ }
/* 2995 */ 
/* 2996 */ #top .big_button_grey{
/* 2997 */ background: #D3D3D3 url(../wp-content/themes/upscale/images/gradient-white-strong.png) repeat-x left top;
/* 2998 */ border: none;
/* 2999 */ color: #515151;
/* 3000 */ text-shadow: -1px -1px 0 #EEEEEE;

/* style.css */

/* 3001 */ }
/* 3002 */ 
/* 3003 */ .big_button:hover, #top .big_button_grey:hover{
/* 3004 */ text-decoration: none;
/* 3005 */ background-position: -30px -7px;
/* 3006 */ }
/* 3007 */ 
/* 3008 */ .style_wrap{
/* 3009 */ padding:5px;
/* 3010 */ display: inline-block;
/* 3011 */ background: url(../wp-content/themes/upscale/images/gradient-black-strong.png) transparent left 0px repeat-x;
/* 3012 */ -moz-border-radius: 45px;
/* 3013 */ -webkit-border-radius:45px;
/* 3014 */ border-radius:45px;
/* 3015 */ }
/* 3016 */ 
/* 3017 */ 
/* 3018 */ 
/* 3019 */ .dynamic_textarea_p{
/* 3020 */ 
/* 3021 */ }
/* 3022 */ 
/* 3023 */ .dynamic_textarea_blockquote{
/* 3024 */ background: none;
/* 3025 */ padding:0;
/* 3026 */ text-align: center;
/* 3027 */ font-size: 1.4em;
/* 3028 */ }
/* 3029 */ 
/* 3030 */ .dynamic-column-title{
/* 3031 */ border:none;
/* 3032 */ padding:0;
/* 3033 */ }
/* 3034 */ 
/* 3035 */ #top .template-dynamic .slideshow{
/* 3036 */ height:auto;
/* 3037 */ min-height:100px;
/* 3038 */ width: auto;
/* 3039 */ }
/* 3040 */ 
/* 3041 */ .dynamic_column_boxed .featured img, .dynamic_column_boxed .featured a:hover img{
/* 3042 */ background: none;
/* 3043 */ border: none;
/* 3044 */ padding: 0;
/* 3045 */ }
/* 3046 */ 
/* 3047 */ #top #wrap_all .dynamic_column_boxed .slideshow, #top #wrap_all .dynamic_column_boxed .slideshow_container {
/* 3048 */ background:none;
/* 3049 */ padding:0;
/* 3050 */ }

/* style.css */

/* 3051 */ 
/* 3052 */ div.dynamic_column_boxed{
/* 3053 */ background: url("../wp-content/themes/upscale/images/gradient-black-double.png") repeat-x scroll left top #fff;
/* 3054 */ border: 1px solid #E1E1E1;
/* 3055 */ padding: 5px;
/* 3056 */ margin-bottom: 20px;
/* 3057 */ }
/* 3058 */ 
/* 3059 */ 
/* 3060 */ #top .dynamic_column_boxed .more-link{
/* 3061 */ position: absolute;
/* 3062 */ left:50%;
/* 3063 */ margin-left:-48px;
/* 3064 */ bottom:8px;
/* 3065 */ }
/* 3066 */ 
/* 3067 */ #top .dynamic_column_boxed .post-title{
/* 3068 */ padding:0px 10px;
/* 3069 */ }
/* 3070 */ 
/* 3071 */ .dynamic_column_boxed .entry-content{
/* 3072 */ padding:10px 10px 40px 10px;
/* 3073 */ width:auto;
/* 3074 */ overflow: visible;
/* 3075 */ }
/* 3076 */ 
/* 3077 */ .dynamic_column_boxed .entry-content{
/* 3078 */ position: static;
/* 3079 */ }
/* 3080 */ 
/* 3081 */ /*boxed one column*/
/* 3082 */ 
/* 3083 */ #top .dynamic_column_boxed.grid12 .more-link{
/* 3084 */ left:auto;
/* 3085 */ right:10px;
/* 3086 */ }
/* 3087 */ 
/* 3088 */ #top .dynamic_column_boxed.grid12 .entry-content{
/* 3089 */ width:800px;
/* 3090 */ }
/* 3091 */ 
/* 3092 */ /*boxed two equal columns*/
/* 3093 */ .dynamic_column_boxed.grid6{
/* 3094 */ width:448px;
/* 3095 */ }
/* 3096 */ 
/* 3097 */ /*boxed three equal columns*/
/* 3098 */ .dynamic_column_boxed.grid4{
/* 3099 */ width:288px;
/* 3100 */ }

/* style.css */

/* 3101 */ 
/* 3102 */ /*boxed four equal columns*/
/* 3103 */ 
/* 3104 */ .dynamic_column_boxed.grid3{
/* 3105 */ width:208px;
/* 3106 */ }
/* 3107 */ 
/* 3108 */ /*boxed several not equal columns*/
/* 3109 */ 
/* 3110 */ .dynamic_column_boxed.grid_fifth1 {width: 160px; }
/* 3111 */ 
/* 3112 */ .dynamic_column_boxed.grid_fifth2 {width: 352px; }
/* 3113 */ 
/* 3114 */ .dynamic_column_boxed.grid_fifth3 {width: 544px; }
/* 3115 */ 
/* 3116 */ .dynamic_column_boxed.grid_fifth4 {width: 724px; }
/* 3117 */ 
/* 3118 */ .dynamic_column_boxed.grid8{ width:608px; }
/* 3119 */ 
/* 3120 */ .dynamic_column_boxed.grid9{ width:688px; }
/* 3121 */ 
/* 3122 */ 
/* 3123 */ 
/* 3124 */ 
/* 3125 */ 
/* 3126 */ 
/* 3127 */ /*video player*/
/* 3128 */ .slideshow_container_featured .avia_video, .slideshow_container_featured .video_container iframe{
/* 3129 */ border:8px solid #fff;
/* 3130 */ background: #fff;
/* 3131 */ }
/* 3132 */ 
/* 3133 */ #main .portfolio_entries_open .avia_video, #main .portfolio_entries_open .video_slide iframe{
/* 3134 */ border:1px solid #e1e1e1;
/* 3135 */ padding:4px;
/* 3136 */ background: url("../wp-content/themes/upscale/images/gradient-black-double.png") repeat-x scroll left top #FFFFFF;
/* 3137 */ }
/* 3138 */ 
/* 3139 */ 
/* 3140 */ .avia_video, .avia_video embed, .avia_video object, .video_container object{
/* 3141 */ display:block;
/* 3142 */ position: relative;
/* 3143 */ width:100%;
/* 3144 */ outline: none;
/* 3145 */ height:100%;
/* 3146 */ background: #000;
/* 3147 */ }
/* 3148 */ 
/* 3149 */ div .pptimeleft, div .ppvmax, div .ppmute {
/* 3150 */ text-align: center;

/* style.css */

/* 3151 */ }
/* 3152 */ 
/* 3153 */ div .ppstart {
/* 3154 */ background-position: left top;
/* 3155 */ opacity: 0.5;   
/* 3156 */ }
/* 3157 */ 
/* 3158 */ div .ppstart:hover {
/* 3159 */ background-position: left top;
/* 3160 */ opacity: 0.8;   
/* 3161 */ }
/* 3162 */ 
/* 3163 */ #top .avia_video img, .avia_video img{
/* 3164 */ visibility: visible;
/* 3165 */ border:none;
/* 3166 */ }
/* 3167 */ 
/* 3168 */ /*dont display bugy resize*/
/* 3169 */ .ppfsenter, .ppfsexit {
/* 3170 */ display:none !important;
/* 3171 */ }
/* 3172 */ 
/* 3173 */ #top .pagination .pagination-meta{display:none}
/* 3174 */ 
/* 3175 */ 
/* 3176 */ 
/* 3177 */ 
/* 3178 */ 

/* prettyPhoto.css */

/* 1   */  div.light_rounded .pp_top .pp_left{background: url(../wp-content/themes/upscale/js/prettyPhoto/images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat;}div.light_rounded .pp_top .pp_middle{background:#fff;}div.light_rounded .pp_top .pp_right{background: url(../wp-content/themes/upscale/js/prettyPhoto/images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat;}div.light_rounded .pp_content .ppt{color:#000;}div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right{background:#fff;}div.light_rounded .pp_content{background-color:#fff;}div.light_rounded .pp_next:hover{background: url(../wp-content/themes/upscale/js/prettyPhoto/images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;cursor: pointer;}div.light_rounded .pp_previous:hover{background: url(../wp-content/themes/upscale/js/prettyPhoto/images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;cursor: pointer;}div.light_rounded .pp_expand{background: url(../wp-content/themes/upscale/js/prettyPhoto/images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;cursor: pointer;}div.light_rounded .pp_expand:hover{background: url(../wp-content/themes/upscale/js/prettyPhoto/images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;cursor: pointer;}div.light_rounded .pp_contract{background: url(../wp-content/themes/upscale/js/prettyPhoto/images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;cursor: pointer;}div.light_rounded .pp_contract:hover{background: url(../wp-content/themes/upscale/js/prettyPhoto/images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;cursor: pointer;}div.light_rounded .pp_close{width:75px;height:22px;background: url(../wp-content/themes/upscale/js/prettyPhoto/images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;cursor: pointer;}div.light_rounded #pp_full_res .pp_inline{color:#000;}div.light_rounded .pp_gallery a.pp_arrow_previous,div.light_rounded .pp_gallery a.pp_arrow_next{margin-top:12px !important;}div.light_rounded .pp_nav .pp_play{background: url(../wp-content/themes/upscale/js/prettyPhoto/images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px;}div.light_rounded .pp_nav .pp_pause{background: url(../wp-content/themes/upscale/js/prettyPhoto/images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px;}div.light_rounded .pp_arrow_previous{background: url(../wp-content/themes/upscale/js/prettyPhoto/images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat;}div.light_rounded .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default;}div.light_rounded .pp_arrow_next{background: url(../wp-content/themes/upscale/js/prettyPhoto/images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat;}div.light_rounded .pp_arrow_next.disabled{background-position: -22px -87px;cursor:default;}div.light_rounded .pp_bottom .pp_left{background: url(../wp-content/themes/upscale/js/prettyPhoto/images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat;}div.light_rounded .pp_bottom .pp_middle{background:#fff;}div.light_rounded .pp_bottom .pp_right{background: url(../wp-content/themes/upscale/js/prettyPhoto/images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat;}div.light_rounded .pp_loaderIcon{background: url(../wp-content/themes/upscale/js/prettyPhoto/images/prettyPhoto/light_rounded/loader.gif) center center no-repeat;}div.dark_rounded .pp_top .pp_left{background: url(../wp-content/themes/upscale/js/prettyPhoto/images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat;}div.dark_rounded .pp_top .pp_middle{background: url(../wp-content/themes/upscale/js/prettyPhoto/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat;}div.dark_rounded .pp_top .pp_right{background: url(../wp-content/themes/upscale/js/prettyPhoto/images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat;}div.dark_rounded .pp_content_container .pp_left{background: url(../wp-content/themes/upscale/js/prettyPhoto/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y;}div.dark_rounded .pp_content_container .pp_right{background: url(../wp-content/themes/upscale/js/prettyPhoto/images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y;}div.dark_rounded .pp_content{background: url(../wp-content/themes/upscale/js/prettyPhoto/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat;}div.dark_rounded .pp_next:hover{background: url(../wp-content/themes/upscale/js/prettyPhoto/images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;cursor: pointer;}div.dark_rounded .pp_previous:hover{background: url(../wp-content/themes/upscale/js/prettyPhoto/images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;cursor: pointer;}div.dark_rounded .pp_expand{background: url(../wp-content/themes/upscale/js/prettyPhoto/images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;cursor: pointer;}div.dark_rounded .pp_expand:hover{background: url(../wp-content/themes/upscale/js/prettyPhoto/images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;cursor: pointer;}div.dark_rounded .pp_contract{background: url(../wp-content/themes/upscale/js/prettyPhoto/images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;cursor: pointer;}div.dark_rounded .pp_contract:hover{background: url(../wp-content/themes/upscale/js/prettyPhoto/images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;cursor: pointer;}div.dark_rounded .pp_close{width:75px;height:22px;background: url(../wp-content/themes/upscale/js/prettyPhoto/images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;cursor: pointer;}div.dark_rounded .currentTextHolder{color:#c4c4c4;}div.dark_rounded .pp_description{color:#fff;}div.dark_rounded #pp_full_res .pp_inline{color:#fff;}div.dark_rounded .pp_gallery a.pp_arrow_previous,div.dark_rounded .pp_gallery a.pp_arrow_next{margin-top:12px !important;}div.dark_rounded .pp_nav .pp_play{background: url(../wp-content/themes/upscale/js/prettyPhoto/images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px;}div.dark_rounded .pp_nav .pp_pause{background: url(../wp-content/themes/upscale/js/prettyPhoto/images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px;}div.dark_rounded .pp_arrow_previous{background: url(../wp-content/themes/upscale/js/prettyPhoto/images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat;}div.dark_rounded .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default;}div.dark_rounded .pp_arrow_next{background: url(../wp-content/themes/upscale/js/prettyPhoto/images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat;}div.dark_rounded .pp_arrow_next.disabled{background-position: -22px -87px;cursor:default;}div.dark_rounded .pp_bottom .pp_left{background: url(../wp-content/themes/upscale/js/prettyPhoto/images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat;}div.dark_rounded .pp_bottom .pp_middle{background: url(../wp-content/themes/upscale/js/prettyPhoto/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat;}div.dark_rounded .pp_bottom .pp_right{background: url(../wp-content/themes/upscale/js/prettyPhoto/images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat;}div.dark_rounded .pp_loaderIcon{background: url(../wp-content/themes/upscale/js/prettyPhoto/images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat;}div.dark_square .pp_left ,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content{background: url(../wp-content/themes/upscale/js/prettyPhoto/images/prettyPhoto/dark_square/contentPattern.png) top left repeat;}div.dark_square .currentTextHolder{color:#c4c4c4;}div.dark_square .pp_description{color:#fff;}div.dark_square .pp_loaderIcon{background: url(../wp-content/themes/upscale/js/prettyPhoto/images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat;}div.dark_square .pp_content_container .pp_left{background: url(../wp-content/themes/upscale/js/prettyPhoto/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y;}div.dark_square .pp_content_container .pp_right{background: url(../wp-content/themes/upscale/js/prettyPhoto/images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y;}div.dark_square .pp_expand{background: url(../wp-content/themes/upscale/js/prettyPhoto/images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;cursor: pointer;}div.dark_square .pp_expand:hover{background: url(../wp-content/themes/upscale/js/prettyPhoto/images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;cursor: pointer;}div.dark_square .pp_contract{background: url(../wp-content/themes/upscale/js/prettyPhoto/images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;cursor: pointer;}div.dark_square .pp_contract:hover{background: url(../wp-content/themes/upscale/js/prettyPhoto/images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;cursor: pointer;}div.dark_square .pp_close{width:75px;height:22px;background: url(../wp-content/themes/upscale/js/prettyPhoto/images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;cursor: pointer;}div.dark_square #pp_full_res .pp_inline{color:#fff;}div.dark_square .pp_gallery a.pp_arrow_previous,div.dark_square .pp_gallery a.pp_arrow_next{margin-top:12px !important;}div.dark_square .pp_nav .pp_play{background: url(../wp-content/themes/upscale/js/prettyPhoto/images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px;}div.dark_square .pp_nav .pp_pause{background: url(../wp-content/themes/upscale/js/prettyPhoto/images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px;}div.dark_square .pp_arrow_previous{background: url(../wp-content/themes/upscale/js/prettyPhoto/images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat;}div.dark_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default;}div.dark_square .pp_arrow_next{background: url(../wp-content/themes/upscale/js/prettyPhoto/images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat;}div.dark_square .pp_arrow_next.disabled{background-position: -22px -87px;cursor:default;}div.dark_square .pp_next:hover{background: url(../wp-content/themes/upscale/js/prettyPhoto/images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;cursor: pointer;}div.dark_square .pp_previous:hover{background: url(../wp-content/themes/upscale/js/prettyPhoto/images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;cursor: pointer;}div.light_square .pp_left ,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content{background:#fff;}div.light_square .pp_content .ppt{color:#000;}div.light_square .pp_expand{background: url(../wp-content/themes/upscale/js/prettyPhoto/images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;cursor: pointer;}div.light_square .pp_expand:hover{background: url(../wp-content/themes/upscale/js/prettyPhoto/images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;cursor: pointer;}div.light_square .pp_contract{background: url(../wp-content/themes/upscale/js/prettyPhoto/images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;cursor: pointer;}div.light_square .pp_contract:hover{background: url(../wp-content/themes/upscale/js/prettyPhoto/images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;cursor: pointer;}div.light_square .pp_close{width:75px;height:22px;background: url(../wp-content/themes/upscale/js/prettyPhoto/images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;cursor: pointer;}div.light_square #pp_full_res .pp_inline{color:#000;}div.light_square .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery a.pp_arrow_next{margin-top:12px !important;}div.light_square .pp_nav .pp_play{background: url(../wp-content/themes/upscale/js/prettyPhoto/images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px;}div.light_square .pp_nav .pp_pause{background: url(../wp-content/themes/upscale/js/prettyPhoto/images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px;}div.light_square .pp_arrow_previous{background: url(../wp-content/themes/upscale/js/prettyPhoto/images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat;}div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default;}div.light_square .pp_arrow_next{background: url(../wp-content/themes/upscale/js/prettyPhoto/images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat;}div.light_square .pp_arrow_next.disabled{background-position: -22px -87px;cursor:default;}div.light_square .pp_next:hover{background: url(../wp-content/themes/upscale/js/prettyPhoto/images/prettyPhoto/light_square/btnNext.png) center right no-repeat;cursor: pointer;}div.light_square .pp_previous:hover{background: url(../wp-content/themes/upscale/js/prettyPhoto/images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;cursor: pointer;}div.facebook .pp_top .pp_left{background: url(../wp-content/themes/upscale/js/prettyPhoto/images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat;}div.facebook .pp_top .pp_middle{background: url(../wp-content/themes/upscale/js/prettyPhoto/images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x;}div.facebook .pp_top .pp_right{background: url(../wp-content/themes/upscale/js/prettyPhoto/images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat;}div.facebook .pp_content .ppt{color:#000;}div.facebook .pp_content_container .pp_left{background: url(../wp-content/themes/upscale/js/prettyPhoto/images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y;}div.facebook .pp_content_container .pp_right{background: url(../wp-content/themes/upscale/js/prettyPhoto/images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y;}div.facebook .pp_content{background:#fff;}div.facebook .pp_expand{background: url(../wp-content/themes/upscale/js/prettyPhoto/images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;cursor: pointer;}div.facebook .pp_expand:hover{background: url(../wp-content/themes/upscale/js/prettyPhoto/images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;cursor: pointer;}div.facebook .pp_contract{background: url(../wp-content/themes/upscale/js/prettyPhoto/images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;cursor: pointer;}div.facebook .pp_contract:hover{background: url(../wp-content/themes/upscale/js/prettyPhoto/images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;cursor: pointer;}div.facebook .pp_close{width:22px;height:22px;background: url(../wp-content/themes/upscale/js/prettyPhoto/images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;cursor: pointer;}div.facebook #pp_full_res .pp_inline{color:#000;}div.facebook .pp_loaderIcon{background: url(../wp-content/themes/upscale/js/prettyPhoto/images/prettyPhoto/facebook/loader.gif) center center no-repeat;}div.facebook .pp_arrow_previous{background: url(../wp-content/themes/upscale/js/prettyPhoto/images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;height:22px;margin-top:0;width:22px;}div.facebook .pp_arrow_previous.disabled{background-position:0 -96px;cursor:default;}div.facebook .pp_arrow_next{background: url(../wp-content/themes/upscale/js/prettyPhoto/images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;height:22px;margin-top:0;width:22px;}div.facebook .pp_arrow_next.disabled{background-position: -32px -96px;cursor:default;}div.facebook .pp_nav{margin-top:0;}div.facebook .pp_nav p{font-size:15px;padding:0 3px 0 4px;}div.facebook .pp_nav .pp_play{background: url(../wp-content/themes/upscale/js/prettyPhoto/images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;height:22px;width:22px;}div.facebook .pp_nav .pp_pause{background: url(../wp-content/themes/upscale/js/prettyPhoto/images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;height:22px;width:22px;}div.facebook .pp_next:hover{background: url(../wp-content/themes/upscale/js/prettyPhoto/images/prettyPhoto/facebook/btnNext.png) center right no-repeat;cursor: pointer;}div.facebook .pp_previous:hover{background: url(../wp-content/themes/upscale/js/prettyPhoto/images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;cursor: pointer;}div.facebook .pp_bottom .pp_left{background: url(../wp-content/themes/upscale/js/prettyPhoto/images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat;}div.facebook .pp_bottom .pp_middle{background: url(../wp-content/themes/upscale/js/prettyPhoto/images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x;}div.facebook .pp_bottom .pp_right{background: url(../wp-content/themes/upscale/js/prettyPhoto/images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat;}div.pp_pic_holder a:focus{outline:none;}div.pp_overlay{background:#000;display: none;left:0;position:absolute;top:0;width:100%;z-index:9500;}div.pp_pic_holder{display: none;position:absolute;width:100px;z-index:10000;}.pp_top{height:20px;position: relative;}* html .pp_top{padding:0 20px;}.pp_top .pp_left{height:20px;left:0;position:absolute;width:20px;}.pp_top .pp_middle{height:20px;left:20px;position:absolute;right:20px;}* html .pp_top .pp_middle{left:0;position: static;}.pp_top .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px;}.pp_content{height:40px;}.pp_fade{display: none;}.pp_content_container{position: relative;text-align: left;width:100%;}.pp_content_container .pp_left{padding-left:20px;}.pp_content_container .pp_right{padding-right:20px;}.pp_content_container .pp_details{float: left;margin:10px 0 2px 0;}.pp_description{display: none;margin:0 0 5px 0;}.pp_nav{clear: left;float: left;margin:3px 0 0 0;}.pp_nav p{float: left;margin:2px 4px;}.pp_nav .pp_play,.pp_nav .pp_pause{float: left;margin-right:4px;text-indent: -10000px;}a.pp_arrow_previous,a.pp_arrow_next{display:block;float: left;height:15px;margin-top:3px;overflow: hidden;text-indent: -10000px;width:14px;}.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000;}.pp_gallery{left:50%;margin-top: -50px;position:absolute;z-index:10000;}.pp_gallery ul{float: left;height:35px;margin:0 0 0 5px;overflow: hidden;padding:0;position: relative;}.pp_gallery ul a{border:1px #000 solid;border:1px solid rgba(0,0,0,0.5);display:block;float: left;height:33px;overflow: hidden;}.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff;}.pp_gallery ul a img{border:0;}.pp_gallery li{display:block;float: left;margin:0 5px 0 0;}.pp_gallery li.default a{background: url(../wp-content/themes/upscale/js/prettyPhoto/images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px;}.pp_gallery li.default a img{display: none;}.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px !important;}a.pp_next{background: url(../wp-content/themes/upscale/js/prettyPhoto/images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float: right;height:100%;text-indent: -10000px;width:49%;}a.pp_previous{background: url(../wp-content/themes/upscale/js/prettyPhoto/images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float: left;height:100%;text-indent: -10000px;width:49%;}a.pp_expand,a.pp_contract{cursor: pointer;display: none;height:20px;position:absolute;right:30px;text-indent: -10000px;top:10px;width:20px;z-index:20000;}a.pp_close{display:block;float: right;line-height:22px;text-indent: -10000px;}.pp_bottom{height:20px;position: relative;}* html .pp_bottom{padding:0 20px;}.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px;}.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px;}* html .pp_bottom .pp_middle{left:0;position: static;}.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px;}.pp_loaderIcon{display:block;height:24px;left:50%;margin: -12px 0 0 -12px;position:absolute;top:50%;width:24px;}#pp_full_res{line-height:1 !important;}#pp_full_res .pp_inline{text-align: left;}#pp_full_res .pp_inline p{margin:0 0 15px 0;}div.ppt{color:#fff;display: none;font-size:17px;margin:0 0 5px 15px;z-index:9999;}.clearfix:after{content: ".";display:block;height:0;clear:both;visibility: hidden;}.clearfix {display: inline-block;}* html .clearfix {height:1%;}.clearfix {display:block;}
/* 2   */  
/* 3   */  
/* 4   */  
/* 5   */ /*pemium_photo skin starts here*/
/* 6   */ .premium_photo{
/* 7   */ font-family: "Arial",'Verdana';
/* 8   */ font-size:12px;
/* 9   */ color:#777;
/* 10  */ }
/* 11  */ 
/* 12  */ 
/* 13  */ 
/* 14  */ .premium_photo .pp_top .pp_left, .premium_photo .pp_top .pp_right, .premium_photo .pp_bottom .pp_left, .premium_photo .pp_bottom .pp_right, .premium_photo .pp_arrow_previous, .premium_photo .pp_arrow_next, .premium_photo .pp_nav .pp_play, .premium_photo .pp_nav .pp_pause, .premium_photo .pp_nav .currentTextHolder, .premium_photo .pp_close, .premium_photo .pp_expand, .premium_photo .pp_contract{
/* 15  */ background:url(../wp-content/themes/upscale/js/prettyPhoto/images/prettyPhoto/premium_photo/sprite.png) no-repeat;	
/* 16  */ }
/* 17  */ 
/* 18  */ /*borders*/
/* 19  */ .premium_photo .pp_top .pp_left{
/* 20  */ background-position: -78px -93px;
/* 21  */ }
/* 22  */ 
/* 23  */ .premium_photo .pp_top .pp_right{
/* 24  */ background-position: -112px -93px;
/* 25  */ }
/* 26  */ 
/* 27  */ .premium_photo .pp_bottom .pp_left{
/* 28  */ background-position: -78px -127px;
/* 29  */ }
/* 30  */ 
/* 31  */ .premium_photo .pp_bottom .pp_right{
/* 32  */ background-position: -112px -127px;
/* 33  */ }
/* 34  */ 
/* 35  */ .premium_photo .pp_content{
/* 36  */ background: #f8f8f8;
/* 37  */ }
/* 38  */ 
/* 39  */ .premium_photo  .pp_middle{
/* 40  */ background:url(../wp-content/themes/upscale/js/prettyPhoto/images/prettyPhoto/premium_photo/sprite_x.png) repeat-x;	
/* 41  */ }
/* 42  */ 
/* 43  */ .premium_photo .pp_bottom .pp_middle{
/* 44  */ background-position: bottom left;
/* 45  */ }
/* 46  */ 
/* 47  */ .premium_photo .pp_right , .premium_photo .pp_left{
/* 48  */ background:url(../wp-content/themes/upscale/js/prettyPhoto/images/prettyPhoto/premium_photo/sprite_y.png) repeat-y;	
/* 49  */ }
/* 50  */ 

/* prettyPhoto.css */

/* 51  */ .premium_photo .pp_right{
/* 52  */ background-position: top right;
/* 53  */ }
/* 54  */ 
/* 55  */ .premium_photo .pp_top .pp_left, .premium_photo .pp_bottom .pp_left {
/* 56  */ height: 13px;
/* 57  */ left: 7px;
/* 58  */ position: absolute;
/* 59  */ width: 13px;
/* 60  */ }
/* 61  */ 
/* 62  */ .premium_photo .pp_top .pp_right, .premium_photo .pp_bottom .pp_left,  .premium_photo .pp_bottom .pp_right, .premium_photo .pp_bottom .pp_middle, .premium_photo .pp_top, .premium_photo .pp_bottom{
/* 63  */ height:13px;
/* 64  */ }
/* 65  */ 
/* 66  */ 
/* 67  */ 
/* 68  */ 
/* 69  */ /*buttons*/
/* 70  */ .premium_photo a.pp_arrow_previous, .premium_photo a.pp_arrow_next {
/* 71  */ height: 20px;
/* 72  */ margin: 0;
/* 73  */ width: 20px;
/* 74  */ position: absolute;
/* 75  */ left:0;
/* 76  */ top:5px;
/* 77  */ }
/* 78  */ 
/* 79  */ .premium_photo a.pp_arrow_next{
/* 80  */ left:52px;
/* 81  */ }
/* 82  */ 
/* 83  */ .premium_photo .pp_arrow_previous{
/* 84  */ background-position: -31px -3px;
/* 85  */ }
/* 86  */ 
/* 87  */ .premium_photo .pp_arrow_next{
/* 88  */ background-position: -82px -3px;
/* 89  */ }
/* 90  */ 
/* 91  */ .premium_photo .pp_nav{
/* 92  */ height: 30px;
/* 93  */ left: 5px;
/* 94  */ overflow: visible;
/* 95  */ position: absolute;
/* 96  */ top: 10px;
/* 97  */ width: 100px;
/* 98  */ font-style: italic;
/* 99  */ font-family: "Georgia";
/* 100 */ color:#999;

/* prettyPhoto.css */

/* 101 */ font-size: 10px;
/* 102 */ }
/* 103 */ 
/* 104 */ .premium_photo .pp_nav .currentTextHolder{
/* 105 */ background-position: -127px 0;
/* 106 */ left: 82px;
/* 107 */ line-height: 25px;
/* 108 */ margin: 0;
/* 109 */ padding: 0 0 0 10px;
/* 110 */ position: absolute;
/* 111 */ top: 1px;
/* 112 */ }
/* 113 */ 
/* 114 */ .premium_photo .pp_nav .pp_play, .premium_photo .pp_nav .pp_pause {
/* 115 */ height:30px;
/* 116 */ width:30px;
/* 117 */ background-position: -51px 1px;
/* 118 */ position: absolute;
/* 119 */ left:20px;
/* 120 */ }
/* 121 */ 
/* 122 */ .premium_photo .pp_nav .pp_pause{
/* 123 */ background-position: -51px -29px;
/* 124 */ }
/* 125 */ 
/* 126 */ .premium_photo .pp_details{
/* 127 */ position: relative;
/* 128 */ }
/* 129 */ 
/* 130 */ .premium_photo .pp_description{
/* 131 */ margin:0 50px 5px 135px;
/* 132 */ font-size: 11px;
/* 133 */ font-weight: bold;
/* 134 */ line-height: 14px;
/* 135 */ }
/* 136 */ 
/* 137 */ .premium_photo .ppt{
/* 138 */ font-size: 13px;
/* 139 */ margin: 0 0 0 14px;
/* 140 */ }
/* 141 */ 
/* 142 */ .premium_photo .pp_gallery ul li a{
/* 143 */ background:url(../wp-content/themes/upscale/js/prettyPhoto/images/prettyPhoto/premium_photo/default_thumb.png) center center #f8f8f8;
/* 144 */ border:1px solid #aaa;
/* 145 */ overflow: hidden;
/* 146 */ width:50px;
/* 147 */ }
/* 148 */ 
/* 149 */ .premium_photo .pp_gallery ul li.default a{
/* 150 */ border:1px solid #aaa;

/* prettyPhoto.css */

/* 151 */ }
/* 152 */ 
/* 153 */ .premium_photo .pp_gallery ul a img{
/* 154 */ width:100px;
/* 155 */ }
/* 156 */ 
/* 157 */ .premium_photo .pp_close {
/* 158 */ background-position: 2px 1px;
/* 159 */ height: 30px;
/* 160 */ position: absolute;
/* 161 */ right: 5px;
/* 162 */ top: 13px;
/* 163 */ width: 30px;
/* 164 */ }
/* 165 */ 
/* 166 */ .premium_photo .pp_expand, .premium_photo .pp_contract{
/* 167 */ background-position: 0 -29px;
/* 168 */ height: 28px;
/* 169 */ width: 28px;
/* 170 */ right: 0px;
/* 171 */ top: -18px;
/* 172 */ }
/* 173 */ 
/* 174 */ .premium_photo .pp_expand:hover{
/* 175 */ background-position: 0 -56px;
/* 176 */ }
/* 177 */ 
/* 178 */ .premium_photo .pp_contract{
/* 179 */ background-position: 0 -84px;
/* 180 */ }
/* 181 */ 
/* 182 */ .premium_photo .pp_contract:hover{
/* 183 */ background-position: 0 -113px;
/* 184 */ }
/* 185 */ 
/* 186 */ .premium_photo .pp_close:hover, .premium_photo .pp_nav .pp_play:hover, .premium_photo .pp_nav .pp_pause:hover, .premium_photo .pp_arrow_next:hover, .premium_photo .pp_arrow_previous:hover{
/* 187 */ opacity:0.7;
/* 188 */ }
/* 189 */ 
/* 190 */ 
/* 191 */ .premium_photo .pp_next:hover{
/* 192 */ background:url(../wp-content/themes/upscale/js/prettyPhoto/images/prettyPhoto/premium_photo/sprite_next.png) no-repeat;
/* 193 */ background-position: right 50%;
/* 194 */ }
/* 195 */ 
/* 196 */ .premium_photo .pp_previous:hover{
/* 197 */ background:url(../wp-content/themes/upscale/js/prettyPhoto/images/prettyPhoto/premium_photo/sprite_prev.png) no-repeat;
/* 198 */ background-position: left 50%;
/* 199 */ }
/* 200 */ 

/* prettyPhoto.css */

/* 201 */ .premium_photo .pp_loaderIcon{
/* 202 */ height:20px;
/* 203 */ width:20px;
/* 204 */ background:url(../wp-content/themes/upscale/js/prettyPhoto/images/prettyPhoto/premium_photo/loader.gif) 50% 50%;
/* 205 */ }
/* 206 */ 
/* 207 */ .premium_photo .pp_content{
/* 208 */ padding:0 0 1px 0;
/* 209 */ }
/* 210 */ 
/* 211 */ .premium_photo .pp_gallery .pp_arrow_previous{
/* 212 */ position: relative;
/* 213 */ top:2px;
/* 214 */ }
/* 215 */ 
/* 216 */ .premium_photo .pp_gallery .pp_arrow_next{
/* 217 */ position: absolute;
/* 218 */ top:2px;
/* 219 */ right: -7px;
/* 220 */ left:auto;
/* 221 */ }
/* 222 */ 
/* 223 */ .premium_photo .pp_gallery li{
/* 224 */ margin: 0 1px 0 0;
/* 225 */ }

/* style.css */

/* 1   */ /*
/* 2   *| Theme Name: MACCACO
/* 3   *| Theme URI: http://www.projekktor.com/downloads
/* 4   *| Description: this theme is a screenr clone
/* 5   *| Author: Michel Maillard
/* 6   *| Author URI: http://www.porkhead.org
/* 7   *| */
/* 8   */ /* IE Fix for Floatbox - not required if no floatbox */
/* 9   */ #simplePro,
/* 10  */ #multiPro {
/* 11  */ 	zoom: 1;
/* 12  */ }
/* 13  */ /**************/
/* 14  */ 
/* 15  */ .projekktor {
/* 16  */ background-color:#000;
/* 17  */ font-family: 'Lucida Grande', Trebuchet MS, Arial, Sans-Serif;
/* 18  */ font-size: 12px;
/* 19  */ font-weight: bold;
/* 20  */ text-align:center;
/* 21  */ text-transform:uppercase;
/* 22  */ text-shadow: 0 1px 1px #0c0c0c;
/* 23  */ position:relative;
/* 24  */ padding:0;
/* 25  */ margin:0;
/* 26  */ display:block;
/* 27  */ }
/* 28  */ 
/* 29  */ .ppcontrols {
/* 30  */ position: absolute;
/* 31  */ bottom: 0;
/* 32  */ right:0;
/* 33  */ display: block;
/* 34  */ overflow: hidden;
/* 35  */ width: 100%;
/* 36  */ height: 36px;
/* 37  */ background: url("../wp-content/themes/upscale/js/projekktor/theme/player.png") repeat-x scroll 0 0 #0f0e0e;
/* 38  */ border-style:solid;
/* 39  */ border-color:#413e3e;
/* 40  */ border-width:1px 1px 0 1px;
/* 41  */ padding: 0;
/* 42  */ margin:0;
/* 43  */ }
/* 44  */ 
/* 45  */ .ppplay,
/* 46  */ .pppause  {
/* 47  */ display:block;
/* 48  */ position: absolute;
/* 49  */ top: 0;
/* 50  */ left: 0;

/* style.css */

/* 51  */ background: url("../wp-content/themes/upscale/js/projekktor/theme/maccaco.png") no-repeat left top transparent;
/* 52  */ width: 30px;
/* 53  */ height: 30px;
/* 54  */ cursor: pointer;
/* 55  */ border-right: 1px solid #000;
/* 56  */ }
/* 57  */ .ppplay:hover {
/* 58  */ background: url("../wp-content/themes/upscale/js/projekktor/theme/maccaco.png") no-repeat left -35px transparent;
/* 59  */ }
/* 60  */ .ppplay:active {
/* 61  */ background: url("../wp-content/themes/upscale/js/projekktor/theme/maccaco.png") no-repeat left -36px transparent;
/* 62  */ }
/* 63  */ 
/* 64  */ .pppause {
/* 65  */ display:none;
/* 66  */ background: url("../wp-content/themes/upscale/js/projekktor/theme/maccaco.png") no-repeat left -70px transparent;
/* 67  */ }
/* 68  */ .pppause:hover {
/* 69  */ display:none;
/* 70  */ background: url("../wp-content/themes/upscale/js/projekktor/theme/maccaco.png") no-repeat left -105px transparent;
/* 71  */ }
/* 72  */ .pppause:active {
/* 73  */ display:none;
/* 74  */ background: url("../wp-content/themes/upscale/js/projekktor/theme/maccaco.png") no-repeat left -106px transparent;
/* 75  */ }
/* 76  */ 
/* 77  */ .ppfsenter,
/* 78  */ .ppfsexit  {
/* 79  */ display:block;
/* 80  */ position: absolute;
/* 81  */ top: 0;
/* 82  */ right: 0;
/* 83  */ width: 30px;
/* 84  */ height: 30px;
/* 85  */ background: url("../wp-content/themes/upscale/js/projekktor/theme/maccaco.png") no-repeat right top transparent;
/* 86  */ cursor: pointer;
/* 87  */ border-left: 1px solid #413e3e;
/* 88  */ }
/* 89  */ .ppfsenter:hover {
/* 90  */ background: url("../wp-content/themes/upscale/js/projekktor/theme/maccaco.png") no-repeat right -35px transparent;
/* 91  */ }
/* 92  */ .ppfsenter:active {
/* 93  */ background: url("../wp-content/themes/upscale/js/projekktor/theme/maccaco.png") no-repeat right -36px transparent;
/* 94  */ }
/* 95  */ .ppfsexit {
/* 96  */ background: url("../wp-content/themes/upscale/js/projekktor/theme/maccaco.png") no-repeat right -70px transparent;
/* 97  */ }
/* 98  */ .ppfsexit:hover {
/* 99  */ background: url("../wp-content/themes/upscale/js/projekktor/theme/maccaco.png") no-repeat right -105px transparent;
/* 100 */ }

/* style.css */

/* 101 */ .ppfsexit:active {
/* 102 */ background: url("../wp-content/themes/upscale/js/projekktor/theme/maccaco.png") no-repeat right -106x transparent;
/* 103 */ }
/* 104 */ 
/* 105 */ .ppscrubber {
/* 106 */ position: absolute;
/* 107 */ display: block;
/* 108 */ left: 0;
/* 109 */ bottom: 0;
/* 110 */ height: 5px;
/* 111 */ width: 100%;
/* 112 */ background: url("../wp-content/themes/upscale/js/projekktor/theme/maccaco-load.gif") repeat-x left top transparent;
/* 113 */ margin: auto;
/* 114 */ padding: 0;
/* 115 */ border-bottom: 1px solid #000;
/* 116 */ }
/* 117 */ 
/* 118 */ .ppplayhead, .pploaded {
/* 119 */ position: absolute;
/* 120 */ display: block;
/* 121 */ left: 0;
/* 122 */ bottom: 0;
/* 123 */ height: 5px;
/* 124 */ width: 1px;
/* 125 */ background-color:#fff;
/* 126 */ cursor: pointer;
/* 127 */ z-index: 301;
/* 128 */ }
/* 129 */ .pploaded {
/* 130 */ z-index: 10;
/* 131 */ background: rgb(65, 62, 62) ;
/* 132 */ opacity: 0.8;
/* 133 */ /* ie7 */
/* 134 */ filter: alpha(opacity = 80);
/* 135 */ /* ie8 */
/* 136 */ -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
/* 137 */ }
/* 138 */ 
/* 139 */ .ppplayhead {
/* 140 */ margin-top: -5px;
/* 141 */ }
/* 142 */ 
/* 143 */ .pptitle {
/* 144 */ position: absolute;
/* 145 */ left: 31px;
/* 146 */ padding: 0 10px;
/* 147 */ color: #fff;
/* 148 */ width: 268px;
/* 149 */ overflow: hidden;
/* 150 */ text-align: left;

/* style.css */

/* 151 */ line-height: 30px;
/* 152 */ height:30px;
/* 153 */ border-left:1px solid #413e3e;
/* 154 */ font-size:11px;
/* 155 */ }
/* 156 */ 
/* 157 */ .pptimeleft,
/* 158 */ .ppvmax,
/* 159 */ .ppmute  {
/* 160 */ position: absolute;
/* 161 */ top: 0;
/* 162 */ right: 153px;
/* 163 */ height: 15px;
/* 164 */ color: #fff;
/* 165 */ width: 100px;
/* 166 */ line-height: 30px;
/* 167 */ height: 30px;
/* 168 */ border-left: 1px solid #413e3e;
/* 169 */ border-right: 1px solid #000;
/* 170 */ overflow: hidden;
/* 171 */ }
/* 172 */ 
/* 173 */ /* special for single */
/* 174 */ .pptimeleft {
/* 175 */ background: url("../wp-content/themes/upscale/js/projekktor/theme/maccaco.png") no-repeat -91px top transparent;
/* 176 */ }
/* 177 */ .ppvmax  {
/* 178 */ position: absolute;
/* 179 */ top: 0;
/* 180 */ right: 31px;
/* 181 */ width: 30px;
/* 182 */ border-left:none;
/* 183 */ background: url("../wp-content/themes/upscale/js/projekktor/theme/maccaco.png") no-repeat -842px top transparent;
/* 184 */ }
/* 185 */ .ppvmax:hover  {
/* 186 */ background: url("../wp-content/themes/upscale/js/projekktor/theme/maccaco.png") no-repeat -842px -35px transparent;
/* 187 */ }
/* 188 */ .ppvmax:active  {
/* 189 */ background: url("../wp-content/themes/upscale/js/projekktor/theme/maccaco.png") no-repeat -842px -36px transparent;
/* 190 */ }
/* 191 */ 
/* 192 */ .ppmute  {
/* 193 */ position: absolute;
/* 194 */ top: 0;
/* 195 */ width: 30px;
/* 196 */ right: 122px;
/* 197 */ border-left:1px solid #413e3e;
/* 198 */ border-right:none;
/* 199 */ background: url("../wp-content/themes/upscale/js/projekktor/theme/maccaco.png") no-repeat -750px top transparent;
/* 200 */ }

/* style.css */

/* 201 */ .ppmute:hover  {
/* 202 */ background: url("../wp-content/themes/upscale/js/projekktor/theme/maccaco.png") no-repeat -750px -35px transparent;
/* 203 */ }
/* 204 */ .ppmute:active  {
/* 205 */ background: url("../wp-content/themes/upscale/js/projekktor/theme/maccaco.png") no-repeat -750px -36px transparent;
/* 206 */ }
/* 207 */ 
/* 208 */ .ppvslider {
/* 209 */ position: absolute;
/* 210 */ right:62px;
/* 211 */ top: 13px;
/* 212 */ height: 6px;
/* 213 */ width: 60px;
/* 214 */ background: url("../wp-content/themes/upscale/js/projekktor/theme/maccaco.png") no-repeat -781px -13px transparent;
/* 215 */ }
/* 216 */ 
/* 217 */ .ppvmarker {
/* 218 */ position: absolute;
/* 219 */ right:0;
/* 220 */ left: 0;
/* 221 */ height: 6px;
/* 222 */ width: 100%;
/* 223 */ background: url("../wp-content/themes/upscale/js/projekktor/theme/maccaco.png") no-repeat -634px -13px transparent;
/* 224 */ }
/* 225 */ 
/* 226 */ .ppvknob  {
/* 227 */ cursor: pointer;
/* 228 */ z-index: 201;
/* 229 */ position: absolute;
/* 230 */ background: url("../wp-content/themes/upscale/js/projekktor/theme/maccaco.png") no-repeat -699px -5px transparent;
/* 231 */ top:-7px;
/* 232 */ left:0px;
/* 233 */ width: 6px;
/* 234 */ height: 20px;
/* 235 */ }
/* 236 */ 
/* 237 */ .ppnext,
/* 238 */ .ppprev {
/* 239 */ display:block;
/* 240 */ position: absolute;
/* 241 */ top: 0;
/* 242 */ right: 255px;
/* 243 */ background: url("../wp-content/themes/upscale/js/projekktor/theme/maccaco.png") no-repeat -59px top transparent;
/* 244 */ width: 30px;
/* 245 */ height: 30px;
/* 246 */ cursor: pointer;
/* 247 */ border-left:1px solid #413e3e;
/* 248 */ border-right:1px solid #000;
/* 249 */ }
/* 250 */ .ppnext { border-right:none;}

/* style.css */

/* 251 */ .ppnext:hover {
/* 252 */ background: url("../wp-content/themes/upscale/js/projekktor/theme/maccaco.png") no-repeat -59px -35px transparent;
/* 253 */ }
/* 254 */ .ppnext:active {
/* 255 */ background: url("../wp-content/themes/upscale/js/projekktor/theme/maccaco.png") no-repeat -59px -36px transparent;
/* 256 */ }
/* 257 */ 
/* 258 */ .ppprev {
/* 259 */ right: 284px;
/* 260 */ background: url("../wp-content/themes/upscale/js/projekktor/theme/maccaco.png") no-repeat -32px top transparent;
/* 261 */ }
/* 262 */ 
/* 263 */ .ppprev:hover {
/* 264 */ background: url("../wp-content/themes/upscale/js/projekktor/theme/maccaco.png") no-repeat -32px -35px transparent;
/* 265 */ }
/* 266 */ .ppprev:active {
/* 267 */ background: url("../wp-content/themes/upscale/js/projekktor/theme/maccaco.png") no-repeat -32px -36px transparent;
/* 268 */ }
/* 269 */ 
/* 270 */ .pptestcard {
/* 271 */ background: url("../wp-content/themes/upscale/js/projekktor/theme/noise.gif") center center repeat;
/* 272 */ width: 100%;
/* 273 */ height: 100%;
/* 274 */ color: #fff;
/* 275 */ font-size: 18px;
/* 276 */ overflow: hidden;
/* 277 */ }
/* 278 */ 
/* 279 */ .pptestcard p {
/* 280 */ background-color: #3b393e;
/* 281 */ width: 60%;
/* 282 */ margin: auto;
/* 283 */ line-height: 25px;
/* 284 */ position: relative;
/* 285 */ top: 25%;
/* 286 */ padding: 10px;
/* 287 */ border:5px solid #000;
/* 288 */ text-align: center;
/* 289 */ }
/* 290 */ 
/* 291 */ .ppbuffering {
/* 292 */ position: absolute;
/* 293 */ left: 50%;
/* 294 */ bottom: 50%;
/* 295 */ margin-left:-45px;
/* 296 */ margin-bottom: -38px;
/* 297 */ display: block;
/* 298 */ z-index:9010;
/* 299 */ padding: 0px;
/* 300 */ background: url("../wp-content/themes/upscale/js/projekktor/theme/buffering.gif") no-repeat center center #000;

/* style.css */

/* 301 */ height: 84px;
/* 302 */ width: 84px;
/* 303 */ -moz-border-radius: 15px;
/* 304 */ -webkit-border-radius: 15px;
/* 305 */ display: none;
/* 306 */ }
/* 307 */ 
/* 308 */ 
/* 309 */ .ppstart {
/* 310 */ position: absolute;
/* 311 */ left: 50%;
/* 312 */ bottom: 50%;
/* 313 */ margin-left:-45px;
/* 314 */ margin-bottom: -38px;
/* 315 */ cursor: pointer;
/* 316 */ height: 84px;
/* 317 */ width: 84px;
/* 318 */ display: block;
/* 319 */ z-index:8000;
/* 320 */ padding: 0px;
/* 321 */ background: url("../wp-content/themes/upscale/js/projekktor/theme/start.png") no-repeat left top transparent;
/* 322 */ }
/* 323 */ .ppstart:hover {
/* 324 */ background: url("../wp-content/themes/upscale/js/projekktor/theme/start.png") no-repeat left bottom transparent;
/* 325 */ }
/* 326 */ .ppstart:active{
/* 327 */ background: url("../wp-content/themes/upscale/js/projekktor/theme/start.png") no-repeat left -169px transparent;
/* 328 */ }
/* 329 */ 
/* 330 */ 
/* 331 */ 
/* 332 */ /*
/* 333 *|  SOCIAL
/* 334 *| */
/* 335 */ .ppsocialbar {
/* 336 */     position: absolute;
/* 337 */     right: 0;
/* 338 */     bottom: 14%;
/* 339 */     width: 90px;
/* 340 */     height: 50%;
/* 341 */     padding: 0;
/* 342 */ }
/* 343 */ 
/* 344 */ 
/* 345 */ .ppsocialbutton, .ppsocialbutton:hover {
/* 346 */     cursor: pointer;
/* 347 */     overflow: hidden;
/* 348 */     height: 16px; 
/* 349 */     width: 80px;
/* 350 */     padding: 5px;    

/* style.css */

/* 351 */     margin: 15px 0;
/* 352 */     text-align: center;
/* 353 */     font-size: 14px;    
/* 354 */     background-color: #191B10;
/* 355 */     color: #fdfdfd;
/* 356 */     -moz-border-radius: 5px;
/* 357 */     -webkit-border-radius: 5px;
/* 358 */     line-height: 14px;
/* 359 */     opacity: .5;
/* 360 */     filter: alpha(opacity=50);
/* 361 */     -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
/* 362 */ }
/* 363 */ 
/* 364 */ .ppsocialbutton:hover {
/* 365 */     opacity: 1;
/* 366 */     filter: alpha(opacity=100);
/* 367 */     -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
/* 368 */ }
/* 369 */ 
/* 370 */ 
/* 371 */ 
/* 372 */ 
/* 373 */ .ppsocialpopup {
/* 374 */     position: absolute;
/* 375 */     margin-right: -122px;
/* 376 */     margin-top: -140px;	
/* 377 */     right: 50%;
/* 378 */     top: 50%;
/* 379 */     width: 185px;
/* 380 */     height: 225px;
/* 381 */     text-align: center;
/* 382 */     padding: 10px 20px;
/* 383 */     -moz-border-radius: 5px;
/* 384 */     -webkit-border-radius: 5px;
/* 385 */     background: rgb(34, 34, 34);
/* 386 */     background: rgba(34, 34, 34, 0.8);
/* 387 */     filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99222222, endColorstr=#99222222);
/* 388 */     -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99222222, endColorstr=#99222222)";
/* 389 */     color: #fefefe;
/* 390 */ }
/* 391 */ 
/* 392 */ .ppsocialpopup textarea {
/* 393 */ 	width: 185px;
/* 394 */ 	height: 65px;
/* 395 */ 	border: 1px solid #ccc;
/* 396 */ 	outline: 0 none;
/* 397 */ 	overflow: hidden;
/* 398 */ 	margin: 0;
/* 399 */ 	padding: 0;
/* 400 */ 	display: block;    

/* style.css */

/* 401 */ }
/* 402 */ 
/* 403 */ .ppsocialpopup a {
/* 404 */     display: block;
/* 405 */     width: 100%;
/* 406 */     text-decoration: underline;
/* 407 */     margin: 5px auto;
/* 408 */     text-align: center;
/* 409 */     color: #ddd;
/* 410 */     cursor: pointer;
/* 411 */ }
/* 412 */ 
/* 413 */ .ppsocialpopup a:hover {
/* 414 */     text-decoration: none;
/* 415 */ }

/* shortcodes.css */

/* 1   */ /*Shortcode Button variations Frontend*/
/* 2   */ .shortcode_prev{
/* 3   */ font-family:Arial,Helevtica,Verdana,san-serif;
/* 4   */ }
/* 5   */ 
/* 6   */ .avia-button{
/* 7   */ color:#fff;
/* 8   */ background-image: url("../wp-content/themes/upscale/images/icons/bg-button.png");
/* 9   */ background-repeat: repeat-x;
/* 10  */ background-position: 0 0;
/* 11  */ padding:0 10px;
/* 12  */ font-size: 12px;
/* 13  */ text-decoration: none;
/* 14  */ display:inline-block;
/* 15  */ -webkit-border-radius: 3px;
/* 16  */ -moz-border-radius: 3px;
/* 17  */ border-radius: 3px;
/* 18  */ border-style: solid;
/* 19  */ border-width: 1px;
/* 20  */ margin:3px 0;
/* 21  */ line-height: 28px;
/* 22  */ border-color: #e1e1e1;
/* 23  */ background-color: #f8f8f8;
/* 24  */ position: relative;
/* 25  */ }
/* 26  */ 
/* 27  */ .avia-button:hover{
/* 28  */ background-position: 0 -4px;
/* 29  */ opacity:0.9;
/* 30  */ color:#fff;
/* 31  */ text-decoration: none;
/* 32  */ }
/* 33  */ 
/* 34  */ .avia-button.dark , .avia-button.dark:hover{
/* 35  */ color:#444;
/* 36  */ }
/* 37  */ 
/* 38  */ .avia-button.grey, .avia-button.grey:hover{
/* 39  */ color:#999;
/* 40  */ }
/* 41  */ 
/* 42  */ .avia-button.red{background-color: #b00202; 	border-color: #b00202; }
/* 43  */ .avia-button.orange{background-color: #f6a240; 	border-color: #f6a240; }
/* 44  */ .avia-button.green{background-color: #52851b; 	border-color: #52851b; }
/* 45  */ .avia-button.aqua{background-color: #58c4be; 	border-color: #58c4be; }
/* 46  */ .avia-button.teal{background-color: #1d9f9f; 	border-color: #1d9f9f; }
/* 47  */ .avia-button.purple{background-color: #a258c4; 	border-color: #a258c4; }
/* 48  */ .avia-button.pink{background-color: #f346b0;	border-color: #f346b0; }
/* 49  */ .avia-button.silver{background-color: #d7d7d7; 	border-color: #d7d7d7; }
/* 50  */ 

/* shortcodes.css */

/* 51  */ .avia-button.small{
/* 52  */ padding:0 4px 0px 4px;
/* 53  */ font-size: 10px;
/* 54  */ line-height: 22px;
/* 55  */ }
/* 56  */ 
/* 57  */ .avia-button.large{
/* 58  */ padding:0 10px 0px 10px;
/* 59  */ font-size: 13px;
/* 60  */ line-height: 33px;
/* 61  */ }
/* 62  */ 
/* 63  */ .avia-button.xl{
/* 64  */ padding:0 18px 0px 18px;
/* 65  */ font-size: 14px;
/* 66  */ line-height: 42px;
/* 67  */ }
/* 68  */ 
/* 69  */ .avia-button span{
/* 70  */ position: relative;
/* 71  */ }
/* 72  */ 
/* 73  */ .avia-button .avia-info{ 	background: transparent url("../wp-content/themes/upscale/images/icons/info.png") no-repeat center left; 		padding: 2px 0 2px 22px; left:-2px;}
/* 74  */ .avia-button .avia-alert{	background: transparent url("../wp-content/themes/upscale/images/icons/alert.png") no-repeat center left; 	padding: 2px 0 2px 22px; left:-2px;}
/* 75  */ .avia-button .avia-tick{	background: transparent url("../wp-content/themes/upscale/images/icons/tick.png") no-repeat center left; 		padding: 2px 0 2px 22px; left:-2px;}
/* 76  */ .avia-button .avia-download{background: transparent url("../wp-content/themes/upscale/images/icons/download.png") no-repeat center left; 	padding: 2px 0 2px 22px; left:-2px;}
/* 77  */ .avia-button .avia-note{	background: transparent url("../wp-content/themes/upscale/images/icons/note.png") no-repeat center left; 		padding: 2px 0 2px 22px; left:-2px;}
/* 78  */ .avia-button .avia-error{	background: transparent url("../wp-content/themes/upscale/images/icons/error.png") no-repeat center left; 	padding: 2px 0 2px 22px; left:-2px;}
/* 79  */ .avia-button .avia-help{	background: transparent url("../wp-content/themes/upscale/images/icons/help.png") no-repeat center left; 		padding: 2px 0 2px 22px; left:-2px;}
/* 80  */ 
/* 81  */ 
/* 82  */ 
/* 83  */ 
/* 84  */ /*Inline links with icon*/
/* 85  */ 
/* 86  */ .avia-ilink a{
/* 87  */ text-decoration :none;
/* 88  */ padding: 2px 0 2px 22px;
/* 89  */ display: inline-block;
/* 90  */ }
/* 91  */ 
/* 92  */ 
/* 93  */ .avia-ilink .info{ 	background: transparent url("../wp-content/themes/upscale/images/icons/info.png") no-repeat center left; 		}
/* 94  */ .avia-ilink .alert{	background: transparent url("../wp-content/themes/upscale/images/icons/alert.png") no-repeat center left; 	}
/* 95  */ .avia-ilink .tick{	background: transparent url("../wp-content/themes/upscale/images/icons/tick.png") no-repeat center left; 		}
/* 96  */ .avia-ilink .download{background: transparent url("../wp-content/themes/upscale/images/icons/download.png") no-repeat center left; 	}
/* 97  */ .avia-ilink .note{	background: transparent url("../wp-content/themes/upscale/images/icons/note.png") no-repeat center left; 		}
/* 98  */ .avia-ilink .error{	background: transparent url("../wp-content/themes/upscale/images/icons/error.png") no-repeat center left; 	}
/* 99  */ .avia-ilink .help{	background: transparent url("../wp-content/themes/upscale/images/icons/help.png") no-repeat center left; 		}
/* 100 */ 

/* shortcodes.css */

/* 101 */ 
/* 102 */ /*quotes*/
/* 103 */ 
/* 104 */ blockquote {
/* 105 */ background: transparent url('../wp-content/themes/upscale/images/icons/quotes.png') no-repeat 0 8px; 
/* 106 */ color:#777;
/* 107 */ font-family:Georgia,"Times New Roman",Times,serif;
/* 108 */ clear:both;
/* 109 */ font-size:1.2em;
/* 110 */ font-style:italic;
/* 111 */ line-height:1.4em;
/* 112 */ margin:10px 0 10px 0;
/* 113 */ padding:0 0 0 40px;
/* 114 */ position: relative;
/* 115 */ }
/* 116 */ 
/* 117 */ blockquote p{
/* 118 */ padding:11px 0px;
/* 119 */ }
/* 120 */ 
/* 121 */ blockquote small, blockquote cite, blockquote small a, blockquote cite a, blockquote a small, blockquote a cite{
/* 122 */ font-size: 12px;
/* 123 */ color:#aaa;
/* 124 */ }
/* 125 */ 
/* 126 */ .pullquote_right {
/* 127 */ float:right;
/* 128 */ margin:1% 0 1% 4%;
/* 129 */ padding:0 0 0 40px;
/* 130 */ width:37%;
/* 131 */ clear:none;
/* 132 */ }
/* 133 */ 
/* 134 */ .pullquote_left {
/* 135 */ float:left;
/* 136 */ margin:1% 4% 1% 0;
/* 137 */ padding:0 0 0 40px;
/* 138 */ width:37%;
/* 139 */ clear:none;
/* 140 */ }
/* 141 */ 
/* 142 */ .pullquote_boxed{
/* 143 */ padding:10px 10px 10px 50px;
/* 144 */ border:1px solid #e1e1e1;
/* 145 */ background: #f8f8f8 url('../wp-content/themes/upscale/images/icons/quotes.png') no-repeat 10px 18px;
/* 146 */ }
/* 147 */ 
/* 148 */ 
/* 149 */ /*preview modification only*/
/* 150 */ .shortcode_prev blockquote{

/* shortcodes.css */

/* 151 */ font-size: 14px;
/* 152 */ }
/* 153 */ 
/* 154 */ .shortcode_prev .pullquote_boxed{
/* 155 */ background-position:10px 28px;
/* 156 */ }
/* 157 */ 
/* 158 */ .shortcode_prev .pullquote_left, .shortcode_prev .pullquote_right{
/* 159 */ width:60%;
/* 160 */ }
/* 161 */ 
/* 162 */ 
/* 163 */ /*info boxes*/
/* 164 */ 
/* 165 */ .avia-box{
/* 166 */ padding:15px;
/* 167 */ background: #f8f8f8;
/* 168 */ border-top:1px solid;
/* 169 */ border-bottom:1px solid;
/* 170 */ border-color:#e1e1e1;
/* 171 */ color:#777;
/* 172 */ font-size: 12px;
/* 173 */ line-height: 1.5em;
/* 174 */ text-align: center;
/* 175 */ margin:5px 0;
/* 176 */ }
/* 177 */ 
/* 178 */ .avia-box.large{
/* 179 */ padding:22px;
/* 180 */ font-size: 13px;
/* 181 */ }
/* 182 */ 
/* 183 */ .avia-box.full{
/* 184 */ border-left:1px solid;
/* 185 */ border-right:1px solid;
/* 186 */ border-color:#e1e1e1;
/* 187 */ }
/* 188 */ 
/* 189 */ .avia-box.rounded{
/* 190 */ -webkit-border-radius: 4px;
/* 191 */ -moz-border-radius: 4px;
/* 192 */ border-radius: 4px;
/* 193 */ }
/* 194 */ 
/* 195 */ .avia-innerbox {display:inline-block;}
/* 196 */ .avia-box.custom_icon .avia-innerbox{padding:2px 0 2px 22px; }
/* 197 */ .avia-box.info .avia-innerbox{ 	background: transparent url("../wp-content/themes/upscale/images/icons/info.png") no-repeat center left; 	padding:2px 0 2px 22px;	}
/* 198 */ .avia-box.alert .avia-innerbox{	background: transparent url("../wp-content/themes/upscale/images/icons/alert.png") no-repeat center left; padding:2px 0 2px 22px;	}
/* 199 */ .avia-box.tick .avia-innerbox{	background: transparent url("../wp-content/themes/upscale/images/icons/tick.png") no-repeat center left; 	padding:2px 0 2px 22px; }
/* 200 */ .avia-box.note .avia-innerbox{	background: transparent url("../wp-content/themes/upscale/images/icons/note.png") no-repeat center left; 	padding:2px 0 2px 22px; }

/* shortcodes.css */

/* 201 */ .avia-box.error .avia-innerbox{	background: transparent url("../wp-content/themes/upscale/images/icons/error.png") no-repeat center left; padding:2px 0 2px 22px;	}
/* 202 */ .avia-box.help .avia-innerbox{	background: transparent url("../wp-content/themes/upscale/images/icons/help.png") no-repeat center left; 	padding:2px 0 2px 22px; }
/* 203 */ .avia-box.download .avia-innerbox{	background: transparent url("../wp-content/themes/upscale/images/icons/download.png") no-repeat center left; padding:2px 0 2px 22px;	}
/* 204 */ .avia-box.custom_icon_none .avia-innerbox{padding:2px;}
/* 205 */ 
/* 206 */ 
/* 207 */ .avia-box.info 	{border-color:#4b87d0; background: #a6bfde; color:#fff;}
/* 208 */ .avia-box.alert {border-color:#E6DB55; background: #FFFFE0; color:#9d5501;}
/* 209 */ .avia-box.tick 	{border-color:#8BAF5B; background: #E0F1B5; color:#4F5F39;}
/* 210 */ .avia-box.note 	{border-color:#4b87d0; background: #a6bfde; color:#fff;}
/* 211 */ .avia-box.error {border-color:#941210; background: #f0dcdb; color:#941210;}
/* 212 */ .avia-box.help 	{border-color:#4b87d0; background: #a6bfde; color:#fff;}
/* 213 */ .avia-box.download {border-color:#4b87d0; background: #a6bfde; color:#fff;}
/* 214 */ 
/* 215 */ 
/* 216 */ /*iconbox*/
/* 217 */ .iconbox_icon{
/* 218 */ float:left;
/* 219 */ padding: 8px 5px 0 0;
/* 220 */ }
/* 221 */ 
/* 222 */ .iconbox_content{
/* 223 */ overflow: hidden;
/* 224 */ font-size: 11px;
/* 225 */ line-height: 17px;
/* 226 */ }
/* 227 */ 
/* 228 */ .iconbox .iconbox_content .iconbox_content_title {
/* 229 */ border: medium none;
/* 230 */ padding: 8px 0 3px;
/* 231 */ position: relative;
/* 232 */ top: 7px;
/* 233 */ margin:0;
/* 234 */ font-size: 17px;
/* 235 */ }
/* 236 */ 
/* 237 */ .shortcode_prev .iconbox_content{
/* 238 */ color:#777;
/* 239 */ }
/* 240 */ 
/* 241 */ .shortcode_prev .iconbox_content_title{
/* 242 */ color:#000;
/* 243 */ }

/* styles.css */

/* 1  */ div.wpcf7 {
/* 2  */ 	margin: 0;
/* 3  */ 	padding: 0;
/* 4  */ }
/* 5  */ 
/* 6  */ div.wpcf7-response-output {
/* 7  */ 	margin: 2em 0.5em 1em;
/* 8  */ 	padding: 0.2em 1em;
/* 9  */ }
/* 10 */ 
/* 11 */ div.wpcf7-mail-sent-ok {
/* 12 */ 	border: 2px solid #398f14;
/* 13 */ }
/* 14 */ 
/* 15 */ div.wpcf7-mail-sent-ng {
/* 16 */ 	border: 2px solid #ff0000;
/* 17 */ }
/* 18 */ 
/* 19 */ div.wpcf7-spam-blocked {
/* 20 */ 	border: 2px solid #ffa500;
/* 21 */ }
/* 22 */ 
/* 23 */ div.wpcf7-validation-errors {
/* 24 */ 	border: 2px solid #f7e700;
/* 25 */ }
/* 26 */ 
/* 27 */ span.wpcf7-form-control-wrap {
/* 28 */ 	position: relative;
/* 29 */ }
/* 30 */ 
/* 31 */ span.wpcf7-not-valid-tip {
/* 32 */ 	position: absolute;
/* 33 */ 	top: 20%;
/* 34 */ 	left: 20%;
/* 35 */ 	z-index: 100;
/* 36 */ 	background: #fff;
/* 37 */ 	border: 1px solid #ff0000;
/* 38 */ 	font-size: 10pt;
/* 39 */ 	width: 280px;
/* 40 */ 	padding: 2px;
/* 41 */ }
/* 42 */ 
/* 43 */ span.wpcf7-not-valid-tip-no-ajax {
/* 44 */ 	color: #f00;
/* 45 */ 	font-size: 10pt;
/* 46 */ 	display: block;
/* 47 */ }
/* 48 */ 
/* 49 */ span.wpcf7-list-item {
/* 50 */ 	margin-left: 0.5em;

/* styles.css */

/* 51 */ }
/* 52 */ 
/* 53 */ .wpcf7-display-none {
/* 54 */ 	display: none;
/* 55 */ }
/* 56 */ 
/* 57 */ div.wpcf7 img.ajax-loader {
/* 58 */ 	border: none;
/* 59 */ 	vertical-align: middle;
/* 60 */ 	margin-left: 4px;
/* 61 */ }
/* 62 */ 
/* 63 */ div.wpcf7 .placeheld {
/* 64 */ 	color: #888;
/* 65 */ }

/* nggallery.css */

/* 1   */ /*
/* 2   *| CSS Name: Default Styles
/* 3   *| Description: NextGEN Default Gallery Stylesheet
/* 4   *| Author: Alex Rabe
/* 5   *| Version: 2.11
/* 6   *| 
/* 7   *| This is a template stylesheet that can be used with NextGEN Gallery. I tested the
/* 8   *| styles with a default theme Kubrick. Modify it when your theme struggle with it,
/* 9   *| it's only a template design
/* 10  *| 
/* 11  *| */
/* 12  */ 
/* 13  */ /* ----------- Album Styles Extend -------------*/
/* 14  */ 
/* 15  */ .ngg-albumoverview {
/* 16  */ 	margin-top: 10px;
/* 17  */ 	width: 100%;
/* 18  */ 	clear:both;
/* 19  */ 	display:block !important;
/* 20  */ }
/* 21  */ 
/* 22  */ .ngg-album {
/* 23  */     height: 100%;
/* 24  */     padding: 5px;
/* 25  */     margin-bottom: 5px;
/* 26  */     border: 1px solid #fff;
/* 27  */ }
/* 28  */ 
/* 29  */ /* IE6 will ignore this , again I hate IE6 */
/* 30  */ /* See also http://www.sitepoint.com/article/browser-specific-css-hacks */
/* 31  */ html>body .ngg-album {
/* 32  */     overflow:hidden;
/* 33  */     padding: 5px;
/* 34  */     margin-bottom: 5px;
/* 35  */     border: 1px solid #cccccc;
/* 36  */ }
/* 37  */ 
/* 38  */ .ngg-album {
/* 39  */ 	overflow: hidden;
/* 40  */ 	padding: 5px;
/* 41  */ 	margin-bottom: 5px;
/* 42  */ 	border: 1px solid #cccccc;
/* 43  */ }
/* 44  */ 
/* 45  */ .ngg-albumtitle {
/* 46  */ 	text-align: left;
/* 47  */  	font-weight: bold;
/* 48  */ 	margin:0px;
/* 49  */ 	padding:0px;
/* 50  */ 	font-size: 1.4em;

/* nggallery.css */

/* 51  */ 	margin-bottom: 10px;
/* 52  */ }
/* 53  */ 
/* 54  */ .ngg-thumbnail {
/* 55  */ 	float: left;
/* 56  */ 	margin-right: 12px;
/* 57  */ }
/* 58  */ 
/* 59  */ .ngg-thumbnail img {
/* 60  */ 	background-color:#FFFFFF;
/* 61  */ 	border:1px solid #A9A9A9;
/* 62  */ 	margin:4px 0px 4px 5px;
/* 63  */ 	padding:4px;
/* 64  */ 	position:relative;
/* 65  */ }
/* 66  */ 
/* 67  */ .ngg-thumbnail img:hover {
/* 68  */ 	background-color: #A9A9A9;
/* 69  */ }
/* 70  */ 
/* 71  */ .ngg-description {
/* 72  */ 	text-align: left;
/* 73  */ }
/* 74  */ 
/* 75  */ /* ----------- Album Styles Compact -------------*/
/* 76  */ 
/* 77  */ .ngg-album-compact {
/* 78  */ 	float:left;
/* 79  */ 	padding-right:6px !important;
/* 80  */ 	margin:0px !important;
/* 81  */ 	text-align:left;
/* 82  */ 	width:120px;
/* 83  */ }
/* 84  */ 
/* 85  */ .ngg-album-compactbox {
/* 86  */ 	background:transparent url(../wp-content/plugins/nextgen-gallery/css/albumset.gif) no-repeat scroll 0%;
/* 87  */ 	height:86px;
/* 88  */ 	margin:0pt 0pt 6px !important;
/* 89  */ 	padding:12px 0pt 0pt 7px !important;
/* 90  */ 	width:120px;
/* 91  */ }
/* 92  */ 
/* 93  */ 
/* 94  */ .ngg-album-compactbox .Thumb {
/* 95  */ 	border:1px solid #000000;
/* 96  */ 	margin:0px !important;
/* 97  */ 	padding:0px !important;
/* 98  */ 	width:91px;
/* 99  */ 	height:68px;
/* 100 */ }

/* nggallery.css */

/* 101 */ 
/* 102 */ .ngg-album-compact h4 {
/* 103 */ 	font-size:15px;
/* 104 */ 	font-weight:bold;
/* 105 */ 	margin-bottom:0px;
/* 106 */ 	margin-top:0px;
/* 107 */ 	width:110px;
/* 108 */ }
/* 109 */ 
/* 110 */ .ngg-album-compact p {
/* 111 */ 	font-size:11px;
/* 112 */ 	margin-top:2px;
/* 113 */ }
/* 114 */ 
/* 115 */ /* ----------- Gallery style -------------*/
/* 116 */ 
/* 117 */ .ngg-galleryoverview {
/* 118 */ 	overflow: hidden;
/* 119 */ 	margin-top: 10px;
/* 120 */ 	width: 100%;
/* 121 */ 	clear:both;
/* 122 */ 	display:block !important;
/* 123 */ }
/* 124 */ 
/* 125 */ .ngg-galleryoverview .desc {
/* 126 */ /* required for description */
/* 127 */    margin:0px 10px 10px 0px;
/* 128 */    padding:5px;
/* 129 */ }
/* 130 */ 
/* 131 */ .ngg-gallery-thumbnail-box {
/* 132 */ 	float: left;
/* 133 */ }
/* 134 */ 
/* 135 */ .ngg-gallery-thumbnail {
/* 136 */ 	float: left;
/* 137 */ 	margin-right: 5px;
/* 138 */ 	text-align: center;
/* 139 */ }
/* 140 */ 
/* 141 */ .ngg-gallery-thumbnail img {
/* 142 */ 	background-color:#FFFFFF;
/* 143 */ 	border:1px solid #A9A9A9;
/* 144 */ 	display:block;
/* 145 */ 	margin:4px 0px 4px 5px;
/* 146 */ 	padding:4px;
/* 147 */ 	position:relative;
/* 148 */ }
/* 149 */ 
/* 150 */ .ngg-gallery-thumbnail img:hover {

/* nggallery.css */

/* 151 */ 	background-color: #A9A9A9;
/* 152 */ }
/* 153 */ 
/* 154 */ .ngg-gallery-thumbnail span {
/* 155 */ 	/* Images description */
/* 156 */ 	font-size:90%;
/* 157 */ 	padding-left:5px;
/* 158 */ 	display:block;
/* 159 */ }
/* 160 */ 
/* 161 */ .ngg-clear {
/* 162 */ 	clear: both;
/* 163 */ 	float: none;
/* 164 */ }
/* 165 */ 
/* 166 */ /* ----------- Gallery navigation -------------*/
/* 167 */ 
/* 168 */ .ngg-navigation {
/* 169 */ 	font-size:0.9em !important;
/* 170 */ 	clear:both !important;
/* 171 */ 	display:block !important;
/* 172 */ 	padding-top: 15px;
/* 173 */     padding-bottom: 2px;
/* 174 */ 	text-align:center;
/* 175 */ }
/* 176 */ 
/* 177 */ .ngg-navigation span {
/* 178 */ 	font-weight:bold;
/* 179 */ 	margin:0pt 6px;
/* 180 */ }
/* 181 */ 
/* 182 */ .ngg-navigation a.page-numbers,
/* 183 */ .ngg-navigation a.next,
/* 184 */ .ngg-navigation a.prev,
/* 185 */ .ngg-navigation span.page-numbers,
/* 186 */ .ngg-navigation span.next,
/* 187 */ .ngg-navigation span.prev {
/* 188 */ 	border:1px solid #DDDDDD;
/* 189 */ 	margin-right:3px;
/* 190 */ 	padding:3px 8px;
/* 191 */     text-decoration: none;
/* 192 */ }
/* 193 */ 
/* 194 */ .ngg-navigation a.page-numbers:hover,
/* 195 */ .ngg-navigation a.next:hover,
/* 196 */ .ngg-navigation a.prev:hover,
/* 197 */ .ngg-navigation span.page-numbers:hover,
/* 198 */ .ngg-navigation span.next:hover,
/* 199 */ .ngg-navigation span.prev:hover {
/* 200 */ 	background-color: #0066CC;

/* nggallery.css */

/* 201 */ 	color: #FFFFFF !important;
/* 202 */ 	text-decoration: none !important;
/* 203 */ }
/* 204 */ 
/* 205 */ /* ----------- Image browser style -------------*/
/* 206 */ 
/* 207 */ .ngg-imagebrowser {
/* 208 */ 
/* 209 */ }
/* 210 */ 
/* 211 */ .ngg-imagebrowser h3 {
/* 212 */ 	text-align:center;
/* 213 */ }
/* 214 */ 
/* 215 */ .ngg-imagebrowser img {
/* 216 */ 	border:1px solid #A9A9A9;
/* 217 */ 	margin-top: 10px;
/* 218 */ 	margin-bottom: 10px;
/* 219 */ 	width: 100%;
/* 220 */ 	display:block !important;
/* 221 */ 	padding:5px;
/* 222 */ }
/* 223 */ 
/* 224 */ .ngg-imagebrowser-nav {
/* 225 */ 	padding:5px;
/* 226 */ 	margin-left:10px;
/* 227 */ }
/* 228 */ 
/* 229 */ .ngg-imagebrowser-nav .back {
/* 230 */ 	float:left;
/* 231 */ 	border:1px solid #DDDDDD;
/* 232 */ 	margin-right:3px;
/* 233 */ 	padding:3px 7px;
/* 234 */ }
/* 235 */ 
/* 236 */ .ngg-imagebrowser-nav .next {
/* 237 */ 	float:right;
/* 238 */ 	border:1px solid #DDDDDD;
/* 239 */ 	margin-right:3px;
/* 240 */ 	padding:3px 7px;
/* 241 */ }
/* 242 */ 
/* 243 */ .ngg-imagebrowser-nav .counter {
/* 244 */ 	text-align:center;
/* 245 */ 	font-size:0.9em !important;
/* 246 */ }
/* 247 */ 
/* 248 */ .exif-data {
/* 249 */   	margin-left: auto !important;
/* 250 */     margin-right: auto !important;

/* nggallery.css */

/* 251 */ }
/* 252 */ 
/* 253 */ /* ----------- Slideshow -------------*/
/* 254 */ .slideshow {
/* 255 */ 	margin-left: auto;
/* 256 */ 	margin-right: auto;
/* 257 */ 	text-align:center;
/* 258 */ 	outline: none;
/* 259 */ }
/* 260 */ 
/* 261 */ .slideshowlink {
/* 262 */ 
/* 263 */ }
/* 264 */ 
/* 265 */ /* ----------- JS Slideshow -------------*/
/* 266 */ .ngg-slideshow {
/* 267 */     overflow:hidden;
/* 268 */     position: relative;
/* 269 */ }
/* 270 */ 
/* 271 */ .ngg-slideshow * {
/* 272 */     vertical-align:middle;
/* 273 */ }
/* 274 */ 
/* 275 */ /* See also : http://www.brunildo.org/test/img_center.html */
/* 276 */ .ngg-slideshow-loader{
/* 277 */     display: table-cell;
/* 278 */     text-align: center;
/* 279 */     vertical-align:middle;
/* 280 */ }
/* 281 */ 
/* 282 */ .ngg-slideshow-loader img{
/* 283 */     background: none !important;
/* 284 */     border: 0 none !important;
/* 285 */     margin:auto !important;
/* 286 */ }
/* 287 */ 
/* 288 */ /* ----------- Single picture -------------*/
/* 289 */ .ngg-singlepic {
/* 290 */ 	background-color:#FFFFFF;
/* 291 */ 	display:block;
/* 292 */ 	padding:4px;
/* 293 */ }
/* 294 */ 
/* 295 */ .ngg-left {
/* 296 */ 	float: left;
/* 297 */ 	margin-right:10px;
/* 298 */ }
/* 299 */ 
/* 300 */ .ngg-right {

/* nggallery.css */

/* 301 */ 	float: right;
/* 302 */ 	margin-left:10px;
/* 303 */ }
/* 304 */ 
/* 305 */ .ngg-center {
/* 306 */   	margin-left: auto !important;
/* 307 */     margin-right: auto !important;
/* 308 */ }
/* 309 */ 
/* 310 */ /* ----------- Sidebar widget -------------*/
/* 311 */ .ngg-widget,
/* 312 */ .ngg-widget-slideshow {
/* 313 */ 	overflow: hidden;
/* 314 */ 	margin:0pt;
/* 315 */ 	padding:5px 0px 0px 0pt;
/* 316 */ 	text-align:left;
/* 317 */ }
/* 318 */ 
/* 319 */ .ngg-widget img {
/* 320 */ 	border:2px solid #A9A9A9;
/* 321 */ 	margin:0pt 2px 2px 0px;
/* 322 */ 	padding:1px;
/* 323 */ }
/* 324 */ 
/* 325 */ /* ----------- Related images -------------*/
/* 326 */ .ngg-related-gallery {
/* 327 */ 	background:#F9F9F9;
/* 328 */ 	border:1px solid #E0E0E0;
/* 329 */ 	overflow:hidden;
/* 330 */ 	margin-bottom:1em;
/* 331 */ 	margin-top:1em;
/* 332 */ 	padding:5px;
/* 333 */ }
/* 334 */ .ngg-related-gallery img {
/* 335 */ 	border: 1px solid #DDDDDD;
/* 336 */ 	float: left;
/* 337 */ 	margin: 0pt 3px;
/* 338 */ 	padding: 2px;
/* 339 */ 	height: 50px;
/* 340 */ 	width:  50px;
/* 341 */ }
/* 342 */ 
/* 343 */ .ngg-related-gallery img:hover {
/* 344 */ 	border: 1px solid #000000;
/* 345 */ }
/* 346 */ 
/* 347 */ /* ----------- Gallery list -------------*/
/* 348 */ 
/* 349 */ .ngg-galleryoverview ul li:before {
/* 350 */ 	content: '' !important;

/* nggallery.css */

/* 351 */ }
/* 352 */ 
/* 353 */ .ngg-gallery-list {
/* 354 */ 	list-style-type:none;
/* 355 */ 	padding: 0px !important;
/* 356 */ 	text-indent:0px !important;
/* 357 */ }
/* 358 */ 
/* 359 */ .ngg-galleryoverview div.pic img{
/* 360 */ 	width: 100%;
/* 361 */ }
/* 362 */ 
/* 363 */ .ngg-gallery-list li {
/* 364 */ 	float:left;
/* 365 */ 	margin:0 2px 0px 2px !important;
/* 366 */ 	overflow:hidden;
/* 367 */ }
/* 368 */ 
/* 369 */ .ngg-gallery-list li a {
/* 370 */ 	border:1px solid #CCCCCC;
/* 371 */ 	display:block;
/* 372 */ 	padding:2px;
/* 373 */ }
/* 374 */ 
/* 375 */ .ngg-gallery-list li.selected a{
/* 376 */ 	-moz-background-clip:border;
/* 377 */ 	-moz-background-inline-policy:continuous;
/* 378 */ 	-moz-background-origin:padding;
/* 379 */ 	background:#000000 none repeat scroll 0 0;
/* 380 */ }
/* 381 */ 
/* 382 */ .ngg-gallery-list li img {
/* 383 */ 	height:40px;
/* 384 */ 	width:40px;
/* 385 */ }
/* 386 */ 
/* 387 */ li.ngg-next, li.ngg-prev {
/* 388 */ 	height:40px;
/* 389 */ 	width:40px;
/* 390 */ 	font-size:3.5em;
/* 391 */ }
/* 392 */ 
/* 393 */ li.ngg-next a, li.ngg-prev a  {
/* 394 */ 	padding-top: 10px;
/* 395 */ 	border: none;
/* 396 */ 	text-decoration: none;
/* 397 */ }
/* 398 */ 
/* 399 */ #TB_window {
/* 400 */ 	z-index: 9999 !important;

/* nggallery.css */

/* 401 */ }

/* shutter-reloaded.css */

/* 1  */ /* Shutter */
/* 2  */ #shDisplay div#shTitle {
/* 3  */ 	font: normal 12px/17px 'Lucida Grande', Verdana, sans-serif; /* caption font */
/* 4  */ 	color: #ffffff; /* caption colour */
/* 5  */ 	text-align: center;
/* 6  */ 	margin: 0 auto;
/* 7  */ }
/* 8  */ 
/* 9  */ #shDisplay div#shCount {
/* 10 */ 	color: #999999;
/* 11 */ 	font: normal 10px/12px 'Lucida Grande', Verdana, sans-serif;
/* 12 */ }
/* 13 */ 
/* 14 */ #shDisplay div#shTitle a {
/* 15 */ 	text-decoration: none;
/* 16 */ 	font: bold 16pt 'Courier New', Courier, fixed;
/* 17 */ 	letter-spacing: -2px;
/* 18 */ 	margin: 0 10px;
/* 19 */ 	width: 26px;
/* 20 */ 	color: #999999;
/* 21 */ }
/* 22 */ 
/* 23 */ #shDisplay div#shTitle a:hover {
/* 24 */ 	color: #ffffff;
/* 25 */ 	border: none;
/* 26 */ }
/* 27 */ 
/* 28 */ #shDisplay div#shNext{
/* 29 */ 	float:right;
/* 30 */ }
/* 31 */ 
/* 32 */ #shDisplay div#shPrev {
/* 33 */ 	float:left;
/* 34 */ }
/* 35 */ 
/* 36 */ body {
/* 37 */ 	height: 100%;
/* 38 */ }
/* 39 */ 
/* 40 */ #shShutter *, #shDisplay * {
/* 41 */ 	padding: 0;
/* 42 */ 	margin: 0;
/* 43 */ }
/* 44 */ 
/* 45 */ div#shShutter, div#shDisplay {
/* 46 */ 	top: 0;
/* 47 */ 	left: 0;
/* 48 */ 	width: 100%;
/* 49 */ 	position: absolute;
/* 50 */ }

/* shutter-reloaded.css */

/* 51 */ 
/* 52 */ div#shShutter {
/* 53 */ 	height: 100%;
/* 54 */ 	z-index: 10000;
/* 55 */ 	background-color: #000000;
/* 56 */ 	opacity: 0.8;
/* 57 */ 	filter:alpha(opacity=80);
/* 58 */ }
/* 59 */ 
/* 60 */ div#shDisplay {
/* 61 */ 	display: block;
/* 62 */ 	background-color: transparent;
/* 63 */ 	z-index: 10002;
/* 64 */ }
/* 65 */ 
/* 66 */ div#shDisplay img#shTopImg {
/* 67 */ 	margin: 0 auto;
/* 68 */ 	border: 1px solid #555;
/* 69 */ 	background: transparent;
/* 70 */ 	display: block;
/* 71 */ 	max-width: none;
/* 72 */ 	max-height: none;
/* 73 */ 	float: none;
/* 74 */ 	padding:2px;
/* 75 */ 	cursor: pointer;
/* 76 */ }
/* 77 */ 
/* 78 */ div#shDisplay div#shWrap {
/* 79 */ 	visibility: hidden;
/* 80 */ }
/* 81 */ 
/* 82 */ div#shWaitBar {
/* 83 */ 	font: bold 32px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
/* 84 */ 	height: 36px;
/* 85 */ 	width: 100%;
/* 86 */ 	left: 0;
/* 87 */ 	cursor: default;
/* 88 */ 	opacity: 0.999;
/* 89 */ 	filter: alpha(opacity=100);
/* 90 */ 	z-index: 10001;
/* 91 */ 	margin-top: 160px;
/* 92 */ 	color: #ae0a0a;
/* 93 */     text-align: center;
/* 94 */ }

/* scrollGallery.css */

/* 1  */ /*
/* 2  *|  * BMo-Design's ScrollGallery ExampleCSS
/* 3  *|  */
/* 4  */ .scrollgallery{
/* 5  */ 	position:relative;/*has to be postion:relativ or static*/
/* 6  */     width:800px; /*change this*/
/* 7  */ 	font-family:"Arial";
/* 8  */ 	font-size:14px;
/* 9  */ 	line-height:20px;
/* 10 */ }
/* 11 */ .scrollgallery .imageareaContent img{
/* 12 */     width:770px; /*change this*/
/* 13 */ }
/* 14 */ 
/* 15 */ /*scrollGallery Design*/
/* 16 */ .scrollgallery{
/* 17 */ 	margin:0px;
/* 18 */ 	padding:0px;
/* 19 */ }
/* 20 */ 
/* 21 */ .scrollgallery .scrollGalleryHead{
/* 22 */ 	padding:10px 10px 0px 10px;
/* 23 */ 	margin-top:20px;
/* 24 */ }
/* 25 */ 
/* 26 */ .scrollgallery .scrollGalleryFoot{
/* 27 */ 	padding:10px 10px 5px 10px;
/* 28 */ 	margin-top:5px;
/* 29 */ }
/* 30 */ 
/* 31 */ 
/* 32 */ .scrollgallery .thumbarea{
/* 33 */ 	overflow: auto; 
/* 34 */ 	overflow-y: hidden; 
/* 35 */ 	overflow-x: auto;
/* 36 */ 	width:100%; 
/* 37 */ 	margin:0px; 
/* 38 */ 	padding:0px;
/* 39 */ }
/* 40 */ .scrollgallery .thumbareaContent{
/* 41 */  	white-space: nowrap;       /* important */	
/* 42 */ }
/* 43 */ .scrollgallery .thumbareaContent img{
/* 44 */ 	padding:0px;
/* 45 */     margin:0px;
/* 46 */ 	margin-right:8px;
/* 47 */ 	display: inline;
/* 48 */ 	cursor:pointer;
/* 49 */ }
/* 50 */ .scrollgallery .imagearea{

/* scrollGallery.css */

/* 51 */ 	overflow: auto; 
/* 52 */ 	overflow-y: hidden; 
/* 53 */ 	overflow-x: auto;
/* 54 */ 	width:100%; 
/* 55 */ 	margin:0px; 
/* 56 */ 	padding:0px;
/* 57 */ }
/* 58 */ .scrollgallery .imageareaContent{
/* 59 */  	white-space: nowrap;       /* important */
/* 60 */ }
/* 61 */ .scrollgallery .imageareaContent img{
/* 62 */     margin:0px;
/* 63 */ 	padding:3px;
/* 64 */ 	display:inline;
/* 65 */ 	
/* 66 */ 	background: url(../wp-content/plugins/nextgen-scrollgallery/scrollGallery/ajax-loader.gif) center center no-repeat;
/* 67 */ }
/* 68 */ 
/* 69 */ /*Caption Version*/
/* 70 */ .scrollgallery .imageareaContent .caption_container{
/* 71 */ 	position:relative;
/* 72 */ 	display:inline;
/* 73 */ 	margin:0px 5px 0px 5px;
/* 74 */ }
/* 75 */ .scrollgallery .imageareaContent .caption_container div{
/* 76 */ 	position:absolute;
/* 77 */ 	display:inline;
/* 78 */ 	padding:5px 10px 5px 10px;
/* 79 */ 	background-color:#fff;
/* 80 */ 	margin:0px;
/* 81 */ 	margin-top:-15px;
/* 82 */ 	z-index:auto;
/* 83 */ 	top:0px;
/* 84 */ 	left:0px;
/* 85 */ 	line-height:14px;
/* 86 */ }

/* scrollGallery_shadowDesign.css */

/* 1  */ /*
/* 2  *| CSS Name: CSS3 Shadow-Design 
/* 3  *| Description: Gives your NextGEN scrollGallery a shadow style.
/* 4  *| Author: Benedikt Morschheuser
/* 5  *| Version: 1.1
/* 6  *| ImgMargins: 0px 0px 0px 3px;
/* 7  *| */
/* 8  */ 
/* 9  */ /* ----------- Styles extend -------------*/
/* 10 */ .scrollgallery .scrollGalleryHead{
/* 11 */ }
/* 12 */ .scrollgallery .scrollGalleryFoot{
/* 13 */ }
/* 14 */ .scrollgallery .thumbarea{
/* 15 */ 	padding-top:3px;
/* 16 */ 	padding-bottom:3px;
/* 17 */ }
/* 18 */ .scrollgallery .thumbareaContent img{
/* 19 */     padding: 3px;
/* 20 */ 	-moz-border-radius: 3px;
/* 21 */ 	-webkit-border-radius: 3px;
/* 22 */ 	border-radius: 3px;
/* 23 */ 	-moz-box-shadow: 0 0 3px #888;
/* 24 */ 	-webkit-box-shadow: 0 0 3px #888;
/* 25 */ 	box-shadow: 0 0 3px #888;
/* 26 */ 	margin-left:8px !important;
/* 27 */ }
/* 28 */ .scrollgallery .imagearea{
/* 29 */ 	padding: 5px;
/* 30 */ }
/* 31 */ .scrollgallery .imageareaContent img{
/* 32 */     padding: 5px;
/* 33 */ 	-moz-border-radius: 5px;
/* 34 */ 	-webkit-border-radius: 5px;
/* 35 */ 	border-radius: 5px;
/* 36 */ 	-moz-box-shadow: 0 0 5px #888;
/* 37 */ 	-webkit-box-shadow: 0 0 5px #888;
/* 38 */ 	box-shadow: 0 0 5px #888;
/* 39 */ }
/* 40 */ .scrollgallery .imageareaContent .caption_container div{
/* 41 */ 	margin-left:3px !important;
/* 42 */ }
/* 43 */