
/* style.css */

/* 1    */ /*  
/* 2    *| Theme Name: News One
/* 3    *| Theme URI: http://www.webdesignlessons.com/
/* 4    *| Description: Custom theme by http://www.webdesignlessons.com/
/* 5    *| Version: 1.0
/* 6    *| Author: WebDesignLessons.com
/* 7    *| Author URI: http://www.webdesignlessons.com/
/* 8    *| 
/* 9    *| 
/* 10   *| */
/* 11   */ 
/* 12   */ ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input{
/* 13   */ 	margin:0;
/* 14   */ 	padding:0;
/* 15   */ }
/* 16   */ ul{
/* 17   */ 	list-style:none;
/* 18   */ }
/* 19   */ a{
/* 20   */ 	color:#000000;
/* 21   */ 	text-decoration:none;
/* 22   */ }
/* 23   */ a:hover{
/* 24   */ 	text-decoration:underline;
/* 25   */ }
/* 26   */ a img{
/* 27   */ 	border:0;
/* 28   */ }
/* 29   */ .clear{
/* 30   */ 	clear:both;
/* 31   */ }
/* 32   */ body{
/* 33   */ 	margin:0px;
/* 34   */ 	padding:0 0 0 0;
/* 35   */ 	font-family: Open Sans, Fenway, Arial, Helvetica, sans-serif;
/* 36   */ 	font-size:13px;
/* 37   */ 	background: #000 none top left repeat scroll;
/* 38   */ 	color:#000000;
/* 39   */ }
/* 40   */ #page{
/* 41   */ 	width:990px;
/* 42   */ 	margin:0 auto;
/* 43   */ }
/* 44   */ 
/* 45   */ /*toppanel*/
/* 46   */ #toppanel{
/* 47   */ 	width:100%;
/* 48   */ 	height:35px;
/* 49   */ 	overflow:hidden;
/* 50   */ 	background:url(/wp-content/themes/NewsOne/images/bgr_toppanel.png) no-repeat;

/* style.css */

/* 51   */ }
/* 52   */ #toppanel p{
/* 53   */ 	color:#11A0FF;
/* 54   */ 	font-size:12px;
/* 55   */ 	padding:10px 0 0 25px;
/* 56   */ 	float:left;
/* 57   */ }
/* 58   */ #toppanel p a{
/* 59   */ 	color:#11A0FF;
/* 60   */ 	text-decoration:underline;
/* 61   */ }
/* 62   */ #toppanel p a:hover{
/* 63   */ 	background-color: #FCF103;
/* 64   */ 	text-decoration:none;
/* 65   */ }
/* 66   */ #header_social{
/* 67   */ 	float:right;
/* 68   */ 	padding:15px 20px 0 0;
/* 69   */ }
/* 70   */ #header_social li{
/* 71   */ 	float:left;
/* 72   */ 	padding:0 0 0 5px;
/* 73   */ }
/* 74   */ #header_social li img{
/* 75   */ 	float:left;
/* 76   */ }
/* 77   */ /* HEADER */
/* 78   */ #header{
/* 79   */ 	width:100%;
/* 80   */ 	height:90px;
/* 81   */ 	overflow:hidden;
/* 82   */ 	background:url(/wp-content/themes/NewsOne/images/bgr_header.png) no-repeat;
/* 83   */ }
/* 84   */ #header #logo{
/* 85   */ 	padding: 0 0 0 7px;
/* 86   */ 	float:left;
/* 87   */ 	font-family:"Times New Roman", Times, serif;
/* 88   */ 	text-transform:uppercase;
/* 89   */ 	font-weight:bold;
/* 90   */ }
/* 91   */ #header #logo a{
/* 92   */ 	color:#000;
/* 93   */ 	letter-spacing:-1px;
/* 94   */ 	font-size:41px;
/* 95   */ }
/* 96   */ #header #logo a img{
/* 97   */ 	vertical-align: middle;
/* 98   */ }
/* 99   */ #header #logo a:hover{
/* 100  */ 	text-decoration:none;

/* style.css */

/* 101  */ }
/* 102  */ #logo .description{
/* 103  */ 	text-align:center;
/* 104  */ 	font-size:13px;
/* 105  */ 	color:#11A0FF;
/* 106  */ 	letter-spacing:3px;
/* 107  */ }
/* 108  */ #mini_stripe_ad {
/* 109  */ 	float: right;
/* 110  */ 	margin: 5px 18px 0 0;
/* 111  */ }
/* 112  */ #main_search{
/* 113  */ 	float:right;
/* 114  */ 	width:234px;
/* 115  */ 	padding:15px 3px 0 0;
/* 116  */ }
/* 117  */ #searchform_top{
/* 118  */ 	float:left;
/* 119  */ }
/* 120  */ #searchform_top_text{
/* 121  */ 	width:145px;
/* 122  */ 	padding:4px;
/* 123  */ 	color:#999999;
/* 124  */ 	font-size:12px;
/* 125  */ 	font-family: Fenway, Arial, Helvetica, sans-serif;
/* 126  */ 	float:left;
/* 127  */ 	border:1px solid #d1d1d1;
/* 128  */ 	margin:0 5px 0 0;
/* 129  */ 	background:#fff url(/wp-content/themes/NewsOne/images/bgr_searchform_top_text.gif) repeat-x;
/* 130  */ }
/* 131  */ #gosearch{
/* 132  */ 	float:left;
/* 133  */ }
/* 134  */ /* MENU */
/* 135  */ 
/* 136  */ #menu{
/* 137  */ 	width:100%;
/* 138  */ 	height:57px;
/* 139  */ 	background:url(/wp-content/themes/NewsOne/images/bgr_menu.png) no-repeat;
/* 140  */ }
/* 141  */ #mainmenu{
/* 142  */ 	padding:8px 0 0 28px;
/* 143  */ }
/* 144  */ #mainmenu ul{
/* 145  */ 	margin: 0;
/* 146  */ 	padding: 0;
/* 147  */ 	list-style-type: none;
/* 148  */ 	z-index:1000;
/* 149  */ }
/* 150  */ /*Top level list items*/

/* style.css */

/* 151  */ #mainmenu ul li{
/* 152  */ 	position: relative;
/* 153  */ 	display: inline;
/* 154  */ 	float: left;
/* 155  */ 	z-index:1000;
/* 156  */ 	color:#000;
/* 157  */ 	padding:0 0 0 9px;
/* 158  */ 	font-size:1.2em;
/* 159  */ 	font-weight: bold;
/* 160  */ 	letter-spacing: -1px;
/* 161  */ 	text-transform:capitalize;
/* 162  */ 	background:url(/wp-content/themes/NewsOne/images/bgr_mainmenu_li.gif) no-repeat left center;
/* 163  */ }
/* 164  */ #mainmenu ul li.first{
/* 165  */ 	padding:0;
/* 166  */ 	background:none;
/* 167  */ }
/* 168  */ /*Top level menu link items style*/
/* 169  */ #mainmenu ul li a{
/* 170  */ 	display:block;
/* 171  */ 	color:#000;
/* 172  */ 	z-index:1000;
/* 173  */ 	padding:6px 12px 6px 12px;
/* 174  */ }
/* 175  */ * html #mainmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
/* 176  */ 	display: inline-block;
/* 177  */ 	float:left;
/* 178  */ }
/* 179  */ * html #mainmenu ul li ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
/* 180  */ 	float:none;
/* 181  */ }
/* 182  */ #mainmenu ul li a:link, #mainmenucat ul li a:visited{
/* 183  */ }
/* 184  */ #mainmenu ul li a:hover, #mainmenu .current_page_item a, #mainmenu .select a{
/* 185  */ 	text-decoration:none;
/* 186  */ 	background:#FCF103;
/* 187  */ 	color:#000;
/* 188  */ }
/* 189  */ /*1st sub level menu*/
/* 190  */ #mainmenu ul li ul{
/* 191  */ 	position: absolute;
/* 192  */ 	left: 0;
/* 193  */ 	display: block;
/* 194  */ 	visibility: hidden;
/* 195  */ 	margin:0 0 0 9px;
/* 196  */ 	background:#11A0FF;
/* 197  */ }
/* 198  */ /*Sub level menu list items (undo style from Top level List Items)*/
/* 199  */ #mainmenu ul li ul li{
/* 200  */ 	display: list-item;

/* style.css */

/* 201  */ 	float: none;
/* 202  */ 	font-size:1.0em;
/* 203  */ 	background:none;
/* 204  */ 	padding:0;
/* 205  */ }
/* 206  */ /*All subsequent sub menu levels vertical offset after 1st level sub menu */
/* 207  */ #mainmenu ul li ul li ul{
/* 208  */ 	top: 0;
/* 209  */ 	background:#be0007;
/* 210  */ 	margin:0;
/* 211  */ }
/* 212  */ /* Sub level menu links style */
/* 213  */ #mainmenu ul li ul li a, #mainmenu ul li.current_page_item ul a, #mainmenu ul li.select ul a{
/* 214  */ 	width: 160px; /*width of sub menus*/
/* 215  */ 	height:auto;
/* 216  */ 	padding: 7px 5px 7px 10px;
/* 217  */ 	margin: 0;
/* 218  */ 	border-bottom: 1px solid #ac1016;
/* 219  */ 	background:#11A0FF;
/* 220  */ 	border-top-width: 0;
/* 221  */ 	text-align:left;
/* 222  */ 	text-decoration:none;
/* 223  */ 	color:#fff;
/* 224  */ 	text-transform:capitalize;
/* 225  */ }
/* 226  */ #mainmenu ul li ul li a:hover, #mainmenu ul li ul li.select a{ /*sub menus hover style*/
/* 227  */ 	color:#fff;
/* 228  */ 	background:#d22026;
/* 229  */ }
/* 230  */ /* Sub level menu links style */
/* 231  */ #mainmenu ul li ul li ul li a, #mainmenu ul li.current_page_item ul ul a, #mainmenu ul li.select ul ul a{
/* 232  */ 	border-bottom: 1px solid #b10006;
/* 233  */ 	background:#be0007;
/* 234  */ }
/* 235  */ #mainmenu ul li ul li ul li a:hover{ /*sub menus hover style*/
/* 236  */ 	color:#fff;
/* 237  */ 	background:#cd0108;
/* 238  */ }
/* 239  */ /* ######### CSS classes applied to down and right arrow images  ######### */
/* 240  */ 
/* 241  */ /*header_topbanner*/
/* 242  */ #header_topbanner{
/* 243  */ 	width:100%;
/* 244  */ 	padding:0 0 10px 0;
/* 245  */ 	overflow:hidden;
/* 246  */ 	background:url(/wp-content/themes/NewsOne/images/bgr_header_topbanner.png) repeat-y;
/* 247  */ }
/* 248  */ #header_banner_ad{
/* 249  */ 	float: left;
/* 250  */ 	padding-left: 14px;

/* style.css */

