
/* style.css */

/* 1    */ /*
/* 2    *| Theme Name: dmartin
/* 3    *| Theme URI: 
/* 4    *| Description: Site de Dominique Martin
/* 5    *| Version: 1.0
/* 6    *| Author: 
/* 7    *| Author URI: 
/* 8    *| Tags: fixed-width, three-columns, valid HTML5, valid XHTML, widgets
/* 9    *| */
/* 10   */ 
/* 11   */ /* Created by Artisteer v4.2.0.60623 */
/* 12   */ 
/* 13   */ #dm-main
/* 14   */ {
/* 15   */    background: #D8D9D8 url('/wp-content/themes/dmartin/images/pageglare.png') no-repeat scroll;
/* 16   */    background: url('/wp-content/themes/dmartin/images/pageglare.png') no-repeat, -webkit-linear-gradient(top, #FCFCFC 0, #B2B3B2 1050px) no-repeat;
/* 17   */    background: url('/wp-content/themes/dmartin/images/pageglare.png') no-repeat, -moz-linear-gradient(top, #FCFCFC 0, #B2B3B2 1050px) no-repeat;
/* 18   */    background: url('/wp-content/themes/dmartin/images/pageglare.png') no-repeat, -o-linear-gradient(top, #FCFCFC 0, #B2B3B2 1050px) no-repeat;
/* 19   */    background: url('/wp-content/themes/dmartin/images/pageglare.png') no-repeat, -ms-linear-gradient(top, #FCFCFC 0, #B2B3B2 1050px) no-repeat;
/* 20   */    -svg-background: url('/wp-content/themes/dmartin/images/pageglare.png') no-repeat, linear-gradient(top, #FCFCFC 0, #B2B3B2 1050px) no-repeat;
/* 21   */    background: url('/wp-content/themes/dmartin/images/pageglare.png') no-repeat, linear-gradient(to bottom, #FCFCFC 0, #B2B3B2 1050px) no-repeat;
/* 22   */    margin:0 auto;
/* 23   */    font-size: 13px;
/* 24   */    font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
/* 25   */    text-transform: none;
/* 26   */    font-variant: normal;
/* 27   */    position: relative;
/* 28   */    width: 100%;
/* 29   */    min-height: 100%;
/* 30   */    left: 0;
/* 31   */    top: 0;
/* 32   */    cursor:default;
/* 33   */    overflow:hidden;
/* 34   */ }
/* 35   */ table, ul.dm-hmenu
/* 36   */ {
/* 37   */    font-size: 13px;
/* 38   */    font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
/* 39   */    text-transform: none;
/* 40   */    font-variant: normal;
/* 41   */ }
/* 42   */ 
/* 43   */ h1, h2, h3, h4, h5, h6, p, a, ul, ol, li
/* 44   */ {
/* 45   */    margin: 0;
/* 46   */    padding: 0;
/* 47   */ }
/* 48   */ 
/* 49   */ /* Reset buttons border. It's important for input and button tags. 
/* 50   *|  * border-collapse should be separate for shadow in IE. 

/* style.css */

/* 51   *|  */
/* 52   */ .dm-button
/* 53   */ {
/* 54   */    border-collapse: separate;
/* 55   */    -webkit-background-origin: border !important;
/* 56   */    -moz-background-origin: border !important;
/* 57   */    background-origin: border-box !important;
/* 58   */    background: #88070E;
/* 59   */    background: -webkit-linear-gradient(top, #BD0A13 0, #520408 100%) no-repeat;
/* 60   */    background: -moz-linear-gradient(top, #BD0A13 0, #520408 100%) no-repeat;
/* 61   */    background: -o-linear-gradient(top, #BD0A13 0, #520408 100%) no-repeat;
/* 62   */    background: -ms-linear-gradient(top, #BD0A13 0, #520408 100%) no-repeat;
/* 63   */    -svg-background: linear-gradient(top, #BD0A13 0, #520408 100%) no-repeat;
/* 64   */    background: linear-gradient(to bottom, #BD0A13 0, #520408 100%) no-repeat;
/* 65   */    -webkit-border-radius:4px;
/* 66   */    -moz-border-radius:4px;
/* 67   */    border-radius:4px;
/* 68   */    -webkit-box-shadow:0 0 2px 1px rgba(0, 0, 0, 0.15);
/* 69   */    -moz-box-shadow:0 0 2px 1px rgba(0, 0, 0, 0.15);
/* 70   */    box-shadow:0 0 2px 1px rgba(0, 0, 0, 0.15);
/* 71   */    border:1px solid #9B9D9B;
/* 72   */    padding:0 20px;
/* 73   */    margin:0 auto;
/* 74   */    height:29px;
/* 75   */ }
/* 76   */ 
/* 77   */ .dm-postcontent,
/* 78   */ .dm-postheadericons,
/* 79   */ .dm-postfootericons,
/* 80   */ .dm-blockcontent,
/* 81   */ ul.dm-vmenu a 
/* 82   */ {
/* 83   */    text-align: left;
/* 84   */ }
/* 85   */ 
/* 86   */ .dm-postcontent,
/* 87   */ .dm-postcontent li,
/* 88   */ .dm-postcontent table,
/* 89   */ .dm-postcontent a,
/* 90   */ .dm-postcontent a:link,
/* 91   */ .dm-postcontent a:visited,
/* 92   */ .dm-postcontent a.visited,
/* 93   */ .dm-postcontent a:hover,
/* 94   */ .dm-postcontent a.hovered
/* 95   */ {
/* 96   */    font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
/* 97   */    text-transform: none;
/* 98   */    font-variant: normal;
/* 99   */    text-align: justify;
/* 100  */ }

/* style.css */

/* 101  */ 
/* 102  */ .dm-postcontent p
/* 103  */ {
/* 104  */    margin: 12px 0;
/* 105  */ }
/* 106  */ 
/* 107  */ .dm-postcontent h1, .dm-postcontent h1 a, .dm-postcontent h1 a:link, .dm-postcontent h1 a:visited, .dm-postcontent h1 a:hover,
/* 108  */ .dm-postcontent h2, .dm-postcontent h2 a, .dm-postcontent h2 a:link, .dm-postcontent h2 a:visited, .dm-postcontent h2 a:hover,
/* 109  */ .dm-postcontent h3, .dm-postcontent h3 a, .dm-postcontent h3 a:link, .dm-postcontent h3 a:visited, .dm-postcontent h3 a:hover,
/* 110  */ .dm-postcontent h4, .dm-postcontent h4 a, .dm-postcontent h4 a:link, .dm-postcontent h4 a:visited, .dm-postcontent h4 a:hover,
/* 111  */ .dm-postcontent h5, .dm-postcontent h5 a, .dm-postcontent h5 a:link, .dm-postcontent h5 a:visited, .dm-postcontent h5 a:hover,
/* 112  */ .dm-postcontent h6, .dm-postcontent h6 a, .dm-postcontent h6 a:link, .dm-postcontent h6 a:visited, .dm-postcontent h6 a:hover,
/* 113  */ .dm-blockheader .t, .dm-blockheader .t a, .dm-blockheader .t a:link, .dm-blockheader .t a:visited, .dm-blockheader .t a:hover,
/* 114  */ .dm-vmenublockheader .t, .dm-vmenublockheader .t a, .dm-vmenublockheader .t a:link, .dm-vmenublockheader .t a:visited, .dm-vmenublockheader .t a:hover,
/* 115  */ .dm-headline, .dm-headline a, .dm-headline a:link, .dm-headline a:visited, .dm-headline a:hover,
/* 116  */ .dm-slogan, .dm-slogan a, .dm-slogan a:link, .dm-slogan a:visited, .dm-slogan a:hover,
/* 117  */ .dm-postheader, .dm-postheader a, .dm-postheader a:link, .dm-postheader a:visited, .dm-postheader a:hover
/* 118  */ {
/* 119  */    font-size: 32px;
/* 120  */    font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
/* 121  */    font-weight: bold;
/* 122  */    font-style: normal;
/* 123  */    text-decoration: none;
/* 124  */ }
/* 125  */ 
/* 126  */ .dm-postcontent a, .dm-postcontent a:link
/* 127  */ {
/* 128  */    font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
/* 129  */    text-decoration: none;
/* 130  */    color: #7E070D;
/* 131  */ }
/* 132  */ 
/* 133  */ .dm-postcontent a:visited, .dm-postcontent a.visited
/* 134  */ {
/* 135  */    font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
/* 136  */    text-decoration: none;
/* 137  */    color: #9B9D9B;
/* 138  */ }
/* 139  */ 
/* 140  */ .dm-postcontent  a:hover, .dm-postcontent a.hover
/* 141  */ {
/* 142  */    font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
/* 143  */    text-decoration: underline;
/* 144  */    color: #7E070D;
/* 145  */ }
/* 146  */ 
/* 147  */ .dm-postcontent h1
/* 148  */ {
/* 149  */    color: #7B7783;
/* 150  */    margin: 20px 0 0;

/* style.css */

/* 151  */    font-size: 28px;
/* 152  */    font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
/* 153  */    font-weight: normal;
/* 154  */    font-style: normal;
/* 155  */    text-transform: uppercase;
/* 156  */ }
/* 157  */ 
/* 158  */ .dm-blockcontent h1
/* 159  */ {
/* 160  */    margin: 20px 0 0;
/* 161  */    font-size: 28px;
/* 162  */    font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
/* 163  */    font-weight: normal;
/* 164  */    font-style: normal;
/* 165  */    text-transform: uppercase;
/* 166  */ }
/* 167  */ 
/* 168  */ .dm-postcontent h1 a, .dm-postcontent h1 a:link, .dm-postcontent h1 a:hover, .dm-postcontent h1 a:visited, .dm-blockcontent h1 a, .dm-blockcontent h1 a:link, .dm-blockcontent h1 a:hover, .dm-blockcontent h1 a:visited 
/* 169  */ {
/* 170  */    font-size: 28px;
/* 171  */    font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
/* 172  */    font-weight: normal;
/* 173  */    font-style: normal;
/* 174  */    text-transform: uppercase;
/* 175  */ }
/* 176  */ 
/* 177  */ .dm-postcontent h2
/* 178  */ {
/* 179  */    color: #9A97A1;
/* 180  */    margin-top: 19px;
/* 181  */    margin-bottom: 19px;
/* 182  */    font-size: 24px;
/* 183  */    font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
/* 184  */ }
/* 185  */ 
/* 186  */ .dm-blockcontent h2
/* 187  */ {
/* 188  */    margin-top: 19px;
/* 189  */    margin-bottom: 19px;
/* 190  */    font-size: 24px;
/* 191  */    font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
/* 192  */ }
/* 193  */ 
/* 194  */ .dm-postcontent h2 a, .dm-postcontent h2 a:link, .dm-postcontent h2 a:hover, .dm-postcontent h2 a:visited, .dm-blockcontent h2 a, .dm-blockcontent h2 a:link, .dm-blockcontent h2 a:hover, .dm-blockcontent h2 a:visited 
/* 195  */ {
/* 196  */    font-size: 24px;
/* 197  */    font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
/* 198  */ }
/* 199  */ 
/* 200  */ .dm-postcontent h3

/* style.css */

/* 201  */ {
/* 202  */    color: #F5424B;
/* 203  */    margin: 20px 0 0;
/* 204  */    font-size: 19px;
/* 205  */    font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
/* 206  */ }
/* 207  */ 
/* 208  */ .dm-blockcontent h3
/* 209  */ {
/* 210  */    margin: 20px 0 0;
/* 211  */    font-size: 19px;
/* 212  */    font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
/* 213  */ }
/* 214  */ 
/* 215  */ .dm-postcontent h3 a, .dm-postcontent h3 a:link, .dm-postcontent h3 a:hover, .dm-postcontent h3 a:visited, .dm-blockcontent h3 a, .dm-blockcontent h3 a:link, .dm-blockcontent h3 a:hover, .dm-blockcontent h3 a:visited 
/* 216  */ {
/* 217  */    font-size: 19px;
/* 218  */    font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
/* 219  */ }
/* 220  */ 
/* 221  */ .dm-postcontent h4
/* 222  */ {
/* 223  */    color: #686A68;
/* 224  */    margin-top: 20px;
/* 225  */    margin-bottom: 20px;
/* 226  */    font-size: 16px;
/* 227  */    font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
/* 228  */ }
/* 229  */ 
/* 230  */ .dm-blockcontent h4
/* 231  */ {
/* 232  */    margin-top: 20px;
/* 233  */    margin-bottom: 20px;
/* 234  */    font-size: 16px;
/* 235  */    font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
/* 236  */ }
/* 237  */ 
/* 238  */ .dm-postcontent h4 a, .dm-postcontent h4 a:link, .dm-postcontent h4 a:hover, .dm-postcontent h4 a:visited, .dm-blockcontent h4 a, .dm-blockcontent h4 a:link, .dm-blockcontent h4 a:hover, .dm-blockcontent h4 a:visited 
/* 239  */ {
/* 240  */    font-size: 16px;
/* 241  */    font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
/* 242  */ }
/* 243  */ 
/* 244  */ .dm-postcontent h5
/* 245  */ {
/* 246  */    color: #686A68;
/* 247  */    margin-top: 26px;
/* 248  */    margin-bottom: 26px;
/* 249  */    font-size: 13px;
/* 250  */    font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;

/* style.css */

/* 251  */ }
/* 252  */ 
/* 253  */ .dm-blockcontent h5
/* 254  */ {
/* 255  */    margin-top: 26px;
/* 256  */    margin-bottom: 26px;
/* 257  */    font-size: 13px;
/* 258  */    font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
/* 259  */ }
/* 260  */ 
/* 261  */ .dm-postcontent h5 a, .dm-postcontent h5 a:link, .dm-postcontent h5 a:hover, .dm-postcontent h5 a:visited, .dm-blockcontent h5 a, .dm-blockcontent h5 a:link, .dm-blockcontent h5 a:hover, .dm-blockcontent h5 a:visited 
/* 262  */ {
/* 263  */    font-size: 13px;
/* 264  */    font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
/* 265  */ }
/* 266  */ 
/* 267  */ .dm-postcontent h6
/* 268  */ {
/* 269  */    color: #B4B6B4;
/* 270  */    margin-top: 35px;
/* 271  */    margin-bottom: 35px;
/* 272  */    font-size: 11px;
/* 273  */    font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
/* 274  */ }
/* 275  */ 
/* 276  */ .dm-blockcontent h6
/* 277  */ {
/* 278  */    margin-top: 35px;
/* 279  */    margin-bottom: 35px;
/* 280  */    font-size: 11px;
/* 281  */    font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
/* 282  */ }
/* 283  */ 
/* 284  */ .dm-postcontent h6 a, .dm-postcontent h6 a:link, .dm-postcontent h6 a:hover, .dm-postcontent h6 a:visited, .dm-blockcontent h6 a, .dm-blockcontent h6 a:link, .dm-blockcontent h6 a:hover, .dm-blockcontent h6 a:visited 
/* 285  */ {
/* 286  */    font-size: 11px;
/* 287  */    font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
/* 288  */ }
/* 289  */ 
/* 290  */ header, footer, article, nav, #dm-hmenu-bg, .dm-sheet, .dm-hmenu a, .dm-vmenu a, .dm-slidenavigator > a, .dm-checkbox:before, .dm-radiobutton:before
/* 291  */ {
/* 292  */    -webkit-background-origin: border !important;
/* 293  */    -moz-background-origin: border !important;
/* 294  */    background-origin: border-box !important;
/* 295  */ }
/* 296  */ 
/* 297  */ header, footer, article, nav, #dm-hmenu-bg, .dm-sheet, .dm-slidenavigator > a, .dm-checkbox:before, .dm-radiobutton:before
/* 298  */ {
/* 299  */    display: block;
/* 300  */    -webkit-box-sizing: border-box;

/* style.css */

/* 301  */    -moz-box-sizing: border-box;
/* 302  */    box-sizing: border-box;
/* 303  */ }
/* 304  */ 
/* 305  */ ul
/* 306  */ {
/* 307  */    list-style-type: none;
/* 308  */ }
/* 309  */ 
/* 310  */ ol
/* 311  */ {
/* 312  */    list-style-position: inside;
/* 313  */ }
/* 314  */ 
/* 315  */ html, body
/* 316  */ {
/* 317  */    height: 100%;
/* 318  */ }
/* 319  */ 
/* 320  */ /**
/* 321  *|  * 2. Prevent iOS text size adjust after orientation change, without disabling
/* 322  *|  *    user zoom.
/* 323  *|  * https://github.com/necolas/normalize.css
/* 324  *|  */
/* 325  */ 
/* 326  */ html {
/* 327  */    -ms-text-size-adjust: 100%;
/* 328  */    /* 2 */
/* 329  */     -webkit-text-size-adjust: 100%;
/* 330  */ /* 2 */}
/* 331  */ 
/* 332  */ body
/* 333  */ {
/* 334  */    padding: 0;
/* 335  */    margin:0;
/* 336  */    min-width: 1000px;
/* 337  */    color: #3D3E3D;
/* 338  */ }
/* 339  */ 
/* 340  */ .dm-header:before, #dm-header-bg:before, .dm-layout-cell:before, .dm-layout-wrapper:before, .dm-footer:before, .dm-nav:before, #dm-hmenu-bg:before, .dm-sheet:before
/* 341  */ {
/* 342  */    width: 100%;
/* 343  */    content: " ";
/* 344  */    display: table;
/* 345  */ }
/* 346  */ .dm-header:after, #dm-header-bg:after, .dm-layout-cell:after, .dm-layout-wrapper:after, .dm-footer:after, .dm-nav:after, #dm-hmenu-bg:after, .dm-sheet:after,
/* 347  */ .cleared, .clearfix:after {
/* 348  */    clear: both;
/* 349  */    font: 0/0 serif;
/* 350  */    display: block;

/* style.css */

/* 351  */    content: " ";
/* 352  */ }
/* 353  */ 
/* 354  */ form
/* 355  */ {
/* 356  */    padding: 0;
/* 357  */    margin: 0;
/* 358  */ }
/* 359  */ 
/* 360  */ table.position
/* 361  */ {
/* 362  */    position: relative;
/* 363  */    width: 100%;
/* 364  */    table-layout: fixed;
/* 365  */ }
/* 366  */ 
/* 367  */ li h1, .dm-postcontent li h1, .dm-blockcontent li h1 
/* 368  */ {
/* 369  */    margin:1px;
/* 370  */ } 
/* 371  */ li h2, .dm-postcontent li h2, .dm-blockcontent li h2 
/* 372  */ {
/* 373  */    margin:1px;
/* 374  */ } 
/* 375  */ li h3, .dm-postcontent li h3, .dm-blockcontent li h3 
/* 376  */ {
/* 377  */    margin:1px;
/* 378  */ } 
/* 379  */ li h4, .dm-postcontent li h4, .dm-blockcontent li h4 
/* 380  */ {
/* 381  */    margin:1px;
/* 382  */ } 
/* 383  */ li h5, .dm-postcontent li h5, .dm-blockcontent li h5 
/* 384  */ {
/* 385  */    margin:1px;
/* 386  */ } 
/* 387  */ li h6, .dm-postcontent li h6, .dm-blockcontent li h6 
/* 388  */ {
/* 389  */    margin:1px;
/* 390  */ } 
/* 391  */ li p, .dm-postcontent li p, .dm-blockcontent li p 
/* 392  */ {
/* 393  */    margin:1px;
/* 394  */ }
/* 395  */ 
/* 396  */ 
/* 397  */ .dm-shapes
/* 398  */ {
/* 399  */    position: absolute;
/* 400  */    top: 0;

/* style.css */

/* 401  */    right: 0;
/* 402  */    bottom: 0;
/* 403  */    left: 0;
/* 404  */    overflow: hidden;
/* 405  */    z-index: 0;
/* 406  */ }
/* 407  */ 
/* 408  */ .dm-slider-inner {
/* 409  */    position: relative;
/* 410  */    overflow: hidden;
/* 411  */    width: 100%;
/* 412  */    height: 100%;
/* 413  */ }
/* 414  */ 
/* 415  */ .dm-slidenavigator > a {
/* 416  */    display: inline-block;
/* 417  */    vertical-align: middle;
/* 418  */    outline-style: none;
/* 419  */    font-size: 1px;
/* 420  */ }
/* 421  */ 
/* 422  */ .dm-slidenavigator > a:last-child {
/* 423  */    margin-right: 0 !important;
/* 424  */ }
/* 425  */ 
/* 426  */ .dm-headline
/* 427  */ {
/* 428  */   display: inline-block;
/* 429  */   position: absolute;
/* 430  */   min-width: 50px;
/* 431  */   top: 7px;
/* 432  */   left: 8.63%;
/* 433  */   margin-left: -62px !important;
/* 434  */   line-height: 100%;
/* 435  */   -webkit-transform: rotate(0deg);
/* 436  */   -moz-transform: rotate(0deg);
/* 437  */   -o-transform: rotate(0deg);
/* 438  */   -ms-transform: rotate(0deg);
/* 439  */   transform: rotate(0deg);
/* 440  */   z-index: 101;
/* 441  */ }
/* 442  */ 
/* 443  */ .dm-headline, 
/* 444  */ .dm-headline a, 
/* 445  */ .dm-headline a:link, 
/* 446  */ .dm-headline a:visited, 
/* 447  */ .dm-headline a:hover
/* 448  */ {
/* 449  */ font-size: 36px;
/* 450  */ font-family: Georgia, 'Times New Roman', Times, Serif;

/* style.css */

/* 451  */ font-weight: normal;
/* 452  */ font-style: italic;
/* 453  */ text-decoration: none;
/* 454  */ text-transform: none;
/* 455  */   padding: 0;
/* 456  */   margin: 0;
/* 457  */   color: #FFFFFF !important;
/* 458  */   white-space: nowrap;
/* 459  */ }
/* 460  */ .dm-slogan
/* 461  */ {
/* 462  */   display: inline-block;
/* 463  */   position: absolute;
/* 464  */   min-width: 50px;
/* 465  */   top: 51px;
/* 466  */   left: 16.16%;
/* 467  */   line-height: 100%;
/* 468  */   margin-left: -108px !important;
/* 469  */   -webkit-transform: rotate(0deg);
/* 470  */   -moz-transform: rotate(0deg);
/* 471  */   -o-transform: rotate(0deg);
/* 472  */   -ms-transform: rotate(0deg);
/* 473  */   transform: rotate(0deg);
/* 474  */   z-index: 102;
/* 475  */   white-space: nowrap;
/* 476  */ }
/* 477  */ 
/* 478  */ .dm-slogan, 
/* 479  */ .dm-slogan a, 
/* 480  */ .dm-slogan a:link, 
/* 481  */ .dm-slogan a:visited, 
/* 482  */ .dm-slogan a:hover
/* 483  */ {
/* 484  */ font-size: 24px;
/* 485  */ font-family: Georgia, 'Times New Roman', Times, Serif;
/* 486  */ font-weight: bold;
/* 487  */ font-style: normal;
/* 488  */ text-decoration: none;
/* 489  */ text-transform: none;
/* 490  */   padding: 0;
/* 491  */   margin: 0;
/* 492  */   color: #E8E8E8 !important;
/* 493  */ }
/* 494  */ 
/* 495  */ 
/* 496  */ 
/* 497  */ 
/* 498  */ 
/* 499  */ 
/* 500  */ 

/* style.css */

/* 501  */ .dm-sheet
/* 502  */ {
/* 503  */    background: #FCFCFC;
/* 504  */    -webkit-border-radius:5px;
/* 505  */    -moz-border-radius:5px;
/* 506  */    border-radius:5px;
/* 507  */    -webkit-box-shadow:0 0 4px 2px rgba(0, 0, 0, 0.1);
/* 508  */    -moz-box-shadow:0 0 4px 2px rgba(0, 0, 0, 0.1);
/* 509  */    box-shadow:0 0 4px 2px rgba(0, 0, 0, 0.1);
/* 510  */    margin:50px auto 0;
/* 511  */    position:relative;
/* 512  */    cursor:auto;
/* 513  */    width: 1000px;
/* 514  */    z-index: auto !important;
/* 515  */ }
/* 516  */ 
/* 517  */ .dm-header
/* 518  */ {
/* 519  */    -webkit-border-radius:5px 5px 0 0;
/* 520  */    -moz-border-radius:5px 5px 0 0;
/* 521  */    border-radius:5px 5px 0 0;
/* 522  */    margin:0 auto;
/* 523  */    background-repeat: no-repeat;
/* 524  */    height: 250px;
/* 525  */    background-image: url('/wp-content/themes/dmartin/images/object839921249.jpg'),url('/wp-content/themes/dmartin/images/object575425814.jpg'),url('/wp-content/themes/dmartin/images/object698565993.jpg'),url('/wp-content/themes/dmartin/images/object1967733077.jpg'),url('/wp-content/themes/dmartin/images/object1722156118.png'), url('/wp-content/themes/dmartin/images/header.jpg');
/* 526  */    background-position: 361px 89px,556px 97px,183px 105px,818px 2px,19px 92px, 0 0;
/* 527  */    position: relative;
/* 528  */    z-index: auto !important;
/* 529  */ }
/* 530  */ 
/* 531  */ .custom-responsive .dm-header
/* 532  */ {
/* 533  */    background-image: url('/wp-content/themes/dmartin/images/object839921249.jpg'),url('/wp-content/themes/dmartin/images/object575425814.jpg'),url('/wp-content/themes/dmartin/images/object698565993.jpg'),url('/wp-content/themes/dmartin/images/object1967733077.jpg'),url('/wp-content/themes/dmartin/images/object1722156118.png'), url('/wp-content/themes/dmartin/images/header.jpg');
/* 534  */    background-position: 361px 89px,556px 97px,183px 105px,818px 2px,19px 92px, 0 0;
/* 535  */ }
/* 536  */ 
/* 537  */ .default-responsive .dm-header,
/* 538  */ .default-responsive #dm-header-bg
/* 539  */ {
/* 540  */    background-image: url('/wp-content/themes/dmartin/images/header.jpg');
/* 541  */    background-position: center center;
/* 542  */    background-size: cover;
/* 543  */ }
/* 544  */ 
/* 545  */ .dm-header>.widget 
/* 546  */ {
/* 547  */    position:absolute;
/* 548  */    z-index:101;
/* 549  */ }
/* 550  */ 

/* style.css */

/* 551  */ .dm-header .dm-slider-inner
/* 552  */ {
/* 553  */    -webkit-border-radius:5px 5px 0 0;
/* 554  */    -moz-border-radius:5px 5px 0 0;
/* 555  */    border-radius:5px 5px 0 0;
/* 556  */ }
/* 557  */ 
/* 558  */ .dm-nav
/* 559  */ {
/* 560  */    background: #88070E;
/* 561  */    background: -webkit-linear-gradient(top, #AE0911 0, #61050A 100%) no-repeat;
/* 562  */    background: -moz-linear-gradient(top, #AE0911 0, #61050A 100%) no-repeat;
/* 563  */    background: -o-linear-gradient(top, #AE0911 0, #61050A 100%) no-repeat;
/* 564  */    background: -ms-linear-gradient(top, #AE0911 0, #61050A 100%) no-repeat;
/* 565  */    -svg-background: linear-gradient(top, #AE0911 0, #61050A 100%) no-repeat;
/* 566  */    background: linear-gradient(to bottom, #AE0911 0, #61050A 100%) no-repeat;
/* 567  */    padding:6px;
/* 568  */    margin:0 auto;
/* 569  */    position: relative;
/* 570  */    z-index: 499;
/* 571  */    text-align: left;
/* 572  */ }
/* 573  */ 
/* 574  */ ul.dm-hmenu a, ul.dm-hmenu a:link, ul.dm-hmenu a:visited, ul.dm-hmenu a:hover 
/* 575  */ {
/* 576  */    outline: none;
/* 577  */    position: relative;
/* 578  */    z-index: 11;
/* 579  */ }
/* 580  */ 
/* 581  */ ul.dm-hmenu, ul.dm-hmenu ul
/* 582  */ {
/* 583  */    display: block;
/* 584  */    margin: 0;
/* 585  */    padding: 0;
/* 586  */    border: 0;
/* 587  */    list-style-type: none;
/* 588  */ }
/* 589  */ 
/* 590  */ ul.dm-hmenu li
/* 591  */ {
/* 592  */    position: relative;
/* 593  */    z-index: 5;
/* 594  */    display: block;
/* 595  */    float: left;
/* 596  */    background: none;
/* 597  */    margin: 0;
/* 598  */    padding: 0;
/* 599  */    border: 0;
/* 600  */ }

/* style.css */

/* 601  */ 
/* 602  */ ul.dm-hmenu li:hover
/* 603  */ {
/* 604  */    z-index: 10000;
/* 605  */    white-space: normal;
/* 606  */ }
/* 607  */ 
/* 608  */ ul.dm-hmenu:after, ul.dm-hmenu ul:after
/* 609  */ {
/* 610  */    content: ".";
/* 611  */    height: 0;
/* 612  */    display: block;
/* 613  */    visibility: hidden;
/* 614  */    overflow: hidden;
/* 615  */    clear: both;
/* 616  */ }
/* 617  */ 
/* 618  */ ul.dm-hmenu, ul.dm-hmenu ul 
/* 619  */ {
/* 620  */    min-height: 0;
/* 621  */ }
/* 622  */ 
/* 623  */ ul.dm-hmenu 
/* 624  */ {
/* 625  */    display: inline-block;
/* 626  */    vertical-align: middle;
/* 627  */ }
/* 628  */ 
/* 629  */ .dm-nav:before 
/* 630  */ {
/* 631  */    content:' ';
/* 632  */ }
/* 633  */ 
/* 634  */ .dm-hmenu-extra1
/* 635  */ {
/* 636  */    position: relative;
/* 637  */    display: block;
/* 638  */    float: left;
/* 639  */    width: auto;
/* 640  */    height: auto;
/* 641  */    background-position: center;
/* 642  */ }
/* 643  */ 
/* 644  */ .dm-hmenu-extra2
/* 645  */ {
/* 646  */    position: relative;
/* 647  */    display: block;
/* 648  */    float: right;
/* 649  */    width: auto;
/* 650  */    height: auto;

/* style.css */

/* 651  */    background-position: center;
/* 652  */ }
/* 653  */ 
/* 654  */ .dm-hmenu
/* 655  */ {
/* 656  */    float: left;
/* 657  */ }
/* 658  */ 
/* 659  */ .dm-menuitemcontainer
/* 660  */ {
/* 661  */    margin:0 auto;
/* 662  */ }
/* 663  */ ul.dm-hmenu>li {
/* 664  */    margin-left: 5px;
/* 665  */ }
/* 666  */ ul.dm-hmenu>li:first-child {
/* 667  */    margin-left: 2px;
/* 668  */ }
/* 669  */ ul.dm-hmenu>li:last-child, ul.dm-hmenu>li.last-child {
/* 670  */    margin-right: 2px;
/* 671  */ }
/* 672  */ 
/* 673  */ ul.dm-hmenu>li>a
/* 674  */ {
/* 675  */    -webkit-border-radius:2px;
/* 676  */    -moz-border-radius:2px;
/* 677  */    border-radius:2px;
/* 678  */    border:1px solid transparent;
/* 679  */    padding:0 22px;
/* 680  */    margin:0 auto;
/* 681  */    position: relative;
/* 682  */    display: block;
/* 683  */    height: 29px;
/* 684  */    cursor: pointer;
/* 685  */    text-decoration: none;
/* 686  */    color: #D8D7DB;
/* 687  */    line-height: 29px;
/* 688  */    text-align: center;
/* 689  */ }
/* 690  */ 
/* 691  */ .dm-hmenu>li>a, 
/* 692  */ .dm-hmenu>li>a:link, 
/* 693  */ .dm-hmenu>li>a:visited, 
/* 694  */ .dm-hmenu>li>a.active, 
/* 695  */ .dm-hmenu>li>a:hover
/* 696  */ {
/* 697  */    font-size: 14px;
/* 698  */    font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
/* 699  */    font-weight: bold;
/* 700  */    font-style: normal;

/* style.css */

/* 701  */    text-decoration: none;
/* 702  */    text-transform: uppercase;
/* 703  */    text-align: left;
/* 704  */ }
/* 705  */ 
/* 706  */ ul.dm-hmenu>li>a.active
/* 707  */ {
/* 708  */    background: #D8D9D8;
/* 709  */    background: -webkit-linear-gradient(top, #F0F0F0 0, #C4C5C4 100%) no-repeat;
/* 710  */    background: -moz-linear-gradient(top, #F0F0F0 0, #C4C5C4 100%) no-repeat;
/* 711  */    background: -o-linear-gradient(top, #F0F0F0 0, #C4C5C4 100%) no-repeat;
/* 712  */    background: -ms-linear-gradient(top, #F0F0F0 0, #C4C5C4 100%) no-repeat;
/* 713  */    -svg-background: linear-gradient(top, #F0F0F0 0, #C4C5C4 100%) no-repeat;
/* 714  */    background: linear-gradient(to bottom, #F0F0F0 0, #C4C5C4 100%) no-repeat;
/* 715  */    -webkit-border-radius:2px;
/* 716  */    -moz-border-radius:2px;
/* 717  */    border-radius:2px;
/* 718  */    border:1px solid #9B9D9B;
/* 719  */    padding:0 22px;
/* 720  */    margin:0 auto;
/* 721  */    color: #3D3E3D;
/* 722  */    text-decoration: none;
/* 723  */ }
/* 724  */ 
/* 725  */ ul.dm-hmenu>li>a:visited, 
/* 726  */ ul.dm-hmenu>li>a:hover, 
/* 727  */ ul.dm-hmenu>li:hover>a {
/* 728  */    text-decoration: none;
/* 729  */ }
/* 730  */ 
/* 731  */ ul.dm-hmenu>li>a:hover, .desktop ul.dm-hmenu>li:hover>a
/* 732  */ {
/* 733  */    background: #76727E;
/* 734  */    background: -webkit-linear-gradient(top, #888490 0, #7D7986 29%, #64616B 100%) no-repeat;
/* 735  */    background: -moz-linear-gradient(top, #888490 0, #7D7986 29%, #64616B 100%) no-repeat;
/* 736  */    background: -o-linear-gradient(top, #888490 0, #7D7986 29%, #64616B 100%) no-repeat;
/* 737  */    background: -ms-linear-gradient(top, #888490 0, #7D7986 29%, #64616B 100%) no-repeat;
/* 738  */    -svg-background: linear-gradient(top, #888490 0, #7D7986 29%, #64616B 100%) no-repeat;
/* 739  */    background: linear-gradient(to bottom, #888490 0, #7D7986 29%, #64616B 100%) no-repeat;
/* 740  */    -webkit-border-radius:2px;
/* 741  */    -moz-border-radius:2px;
/* 742  */    border-radius:2px;
/* 743  */    border:1px solid #625E68;
/* 744  */    padding:0 22px;
/* 745  */    margin:0 auto;
/* 746  */ }
/* 747  */ ul.dm-hmenu>li>a:hover, 
/* 748  */ .desktop ul.dm-hmenu>li:hover>a {
/* 749  */    color: #E8E8E8;
/* 750  */    text-decoration: none;

/* style.css */

/* 751  */ }
/* 752  */ 
/* 753  */ ul.dm-hmenu>li:before
/* 754  */ {
/* 755  */    position:absolute;
/* 756  */    display: block;
/* 757  */    content:' ';
/* 758  */    top:0;
/* 759  */    left:  -5px;
/* 760  */    width:5px;
/* 761  */    height: 29px;
/* 762  */    background: url('/wp-content/themes/dmartin/images/menuseparator.png') center center no-repeat;
/* 763  */ }
/* 764  */ ul.dm-hmenu>li:first-child:before{
/* 765  */    display:none;
/* 766  */ }
/* 767  */ 
/* 768  */ ul.dm-hmenu li li a
/* 769  */ {
/* 770  */    background: #8A8792;
/* 771  */    background: transparent;
/* 772  */    -webkit-border-radius:3px;
/* 773  */    -moz-border-radius:3px;
/* 774  */    border-radius:3px;
/* 775  */    padding:0 8px;
/* 776  */    margin:0 auto;
/* 777  */ }
/* 778  */ ul.dm-hmenu li li 
/* 779  */ {
/* 780  */    float: none;
/* 781  */    width: auto;
/* 782  */    margin-top: 0;
/* 783  */    margin-bottom: 0;
/* 784  */ }
/* 785  */ 
/* 786  */ .desktop ul.dm-hmenu li li ul>li:first-child 
/* 787  */ {
/* 788  */    margin-top: 0;
/* 789  */ }
/* 790  */ 
/* 791  */ ul.dm-hmenu li li ul>li:last-child 
/* 792  */ {
/* 793  */    margin-bottom: 0;
/* 794  */ }
/* 795  */ 
/* 796  */ .dm-hmenu ul a
/* 797  */ {
/* 798  */    display: block;
/* 799  */    white-space: nowrap;
/* 800  */    height: 24px;

/* style.css */

/* 801  */    min-width: 7em;
/* 802  */    border: 0 solid transparent;
/* 803  */    text-align: left;
/* 804  */    line-height: 24px;
/* 805  */    color: #1C1B1D;
/* 806  */    font-size: 12px;
/* 807  */    font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
/* 808  */    text-decoration: none;
/* 809  */    margin:0;
/* 810  */ }
/* 811  */ 
/* 812  */ .dm-hmenu ul a:link, 
/* 813  */ .dm-hmenu ul a:visited, 
/* 814  */ .dm-hmenu ul a.active, 
/* 815  */ .dm-hmenu ul a:hover
/* 816  */ {
/* 817  */    text-align: left;
/* 818  */    line-height: 24px;
/* 819  */    color: #1C1B1D;
/* 820  */    font-size: 12px;
/* 821  */    font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
/* 822  */    text-decoration: none;
/* 823  */    margin:0;
/* 824  */ }
/* 825  */ 
/* 826  */ ul.dm-hmenu ul li a:hover, .desktop ul.dm-hmenu ul li:hover>a
/* 827  */ {
/* 828  */    background: #625E68;
/* 829  */    -webkit-border-radius:3px;
/* 830  */    -moz-border-radius:3px;
/* 831  */    border-radius:3px;
/* 832  */    margin:0 auto;
/* 833  */ }
/* 834  */ .dm-hmenu ul a:hover
/* 835  */ {
/* 836  */    color: #EAEBEA;
/* 837  */ }
/* 838  */ 
/* 839  */ .desktop .dm-hmenu ul li:hover>a
/* 840  */ {
/* 841  */    color: #EAEBEA;
/* 842  */ }
/* 843  */ 
/* 844  */ ul.dm-hmenu ul:before
/* 845  */ {
/* 846  */    background: #A7A4AD;
/* 847  */    -webkit-border-radius:3px;
/* 848  */    -moz-border-radius:3px;
/* 849  */    border-radius:3px;
/* 850  */    border:1px solid #625E68;

/* style.css */

/* 851  */    margin:0 auto;
/* 852  */    display: block;
/* 853  */    position: absolute;
/* 854  */    content: ' ';
/* 855  */    z-index: 1;
/* 856  */ }
/* 857  */ .desktop ul.dm-hmenu li:hover>ul {
/* 858  */    visibility: visible;
/* 859  */    top: 100%;
/* 860  */ }
/* 861  */ .desktop ul.dm-hmenu li li:hover>ul {
/* 862  */    top: 0;
/* 863  */    left: 100%;
/* 864  */ }
/* 865  */ 
/* 866  */ ul.dm-hmenu ul
/* 867  */ {
/* 868  */    visibility: hidden;
/* 869  */    position: absolute;
/* 870  */    z-index: 10;
/* 871  */    left: 0;
/* 872  */    top: 0;
/* 873  */    background-image: url('/wp-content/themes/dmartin/images/spacer.gif');
/* 874  */ }
/* 875  */ 
/* 876  */ .desktop ul.dm-hmenu>li>ul
/* 877  */ {
/* 878  */    padding: 12px 32px 32px 32px;
/* 879  */    margin: -10px 0 0 -30px;
/* 880  */ }
/* 881  */ 
/* 882  */ .desktop ul.dm-hmenu ul ul
/* 883  */ {
/* 884  */    padding: 32px 32px 32px 14px;
/* 885  */    margin: -32px 0 0 -9px;
/* 886  */ }
/* 887  */ 
/* 888  */ .desktop ul.dm-hmenu ul.dm-hmenu-left-to-right 
/* 889  */ {
/* 890  */    right: auto;
/* 891  */    left: 0;
/* 892  */    margin: -10px 0 0 -30px;
/* 893  */ }
/* 894  */ 
/* 895  */ .desktop ul.dm-hmenu ul.dm-hmenu-right-to-left 
/* 896  */ {
/* 897  */    left: auto;
/* 898  */    right: 0;
/* 899  */    margin: -10px -30px 0 0;
/* 900  */ }

/* style.css */

/* 901  */ 
/* 902  */ .desktop ul.dm-hmenu li li:hover>ul.dm-hmenu-left-to-right {
/* 903  */    right: auto;
/* 904  */    left: 100%;
/* 905  */ }
/* 906  */ .desktop ul.dm-hmenu li li:hover>ul.dm-hmenu-right-to-left {
/* 907  */    left: auto;
/* 908  */    right: 100%;
/* 909  */ }
/* 910  */ 
/* 911  */ .desktop ul.dm-hmenu ul ul.dm-hmenu-left-to-right
/* 912  */ {
/* 913  */    right: auto;
/* 914  */    left: 0;
/* 915  */    padding: 32px 32px 32px 14px;
/* 916  */    margin: -32px 0 0 -9px;
/* 917  */ }
/* 918  */ 
/* 919  */ .desktop ul.dm-hmenu ul ul.dm-hmenu-right-to-left
/* 920  */ {
/* 921  */    left: auto;
/* 922  */    right: 0;
/* 923  */    padding: 32px 14px 32px 32px;
/* 924  */    margin: -32px -9px 0 0;
/* 925  */ }
/* 926  */ 
/* 927  */ .desktop ul.dm-hmenu li ul>li:first-child {
/* 928  */    margin-top: 0;
/* 929  */ }
/* 930  */ .desktop ul.dm-hmenu li ul>li:last-child {
/* 931  */    margin-bottom: 0;
/* 932  */ }
/* 933  */ 
/* 934  */ .desktop ul.dm-hmenu ul ul:before
/* 935  */ {
/* 936  */    border-radius: 3px;
/* 937  */    top: 30px;
/* 938  */    bottom: 30px;
/* 939  */    right: 30px;
/* 940  */    left: 12px;
/* 941  */ }
/* 942  */ 
/* 943  */ .desktop ul.dm-hmenu>li>ul:before
/* 944  */ {
/* 945  */    top: 10px;
/* 946  */    right: 30px;
/* 947  */    bottom: 30px;
/* 948  */    left: 30px;
/* 949  */ }
/* 950  */ 

/* style.css */

/* 951  */ .desktop ul.dm-hmenu>li>ul.dm-hmenu-left-to-right:before {
/* 952  */    right: 30px;
/* 953  */    left: 30px;
/* 954  */ }
/* 955  */ .desktop ul.dm-hmenu>li>ul.dm-hmenu-right-to-left:before {
/* 956  */    right: 30px;
/* 957  */    left: 30px;
/* 958  */ }
/* 959  */ .desktop ul.dm-hmenu ul ul.dm-hmenu-left-to-right:before {
/* 960  */    right: 30px;
/* 961  */    left: 12px;
/* 962  */ }
/* 963  */ .desktop ul.dm-hmenu ul ul.dm-hmenu-right-to-left:before {
/* 964  */    right: 12px;
/* 965  */    left: 30px;
/* 966  */ }
/* 967  */ 
/* 968  */ .desktop ul.dm-hmenu>li.ext>a
/* 969  */ {
/* 970  */    white-space: nowrap;
/* 971  */ }
/* 972  */ 
/* 973  */ .desktop ul.dm-hmenu>li.ext>a:hover,
/* 974  */ .desktop ul.dm-hmenu>li.ext:hover>a,
/* 975  */ .desktop ul.dm-hmenu>li.ext:hover>a.active  
/* 976  */ {
/* 977  */    background: none;
/* 978  */    /* default padding + border size */
/* 979  */   padding: 1px 23px 1px 23px;
/* 980  */    /* margin for shadow */
/* 981  */   margin: -0 -0 0 -0;
/* 982  */    overflow: hidden;
/* 983  */    position: relative;
/* 984  */    border: none;
/* 985  */    border-radius: 0;
/* 986  */    box-shadow: none;
/* 987  */    color: #28272B;
/* 988  */ }
/* 989  */ 
/* 990  */ .desktop ul.dm-hmenu>li.ext>a:hover:before,
/* 991  */ .desktop ul.dm-hmenu>li.ext:hover>a:before,
/* 992  */ .desktop ul.dm-hmenu>li.ext:hover>a.active:before  
/* 993  */ {
/* 994  */    position: absolute;
/* 995  */    content: ' ';
/* 996  */    /* top, right, left - for shadow */
/* 997  */   top: 0;
/* 998  */    right: 0;
/* 999  */    left: 0;
/* 1000 */    /* border + shadow */

/* style.css */

/* 1001 */   bottom: -1px;
/* 1002 */    background-color: #A7A4AD;
/* 1003 */    border: 1px Solid #625E68;
/* 1004 */    border-top-left-radius: 3px;
/* 1005 */    border-top-right-radius: 3px;
/* 1006 */    box-shadow: 0 0 0 rgba(0, 0, 0, 0.8);
/* 1007 */    z-index: -1;
/* 1008 */ }
/* 1009 */ 
/* 1010 */ .desktop ul.dm-hmenu>li.ext:hover>ul 
/* 1011 */ {
/* 1012 */    padding-top: 1px;
/* 1013 */    /* menu bar padding */
/* 1014 */   margin-top: 0;
/* 1015 */ }
/* 1016 */ 
/* 1017 */ .desktop ul.dm-hmenu>li.ext:hover>ul:before 
/* 1018 */ {
/* 1019 */    /* border + shadow */
/* 1020 */   top: -1px;
/* 1021 */    clip: rect(5px, auto, auto, auto);
/* 1022 */    border-top-left-radius: 0;
/* 1023 */    border-top-right-radius: 0;
/* 1024 */    box-shadow: 0 0 0 rgba(0, 0, 0, 0.8);
/* 1025 */ }
/* 1026 */ 
/* 1027 */ ul.dm-hmenu>li.ext>.ext-r,
/* 1028 */ ul.dm-hmenu>li.ext>.ext-l,
/* 1029 */ ul.dm-hmenu>li.ext>.ext-m,
/* 1030 */ ul.dm-hmenu>li.ext>.ext-off
/* 1031 */ {
/* 1032 */    display: none;
/* 1033 */    z-index: 12;
/* 1034 */    -webkit-box-sizing: border-box;
/* 1035 */    -moz-box-sizing: border-box;
/* 1036 */    box-sizing: border-box;
/* 1037 */ }
/* 1038 */ 
/* 1039 */ .desktop ul.dm-hmenu>li.ext>ul 
/* 1040 */ {
/* 1041 */    z-index: 13;
/* 1042 */ }
/* 1043 */ 
/* 1044 */ .desktop ul.dm-hmenu>li.ext.ext-r:hover>.ext-r,
/* 1045 */ .desktop ul.dm-hmenu>li.ext.ext-l:hover>.ext-l
/* 1046 */ {
/* 1047 */    position: absolute;
/* 1048 */    display: block;
/* 1049 */    overflow: hidden;
/* 1050 */    /* size of radius 

/* style.css */

/* 1051 *|    * if size if 0 we should now generate script 
/* 1052 *|    * that adds ext-r and ext-m divs
/* 1053 *|    */
/* 1054 */   height: 5px;
/* 1055 */    top: 100%;
/* 1056 */    padding-top: 1px;
/* 1057 */    margin-top: -1px;
/* 1058 */ /* border width + shadow */}
/* 1059 */ 
/* 1060 */ .desktop ul.dm-hmenu>li.ext:hover>.ext-r:before,
/* 1061 */ .desktop ul.dm-hmenu>li.ext:hover>.ext-l:before
/* 1062 */ {
/* 1063 */    position: absolute;
/* 1064 */    content: ' ';
/* 1065 */    top: 0;
/* 1066 */    /* border + shadow */
/* 1067 */   bottom: -1px;
/* 1068 */    background-color: #A7A4AD;
/* 1069 */    border: 1px Solid #625E68;
/* 1070 */    box-shadow: 0 0 0 rgba(0, 0, 0, 0.8);
/* 1071 */ }
/* 1072 */ 
/* 1073 */ .desktop ul.dm-hmenu>li.ext.ext-r:hover>.ext-r
/* 1074 */ {
/* 1075 */    left: 100%;
/* 1076 */    right: auto;
/* 1077 */    padding-left: 0;
/* 1078 */    margin-left: 0;
/* 1079 */    padding-right: 1px;
/* 1080 */    margin-right: -1px;
/* 1081 */ /* only shadow */}
/* 1082 */ 
/* 1083 */ .desktop ul.dm-hmenu>li.ext.ext-r:hover>.ext-r:before
/* 1084 */ {
/* 1085 */    right: 0;
/* 1086 */    left: -1px;
/* 1087 */    border-top-left-radius: 0;
/* 1088 */    border-top-right-radius: 3px;
/* 1089 */ }
/* 1090 */ 
/* 1091 */ .desktop ul.dm-hmenu>li.ext.ext-l:hover>.ext-l
/* 1092 */ {
/* 1093 */    right: 100%;
/* 1094 */    left: auto;
/* 1095 */    padding-right: 0;
/* 1096 */    margin-right: 0;
/* 1097 */    padding-left: 1px;
/* 1098 */    margin-left: -1px;
/* 1099 */ /* only shadow */}
/* 1100 */ 

/* style.css */

/* 1101 */ .desktop ul.dm-hmenu>li.ext.ext-l:hover>.ext-l:before
/* 1102 */ {
/* 1103 */    right: -1px;
/* 1104 */    left: 0;
/* 1105 */    border-top-right-radius: 0;
/* 1106 */    border-top-left-radius: 3px;
/* 1107 */ }
/* 1108 */ 
/* 1109 */ .desktop ul.dm-hmenu>li.ext:hover>.ext-m, 
/* 1110 */ .desktop ul.dm-hmenu>li.ext:hover>.ext-off 
/* 1111 */ {
/* 1112 */    position: absolute;
/* 1113 */    display: block;
/* 1114 */    overflow: hidden;
/* 1115 */    height: 4px;
/* 1116 */    top: 100%;
/* 1117 */ }
/* 1118 */ 
/* 1119 */ .desktop ul.dm-hmenu>li.ext.ext-r:hover>.ext-m 
/* 1120 */ {
/* 1121 */    /* shadow offset */
/* 1122 */   left: -0;
/* 1123 */    right: 0;
/* 1124 */    /* shadow offset */
/* 1125 */   padding-right: 0;
/* 1126 */    padding-left: 0;
/* 1127 */ }
/* 1128 */ 
/* 1129 */ .desktop ul.dm-hmenu>li.ext:hover>.ext-off 
/* 1130 */ {
/* 1131 */    /* shadow offset */
/* 1132 */   left: -0;
/* 1133 */    right: -0;
/* 1134 */    /* shadow offset */
/* 1135 */   padding-left: 0;
/* 1136 */    padding-right: 0;
/* 1137 */ }
/* 1138 */ 
/* 1139 */ .desktop ul.dm-hmenu>li.ext.ext-l:hover>.ext-m
/* 1140 */ {
/* 1141 */    /* shadow offset */
/* 1142 */   right: -0;
/* 1143 */    left: 0;
/* 1144 */    /* shadow offset */
/* 1145 */   padding-left: 0;
/* 1146 */    padding-right: 0;
/* 1147 */ }
/* 1148 */ 
/* 1149 */ .desktop ul.dm-hmenu>li.ext.ext-l.ext-r:hover>.ext-m
/* 1150 */ {

/* style.css */

/* 1151 */    /* shadow offset */
/* 1152 */   right: -0;
/* 1153 */    left: -0;
/* 1154 */    /* shadow offset */
/* 1155 */   padding-left: 0;
/* 1156 */    padding-right: 0;
/* 1157 */ }
/* 1158 */ 
/* 1159 */ .desktop ul.dm-hmenu>li.ext:hover>.ext-m:before, 
/* 1160 */ .desktop ul.dm-hmenu>li.ext:hover>.ext-off:before 
/* 1161 */ {
/* 1162 */    position: absolute;
/* 1163 */    content: ' ';
/* 1164 */    top: -1px;
/* 1165 */    bottom: -1px;
/* 1166 */    /* shadow offset */
/* 1167 */   background-color: #A7A4AD;
/* 1168 */    border: 1px Solid #625E68;
/* 1169 */    box-shadow: 0 0 0 rgba(0, 0, 0, 0.8);
/* 1170 */ }
/* 1171 */ 
/* 1172 */ .desktop ul.dm-hmenu>li.ext.ext-r:hover>.ext-m:before
/* 1173 */ {
/* 1174 */    right: -1px;
/* 1175 */    left: 0;
/* 1176 */ }
/* 1177 */ 
/* 1178 */ .desktop ul.dm-hmenu>li.ext.ext-l:hover>.ext-m:before
/* 1179 */ {
/* 1180 */    left: -1px;
/* 1181 */    right: 0;
/* 1182 */ }
/* 1183 */ 
/* 1184 */ .desktop ul.dm-hmenu>li.ext.ext-l.ext-r:hover>.ext-m:before
/* 1185 */ {
/* 1186 */    left: -1px;
/* 1187 */    right: -1px
/* 1188 */ ;
/* 1189 */ }
/* 1190 */ 
/* 1191 */ .dm-layout-wrapper
/* 1192 */ {
/* 1193 */    position: relative;
/* 1194 */    margin: 0 auto 0 auto;
/* 1195 */    z-index: auto !important;
/* 1196 */ }
/* 1197 */ 
/* 1198 */ .dm-content-layout
/* 1199 */ {
/* 1200 */    display: table;

/* style.css */

/* 1201 */    width: 100%;
/* 1202 */    table-layout: fixed;
/* 1203 */ }
/* 1204 */ 
/* 1205 */ .dm-content-layout-row 
/* 1206 */ {
/* 1207 */    display: table-row;
/* 1208 */ }
/* 1209 */ 
/* 1210 */ .dm-layout-cell
/* 1211 */ {
/* 1212 */    display: table-cell;
/* 1213 */    vertical-align: top;
/* 1214 */ }
/* 1215 */ 
/* 1216 */ /* need only for content layout in post content */ 
/* 1217 */ .dm-postcontent .dm-content-layout
/* 1218 */ {
/* 1219 */    border-collapse: collapse;
/* 1220 */ }
/* 1221 */ 
/* 1222 */ .dm-breadcrumbs
/* 1223 */ {
/* 1224 */    margin:0 auto;
/* 1225 */ }
/* 1226 */ 
/* 1227 */ a.dm-button,
/* 1228 */ a.dm-button:link,
/* 1229 */ a:link.dm-button:link,
/* 1230 */ body a.dm-button:link,
/* 1231 */ a.dm-button:visited,
/* 1232 */ body a.dm-button:visited,
/* 1233 */ input.dm-button,
/* 1234 */ button.dm-button
/* 1235 */ {
/* 1236 */    text-decoration: none;
/* 1237 */    font-size: 13px;
/* 1238 */    font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
/* 1239 */    position:relative;
/* 1240 */    display: inline-block;
/* 1241 */    vertical-align: middle;
/* 1242 */    white-space: nowrap;
/* 1243 */    text-align: center;
/* 1244 */    color: #D8D7DB;
/* 1245 */    margin: 0 5px 0 0 !important;
/* 1246 */    overflow: visible;
/* 1247 */    cursor: pointer;
/* 1248 */    text-indent: 0;
/* 1249 */    line-height: 29px;
/* 1250 */    -webkit-box-sizing: content-box;

/* style.css */

/* 1251 */    -moz-box-sizing: content-box;
/* 1252 */    box-sizing: content-box;
/* 1253 */ }
/* 1254 */ 
/* 1255 */ .dm-button img
/* 1256 */ {
/* 1257 */    margin: 0;
/* 1258 */    vertical-align: middle;
/* 1259 */ }
/* 1260 */ 
/* 1261 */ .firefox2 .dm-button
/* 1262 */ {
/* 1263 */    display: block;
/* 1264 */    float: left;
/* 1265 */ }
/* 1266 */ 
/* 1267 */ input, select, textarea, a.dm-search-button span
/* 1268 */ {
/* 1269 */    vertical-align: middle;
/* 1270 */    font-size: 13px;
/* 1271 */    font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
/* 1272 */ }
/* 1273 */ 
/* 1274 */ .dm-block select 
/* 1275 */ {
/* 1276 */    width:96%;
/* 1277 */ }
/* 1278 */ 
/* 1279 */ input.dm-button
/* 1280 */ {
/* 1281 */    float: none !important;
/* 1282 */    -webkit-appearance: none;
/* 1283 */ }
/* 1284 */ 
/* 1285 */ .dm-button.active, .dm-button.active:hover
/* 1286 */ {
/* 1287 */    background: #76727E;
/* 1288 */    background: -webkit-linear-gradient(top, #908C97 0, #7D7986 35%, #5D5A63 100%) no-repeat;
/* 1289 */    background: -moz-linear-gradient(top, #908C97 0, #7D7986 35%, #5D5A63 100%) no-repeat;
/* 1290 */    background: -o-linear-gradient(top, #908C97 0, #7D7986 35%, #5D5A63 100%) no-repeat;
/* 1291 */    background: -ms-linear-gradient(top, #908C97 0, #7D7986 35%, #5D5A63 100%) no-repeat;
/* 1292 */    -svg-background: linear-gradient(top, #908C97 0, #7D7986 35%, #5D5A63 100%) no-repeat;
/* 1293 */    background: linear-gradient(to bottom, #908C97 0, #7D7986 35%, #5D5A63 100%) no-repeat;
/* 1294 */    -webkit-border-radius:4px;
/* 1295 */    -moz-border-radius:4px;
/* 1296 */    border-radius:4px;
/* 1297 */    -webkit-box-shadow:0 0 2px 1px rgba(0, 0, 0, 0.15);
/* 1298 */    -moz-box-shadow:0 0 2px 1px rgba(0, 0, 0, 0.15);
/* 1299 */    box-shadow:0 0 2px 1px rgba(0, 0, 0, 0.15);
/* 1300 */    border:1px solid #625E68;

/* style.css */

/* 1301 */    padding:0 20px;
/* 1302 */    margin:0 auto;
/* 1303 */ }
/* 1304 */ .dm-button.active, .dm-button.active:hover {
/* 1305 */    color: #DBDADD !important;
/* 1306 */ }
/* 1307 */ 
/* 1308 */ .dm-button.hover, .dm-button:hover
/* 1309 */ {
/* 1310 */    background: #8A8792;
/* 1311 */    background: -webkit-linear-gradient(top, #A4A1AA 0, #7D7986 75%, #716D78 100%) no-repeat;
/* 1312 */    background: -moz-linear-gradient(top, #A4A1AA 0, #7D7986 75%, #716D78 100%) no-repeat;
/* 1313 */    background: -o-linear-gradient(top, #A4A1AA 0, #7D7986 75%, #716D78 100%) no-repeat;
/* 1314 */    background: -ms-linear-gradient(top, #A4A1AA 0, #7D7986 75%, #716D78 100%) no-repeat;
/* 1315 */    -svg-background: linear-gradient(top, #A4A1AA 0, #7D7986 75%, #716D78 100%) no-repeat;
/* 1316 */    background: linear-gradient(to bottom, #A4A1AA 0, #7D7986 75%, #716D78 100%) no-repeat;
/* 1317 */    -webkit-border-radius:4px;
/* 1318 */    -moz-border-radius:4px;
/* 1319 */    border-radius:4px;
/* 1320 */    -webkit-box-shadow:0 0 2px 1px rgba(0, 0, 0, 0.15);
/* 1321 */    -moz-box-shadow:0 0 2px 1px rgba(0, 0, 0, 0.15);
/* 1322 */    box-shadow:0 0 2px 1px rgba(0, 0, 0, 0.15);
/* 1323 */    border:1px solid #76727E;
/* 1324 */    padding:0 20px;
/* 1325 */    margin:0 auto;
/* 1326 */ }
/* 1327 */ .dm-button.hover, .dm-button:hover {
/* 1328 */    color: #000000 !important;
/* 1329 */ }
/* 1330 */ 
/* 1331 */ input[type="text"], input[type="password"], input[type="email"], input[type="url"], textarea
/* 1332 */ {
/* 1333 */    background: #FCFCFC;
/* 1334 */    border:1px solid rgba(180, 182, 180, 0.2);
/* 1335 */    margin:0 auto;
/* 1336 */ }
/* 1337 */ input[type="text"], input[type="password"], input[type="email"], input[type="url"], textarea
/* 1338 */ {
/* 1339 */    width: auto;
/* 1340 */    padding: 8px 0;
/* 1341 */    color: #141514 !important;
/* 1342 */    font-size: 13px;
/* 1343 */    font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
/* 1344 */    font-weight: normal;
/* 1345 */    font-style: normal;
/* 1346 */    text-shadow: none;
/* 1347 */ }
/* 1348 */ input.dm-error, textarea.dm-error
/* 1349 */ {
/* 1350 */    background: #FCFCFC;

/* style.css */

/* 1351 */    border:1px solid #E2341D;
/* 1352 */    margin:0 auto;
/* 1353 */ }
/* 1354 */ input.dm-error, textarea.dm-error {
/* 1355 */    color: #141514 !important;
/* 1356 */    font-size: 13px;
/* 1357 */    font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
/* 1358 */    font-weight: normal;
/* 1359 */    font-style: normal;
/* 1360 */ }
/* 1361 */ form.dm-search input[type="text"]
/* 1362 */ {
/* 1363 */    background: #FCFCFC;
/* 1364 */    border-radius: 0;
/* 1365 */    border:1px solid #B4B6B4;
/* 1366 */    margin:0 auto;
/* 1367 */    width: 100%;
/* 1368 */    padding: 0 0;
/* 1369 */    -webkit-box-sizing: border-box;
/* 1370 */    -moz-box-sizing: border-box;
/* 1371 */    box-sizing: border-box;
/* 1372 */    color: #141514 !important;
/* 1373 */    font-size: 13px;
/* 1374 */    font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
/* 1375 */    font-weight: normal;
/* 1376 */    font-style: normal;
/* 1377 */ }
/* 1378 */ form.dm-search 
/* 1379 */ {
/* 1380 */    background-image: none;
/* 1381 */    border: 0;
/* 1382 */    display:block;
/* 1383 */    position:relative;
/* 1384 */    top:0;
/* 1385 */    padding:0;
/* 1386 */    margin:5px;
/* 1387 */    left:0;
/* 1388 */    line-height: 0;
/* 1389 */ }
/* 1390 */ 
/* 1391 */ form.dm-search input, a.dm-search-button
/* 1392 */ {
/* 1393 */    -webkit-appearance: none;
/* 1394 */    top:0;
/* 1395 */    right:0;
/* 1396 */ }
/* 1397 */ 
/* 1398 */ form.dm-search>input, a.dm-search-button{
/* 1399 */    bottom:0;
/* 1400 */    left:0;

/* style.css */

/* 1401 */    vertical-align: middle;
/* 1402 */ }
/* 1403 */ 
/* 1404 */ form.dm-search input[type="submit"], input.dm-search-button, a.dm-search-button
/* 1405 */ {
/* 1406 */    background: #88070E;
/* 1407 */    border-radius: 0;
/* 1408 */    margin:0 auto;
/* 1409 */ }
/* 1410 */ form.dm-search input[type="submit"], input.dm-search-button, a.dm-search-button {
/* 1411 */    position:absolute;
/* 1412 */    left:auto;
/* 1413 */    display:block;
/* 1414 */    border: 0;
/* 1415 */    top: 1px;
/* 1416 */    bottom: 1px;
/* 1417 */    right: 	1px;
/* 1418 */    padding:0 6px;
/* 1419 */    color: #D8D7DB !important;
/* 1420 */    font-size: 13px;
/* 1421 */    font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
/* 1422 */    font-weight: normal;
/* 1423 */    font-style: normal;
/* 1424 */    cursor: pointer;
/* 1425 */ }
/* 1426 */ 
/* 1427 */ a.dm-search-button span.dm-search-button-text, a.dm-search-button:after {
/* 1428 */    vertical-align:middle;
/* 1429 */ }
/* 1430 */ 
/* 1431 */ a.dm-search-button:after {
/* 1432 */    display:inline-block;
/* 1433 */    content:' ';
/* 1434 */    height: 100%;
/* 1435 */ }
/* 1436 */ 
/* 1437 */ a.dm-search-button, a.dm-search-button span,
/* 1438 */ a.dm-search-button:visited, a.dm-search-button.visited,
/* 1439 */ a.dm-search-button:hover, a.dm-search-button.hover 
/* 1440 */ {
/* 1441 */    text-decoration: none;
/* 1442 */    font-size: 13px;
/* 1443 */    font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
/* 1444 */    font-weight: normal;
/* 1445 */    font-style: normal;
/* 1446 */ }
/* 1447 */ 
/* 1448 */ a.dm-search-button 
/* 1449 */ {
/* 1450 */    line-height: 100% !important;

/* style.css */

/* 1451 */ }
/* 1452 */ 
/* 1453 */ label.dm-checkbox:before
/* 1454 */ {
/* 1455 */    background: #FCFCFC;
/* 1456 */    -webkit-border-radius:1px;
/* 1457 */    -moz-border-radius:1px;
/* 1458 */    border-radius:1px;
/* 1459 */    border-width: 0;
/* 1460 */    margin:0 auto;
/* 1461 */    width:16px;
/* 1462 */    height:16px;
/* 1463 */ }
/* 1464 */ label.dm-checkbox
/* 1465 */ {
/* 1466 */    cursor: pointer;
/* 1467 */    font-size: 13px;
/* 1468 */    font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
/* 1469 */    font-weight: normal;
/* 1470 */    font-style: normal;
/* 1471 */    line-height: 16px;
/* 1472 */    display: inline-block;
/* 1473 */    color: #141514 !important;
/* 1474 */ }
/* 1475 */ 
/* 1476 */ .dm-checkbox>input[type="checkbox"]
/* 1477 */ {
/* 1478 */    margin: 0 5px 0 0;
/* 1479 */ }
/* 1480 */ 
/* 1481 */ label.dm-checkbox.active:before
/* 1482 */ {
/* 1483 */    background: #B4B6B4;
/* 1484 */    -webkit-border-radius:1px;
/* 1485 */    -moz-border-radius:1px;
/* 1486 */    border-radius:1px;
/* 1487 */    border-width: 0;
/* 1488 */    margin:0 auto;
/* 1489 */    width:16px;
/* 1490 */    height:16px;
/* 1491 */    display: inline-block;
/* 1492 */ }
/* 1493 */ 
/* 1494 */ label.dm-checkbox.hovered:before
/* 1495 */ {
/* 1496 */    background: #BFC0BF;
/* 1497 */    -webkit-border-radius:1px;
/* 1498 */    -moz-border-radius:1px;
/* 1499 */    border-radius:1px;
/* 1500 */    border-width: 0;

/* style.css */

/* 1501 */    margin:0 auto;
/* 1502 */    width:16px;
/* 1503 */    height:16px;
/* 1504 */    display: inline-block;
/* 1505 */ }
/* 1506 */ 
/* 1507 */ label.dm-radiobutton:before
/* 1508 */ {
/* 1509 */    background: #FCFCFC;
/* 1510 */    -webkit-border-radius:3px;
/* 1511 */    -moz-border-radius:3px;
/* 1512 */    border-radius:3px;
/* 1513 */    border-width: 0;
/* 1514 */    margin:0 auto;
/* 1515 */    width:12px;
/* 1516 */    height:12px;
/* 1517 */ }
/* 1518 */ label.dm-radiobutton
/* 1519 */ {
/* 1520 */    cursor: pointer;
/* 1521 */    font-size: 13px;
/* 1522 */    font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
/* 1523 */    font-weight: normal;
/* 1524 */    font-style: normal;
/* 1525 */    line-height: 12px;
/* 1526 */    display: inline-block;
/* 1527 */    color: #141514 !important;
/* 1528 */ }
/* 1529 */ 
/* 1530 */ .dm-radiobutton>input[type="radio"]
/* 1531 */ {
/* 1532 */    vertical-align: baseline;
/* 1533 */    margin: 0 5px 0 0;
/* 1534 */ }
/* 1535 */ 
/* 1536 */ label.dm-radiobutton.active:before
/* 1537 */ {
/* 1538 */    background: #B4B6B4;
/* 1539 */    -webkit-border-radius:3px;
/* 1540 */    -moz-border-radius:3px;
/* 1541 */    border-radius:3px;
/* 1542 */    border-width: 0;
/* 1543 */    margin:0 auto;
/* 1544 */    width:12px;
/* 1545 */    height:12px;
/* 1546 */    display: inline-block;
/* 1547 */ }
/* 1548 */ 
/* 1549 */ label.dm-radiobutton.hovered:before
/* 1550 */ {

/* style.css */

/* 1551 */    background: #BFC0BF;
/* 1552 */    -webkit-border-radius:3px;
/* 1553 */    -moz-border-radius:3px;
/* 1554 */    border-radius:3px;
/* 1555 */    border-width: 0;
/* 1556 */    margin:0 auto;
/* 1557 */    width:12px;
/* 1558 */    height:12px;
/* 1559 */    display: inline-block;
/* 1560 */ }
/* 1561 */ 
/* 1562 */ .dm-comments
/* 1563 */ {
/* 1564 */    border-top:1px dotted #818381;
/* 1565 */    margin:0 auto;
/* 1566 */    margin-top: 25px;
/* 1567 */ }
/* 1568 */ 
/* 1569 */ .dm-comments h2
/* 1570 */ {
/* 1571 */    color: #3D3E3D;
/* 1572 */ }
/* 1573 */ 
/* 1574 */ .dm-comment-inner
/* 1575 */ {
/* 1576 */    background: #E8E8E8;
/* 1577 */    background: transparent;
/* 1578 */    -webkit-border-radius:2px;
/* 1579 */    -moz-border-radius:2px;
/* 1580 */    border-radius:2px;
/* 1581 */    padding:5px;
/* 1582 */    margin:0 auto;
/* 1583 */    margin-left: 94px;
/* 1584 */ }
/* 1585 */ .dm-comment-avatar 
/* 1586 */ {
/* 1587 */    float:left;
/* 1588 */    width:80px;
/* 1589 */    height:80px;
/* 1590 */    padding:1px;
/* 1591 */    background:#fff;
/* 1592 */    border:1px solid #A7A4AD;
/* 1593 */ }
/* 1594 */ 
/* 1595 */ .dm-comment-avatar>img
/* 1596 */ {
/* 1597 */    margin:0 !important;
/* 1598 */    border:none !important;
/* 1599 */ }
/* 1600 */ 

/* style.css */

/* 1601 */ .dm-comment-content
/* 1602 */ {
/* 1603 */    padding:10px 0;
/* 1604 */    color: #3D3E3D;
/* 1605 */    font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
/* 1606 */ }
/* 1607 */ 
/* 1608 */ .dm-comment
/* 1609 */ {
/* 1610 */    margin-top: 6px;
/* 1611 */ }
/* 1612 */ 
/* 1613 */ #comment-list>li:first-child>.dm-comment
/* 1614 */ {
/* 1615 */    margin-top: 0;
/* 1616 */ }
/* 1617 */ 
/* 1618 */ .dm-comment-header
/* 1619 */ {
/* 1620 */    color: #3D3E3D;
/* 1621 */    font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
/* 1622 */    line-height: 100%;
/* 1623 */ }
/* 1624 */ 
/* 1625 */ .dm-comment-header a, 
/* 1626 */ .dm-comment-header a:link, 
/* 1627 */ .dm-comment-header a:visited,
/* 1628 */ .dm-comment-header a.visited,
/* 1629 */ .dm-comment-header a:hover,
/* 1630 */ .dm-comment-header a.hovered
/* 1631 */ {
/* 1632 */    font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
/* 1633 */    line-height: 100%;
/* 1634 */ }
/* 1635 */ 
/* 1636 */ .dm-comment-header a, .dm-comment-header a:link
/* 1637 */ {
/* 1638 */    font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
/* 1639 */    color: #74060C;
/* 1640 */ }
/* 1641 */ 
/* 1642 */ .dm-comment-header a:visited, .dm-comment-header a.visited
/* 1643 */ {
/* 1644 */    font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
/* 1645 */    color: #515251;
/* 1646 */ }
/* 1647 */ 
/* 1648 */ .dm-comment-header a:hover,  .dm-comment-header a.hovered
/* 1649 */ {
/* 1650 */    font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;

/* style.css */

/* 1651 */    color: #9B0810;
/* 1652 */ }
/* 1653 */ 
/* 1654 */ .dm-comment-content a, 
/* 1655 */ .dm-comment-content a:link, 
/* 1656 */ .dm-comment-content a:visited,
/* 1657 */ .dm-comment-content a.visited,
/* 1658 */ .dm-comment-content a:hover,
/* 1659 */ .dm-comment-content a.hovered
/* 1660 */ {
/* 1661 */    font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
/* 1662 */ }
/* 1663 */ 
/* 1664 */ .dm-comment-content a, .dm-comment-content a:link
/* 1665 */ {
/* 1666 */    font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
/* 1667 */    color: #74060C;
/* 1668 */ }
/* 1669 */ 
/* 1670 */ .dm-comment-content a:visited, .dm-comment-content a.visited
/* 1671 */ {
/* 1672 */    font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
/* 1673 */    color: #515251;
/* 1674 */ }
/* 1675 */ 
/* 1676 */ .dm-comment-content a:hover,  .dm-comment-content a.hovered
/* 1677 */ {
/* 1678 */    font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
/* 1679 */    color: #9B0810;
/* 1680 */ }
/* 1681 */ 
/* 1682 */ .dm-pager
/* 1683 */ {
/* 1684 */    background: #BCB9C0;
/* 1685 */    background: -webkit-linear-gradient(top, #E5E4E7 0, #928F99 100%) no-repeat;
/* 1686 */    background: -moz-linear-gradient(top, #E5E4E7 0, #928F99 100%) no-repeat;
/* 1687 */    background: -o-linear-gradient(top, #E5E4E7 0, #928F99 100%) no-repeat;
/* 1688 */    background: -ms-linear-gradient(top, #E5E4E7 0, #928F99 100%) no-repeat;
/* 1689 */    -svg-background: linear-gradient(top, #E5E4E7 0, #928F99 100%) no-repeat;
/* 1690 */    background: linear-gradient(to bottom, #E5E4E7 0, #928F99 100%) no-repeat;
/* 1691 */    -webkit-border-radius:2px;
/* 1692 */    -moz-border-radius:2px;
/* 1693 */    border-radius:2px;
/* 1694 */    border:1px solid #76727E;
/* 1695 */    padding:5px;
/* 1696 */ }
/* 1697 */ 
/* 1698 */ .dm-pager>*:last-child
/* 1699 */ {
/* 1700 */    margin-right:0 !important;

/* style.css */

/* 1701 */ }
/* 1702 */ 
/* 1703 */ .dm-pager>span {
/* 1704 */    cursor:default;
/* 1705 */ }
/* 1706 */ 
/* 1707 */ .dm-pager>*
/* 1708 */ {
/* 1709 */    background: #A7A4AD;
/* 1710 */    background: -webkit-linear-gradient(top, #CECCD1 0, #7D7986 100%) no-repeat;
/* 1711 */    background: -moz-linear-gradient(top, #CECCD1 0, #7D7986 100%) no-repeat;
/* 1712 */    background: -o-linear-gradient(top, #CECCD1 0, #7D7986 100%) no-repeat;
/* 1713 */    background: -ms-linear-gradient(top, #CECCD1 0, #7D7986 100%) no-repeat;
/* 1714 */    -svg-background: linear-gradient(top, #CECCD1 0, #7D7986 100%) no-repeat;
/* 1715 */    background: linear-gradient(to bottom, #CECCD1 0, #7D7986 100%) no-repeat;
/* 1716 */    -webkit-border-radius:2px;
/* 1717 */    -moz-border-radius:2px;
/* 1718 */    border-radius:2px;
/* 1719 */    border:1px solid #8A8792;
/* 1720 */    padding:7px;
/* 1721 */    margin:0 4px 0 auto;
/* 1722 */    line-height: normal;
/* 1723 */    position:relative;
/* 1724 */    display:inline-block;
/* 1725 */    margin-left: 0;
/* 1726 */ }
/* 1727 */ 
/* 1728 */ .dm-pager a:link,
/* 1729 */ .dm-pager a:visited,
/* 1730 */ .dm-pager .active
/* 1731 */ {
/* 1732 */    line-height: normal;
/* 1733 */    font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
/* 1734 */    text-decoration: none;
/* 1735 */    color: #220203
/* 1736 */ ;
/* 1737 */ }
/* 1738 */ 
/* 1739 */ .dm-pager .active
/* 1740 */ {
/* 1741 */    background: #76727E;
/* 1742 */    background: -webkit-linear-gradient(top, #9C99A3 0, #7D7986 40%, #504E56 100%) no-repeat;
/* 1743 */    background: -moz-linear-gradient(top, #9C99A3 0, #7D7986 40%, #504E56 100%) no-repeat;
/* 1744 */    background: -o-linear-gradient(top, #9C99A3 0, #7D7986 40%, #504E56 100%) no-repeat;
/* 1745 */    background: -ms-linear-gradient(top, #9C99A3 0, #7D7986 40%, #504E56 100%) no-repeat;
/* 1746 */    -svg-background: linear-gradient(top, #9C99A3 0, #7D7986 40%, #504E56 100%) no-repeat;
/* 1747 */    background: linear-gradient(to bottom, #9C99A3 0, #7D7986 40%, #504E56 100%) no-repeat;
/* 1748 */    border:1px solid #A7A4AD;
/* 1749 */    padding:7px;
/* 1750 */    margin:0 4px 0 auto;

/* style.css */

/* 1751 */    color: #220203
/* 1752 */ ;
/* 1753 */ }
/* 1754 */ 
/* 1755 */ .dm-pager .more
/* 1756 */ {
/* 1757 */    background: #8A8792;
/* 1758 */    background: -webkit-linear-gradient(top, #B1AFB6 0, #7D7986 67%, #64616B 100%) no-repeat;
/* 1759 */    background: -moz-linear-gradient(top, #B1AFB6 0, #7D7986 67%, #64616B 100%) no-repeat;
/* 1760 */    background: -o-linear-gradient(top, #B1AFB6 0, #7D7986 67%, #64616B 100%) no-repeat;
/* 1761 */    background: -ms-linear-gradient(top, #B1AFB6 0, #7D7986 67%, #64616B 100%) no-repeat;
/* 1762 */    -svg-background: linear-gradient(top, #B1AFB6 0, #7D7986 67%, #64616B 100%) no-repeat;
/* 1763 */    background: linear-gradient(to bottom, #B1AFB6 0, #7D7986 67%, #64616B 100%) no-repeat;
/* 1764 */    border:1px solid #8A8792;
/* 1765 */    margin:0 4px 0 auto;
/* 1766 */ }
/* 1767 */ .dm-pager a.more:link,
/* 1768 */ .dm-pager a.more:visited
/* 1769 */ {
/* 1770 */    color: #220203
/* 1771 */ ;
/* 1772 */ }
/* 1773 */ .dm-pager a:hover
/* 1774 */ {
/* 1775 */    background: #8A8792;
/* 1776 */    background: -webkit-linear-gradient(top, #B1AFB6 0, #7D7986 67%, #64616B 100%) no-repeat;
/* 1777 */    background: -moz-linear-gradient(top, #B1AFB6 0, #7D7986 67%, #64616B 100%) no-repeat;
/* 1778 */    background: -o-linear-gradient(top, #B1AFB6 0, #7D7986 67%, #64616B 100%) no-repeat;
/* 1779 */    background: -ms-linear-gradient(top, #B1AFB6 0, #7D7986 67%, #64616B 100%) no-repeat;
/* 1780 */    -svg-background: linear-gradient(top, #B1AFB6 0, #7D7986 67%, #64616B 100%) no-repeat;
/* 1781 */    background: linear-gradient(to bottom, #B1AFB6 0, #7D7986 67%, #64616B 100%) no-repeat;
/* 1782 */    border:1px solid #8A8792;
/* 1783 */    padding:7px;
/* 1784 */    margin:0 4px 0 auto;
/* 1785 */ }
/* 1786 */ .dm-pager  a:hover,
/* 1787 */ .dm-pager  a.more:hover
/* 1788 */ {
/* 1789 */    color: #220203
/* 1790 */ ;
/* 1791 */ }
/* 1792 */ .dm-pager>*:after
/* 1793 */ {
/* 1794 */    margin:0 0 0 auto;
/* 1795 */    display:inline-block;
/* 1796 */    position:absolute;
/* 1797 */    content: ' ';
/* 1798 */    top:0;
/* 1799 */    width:0;
/* 1800 */    height:100%;

/* style.css */

/* 1801 */    right: 0;
/* 1802 */    text-decoration:none;
/* 1803 */ }
/* 1804 */ 
/* 1805 */ .dm-pager>*:last-child:after{
/* 1806 */    display:none;
/* 1807 */ }
/* 1808 */ 
/* 1809 */ .dm-commentsform
/* 1810 */ {
/* 1811 */    background: #E8E8E8;
/* 1812 */    background: transparent;
/* 1813 */    padding:10px;
/* 1814 */    margin:0 auto;
/* 1815 */    margin-top:25px;
/* 1816 */    color: #3D3E3D;
/* 1817 */ }
/* 1818 */ 
/* 1819 */ .dm-commentsform h2{
/* 1820 */    padding-bottom:10px;
/* 1821 */    margin: 0;
/* 1822 */    color: #3D3E3D;
/* 1823 */ }
/* 1824 */ 
/* 1825 */ .dm-commentsform label {
/* 1826 */    display: inline-block;
/* 1827 */    line-height: 25px;
/* 1828 */ }
/* 1829 */ 
/* 1830 */ .dm-commentsform input:not([type=submit]), .dm-commentsform textarea {
/* 1831 */    box-sizing: border-box;
/* 1832 */    -moz-box-sizing: border-box;
/* 1833 */    -webkit-box-sizing: border-box;
/* 1834 */    width:100%;
/* 1835 */    max-width:100%;
/* 1836 */ }
/* 1837 */ 
/* 1838 */ .dm-commentsform .form-submit
/* 1839 */ {
/* 1840 */    margin-top: 10px;
/* 1841 */ }
/* 1842 */ .dm-vmenublock
/* 1843 */ {
/* 1844 */    margin:10px;
/* 1845 */ }
/* 1846 */ div.dm-vmenublock img
/* 1847 */ {
/* 1848 */    margin: 0;
/* 1849 */ }
/* 1850 */ 

/* style.css */

/* 1851 */ .dm-vmenublockheader
/* 1852 */ {
/* 1853 */    padding:6px 0;
/* 1854 */    margin:0 auto;
/* 1855 */ }
/* 1856 */ .dm-vmenublockheader .t,
/* 1857 */ .dm-vmenublockheader .t a,
/* 1858 */ .dm-vmenublockheader .t a:link,
/* 1859 */ .dm-vmenublockheader .t a:visited, 
/* 1860 */ .dm-vmenublockheader .t a:hover
/* 1861 */ {
/* 1862 */    color: #000000;
/* 1863 */    font-size: 20px;
/* 1864 */    font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
/* 1865 */    text-transform: uppercase;
/* 1866 */    margin: 0 10px;
/* 1867 */ }
/* 1868 */ 
/* 1869 */ .dm-vmenublockcontent
/* 1870 */ {
/* 1871 */    margin:0 auto;
/* 1872 */ }
/* 1873 */ 
/* 1874 */ ul.dm-vmenu, ul.dm-vmenu ul
/* 1875 */ {
/* 1876 */    list-style: none;
/* 1877 */    display: block;
/* 1878 */ }
/* 1879 */ 
/* 1880 */ ul.dm-vmenu, ul.dm-vmenu li
/* 1881 */ {
/* 1882 */    display: block;
/* 1883 */    margin: 0;
/* 1884 */    padding: 0;
/* 1885 */    width: auto;
/* 1886 */    line-height: 0;
/* 1887 */ }
/* 1888 */ 
/* 1889 */ ul.dm-vmenu
/* 1890 */ {
/* 1891 */    margin-top: 0;
/* 1892 */    margin-bottom: 0;
/* 1893 */ }
/* 1894 */ 
/* 1895 */ ul.dm-vmenu ul
/* 1896 */ {
/* 1897 */    display: none;
/* 1898 */    margin: 0;
/* 1899 */    padding: 0;
/* 1900 */    position: relative;

/* style.css */

/* 1901 */ }
/* 1902 */ 
/* 1903 */ ul.dm-vmenu ul.active
/* 1904 */ {
/* 1905 */    display: block;
/* 1906 */ }
/* 1907 */ 
/* 1908 */ ul.dm-vmenu>li>a
/* 1909 */ {
/* 1910 */    -webkit-border-radius:3px;
/* 1911 */    -moz-border-radius:3px;
/* 1912 */    border-radius:3px;
/* 1913 */    border:1px solid transparent;
/* 1914 */    padding:0 10px;
/* 1915 */    margin:0 auto;
/* 1916 */    font-size: 12px;
/* 1917 */    font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
/* 1918 */    font-weight: bold;
/* 1919 */    font-style: normal;
/* 1920 */    text-decoration: none;
/* 1921 */    text-transform: uppercase;
/* 1922 */    color: #7C7E7C;
/* 1923 */    min-height: 30px;
/* 1924 */    line-height: 30px;
/* 1925 */ }
/* 1926 */ ul.dm-vmenu a 
/* 1927 */ {
/* 1928 */    display: block;
/* 1929 */    cursor: pointer;
/* 1930 */    z-index: 1;
/* 1931 */    position:relative;
/* 1932 */ }
/* 1933 */ 
/* 1934 */ ul.dm-vmenu li{
/* 1935 */    position:relative;
/* 1936 */ }
/* 1937 */ 
/* 1938 */ ul.dm-vmenu>li
/* 1939 */ {
/* 1940 */    margin-top: 4px;
/* 1941 */ }
/* 1942 */ ul.dm-vmenu>li>ul
/* 1943 */ {
/* 1944 */    padding: 0;
/* 1945 */    margin-top: 4px;
/* 1946 */    margin-bottom: 4px;
/* 1947 */ }
/* 1948 */ ul.dm-vmenu>li:first-child
/* 1949 */ {
/* 1950 */    margin-top:0;

/* style.css */

/* 1951 */ }
/* 1952 */ 
/* 1953 */ ul.dm-vmenu>li>a:hover, ul.dm-vmenu>li>a.active:hover
/* 1954 */ {
/* 1955 */    background: #28272B;
/* 1956 */    background: -webkit-linear-gradient(top, #3F3D43 0, #28272B 50%, #1C1B1D 50%, #28272B 100%) no-repeat;
/* 1957 */    background: -moz-linear-gradient(top, #3F3D43 0, #28272B 50%, #1C1B1D 50%, #28272B 100%) no-repeat;
/* 1958 */    background: -o-linear-gradient(top, #3F3D43 0, #28272B 50%, #1C1B1D 50%, #28272B 100%) no-repeat;
/* 1959 */    background: -ms-linear-gradient(top, #3F3D43 0, #28272B 50%, #1C1B1D 50%, #28272B 100%) no-repeat;
/* 1960 */    -svg-background: linear-gradient(top, #3F3D43 0, #28272B 50%, #1C1B1D 50%, #28272B 100%) no-repeat;
/* 1961 */    background: linear-gradient(to bottom, #3F3D43 0, #28272B 50%, #1C1B1D 50%, #28272B 100%) no-repeat;
/* 1962 */    border:1px solid #3A383E;
/* 1963 */    padding:0 10px;
/* 1964 */    margin:0 auto;
/* 1965 */ }
/* 1966 */ 
/* 1967 */ ul.dm-vmenu a:hover, ul.dm-vmenu a.active:hover 
/* 1968 */ {
/* 1969 */    color: #F42A34;
/* 1970 */ }
/* 1971 */ 
/* 1972 */ ul.dm-vmenu>li>a.active:hover>span.border-top, ul.dm-vmenu>li>a.active:hover>span.border-bottom 
/* 1973 */ {
/* 1974 */    background-color: transparent;
/* 1975 */ }
/* 1976 */ 
/* 1977 */ ul.dm-vmenu>li>a.active
/* 1978 */ {
/* 1979 */    background: #625E68;
/* 1980 */    background: -webkit-linear-gradient(top, #76727E 0, #625E68 50%, #58555E 50%, #625E68 100%) no-repeat;
/* 1981 */    background: -moz-linear-gradient(top, #76727E 0, #625E68 50%, #58555E 50%, #625E68 100%) no-repeat;
/* 1982 */    background: -o-linear-gradient(top, #76727E 0, #625E68 50%, #58555E 50%, #625E68 100%) no-repeat;
/* 1983 */    background: -ms-linear-gradient(top, #76727E 0, #625E68 50%, #58555E 50%, #625E68 100%) no-repeat;
/* 1984 */    -svg-background: linear-gradient(top, #76727E 0, #625E68 50%, #58555E 50%, #625E68 100%) no-repeat;
/* 1985 */    background: linear-gradient(to bottom, #76727E 0, #625E68 50%, #58555E 50%, #625E68 100%) no-repeat;
/* 1986 */    border:1px solid #76727E;
/* 1987 */    padding:0 10px;
/* 1988 */    margin:0 auto;
/* 1989 */    color: #FAA8AC;
/* 1990 */ }
/* 1991 */ 
/* 1992 */ ul.dm-vmenu>li>ul:before
/* 1993 */ {
/* 1994 */    margin:0 auto;
/* 1995 */    display: block;
/* 1996 */    position: absolute;
/* 1997 */    content: ' ';
/* 1998 */    top: 0;
/* 1999 */    right: 0;
/* 2000 */    bottom: 0;

/* style.css */

/* 2001 */    left: 0;
/* 2002 */ }
/* 2003 */ 
/* 2004 */ ul.dm-vmenu li li a
/* 2005 */ {
/* 2006 */    margin:0 auto;
/* 2007 */    position: relative;
/* 2008 */ }
/* 2009 */ ul.dm-vmenu ul li
/* 2010 */ {
/* 2011 */    margin: 0;
/* 2012 */    padding: 0;
/* 2013 */ }
/* 2014 */ ul.dm-vmenu li li{
/* 2015 */    position: relative;
/* 2016 */    margin-top: 0;
/* 2017 */ }
/* 2018 */ 
/* 2019 */ ul.dm-vmenu ul a
/* 2020 */ {
/* 2021 */    display: block;
/* 2022 */    position: relative;
/* 2023 */    min-height: 20px;
/* 2024 */    overflow: visible;
/* 2025 */    padding: 0;
/* 2026 */    padding-left: 25px;
/* 2027 */    padding-right: 0;
/* 2028 */    z-index: 0;
/* 2029 */    line-height: 20px;
/* 2030 */    color: #7B7783;
/* 2031 */    font-size: 11px;
/* 2032 */    font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
/* 2033 */    margin-left: 0;
/* 2034 */    margin-right: 0;
/* 2035 */ }
/* 2036 */ 
/* 2037 */ ul.dm-vmenu ul a:visited, ul.dm-vmenu ul a.active:hover, ul.dm-vmenu ul a:hover, ul.dm-vmenu ul a.active
/* 2038 */ {
/* 2039 */    line-height: 20px;
/* 2040 */    color: #7B7783;
/* 2041 */    font-size: 11px;
/* 2042 */    font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
/* 2043 */    margin-left: 0;
/* 2044 */    margin-right: 0;
/* 2045 */ }
/* 2046 */ 
/* 2047 */ ul.dm-vmenu ul ul a
/* 2048 */ {
/* 2049 */    padding-left: 50px;
/* 2050 */ }

/* style.css */

/* 2051 */ ul.dm-vmenu ul ul ul a
/* 2052 */ {
/* 2053 */    padding-left: 75px;
/* 2054 */ }
/* 2055 */ ul.dm-vmenu ul ul ul ul a
/* 2056 */ {
/* 2057 */    padding-left: 100px;
/* 2058 */ }
/* 2059 */ ul.dm-vmenu ul ul ul ul ul a
/* 2060 */ {
/* 2061 */    padding-left: 125px;
/* 2062 */ }
/* 2063 */ 
/* 2064 */ ul.dm-vmenu ul>li>a:hover, ul.dm-vmenu ul>li>a.active:hover
/* 2065 */ {
/* 2066 */    background: #BFC0BF;
/* 2067 */    margin:0 auto;
/* 2068 */ }
/* 2069 */ ul.dm-vmenu ul li a:hover, ul.dm-vmenu ul li a.active:hover
/* 2070 */ {
/* 2071 */    color: #B80A12;
/* 2072 */ }
/* 2073 */ 
/* 2074 */ ul.dm-vmenu ul a:hover:after
/* 2075 */ {
/* 2076 */    background-position: center ;
/* 2077 */ }
/* 2078 */ ul.dm-vmenu ul a.active:hover:after
/* 2079 */ {
/* 2080 */    background-position: center ;
/* 2081 */ }
/* 2082 */ ul.dm-vmenu ul a.active:after
/* 2083 */ {
/* 2084 */    background-position: bottom ;
/* 2085 */ }
/* 2086 */ 
/* 2087 */ ul.dm-vmenu ul>li>a.active
/* 2088 */ {
/* 2089 */    background: #BFC0BF;
/* 2090 */    margin:0 auto;
/* 2091 */ }
/* 2092 */ ul.dm-vmenu ul a.active, ul.dm-vmenu ul a:hover, ul.dm-vmenu ul a.active:hover
/* 2093 */ {
/* 2094 */    color: #91080F;
/* 2095 */ }
/* 2096 */ 
/* 2097 */ .dm-block
/* 2098 */ {
/* 2099 */    margin:10px;
/* 2100 */ }

/* style.css */

/* 2101 */ div.dm-block img
/* 2102 */ {
/* 2103 */    border: none;
/* 2104 */    margin: 12px;
/* 2105 */ }
/* 2106 */ 
/* 2107 */ .dm-blockheader
/* 2108 */ {
/* 2109 */    background: #76727E;
/* 2110 */    background: transparent;
/* 2111 */    border:1px solid rgba(78, 75, 83, 0.8);
/* 2112 */    border-left:none;
/* 2113 */    border-right:none;
/* 2114 */    padding:12px 7px;
/* 2115 */    margin:0 auto;
/* 2116 */ }
/* 2117 */ .dm-blockheader .t,
/* 2118 */ .dm-blockheader .t a,
/* 2119 */ .dm-blockheader .t a:link,
/* 2120 */ .dm-blockheader .t a:visited, 
/* 2121 */ .dm-blockheader .t a:hover
/* 2122 */ {
/* 2123 */    color: #000000;
/* 2124 */    font-size: 20px;
/* 2125 */    font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
/* 2126 */    font-variant: small-caps;
/* 2127 */    margin: 0 10px;
/* 2128 */ }
/* 2129 */ 
/* 2130 */ .dm-blockcontent
/* 2131 */ {
/* 2132 */    background: #FCFCFC url('/wp-content/themes/dmartin/images/blockcontent.png') scroll;
/* 2133 */    background: transparent url('/wp-content/themes/dmartin/images/blockcontent.png') scroll;
/* 2134 */    padding:7px;
/* 2135 */    margin:0 auto;
/* 2136 */    color: #141514;
/* 2137 */    font-size: 13px;
/* 2138 */    font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
/* 2139 */    text-transform: none;
/* 2140 */    font-variant: normal;
/* 2141 */ }
/* 2142 */ .dm-blockcontent table,
/* 2143 */ .dm-blockcontent li, 
/* 2144 */ .dm-blockcontent a,
/* 2145 */ .dm-blockcontent a:link,
/* 2146 */ .dm-blockcontent a:visited,
/* 2147 */ .dm-blockcontent a:hover
/* 2148 */ {
/* 2149 */    color: #141514;
/* 2150 */    font-size: 13px;

/* style.css */

/* 2151 */    font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
/* 2152 */    text-transform: none;
/* 2153 */    font-variant: normal;
/* 2154 */ }
/* 2155 */ 
/* 2156 */ .dm-blockcontent p
/* 2157 */ {
/* 2158 */    margin: 6px 0;
/* 2159 */ }
/* 2160 */ 
/* 2161 */ .dm-blockcontent a, .dm-blockcontent a:link
/* 2162 */ {
/* 2163 */    color: #7E070D;
/* 2164 */    font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
/* 2165 */    text-decoration: underline;
/* 2166 */ }
/* 2167 */ 
/* 2168 */ .dm-blockcontent a:visited, .dm-blockcontent a.visited
/* 2169 */ {
/* 2170 */    color: #9B9D9B;
/* 2171 */    font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
/* 2172 */    text-decoration: none;
/* 2173 */ }
/* 2174 */ 
/* 2175 */ .dm-blockcontent a:hover, .dm-blockcontent a.hover
/* 2176 */ {
/* 2177 */    color: #F5424B;
/* 2178 */    font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
/* 2179 */    text-decoration: none;
/* 2180 */ }
/* 2181 */ .dm-block ul>li:before
/* 2182 */ {
/* 2183 */    content:url('/wp-content/themes/dmartin/images/blockbullets.png');
/* 2184 */    margin-right:6px;
/* 2185 */    bottom: 2px;
/* 2186 */    position:relative;
/* 2187 */    display:inline-block;
/* 2188 */    vertical-align:middle;
/* 2189 */    font-size:0;
/* 2190 */    line-height:0;
/* 2191 */    margin-left: -14px;
/* 2192 */ }
/* 2193 */ .opera .dm-block ul>li:before
/* 2194 */ {
/* 2195 */    /* Vertical-align:middle in Opera doesn't need additional offset */
/* 2196 */     bottom: 0;
/* 2197 */ }
/* 2198 */ 
/* 2199 */ .dm-block li
/* 2200 */ {

/* style.css */

/* 2201 */    font-size: 13px;
/* 2202 */    font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
/* 2203 */    line-height: 150%;
/* 2204 */    color: #686A68;
/* 2205 */    margin: 0 0 0 10px;
/* 2206 */ }
/* 2207 */ 
/* 2208 */ .dm-block ul>li, .dm-block ol
/* 2209 */ {
/* 2210 */    padding: 0;
/* 2211 */ }
/* 2212 */ 
/* 2213 */ .dm-block ul>li
/* 2214 */ {
/* 2215 */    padding-left: 14px;
/* 2216 */ }
/* 2217 */ 
/* 2218 */ .dm-post
/* 2219 */ {
/* 2220 */    padding:5px;
/* 2221 */    margin:10px;
/* 2222 */ }
/* 2223 */ a img
/* 2224 */ {
/* 2225 */    border: 0;
/* 2226 */ }
/* 2227 */ 
/* 2228 */ .dm-article img, img.dm-article, .dm-block img, .dm-footer-text img
/* 2229 */ {
/* 2230 */    margin: 7px 7px 7px 7px;
/* 2231 */ }
/* 2232 */ 
/* 2233 */ .dm-metadata-icons img
/* 2234 */ {
/* 2235 */    border: none;
/* 2236 */    vertical-align: middle;
/* 2237 */    margin: 2px;
/* 2238 */ }
/* 2239 */ 
/* 2240 */ .dm-article table, table.dm-article
/* 2241 */ {
/* 2242 */    border-collapse: collapse;
/* 2243 */    margin: 1px;
/* 2244 */ }
/* 2245 */ 
/* 2246 */ .dm-post .dm-content-layout-br
/* 2247 */ {
/* 2248 */    height: 0;
/* 2249 */ }
/* 2250 */ 

/* style.css */

/* 2251 */ .dm-article th, .dm-article td
/* 2252 */ {
/* 2253 */    padding: 2px;
/* 2254 */    border: solid 1px #818381;
/* 2255 */    vertical-align: top;
/* 2256 */    text-align: left;
/* 2257 */ }
/* 2258 */ 
/* 2259 */ .dm-article th
/* 2260 */ {
/* 2261 */    text-align: center;
/* 2262 */    vertical-align: middle;
/* 2263 */    padding: 7px;
/* 2264 */ }
/* 2265 */ 
/* 2266 */ pre
/* 2267 */ {
/* 2268 */    overflow: auto;
/* 2269 */    padding: 0.1em;
/* 2270 */ }
/* 2271 */ 
/* 2272 */ .preview-cms-logo
/* 2273 */ {
/* 2274 */    border: 0;
/* 2275 */    margin: 1em 1em 0 0;
/* 2276 */    float: left;
/* 2277 */ }
/* 2278 */ 
/* 2279 */ .image-caption-wrapper
/* 2280 */ {
/* 2281 */    padding: 7px 7px 7px 7px;
/* 2282 */    -webkit-box-sizing: border-box;
/* 2283 */    -moz-box-sizing: border-box;
/* 2284 */    box-sizing: border-box;
/* 2285 */ }
/* 2286 */ 
/* 2287 */ .image-caption-wrapper img
/* 2288 */ {
/* 2289 */    margin: 0 !important;
/* 2290 */    -webkit-box-sizing: border-box;
/* 2291 */    -moz-box-sizing: border-box;
/* 2292 */    box-sizing: border-box;
/* 2293 */ }
/* 2294 */ 
/* 2295 */ .image-caption-wrapper div.dm-collage
/* 2296 */ {
/* 2297 */    margin: 0 !important;
/* 2298 */    -webkit-box-sizing: border-box;
/* 2299 */    -moz-box-sizing: border-box;
/* 2300 */    box-sizing: border-box;

/* style.css */

/* 2301 */ }
/* 2302 */ 
/* 2303 */ .image-caption-wrapper p
/* 2304 */ {
/* 2305 */    font-size: 80%;
/* 2306 */    text-align: right;
/* 2307 */    margin: 0;
/* 2308 */ }
/* 2309 */ 
/* 2310 */ .dm-postmetadataheader
/* 2311 */ {
/* 2312 */    background: #D3D1D6;
/* 2313 */    background: rgba(211, 209, 214, 0.5);
/* 2314 */    margin:0 auto;
/* 2315 */    position:relative;
/* 2316 */    z-index:1;
/* 2317 */    padding: 1px;
/* 2318 */ }
/* 2319 */ 
/* 2320 */ .dm-postheadericon:before
/* 2321 */ {
/* 2322 */    content:url('/wp-content/themes/dmartin/images/postheadericon.png');
/* 2323 */    margin-right:6px;
/* 2324 */    position:relative;
/* 2325 */    display:inline-block;
/* 2326 */    vertical-align:middle;
/* 2327 */    font-size:0;
/* 2328 */    line-height:0;
/* 2329 */    bottom: auto;
/* 2330 */ }
/* 2331 */ .opera .dm-postheadericon:before
/* 2332 */ {
/* 2333 */    /* Vertical-align:middle in Opera doesn't need additional offset */
/* 2334 */     bottom: 0;
/* 2335 */ }
/* 2336 */ 
/* 2337 */ .dm-postheader
/* 2338 */ {
/* 2339 */    color: #353338;
/* 2340 */    margin: 0 0 0 15px;
/* 2341 */    font-size: 24px;
/* 2342 */    font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
/* 2343 */    font-weight: bold;
/* 2344 */    font-style: normal;
/* 2345 */    text-transform: none;
/* 2346 */ }
/* 2347 */ 
/* 2348 */ .dm-postheader a, 
/* 2349 */ .dm-postheader a:link, 
/* 2350 */ .dm-postheader a:visited,

/* style.css */

/* 2351 */ .dm-postheader a.visited,
/* 2352 */ .dm-postheader a:hover,
/* 2353 */ .dm-postheader a.hovered
/* 2354 */ {
/* 2355 */    font-size: 24px;
/* 2356 */    font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
/* 2357 */    font-weight: bold;
/* 2358 */    font-style: normal;
/* 2359 */    text-transform: none;
/* 2360 */ }
/* 2361 */ 
/* 2362 */ .dm-postheader a, .dm-postheader a:link
/* 2363 */ {
/* 2364 */    font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
/* 2365 */    text-decoration: none;
/* 2366 */    text-align: left;
/* 2367 */    color: #6F060B;
/* 2368 */ }
/* 2369 */ 
/* 2370 */ .dm-postheader a:visited, .dm-postheader a.visited
/* 2371 */ {
/* 2372 */    font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
/* 2373 */    text-decoration: none;
/* 2374 */    text-align: left;
/* 2375 */    color: #6F060B;
/* 2376 */ }
/* 2377 */ 
/* 2378 */ .dm-postheader a:hover,  .dm-postheader a.hovered
/* 2379 */ {
/* 2380 */    font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
/* 2381 */    text-decoration: none;
/* 2382 */    text-align: left;
/* 2383 */    color: #79060C;
/* 2384 */ }
/* 2385 */ 
/* 2386 */ .dm-postheadericons,
/* 2387 */ .dm-postheadericons a,
/* 2388 */ .dm-postheadericons a:link,
/* 2389 */ .dm-postheadericons a:visited,
/* 2390 */ .dm-postheadericons a:hover
/* 2391 */ {
/* 2392 */    font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
/* 2393 */    text-transform: none;
/* 2394 */    font-variant: small-caps;
/* 2395 */    color: #585A58;
/* 2396 */ }
/* 2397 */ 
/* 2398 */ .dm-postheadericons
/* 2399 */ {
/* 2400 */    padding: 1px;

/* style.css */

/* 2401 */ }
/* 2402 */ 
/* 2403 */ .dm-postheadericons a, .dm-postheadericons a:link
/* 2404 */ {
/* 2405 */    font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
/* 2406 */    text-decoration: none;
/* 2407 */    color: #96080F;
/* 2408 */ }
/* 2409 */ 
/* 2410 */ .dm-postheadericons a:visited, .dm-postheadericons a.visited
/* 2411 */ {
/* 2412 */    font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
/* 2413 */    font-weight: normal;
/* 2414 */    font-style: italic;
/* 2415 */    text-decoration: none;
/* 2416 */    color: #96080F;
/* 2417 */ }
/* 2418 */ 
/* 2419 */ .dm-postheadericons a:hover, .dm-postheadericons a.hover
/* 2420 */ {
/* 2421 */    font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
/* 2422 */    font-weight: normal;
/* 2423 */    font-style: italic;
/* 2424 */    text-decoration: underline;
/* 2425 */    color: #300305;
/* 2426 */ }
/* 2427 */ 
/* 2428 */ .dm-postdateicon:before
/* 2429 */ {
/* 2430 */    content:url('/wp-content/themes/dmartin/images/postdateicon.png');
/* 2431 */    margin-right:6px;
/* 2432 */    position:relative;
/* 2433 */    display:inline-block;
/* 2434 */    vertical-align:middle;
/* 2435 */    font-size:0;
/* 2436 */    line-height:0;
/* 2437 */    bottom: auto;
/* 2438 */ }
/* 2439 */ .opera .dm-postdateicon:before
/* 2440 */ {
/* 2441 */    /* Vertical-align:middle in Opera doesn't need additional offset */
/* 2442 */     bottom: 0;
/* 2443 */ }
/* 2444 */ 
/* 2445 */ .dm-postauthoricon:before
/* 2446 */ {
/* 2447 */    content:url('/wp-content/themes/dmartin/images/postauthoricon.png');
/* 2448 */    margin-right:6px;
/* 2449 */    position:relative;
/* 2450 */    display:inline-block;

/* style.css */

/* 2451 */    vertical-align:middle;
/* 2452 */    font-size:0;
/* 2453 */    line-height:0;
/* 2454 */    bottom: auto;
/* 2455 */ }
/* 2456 */ .opera .dm-postauthoricon:before
/* 2457 */ {
/* 2458 */    /* Vertical-align:middle in Opera doesn't need additional offset */
/* 2459 */     bottom: 0;
/* 2460 */ }
/* 2461 */ 
/* 2462 */ .dm-postpdficon:before
/* 2463 */ {
/* 2464 */    content:url('/wp-content/themes/dmartin/images/postpdficon.png');
/* 2465 */    margin-right:6px;
/* 2466 */    position:relative;
/* 2467 */    display:inline-block;
/* 2468 */    vertical-align:middle;
/* 2469 */    font-size:0;
/* 2470 */    line-height:0;
/* 2471 */    bottom: auto;
/* 2472 */ }
/* 2473 */ .opera .dm-postpdficon:before
/* 2474 */ {
/* 2475 */    /* Vertical-align:middle in Opera doesn't need additional offset */
/* 2476 */     bottom: 0;
/* 2477 */ }
/* 2478 */ 
/* 2479 */ .dm-postprinticon:before
/* 2480 */ {
/* 2481 */    content:url('/wp-content/themes/dmartin/images/postprinticon.png');
/* 2482 */    margin-right:6px;
/* 2483 */    bottom: 2px;
/* 2484 */    position:relative;
/* 2485 */    display:inline-block;
/* 2486 */    vertical-align:middle;
/* 2487 */    font-size:0;
/* 2488 */    line-height:0;
/* 2489 */ }
/* 2490 */ .opera .dm-postprinticon:before
/* 2491 */ {
/* 2492 */    /* Vertical-align:middle in Opera doesn't need additional offset */
/* 2493 */     bottom: 0;
/* 2494 */ }
/* 2495 */ 
/* 2496 */ .dm-postemailicon:before
/* 2497 */ {
/* 2498 */    content:url('/wp-content/themes/dmartin/images/postemailicon.png');
/* 2499 */    margin-right:6px;
/* 2500 */    bottom: 2px;

/* style.css */

/* 2501 */    position:relative;
/* 2502 */    display:inline-block;
/* 2503 */    vertical-align:middle;
/* 2504 */    font-size:0;
/* 2505 */    line-height:0;
/* 2506 */ }
/* 2507 */ .opera .dm-postemailicon:before
/* 2508 */ {
/* 2509 */    /* Vertical-align:middle in Opera doesn't need additional offset */
/* 2510 */     bottom: 0;
/* 2511 */ }
/* 2512 */ 
/* 2513 */ .dm-postediticon:before
/* 2514 */ {
/* 2515 */    content:url('/wp-content/themes/dmartin/images/postediticon.png');
/* 2516 */    margin-right:6px;
/* 2517 */    position:relative;
/* 2518 */    display:inline-block;
/* 2519 */    vertical-align:middle;
/* 2520 */    font-size:0;
/* 2521 */    line-height:0;
/* 2522 */    bottom: auto;
/* 2523 */ }
/* 2524 */ .opera .dm-postediticon:before
/* 2525 */ {
/* 2526 */    /* Vertical-align:middle in Opera doesn't need additional offset */
/* 2527 */     bottom: 0;
/* 2528 */ }
/* 2529 */ 
/* 2530 */ .dm-postcontent ul>li:before,  .dm-post ul>li:before,  .dm-textblock ul>li:before
/* 2531 */ {
/* 2532 */    content:url('/wp-content/themes/dmartin/images/postbullets.png');
/* 2533 */    margin-right:6px;
/* 2534 */    bottom: 2px;
/* 2535 */    position:relative;
/* 2536 */    display:inline-block;
/* 2537 */    vertical-align:middle;
/* 2538 */    font-size:0;
/* 2539 */    line-height:0;
/* 2540 */ }
/* 2541 */ .opera .dm-postcontent ul>li:before, .opera   .dm-post ul>li:before, .opera   .dm-textblock ul>li:before
/* 2542 */ {
/* 2543 */    /* Vertical-align:middle in Opera doesn't need additional offset */
/* 2544 */     bottom: 0;
/* 2545 */ }
/* 2546 */ 
/* 2547 */ .dm-postcontent li, .dm-post li, .dm-textblock li
/* 2548 */ {
/* 2549 */    font-size: 13px;
/* 2550 */    font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;

/* style.css */

/* 2551 */    color: #141315;
/* 2552 */    margin: 0 0 0 26px;
/* 2553 */ }
/* 2554 */ 
/* 2555 */ .dm-postcontent ul>li, .dm-post ul>li, .dm-textblock ul>li, .dm-postcontent ol, .dm-post ol, .dm-textblock ol
/* 2556 */ {
/* 2557 */    padding: 0;
/* 2558 */ }
/* 2559 */ 
/* 2560 */ .dm-postcontent ul>li, .dm-post ul>li, .dm-textblock ul>li
/* 2561 */ {
/* 2562 */    padding-left: 14px;
/* 2563 */ }
/* 2564 */ 
/* 2565 */ .dm-postcontent ul>li:before,  .dm-post ul>li:before,  .dm-textblock ul>li:before
/* 2566 */ {
/* 2567 */    margin-left: -14px;
/* 2568 */ }
/* 2569 */ 
/* 2570 */ .dm-postcontent ol, .dm-post ol, .dm-textblock ol, .dm-postcontent ul, .dm-post ul, .dm-textblock ul
/* 2571 */ {
/* 2572 */    margin: 1em 0 1em 26px;
/* 2573 */ }
/* 2574 */ 
/* 2575 */ .dm-postcontent li ol, .dm-post li ol, .dm-textblock li ol, .dm-postcontent li ul, .dm-post li ul, .dm-textblock li ul
/* 2576 */ {
/* 2577 */    margin: 0.5em 0 0.5em 26px;
/* 2578 */ }
/* 2579 */ 
/* 2580 */ .dm-postcontent li, .dm-post li, .dm-textblock li
/* 2581 */ {
/* 2582 */    margin: 0 0 0 0;
/* 2583 */ }
/* 2584 */ 
/* 2585 */ .dm-postcontent ol>li, .dm-post ol>li, .dm-textblock ol>li
/* 2586 */ {
/* 2587 */    /* overrides overflow for "ul li" and sets the default value */
/* 2588 */   overflow: visible;
/* 2589 */ }
/* 2590 */ 
/* 2591 */ .dm-postcontent ul>li, .dm-post ul>li, .dm-textblock ul>li
/* 2592 */ {
/* 2593 */    /* makes "ul li" not to align behind the image if they are in the same line */
/* 2594 */   overflow-x: visible;
/* 2595 */    overflow-y: hidden;
/* 2596 */ }
/* 2597 */ 
/* 2598 */ blockquote
/* 2599 */ {
/* 2600 */    background: #D8D9D8 url('/wp-content/themes/dmartin/images/postquote.png') no-repeat scroll;

/* style.css */

/* 2601 */    border:1px solid #B4B6B4;
/* 2602 */    padding:10px 10px 10px 47px;
/* 2603 */    margin:0 0 0 10px;
/* 2604 */    color: #0F0F0F;
/* 2605 */    font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
/* 2606 */    font-weight: normal;
/* 2607 */    font-style: italic;
/* 2608 */    text-align: left;
/* 2609 */    /* makes block not to align behind the image if they are in the same line */
/* 2610 */   overflow: auto;
/* 2611 */    clear:both;
/* 2612 */ }
/* 2613 */ blockquote a, .dm-postcontent blockquote a, .dm-blockcontent blockquote a, .dm-footer-text blockquote a,
/* 2614 */ blockquote a:link, .dm-postcontent blockquote a:link, .dm-blockcontent blockquote a:link, .dm-footer-text blockquote a:link,
/* 2615 */ blockquote a:visited, .dm-postcontent blockquote a:visited, .dm-blockcontent blockquote a:visited, .dm-footer-text blockquote a:visited,
/* 2616 */ blockquote a:hover, .dm-postcontent blockquote a:hover, .dm-blockcontent blockquote a:hover, .dm-footer-text blockquote a:hover
/* 2617 */ {
/* 2618 */    color: #0F0F0F;
/* 2619 */    font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
/* 2620 */    font-weight: normal;
/* 2621 */    font-style: italic;
/* 2622 */    text-align: left;
/* 2623 */ }
/* 2624 */ 
/* 2625 */ /* Override native 'p' margins*/
/* 2626 */ blockquote p,
/* 2627 */ .dm-postcontent blockquote p,
/* 2628 */ .dm-blockcontent blockquote p,
/* 2629 */ .dm-footer-text blockquote p
/* 2630 */ {
/* 2631 */    margin: 0;
/* 2632 */    margin: 2px 0 2px 15px;
/* 2633 */ }
/* 2634 */ 
/* 2635 */ .dm-postmetadatafooter
/* 2636 */ {
/* 2637 */    background: #A7A4AD;
/* 2638 */    background: rgba(167, 164, 173, 0.5);
/* 2639 */    -webkit-border-radius:6px;
/* 2640 */    -moz-border-radius:6px;
/* 2641 */    border-radius:6px;
/* 2642 */    border:1px solid #B4B6B4;
/* 2643 */    margin:0 auto;
/* 2644 */    position:relative;
/* 2645 */    z-index:1;
/* 2646 */    padding: 1px;
/* 2647 */ }
/* 2648 */ 
/* 2649 */ .dm-postfootericons,
/* 2650 */ .dm-postfootericons a,

/* style.css */

/* 2651 */ .dm-postfootericons a:link,
/* 2652 */ .dm-postfootericons a:visited,
/* 2653 */ .dm-postfootericons a:hover
/* 2654 */ {
/* 2655 */    font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
/* 2656 */    color: #494B49;
/* 2657 */ }
/* 2658 */ 
/* 2659 */ .dm-postfootericons
/* 2660 */ {
/* 2661 */    padding: 1px;
/* 2662 */ }
/* 2663 */ 
/* 2664 */ .dm-postfootericons a, .dm-postfootericons a:link
/* 2665 */ {
/* 2666 */    font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
/* 2667 */    text-decoration: none;
/* 2668 */    color: #B30912;
/* 2669 */ }
/* 2670 */ 
/* 2671 */ .dm-postfootericons a:visited, .dm-postfootericons a.visited
/* 2672 */ {
/* 2673 */    font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
/* 2674 */    text-decoration: none;
/* 2675 */    color: #444148;
/* 2676 */ }
/* 2677 */ 
/* 2678 */ .dm-postfootericons a:hover, .dm-postfootericons a.hover
/* 2679 */ {
/* 2680 */    font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
/* 2681 */    text-decoration: none;
/* 2682 */    color: #B30912;
/* 2683 */ }
/* 2684 */ 
/* 2685 */ .dm-postcategoryicon:before
/* 2686 */ {
/* 2687 */    content:url('/wp-content/themes/dmartin/images/postcategoryicon.png');
/* 2688 */    margin-right:6px;
/* 2689 */    bottom: 2px;
/* 2690 */    position:relative;
/* 2691 */    display:inline-block;
/* 2692 */    vertical-align:middle;
/* 2693 */    font-size:0;
/* 2694 */    line-height:0;
/* 2695 */ }
/* 2696 */ .opera .dm-postcategoryicon:before
/* 2697 */ {
/* 2698 */    /* Vertical-align:middle in Opera doesn't need additional offset */
/* 2699 */     bottom: 0;
/* 2700 */ }

/* style.css */

/* 2701 */ 
/* 2702 */ .dm-posttagicon:before
/* 2703 */ {
/* 2704 */    content:url('/wp-content/themes/dmartin/images/posttagicon.png');
/* 2705 */    margin-right:6px;
/* 2706 */    position:relative;
/* 2707 */    display:inline-block;
/* 2708 */    vertical-align:middle;
/* 2709 */    font-size:0;
/* 2710 */    line-height:0;
/* 2711 */    bottom: auto;
/* 2712 */ }
/* 2713 */ .opera .dm-posttagicon:before
/* 2714 */ {
/* 2715 */    /* Vertical-align:middle in Opera doesn't need additional offset */
/* 2716 */     bottom: 0;
/* 2717 */ }
/* 2718 */ 
/* 2719 */ .dm-postcommentsicon:before
/* 2720 */ {
/* 2721 */    content:url('/wp-content/themes/dmartin/images/postcommentsicon.png');
/* 2722 */    margin-right:6px;
/* 2723 */    position:relative;
/* 2724 */    display:inline-block;
/* 2725 */    vertical-align:middle;
/* 2726 */    font-size:0;
/* 2727 */    line-height:0;
/* 2728 */    bottom: auto;
/* 2729 */ }
/* 2730 */ .opera .dm-postcommentsicon:before
/* 2731 */ {
/* 2732 */    /* Vertical-align:middle in Opera doesn't need additional offset */
/* 2733 */     bottom: 0;
/* 2734 */ }
/* 2735 */ 
/* 2736 */ .dm-footer
/* 2737 */ {
/* 2738 */    background: #28272B;
/* 2739 */    background: transparent;
/* 2740 */    -webkit-border-radius:5px;
/* 2741 */    -moz-border-radius:5px;
/* 2742 */    border-radius:5px;
/* 2743 */    padding:5px;
/* 2744 */    margin:10px auto 0;
/* 2745 */    position: relative;
/* 2746 */    color: #000000;
/* 2747 */    font-size: 11px;
/* 2748 */    font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
/* 2749 */    text-align: center;
/* 2750 */ }

/* style.css */

/* 2751 */ 
/* 2752 */ .dm-footer-text a,
/* 2753 */ .dm-footer-text a:link,
/* 2754 */ .dm-footer-text a:visited,
/* 2755 */ .dm-footer-text a:hover,
/* 2756 */ .dm-footer-text td, 
/* 2757 */ .dm-footer-text th,
/* 2758 */ .dm-footer-text caption
/* 2759 */ {
/* 2760 */    color: #000000;
/* 2761 */    font-size: 11px;
/* 2762 */    font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
/* 2763 */ }
/* 2764 */ 
/* 2765 */ .dm-footer-text p 
/* 2766 */ {
/* 2767 */    padding:0;
/* 2768 */    text-align: center;
/* 2769 */ }
/* 2770 */ 
/* 2771 */ .dm-footer-text a,
/* 2772 */ .dm-footer-text a:link
/* 2773 */ {
/* 2774 */    color: #ED0C18;
/* 2775 */    font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
/* 2776 */    text-decoration: none;
/* 2777 */ }
/* 2778 */ 
/* 2779 */ .dm-footer-text a:visited
/* 2780 */ {
/* 2781 */    color: #7C7E7C;
/* 2782 */    font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
/* 2783 */    text-decoration: none;
/* 2784 */ }
/* 2785 */ 
/* 2786 */ .dm-footer-text a:hover
/* 2787 */ {
/* 2788 */    color: #F5424B;
/* 2789 */    font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
/* 2790 */    text-decoration: underline;
/* 2791 */ }
/* 2792 */ 
/* 2793 */ .dm-footer-text h1
/* 2794 */ {
/* 2795 */    color: #625E68;
/* 2796 */    font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
/* 2797 */ }
/* 2798 */ 
/* 2799 */ .dm-footer-text h2
/* 2800 */ {

/* style.css */

/* 2801 */    color: #76727E;
/* 2802 */    font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
/* 2803 */ }
/* 2804 */ 
/* 2805 */ .dm-footer-text h3
/* 2806 */ {
/* 2807 */    color: #F53D46;
/* 2808 */    font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
/* 2809 */ }
/* 2810 */ 
/* 2811 */ .dm-footer-text h4
/* 2812 */ {
/* 2813 */    color: #B4B6B4;
/* 2814 */    font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
/* 2815 */ }
/* 2816 */ 
/* 2817 */ .dm-footer-text h5
/* 2818 */ {
/* 2819 */    color: #B4B6B4;
/* 2820 */    font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
/* 2821 */ }
/* 2822 */ 
/* 2823 */ .dm-footer-text h6
/* 2824 */ {
/* 2825 */    color: #B4B6B4;
/* 2826 */    font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
/* 2827 */ }
/* 2828 */ 
/* 2829 */ .dm-footer-text img
/* 2830 */ {
/* 2831 */    border: none;
/* 2832 */    margin: 0;
/* 2833 */ }
/* 2834 */ 
/* 2835 */ .dm-rss-tag-icon
/* 2836 */ {
/* 2837 */    background:  url('/wp-content/themes/dmartin/images/footerrssicon.png') no-repeat scroll;
/* 2838 */    margin:0 auto;
/* 2839 */    min-height:32px;
/* 2840 */    min-width:32px;
/* 2841 */    display: inline-block;
/* 2842 */    text-indent: 35px;
/* 2843 */    background-position: left center;
/* 2844 */    vertical-align: middle;
/* 2845 */ }
/* 2846 */ 
/* 2847 */ .dm-rss-tag-icon:empty
/* 2848 */ {
/* 2849 */    vertical-align: middle;
/* 2850 */ }

/* style.css */

/* 2851 */ 
/* 2852 */ .dm-facebook-tag-icon
/* 2853 */ {
/* 2854 */    background:  url('/wp-content/themes/dmartin/images/footerfacebookicon.png') no-repeat scroll;
/* 2855 */    margin:0 auto;
/* 2856 */    min-height:32px;
/* 2857 */    min-width:32px;
/* 2858 */    display: inline-block;
/* 2859 */    text-indent: 35px;
/* 2860 */    background-position: left center;
/* 2861 */    vertical-align: middle;
/* 2862 */ }
/* 2863 */ 
/* 2864 */ .dm-facebook-tag-icon:empty
/* 2865 */ {
/* 2866 */    vertical-align: middle;
/* 2867 */ }
/* 2868 */ 
/* 2869 */ .dm-twitter-tag-icon
/* 2870 */ {
/* 2871 */    background:  url('/wp-content/themes/dmartin/images/footertwittericon.png') no-repeat scroll;
/* 2872 */    margin:0 auto;
/* 2873 */    min-height:32px;
/* 2874 */    min-width:32px;
/* 2875 */    display: inline-block;
/* 2876 */    text-indent: 35px;
/* 2877 */    background-position: left center;
/* 2878 */    vertical-align: middle;
/* 2879 */ }
/* 2880 */ 
/* 2881 */ .dm-twitter-tag-icon:empty
/* 2882 */ {
/* 2883 */    vertical-align: middle;
/* 2884 */ }
/* 2885 */ 
/* 2886 */ .dm-tumblr-tag-icon
/* 2887 */ {
/* 2888 */    background:  url('/wp-content/themes/dmartin/images/tumblricon.png') no-repeat scroll;
/* 2889 */    margin:0 auto;
/* 2890 */    min-height:32px;
/* 2891 */    min-width:32px;
/* 2892 */    display: inline-block;
/* 2893 */    text-indent: 35px;
/* 2894 */    background-position: left center;
/* 2895 */    vertical-align: middle;
/* 2896 */ }
/* 2897 */ 
/* 2898 */ .dm-tumblr-tag-icon:empty
/* 2899 */ {
/* 2900 */    vertical-align: middle;

/* style.css */

/* 2901 */ }
/* 2902 */ 
/* 2903 */ .dm-pinterest-tag-icon
/* 2904 */ {
/* 2905 */    background:  url('/wp-content/themes/dmartin/images/pinteresticon.png') no-repeat scroll;
/* 2906 */    margin:0 auto;
/* 2907 */    min-height:32px;
/* 2908 */    min-width:32px;
/* 2909 */    display: inline-block;
/* 2910 */    text-indent: 35px;
/* 2911 */    background-position: left center;
/* 2912 */    vertical-align: middle;
/* 2913 */ }
/* 2914 */ 
/* 2915 */ .dm-pinterest-tag-icon:empty
/* 2916 */ {
/* 2917 */    vertical-align: middle;
/* 2918 */ }
/* 2919 */ 
/* 2920 */ .dm-vimeo-tag-icon
/* 2921 */ {
/* 2922 */    background:  url('/wp-content/themes/dmartin/images/vimeoicon.png') no-repeat scroll;
/* 2923 */    margin:0 auto;
/* 2924 */    min-height:33px;
/* 2925 */    min-width:32px;
/* 2926 */    display: inline-block;
/* 2927 */    text-indent: 35px;
/* 2928 */    background-position: left center;
/* 2929 */    vertical-align: middle;
/* 2930 */ }
/* 2931 */ 
/* 2932 */ .dm-vimeo-tag-icon:empty
/* 2933 */ {
/* 2934 */    vertical-align: middle;
/* 2935 */ }
/* 2936 */ 
/* 2937 */ .dm-youtube-tag-icon
/* 2938 */ {
/* 2939 */    background:  url('/wp-content/themes/dmartin/images/youtubeicon.png') no-repeat scroll;
/* 2940 */    margin:0 auto;
/* 2941 */    min-height:32px;
/* 2942 */    min-width:32px;
/* 2943 */    display: inline-block;
/* 2944 */    text-indent: 35px;
/* 2945 */    background-position: left center;
/* 2946 */    vertical-align: middle;
/* 2947 */ }
/* 2948 */ 
/* 2949 */ .dm-youtube-tag-icon:empty
/* 2950 */ {

/* style.css */

/* 2951 */    vertical-align: middle;
/* 2952 */ }
/* 2953 */ 
/* 2954 */ .dm-linkedin-tag-icon
/* 2955 */ {
/* 2956 */    background:  url('/wp-content/themes/dmartin/images/linkedinicon.png') no-repeat scroll;
/* 2957 */    margin:0 auto;
/* 2958 */    min-height:32px;
/* 2959 */    min-width:32px;
/* 2960 */    display: inline-block;
/* 2961 */    text-indent: 35px;
/* 2962 */    background-position: left center;
/* 2963 */    vertical-align: middle;
/* 2964 */ }
/* 2965 */ 
/* 2966 */ .dm-linkedin-tag-icon:empty
/* 2967 */ {
/* 2968 */    vertical-align: middle;
/* 2969 */ }
/* 2970 */ 
/* 2971 */ .dm-footer-text li
/* 2972 */ {
/* 2973 */    font-size: 13px;
/* 2974 */    font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
/* 2975 */    line-height: 125%;
/* 2976 */    color: #686A68;
/* 2977 */ }
/* 2978 */ 
/* 2979 */ .dm-page-footer, 
/* 2980 */ .dm-page-footer a,
/* 2981 */ .dm-page-footer a:link,
/* 2982 */ .dm-page-footer a:visited,
/* 2983 */ .dm-page-footer a:hover
/* 2984 */ {
/* 2985 */    font-family: Arial;
/* 2986 */    font-size: 10px;
/* 2987 */    letter-spacing: normal;
/* 2988 */    word-spacing: normal;
/* 2989 */    font-style: normal;
/* 2990 */    font-weight: normal;
/* 2991 */    text-decoration: underline;
/* 2992 */    color: #5F5C66;
/* 2993 */ }
/* 2994 */ 
/* 2995 */ .dm-page-footer
/* 2996 */ {
/* 2997 */    position: relative;
/* 2998 */    z-index: auto !important;
/* 2999 */    padding: 1em;
/* 3000 */    text-align: center !important;

/* style.css */

/* 3001 */    text-decoration: none;
/* 3002 */    color: #494B49;
/* 3003 */ }
/* 3004 */ 
/* 3005 */ .dm-lightbox-wrapper 
/* 3006 */ {
/* 3007 */    background: #333;
/* 3008 */    background: rgba(0, 0, 0, .8);
/* 3009 */    bottom: 0;
/* 3010 */    left: 0;
/* 3011 */    padding: 0 100px;
/* 3012 */    position: fixed;
/* 3013 */    right: 0;
/* 3014 */    text-align: center;
/* 3015 */    top: 0;
/* 3016 */    z-index: 1000000;
/* 3017 */ }
/* 3018 */ 
/* 3019 */ .dm-lightbox,
/* 3020 */ .dm-lightbox-wrapper .dm-lightbox-image
/* 3021 */ {
/* 3022 */    cursor: pointer;
/* 3023 */ }
/* 3024 */ 
/* 3025 */ .dm-lightbox-wrapper .dm-lightbox-image
/* 3026 */ {
/* 3027 */    border: 6px solid #fff;
/* 3028 */    border-radius: 3px;
/* 3029 */    display: none;
/* 3030 */    max-width: 100%;
/* 3031 */    vertical-align: middle;
/* 3032 */ }
/* 3033 */ 
/* 3034 */ .dm-lightbox-wrapper .dm-lightbox-image.active
/* 3035 */ {
/* 3036 */    display: inline-block;
/* 3037 */ }
/* 3038 */ 
/* 3039 */ .dm-lightbox-wrapper .lightbox-error
/* 3040 */ {
/* 3041 */    background: #fff;
/* 3042 */    border: 1px solid #b4b4b4;
/* 3043 */    border-radius: 10px;
/* 3044 */    box-shadow: 0 2px 5px #333;
/* 3045 */    height: 80px;
/* 3046 */    opacity: .95;
/* 3047 */    padding: 20px;
/* 3048 */    position: fixed;
/* 3049 */    width: 300px;
/* 3050 */    z-index: 100;

/* style.css */

/* 3051 */ }
/* 3052 */ 
/* 3053 */ .dm-lightbox-wrapper .loading
/* 3054 */ {
/* 3055 */    background: #fff url('/wp-content/themes/dmartin/images/preloader-01.gif') center center no-repeat;
/* 3056 */    border: 1px solid #b4b4b4;
/* 3057 */    border-radius: 10px;
/* 3058 */    box-shadow: 0 2px 5px #333;
/* 3059 */    height: 32px;
/* 3060 */    opacity: .5;
/* 3061 */    padding: 10px;
/* 3062 */    position: fixed;
/* 3063 */    width: 32px;
/* 3064 */    z-index: 10100;
/* 3065 */ }
/* 3066 */ 
/* 3067 */ .dm-lightbox-wrapper .arrow
/* 3068 */ {
/* 3069 */    cursor: pointer;
/* 3070 */    height: 100px;
/* 3071 */    opacity: .5;
/* 3072 */    filter: alpha(opacity=50);
/* 3073 */    position: fixed;
/* 3074 */    width: 82px;
/* 3075 */    z-index: 10003;
/* 3076 */ }
/* 3077 */ 
/* 3078 */ .dm-lightbox-wrapper .arrow.left
/* 3079 */ {
/* 3080 */    left: 9px;
/* 3081 */ }
/* 3082 */ 
/* 3083 */ .dm-lightbox-wrapper .arrow.right
/* 3084 */ {
/* 3085 */    right: 9px;
/* 3086 */ }
/* 3087 */ 
/* 3088 */ .dm-lightbox-wrapper .arrow:hover
/* 3089 */ {
/* 3090 */    opacity: 1;
/* 3091 */    filter: alpha(opacity=100);
/* 3092 */ }
/* 3093 */ 
/* 3094 */ .dm-lightbox-wrapper .arrow.disabled 
/* 3095 */ {
/* 3096 */    display: none;
/* 3097 */ }
/* 3098 */ 
/* 3099 */ .dm-lightbox-wrapper .arrow-t, 
/* 3100 */ .dm-lightbox-wrapper .arrow-b

/* style.css */

/* 3101 */ {
/* 3102 */    background-color: #fff;
/* 3103 */    border-radius: 3px;
/* 3104 */    height: 6px;
/* 3105 */    left: 26px;
/* 3106 */    position: relative;
/* 3107 */    width: 30px;
/* 3108 */ }
/* 3109 */ 
/* 3110 */ .dm-lightbox-wrapper .arrow-t
/* 3111 */ {
/* 3112 */    top: 38px;
/* 3113 */ }
/* 3114 */ 
/* 3115 */ .dm-lightbox-wrapper .arrow-b
/* 3116 */ {
/* 3117 */    top: 50px;
/* 3118 */ }
/* 3119 */ 
/* 3120 */ .dm-lightbox-wrapper .close
/* 3121 */ {
/* 3122 */    cursor: pointer;
/* 3123 */    height: 22px;
/* 3124 */    opacity: .5;
/* 3125 */    filter: alpha(opacity=50);
/* 3126 */    position: fixed;
/* 3127 */    right: 39px;
/* 3128 */    top: 30px;
/* 3129 */    width: 22px;
/* 3130 */    z-index: 10003;
/* 3131 */ }
/* 3132 */ 
/* 3133 */ .dm-lightbox-wrapper .close:hover 
/* 3134 */ {
/* 3135 */    opacity: 1;
/* 3136 */    filter: alpha(opacity=100);
/* 3137 */ }
/* 3138 */ 
/* 3139 */ .dm-lightbox-wrapper .close .cw, 
/* 3140 */ .dm-lightbox-wrapper .close .ccw
/* 3141 */ {
/* 3142 */    background-color: #fff;
/* 3143 */    border-radius: 3px;
/* 3144 */    height: 6px;
/* 3145 */    position: absolute;
/* 3146 */    left: -4px;
/* 3147 */    top: 8px;
/* 3148 */    width: 30px;
/* 3149 */ }
/* 3150 */ 

/* style.css */

/* 3151 */ .dm-lightbox-wrapper .cw
/* 3152 */ {
/* 3153 */    transform: rotate(45deg);
/* 3154 */    -ms-transform: rotate(45deg);
/* 3155 */    /* IE 9 */
/* 3156 */     -webkit-transform: rotate(45deg);
/* 3157 */    /* Safari and Chrome */
/* 3158 */     -o-transform: rotate(45deg);
/* 3159 */    /* Opera */
/* 3160 */     -moz-transform: rotate(45deg);
/* 3161 */ /* Firefox */}
/* 3162 */ 
/* 3163 */ .dm-lightbox-wrapper .ccw
/* 3164 */ {
/* 3165 */    transform: rotate(-45deg);
/* 3166 */    -ms-transform: rotate(-45deg);
/* 3167 */    /* IE 9 */
/* 3168 */     -webkit-transform: rotate(-45deg);
/* 3169 */    /* Safari and Chrome */
/* 3170 */     -o-transform: rotate(-45deg);
/* 3171 */    /* Opera */
/* 3172 */     -moz-transform: rotate(-45deg);
/* 3173 */ /* Firefox */}
/* 3174 */ 
/* 3175 */ .dm-lightbox-wrapper .close-alt, 
/* 3176 */ .dm-lightbox-wrapper .arrow-right-alt, 
/* 3177 */ .dm-lightbox-wrapper .arrow-left-alt 
/* 3178 */ {
/* 3179 */    color: #fff;
/* 3180 */    display: none;
/* 3181 */    font-size: 2.5em;
/* 3182 */    line-height: 100%;
/* 3183 */ }
/* 3184 */ 
/* 3185 */ .ie8 .dm-lightbox-wrapper .close-alt, 
/* 3186 */ .ie8 .dm-lightbox-wrapper .arrow-right-alt, 
/* 3187 */ .ie8 .dm-lightbox-wrapper .arrow-left-alt 
/* 3188 */ {
/* 3189 */    display: block;
/* 3190 */ }
/* 3191 */ 
/* 3192 */ .ie8 .dm-lightbox-wrapper .cw, 
/* 3193 */ .ie8 .dm-lightbox-wrapper .ccw 
/* 3194 */ {
/* 3195 */    display: none;
/* 3196 */ }
/* 3197 */ 
/* 3198 */ .dm-content-layout .dm-content
/* 3199 */ {
/* 3200 */    margin:0 auto;

/* style.css */

/* 3201 */ }
/* 3202 */ 
/* 3203 */ .dm-content-layout .dm-sidebar1
/* 3204 */ {
/* 3205 */    margin:0 auto;
/* 3206 */    width: 20%;
/* 3207 */ }
/* 3208 */ 
/* 3209 */ .dm-content-layout .dm-sidebar2
/* 3210 */ {
/* 3211 */    margin:0 auto;
/* 3212 */    width: 20%;
/* 3213 */ }
/* 3214 */ 
/* 3215 */ 
/* 3216 */ 
/* 3217 */ #comment
/* 3218 */ {
/* 3219 */     width:99%;
/* 3220 */ }
/* 3221 */ 
/* 3222 */ #comments-list, #comments-list .comment 
/* 3223 */ {
/* 3224 */   background: none;
/* 3225 */   padding:0;
/* 3226 */   margin:0;
/* 3227 */   overflow: visible;
/* 3228 */ }
/* 3229 */ 
/* 3230 */ #comments-list .comment:before, #comments-list .comment:after
/* 3231 */ {
/* 3232 */   display:none;
/* 3233 */ }
/* 3234 */ 
/* 3235 */ #comments-list .comment .comment 
/* 3236 */ {
/* 3237 */   margin-left: 20px;
/* 3238 */ }
/* 3239 */ 
/* 3240 */ span.page-navi-outer, span.page-navi-inner 
/* 3241 */ {
/* 3242 */     position:relative;
/* 3243 */     display:block;
/* 3244 */     float:left;
/* 3245 */     margin:0;
/* 3246 */     padding:0;
/* 3247 */ }
/* 3248 */ 
/* 3249 */ span.page-navi-outer
/* 3250 */ {

/* style.css */

/* 3251 */   margin: 1px;
/* 3252 */   border: 1px solid #aaa;
/* 3253 */ }
/* 3254 */ 
/* 3255 */ span.page-navi-inner 
/* 3256 */ {
/* 3257 */   padding: 1px;
/* 3258 */   min-width:14px;
/* 3259 */   line-height:18px;
/* 3260 */   text-align:center;
/* 3261 */   border: 2px solid #fff;
/* 3262 */   font-weight:bold;
/* 3263 */ }
/* 3264 */ 
/* 3265 */ a span.page-navi-inner, span.page-navi-caption span.page-navi-inner 
/* 3266 */ {
/* 3267 */     border-width:1px;
/* 3268 */     font-weight:normal;
/* 3269 */ }
/* 3270 */ 
/* 3271 */ a span.page-navi-outer, span.page-navi-caption
/* 3272 */ {
/* 3273 */     margin:2px 1px;
/* 3274 */ }
/* 3275 */ 
/* 3276 */ ul#comments-list li cite
/* 3277 */ {
/* 3278 */   font-size: 1.2em;
/* 3279 */ }
/* 3280 */ 
/* 3281 */ #commentform textarea
/* 3282 */ {
/* 3283 */   width: 100%;
/* 3284 */ }
/* 3285 */ 
/* 3286 */ #commentform
/* 3287 */ {
/* 3288 */   text-align:left;
/* 3289 */ }
/* 3290 */ 
/* 3291 */ .rtl #commentform
/* 3292 */ {
/* 3293 */   text-align:right;
/* 3294 */ }
/* 3295 */ 
/* 3296 */ img.wp-smiley
/* 3297 */ {
/* 3298 */   border: none;
/* 3299 */   margin: 1px;
/* 3300 */   vertical-align:middle;

/* style.css */

/* 3301 */   padding: 0;
/* 3302 */ }
/* 3303 */ 
/* 3304 */ .navigation
/* 3305 */ {
/* 3306 */   display: block;
/* 3307 */   text-align: center;
/* 3308 */ }
/* 3309 */ 
/* 3310 */ /* Recommended by http://codex.wordpress.org/CSS */
/* 3311 */ /* Begin */
/* 3312 */ .aligncenter, div.aligncenter, .dm-article .aligncenter img, .aligncenter img.dm-article, .aligncenter img, img.aligncenter
/* 3313 */ {
/* 3314 */   display: block;
/* 3315 */   margin-left: auto;
/* 3316 */   margin-right: auto;
/* 3317 */ }
/* 3318 */ 
/* 3319 */ p.aligncenter , p.center 
/* 3320 */ {
/* 3321 */    text-align: center; 
/* 3322 */ }
/* 3323 */ 
/* 3324 */ .alignleft
/* 3325 */ {
/* 3326 */   float: left;
/* 3327 */ }
/* 3328 */ 
/* 3329 */ .alignright
/* 3330 */ {
/* 3331 */   float: right;
/* 3332 */ }
/* 3333 */ 
/* 3334 */ .wp-caption
/* 3335 */ {
/* 3336 */   border: 1px solid #ddd;
/* 3337 */   background-color: #f3f3f3;
/* 3338 */   padding-top: 4px;
/* 3339 */   margin: 10px;
/* 3340 */ }
/* 3341 */ 
/* 3342 */ .wp-caption img
/* 3343 */ {
/* 3344 */   margin: 0;
/* 3345 */   padding: 0;
/* 3346 */   border: 0 none;
/* 3347 */ }
/* 3348 */ 
/* 3349 */ .wp-caption p.wp-caption-text
/* 3350 */ {

/* style.css */

/* 3351 */   font-size: 11px;
/* 3352 */   line-height: 17px;
/* 3353 */   padding: 0 4px 5px;
/* 3354 */   margin: 0;
/* 3355 */ }
/* 3356 */ 
/* 3357 */ .wp-caption, .wp-caption p
/* 3358 */ {
/* 3359 */     text-align: center;
/* 3360 */ }
/* 3361 */ 
/* 3362 */ .gallery {
/* 3363 */ 	margin: 0 auto 18px;
/* 3364 */     clear:both;
/* 3365 */     overflow:hidden;
/* 3366 */ }
/* 3367 */ 
/* 3368 */ .gallery .gallery-item {
/* 3369 */ 	float: left;
/* 3370 */ 	margin-top: 0;
/* 3371 */ 	text-align: center;
/* 3372 */ 	width: 33%;
/* 3373 */ }
/* 3374 */ .gallery img {
/* 3375 */ 	border: 2px solid #cfcfcf;
/* 3376 */ }
/* 3377 */ 
/* 3378 */ .gallery .gallery-caption {
/* 3379 */ 	color: #888;
/* 3380 */ 	font-size: 12px;
/* 3381 */ 	margin: 0 0 12px;
/* 3382 */ }
/* 3383 */ 
/* 3384 */ .gallery dl {
/* 3385 */ 	margin: 0;
/* 3386 */ }
/* 3387 */ 
/* 3388 */ .gallery img {
/* 3389 */ 	border: 10px solid #f1f1f1;
/* 3390 */ }
/* 3391 */ 
/* 3392 */ .gallery br+br {
/* 3393 */ 	display: none;
/* 3394 */ }
/* 3395 */ /* End */
/* 3396 */ 
/* 3397 */ 
/* 3398 */ .hidden
/* 3399 */ {
/* 3400 */   display: none;

/* style.css */

/* 3401 */ }
/* 3402 */ 
/* 3403 */ /* Calendar */
/* 3404 */ #wp-calendar {
/* 3405 */   empty-cells: show;
/* 3406 */   margin: 10px auto 0;
/* 3407 */   width: 155px;
/* 3408 */ }
/* 3409 */ 
/* 3410 */ #wp-calendar #next a {
/* 3411 */   padding-right: 10px;
/* 3412 */   text-align: right;
/* 3413 */ }
/* 3414 */ 
/* 3415 */ #wp-calendar #prev a {
/* 3416 */   padding-left: 10px;
/* 3417 */   text-align: left;
/* 3418 */ }
/* 3419 */ 
/* 3420 */ #wp-calendar a {
/* 3421 */   display: block;
/* 3422 */ }
/* 3423 */ 
/* 3424 */ #wp-calendar caption {
/* 3425 */   text-align: center;
/* 3426 */   width: 100%;
/* 3427 */ }
/* 3428 */ 
/* 3429 */ #wp-calendar td {
/* 3430 */   padding: 3px 0;
/* 3431 */   text-align: center;
/* 3432 */ }
/* 3433 */ 
/* 3434 */ .gallery {
/* 3435 */   letter-spacing: normal;
/* 3436 */ }
/* 3437 */ 
/* 3438 */ .dm-content {
/* 3439 */   position: relative;
/* 3440 */   z-index: 1;   
/* 3441 */ }
/* 3442 */ 
/* 3443 */ #todays-events{
/* 3444 */   position: relative;
/* 3445 */   z-index: 11;    
/* 3446 */ }
/* 3447 */ 
/* 3448 */ #upcoming-events{
/* 3449 */   position: relative;
/* 3450 */   z-index: 10;    

/* style.css */

/* 3451 */ }
/* 3452 */ 
/* 3453 */ img.wp-post-image 
/* 3454 */ {
/* 3455 */     margin:0 5px 5px 0 !important;
/* 3456 */ }
/* 3457 */ 
/* 3458 */ ul#comments-list li
/* 3459 */ {
/* 3460 */     list-style-image: none;
/* 3461 */     background:none;
/* 3462 */     list-style-type:none;
/* 3463 */     
/* 3464 */ }
/* 3465 */ 
/* 3466 */ div.dm-footer div.dm-content-layout
/* 3467 */ {
/* 3468 */     margin:0 auto;
/* 3469 */     width:100%;
/* 3470 */ }
/* 3471 */ 
/* 3472 */ div.dm-layout-cell-size1 
/* 3473 */ {
/* 3474 */     width:100%;
/* 3475 */ }
/* 3476 */ 
/* 3477 */ div.dm-layout-cell-size2 
/* 3478 */ {
/* 3479 */     width:50%;
/* 3480 */ }
/* 3481 */ div.dm-layout-cell-size3 
/* 3482 */ {
/* 3483 */     width:33%;
/* 3484 */ }
/* 3485 */ 
/* 3486 */ div.dm-layout-cell-size4
/* 3487 */ {
/* 3488 */     width:25%;
/* 3489 */ }
/* 3490 */ 
/* 3491 */ .dm-widget-title
/* 3492 */ {
/* 3493 */     padding:0 0 0 24px;
/* 3494 */     margin-bottom:0;
/* 3495 */ }
/* 3496 */ 
/* 3497 */ div.dm-center-wrapper
/* 3498 */ {
/* 3499 */   position: relative;
/* 3500 */   float: right;

/* style.css */

/* 3501 */   right: 50%;
/* 3502 */ 
/* 3503 */ }
/* 3504 */ 
/* 3505 */ div.dm-center-inner
/* 3506 */ {
/* 3507 */   position: relative;
/* 3508 */   float: left;
/* 3509 */   left: 50%;
/* 3510 */ }
/* 3511 */ 
/* 3512 */ .firefox2 div.dm-center-inner
/* 3513 */ {
/* 3514 */   float: none;
/* 3515 */ }
/* 3516 */ 
/* 3517 */ .dm-hmenu-extra1, .dm-hmenu-extra2 {
/* 3518 */  font-size:12px;
/* 3519 */ }
/* 3520 */ 
/* 3521 */ div.breadcrumbs h4, 
/* 3522 */ div.breadcrumbs p, 
/* 3523 */ li.pingback p, 
/* 3524 */ #respond p,
/* 3525 */ h3#reply-title, 
/* 3526 */ h4#comments, 
/* 3527 */ h4.box-title
/* 3528 */ {
/* 3529 */     margin:0;
/* 3530 */ }
/* 3531 */ 
/* 3532 */ #respond .comment-notes {
/* 3533 */ 	margin-bottom: 1em;
/* 3534 */ }
/* 3535 */ 
/* 3536 */ .form-allowed-tags {
/* 3537 */ 	line-height: 1em;
/* 3538 */ }
/* 3539 */ 
/* 3540 */ #comments-list #respond {
/* 3541 */ 	/*margin-left: NaNpx !important; TODO NodeJS*/
/* 3542 */ }
/* 3543 */ 
/* 3544 */ #cancel-comment-reply-link {
/* 3545 */ 	font-size: 12px;
/* 3546 */ 	font-weight: normal;
/* 3547 */ 	line-height: 18px;
/* 3548 */ }
/* 3549 */ 
/* 3550 */ #respond .required {

/* style.css */

/* 3551 */ 	color: #ff4b33;
/* 3552 */ 	font-weight: bold;
/* 3553 */ }
/* 3554 */ 
/* 3555 */ #respond label {
/* 3556 */ 	font-size: 12px;
/* 3557 */ }
/* 3558 */ 
/* 3559 */ #respond input {
/* 3560 */ 	margin: 0 0 9px;
/* 3561 */ 	width: 98%;
/* 3562 */ }
/* 3563 */ 
/* 3564 */ #respond textarea {
/* 3565 */ 	width: 98%;
/* 3566 */ }
/* 3567 */ 
/* 3568 */ #respond .form-allowed-tags {
/* 3569 */ 	font-size: 12px;
/* 3570 */ 	line-height: 18px;
/* 3571 */ }
/* 3572 */ 
/* 3573 */ #respond .form-allowed-tags code {
/* 3574 */ 	font-size: 11px;
/* 3575 */ }
/* 3576 */ 
/* 3577 */ #respond .form-submit {
/* 3578 */ 	margin: 12px 0;
/* 3579 */ }
/* 3580 */ 
/* 3581 */ #respond .form-submit input {
/* 3582 */ 	width: auto;
/* 3583 */ }
/* 3584 */ 
/* 3585 */ .dm-footer .dm-widget-title 
/* 3586 */ {
/* 3587 */     font-size:1.2em;
/* 3588 */     padding: 0;
/* 3589 */ }
/* 3590 */ 
/* 3591 */ .dm-footer .dm-widget,
/* 3592 */ .dm-footer .dm-widget a,
/* 3593 */ .dm-footer .dm-widget a:link,
/* 3594 */ .dm-footer .dm-widget a:visited,
/* 3595 */ .dm-footer .dm-widget a:hover
/* 3596 */ {
/* 3597 */     text-align: left;
/* 3598 */ }
/* 3599 */ 
/* 3600 */ DIV[id^="GMPmap"] IMG 

/* style.css */

/* 3601 */ {
/* 3602 */     margin: 0px;
/* 3603 */ }
/* 3604 */ 
/* 3605 */ /* Begin Additional CSS Styles */
/* 3606 */ .dm-blockheader .t, .dm-vmenublockheader .t {white-space: nowrap;}
/* 3607 */ /* End Additional CSS Styles */
/* 3608 */ 
/* 3609 */ 

/* email-css.css */

/* 1  */ /**
/* 2  *|  * WordPress Plugin: WP-EMail
/* 3  *|  * Copyright (c) 2012 Lester "GaMerZ" Chan
/* 4  *|  *
/* 5  *|  * File Written By:
/* 6  *|  * - Lester "GaMerZ" Chan
/* 7  *|  * - http://lesterchan.net
/* 8  *|  *
/* 9  *|  * File Information:
/* 10 *|  * - E-Mail CSS Style
/* 11 *|  * - wp-content/plugins/wp-email/email-css.css
/* 12 *|  */
/* 13 */ 
/* 14 */ .wp-email P {
/* 15 */ 	text-align: left;
/* 16 */ }
/* 17 */ .wp-email label {
/* 18 */   font-weight: bold;
/* 19 */ }
/* 20 */ .wp-email-loading {
/* 21 */ 	display: none;
/* 22 */ 	text-align: center;
/* 23 */ 	height: 16px;
/* 24 */ }
/* 25 */ .wp-email-image {
/* 26 */ 	border: 0px;
/* 27 */ }
/* 28 */ .TextField {
/* 29 */ }
/* 30 */ .Button {
/* 31 */ }
/* 32 */ #wp-email-required {
/* 33 */   font-weight: bold;
/* 34 */ }
/* 35 */ #wp-email-button {
/* 36 */   text-align: center;
/* 37 */ }
/* 38 */ #wp-email-popup {
/* 39 */ 	padding: 1em 1em 0;
/* 40 */ }
/* 41 */ 

/* style.responsive.css */

/* 1   */ /* Created by Artisteer v4.2.0.60623 */
/* 2   */ 
/* 3   */ .responsive body
/* 4   */ {
/* 5   */    min-width: 240px;
/* 6   */ }
/* 7   */   
/* 8   */ .responsive img 
/* 9   */ {
/* 10  */    -webkit-box-sizing: border-box;
/* 11  */    -moz-box-sizing: border-box;
/* 12  */    box-sizing: border-box;
/* 13  */ }  
/* 14  */   
/* 15  */ .responsive .dm-content-layout img,
/* 16  */ .responsive .dm-content-layout video
/* 17  */ {
/* 18  */    max-width: 100%;
/* 19  */    height: auto !important;
/* 20  */ }
/* 21  */ 
/* 22  */ .responsive.responsive-phone .dm-content-layout img 
/* 23  */ {
/* 24  */    margin: 1%;
/* 25  */ }
/* 26  */ 
/* 27  */ .responsive.responsive-phone .dm-collage,
/* 28  */ .responsive.responsive-tablet .dm-collage {
/* 29  */    margin: 0 !important;
/* 30  */ }
/* 31  */ 
/* 32  */ .responsive .dm-content-layout .dm-sidebar0, 
/* 33  */ .responsive .dm-content-layout .dm-sidebar1, 
/* 34  */ .responsive .dm-content-layout .dm-sidebar2 
/* 35  */ {
/* 36  */    width: auto !important;
/* 37  */ }
/* 38  */     
/* 39  */ .responsive .dm-content-layout, 
/* 40  */ .responsive .dm-content-layout-row, 
/* 41  */ .responsive .dm-layout-cell 
/* 42  */ {
/* 43  */    padding: 0;
/* 44  */    display: block;
/* 45  */ }
/* 46  */     
/* 47  */ .responsive .image-caption-wrapper 
/* 48  */ {
/* 49  */    width: auto;
/* 50  */ }

/* style.responsive.css */

/* 51  */ 
/* 52  */ .responsive.responsive-tablet .dm-vmenublock,
/* 53  */ .responsive.responsive-tablet .dm-block
/* 54  */ {
/* 55  */    margin-left: 1%;
/* 56  */    margin-right: 1%;
/* 57  */    width: 48%;
/* 58  */    float: left;
/* 59  */    -webkit-box-sizing: border-box;
/* 60  */    -moz-box-sizing: border-box;
/* 61  */    box-sizing: border-box;
/* 62  */ }
/* 63  */ 
/* 64  */ .responsive .dm-responsive-embed 
/* 65  */ {
/* 66  */    height: 0;
/* 67  */    padding-bottom: 56.25%;
/* 68  */    /* 16:9 */
/* 69  */     position: relative;
/* 70  */ }
/* 71  */ 
/* 72  */ .responsive .dm-responsive-embed iframe,
/* 73  */ .responsive .dm-responsive-embed object,
/* 74  */ .responsive .dm-responsive-embed embed
/* 75  */ {
/* 76  */    height: 100%;
/* 77  */    left: 0;
/* 78  */    position: absolute;
/* 79  */    top: 0;
/* 80  */    width: 100%;
/* 81  */ }
/* 82  */ 
/* 83  */ .responsive .dm-sheet
/* 84  */ {
/* 85  */    width: auto !important;
/* 86  */    min-width: 240px !important;
/* 87  */    max-width: none !important;
/* 88  */    margin-right: 1% !important;
/* 89  */    margin-left: 1% !important;
/* 90  */    margin-top: 1% !important;
/* 91  */ }
/* 92  */ 
/* 93  */ #dm-resp {
/* 94  */    display: none;
/* 95  */ }
/* 96  */ 
/* 97  */ @media all and (max-width: 999px)
/* 98  */ {
/* 99  */     #dm-resp, #dm-resp-t { display: block; }
/* 100 */     #dm-resp-m { display: none; }

/* style.responsive.css */

/* 101 */ }
/* 102 */ 
/* 103 */ @media all and (max-width: 480px)
/* 104 */ {
/* 105 */     #dm-resp, #dm-resp-m { display: block; }
/* 106 */     #dm-resp-t { display: none; }
/* 107 */ }
/* 108 */ 
/* 109 */ #dm-resp-desktop {
/* 110 */    display: none;
/* 111 */ }
/* 112 */ #dm-resp-tablet-landscape {
/* 113 */    display: none;
/* 114 */ }
/* 115 */ #dm-resp-tablet-portrait {
/* 116 */    display: none;
/* 117 */ }
/* 118 */ #dm-resp-phone-landscape {
/* 119 */    display: none;
/* 120 */ }
/* 121 */ #dm-resp-phone-portrait {
/* 122 */    display: none;
/* 123 */ }
/* 124 */ 
/* 125 */ @media (min-width: 1200px)
/* 126 */ {
/* 127 */     #dm-resp-desktop { display: block; }
/* 128 */ }
/* 129 */ 
/* 130 */ @media (min-width: 980px) and (max-width: 1199px)
/* 131 */ {
/* 132 */     #dm-resp-tablet-landscape { display: block; }
/* 133 */ }
/* 134 */ 
/* 135 */ @media (min-width: 768px) and (max-width: 979px)
/* 136 */ {
/* 137 */     #dm-resp-tablet-portrait { display: block; }
/* 138 */ }
/* 139 */ 
/* 140 */ @media (min-width: 480px) and (max-width: 767px)
/* 141 */ {
/* 142 */     #dm-resp-phone-landscape { display: block; }
/* 143 */ }
/* 144 */ 
/* 145 */ @media (max-width: 479px)
/* 146 */ {
/* 147 */     #dm-resp-phone-portrait { display: block; }
/* 148 */ }
/* 149 */ .responsive .dm-header 
/* 150 */ {

/* style.responsive.css */

/* 151 */    width: auto !important;
/* 152 */    max-width: none !important;
/* 153 */    min-height: 100px !important;
/* 154 */    min-width: 0 !important;
/* 155 */    text-align: center;
/* 156 */ }
/* 157 */ 
/* 158 */ .default-responsive .dm-header 
/* 159 */ {
/* 160 */    height: auto;
/* 161 */ }
/* 162 */ 
/* 163 */ .default-responsive .dm-header *
/* 164 */ {
/* 165 */    position: relative;
/* 166 */    text-align: center;
/* 167 */    -webkit-transform: none !important;
/* 168 */    -moz-transform: none !important;
/* 169 */    -o-transform: none !important;
/* 170 */    -ms-transform: none !important;
/* 171 */    transform: none !important;
/* 172 */ }
/* 173 */ 
/* 174 */ .default-responsive .dm-header .dm-headline, 
/* 175 */ .default-responsive .dm-header .dm-slogan 
/* 176 */ {
/* 177 */    display: block !important;
/* 178 */    top: 0 !important;
/* 179 */    left: 0 !important;
/* 180 */    margin: 2% !important;
/* 181 */    text-align: center !important;
/* 182 */ }
/* 183 */     
/* 184 */ .default-responsive .dm-header .dm-headline a, 
/* 185 */ .default-responsive .dm-header .dm-slogan 
/* 186 */ {
/* 187 */    white-space: normal !important;
/* 188 */ }
/* 189 */ 
/* 190 */ .default-responsive .dm-header .dm-logo
/* 191 */ {
/* 192 */    display: inline-block;
/* 193 */    margin: auto !important;
/* 194 */    left: auto;
/* 195 */    top: auto !important;
/* 196 */    width: auto;
/* 197 */    height: auto;
/* 198 */ }
/* 199 */ 
/* 200 */ .responsive .dm-header .dm-slidenavigator 

/* style.responsive.css */

/* 201 */ {
/* 202 */    position: absolute;
/* 203 */ }
/* 204 */ 
/* 205 */ .default-responsive .dm-header .dm-positioncontrol 
/* 206 */ {
/* 207 */    top: auto !important;
/* 208 */    right: auto !important;
/* 209 */    bottom: auto !important;
/* 210 */    left: auto !important;
/* 211 */    width: auto;
/* 212 */    height: auto;
/* 213 */    margin: auto;
/* 214 */ }
/* 215 */ 
/* 216 */ .responsive .dm-header #dm-flash-area
/* 217 */ {
/* 218 */    display: none;
/* 219 */ }
/* 220 */ 
/* 221 */ /* Search and other elements in header element directly */
/* 222 */ .default-responsive .dm-header>.dm-textblock
/* 223 */ {
/* 224 */    position: relative !important;
/* 225 */    display: block !important;
/* 226 */    margin: 1% auto !important;
/* 227 */    width: 75% !important;
/* 228 */    top: auto !important;
/* 229 */    right: auto !important;
/* 230 */    bottom: auto !important;
/* 231 */    left: auto !important;
/* 232 */ }
/* 233 */ 
/* 234 */ .default-responsive .dm-header .dm-textblock 
/* 235 */ {
/* 236 */    position: relative !important;
/* 237 */    display: block !important;
/* 238 */    margin: auto !important;
/* 239 */    left: 0 !important;
/* 240 */    right: 0 !important;
/* 241 */    top: auto !important;
/* 242 */    height: auto !important;
/* 243 */    width: auto;
/* 244 */    background-image: none;
/* 245 */ }
/* 246 */ 
/* 247 */ /* '.dm-header *' used noram align, but for '.dm-textblock *' we must force align because of preview */
/* 248 */ .responsive .dm-header .dm-textblock *
/* 249 */ {
/* 250 */    text-align: center !important;

/* style.responsive.css */

/* 251 */ }
/* 252 */ 
/* 253 */ .default-responsive .dm-header .dm-shapes > .dm-textblock,
/* 254 */ .default-responsive .dm-header .dm-slide-item > .dm-textblock
/* 255 */ {
/* 256 */    display: none !important;
/* 257 */ }
/* 258 */ 
/* 259 */ .default-responsive .dm-header .dm-shapes > .dm-textblock *
/* 260 */ {
/* 261 */    text-align: center !important;
/* 262 */    width: auto !important;
/* 263 */    height: auto !important;
/* 264 */    display: block;
/* 265 */ }
/* 266 */ 
/* 267 */ .default-responsive .dm-header .dm-slider .dm-textblock *
/* 268 */ {
/* 269 */    text-align: center !important;
/* 270 */    width: auto !important;
/* 271 */    height: auto !important;
/* 272 */    display: block;
/* 273 */ }
/* 274 */ 
/* 275 */ /* For icons like facebook, rss, etc. */
/* 276 */ .responsive .dm-header>.dm-textblock>div 
/* 277 */ {
/* 278 */    width: 100%;
/* 279 */ }
/* 280 */ /* dynamic width nav */
/* 281 */ .responsive nav.dm-nav,
/* 282 */ .responsive .dm-nav-inner
/* 283 */ {
/* 284 */    width: auto !important;
/* 285 */    position: relative !important;
/* 286 */    top: auto !important;
/* 287 */    left: auto !important;
/* 288 */    right: auto !important;
/* 289 */    bottom: auto !important;
/* 290 */    margin-top: 0;
/* 291 */    margin-bottom: 0;
/* 292 */    min-width: 0;
/* 293 */    text-align: left !important;
/* 294 */ }
/* 295 */ 
/* 296 */ .responsive nav.dm-nav
/* 297 */ {
/* 298 */    min-width: 1%;
/* 299 */ }
/* 300 */ 

/* style.responsive.css */

/* 301 */ .responsive .dm-nav 
/* 302 */ {
/* 303 */    padding-left: 0;
/* 304 */    padding-right: 0;
/* 305 */ }
/* 306 */ 
/* 307 */ /* full width hmenu, instead of inline-block */
/* 308 */ .responsive .dm-nav ul.dm-hmenu 
/* 309 */ {
/* 310 */    float: none;
/* 311 */    text-align: center;
/* 312 */    display: none;
/* 313 */ }
/* 314 */ 
/* 315 */ /* elements on different lines */
/* 316 */ .responsive .dm-nav ul.dm-hmenu li,
/* 317 */ .responsive .dm-hmenu-extra1,
/* 318 */ .responsive .dm-hmenu-extra2
/* 319 */ {
/* 320 */    float: none;
/* 321 */ }
/* 322 */   
/* 323 */ /* horizontal margins */
/* 324 */ .responsive .dm-nav ul.dm-hmenu>li:first-child, 
/* 325 */ .responsive .dm-nav ul.dm-hmenu>li:last-child, 
/* 326 */ .responsive .dm-nav ul.dm-hmenu>li
/* 327 */ {
/* 328 */    margin-left: 0;
/* 329 */    margin-right: 0;
/* 330 */ }
/* 331 */  
/* 332 */ /* separator */ 
/* 333 */ .responsive .dm-nav ul.dm-hmenu>li:before
/* 334 */ {
/* 335 */    display: none;
/* 336 */ }
/* 337 */ 
/* 338 */ /* vertical distance between items */
/* 339 */ .responsive .dm-nav ul.dm-hmenu a
/* 340 */ {
/* 341 */    margin-top: 1px !important;
/* 342 */    margin-bottom: 1px !important;
/* 343 */    height: auto;
/* 344 */    white-space: normal;
/* 345 */ }
/* 346 */ 
/* 347 */ .responsive .dm-nav ul.dm-hmenu>li:first-child>a
/* 348 */ {
/* 349 */    margin-top: 0 !important;
/* 350 */ }

/* style.responsive.css */

/* 351 */ 
/* 352 */ .responsive .dm-nav ul.dm-hmenu>li:last-child>a
/* 353 */ {
/* 354 */    margin-bottom: 0 !important;
/* 355 */ }
/* 356 */ 
/* 357 */ /* fixes for extended menu */
/* 358 */ .responsive .dm-nav .ext, 
/* 359 */ .responsive .dm-nav ul.dm-hmenu>li>ul, 
/* 360 */ .responsive .dm-nav ul.dm-hmenu>li>ul>li,
/* 361 */ .responsive .dm-nav ul.dm-hmenu>li>ul>li a
/* 362 */ {
/* 363 */    width: auto !important;
/* 364 */ }
/* 365 */ 
/* 366 */ /* submenu position on hover */
/* 367 */ .responsive .dm-nav ul.dm-hmenu ul
/* 368 */ {
/* 369 */    left: auto !important;
/* 370 */    right: auto !important;
/* 371 */    top: auto !important;
/* 372 */    bottom: auto !important;
/* 373 */    display: none !important;
/* 374 */    position: relative !important;
/* 375 */    visibility: visible !important;
/* 376 */ }
/* 377 */ 
/* 378 */ .responsive .dm-nav ul.dm-hmenu li.active>ul
/* 379 */ {
/* 380 */    display: block !important;
/* 381 */ }
/* 382 */ .responsive .dm-nav ul.dm-hmenu ul li.active>a
/* 383 */ {
/* 384 */    font-weight: bold;
/* 385 */ }
/* 386 */ 
/* 387 */ .dm-nav .dm-menu-btn 
/* 388 */ {
/* 389 */    border: 1px solid #404040;
/* 390 */    border-radius: 3px;
/* 391 */    box-shadow: 0 0 3px 0 rgba(0, 0, 0, .2);
/* 392 */    display: none;
/* 393 */    -svg-background: linear-gradient(to bottom, #707070 0, #000 100%);
/* 394 */    background: -ms-linear-gradient(top, #707070 0, #000 100%);
/* 395 */    background: -moz-linear-gradient(top, #707070 0, #000 100%);
/* 396 */    background: -o-linear-gradient(top, #707070 0, #000 100%);
/* 397 */    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #707070), color-stop(1, #000));
/* 398 */    background: -webkit-linear-gradient(top, #707070 0, #000 100%);
/* 399 */    background: linear-gradient(to bottom, #707070 0, #000 100%);
/* 400 */    margin: 3px;

/* style.responsive.css */

/* 401 */    outline: none;
/* 402 */    padding: 5px;
/* 403 */    position: relative;
/* 404 */    vertical-align: bottom;
/* 405 */    width: 20px;
/* 406 */ }
/* 407 */ 
/* 408 */ .dm-nav .dm-menu-btn span 
/* 409 */ {
/* 410 */    background: #E0E0E0;
/* 411 */    border-radius: 2px;
/* 412 */    display: block;
/* 413 */    height: 3px;
/* 414 */    margin: 3px 1px;
/* 415 */    position: relative;
/* 416 */    -moz-transition: background .2s;
/* 417 */    -o-transition: background .2s;
/* 418 */    -webkit-transition: background .2s;
/* 419 */    transition: background .2s;
/* 420 */ }
/* 421 */ 
/* 422 */ .dm-nav .dm-menu-btn:hover span
/* 423 */ {
/* 424 */    background: #f3f3f3;
/* 425 */ }
/* 426 */ 
/* 427 */ .responsive .dm-nav .dm-menu-btn 
/* 428 */ {
/* 429 */    display: inline-block;
/* 430 */ }
/* 431 */ 
/* 432 */ .responsive .dm-nav .dm-hmenu.visible 
/* 433 */ {
/* 434 */    display: block;
/* 435 */ }
/* 436 */ 
/* 437 */ .responsive .dm-nav ul.dm-hmenu>li>ul>li:first-child:after 
/* 438 */ {
/* 439 */    display: none;
/* 440 */ }
/* 441 */ .responsive .dm-nav ul.dm-hmenu ul a
/* 442 */ {
/* 443 */    padding-left: 4% !important;
/* 444 */ }
/* 445 */ .responsive .dm-nav ul.dm-hmenu ul ul a
/* 446 */ {
/* 447 */    padding-left: 6% !important;
/* 448 */ }
/* 449 */ .responsive .dm-nav ul.dm-hmenu ul ul ul a
/* 450 */ {

/* style.responsive.css */

/* 451 */    padding-left: 8% !important;
/* 452 */ }
/* 453 */ .responsive .dm-nav ul.dm-hmenu ul ul ul ul a
/* 454 */ {
/* 455 */    padding-left: 10% !important;
/* 456 */ }
/* 457 */ .responsive .dm-nav ul.dm-hmenu ul ul ul ul ul a
/* 458 */ {
/* 459 */    padding-left: 12% !important;
/* 460 */ }
/* 461 */   
/* 462 */ .responsive .dm-nav ul.dm-hmenu>li>ul
/* 463 */ {
/* 464 */    padding: 1px;
/* 465 */ }
/* 466 */   
/* 467 */ .responsive .dm-nav ul.dm-hmenu>li>ul:before
/* 468 */ {
/* 469 */    top: 0;
/* 470 */    right: 0;
/* 471 */    bottom: 0;
/* 472 */    left: 0;
/* 473 */ }
/* 474 */ 
/* 475 */ .responsive .dm-content-layout, 
/* 476 */ .responsive .dm-content-layout-row, 
/* 477 */ .responsive .dm-layout-cell 
/* 478 */ {
/* 479 */    display: block;
/* 480 */ }
/* 481 */ 
/* 482 */ .responsive .dm-layout-cell 
/* 483 */ {
/* 484 */    width: auto !important;
/* 485 */    height: auto !important;
/* 486 */ }
/* 487 */ 
/* 488 */ .responsive .dm-content-layout:after, 
/* 489 */ .responsive .dm-content-layout-row:after, 
/* 490 */ .responsive .dm-layout-cell:after 
/* 491 */ {
/* 492 */    content: ".";
/* 493 */    display: block;
/* 494 */    height: 0;
/* 495 */    clear: both;
/* 496 */    visibility: hidden;
/* 497 */ }
/* 498 */ 
/* 499 */ .responsive .dm-post
/* 500 */ {

/* style.responsive.css */

/* 501 */    border-radius: 0;
/* 502 */ }
/* 503 */ 
/* 504 */ .responsive .dm-footer-inner
/* 505 */ {
/* 506 */    min-width: 0;
/* 507 */ }
/* 508 */ .responsive .dm-footer
/* 509 */ {
/* 510 */    margin-top: 1%;
/* 511 */ }
/* 512 */ 
/* 513 */ .responsive .responsive-tablet-layout-cell 
/* 514 */ {
/* 515 */    width: 50% !important;
/* 516 */    float: left;
/* 517 */    -webkit-box-sizing: border-box;
/* 518 */    -moz-box-sizing: border-box;
/* 519 */    box-sizing: border-box;
/* 520 */ }
/* 521 */ 
/* 522 */ .responsive .responsive-layout-row-3 .responsive-tablet-layout-cell 
/* 523 */ {
/* 524 */    width: 33.33% !important;
/* 525 */ }
/* 526 */ 
/* 527 */ 

/* wppa-style.css */

/* 1   */ /* This is the standard wppa_style.css file. 
/* 2   *| /* If you want to modify this file, make a copy of this file and place it in your theme's directory
/* 3   *| /* The copy in your theme's directory has precedense over the original version in wp-photo-album-pls/theme
/* 4   *| /* This assures that your version is not overwritten after an upgrade of the plugin.
/* 5   *| /* 
/* 6   *| /* NOTE: Most of the settings you would like to change are configurable in the wppa admin settings screen.
/* 7   *| /* It is strongly reccomended that you try to achieve the appearance you like by those settings as they will be independant of future updates.
/* 8   *| /*
/* 9   *| /* You may always look into a newer version of this file to see what new classes and id's come with an upgrade
/* 10  *| /*
/* 11  *| /* This is version 6.4.11
/* 12  *| */
/* 13  */ 
/* 14  */ .wppa-container, .wppa-cover-box, .wppa-thumb-area {
/* 15  */ 	-moz-box-sizing:content-box;
/* 16  */ 	-webkit-box-sizing:content-box;
/* 17  */ 	box-sizing:content-box;
/* 18  */ }
/* 19  */ 
/* 20  */ .wppa-container img {
/* 21  */ 	border:none;
/* 22  */ 	padding:0;
/* 23  */ 	margin:0;
/* 24  */ }
/* 25  */ 
/* 26  */ .wppa-clear {
/* 27  */ 	clear: both;
/* 28  */ }
/* 29  */ 
/* 30  */ .wppa-multitag-table tr td {
/* 31  */ 	padding-right:4px;
/* 32  */ }
/* 33  */ 
/* 34  */ /* Navigation */
/* 35  */ .prev {
/* 36  */ }
/* 37  */ .next {
/* 38  */ }
/* 39  */ .speed0, .startstop, .speed1, .prev-arrow, .next-arrow, .arrow {
/* 40  */ 	cursor: pointer;
/* 41  */ }
/* 42  */ /* Admin settings page defines background and border color */
/* 43  */ .wppa-nav {
/* 44  */ }
/* 45  */ /* All boxes. Admin settings page defines border thickness and border radius */
/* 46  */ .wppa-box {
/* 47  */ 	padding: 2px 6px 2px 6px;
/* 48  */ 	-moz-box-sizing: content-box;
/* 49  */ 	-webkit-box-sizing:content-box;
/* 50  */ 	box-sizing: content-box;

/* wppa-style.css */

/* 51  */ }
/* 52  */ .wppa-mini-box {
/* 53  */ }
/* 54  */ /* Boxes in a list like album covers. Admin settings page defines background and border color */
/* 55  */ .wppa-even {
/* 56  */ }
/* 57  */ .wppa-alt {
/* 58  */ }
/* 59  */ /* Cover and popup photo. Admin settings page defines background color */
/* 60  */ .wppa-img {
/* 61  */ }
/* 62  */ /* Wrapper for albums, and thumbnails when display is like albums */
/* 63  */ .albumlist, .thumblist {
/* 64  */ 	clear: both;
/* 65  */ } 
/* 66  */ /* Wrapper for album etc */
/* 67  */ .albumlist .album, .thumblist .thumb {
/* 68  */ 	padding: 6px;
/* 69  */ 	float:left;
/* 70  */ }
/* 71  */ /* Album name */
/* 72  */ .wppa-title {
/* 73  */ 	margin: 0;
/* 74  */ 	padding: 0;
/* 75  */ 	clear: none;
/* 76  */ }
/* 77  */ 
/* 78  */ /* fonts used in wppa boxes, all settable in the settings admin screen */
/* 79  */ .wppa-box-text {
/* 80  */ }
/* 81  */ .wppa-nav-text {
/* 82  */ }
/* 83  */ .wppa-title {
/* 84  */ }
/* 85  */ .wppa-fulldesc {
/* 86  */ }
/* 87  */ .wppa-fulltitle {
/* 88  */ }
/* 89  */ 
/* 90  */ /* default text attributes */
/* 91  */ .wppa-black, .wppa-black:hover {
/* 92  */ 	font-weight:normal; 
/* 93  */ 	color:black; 
/* 94  */ 	cursor:default; 
/* 95  */ 	text-decoration:none;
/* 96  */ }
/* 97  */ 
/* 98  */ /* Wrapper for coverphoto background */
/* 99  */ .coverphoto-frame, .thumbphoto-frame {
/* 100 */ 	text-decoration: none;

/* wppa-style.css */

/* 101 */ }
/* 102 */ 
/* 103 */ /* Coverphoto */
/* 104 */ .coverphoto-frame .image, .thumbphoto-frame .image { 
/* 105 */ 	position: relative;
/* 106 */ 	border: none; 
/* 107 */ 	margin: 0;
/* 108 */ 	padding: 4px;
/* 109 */ 	border-radius: 3px;
/* 110 */ }
/* 111 */ 
/* 112 */ /* Wrapper for covertext */
/* 113 */ .covertext-frame {
/* 114 */ }
/* 115 */ 
/* 116 */ /* Wrapper for thumbnail area */
/* 117 */ .wppa-thumb-area {
/* 118 */ /*	padding: 7px 0 7px 7px; experimental */ 
/* 119 */ 	position: relative;
/* 120 */ 	clear: both;
/* 121 */ }
/* 122 */ 
/* 123 */ /* Wrapper for thumbnail background */
/* 124 */ .thumbnail-frame, .thumbnail-frame-comalt {
/* 125 */ 	float: left;
/* 126 */ 	background-color: transparent;
/* 127 */ 	display: inline;
/* 128 */ 	overflow: hidden;
/* 129 */ 	text-align: center;
/* 130 */ }
/* 131 */ 
/* 132 */ /* Text under thumbnail images */
/* 133 */ .wppa-thumb-text {
/* 134 */ 	font-size: 10px;
/* 135 */ 	line-height: 15px;
/* 136 */ 	text-align: center;
/* 137 */ }
/* 138 */ 
/* 139 */ .wppa-masonry {
/* 140 */ 	margin:0 !important;
/* 141 */ 	padding:0 !important;
/* 142 */ 	border:none !important;
/* 143 */ }
/* 144 */ 
/* 145 */ .wppa-masonry-h {
/* 146 */ 	width: 105% !important;
/* 147 */ }
/* 148 */ 
/* 149 */ /* The popup small image, here is still a problem with IE6 */
/* 150 */ .wppa-popup-frame {

/* wppa-style.css */

/* 151 */ 	position: absolute;
/* 152 */ 	z-index:1000;
/* 153 */ }
/* 154 */ 
/* 155 */ .wppa-popup {
/* 156 */ 	position: absolute;
/* 157 */ 	padding: 5px;
/* 158 */ 	border-left: 1px solid #ccc;
/* 159 */ 	border-top: 1px solid #ccc;
/* 160 */ 	border-right: 1px solid #888;
/* 161 */ 	border-bottom: 1px solid #888;
/* 162 */ 	background-color: white; 
/* 163 */ 	font-size: 10px;
/* 164 */ 	line-height: 12px;
/* 165 */ 	text-align: center;
/* 166 */ }
/* 167 */ 
/* 168 */ /* Full size photo */
/* 169 */ .imagetitle {
/* 170 */     text-align: center;
/* 171 */ 	cursor: default;
/* 172 */ }
/* 173 */     
/* 174 */ .imagedesc {
/* 175 */     text-align: center;
/* 176 */ 	cursor: default;
/* 177 */ }
/* 178 */ 
/* 179 */ /* Slideshow */
/* 180 */ .slide-frame {
/* 181 */ 	position: relative;
/* 182 */ 	width: 100%;
/* 183 */ 	padding: 0 !important;
/* 184 */ 	clear: both;
/* 185 */ }
/* 186 */ 
/* 187 */ .slide-frame img, .slide-frame video {
/* 188 */ 	box-sizing: content-box;
/* 189 */ }
/* 190 */ 
/* 191 */ .wideentry .slide-frame {
/* 192 */ 	padding: 0;
/* 193 */ }
/* 194 */ 
/* 195 */ .theslide {
/* 196 */ 	position: absolute;
/* 197 */ 	background-color: transparent;
/* 198 */ 	padding: 0 !important;
/* 199 */ }
/* 200 */ 

/* wppa-style.css */

/* 201 */ .theimg {
/* 202 */ 	display: block;
/* 203 */ }
/* 204 */ 
/* 205 */ .spinner {
/* 206 */ 	width: 32px;
/* 207 */ 	height: 32px;
/* 208 */ 	position: relative;
/* 209 */ 	background-color: transparent;
/* 210 */ }
/* 211 */ 
/* 212 */ .no-shadow {
/* 213 */ box-shadow: none !important;
/* 214 */ }
/* 215 */ 
/* 216 */ .wppa-arrow {
/* 217 */ }
/* 218 */ 
/* 219 */ /* Photo name in breadcrumb */
/* 220 */ .bc-pname {
/* 221 */ 	font-weight: normal;
/* 222 */ 	color: inherit;
/* 223 */ 	text-decoration: none;
/* 224 */ }
/* 225 */ 
/* 226 */ /* Sidebar widgets */
/* 227 */ .wppa-widget {
/* 228 */ }
/* 229 */ .wppa-multitag-widget {
/* 230 */ }
/* 231 */ .wppa-tagcloud-widget {
/* 232 */ }
/* 233 */ .wppa-widget-text {
/* 234 */ 	margin: 5px;
/* 235 */ 	text-align: center;
/* 236 */ }
/* 237 */ 
/* 238 */ /* General purpose classes */
/* 239 */ .big {
/* 240 */ display: block;
/* 241 */ margin: 0 auto;
/* 242 */ }
/* 243 */ 
/* 244 */ .clear { 
/* 245 */     clear: both; 
/* 246 */ }
/* 247 */ 
/* 248 */ /* Comment system */
/* 249 */ #content .wppa-comment-form, .wppa-comment-form  {
/* 250 */ 	text-align:left; 

/* wppa-style.css */

/* 251 */ 	padding:0px;	
/* 252 */ 	border: 0px none; 
/* 253 */ 	width: 100%;
/* 254 */ }
/* 255 */ #content .wppa-comment-form input, #content .wppa-comment-form textarea, .wppa-comment-form input, .wppa-comment-form textarea  {
/* 256 */ 	padding:0; 
/* 257 */ 	margin:0; 
/* 258 */ 	font-size:12px; 
/* 259 */ 	line-height:18px; /**/
/* 260 */ }
/* 261 */ #content .wppa-comment-form tr td, .wppa-comment-form tr td, #content .wppa-detail tr td, .wppa-detail tr td  {
/* 262 */ 	padding: 0px 12px;	/* 3 12 */
/* 263 */ 	border: 0px none; /**/
/* 264 */ }
/* 265 */ #content .wppa-comment-form table, .wppa-comment-form table, #content .wppa-detail table, .wppa-detail table {
/* 266 */ 	border: 0px none;
/* 267 */ 	text-align: left;
/* 268 */ 	width: 100%; 
/* 269 */ }
/* 270 */ 
/* 271 */ 
/* 272 */ /* The custom box, background color and border is set in Table III, item 10 */
/* 273 */ .wppa-custom {
/* 274 */ }
/* 275 */ 
/* 276 */ /* User upload photos */
/* 277 */ .wppa-user-file {
/* 278 */ 	float:left;
/* 279 */ }
/* 280 */ .wppa-user-textarea {
/* 281 */ }
/* 282 */ .wppa-user-submit {
/* 283 */ 	padding: 0;
/* 284 */ /*	height: 23px; */
/* 285 */ 	float:right;
/* 286 */ }
/* 287 */ 
/* 288 */ /* Special requests */
/* 289 */ .wppa-slideshow-browse-link {
/* 290 */ }
/* 291 */ 
/* 292 */ .wppa-numberbar {
/* 293 */     z-index: 85;
/* 294 */ }
/* 295 */ 
/* 296 */ .wppa-numberbar a {
/* 297 */ 	text-decoration:none;
/* 298 */ 	cursor:pointer;
/* 299 */ }
/* 300 */ 

/* wppa-style.css */

/* 301 */ .wppa-numberbar a.wppa-numbar-current{
/* 302 */  /*   background-color: #000; */
/* 303 */ }
/* 304 */ 
/* 305 */ /* The NEW indicator images */
/* 306 */ .wppa-thumbnew {
/* 307 */ }
/* 308 */ .wppa-albumnew {
/* 309 */ }
/* 310 */ 
/* 311 */ .wppa-iptc-label {
/* 312 */ /* text-align:right; */
/* 313 */ }
/* 314 */ .wppa-iptc-value {
/* 315 */ 	padding-left: 12px !important;
/* 316 */ }
/* 317 */ .wppa-exif-label {
/* 318 */ /* text-align:right; */
/* 319 */ }
/* 320 */ .wppa-exif-value {
/* 321 */ 	padding-left: 12px !important;
/* 322 */ }
/* 323 */ 
/* 324 */ #wppa-overlay-txt table {
/* 325 */ text-align:left;
/* 326 */ }
/* 327 */ 
/* 328 */ .wppa-label, .wppa-value {
/* 329 */ /* float:left; */
/* 330 */ }
/* 331 */ 
/* 332 */ .wppa-mphoto {
/* 333 */ }
/* 334 */ .wppa-sphoto {
/* 335 */ }
/* 336 */ 
/* 337 */ .wppa-td {
/* 338 */ padding: 3px 2px 3px 0; 
/* 339 */ border: 0;
/* 340 */ }
/* 341 */ 
/* 342 */ .filmwindow {
/* 343 */ 	/* position: absolute; */
/* 344 */ }
/* 345 */ 
/* 346 */ .wppa-filmthumb-active { 
/* 347 */ /*	border: 1px solid black !important; */
/* 348 */ }
/* 349 */ 
/* 350 */ .wppa-cartform {

/* wppa-style.css */

/* 351 */ 	margin: 0;
/* 352 */ }
/* 353 */ 
/* 354 */ /* phpinfo */
/* 355 */ #phpinfo {background-color: #ffffff; color: #000000;}
/* 356 */ #phpinfo, #phpinfo td, #phpinfo th, #phpinfo h1, #phpinfo h2 {font-family: sans-serif;}
/* 357 */ #phpinfo pre {margin: 0px; font-family: monospace;}
/* 358 */ #phpinfo a:link {color: #000099; text-decoration: none; background-color: #ffffff;}
/* 359 */ #phpinfo a:hover {text-decoration: underline;}
/* 360 */ #phpinfo table {border-collapse: collapse;}
/* 361 */ #phpinfo .center {text-align: center;}
/* 362 */ #phpinfo .center table { margin-left: auto; margin-right: auto; text-align: left; width:600px;}
/* 363 */ #phpinfo .center th { text-align: center !important; }
/* 364 */ #phpinfo td, #phpinfo th { border: 1px solid #000000; font-size: 75%; vertical-align: baseline;}
/* 365 */ #phpinfo h1 {font-size: 150%;}
/* 366 */ #phpinfo h2 {font-size: 125%;}
/* 367 */ #phpinfo .p {text-align: left;}
/* 368 */ #phpinfo .e {background-color: #ccccff; font-weight: bold; color: #000000;}
/* 369 */ #phpinfo .h {background-color: #9999cc; font-weight: bold; color: #000000;}
/* 370 */ #phpinfo .v {background-color: #cccccc; color: #000000;}
/* 371 */ #phpinfo .vr {background-color: #cccccc; text-align: right; color: #000000;}
/* 372 */ #phpinfo img {float: right; border: 0px;}
/* 373 */ #phpinfo hr {width: 600px; background-color: #cccccc; border: 0px; height: 1px; color: #000000;}
/* 374 */ 
/* 375 */ /* Fix for weaver II and theme 2013	*/
/* 376 */ #wppa-overlay-ic img, #wppa-overlay-ic video {
/* 377 */     -webkit-box-sizing: content-box;
/* 378 */     -moz-box-sizing: content-box;
/* 379 */     box-sizing: content-box;
/* 380 */ }
/* 381 */ 
/* 382 */ .wppa-download-button, .wppa-vote-button {
/* 383 */ padding: 0 4px !important;
/* 384 */ }
/* 385 */ 
/* 386 */ .wppa-viewlink { 
/* 387 */ /* min-height: 50px;	/* accomodate for 2 line */
/* 388 */ }
/* 389 */ 
/* 390 */ .IN-widget {
/* 391 */ float:left;
/* 392 */ }
/* 393 */ 
/* 394 */ /* widgets */
/* 395 */ .wppa-tagcloud, .wppa-multitag, .wppa-upldr {
/* 396 */ 	margin-top:6px;
/* 397 */ }
/* 398 */ 
/* 399 */ /* Fix for css3 transition that interferes with jQuery animation */
/* 400 */ #wppa-overlay-ic img, .wppa-popup a img, .wppa-popup img {

/* wppa-style.css */

/* 401 */ transition: width 0s ease-in-out 0s, left 0s ease-in-out 0s, right 0s ease-in-out 0s;
/* 402 */ -webkit-transition: width 0s ease-in-out 0s, left 0s ease-in-out 0s, right 0s ease-in-out 0s;
/* 403 */ }
/* 404 */ 
/* 405 */ .wppa-fotomoto-checkout, .wppa-fotomoto-container {
/* 406 */ margin-bottom: 3px;
/* 407 */ }
/* 408 */ .FotomotoBar {
/* 409 */ padding: 0 !important;
/* 410 */ margin: 0 !important;
/* 411 */ /* font-size:12px !important; */
/* 412 */ }
/* 413 */ .wppa-fotomoto-checkout a {
/* 414 */ text-decoration: none;
/* 415 */ font-weight: bold;
/* 416 */ float:right;
/* 417 */ }
/* 418 */ .wppa-fotomoto-checkout a:hover {
/* 419 */ 	text-decoration: underline;
/* 420 */ }
/* 421 */ .FotomotoBarLink {
/* 422 */ float:left: !important;
/* 423 */ }
/* 424 */ .FotomotoECardButton {
/* 425 */ float:left !important;
/* 426 */ }
/* 427 */ .FotomotoClear {
/* 428 */ display:none;
/* 429 */ }
/* 430 */ 
/* 431 */ /* Ajax front upload */
/* 432 */ .wppa-progress {
/* 433 */ 	position:relative; 
/* 434 */ 	width:100%; 
/* 435 */ 	height: 18px;
/* 436 */ 	border: 1px solid; 
/* 437 */ 	padding: 1px; border-radius: 3px; 
/* 438 */ 	line-height: 18px;
/* 439 */ 	text-align: center;
/* 440 */ }
/* 441 */ .wppa-bar { 
/* 442 */ 	background-color: #7f7; 
/* 443 */ 	width:0%; 
/* 444 */ 	height:18px; 
/* 445 */ 	border-radius: 3px; 
/* 446 */ 	line-height: 18px;
/* 447 */ 	margin: 0;
/* 448 */ }
/* 449 */ .wppa-percent { 
/* 450 */ 	position:relative; 

/* wppa-style.css */

/* 451 */ 	display:inline-block; 
/* 452 */ 	top:-19px; 
/* 453 */ 	font-size: 12px;
/* 454 */ 	line-height: 18px;
/* 455 */ 	margin: 0;
/* 456 */ }
/* 457 */ .wppa-message {
/* 458 */ 	clear: both;
/* 459 */ }
/* 460 */ 
/* 461 */ .wppa-minicover-current div {
/* 462 */ 	color:blue;
/* 463 */ }
/* 464 */ .wppa-minicover {
/* 465 */ 	box-sizing:content-box !important;
/* 466 */ }
/* 467 */ 