/* 251  */ }
/* 252  */ /* BODY */
/* 253  */ 
/* 254  */ #body{
/* 255  */ 	width:100%;
/* 256  */ 	background:url(/wp-content/themes/NewsOne/images/bgr_body.png) repeat-y;
/* 257  */ 	overflow:hidden;
/* 258  */ 	padding:0 0 30px 0;
/* 259  */ }
/* 260  */ .page-template-page-sidebar-free-php #body{
/* 261  */ 	background:url(/wp-content/themes/NewsOne/images/bgr_body2.png) repeat-y;
/* 262  */ }
/* 263  */ .widecolumn{
/* 264  */ 	width:910px;
/* 265  */ 	padding:20px 25px 0 45px;
/* 266  */ 	background:url(/wp-content/themes/NewsOne/images/bgr_body_left2.gif) no-repeat;
/* 267  */ }
/* 268  */ .narrowcolumn{
/* 269  */ 	width:674px;
/* 270  */ 	float:left;
/* 271  */ 	padding:10px 0 0 3px;
/* 272  */ 	background:url(/wp-content/themes/NewsOne/images/bgr_body_left.gif) no-repeat;
/* 273  */ }
/* 274  */ #sidebar{
/* 275  */ 	width:308px;
/* 276  */ 	float:right;
/* 277  */ 	background:url(/wp-content/themes/NewsOne/images/bgr_body_right.gif) no-repeat;
/* 278  */ 	padding:10px 0 0;
/* 279  */ }
/* 280  */ /* post */
/* 281  */ .post{
/* 282  */ 	border-bottom: 1px solid #CCCCCC;
/* 283  */     width:645px;
/* 284  */ 	margin:15px 15px 0;
/* 285  */ }
/* 286  */ .post .post_thumb {
/* 287  */ 	border: 3px solid #333;
/* 288  */ 	float: left;
/* 289  */ 	margin-right: 20px;
/* 290  */ }
/* 291  */ .post .post_comm{
/* 292  */ 	width:100%;
/* 293  */ 	overflow:hidden;
/* 294  */ }
/* 295  */ .home .post_comm,
/* 296  */ .archive .post_comm {
/* 297  */ 	width: auto;
/* 298  */ }
/* 299  */ .post .post_comm p{
/* 300  */ 	float:left;

/* style.css */

/* 301  */ 	height:17px;
/* 302  */ 	font-size:12px;
/* 303  */ 	padding:3px 7px 0 7px;
/* 304  */ 	color:#000;
/* 305  */ }
/* 306  */ .post .post_comm p a span, .post .post_comm p span{
/* 307  */ 	color:#11A0FF;
/* 308  */ }
/* 309  */ .post .post_comm .post_date{
/* 310  */ 	background:#000 url(/wp-content/themes/NewsOne/images/bgr_post_date.gif) no-repeat right top;
/* 311  */ 	color:#fff;
/* 312  */ 	font-size:11px;
/* 313  */ 	font-family:Verdana, Geneva, sans-serif;
/* 314  */ }
/* 315  */ .post .post_comm .post_author a{
/* 316  */ 	text-decoration:underline;
/* 317  */ 	color:#11A0FF;
/* 318  */ }
/* 319  */ .post .post_comm .post_author a:hover{
/* 320  */ 	background-color: #FCF103;
/* 321  */ 	text-decoration:none;
/* 322  */ }
/* 323  */ .post .post_comm .post_comments a{
/* 324  */ 	text-decoration: none;
/* 325  */ }
/* 326  */ .post .post_comm .post_comments a:hover{
/* 327  */ 	background-color: #FCF103;
/* 328  */ 	text-decoration: none;
/* 329  */ }
/* 330  */ .post .post_btm{
/* 331  */ 	border-bottom:1px solid #cccccc;
/* 332  */ }
/* 333  */ .post .post_btm {
/* 334  */ 	background-color: #f3f3f3;
/* 335  */ 	padding: 0 5px;
/* 336  */ }
/* 337  */ .home .post_top,
/* 338  */ .home .post_btm {
/* 339  */ 	border-bottom: none;
/* 340  */ }
/* 341  */ 
/* 342  */ .post .post_title{
/* 343  */ 	padding:5px 0 0 0;
/* 344  */ }
/* 345  */ .post_title h2{
/* 346  */ 	font-size:2.1em;
/* 347  */ 	font-family: Fenway, Arial, Helvetica, sans-serif;
/* 348  */ 	color:#000;
/* 349  */ 	font-weight:bold;
/* 350  */ 	letter-spacing: -1px;

/* style.css */

/* 351  */ 	overflow: hidden;
/* 352  */ 	padding:0 0 4px 0;
/* 353  */ 	word-wrap: break-word;
/* 354  */ }
/* 355  */ 
/* 356  */ .post_title h2 a{
/* 357  */ 	color:#000;
/* 358  */ }
/* 359  */ .post_title h2 a:hover,
/* 360  */ .post_title h2 a:active {
/* 361  */ 	background-color: #FCF103;
/* 362  */ 	text-decoration: none;
/* 363  */ }
/* 364  */ .post .post_top p,
/* 365  */ .post .post_btm p{
/* 366  */ 	line-height:1.4em;
/* 367  */ 	padding:0 0 4px 0;
/* 368  */ 	color:#000;
/* 369  */ 	font-size:12px;
/* 370  */ }
/* 371  */ .post .post_top p a,
/* 372  */ .post .post_btm p a{
/* 373  */ 	color:#11A0FF;
/* 374  */ }
/* 375  */ .post .post_top p a:hover,
/* 376  */ .post .post_btm p a:hover{
/* 377  */ 	background-color: #FCF103;
/* 378  */ }
/* 379  */ .entry{
/* 380  */ 	line-height:20px;
/* 381  */ 	font-size:15px;
/* 382  */ 	width:100%;
/* 383  */ 	overflow:hidden;
/* 384  */ 	padding:1px 0 0 0;
/* 385  */ }
/* 386  */ .entry img{
/* 387  */ 	border:3px solid #333;
/* 388  */ }
/* 389  */ .entry .banner{
/* 390  */ 	text-align:center;
/* 391  */ 	padding:0 0 10px 0;
/* 392  */ }
/* 393  */ .entry .banner img{
/* 394  */ 	border:0;
/* 395  */ }
/* 396  */ .banner_left{
/* 397  */ 	float:left;
/* 398  */ 	padding:0 20px 10px 0;
/* 399  */ }
/* 400  */ .entry .banner_left img{

/* style.css */

/* 401  */ 	border:0;
/* 402  */ }
/* 403  */ .entry p{
/* 404  */ 	padding-bottom:15px;
/* 405  */ }
/* 406  */ .entry p a{
/* 407  */ 	color:#11A0FF;
/* 408  */ 	text-decoration:none;
/* 409  */ }
/* 410  */ .entry p a:hover{
/* 411  */ 	background-color: #FCF103;
/* 412  */ 	text-decoration:none;
/* 413  */ }
/* 414  */ .entry p a.more-link{
/* 415  */ 	font-size: 1.1em;
/* 416  */ }
/* 417  */ .postmetadata{
/* 418  */ 	width:100%;
/* 419  */ }
/* 420  */ .postmetadata p{
/* 421  */ 	font-size:13px;
/* 422  */ 	font-weight:bold;
/* 423  */ }
/* 424  */ .postmetadata p a{
/* 425  */ 	color:#11A0FF;
/* 426  */ 	text-decoration:underline;
/* 427  */ }
/* 428  */ .postmetadata p a:hover{
/* 429  */ 	background-color: #FCF103;
/* 430  */ 	text-decoration:none;
/* 431  */ }
/* 432  */ 
/* 433  */ h2.page_title{
/* 434  */ 	font-size:30px;
/* 435  */ 	margin:0 0 5px 0;
/* 436  */ 	font-family:Georgia, "Times New Roman", Times, serif;
/* 437  */ 	color:#000;
/* 438  */ 	font-weight:normal;
/* 439  */ 	border-bottom:1px solid #cccccc;
/* 440  */ 	padding:0 0 10px 0;
/* 441  */ }
/* 442  */ 
/* 443  */ .post-page .entry{
/* 444  */ }
/* 445  */ 
/* 446  */ .post-page .entry a{
/* 447  */ 	text-decoration:underline;
/* 448  */ 	font-weight:bold;
/* 449  */ }
/* 450  */ 

/* style.css */

/* 451  */ .post-page .entry a:hover{
/* 452  */ 	text-decoration:none;
/* 453  */ }
/* 454  */ 
/* 455  */ .post-page .entry h1, .post-page .entry h2, .post-page .entry h3, .post-page .entry h4, .post-page .entry h5, .post-page .entry h6{
/* 456  */ 	color:#000;
/* 457  */ 	font-family:Georgia, "Times New Roman", Times, serif;
/* 458  */ 	display:block;
/* 459  */ 	font-weight:normal;
/* 460  */ }
/* 461  */ .post-page .entry h1{
/* 462  */ 	font-size:26px;
/* 463  */ 	padding:0 0 14px 0;
/* 464  */ }
/* 465  */ 
/* 466  */ .post-page .entry h2{
/* 467  */ 	font-size:24px;
/* 468  */ 	padding:0 0 14px 0;
/* 469  */ }
/* 470  */ 
/* 471  */ .post-page .entry h3{
/* 472  */ 	font-size:22px;
/* 473  */ 	padding:0 0 12px 0;
/* 474  */ }
/* 475  */ 
/* 476  */ .post-page .entry h4{
/* 477  */ 	font-size:20px;
/* 478  */ 	padding:0 0 10px 0;
/* 479  */ }
/* 480  */ 
/* 481  */ .post-page .entry h5{
/* 482  */ 	font-size:18px;
/* 483  */ 	padding:0 0 8px 0;
/* 484  */ }
/* 485  */ 
/* 486  */ .post-page .entry h6{
/* 487  */ 	font-size:16px;
/* 488  */ 	padding:0 0 6px 0;
/* 489  */ }
/* 490  */ #multipage_pagination1 {
/* 491  */ 	font-size: 1.8em;
/* 492  */ 	line-height: 1.3em;
/* 493  */ }
/* 494  */ /* ADS */
/* 495  */ #sidebar_ads{
/* 496  */ 	width:304px;
/* 497  */ 	overflow:hidden;
/* 498  */ 	padding:0 0 5px 0;
/* 499  */ 	text-align: center;
/* 500  */ 	/*background:url(/wp-content/themes/NewsOne/images/bgr_sidebar_ads.png) no-repeat left bottom;*/

/* style.css */

/* 501  */ }
/* 502  */ #sidebar_ads div{
/* 503  */ 	display: inline-block;
/* 504  */ 	padding:0 0 5px 5px;
/* 505  */ }
/* 506  */ #sidebar_ads div img{
/* 507  */ 	float:left;
/* 508  */ }
/* 509  */ #sidebar_ads #big_top_ad {
/* 510  */ 	display: inline-block;
/* 511  */ 	padding: 0 0 5px 1px;
/* 512  */ }
/* 513  */ #sidebar_vert_ad{
/* 514  */ 	background-color:#FFFFFF;
/* 515  */ 	border-bottom:1px solid #D4D4D4;
/* 516  */ 	border-top:1px solid #D4D4D4;
/* 517  */         margin:0 3px 0 -1px;
/* 518  */ 	padding:10px 0;
/* 519  */ 	text-align:center;
/* 520  */ }
/* 521  */ /* SIDE BAR */
/* 522  */ 
/* 523  */ /*sidebars*/
/* 524  */ .sidebar_widgets{
/* 525  */ 	font-size:13px;
/* 526  */ 	line-height:1.5em;
/* 527  */ 	color:#000;
/* 528  */ 	width:100%;
/* 529  */ }
/* 530  */ .sidebar_widgets a{
/* 531  */ 	color:#000;
/* 532  */ }
/* 533  */ .sidebar_widgets .widgettitle{
/* 534  */ 	font-size:25px;
/* 535  */ 	color:#11A0FF;
/* 536  */ 	border-bottom:1px solid #d4d4d4;
/* 537  */ 	border-top:1px solid #d4d4d4;
/* 538  */ 	padding:14px 0 14px 20px;
/* 539  */ 	margin:0 10px 10px 0;
/* 540  */ 	font-weight:normal;
/* 541  */ 	text-transform:capitalize;
/* 542  */ }
/* 543  */ .sidebar_widgets .widget_categories a, .sidebar_widgets .widget_archive a, .sidebar_widgets .widget_links a, .sidebar_widgets .widget_meta a, .sidebar_widgets .widget_pages a, .sidebar_widgets .widget_meta a, .sidebar_widgets .widget_recent_entries a{
/* 544  */ 	display:block;
/* 545  */ }
/* 546  */ .sidebar_widgets .widget_categories{
/* 547  */ 	font-weight:bold;
/* 548  */ }
/* 549  */ .sidebar_widgets .widget_categories a{
/* 550  */ 	font-weight:normal;

/* style.css */

/* 551  */ 	display:inline;
/* 552  */ }
/* 553  */ .sidebar_widgets ul{
/* 554  */ 	overflow: auto;
/* 555  */ }
/* 556  */ .sidebar_widgets ul li{
/* 557  */ 	margin:0 0 20px 0;
/* 558  */ }
/* 559  */ .sidebar_widgets ul ul{
/* 560  */ }
/* 561  */ .sidebar_widgets ul li ul li{
/* 562  */ 	background:none;
/* 563  */ 	border:0;
/* 564  */ 	float: left;
/* 565  */ 	padding: 1px 4px;
/* 566  */ 	text-align: left;
/* 567  */ }
/* 568  */ .sidebar_widgets ul ul ul{
/* 569  */ 	margin:0 0 0 5px;
/* 570  */ }
/* 571  */ .sidebar_widgets ul li ul li ul li{
/* 572  */ 	border:0;
/* 573  */ 	background:none;
/* 574  */ 	padding:7px 0 7px 0;
/* 575  */ }
/* 576  */ .widget_tag_cloud a, .widget_text .textwidget{
/* 577  */ 	padding:5px 15px 5px 15px;
/* 578  */ 	line-height:1.4em;
/* 579  */ }
/* 580  */ .sidebar_widgets .widget_polls li{
/* 581  */ 	border:0;
/* 582  */ }
/* 583  */ .widget_recent_entries, .widget_recent_entries a{
/* 584  */ 	color:#7d7d7d;
/* 585  */ 	font-weight:bold;
/* 586  */ }
/* 587  */ 
/* 588  */ /*twitter_update_list*/
/* 589  */ .widget_twitters{
/* 590  */ 	width:100%;
/* 591  */ 	overflow:hidden;
/* 592  */ 	margin:0 0 20px 0;
/* 593  */ }
/* 594  */ .widget_twitters h2{
/* 595  */ 	border-bottom:1px solid #d4d4d4;
/* 596  */ 	font-size:19px;
/* 597  */ 	font-weight:normal;
/* 598  */ 	color:#11A0FF;
/* 599  */ 	background:url(/wp-content/themes/NewsOne/images/ico_h2_twitter.gif) no-repeat left bottom;
/* 600  */ 	margin:10px 20px 0 20px;

/* style.css */

/* 601  */ 	padding:5px 0 7px 50px;
/* 602  */ }
/* 603  */ #twitter_update_list{
/* 604  */ 	padding:12px;
/* 605  */ }
/* 606  */ #twitter_update_list li{
/* 607  */ 	background:none;
/* 608  */ 	padding:7px 0 7px 2px;
/* 609  */ 	font-size:13px;
/* 610  */ 	color:#4a4743;
/* 611  */ 	font-style:italic;
/* 612  */ }
/* 613  */ #twitter_update_list li a{
/* 614  */ 	display:block;
/* 615  */ 	font-size:13px !important;
/* 616  */ 	color:#4a4743;
/* 617  */ }
/* 618  */ #twitter_update_list li span a{
/* 619  */ 	display:inline;
/* 620  */ }
/* 621  */ /* FOOTER */
/* 622  */ 
/* 623  */ #footer{
/* 624  */ 	width:100%;
/* 625  */ 	height:119px;
/* 626  */ 	background:url(/wp-content/themes/NewsOne/images/bgr_footer.png) no-repeat;
/* 627  */ 	overflow:hidden;
/* 628  */ }
/* 629  */ 
/* 630  */ #hops_footer_ad {
/* 631  */ 	height: 160px;
/* 632  */ 	padding-top: 15px;
/* 633  */ 	text-align: center;
/* 634  */ }
/* 635  */ 
/* 636  */ .page-template-page-sidebar-free-php #footer{
/* 637  */ 	background:url(/wp-content/themes/NewsOne/images/bgr_footer2.png) no-repeat;
/* 638  */ }
/* 639  */ #footer_logo{
/* 640  */ 	float:left;
/* 641  */ 	padding:0 25px 0 30px;
/* 642  */ 	margin:30px 0 0 0;
/* 643  */ 	border-right:1px solid #db878a;
/* 644  */ }
/* 645  */ #footer_logo a{
/* 646  */ 	font-size:42px;
/* 647  */ 	font-style:italic;
/* 648  */ 	color:#ffffff;
/* 649  */ }
/* 650  */ #footer_info{

/* style.css */

/* 651  */ 	float:left;
/* 652  */ 	padding:50px 0 0 38px;
/* 653  */ }
/* 654  */ #footer_info p{
/* 655  */ 	color:#000;
/* 656  */ 	font-size:13px;
/* 657  */ 	line-height:1.6em;
/* 658  */ }
/* 659  */ #footer_info p a{
/* 660  */ 	color:#fff;
/* 661  */ 	font-weight:bold;
/* 662  */ }
/* 663  */ #footer_info p b a{
/* 664  */ 	text-decoration:underline;
/* 665  */ }
/* 666  */ #footer_info p b a:hover{
/* 667  */ 	text-decoration:none;
/* 668  */ }
/* 669  */ /* Begin Typography & Colors */
/* 670  */ 
/* 671  */ #wp-calendar #prev a, #wp-calendar #next a {
/* 672  */ 	font-size: 9pt;
/* 673  */ 	}
/* 674  */ 
/* 675  */ #wp-calendar a {
/* 676  */ 	text-decoration: none;
/* 677  */ 	}
/* 678  */ 
/* 679  */ #wp-calendar caption {
/* 680  */ 	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
/* 681  */ 	text-align: center;
/* 682  */ 	}
/* 683  */ 
/* 684  */ #wp-calendar th {
/* 685  */ 	font-style: normal;
/* 686  */ 	text-transform: capitalize;
/* 687  */ 	}
/* 688  */ /* End Typography & Colors */
/* 689  */ 
/* 690  */ 
/* 691  */ 
/* 692  */ 
/* 693  */ /* Begin Images */
/* 694  */ p img {
/* 695  */ 	padding: 0;
/* 696  */ 	max-width: 100%;
/* 697  */ 	}
/* 698  */ 
/* 699  */ /*	Using 'class="alignright"' on an image will (who would've
/* 700  *| 	thought?!) align the image to the right. And using 'class="centered',

/* style.css */

/* 701  *| 	will of course center the image. This is much better than using
/* 702  *| 	align="center", being much more futureproof (and valid) */
/* 703  */ 
/* 704  */ img.centered {
/* 705  */ 	display: block;
/* 706  */ 	margin-left: auto;
/* 707  */ 	margin-right: auto;
/* 708  */ 	}
/* 709  */ 
/* 710  */ img.alignright {
/* 711  */ 	padding: 4px;
/* 712  */ 	margin: 0 0 2px 7px;
/* 713  */ 	display: inline;
/* 714  */ 	}
/* 715  */ 
/* 716  */ img.alignleft {
/* 717  */ 	padding: 4px;
/* 718  */ 	margin: 0 7px 2px 0;
/* 719  */ 	display: inline;
/* 720  */ 	}
/* 721  */ 
/* 722  */ .alignright {
/* 723  */ 	float: right;
/* 724  */ 	}
/* 725  */ 
/* 726  */ .alignleft {
/* 727  */ 	float: left
/* 728  */ 	}
/* 729  */ /* End Images */
/* 730  */ 
/* 731  */ 
/* 732  */ 
/* 733  */ /* Begin Calendar */
/* 734  */ #wp-calendar {
/* 735  */ 	empty-cells: show;
/* 736  */ 	margin: 10px auto 0;
/* 737  */ 	width: 98%;
/* 738  */ 	}
/* 739  */ 
/* 740  */ #wp-calendar #next a {
/* 741  */ 	padding-right: 10px;
/* 742  */ 	text-align: right;
/* 743  */ 	}
/* 744  */ 
/* 745  */ #wp-calendar #prev a {
/* 746  */ 	padding-left: 10px;
/* 747  */ 	text-align: left;
/* 748  */ 	}
/* 749  */ 
/* 750  */ #wp-calendar a {

/* style.css */

/* 751  */ 	display: block;
/* 752  */ 	}
/* 753  */ 
/* 754  */ #wp-calendar caption {
/* 755  */ 	text-align: center;
/* 756  */ 	width: 100%;
/* 757  */ 	}
/* 758  */ 
/* 759  */ #wp-calendar td {
/* 760  */ 	padding: 3px 0;
/* 761  */ 	text-align: center;
/* 762  */ 	}
/* 763  */ 
/* 764  */ #wp-calendar td.pad:hover { /* Doesn't work in IE */
/* 765  */ 	background-color: #fff; }
/* 766  */ /* End Calendar */
/* 767  */ 
/* 768  */ 
/* 769  */ 
/* 770  */ /* Begin Various Tags & Classes */
/* 771  */ acronym, abbr, span.caps {
/* 772  */ 	cursor: help;
/* 773  */ 	}
/* 774  */ 
/* 775  */ acronym, abbr {
/* 776  */ 	border-bottom: 1px dashed #999;
/* 777  */ 	}
/* 778  */ 
/* 779  */ blockquote {
/* 780  */ 	border-left: 4px solid #000;
/* 781  */ 	margin: 15px 30px 10px 17px;
/* 782  */ 	padding: 15px 10px 1px 15px;
/* 783  */ 	background: #ffffea;
/* 784  */ 	}
/* 785  */ 
/* 786  */ blockquote blockquote{
/* 787  */ 	background:url(/wp-content/themes/NewsOne/images/blockquote_bg2.gif) repeat-y;
/* 788  */ 	}
/* 789  */ 
/* 790  */ blockquote cite {
/* 791  */ 	margin: 5px 0 0;
/* 792  */ 	display: block;
/* 793  */ 	}
/* 794  */ 
/* 795  */ .center {
/* 796  */ 	text-align: center;
/* 797  */ 	}
/* 798  */ 
/* 799  */ hr {
/* 800  */ 	display: none;

/* style.css */

/* 801  */ 	}
/* 802  */ 
/* 803  */ a img {
/* 804  */ 	border: none;
/* 805  */ 	}
/* 806  */ 
/* 807  */ 
/* 808  */ .navigation {
/* 809  */ 	display: block;
/* 810  */ 	/*margin:10px 25px 0 25px;*/
/* 811  */ 	overflow:hidden;
/* 812  */ 	clear:both;
/* 813  */ 	color:#000;
/* 814  */ 	font-size:12px;
/* 815  */ 	line-height:1.8em;
/* 816  */ 	font-family:Verdana, Geneva, sans-serif;
/* 817  */ 	}
/* 818  */ .navigation a{
/* 819  */ 	color:#000;
/* 820  */ 	font-size:13px;
/* 821  */ 	}
/* 822  */ .wp-pagenavi{
/* 823  */ 	background:#f5f5f5;
/* 824  */ 	border:1px solid #d6d6d6;
/* 825  */ 	padding:10px 0;
/* 826  */ 	text-align:center;
/* 827  */ }
/* 828  */ .wp-pagenavi a {
/* 829  */ 	padding: 6px; 
/* 830  */ 	margin: 2px;
/* 831  */ 	color:#000;
/* 832  */ }
/* 833  */ .wp-pagenavi span.pages {
/* 834  */ 	padding: 6px; 
/* 835  */ 	margin: 2px;
/* 836  */ 	background:#000000;
/* 837  */ 	color:#fff;
/* 838  */ }
/* 839  */ .wp-pagenavi span.current {
/* 840  */ 	padding: 6px; 
/* 841  */ 	margin: 2px;
/* 842  */ 	background:#11A0FF;
/* 843  */ 	color:#fff;
/* 844  */ }
/* 845  */ .wp-pagenavi span.extend {
/* 846  */ 	padding: 6px; 
/* 847  */ 	margin: 2px;
/* 848  */ 	background:#898989;
/* 849  */ 	color:#fff;
/* 850  */ }

/* style.css */

/* 851  */ /* End Various Tags & Classes*/
/* 852  */ 
/* 853  */ /* Begin Lists
/* 854  *| 
/* 855  *| 	Special stylized non-IE bullets
/* 856  *| 	Do not work in Internet Explorer, which merely default to normal bullets. */
/* 857  */ 
/* 858  */ .entry ul {
/* 859  */ 	margin: 0 10px 15px 0;
/* 860  */ 	list-style: none;
/* 861  */ 	padding:15px 15px 15px 20px;
/* 862  */ 	border:1px solid #e9e9e9;
/* 863  */ 	background:#fff;
/* 864  */ 	} 
/* 865  */ 
/* 866  */ .entry ul li {
/* 867  */ 	border-bottom:1px solid #e9e9e9;
/* 868  */ 	background:url(/wp-content/themes/NewsOne/images/ico_entry.gif) no-repeat left 12px;
/* 869  */ 	padding:7px 0 7px 17px;
/* 870  */ 	}
/* 871  */ 
/* 872  */ .entry ol {
/* 873  */ 	margin: 0 10px 15px 0;
/* 874  */ 	padding:15px 15px 15px 40px;
/* 875  */ 	border:1px solid #e9e9e9;
/* 876  */ 	background:#fff;
/* 877  */ 	}
/* 878  */ 
/* 879  */ .entry ol li {
/* 880  */ 	margin: 0;
/* 881  */ 	padding:7px 0 7px 0;
/* 882  */ 	border-bottom:1px solid #e9e9e9;
/* 883  */ 	}
/* 884  */ 
/* 885  */ .postmetadata ul, .postmetadata li {
/* 886  */ 	display: inline;
/* 887  */ 	list-style-type: none;
/* 888  */ 	list-style-image: none;
/* 889  */ 	}
/* 890  */ 	
/* 891  */ ol li{
/* 892  */ 	list-style: decimal outside;
/* 893  */ 	}
/* 894  */ /* End Entry Lists */
/* 895  */ 
/* 896  */ 
/* 897  */ 
/* 898  */ /* Begin Form Elements */
/* 899  */ #searchform {
/* 900  */ 	margin: 10px auto;

/* style.css */

/* 901  */ 	padding: 5px 3px; 
/* 902  */ 	text-align: center;
/* 903  */ 	}
/* 904  */ 
/* 905  */ #sidebar #searchform #s {
/* 906  */ 	width: 108px;
/* 907  */ 	padding: 2px;
/* 908  */ 	}
/* 909  */ 
/* 910  */ #sidebar #searchsubmit {
/* 911  */ 	padding: 1px;
/* 912  */ 	}
/* 913  */ 
/* 914  */ .entry form { /* This is mainly for password protected posts, makes them look better. */
/* 915  */ 	text-align:center;
/* 916  */ 	}
/* 917  */ 
/* 918  */ select {
/* 919  */ 	width: 130px;
/* 920  */ 	}
/* 921  */ 
/* 922  */ #commentform{
/* 923  */ 	width:400px;
/* 924  */ }
/* 925  */ 
/* 926  */ #commentform input {
/* 927  */ 	width: 170px;
/* 928  */ 	padding: 2px;
/* 929  */ 	margin: 5px 5px 1px 0;
/* 930  */ 	}
/* 931  */ 
/* 932  */ #commentform textarea {
/* 933  */ 	width: 350px;
/* 934  */ 	padding: 2px;
/* 935  */ 	}
/* 936  */ 
/* 937  */ #commentform #submit {
/* 938  */ 	margin: 5px 0 0 0;
/* 939  */ 	padding:0;
/* 940  */ 	width:85px;
/* 941  */ 	height:35px;
/* 942  */ 	}
/* 943  */ /* End Form Elements */
/* 944  */ 
/* 945  */ 
/* 946  */ 
/* 947  */ /* Begin Comments*/
/* 948  */ 
/* 949  */ h2#comments{
/* 950  */ 	font-size:27px;

/* style.css */

/* 951  */ 	font-family:Georgia, "Times New Roman", Times, serif;
/* 952  */ 	color:#000;
/* 953  */ 	font-weight:normal;
/* 954  */ 	border-bottom:1px solid #ccc;
/* 955  */ 	padding:0 0 10px 5px;
/* 956  */ 	margin:0 25px 10px 25px;
/* 957  */ }
/* 958  */ 
/* 959  */ .alt {
/* 960  */ 	margin: 0;
/* 961  */ 	padding: 10px;
/* 962  */ 	}
/* 963  */ 
/* 964  */ .commentlist {
/* 965  */ 	padding: 0;
/* 966  */ 	text-align: justify;
/* 967  */ 	margin:0 25px 0 25px;
/* 968  */ 	}
/* 969  */ 
/* 970  */ .commentlist .comment {
/* 971  */ 	margin: 15px 0 0 0;
/* 972  */ 	padding: 10px 15px 20px 15px;
/* 973  */ 	list-style: none;
/* 974  */ 	border:1px solid #e2e2e2;
/* 975  */ 	background:#f9f9f9;
/* 976  */ 	}
/* 977  */ 
/* 978  */ .commentlist .alt {
/* 979  */ 	border:1px solid #e2e2e2;
/* 980  */ 	background:#fcfcfc;
/* 981  */ 	}
/* 982  */ 
/* 983  */ .commentlist .comment .comment {
/* 984  */ 	margin: 15px 15px 15px 15px;
/* 985  */ 	padding: 10px 15px 20px 15px;
/* 986  */ 	width:auto;
/* 987  */ 	}
/* 988  */ 
/* 989  */ .commentlist p {
/* 990  */ 	margin: 10px 5px 10px 0;
/* 991  */ 	line-height:18px;
/* 992  */ 	}
/* 993  */ .commentmet_data{
/* 994  */ 	width:100%;
/* 995  */ 	overflow:hidden;
/* 996  */ }
/* 997  */ .commentmet_data td{
/* 998  */ 	vertical-align:top;
/* 999  */ 	text-align:left;
/* 1000 */ }

/* style.css */

/* 1001 */ .commentmet_avatar{
/* 1002 */ 	width:102px;
/* 1003 */ 	padding:15px 0 0 0;
/* 1004 */ }
/* 1005 */ .commentmet_text{
/* 1006 */ }
/* 1007 */ .commentmet_avatar img{
/* 1008 */ 	border:2px solid #868686;
/* 1009 */ }
/* 1010 */ 
/* 1011 */ #commentform p {
/* 1012 */ 	margin: 5px 0;
/* 1013 */ 	}
/* 1014 */ 
/* 1015 */ .commentmet_replay{
/* 1016 */ 	width:100%;
/* 1017 */ 	overflow:hidden;
/* 1018 */ }
/* 1019 */ .commentmet_replay a{
/* 1020 */ 	float:right;
/* 1021 */ 	display:block;
/* 1022 */ 	text-indent:-9999px;
/* 1023 */ 	text-transform:capitalize;
/* 1024 */ 	background:url(/wp-content/themes/NewsOne/images/button_replay.gif) no-repeat;
/* 1025 */ 	width:73px;
/* 1026 */ 	height:27px;
/* 1027 */ }
/* 1028 */ 
/* 1029 */ .nocomments {
/* 1030 */ 	text-align: center;
/* 1031 */ 	margin: 0;
/* 1032 */ 	padding: 0;
/* 1033 */ 	}
/* 1034 */ 
/* 1035 */ .commentmetadata {
/* 1036 */ 	margin: 0;
/* 1037 */ 	display: block;
/* 1038 */ 	padding:0 0 5px 0;
/* 1039 */ 	color:#333;
/* 1040 */ 	font-size:14px;
/* 1041 */ 	font-family:Georgia, "Times New Roman", Times, serif;
/* 1042 */ 	text-transform:capitalize;
/* 1043 */ 	}
/* 1044 */ .commentmetadata a{
/* 1045 */ 	color:#11A0FF;
/* 1046 */ }
/* 1047 */ .commentmetadata span{
/* 1048 */ 	color:#11A0FF;
/* 1049 */ 	font-size:20px;
/* 1050 */ }

/* style.css */

/* 1051 */ 
/* 1052 */ .commentmet_text{
/* 1053 */ 	font-size:12px;
/* 1054 */ 	line-height:1.4em;
/* 1055 */ 	max-width: 500px;
/* 1056 */ }
/* 1057 */ 
/* 1058 */ #respond{
/* 1059 */ 	margin:40px 25px 0 25px;
/* 1060 */ }
/* 1061 */ 
/* 1062 */ h3#respond_title{
/* 1063 */ 	font-size:27px;
/* 1064 */ 	font-family:Georgia, "Times New Roman", Times, serif;
/* 1065 */ 	color:#000;
/* 1066 */ 	font-weight:normal;
/* 1067 */ 	border-bottom:1px solid #b2aaa4;
/* 1068 */ 	padding:0 0 10px 5px;
/* 1069 */ 	margin:0 0 20px 0;
/* 1070 */ }
/* 1071 */ 
/* 1072 */ #commentform{
/* 1073 */ 	color:#000;
/* 1074 */ 	font-size:12px;
/* 1075 */ 	width:90%;
/* 1076 */ 	font-family:Verdana, Geneva, sans-serif;
/* 1077 */ }
/* 1078 */ 
/* 1079 */ #commentform small{
/* 1080 */ 	position:relative;
/* 1081 */ 	top:-1px;
/* 1082 */ 	font-size:12px;
/* 1083 */ }
/* 1084 */ #cancel-comment-reply-link{
/* 1085 */ 	font-size:12px;
/* 1086 */ 	color:#000;
/* 1087 */ 	margin:0 0 0 25px;
/* 1088 */ }
/* 1089 */ 
/* 1090 */ #commentform a, #commentform small{
/* 1091 */ 	color:#000;
/* 1092 */ }
/* 1093 */ 
/* 1094 */ #commentform input{
/* 1095 */ 	background:#fff;
/* 1096 */ 	border:3px solid #dcdbd2;
/* 1097 */ 	font-family:Verdana, Arial, Helvetica, sans-serif;
/* 1098 */ 	font-size:12px;
/* 1099 */ 	padding:4px;
/* 1100 */ 	color:#000000;

/* style.css */

/* 1101 */ }
/* 1102 */ 
/* 1103 */ #commentform textarea{
/* 1104 */ 	background:#fff;
/* 1105 */ 	border:3px solid #dcdbd2;
/* 1106 */ 	font-family:Verdana, Arial, Helvetica, sans-serif;
/* 1107 */ 	font-size:12px;
/* 1108 */ 	padding:4px;
/* 1109 */ 	margin:5px 0 0 0;
/* 1110 */ 	color:#000000;
/* 1111 */ 	overflow:auto;
/* 1112 */ }
/* 1113 */ 
/* 1114 */ #commentform input#submit{
/* 1115 */ 	background:none;
/* 1116 */ 	border:0px;
/* 1117 */ }
/* 1118 */ 
/* 1119 */ /* End Comments */
/* 1120 */ /* Archives page */
/* 1121 */ .page_archives_div{
/* 1122 */ 	padding-bottom:60px;
/* 1123 */ }
/* 1124 */ 
/* 1125 */ .page_archives_div h2{
/* 1126 */ 	font-size:30px;
/* 1127 */ 	margin:0 0 5px 0;
/* 1128 */ 	font-family:Georgia, "Times New Roman", Times, serif;
/* 1129 */ 	color:#000;
/* 1130 */ 	font-weight:normal;
/* 1131 */ 	border-bottom:1px solid #ccc;
/* 1132 */ 	padding:0 0 10px 0;
/* 1133 */ }
/* 1134 */ 
/* 1135 */ .page_archives_div ul h2{
/* 1136 */ }
/* 1137 */ 
/* 1138 */ .page_archives_div ul{
/* 1139 */ 	margin:10px 0 40px 0;
/* 1140 */ }
/* 1141 */ 
/* 1142 */ .page_archives_div ul li{
/* 1143 */ 	margin:0px;
/* 1144 */ 	padding:8px 0 8px 5px;
/* 1145 */ 	list-style:none;
/* 1146 */ 	background:url(/wp-content/themes/NewsOne/images/ico_line.gif) no-repeat left bottom;
/* 1147 */ }
/* 1148 */ 
/* 1149 */ .page_archives_div ul li ul li{
/* 1150 */ 	border:0px;

/* style.css */

/* 1151 */ 	background:none;
/* 1152 */ }
/* 1153 */ 
/* 1154 */ .page_archives_div ul li ul{
/* 1155 */ 	margin:0px;
/* 1156 */ 	padding:0px;
/* 1157 */ 	padding-left:10px;
/* 1158 */ }
/* 1159 */ 
/* 1160 */ .page_archives_div ul li a{
/* 1161 */ 	font-weight:normal;
/* 1162 */ 	color:#4c4c4c;
/* 1163 */ 	font-size:13px;
/* 1164 */ 	background:url(/wp-content/themes/NewsOne/images/ico_ar.gif) no-repeat left 4px;
/* 1165 */ 	padding:0 0 0 12px;
/* 1166 */ }
/* 1167 */ 
/* 1168 */ 	
/* 1169 */ /* ==================================================================
/* 1170 *|     Secure and Accessible PHP Contact Form v.2.0WP FIXED width
/* 1171 *|     ACCESSITES.CSS made by Mike Cherim - http://green-beast.com 
/* 1172 *|    Designed and built to work with the Accessites WordPress theme
/* 1173 *| ================================================================== */
/* 1174 */ 
/* 1175 */ #gb_form_div { 
/* 1176 */   text-align : left;
/* 1177 */   width : 100%;
/* 1178 */   margin:-40px 0 0 0;
/* 1179 */   font-family:Verdana, Geneva, sans-serif;
/* 1180 */ }
/* 1181 */ 
/* 1182 */ #gb_form_div p {
/* 1183 */   margin-left : 12px;
/* 1184 */ }
/* 1185 */ 
/* 1186 */ #gb_form {
/* 1187 */   text-align : left;
/* 1188 */   background : transparent;
/* 1189 */ }
/* 1190 */ 
/* 1191 */ #gb_form_div a {
/* 1192 */   color : #4c4c4c;
/* 1193 */   text-decoration : underline;
/* 1194 */ }
/* 1195 */ 
/* 1196 */ #gb_form_div a:hover, #gb_form_div a:focus, #gb_form_div a:active {
/* 1197 */   color : #4c4c4c;
/* 1198 */   text-decoration : none;
/* 1199 */ }
/* 1200 */ 

/* style.css */

/* 1201 */ fieldset { 
/* 1202 */   border : 0;
/* 1203 */   margin-top : 10px;
/* 1204 */ }
/* 1205 */ 
/* 1206 */ #gb_form legend, legend, #gb_form dt { 
/* 1207 */   font-weight : bold; 
/* 1208 */   color : #4c4c4c;
/* 1209 */ }
/* 1210 */ 
/* 1211 */ #gb_form legend {
/* 1212 */   margin-left : -10px;
/* 1213 */   padding-top : 5px;
/* 1214 */ }
/* 1215 */ 
/* 1216 */ * html #gb_form legend {
/* 1217 */   margin-left : -5px;
/* 1218 */   padding:0 0 10px 0;
/* 1219 */ }
/* 1220 */ 
/* 1221 */ #gb_form legend#mainlegend { 
/* 1222 */   font-size : 1.2em;
/* 1223 */   color : #4c4c4c;
/* 1224 */   margin-left : -10px;
/* 1225 */   padding-top : 5px;
/* 1226 */   padding-bottom : 10px;
/* 1227 */   background:url(/wp-content/themes/NewsOne/images/dotted_grey.gif) repeat-x bottom;
/* 1228 */   width:100%;
/* 1229 */ }
/* 1230 */ 
/* 1231 */ * html #gb_form legend#mainlegend {
/* 1232 */   margin-left : -5px;
/* 1233 */ }
/* 1234 */ 
/* 1235 */ #gb_form legend#mainlegend small { 
/* 1236 */   font-size : .7em;
/* 1237 */   text-transform : uppercase;
/* 1238 */ }
/* 1239 */ 
/* 1240 */ #gb_form_div .formhead small a {
/* 1241 */   font-size : .7em;
/* 1242 */   background-image : none;
/* 1243 */   display : inline;
/* 1244 */   padding : 0;
/* 1245 */   margin : 0;
/* 1246 */ }
/* 1247 */ 
/* 1248 */ #gb_form_div .main_formhead, #gb_form_div .formhead {
/* 1249 */   font-size : 1.2em;
/* 1250 */   color : #4c4c4c;

/* style.css */

/* 1251 */   width : 97%;
/* 1252 */ }
/* 1253 */ 
/* 1254 */ #gb_form_div .main_formhead {
/* 1255 */   margin-left : -35px;
/* 1256 */   text-indent: -9999px;
/* 1257 */ }
/* 1258 */ 
/* 1259 */ #gb_form_div label { 
/* 1260 */   color : #000000; 
/* 1261 */   margin-top : 5px;
/* 1262 */   margin-left : 20px;
/* 1263 */   font-size:11px;
/* 1264 */ }
/* 1265 */ 
/* 1266 */ #gb_form_div input.short, #gb_form_div input.med, #gb_form_div select.med, #gb_form_div textarea.textbox, #gb_form_div textarea { 
/* 1267 */   color : #4c4c4c; 
/* 1268 */   padding : 3px; 
/* 1269 */   border : 2px solid #cfcfcf;
/* 1270 */   background-color : #fff;
/* 1271 */   font-size:13px;
/* 1272 */   font-family:Arial, Helvetica, sans-serif;
/* 1273 */   width : 60%;
/* 1274 */   height : auto;
/* 1275 */   margin:0 0 5px 20px;
/* 1276 */ }
/* 1277 */ 
/* 1278 */ #gb_form_div input.short {
/* 1279 */   width : 7%;
/* 1280 */ }
/* 1281 */ 
/* 1282 */ #gb_form_div textarea.textbox, #gb_form_div textarea { 
/* 1283 */   width : 80%;
/* 1284 */   height : 220px;
/* 1285 */   line-height : 1.5em;
/* 1286 */ }
/* 1287 */ 
/* 1288 */ #gb_form_div select.med {
/* 1289 */   width : 60%;
/* 1290 */ }
/* 1291 */ 
/* 1292 */ #gb_form_div input.checkbox {
/* 1293 */   cursor : default;
/* 1294 */   background : transparent;
/* 1295 */   color : #bcbab7;
/* 1296 */   border : 0;
/* 1297 */   padding : 0; 
/* 1298 */   margin : 0;
/* 1299 */   width : 14px;
/* 1300 */   height : 14px;

/* style.css */

/* 1301 */ }
/* 1302 */ 
/* 1303 */ #gb_form_div input.button {
/* 1304 */   cursor : pointer;
/* 1305 */   border : 0;
/* 1306 */   background:url(/wp-content/themes/NewsOne/images/button_submit.gif) no-repeat;
/* 1307 */   width:85px;
/* 1308 */   height:35px;
/* 1309 */   display:block;
/* 1310 */   text-indent:-9999px;
/* 1311 */   text-transform:capitalize;
/* 1312 */   clear:both;
/* 1313 */ }
/* 1314 */ 
/* 1315 */ #content #gb_form input.button {
/* 1316 */   margin : 15px 5px 25px 20px;
/* 1317 */   padding : 2px 15px 2px 15px;
/* 1318 */ }
/* 1319 */ 
/* 1320 */ * html #content #gb_form input.button {
/* 1321 */   margin-left : -5px;
/* 1322 */ }
/* 1323 */ 
/* 1324 */ #gb_form_div span.error, #gb_form_div span.success, #gb_form_div dt { 
/* 1325 */   color : #000000;  
/* 1326 */   font-weight : bold; 
/* 1327 */ }
/* 1328 */ 
/* 1329 */ #gb_form_div dt small, #gb_form_div .formhead span.success, span.success, dl#result_dl_blockq dt {
/* 1330 */   color : #000000;
/* 1331 */ }
/* 1332 */ 
/* 1333 */ #gb_form_div small.whythis a { 
/* 1334 */   font-size : 11px; 
/* 1335 */   text-decoration : none;
/* 1336 */   color : #000000;
/* 1337 */ }
/* 1338 */ #gb_form_div small.whythis a span{ 
/* 1339 */   text-decoration : none;
/* 1340 */   color : #fff;
/* 1341 */ }
/* 1342 */ #gb_form_div small.whythis a:hover span{ 
/* 1343 */   color : #fff;
/* 1344 */   background:#000;
/* 1345 */   border:1px solid #fff;
/* 1346 */ }
/* 1347 */ 
/* 1348 */ #gb_form_div p.creditline small {
/* 1349 */   clear : both; 
/* 1350 */   display : block;

/* style.css */

/* 1351 */   text-align : right;
/* 1352 */   margin : 0;
/* 1353 */   padding : 25px 0 15px 0;
/* 1354 */   font-size : 0.75em;
/* 1355 */   letter-spacing : .0001em;
/* 1356 */   color : #666;
/* 1357 */ }
/* 1358 */ 
/* 1359 */ dl#result_dl_blockq blockquote {
/* 1360 */   margin-left : 0;
/* 1361 */ }
/* 1362 */ 
/* 1363 */ dl#result_dl_blockq blockquote p cite {
/* 1364 */   display : block;
/* 1365 */   text-align : right;
/* 1366 */ }
/* 1367 */ 
/* 1368 */ #gb_form_div span.items {
/* 1369 */   font-weight : bold;
/* 1370 */   color : #339999;
/* 1371 */ }
/* 1372 */ 
/* 1373 */ #gb_form_div ul {
/* 1374 */   margin : 10px 10px 20px 10px;
/* 1375 */ }
/* 1376 */ 
/* 1377 */ #gb_form_div ul li {
/* 1378 */   list-style-type : none;
/* 1379 */   margin : 0 10px 0 20px;
/* 1380 */ }
/* 1381 */ 
/* 1382 */ 
/* 1383 */ /* End ACCESSITES CSS */
/* 1384 */ 
/* 1385 */ #ad_btw_slider_and_posts {
/* 1386 */ 	border-color:#FFFFFF #FFFFFF #CCCCCC;
/* 1387 */ 	border-style:solid;
/* 1388 */ 	border-width:1px;
/* 1389 */ 	padding:5px;
/* 1390 */ 	text-align:center;
/* 1391 */ }
/* 1392 */ 
/* 1393 */ /*carousel_t1*/
/* 1394 */ #carousel_t1{
/* 1395 */ 	width:100%;
/* 1396 */ 	overflow:hidden;
/* 1397 */ 	/*background:url(/wp-content/themes/NewsOne/images/bgr_carousel_t1.gif) no-repeat left bottom;*/
/* 1398 */ 	border-bottom: #ccc 1px solid;
/* 1399 */ 	padding:0 0 20px 0;
/* 1400 */ }

/* style.css */

/* 1401 */ #carousel_t1_box{
/* 1402 */ 	width:654px;
/* 1403 */ 	height:254px;
/* 1404 */ 	overflow:hidden;
/* 1405 */ 	margin:0 0 0 10px;
/* 1406 */ }
/* 1407 */ #stepcarouse_tl{
/* 1408 */ 	position: relative; /*leave this value alone*/
/* 1409 */ 	overflow:hidden;
/* 1410 */ 	width: 654px; /*Width of Carousel Viewer itself*/
/* 1411 */ 	height: 254px; /*Height should enough to fit largest content's height*/
/* 1412 */ }
/* 1413 */ 
/* 1414 */ #stepcarouse_tl .stepcarouse_belt_tl{
/* 1415 */ 	position: absolute; /*leave this value alone*/
/* 1416 */ 	left: 0;
/* 1417 */ 	top: 0;
/* 1418 */ }
/* 1419 */ #stepcarouse_tl .stepcarouse_tl_thumb{
/* 1420 */ 	float: left; /*leave this value alone*/
/* 1421 */ 	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
/* 1422 */ 	width:654px;
/* 1423 */ 	height:254px;
/* 1424 */ }
/* 1425 */ .stepcarouse_tl_entry{
/* 1426 */ 	position:relative;
/* 1427 */ 	top:183px;
/* 1428 */ 	background:url(/wp-content/themes/NewsOne/images/bgr_carousel_t1_panel.png) repeat;
/* 1429 */ 	width:100%;
/* 1430 */ 	height:71px;
/* 1431 */ }
/* 1432 */ .stepcarouse_tl_entry h2{
/* 1433 */ 	font-size:16px;
/* 1434 */ 	color:#fff;
/* 1435 */ 	padding:5px 10px 0 15px;
/* 1436 */ 	line-height:1.4em;
/* 1437 */ 	font-weight:bold;
/* 1438 */ }
/* 1439 */ .stepcarouse_tl_entry h2 a{
/* 1440 */ 	color:#fff;
/* 1441 */ }
/* 1442 */ .stepcarouse_tl_entry p{
/* 1443 */ 	font-size:12px;
/* 1444 */ 	color:#aeaaa4;
/* 1445 */ 	padding:2px 10px 0 15px;
/* 1446 */ 	line-height:1.4em;
/* 1447 */ }
/* 1448 */ .stepcarouse_tl_entry p a{
/* 1449 */ 	color:#aeaaa4;
/* 1450 */ 	text-decoration:underline;

/* style.css */

/* 1451 */ }
/* 1452 */ .stepcarouse_tl_entry p a:hover{
/* 1453 */ 	text-decoration:none;
/* 1454 */ }
/* 1455 */ #board_carusel_nav{
/* 1456 */ 	width:320px;
/* 1457 */ 	overflow:hidden;
/* 1458 */ 	position:absolute;
/* 1459 */ 	margin:-246px 0 0 340px;
/* 1460 */ }
/* 1461 */ #board_carusel_nav ul{
/* 1462 */ 	float:right;
/* 1463 */ }
/* 1464 */ #board_carusel_nav li{
/* 1465 */ 	font-size:12px;
/* 1466 */ 	font-family:Verdana, Geneva, sans-serif;
/* 1467 */ 	float:left;
/* 1468 */ 	padding:0 2px 0 0;
/* 1469 */ }
/* 1470 */ #board_carusel_nav a{
/* 1471 */ 	display:block;
/* 1472 */ 	float:left;
/* 1473 */ 	background:#000;
/* 1474 */ 	color:#fff;
/* 1475 */ 	width:19px;
/* 1476 */ 	line-height:0;
/* 1477 */ 	text-align:center;
/* 1478 */ 	padding:10px 0 10px 0;
/* 1479 */ }
/* 1480 */ #board_carusel_nav a.selected, #board_carusel_nav a:hover{
/* 1481 */ 	text-decoration:underline;
/* 1482 */ 	background:#FCF103;
/* 1483 */ 	color:#000;
/* 1484 */ }

/* rating.css */

/* 1  */ .blockleft { float: left; padding: 10px; }
/* 2  */ .blockright { float: right; padding: 10px; }
/* 3  */ 
/* 4  */ /* BLUE */
/* 5  */ .tableblue { border: 1px dashed #87ceeb; }
/* 6  */ .tableblue tr.mtrow { background-color: #f5fffa; }
/* 7  */ .tableblue tr.mtrow.alternate { background-color: #f0f8ff; }
/* 8  */ 
/* 9  */ .textblue { color: navy; }
/* 10 */ .textblue strong { color: #8b0000; }
/* 11 */ .textblue.voted { color: #1e90ff; }
/* 12 */ .textblue.voted strong { color: #ff4500; }
/* 13 */ 
/* 14 */ .buttonblue.gdinactive { border-color: #708090; background-color: #e6e6fa; }
/* 15 */ .buttonblue.gdactive { border-color: #00008b; background-color: #add8e6; }
/* 16 */ .buttonblue.gdinactive a { color: gray; }
/* 17 */ .buttonblue.gdactive a { color: #0000cd; }
/* 18 */ 
/* 19 */ /* RED */
/* 20 */ .tablered { border: 1px dashed #ffd700; }
/* 21 */ .tablered tr.mtrow { background-color: #ffffe0; }
/* 22 */ .tablered tr.mtrow.alternate { background-color: #fffacd; }
/* 23 */ 
/* 24 */ .textred { color: maroon; }
/* 25 */ .textred strong { color: black; }
/* 26 */ .textred.voted { color: #ff6347; }
/* 27 */ .textred.voted strong { color: #dc143c; }
/* 28 */ 
/* 29 */ .buttonred.gdinactive { border-color: #708090; background-color: #e6e6fa; }
/* 30 */ .buttonred.gdactive { border-color: maroon; background-color: #ffd700; }
/* 31 */ .buttonred.gdinactive a { color: gray; }
/* 32 */ .buttonred.gdactive a { color: red; }
/* 33 */ 
/* 34 */ /* GREEN */
/* 35 */ .tablegreen { border: 1px dashed #228b22; }
/* 36 */ .tablegreen tr.mtrow { background-color: #fffff0; }
/* 37 */ .tablegreen tr.mtrow.alternate { background-color: #f0fff0; }
/* 38 */ 
/* 39 */ .textgreen { color: #006400; }
/* 40 */ .textgreen strong { color: #191970; }
/* 41 */ .textgreen.voted { color: #3cb371; }
/* 42 */ .textgreen.voted strong { color: #a52a2a; }
/* 43 */ 
/* 44 */ .buttongreen.gdinactive { border-color: #708090; background-color: #90ee90; }
/* 45 */ .buttongreen.gdactive { border-color: #32cd32; background-color: #228b22; }
/* 46 */ .buttongreen.gdinactive a { color: gray; }
/* 47 */ .buttongreen.gdactive a { color: #00fa9a; }
/* 48 */ 

/* public.css */

/* 1  */ /* This stylesheet is used to style the public view of the plugin. */
/* 2  */ 
/* 3  */ /* Pinterest "Pin It" Button Public CSS */
/* 4  */ 
/* 5  */ /* Styles for the Pin It Button wrapper DIV */
/* 6  */ div.pin-it-btn-wrapper,
/* 7  */ div.pin-it-btn-wrapper-shortcode,
/* 8  */ div.pin-it-btn-wrapper-widget {
/* 9  */ }
/* 10 */ 
/* 11 */ div.pin-it-btn-wrapper {
/* 12 */     padding-bottom: 10px;
/* 13 */ 	position: relative;
/* 14 */ 	clear: both;
/* 15 */ }
/* 16 */ 
/* 17 */ div.pin-it-btn-wrapper a,
/* 18 */ div.pin-it-btn-wrapper a:hover,
/* 19 */ div.pin-it-btn-wrapper-shortcode a,
/* 20 */ div.pin-it-btn-wrapper-shortcode a:hover,
/* 21 */ div.pin-it-btn-wrapper-widget a,
/* 22 */ div.pin-it-btn-wrapper-widget a:hover {
/* 23 */ 	background: none;
/* 24 */ 	border: 0;
/* 25 */ 	text-decoration: none;
/* 26 */ 	width: auto;
/* 27 */ 	margin: 0;
/* 28 */ 	max-width: none;
/* 29 */ 	padding: 0;
/* 30 */ 	-webkit-box-shadow: 0 0 0;
/* 31 */ 	box-shadow: 0 0 0;
/* 32 */ 	-webkit-border-radius: 0;
/* 33 */ 	border-radius: 0;
/* 34 */ }
/* 35 */ 
/* 36 */ /* Latest "clearfix" utility class from Bootstrap 3 */
/* 37 */ .pib-clearfix:before,
/* 38 */ .pib-clearfix:after {
/* 39 */ 	display: table;
/* 40 */ 	content: " ";
/* 41 */ }
/* 42 */ 
/* 43 */ .pib-clearfix:after {
/* 44 */ 	clear: both;
/* 45 */ }
/* 46 */ 
/* 47 */ /* Align left/right/center options */
/* 48 */ .pib-align-left {
/* 49 */ 	text-align: left;
/* 50 */ }

/* public.css */

/* 51 */ 
/* 52 */ .pib-align-right {
/* 53 */ 	text-align: right;
/* 54 */ }
/* 55 */ 
/* 56 */ .pib-align-center {
/* 57 */ 	text-align: center;
/* 58 */ }
/* 59 */ 

/* cforms.css */

/* 1   */ /*                                                    */
/* 2   */ /*  main 'top-level' form elements                    */
/* 3   */ /*                                                    */
/* 4   */ 
/* 5   */ .cform { 
/* 6   */ 	margin:10px auto 0 auto; 
/* 7   */ 	width: 410px; 
/* 8   */ }
/* 9   */ 
/* 10  */ .cform fieldset	{ 
/* 11  */ 	margin-top:10px; 
/* 12  */ 	padding:5px 0 15px 0; 
/* 13  */ 	border:1px solid #adadad; 
/* 14  */ 	border-left-color:#ececec; 
/* 15  */ 	border-top-color:#ececec; 
/* 16  */ 	background:#f7f7f7; 
/* 17  */ }
/* 18  */ 
/* 19  */ .cform .cf_hidden {
/* 20  */ 	display:none; 
/* 21  */ 	border:none!important;
/* 22  */ 	background:none!important;
/* 23  */ 	padding:0!important;
/* 24  */ 	margin:0!important;
/* 25  */ }
/* 26  */ 
/* 27  */ .cform legend { 
/* 28  */ 	margin-left:10px;
/* 29  */ 	padding: 0 2px; 
/* 30  */ 	font:normal 20px Times;
/* 31  */ 	color:#666666;
/* 32  */ }
/* 33  */ 
/* 34  */ ol.cf-ol { 
/* 35  */ 	margin:0!important; 
/* 36  */ 	padding:0!important;
/* 37  */ }
/* 38  */ 
/* 39  */ ol.cf-ol li	{
/* 40  */ 	background:none!important; 
/* 41  */ 	margin:5px 0!important;
/* 42  */ 	padding:0; 
/* 43  */ 	list-style:none!important; 
/* 44  */ 	text-align:left;
/* 45  */ 	line-height:1.3em;
/* 46  */ }
/* 47  */ 
/* 48  */ 
/* 49  */ /*                                                    */
/* 50  */ /* just for text-only fields (no input)               */

/* cforms.css */

/* 51  */ /*                                                    */
/* 52  */ 
/* 53  */ ol.cf-ol li.textonly {
/* 54  */ 	background:#F0F0F0 !important;
/* 55  */ 	letter-spacing:1px;
/* 56  */ 	margin:10px 0pt !important;
/* 57  */ 	padding:5px 0pt;
/* 58  */ 	text-align:center;
/* 59  */ }
/* 60  */ 
/* 61  */ 
/* 62  */ /*                                                    */
/* 63  */ /* global definitions for field labels                */
/* 64  */ /*                                                    */
/* 65  */ 
/* 66  */ .cform label {
/* 67  */ 	width:90px; 
/* 68  */ 	margin:4px 10px 0 0; 
/* 69  */ 	display:-moz-inline-box; /*for mozilla*/
/* 70  */ 	display:inline-block; /*for Opera & IE*/
/* 71  */ 	text-align:right;
/* 72  */ 	vertical-align:top;
/* 73  */ }
/* 74  */ 
/* 75  */ .cform label span {
/* 76  */ 	width:90px; /* must be the same as above!*/
/* 77  */ 	display:block; 
/* 78  */ }
/* 79  */ 
/* 80  */ label.cf-before {
/* 81  */ 	margin:4px 10px 0 0; 
/* 82  */ }
/* 83  */ 
/* 84  */ label.cf-after 	{
/* 85  */ 	margin:4px 15px 0pt 6px;
/* 86  */ 	text-align:left;
/* 87  */ 	width:115px;
/* 88  */ }
/* 89  */ 
/* 90  */ label.cf-after span {
/* 91  */ 	width:115px;
/* 92  */ 	display:block;
/* 93  */ }
/* 94  */ 
/* 95  */ label.cf-group-after {
/* 96  */ 	margin:3px 4px 0 2px;
/* 97  */ 	width:72px;
/* 98  */ 	text-align:left;
/* 99  */ }
/* 100 */ label.cf-group-after span {

/* cforms.css */

/* 101 */ 	width:72px;
/* 102 */ 	display:block;
/* 103 */ }
/* 104 */ 
/* 105 */ /*                                                    */
/* 106 */ /*   FORM FIELDS general formatting                   */
/* 107 */ /*                                                    */
/* 108 */ 
/* 109 */ .cform input,
/* 110 */ .cform textarea,
/* 111 */ .cform select { 
/* 112 */ 	padding:3px;
/* 113 */ 	background: #f9f9f9; 
/* 114 */ 	border: 1px solid #888888; 
/* 115 */ 	vertical-align:top;
/* 116 */ }
/* 117 */ .cform input:hover,
/* 118 */ .cform textarea:hover,
/* 119 */ .cform select:hover	{
/* 120 */ 	background:#CEDDDF; 
/* 121 */ }
/* 122 */ 
/* 123 */ .cform input:focus,
/* 124 */ .cform textarea:focus,
/* 125 */ .cform select:focus	{ 
/* 126 */ 	background:#F3F8F8; 
/* 127 */ }
/* 128 */ 
/* 129 */ .cform textarea,
/* 130 */ .cform input {
/* 131 */ 	width:150px; 
/* 132 */ }
/* 133 */ .cform select {
/* 134 */ 	width:158px; /* attempt to have equal length */
/* 135 */ 	padding:2px 0;
/* 136 */ }  
/* 137 */ 
/* 138 */ .cform select.cfselectmulti	{ 
/* 139 */ 	height:7.5em; 
/* 140 */ }
/* 141 */ 
/* 142 */ .cform textarea {
/* 143 */ 	font-family: arial;
/* 144 */ 	font-size: 0.9em;
/* 145 */ 	overflow:auto;
/* 146 */ }
/* 147 */ 
/* 148 */ /*                                                    */
/* 149 */ /*   radio button title                               */
/* 150 */ /*                                                    */

/* cforms.css */

/* 151 */ 
/* 152 */ ol.cf-ol li.cf-box-title {
/* 153 */ 	font-weight:bold;
/* 154 */ 	letter-spacing:1px;
/* 155 */ 	padding:8px 0 0 100px; /* check with label 'width' incl. */
/* 156 */ }
/* 157 */ 
/* 158 */ /*                                                    */
/* 159 */ /*   check boxes                                      */
/* 160 */ /*                                                    */
/* 161 */ 
/* 162 */ .cform input.cf-box-a,
/* 163 */ .cform input.cf-box-b 	{ 
/* 164 */ 	margin:2px 0 0 0; 
/* 165 */ 	width:14px;
/* 166 */ 	height:22px;
/* 167 */ 	border:none!important;
/* 168 */ 	background:none!important; 
/* 169 */ }
/* 170 */ 
/* 171 */ .cform input.cf-box-a 	{ 
/* 172 */ 	margin-left:100px; /* check with label 'width' incl. */
/* 173 */ } 
/* 174 */ 
/* 175 */ 
/* 176 */ /*                                                    */
/* 177 */ /* check box groups                                   */
/* 178 */ /*                                                    */
/* 179 */ 
/* 180 */ ol.cf-ol li.cf-box-group {
/* 181 */ 	margin:10px 0pt 0px !important;
/* 182 */ 	padding-left: 100px; 
/* 183 */ } 
/* 184 */ 
/* 185 */ /*                                                    */
/* 186 */ /* formatting for text:  "(required)"  & other        */
/* 187 */ /*                                                    */
/* 188 */ 
/* 189 */ span.reqtxt,
/* 190 */ span.emailreqtxt { 
/* 191 */ 	margin:3px 0 0 3px;
/* 192 */ 	font-size:0.9em;
/* 193 */ 	display: -moz-inline-box; 
/* 194 */ 	vertical-align:top;
/* 195 */ }
/* 196 */ 
/* 197 */ /*                                                    */
/* 198 */ /*   FORM submit button                               */
/* 199 */ /*                                                    */
/* 200 */ 

/* cforms.css */

/* 201 */ p.cf-sb {
/* 202 */ 	text-align:right;
/* 203 */ 	padding: 0!important;
/* 204 */ 	margin: 0;
/* 205 */ }
/* 206 */ .cform input.backbutton,
/* 207 */ .cform input.resetbutton,
/* 208 */ .cform input.sendbutton	{ 
/* 209 */ 	width:100px;  
/* 210 */ 	padding:5px; 
/* 211 */ 	margin: 10px 0 0 5px;
/* 212 */ 	font-size:0.8em;
/* 213 */ 	background:url(/wp-content/plugins/cforms2/images/button-bg.gif) repeat-x; 
/* 214 */ 	border:1px solid #adadad!important;
/* 215 */ 	border-left-color:#ececec!important; 
/* 216 */ 	border-top-color:#ececec!important;
/* 217 */ }
/* 218 */ .cform input.resetbutton {
/* 219 */ 	width: auto;
/* 220 */ 	padding:5px 1em;
/* 221 */ }
/* 222 */ .cform input.backbutton {
/* 223 */ 	width: auto;
/* 224 */ 	padding:5px 1em;
/* 225 */ }
/* 226 */ 
/* 227 */ /*                                                    */
/* 228 */ /*   FORM FIELDS enhanced error display               */
/* 229 */ /*                                                    */
/* 230 */ ol.cf-ol li.cf_li_err {
/* 231 */ 	background:#FFDFDF url(/wp-content/plugins/cforms2/styling/li-err-bg.png) repeat!important;
/* 232 */ 	border-color:#DF7D7D;
/* 233 */ 	border-style:solid;
/* 234 */ 	border-width:1px 0pt;
/* 235 */ 	padding:5px 0!important;
/* 236 */ 	margin:5px 0!important;
/* 237 */ }
/* 238 */ 
/* 239 */ ol.cf-ol li ul.cf_li_text_err {
/* 240 */ 	height:1%;
/* 241 */ 	min-height:1%;
/* 242 */ 	margin:0 0 0 100px;
/* 243 */ 	padding:0;
/* 244 */ 	color:#333;
/* 245 */ }
/* 246 */ 
/* 247 */ ol.cf-ol ul.cf_li_text_err li {
/* 248 */ 	background:url(/wp-content/plugins/cforms2/styling/icon-alert.png) no-repeat left 1px!important;
/* 249 */ 	list-style:none!important;
/* 250 */ 	font-weight:bold;

/* cforms.css */

/* 251 */ 	text-indent:0;
/* 252 */ 	margin:0 0 2px!important;
/* 253 */ 	padding-left:15px;
/* 254 */ }
/* 255 */ ol.cf-ol ul.cf_li_text_err li:before {
/* 256 */ 	content:'';
/* 257 */ }
/* 258 */ 
/* 259 */ /*                                                    */
/* 260 */ /* 'visitor verification' related styles              */
/* 261 */ /*                                                    */
/* 262 */ 
/* 263 */ label.secq,
/* 264 */ label.seccap {
/* 265 */ 	vertical-align:text-bottom;
/* 266 */ 	margin-bottom:4px;
/* 267 */ }
/* 268 */ 
/* 269 */ input.secinput {
/* 270 */ 	vertical-align:text-bottom;
/* 271 */ }
/* 272 */ 
/* 273 */ #cforms_captcha6,
/* 274 */ #cforms_captcha5,
/* 275 */ #cforms_captcha4,
/* 276 */ #cforms_captcha3,
/* 277 */ #cforms_captcha2,
/* 278 */ #cforms_captcha {
/* 279 */ 	height:15px;
/* 280 */ 	width:50px;
/* 281 */ 	padding: 4px 4px;
/* 282 */ 	margin: 0;
/* 283 */ }
/* 284 */ 
/* 285 */ img.captcha	{
/* 286 */ 	vertical-align:text-bottom;
/* 287 */ 	margin:0 0 0 10px!important;
/* 288 */ 	padding:0!important;
/* 289 */ 	border:none!important;
/* 290 */ 	float:none!important;
/* 291 */ }
/* 292 */ 
/* 293 */ .captcha-reset {
/* 294 */ 	vertical-align:text-bottom;
/* 295 */ 	color:#666666;
/* 296 */ 	margin:0 0 2px 3px;
/* 297 */ 	width:21px;
/* 298 */ 	height:21px;
/* 299 */ 	border:none;
/* 300 */ }

/* cforms.css */

/* 301 */ 
/* 302 */ img.imgcalendar {
/* 303 */ 	border:none;
/* 304 */ }
/* 305 */ 
/* 306 */ /*                                                    */
/* 307 */ /* change formatting of response msgs here            */
/* 308 */ /*                                                    */
/* 309 */ 
/* 310 */ div.cf_info {
/* 311 */ 	color:#333;
/* 312 */ 	display:none;
/* 313 */ 	padding:10px 15px!important;
/* 314 */ 	width:380px;
/* 315 */ 	line-height:1.3em;
/* 316 */ 	margin:10px auto;
/* 317 */ }
/* 318 */ div.cf_info ol {
/* 319 */ 	margin:0;
/* 320 */ 	padding:5px 15px 0 30px;
/* 321 */ }
/* 322 */ div.cf_info ol li {
/* 323 */ 	padding:1px 0;
/* 324 */ 	margin:2px 0;
/* 325 */ }
/* 326 */ div.cf_info a	{
/* 327 */ 	color:#ad2929!important;
/* 328 */ 	text-decoration:underline!important;
/* 329 */ }
/* 330 */ div.success {
/* 331 */ 	background:#F7F7F7 none repeat scroll 0% 50%;
/* 332 */ 	color:#444444;
/* 333 */ 	display:block;
/* 334 */ }
/* 335 */ div.failure {
/* 336 */ 	display:block;
/* 337 */ 	background:#FFDFDF url(/wp-content/plugins/cforms2/styling/li-err-bg.png) repeat!important;
/* 338 */ 	border-color:#DF7D7D;
/* 339 */ 	border-style:solid;
/* 340 */ 	border-width:1px 0pt;
/* 341 */ }
/* 342 */ div.waiting {
/* 343 */ 	background:#F9F9F9;
/* 344 */ 	color:#AAAAAA;
/* 345 */ 	display:block;
/* 346 */ }
/* 347 */ /*                                                    */
/* 348 */ /*   formatting for invalid user inputs               */
/* 349 */ /*                                                    */
/* 350 */ .cform .cf_error { 

/* cforms.css */

/* 351 */ 	color:#ad2929; 
/* 352 */ 	border:1px solid #ad2929; 
/* 353 */ }
/* 354 */ div.mailerr {
/* 355 */ 	display:block;
/* 356 */ }
/* 357 */ .mailerr,
/* 358 */ .cform .cf_errortxt {
/* 359 */ 	color:#ad2929; 
/* 360 */ }
/* 361 */ 
/* 362 */ /*                                                    */
/* 363 */ /* disabled fields [disabled] does not work on IE!    */
/* 364 */ /*                                                    */
/* 365 */ 
/* 366 */ [disabled] {
/* 367 */ 	color:#dddddd;
/* 368 */ 	border-color:#dddddd!important;
/* 369 */ 	background:none!important;
/* 370 */ }
/* 371 */ .disabled {
/* 372 */ 	border-color:#dddddd!important;
/* 373 */ }
/* 374 */ 
/* 375 */ /*                                                    */
/* 376 */ /* upload box styling                                 */
/* 377 */ /*                                                    */
/* 378 */ .cform input.cf_upload  {
/* 379 */ 	width:220px;
/* 380 */ 	background: #f9f9f9;
/* 381 */ 	border:1px solid #888888;
/* 382 */ }
/* 383 */ 
/* 384 */ /*                                                    */
/* 385 */ /*  Other: browser hacks                              */
/* 386 */ /*                                                    */
/* 387 */ * html .cform fieldset {
/* 388 */ 	position: relative;
/* 389 */ 	margin-top:15px;
/* 390 */ 	padding-top:25px; 
/* 391 */ }
/* 392 */ * html .cform legend { 
/* 393 */ 	position:absolute; 
/* 394 */ 	top: -10px; 
/* 395 */ 	left: 10px; 
/* 396 */ 	margin-left:0;
/* 397 */ }
/* 398 */ *+html .cform fieldset {
/* 399 */ 	position: relative;
/* 400 */ 	margin-top:15px;

/* cforms.css */

/* 401 */ 	padding-top:25px; 
/* 402 */ }
/* 403 */ *+html .cform legend { 
/* 404 */ 	position:absolute; 
/* 405 */ 	top: -10px; 
/* 406 */ 	left: 10px; 
/* 407 */ 	margin-left:0;
/* 408 */ }
/* 409 */ 
/* 410 */ * html ol.cf-ol,
/* 411 */ * html ol.cf-ol li,
/* 412 */ * html span.reqtxt,
/* 413 */ * html span.emailreqtxt { 
/* 414 */ 	display: inline-block;  /*for ie6*/
/* 415 */ }
/* 416 */ *+html .cform label,
/* 417 */ *+html ol.cf-ol,
/* 418 */ *+html ol.cf-ol li,
/* 419 */ *+html span.reqtxt,
/* 420 */ *+html span.emailreqtxt {
/* 421 */ 	display: inline-block; /*for ie7*/
/* 422 */ }
/* 423 */ 
/* 424 */ * html img.captcha {
/* 425 */ 	margin-bottom:1px!important;
/* 426 */ }
/* 427 */ *+html img.captcha {
/* 428 */ 	margin-bottom:1px!important;
/* 429 */ }
/* 430 */ 

/* dashicons.min.css */

/* 1 */ @font-face{font-family:dashicons;src:url(/wp-includes/fonts/dashicons.eot)}@font-face{font-family:dashicons;src:url(data:application/font-woff;charset=utf-8;base64,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) format('woff'),url(/wp-includes/fonts/dashicons.ttf) format("truetype"),url(/wp-includes/fonts/dashicons.svg#dashicons) format("svg");font-weight:400;font-style:normal}.dashicons,.dashicons-before:before{display:inline-block;width:20px;height:20px;font-size:20px;line-height:1;font-family:dashicons;text-decoration:inherit;font-weight:400;font-style:normal;vertical-align:top;text-align:center;-webkit-transition:color .1s ease-in 0;transition:color .1s ease-in 0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.dashicons-menu:before{content:"\f333"}.dashicons-admin-site:before{content:"\f319"}.dashicons-dashboard:before{content:"\f226"}.dashicons-admin-media:before{content:"\f104"}.dashicons-admin-page:before{content:"\f105"}.dashicons-admin-comments:before{content:"\f101"}.dashicons-admin-appearance:before{content:"\f100"}.dashicons-admin-plugins:before{content:"\f106"}.dashicons-admin-users:before{content:"\f110"}.dashicons-admin-tools:before{content:"\f107"}.dashicons-admin-settings:before{content:"\f108"}.dashicons-admin-network:before{content:"\f112"}.dashicons-admin-generic:before{content:"\f111"}.dashicons-admin-home:before{content:"\f102"}.dashicons-admin-collapse:before{content:"\f148"}.dashicons-filter:before{content:"\f536"}.dashicons-admin-customizer:before{content:"\f540"}.dashicons-admin-multisite:before{content:"\f541"}.dashicons-admin-links:before,.dashicons-format-links:before{content:"\f103"}.dashicons-admin-post:before,.dashicons-format-standard:before{content:"\f109"}.dashicons-format-image:before{content:"\f128"}.dashicons-format-gallery:before{content:"\f161"}.dashicons-format-audio:before{content:"\f127"}.dashicons-format-video:before{content:"\f126"}.dashicons-format-chat:before{content:"\f125"}.dashicons-format-status:before{content:"\f130"}.dashicons-format-aside:before{content:"\f123"}.dashicons-format-quote:before{content:"\f122"}.dashicons-welcome-edit-page:before,.dashicons-welcome-write-blog:before{content:"\f119"}.dashicons-welcome-add-page:before{content:"\f133"}.dashicons-welcome-view-site:before{content:"\f115"}.dashicons-welcome-widgets-menus:before{content:"\f116"}.dashicons-welcome-comments:before{content:"\f117"}.dashicons-welcome-learn-more:before{content:"\f118"}.dashicons-image-crop:before{content:"\f165"}.dashicons-image-rotate:before{content:"\f531"}.dashicons-image-rotate-left:before{content:"\f166"}.dashicons-image-rotate-right:before{content:"\f167"}.dashicons-image-flip-vertical:before{content:"\f168"}.dashicons-image-flip-horizontal:before{content:"\f169"}.dashicons-image-filter:before{content:"\f533"}.dashicons-undo:before{content:"\f171"}.dashicons-redo:before{content:"\f172"}.dashicons-editor-bold:before{content:"\f200"}.dashicons-editor-italic:before{content:"\f201"}.dashicons-editor-ul:before{content:"\f203"}.dashicons-editor-ol:before{content:"\f204"}.dashicons-editor-quote:before{content:"\f205"}.dashicons-editor-alignleft:before{content:"\f206"}.dashicons-editor-aligncenter:before{content:"\f207"}.dashicons-editor-alignright:before{content:"\f208"}.dashicons-editor-insertmore:before{content:"\f209"}.dashicons-editor-spellcheck:before{content:"\f210"}.dashicons-editor-distractionfree:before,.dashicons-editor-expand:before{content:"\f211"}.dashicons-editor-contract:before{content:"\f506"}.dashicons-editor-kitchensink:before{content:"\f212"}.dashicons-editor-underline:before{content:"\f213"}.dashicons-editor-justify:before{content:"\f214"}.dashicons-editor-textcolor:before{content:"\f215"}.dashicons-editor-paste-word:before{content:"\f216"}.dashicons-editor-paste-text:before{content:"\f217"}.dashicons-editor-removeformatting:before{content:"\f218"}.dashicons-editor-video:before{content:"\f219"}.dashicons-editor-customchar:before{content:"\f220"}.dashicons-editor-outdent:before{content:"\f221"}.dashicons-editor-indent:before{content:"\f222"}.dashicons-editor-help:before{content:"\f223"}.dashicons-editor-strikethrough:before{content:"\f224"}.dashicons-editor-unlink:before{content:"\f225"}.dashicons-editor-rtl:before{content:"\f320"}.dashicons-editor-break:before{content:"\f474"}.dashicons-editor-code:before{content:"\f475"}.dashicons-editor-paragraph:before{content:"\f476"}.dashicons-editor-table:before{content:"\f535"}.dashicons-align-left:before{content:"\f135"}.dashicons-align-right:before{content:"\f136"}.dashicons-align-center:before{content:"\f134"}.dashicons-align-none:before{content:"\f138"}.dashicons-lock:before{content:"\f160"}.dashicons-unlock:before{content:"\f528"}.dashicons-calendar:before{content:"\f145"}.dashicons-calendar-alt:before{content:"\f508"}.dashicons-visibility:before{content:"\f177"}.dashicons-hidden:before{content:"\f530"}.dashicons-post-status:before{content:"\f173"}.dashicons-edit:before{content:"\f464"}.dashicons-post-trash:before,.dashicons-trash:before{content:"\f182"}.dashicons-sticky:before{content:"\f537"}.dashicons-external:before{content:"\f504"}.dashicons-arrow-up:before{content:"\f142"}.dashicons-arrow-down:before{content:"\f140"}.dashicons-arrow-left:before{content:"\f141"}.dashicons-arrow-right:before{content:"\f139"}.dashicons-arrow-up-alt:before{content:"\f342"}.dashicons-arrow-down-alt:before{content:"\f346"}.dashicons-arrow-left-alt:before{content:"\f340"}.dashicons-arrow-right-alt:before{content:"\f344"}.dashicons-arrow-up-alt2:before{content:"\f343"}.dashicons-arrow-down-alt2:before{content:"\f347"}.dashicons-arrow-left-alt2:before{content:"\f341"}.dashicons-arrow-right-alt2:before{content:"\f345"}.dashicons-leftright:before{content:"\f229"}.dashicons-sort:before{content:"\f156"}.dashicons-randomize:before{content:"\f503"}.dashicons-list-view:before{content:"\f163"}.dashicons-excerpt-view:before,.dashicons-exerpt-view:before{content:"\f164"}.dashicons-grid-view:before{content:"\f509"}.dashicons-hammer:before{content:"\f308"}.dashicons-art:before{content:"\f309"}.dashicons-migrate:before{content:"\f310"}.dashicons-performance:before{content:"\f311"}.dashicons-universal-access:before{content:"\f483"}.dashicons-universal-access-alt:before{content:"\f507"}.dashicons-tickets:before{content:"\f486"}.dashicons-nametag:before{content:"\f484"}.dashicons-clipboard:before{content:"\f481"}.dashicons-heart:before{content:"\f487"}.dashicons-megaphone:before{content:"\f488"}.dashicons-schedule:before{content:"\f489"}.dashicons-wordpress:before{content:"\f120"}.dashicons-wordpress-alt:before{content:"\f324"}.dashicons-pressthis:before{content:"\f157"}.dashicons-update:before{content:"\f463"}.dashicons-screenoptions:before{content:"\f180"}.dashicons-cart:before{content:"\f174"}.dashicons-feedback:before{content:"\f175"}.dashicons-cloud:before{content:"\f176"}.dashicons-translation:before{content:"\f326"}.dashicons-tag:before{content:"\f323"}.dashicons-category:before{content:"\f318"}.dashicons-archive:before{content:"\f480"}.dashicons-tagcloud:before{content:"\f479"}.dashicons-text:before{content:"\f478"}.dashicons-media-archive:before{content:"\f501"}.dashicons-media-audio:before{content:"\f500"}.dashicons-media-code:before{content:"\f499"}.dashicons-media-default:before{content:"\f498"}.dashicons-media-document:before{content:"\f497"}.dashicons-media-interactive:before{content:"\f496"}.dashicons-media-spreadsheet:before{content:"\f495"}.dashicons-media-text:before{content:"\f491"}.dashicons-media-video:before{content:"\f490"}.dashicons-playlist-audio:before{content:"\f492"}.dashicons-playlist-video:before{content:"\f493"}.dashicons-controls-play:before{content:"\f522"}.dashicons-controls-pause:before{content:"\f523"}.dashicons-controls-forward:before{content:"\f519"}.dashicons-controls-skipforward:before{content:"\f517"}.dashicons-controls-back:before{content:"\f518"}.dashicons-controls-skipback:before{content:"\f516"}.dashicons-controls-repeat:before{content:"\f515"}.dashicons-controls-volumeon:before{content:"\f521"}.dashicons-controls-volumeoff:before{content:"\f520"}.dashicons-yes:before{content:"\f147"}.dashicons-no:before{content:"\f158"}.dashicons-no-alt:before{content:"\f335"}.dashicons-plus:before{content:"\f132"}.dashicons-plus-alt:before{content:"\f502"}.dashicons-plus-alt2:before{content:"\f543"}.dashicons-minus:before{content:"\f460"}.dashicons-dismiss:before{content:"\f153"}.dashicons-marker:before{content:"\f159"}.dashicons-star-filled:before{content:"\f155"}.dashicons-star-half:before{content:"\f459"}.dashicons-star-empty:before{content:"\f154"}.dashicons-flag:before{content:"\f227"}.dashicons-info:before{content:"\f348"}.dashicons-warning:before{content:"\f534"}.dashicons-share:before{content:"\f237"}.dashicons-share1:before{content:"\f237"}.dashicons-share-alt:before{content:"\f240"}.dashicons-share-alt2:before{content:"\f242"}.dashicons-twitter:before{content:"\f301"}.dashicons-rss:before{content:"\f303"}.dashicons-email:before{content:"\f465"}.dashicons-email-alt:before{content:"\f466"}.dashicons-facebook:before{content:"\f304"}.dashicons-facebook-alt:before{content:"\f305"}.dashicons-networking:before{content:"\f325"}.dashicons-googleplus:before{content:"\f462"}.dashicons-location:before{content:"\f230"}.dashicons-location-alt:before{content:"\f231"}.dashicons-camera:before{content:"\f306"}.dashicons-images-alt:before{content:"\f232"}.dashicons-images-alt2:before{content:"\f233"}.dashicons-video-alt:before{content:"\f234"}.dashicons-video-alt2:before{content:"\f235"}.dashicons-video-alt3:before{content:"\f236"}.dashicons-vault:before{content:"\f178"}.dashicons-shield:before{content:"\f332"}.dashicons-shield-alt:before{content:"\f334"}.dashicons-sos:before{content:"\f468"}.dashicons-search:before{content:"\f179"}.dashicons-slides:before{content:"\f181"}.dashicons-analytics:before{content:"\f183"}.dashicons-chart-pie:before{content:"\f184"}.dashicons-chart-bar:before{content:"\f185"}.dashicons-chart-line:before{content:"\f238"}.dashicons-chart-area:before{content:"\f239"}.dashicons-groups:before{content:"\f307"}.dashicons-businessman:before{content:"\f338"}.dashicons-id:before{content:"\f336"}.dashicons-id-alt:before{content:"\f337"}.dashicons-products:before{content:"\f312"}.dashicons-awards:before{content:"\f313"}.dashicons-forms:before{content:"\f314"}.dashicons-testimonial:before{content:"\f473"}.dashicons-portfolio:before{content:"\f322"}.dashicons-book:before{content:"\f330"}.dashicons-book-alt:before{content:"\f331"}.dashicons-download:before{content:"\f316"}.dashicons-upload:before{content:"\f317"}.dashicons-backup:before{content:"\f321"}.dashicons-clock:before{content:"\f469"}.dashicons-lightbulb:before{content:"\f339"}.dashicons-microphone:before{content:"\f482"}.dashicons-desktop:before{content:"\f472"}.dashicons-tablet:before{content:"\f471"}.dashicons-smartphone:before{content:"\f470"}.dashicons-phone:before{content:"\f525"}.dashicons-smiley:before{content:"\f328"}.dashicons-index-card:before{content:"\f510"}.dashicons-carrot:before{content:"\f511"}.dashicons-building:before{content:"\f512"}.dashicons-store:before{content:"\f513"}.dashicons-album:before{content:"\f514"}.dashicons-palmtree:before{content:"\f527"}.dashicons-tickets-alt:before{content:"\f524"}.dashicons-money:before{content:"\f526"}.dashicons-thumbs-up:before{content:"\f529"}.dashicons-thumbs-down:before{content:"\f542"}.dashicons-layout:before{content:"\f538"}

/* buttons-yellow.css */

/* 1   */ .theiaPostSlider_nav {
/* 2   */   margin: 16px 0; }
/* 3   */   .theiaPostSlider_nav > * {
/* 4   */     vertical-align: middle; }
/* 5   */   .theiaPostSlider_nav ._title {
/* 6   */     font-weight: bold; }
/* 7   */     .theiaPostSlider_nav ._title * {
/* 8   */       display: inline;
/* 9   */       padding: 0;
/* 10  */       margin: 0; }
/* 11  */     .theiaPostSlider_nav ._title ._helper {
/* 12  */       color: #888; }
/* 13  */   .theiaPostSlider_nav ._buttons {
/* 14  */     -webkit-user-select: none;
/* 15  */     -moz-user-select: none;
/* 16  */     user-select: none; }
/* 17  */     .theiaPostSlider_nav ._buttons > * {
/* 18  */       display: inline-block;
/* 19  */       vertical-align: middle; }
/* 20  */     .theiaPostSlider_nav ._buttons ._text {
/* 21  */       margin: 0 10px; }
/* 22  */   .theiaPostSlider_nav ._prev, .theiaPostSlider_nav ._next {
/* 23  */     cursor: pointer;
/* 24  */     overflow: hidden;
/* 25  */     font-size: 0;
/* 26  */     text-indent: -9999px;
/* 27  */     transition: none !important;
/* 28  */     -moz-transition: none !important;
/* 29  */     -o-transition: none !important;
/* 30  */     -webkit-transition: none !important; }
/* 31  */   .theiaPostSlider_nav ._disabled {
/* 32  */     cursor: default; }
/* 33  */   .theiaPostSlider_nav._left ._buttons, .theiaPostSlider_nav._right ._buttons {
/* 34  */     display: inline-block; }
/* 35  */   .theiaPostSlider_nav._left {
/* 36  */     text-align: left; }
/* 37  */     .theiaPostSlider_nav._left ._title {
/* 38  */       float: right; }
/* 39  */   .theiaPostSlider_nav._center {
/* 40  */     text-align: center; }
/* 41  */   .theiaPostSlider_nav._right {
/* 42  */     text-align: right; }
/* 43  */     .theiaPostSlider_nav._right ._title {
/* 44  */       float: left; }
/* 45  */ 
/* 46  */ .theiaPostSlider_slides {
/* 47  */   list-style: none;
/* 48  */   overflow: hidden;
/* 49  */   position: relative;
/* 50  */   margin: 0;

/* buttons-yellow.css */

/* 51  */   padding: 0; }
/* 52  */   .theiaPostSlider_slides > div {
/* 53  */     overflow: hidden; }
/* 54  */ 
/* 55  */ .theiaPostSlider_nav ._title {
/* 56  */   line-height: 31px;
/* 57  */   height: 31px; }
/* 58  */ .theiaPostSlider_nav ._prev, .theiaPostSlider_nav ._next {
/* 59  */   text-shadow: 0 0 2px rgba(0, 0, 0, 0.9), 0 0 2px rgba(0, 0, 0, 0.9);
/* 60  */   font-size: 14px;
/* 61  */   text-indent: 0;
/* 62  */   color: #fff;
/* 63  */   font-weight: bold;
/* 64  */   text-align: center;
/* 65  */   line-height: 1;
/* 66  */   white-space: nowrap;
/* 67  */   text-decoration: none; }
/* 68  */   .theiaPostSlider_nav ._prev span, .theiaPostSlider_nav ._next span {
/* 69  */     display: inline-block;
/* 70  */     height: 23px;
/* 71  */     padding-top: 8px;
/* 72  */     vertical-align: middle;
/* 73  */     color: #fff; }
/* 74  */   .theiaPostSlider_nav ._prev:active span, .theiaPostSlider_nav ._prev._active span, .theiaPostSlider_nav ._next:active span, .theiaPostSlider_nav ._next._active span {
/* 75  */     padding-top: 9px;
/* 76  */     height: 22px; }
/* 77  */   .theiaPostSlider_nav ._prev._disabled span, .theiaPostSlider_nav ._next._disabled span {
/* 78  */     height: 23px;
/* 79  */     padding-top: 8px; }
/* 80  */ .theiaPostSlider_nav ._prev ._1 {
/* 81  */   width: 20px;
/* 82  */   background: url('/wp-content/plugins/theia-post-slider/images/buttons-yellow-s5a4eb2e6fd.png') 0 -93px; }
/* 83  */ .theiaPostSlider_nav ._prev ._2 {
/* 84  */   padding-left: 3px;
/* 85  */   padding-right: 5px;
/* 86  */   background: url('/wp-content/plugins/theia-post-slider/images/buttons-yellow-s5a4eb2e6fd.png') 0 -589px repeat-x; }
/* 87  */ .theiaPostSlider_nav ._prev ._3 {
/* 88  */   width: 7px;
/* 89  */   background: url('/wp-content/plugins/theia-post-slider/images/buttons-yellow-s5a4eb2e6fd.png') 0 -341px; }
/* 90  */ .theiaPostSlider_nav ._prev:hover ._1 {
/* 91  */   background: url('/wp-content/plugins/theia-post-slider/images/buttons-yellow-s5a4eb2e6fd.png') 0 -155px; }
/* 92  */ .theiaPostSlider_nav ._prev:hover ._2 {
/* 93  */   background: url('/wp-content/plugins/theia-post-slider/images/buttons-yellow-s5a4eb2e6fd.png') 0 -620px repeat-x; }
/* 94  */ .theiaPostSlider_nav ._prev:hover ._3 {
/* 95  */   background: url('/wp-content/plugins/theia-post-slider/images/buttons-yellow-s5a4eb2e6fd.png') 0 -403px; }
/* 96  */ .theiaPostSlider_nav ._prev:active ._1, .theiaPostSlider_nav ._prev._active ._1 {
/* 97  */   background: url('/wp-content/plugins/theia-post-slider/images/buttons-yellow-s5a4eb2e6fd.png') 0 -31px; }
/* 98  */ .theiaPostSlider_nav ._prev:active ._2, .theiaPostSlider_nav ._prev._active ._2 {
/* 99  */   background: url('/wp-content/plugins/theia-post-slider/images/buttons-yellow-s5a4eb2e6fd.png') 0 -496px repeat-x; }
/* 100 */ .theiaPostSlider_nav ._prev:active ._3, .theiaPostSlider_nav ._prev._active ._3 {

/* buttons-yellow.css */

/* 101 */   background: url('/wp-content/plugins/theia-post-slider/images/buttons-yellow-s5a4eb2e6fd.png') 0 -248px; }
/* 102 */ .theiaPostSlider_nav ._prev._disabled ._1 {
/* 103 */   background: url('/wp-content/plugins/theia-post-slider/images/buttons-yellow-s5a4eb2e6fd.png') 0 -186px; }
/* 104 */ .theiaPostSlider_nav ._prev._disabled ._2 {
/* 105 */   background: url('/wp-content/plugins/theia-post-slider/images/buttons-yellow-s5a4eb2e6fd.png') 0 -713px repeat-x; }
/* 106 */ .theiaPostSlider_nav ._prev._disabled ._3 {
/* 107 */   background: url('/wp-content/plugins/theia-post-slider/images/buttons-yellow-s5a4eb2e6fd.png') 0 -434px; }
/* 108 */ .theiaPostSlider_nav ._next ._1 {
/* 109 */   width: 7px;
/* 110 */   background: url('/wp-content/plugins/theia-post-slider/images/buttons-yellow-s5a4eb2e6fd.png') 0 -372px; }
/* 111 */ .theiaPostSlider_nav ._next ._2 {
/* 112 */   padding-left: 5px;
/* 113 */   padding-right: 3px;
/* 114 */   background: url('/wp-content/plugins/theia-post-slider/images/buttons-yellow-s5a4eb2e6fd.png') 0 -558px repeat-x; }
/* 115 */ .theiaPostSlider_nav ._next ._3 {
/* 116 */   width: 20px;
/* 117 */   background: url('/wp-content/plugins/theia-post-slider/images/buttons-yellow-s5a4eb2e6fd.png') 0 -62px; }
/* 118 */ .theiaPostSlider_nav ._next:hover ._1 {
/* 119 */   background: url('/wp-content/plugins/theia-post-slider/images/buttons-yellow-s5a4eb2e6fd.png') 0 -310px; }
/* 120 */ .theiaPostSlider_nav ._next:hover ._2 {
/* 121 */   background: url('/wp-content/plugins/theia-post-slider/images/buttons-yellow-s5a4eb2e6fd.png') 0 -651px repeat-x; }
/* 122 */ .theiaPostSlider_nav ._next:hover ._3 {
/* 123 */   background: url('/wp-content/plugins/theia-post-slider/images/buttons-yellow-s5a4eb2e6fd.png') 0 -124px; }
/* 124 */ .theiaPostSlider_nav ._next:active ._1, .theiaPostSlider_nav ._next._active ._1 {
/* 125 */   background: url('/wp-content/plugins/theia-post-slider/images/buttons-yellow-s5a4eb2e6fd.png') 0 -279px; }
/* 126 */ .theiaPostSlider_nav ._next:active ._2, .theiaPostSlider_nav ._next._active ._2 {
/* 127 */   background: url('/wp-content/plugins/theia-post-slider/images/buttons-yellow-s5a4eb2e6fd.png') 0 -527px repeat-x; }
/* 128 */ .theiaPostSlider_nav ._next:active ._3, .theiaPostSlider_nav ._next._active ._3 {
/* 129 */   background: url('/wp-content/plugins/theia-post-slider/images/buttons-yellow-s5a4eb2e6fd.png') 0 0; }
/* 130 */ .theiaPostSlider_nav ._next._disabled ._1 {
/* 131 */   background: url('/wp-content/plugins/theia-post-slider/images/buttons-yellow-s5a4eb2e6fd.png') 0 -465px; }
/* 132 */ .theiaPostSlider_nav ._next._disabled ._2 {
/* 133 */   background: url('/wp-content/plugins/theia-post-slider/images/buttons-yellow-s5a4eb2e6fd.png') 0 -682px repeat-x; }
/* 134 */ .theiaPostSlider_nav ._next._disabled ._3 {
/* 135 */   background: url('/wp-content/plugins/theia-post-slider/images/buttons-yellow-s5a4eb2e6fd.png') 0 -217px; }
/* 136 */ 
/* 137 */ .theiaPostSlider_nav ._prev, .theiaPostSlider_nav ._next {
/* 138 */   text-shadow: 0 0 2px rgba(255, 255, 255, 0.9), 0 0 2px rgba(255, 255, 255, 0.9); }
/* 139 */   .theiaPostSlider_nav ._prev span, .theiaPostSlider_nav ._next span {
/* 140 */     color: #000; }
/* 141 */ 

/* twitter-feed.css */

/* 1  */ .wpt-left {
/* 2  */     float: left;
/* 3  */     margin-right: 10px;
/* 4  */ }
/* 5  */ 
/* 6  */ .wpt-right {
/* 7  */     float: right;
/* 8  */     margin-left: 10px;
/* 9  */ }
/* 10 */ 
/* 11 */ .wpt-twitter-name {
/* 12 */     font-size: 120%;
/* 13 */     line-height: 1;
/* 14 */ }
/* 15 */ 
/* 16 */ .wpt-tweet-time {
/* 17 */     font-size: 90%;
/* 18 */ }
/* 19 */ 
/* 20 */ .wpt-intents-border {
/* 21 */     border-top: 1px solid;
/* 22 */     opacity: .3;
/* 23 */     margin: 5px 0;
/* 24 */ }
/* 25 */ 
/* 26 */ .wpt-intents {
/* 27 */     padding: 0 0 5px;
/* 28 */     text-align: center;
/* 29 */ }
/* 30 */ 
/* 31 */ .wpt-twitter-image {
/* 32 */ 	width: 100%;
/* 33 */ 	height: auto;
/* 34 */ }
/* 35 */ 
/* 36 */ .wpt-intents a span {
/* 37 */     width: 16px;
/* 38 */     height: 16px;
/* 39 */     display: inline-block;
/* 40 */     margin-right: 3px;
/* 41 */     position: relative;
/* 42 */     top: 2px;
/* 43 */ }
/* 44 */ 
/* 45 */ .wpt-intents .wpt-reply span {
/* 46 */     background: url(/wp-content/plugins/wp-to-twitter/images/spritev2.png) 0px;
/* 47 */ }
/* 48 */ 
/* 49 */ .wpt-intents .wpt-retweet span {
/* 50 */     background: url(/wp-content/plugins/wp-to-twitter/images/spritev2.png) -80px;

/* twitter-feed.css */

/* 51 */ }
/* 52 */ 
/* 53 */ .wpt-intents .wpt-favorite span {
/* 54 */     background: url(/wp-content/plugins/wp-to-twitter/images/spritev2.png) -32px;
/* 55 */ }
/* 56 */ 
/* 57 */ .wpt-intents .wpt-reply:hover span, .wpt-intents .wpt-reply:focus span {
/* 58 */     background-position: -16px;
/* 59 */ }
/* 60 */ 
/* 61 */ .wpt-intents .wpt-retweet:hover span, .wpt-intents .wpt-retweet:focus span {
/* 62 */     background-position: -96px;
/* 63 */ }
/* 64 */ 
/* 65 */ .wpt-intents .wpt-favorite:hover span, .wpt-intents .wpt-favorite:focus span {
/* 66 */     background-position: -48px;
/* 67 */ }
/* 68 */ 
/* 69 */ .retweeted .wpt-intents .wpt-retweet span {
/* 70 */     background-position: -112px;
/* 71 */ }
/* 72 */ 
/* 73 */ .favorited .wpt-intents .wpt-favorite span {
/* 74 */     background-position: -64px;
/* 75 */ }
/* 76 */ 
/* 77 */ .wpt-intents a span.intent-text {
/* 78 */ 	width: auto;
/* 79 */ 	height: auto;
/* 80 */ 	margin: 0;
/* 81 */ 	top: 0;
/* 82 */ 	background: none;
/* 83 */ }

/* pagenavi-css.css */

/* 1  */ /*
/* 2  *| Default style for WP-PageNavi plugin
/* 3  *| 
/* 4  *| http://wordpress.org/extend/plugins/wp-pagenavi/
/* 5  *| */
/* 6  */ 
/* 7  */ .wp-pagenavi {
/* 8  */ 	clear: both;
/* 9  */ }
/* 10 */ 
/* 11 */ .wp-pagenavi a, .wp-pagenavi span {
/* 12 */ 	text-decoration: none;
/* 13 */ 	border: 1px solid #BFBFBF;
/* 14 */ 	padding: 3px 5px;
/* 15 */ 	margin: 2px;
/* 16 */ }
/* 17 */ 
/* 18 */ .wp-pagenavi a:hover, .wp-pagenavi span.current {
/* 19 */ 	border-color: #000;
/* 20 */ }
/* 21 */ 
/* 22 */ .wp-pagenavi span.current {
/* 23 */ 	font-weight: bold;
/* 24 */ }
/* 25 */ 
