
/* style.css */

/* 1    */ /* 
/* 2    *| Theme Name: Friends With Both Arms
/* 3    *| Theme URI: http://www.friendswithbotharms.com
/* 4    *| Description: This is the working theme for Friends With Both Arms.
/* 5    *| Version: 0.1
/* 6    *| Author: Nada Alic
/* 7    *| Author URL:
/* 8    *| Copyright: this template may not be used for personal or commercial use without authorization from the author.
/* 9    *| */
/* 10   */ 
/* 11   */ /*---------------- container ----------------*/
/* 12   */      body{
/* 13   */      background-image: url(http://friendswithbotharms.com/wp-content/uploads/bg2.png); 
/* 14   */      background-repeat: repeat;
/* 15   */      margin-bottom: 0px;
/* 16   */      margin-top: 0px;
/* 17   */      font-family:arial, sans-serif;
/* 18   */      color:#000;
/* 19   */      font-size:12px;
/* 20   */      font-weight:normal;
/* 21   */      margin-right: 0px;
/* 22   */      margin-left: 0px;
/* 23   */      line-height: 15px;
/* 24   */      }
/* 25   */ 
/* 26   */      *{
/* 27   */      padding: 0;
/* 28   */      margin: 0;
/* 29   */      }
/* 30   */     
/* 31   */      #upbg {
/* 32   */      position: absolute;
/* 33   */      top: 0;
/* 34   */      left: 0;
/* 35   */      background: #fff url(/wp-content/themes/terrafirma/images/upbg.gif) no-repeat;
/* 36   */      width: 1000px;
/* 37   */      height: 0px;
/* 38   */      z-index: 1;
/* 39   */      }
/* 40   */ 
/* 41   */      #outer{
/* 42   */      position: relative;
/* 43   */      width: 1000px;
/* 44   */      margin: 0 auto;
/* 45   */      top: -30px;
/* 46   */      background: #fff;
/* 47   */      }
/* 48   */ 
/* 49   */      #inner{
/* 50   */      position: relative;

/* style.css */

/* 51   */      padding: 13px 30px 13px 30px;
/* 52   */      z-index: 2;
/* 53   */      }
/* 54   */     
/* 55   */      a img {
/* 56   */        border-width:0;
/* 57   */        }
/* 58   */ 
/* 59   */ /*---------------- links ----------------*/         
/* 60   */      A, A:link{
/* 61   */      color:#000;
/* 62   */      background:transparent;
/* 63   */      text-decoration:underline;
/* 64   */      }
/* 65   */     
/* 66   */      A:active, A:hover, .posted A:hover{
/* 67   */      color:#FFFFFF;
/* 68   */      background:#000000;
/* 69   */      }
/* 70   */ 
/* 71   */ /*---------------- banner ----------------*/         
/* 72   */      #banner{
/* 73   */      width:1000px;
/* 74   */      height:100px;
/* 75   */      background: #fff;
/* 76   */      margin-right: auto;
/* 77   */      margin-left: auto;
/* 78   */      position:relative; 
/* 79   */      top: -30px;
/* 80   */      overflow: hidden;
/* 81   */      }
/* 82   */ 
/* 83   */ /*---------------- menu ----------------*/    
/* 84   */      #menu{
/* 85   */      vertical-align:middle;
/* 86   */      text-align:right;
/* 87   */      height:28px;
/* 88   */      width:1000px;
/* 89   */      margin-right: auto;
/* 90   */      margin-left: auto;
/* 91   */      z-index:100; 
/* 92   */      position:relative;
/* 93   */      background: none;
/* 94   */      }
/* 95   */ 
/* 96   */      .navmenu {
/* 97   */      font-family:'Lekton';
/* 98   */      font-color:#000000;
/* 99   */      font-size:16px;
/* 100  */      text-transform: uppercase;

/* style.css */

/* 101  */      padding: 4px 9px 4px 9px;
/* 102  */      height:20px;
/* 103  */      line-height: 26px;
/* 104  */      float: right;
/* 105  */      vertical-align:baseline;
/* 106  */      word-spacing: 1px;
/* 107  */      }
/* 108  */     
/* 109  */      .navmenu ul {margin: 0; padding: 0;
/* 110  */      list-style-type: none; list-style-image: none; }
/* 111  */     .navmenu li {display: inline;
/* 112  */      }
/* 113  */     
/* 114  */     
/* 115  */      .navmenu_search {
/* 116  */      float: right;
/* 117  */      font-family:Helvetica, Verdana, Arial, sans-serif;
/* 118  */      font-color:#000000;
/* 119  */      font-size:12px;
/* 120  */      font-weight: lighter;
/* 121  */      text-transform: uppercase;
/* 122  */      vertical-align:middle;
/* 123  */      padding-top:1px;
/* 124  */      }
/* 125  */     
/* 126  */      .navmenu a:link, .navmenu a:visited{
/* 127  */      color:#000000;
/* 128  */      text-decoration:none;
/* 129  */      }
/* 130  */     
/* 131  */      .navmenu A:active, .navmenu A:hover, .navmenu A:hover{
/* 132  */      color:#FFFFFF;
/* 133  */      background:#000000;
/* 134  */      }
/* 135  */ 
/* 136  */ 
/* 137  */ /*---------------- basic text ----------------*/
/* 138  */ 
/* 139  */      .tag_cloud {
/* 140  */      font-style: italic;
/* 141  */      line-height: 15px;
/* 142  */      margin-top: 20px;
/* 143  */      text-align: justify;
/* 144  */      clear: both;
/* 145  */      font-family: Helvetica, Arial, sans-serif;
/* 146  */         }
/* 147  */ 
/* 148  */            p {
/* 149  */      margin-bottom: 14px;
/* 150  */      }

/* style.css */

/* 151  */ 
/* 152  */      ul, ol {
/* 153  */      margin:1em;
/* 154  */      padding:0;
/* 155  */      }
/* 156  */ 
/* 157  */      li {
/* 158  */      margin:0 1em;
/* 159  */      padding:0;
/* 160  */      }
/* 161  */ 
/* 162  */      blockquote {
/* 163  */      margin:10px;
/* 164  */      padding-left:5px;
/* 165  */      font-style: italic;
/* 166  */      color: #666666;
/* 167  */      }
/* 168  */ 
/* 169  */      fieldset {
/* 170  */      border:none;
/* 171  */      }
/* 172  */ 
/* 173  */      img.left{
/* 174  */      float: left;
/* 175  */      margin: 0 14px 3px 0;
/* 176  */      }
/* 177  */ 
/* 178  */      img.right{
/* 179  */      float: right;
/* 180  */      margin: 0 14px 3px 0;
/* 181  */      }
/* 182  */ 
/* 183  */ 
/* 184  */ /*---------------- text headers ----------------*/
/* 185  */      h1,h2,h3,h4,h5,h6 {
/* 186  */      font-family: 'Raleway', cursive;
/* 187  */      }
/* 188  */     
/* 189  */      #content .post .header {
/* 190  */      margin-bottom: 0px;
/* 191  */      position: relative;
/* 192  */      background-image: url(/wp-content/themes/terrafirma/images/post_x.gif);
/* 193  */      background-repeat: no-repeat;
/* 194  */      height: 56px;
/* 195  */      padding-right: 0;
/* 196  */      padding-left: 0px;
/* 197  */      }
/* 198  */ 
/* 199  */      #content h2 {
/* 200  */      position: relative;

/* style.css */

/* 201  */      font-size: 18px;
/* 202  */      line-height: 18px;
/* 203  */      font-weight: bold;
/* 204  */      text-transform:
/* 205  */      border-bottom-width: 1px;
/* 206  */      border-bottom-style: solid;
/* 207  */      border-bottom-color: #000;
/* 208  */      margin-bottom:5px;
/* 209  */ }
/* 210  */ 
/* 211  */     
/* 212  */      #page_content h3 {
/* 213  */      position: relative;
/* 214  */      top: 4px;
/* 215  */      font-size: 26px;
/* 216  */      line-height: 26px;
/* 217  */      color: #000;
/* 218  */      font-weight: bold;
/* 219  */      text-transform: uppercase;
/* 220  */      font-style: italic;
/* 221  */      }
/* 222  */     
/* 223  */      #page_content h3 a:link, #page_content h3 a:visited {
/* 224  */      border-bottom:none;
/* 225  */      color:#000000;
/* 226  */      text-decoration: none;
/* 227  */      }
/* 228  */ 
/* 229  */      #page_content h3 a:hover,#page_content h3 a:active {
/* 230  */      background: #000000; color: #ffffff;
/* 231  */      text-decoration: none;
/* 232  */      }
/* 233  */     
/* 234  */      #content h3 {
/* 235  */      position: relative;
/* 236  */      top: 4px;
/* 237  */      font-family: 'Raleway', cursive;
/* 238  */      line-height: 26px;
/* 239  */      color: #000;
/* 240  */      font-size: 20px;
/* 241  */ text-transform: uppercase;
/* 242  */      }
/* 243  */ 
/* 244  */      #original_content h3 {
/* 245  */      position: relative;
/* 246  */      font-family: 'Raleway', cursive;
/* 247  */      font-size: 14px;
/* 248  */      line-height: 20px;
/* 249  */      color: #000;
/* 250  */      font-weight: bold;

/* style.css */

/* 251  */      text-transform: uppercase;
/* 252  */      font-style: italic;
/* 253  */      top:-115px;
/* 254  */      margin-bottom:30px;
/* 255  */      margin-top:0px;
/* 256  */      padding-left:5px;
/* 257  */      }
/* 258  */     
/* 259  */      .original_content_bg {
/* 260  */      position: relative;
/* 261  */      height:40px;
/* 262  */      top:-80px;
/* 263  */      background-color:#FFF;
/* 264  */      opacity:0.5;
/* 265  */      }
/* 266  */     
/* 267  */      .original_date {
/* 268  */      position: relative;
/* 269  */      top:-150px;
/* 270  */      padding-left:5px;
/* 271  */      }
/* 272  */     
/* 273  */      #original_content h3 a:link, #original_content h3 a:visited {
/* 274  */      border-bottom:none;
/* 275  */      color:#000000;
/* 276  */      text-decoration: none;
/* 277  */      }
/* 278  */ 
/* 279  */      #original_content h3 a:hover,#original_content h3 a:active {
/* 280  */      background: #000000; color: #ffffff;
/* 281  */      text-decoration: none;
/* 282  */      }
/* 283  */ 
/* 284  */      #content h3 a:link, #content h3 a:visited {
/* 285  */      border-bottom:none;
/* 286  */      color:#000000;
/* 287  */      text-decoration: none;
/* 288  */      }
/* 289  */ 
/* 290  */      #content h3 a:hover,#content h3 a:active {
/* 291  */      background: #000000; color: #ffffff;
/* 292  */      text-decoration: none;
/* 293  */      }
/* 294  */     
/* 295  */      #content .post h4 {
/* 296  */      font-size:1em;
/* 297  */      font-weight:normal;
/* 298  */      font-family:Verdana, Tahoma, Arial, Serif;
/* 299  */      }
/* 300  */ 

/* style.css */

/* 301  */      #content .post h4 em {
/* 302  */      font-style:normal;
/* 303  */      float:right;
/* 304  */      font-weight:normal;
/* 305  */      }
/* 306  */          
/* 307  */      .archive_titles {
/* 308  */      position: relative;
/* 309  */      top: 4px;
/* 310  */      font-size: 26px;
/* 311  */      line-height: 26px;
/* 312  */      color: #000;
/* 313  */      font-weight: bold;
/* 314  */      text-transform: uppercase;
/* 315  */      font-style: italic;
/* 316  */      margin-bottom: 15px;
/* 317  */      font-family: Helvetica, Arial, sans-serif;
/* 318  */      }
/* 319  */ 
/* 320  */ /*---------------- content layout ----------------*/
/* 321  */      #content{
/* 322  */      position: left;
/* 323  */      width: 650px;
/* 324  */      float: left;
/* 325  */      padding-left: 15px;
/* 326  */      padding-top: 12px;
/* 327  */      }
/* 328  */     
/* 329  */      #original_content{
/* 330  */      position: relative;
/* 331  */      width: 1000px;
/* 332  */      float: left;
/* 333  */      }
/* 334  */ 
/* 335  */      #content ul {
/* 336  */     margin:1em;
/* 337  */     padding:0 1em;
/* 338  */     list-style-type:square;   
/* 339  */      }
/* 340  */ 
/* 341  */      #content ol {
/* 342  */     list-style-type:decimal;
/* 343  */     margin:1em;
/* 344  */     padding:0 1em;
/* 345  */      }
/* 346  */ 
/* 347  */      #content .entry{
/* 348  */      padding: 0 0px;
/* 349  */      margin-bottom: 10px;
/* 350  */      }

/* style.css */

/* 351  */ 
/* 352  */      #content .post{
/* 353  */      margin-bottom: 20px;
/* 354  */      }
/* 355  */     
/* 356  */      #content object.flashvideo {width:650px;}
/* 357  */     
/* 358  */      #content iframe {width:650px;height:473px;clear:both;margin-bottom:0px;}
/* 359  */ 
/* 360  */ 
/* 361  */ /*---------------- content date ----------------*/
/* 362  */      .date{
/* 363  */      float:left;
/* 364  */      color:#000;
/* 365  */      padding:0;
/* 366  */      font-family: 'Raleway', cursive;
/* 367  */      clear: both;
/* 368  */      margin-top: 2px;
/* 369  */      text-transform: uppercase;
/* 370  */      letter-spacing: .1em;
/* 371  */      }
/* 372  */ 
/* 373  */      #content .post .date em {
/* 374  */      font-style:normal;
/* 375  */      color:#666;
/* 376  */      font-size: 11px;
/* 377  */      }
/* 378  */ 
/* 379  */      #content .post .date em.user {
/* 380  */      background:url(/wp-content/themes/terrafirma/images/user.png) no-repeat left top;
/* 381  */      padding-left:15px;
/* 382  */      }
/* 383  */ 
/* 384  */      #content .post .date em.postdate {
/* 385  */      background:url(/wp-content/themes/terrafirma/images/date.gif) no-repeat left top;
/* 386  */      padding-left:17px;
/* 387  */      margin-bottom: 5px;
/* 388  */      }
/* 389  */ 
/* 390  */ 
/* 391  */ /*---------------- content entry ----------------*/
/* 392  */      #content .post .entry {
/* 393  */      margin-bottom: 0;
/* 394  */      }
/* 395  */     
/* 396  */      #original_content .post .entry {
/* 397  */      margin-bottom:4px;
/* 398  */      height:221px;
/* 399  */      float:left;
/* 400  */      margin-left:2px;

/* style.css */

/* 401  */      margin-right:2px;
/* 402  */      width:327px;
/* 403  */      padding-left:2px;
/* 404  */      padding-top:2px;
/* 405  */      background-color:#CCC;
/* 406  */      overflow:hidden;
/* 407  */      }
/* 408  */     
/* 409  */      #page_content .post .entry {
/* 410  */      width:1000px;
/* 411  */     
/* 412  */      }
/* 413  */ 
/* 414  */      #content ul.asides {
/* 415  */      background: url(/wp-content/themes/terrafirma/images/a32.gif) repeat-x top;
/* 416  */      list-style:none;
/* 417  */      margin:2em 0;
/* 418  */      padding:0;
/* 419  */      }
/* 420  */ 
/* 421  */      #content ul.asides li{
/* 422  */      list-style:none;
/* 423  */      padding:0.5em 0;    
/* 424  */      }
/* 425  */ 
/* 426  */ 
/* 427  */ 
/* 428  */ /*---------------- content footer ----------------*/
/* 429  */      #content .post .footer{
/* 430  */      height: 20px;
/* 431  */      border-top-width: 3px;
/* 432  */      border-bottom-width: 1px;
/* 433  */      border-top-style: solid;
/* 434  */      border-bottom-style: solid;
/* 435  */      border-top-color: #000;
/* 436  */      border-bottom-color: #000;
/* 437  */      font-size: 10px;
/* 438  */      line-height: 20px;
/* 439  */      margin-bottom: 20px;
/* 440  */      }
/* 441  */ 
/* 442  */      #content .post .footer ul{
/* 443  */      list-style: none;
/* 444  */      text-align:right;
/* 445  */      padding:10px 0;    
/* 446  */      }
/* 447  */ 
/* 448  */      #content .post .footer ul li{
/* 449  */      display: inline;
/* 450  */      background-repeat: no-repeat;

/* style.css */

/* 451  */      background-position: 0 2px;
/* 452  */      padding:3px 0 3px 15px;
/* 453  */      }
/* 454  */ 
/* 455  */      .footer_comments {
/* 456  */      float: right;
/* 457  */      }
/* 458  */     
/* 459  */      .footer_info {
/* 460  */      float: left;
/* 461  */      }
/* 462  */ 
/* 463  */      #content .post .footer ul li.readmore {
/* 464  */      background-image: url(/wp-content/themes/terrafirma/images/a38.gif);
/* 465  */      }
/* 466  */ 
/* 467  */      #content .post .footer a:link,#footer a:visited {
/* 468  */      color: #666666;
/* 469  */      text-decoration:none;    
/* 470  */      border:none;
/* 471  */      }
/* 472  */     
/* 473  */      #content .post .footer a:hover,#footer a:active {
/* 474  */      color: #000000;
/* 475  */      text-decoration:none;    
/* 476  */      border:none;
/* 477  */      }
/* 478  */     
/* 479  */     
/* 480  */ /*---------------- sidebar layout ----------------*/
/* 481  */      #sidebar{
/* 482  */      position: relative;
/* 483  */      width: 300px;
/* 484  */      float: right;
/* 485  */      color: #000000;
/* 486  */      padding-top: 10px;
/* 487  */      padding-right:20px;
/* 488  */      text-decoration: none;
/* 489  */      }
/* 490  */ 
/* 491  */      .about2{
/* 492  */      font-family: serif;
/* 493  */      font-size: 13px;
/* 494  */      }
/* 495  */ 
/* 496  */      #sidebar h1{
/* 497  */      position: relative;
/* 498  */      font-size: 14px;
/* 499  */      color: #000000;
/* 500  */      padding:10px 0 10px;

/* style.css */

/* 501  */      margin: 10px 0 0px;
/* 502  */      text-transform:uppercase;
/* 503  */      text-align:left;
/* 504  */      font-family: 'Raleway', cursive;
/* 505  */      border-top-width: 3px;
/* 506  */      border-top-style: solid;
/* 507  */      border-top-color: #000000;
/* 508  */      border-bottom-width: 3px;
/* 509  */      border-bottom-style: solid;
/* 510  */      border-bottom-color: #000000;
/* 511  */      font-style: none;
/* 512  */      }
/* 513  */ 
/* 514  */      #sidebar h2{
/* 515  */      position: relative;
/* 516  */      font-size: 14px;
/* 517  */      color: #000000;
/* 518  */      padding:0 0 10px;
/* 519  */      margin: 10px 0 0px;
/* 520  */      text-transform:uppercase;
/* 521  */      text-align:left;
/* 522  */      font-family: 'Raleway', cursive;
/* 523  */      border-bottom-width: 3px;
/* 524  */      border-bottom-style: solid;
/* 525  */      border-bottom-color: #000000;
/* 526  */      font-style: none;
/* 527  */      }
/* 528  */ 
/* 529  */      #sidebar li ul li h2 {
/* 530  */      padding:0 0 5px 0 ;
/* 531  */      margin-bottom: 10px;
/* 532  */      }
/* 533  */ 
/* 534  */      #sidebar ul {
/* 535  */      list-style:none;
/* 536  */      padding: 0 0px;
/* 537  */      margin: 0 0 20px;
/* 538  */      }
/* 539  */     
/* 540  */      #sidebar ul li {
/* 541  */      list-style:none;
/* 542  */      padding: 1px 0;
/* 543  */      margin:0;
/* 544  */      font-size: 11px;
/* 545  */      color: #000000;
/* 546  */      }
/* 547  */ 
/* 548  */      #sidebar ul ul {
/* 549  */      padding: 0 0 0 0px;
/* 550  */      margin:0;

/* style.css */

/* 551  */      }
/* 552  */ 
/* 553  */      #sidebar ul ul ul li {
/* 554  */      list-style-image:url(/wp-content/themes/terrafirma/images/arrow.gif);
/* 555  */      padding: 3px 0;    
/* 556  */      margin:0;
/* 557  */      }
/* 558  */ 
/* 559  */      #sidebar a:link,#sidebar a:visited {
/* 560  */      color: #000000;
/* 561  */      text-decoration: none;
/* 562  */      }
/* 563  */ 
/* 564  */      #sidebar a:hover, #sidebar a:active {
/* 565  */      color:#FFFFFF;
/* 566  */      background:#000000;
/* 567  */      text-align:left;
/* 568  */      }
/* 569  */ 
/* 570  */      #sidebar ul.feeds li {
/* 571  */      background:url(/wp-content/themes/terrafirma/images/feed.gif) no-repeat left;
/* 572  */      padding:2px 0px 2px 17px;    
/* 573  */      margin:0;
/* 574  */ }
/* 575  */ 
/* 576  */ 
/* 577  */      .archives {
/* 578  */      float: left;
/* 579  */      width: 110px;
/* 580  */      padding-right: 5px;
/* 581  */      }
/* 582  */ 
/* 583  */      #splash{
/* 584  */      position: absolute;
/* 585  */      right: 30px;
/* 586  */      background: #EAEAE2 url(/wp-content/themes/terrafirma/images/a10.jpg) no-repeat;
/* 587  */      width: 458px;
/* 588  */      height: 92px;
/* 589  */      float: left;
/* 590  */      margin-right: 5px;
/* 591  */      margin-bottom: 5px;
/* 592  */      margin-left: 5px;
/* 593  */      }
/* 594  */ 
/* 595  */ 
/* 596  */ /*---------------- flickr ----------------*/
/* 597  */      .flickr {
/* 598  */      clear: both;
/* 599  */      float: left;
/* 600  */      }

/* style.css */

/* 601  */     
/* 602  */      .filckr img {
/* 603  */      border-width:0;
/* 604  */      padding: 0px;
/* 605  */      margin-right: 5px;
/* 606  */      margin-bottom: 5px;
/* 607  */      margin-left: 5px;
/* 608  */        }
/* 609  */ 
/* 610  */      .flickr_title {
/* 611  */      font-size: 10px;
/* 612  */      color: #CCCCCC;
/* 613  */      margin-top: 20px;
/* 614  */      margin-bottom: 10px;
/* 615  */      border-bottom-width: 1px;
/* 616  */      border-bottom-style: solid;
/* 617  */      border-bottom-color: #CCCCCC;
/* 618  */      clear: both;
/* 619  */ }
/* 620  */ 
/* 621  */ 
/* 622  */ 
/* 623  */     
/* 624  */ #search
/* 625  */ {
/* 626  */ 
/* 627  */      color: #BDBDA2;
/* 628  */      font-size: 12px;
/* 629  */      font-family:Tahoma, Georgia, Arial, Verdana, Serif;
/* 630  */      text-transform:none;
/* 631  */      float:right;
/* 632  */      margin:-50px 0 10px 0;
/* 633  */ }
/* 634  */ 
/* 635  */ /*comments and their styles*/
/* 636  */ #comments, #respond{
/* 637  */      margin: 2em 0 0 5px;
/* 638  */ }
/* 639  */ 
/* 640  */ #commentform
/* 641  */ {
/* 642  */      margin:10px;
/* 643  */      padding:10px;
/* 644  */ }
/* 645  */ #outer .commentlist {
/* 646  */      margin: 0;
/* 647  */      padding: 0;
/* 648  */ }
/* 649  */ .commentlist li {
/* 650  */      list-style:none;

/* style.css */

/* 651  */      padding: 0.5em;
/* 652  */      margin-top: 1px;
/* 653  */      margin-right: 0;
/* 654  */      margin-bottom: 1px;
/* 655  */      margin-left: 0;
/* 656  */ }
/* 657  */ .comment_rss {
/* 658  */      height: 20px;
/* 659  */      margin-top: 10px;
/* 660  */ }
/* 661  */ .comment_text {
/* 662  */      color: #666;
/* 663  */      font-size: 11px;
/* 664  */ }
/* 665  */ .comment_title {
/* 666  */      margin-bottom: 5px;
/* 667  */      border-bottom-width: 1px;
/* 668  */      border-bottom-style: dotted;
/* 669  */      border-bottom-color: #CCC;
/* 670  */      font-size: 14px;
/* 671  */ }
/* 672  */ 
/* 673  */ .commentlist a {
/* 674  */      list-style:none;
/* 675  */      margin: 1em 0;
/* 676  */      padding: 0.5em;
/* 677  */      text-decoration: none;
/* 678  */ }
/* 679  */ 
/* 680  */ .commentlist li p
/* 681  */ {
/* 682  */     margin:0 1em;
/* 683  */ }
/* 684  */ .commentlist li .cmtinfo
/* 685  */ {
/* 686  */      font-size:1em;
/* 687  */      position:relative;
/* 688  */      background-color: #FFF;
/* 689  */      padding-top: 5px;
/* 690  */      padding-right: 5px;
/* 691  */      padding-bottom: 10px;
/* 692  */      padding-left: 5px;
/* 693  */ }
/* 694  */ .commentlist li .cmtinfo em
/* 695  */ {
/* 696  */      margin:0;
/* 697  */      padding:0 1em;
/* 698  */      text-align:right;
/* 699  */      font-style:normal;
/* 700  */      color:#999;

/* style.css */

/* 701  */      font-size: 10px;
/* 702  */ }
/* 703  */ .commentlist li.alt .cmtinfo
/* 704  */ {
/* 705  */      font-size:1em;
/* 706  */      position:relative;
/* 707  */      background-color: #F0F0F0;
/* 708  */      padding-top: 5px;
/* 709  */      padding-right: 5px;
/* 710  */      padding-bottom: 10px;
/* 711  */      padding-left: 5px;
/* 712  */ }
/* 713  */ #outer .trackback
/* 714  */ {
/* 715  */      background:url(/wp-content/themes/terrafirma/images/links.gif) no-repeat left;
/* 716  */      margin-top: 10px;
/* 717  */      padding-top: 2px;
/* 718  */      padding-right: 20px;
/* 719  */      padding-bottom: 2px;
/* 720  */      padding-left: 20px;
/* 721  */ }
/* 722  */ #outer .commentsrss
/* 723  */ {
/* 724  */      background:url(/wp-content/themes/terrafirma/images/feed.gif) no-repeat left;
/* 725  */      padding:2px 17px;
/* 726  */ }
/* 727  */ .commentlist li cite
/* 728  */ {
/* 729  */      font-style:normal;
/* 730  */      font-weight:bold;
/* 731  */ }
/* 732  */ input.text, textarea, select
/* 733  */ {
/* 734  */      padding:2px;
/* 735  */      background:#F9F9F7;
/* 736  */      font:1em verdana, arial, serif;
/* 737  */      border: 1px solid #ccc;    
/* 738  */ }
/* 739  */ textarea{
/* 740  */      width: 90%;
/* 741  */      height: 20em;    
/* 742  */ }
/* 743  */ #outer input.text:focus, textarea:focus
/* 744  */ {
/* 745  */      background:#fff;
/* 746  */ 
/* 747  */      border:#999 1px solid;
/* 748  */ }
/* 749  */ 
/* 750  */ #footer

/* style.css */

/* 751  */ {
/* 752  */      position: relative;
/* 753  */      clear: both;
/* 754  */      text-align: center;
/* 755  */      border-top:#e8e8de 1px solid;
/* 756  */      background:#fafaf8;
/* 757  */      color: #A8A88D;
/* 758  */      padding:10px;
/* 759  */      margin:0;
/* 760  */ }
/* 761  */ 
/* 762  */ #footer a:link,#footer a:visited
/* 763  */ {
/* 764  */      color: #6C6C63;
/* 765  */      text-decoration:none;    
/* 766  */      border:none;
/* 767  */ }
/* 768  */ #footer a:hover,#footer a:active
/* 769  */ {
/* 770  */      background: #000000; color: #ffffff;
/* 771  */      text-decoration:none;    
/* 772  */      border:none;
/* 773  */ }
/* 774  */ 
/* 775  */ 
/* 776  */ #searchsubmit
/* 777  */ {
/* 778  */      border:#fff 1px solid;
/* 779  */      font-size:0.9em;
/* 780  */      background:url(/wp-content/themes/terrafirma/images/a18.gif) repeat-x top;
/* 781  */ }
/* 782  */ 
/* 783  */ 
/* 784  */ #header, #content, #sidebar, #footer, .widget {
/* 785  */     overflow: visible;
/* 786  */ }
/* 787  */ 
/* 788  */ .advert_title {
/* 789  */      font-size: 10px;
/* 790  */      color: #CCCCCC;
/* 791  */      margin-top: 10px;
/* 792  */         clear: left;
/* 793  */      margin-bottom: 10px;
/* 794  */      border-bottom-width: 1px;
/* 795  */      border-bottom-style: solid;
/* 796  */      border-bottom-color: #CCCCCC;
/* 797  */ }
/* 798  */ 
/* 799  */ 
/* 800  */      .page_footer{

/* style.css */

/* 801  */      width:996px;
/* 802  */      height:20px;
/* 803  */      clear:both;
/* 804  */      background-color:#2E2A2B;
/* 805  */      padding:2px;
/* 806  */      text-align:center;
/* 807  */      line-height:20px;
/* 808  */      color:#8C8C8C;
/* 809  */      margin-top: 9px;
/* 810  */      }
/* 811  */     
/* 812  */      .page_footer a:link, .footer a:visited{
/* 813  */      color:#8C8C8C;
/* 814  */      text-decoration:none;
/* 815  */      }
/* 816  */     
/* 817  */      .page_footer A:active, .footer A:hover, .footer A:hover{
/* 818  */      background: #000000; color: #ffffff;
/* 819  */      text-decoration:none
/* 820  */      }
/* 821  */     
/* 822  */      .arrow_left {
/* 823  */      float: left;
/* 824  */      }
/* 825  */     
/* 826  */      .arrow_right {
/* 827  */      float: right;
/* 828  */      }
/* 829  */ 
/* 830  */ 
/* 831  */ .photo_day_holder {
/* 832  */      width: 350px;
/* 833  */      margin-top: 10px;
/* 834  */      margin-bottom: 10px;
/* 835  */      height: 180px;
/* 836  */ }
/* 837  */ .photo_day_graphic {
/* 838  */      float: left;
/* 839  */      width: 106px;
/* 840  */      margin-right: 5px;
/* 841  */      background-color: #000;
/* 842  */      height:180px;
/* 843  */ }
/* 844  */ .photo_day_photo {
/* 845  */      float: left;
/* 846  */      width: 239px;
/* 847  */ }
/* 848  */ 
/* 849  */ .ad_728 {
/* 850  */      height: 90px;

/* style.css */

/* 851  */      width: 728px;
/* 852  */      clear: both;
/* 853  */      margin-right: auto;
/* 854  */      margin-left: auto;
/* 855  */      margin-top: 20px;
/* 856  */      margin-bottom: 20px;
/* 857  */ }
/* 858  */ .ad_728_logo {
/* 859  */      background-repeat: no-repeat;
/* 860  */      float: left;
/* 861  */      height: 90px;
/* 862  */      width: 272px;
/* 863  */      background-color: #2E2A2B;
/* 864  */      background-position: center center;
/* 865  */ }
/* 866  */ .ad_728_container {
/* 867  */      clear: both;
/* 868  */      height: 90px;
/* 869  */      width: 1000px;
/* 870  */      margin-right: auto;
/* 871  */      margin-left: auto;
/* 872  */      margin-bottom: 10px;
/* 873  */      margin-top: 10px;
/* 874  */ }
/* 875  */ 
/* 876  */ .ad_300_padding {
/* 877  */      padding: 24px;
/* 878  */      height: 250px;
/* 879  */      width: 300px;
/* 880  */      border: 1px solid #CCCCCC;
/* 881  */ }
/* 882  */ 
/* 883  */ .page_numbers {
/* 884  */      font-family: "Times New Roman", Times, serif;
/* 885  */      font-size: 14px;
/* 886  */      font-weight: normal;
/* 887  */      color: #000000;
/* 888  */      clear: both;
/* 889  */      height: 20px;
/* 890  */      width: 550px;
/* 891  */      text-align: center;
/* 892  */      word-spacing: 2px;
/* 893  */      text-transform: uppercase;
/* 894  */ }
/* 895  */ 
/* 896  */ .page_numbers a:link {
/* 897  */      font-weight: normal;
/* 898  */      color: #666666;
/* 899  */      word-spacing: 2px;
/* 900  */      text-transform: uppercase;

/* style.css */

/* 901  */      text-decoration: none;
/* 902  */ }
/* 903  */ 
/* 904  */ .page_numbers a:hover {
/* 905  */      font-weight: normal;
/* 906  */      color: #CCCCCC;
/* 907  */      word-spacing: 2px;
/* 908  */      text-transform: uppercase;
/* 909  */      text-decoration: none;
/* 910  */ }
/* 911  */ 
/* 912  */ .page_numbers a:visited {
/* 913  */      font-weight: normal;
/* 914  */         color: #666666;
/* 915  */      clear: both;
/* 916  */      word-spacing: 2px;
/* 917  */      text-transform: uppercase;
/* 918  */      text-decoration: none;
/* 919  */ }
/* 920  */ #feature_sidebar {
/* 921  */      padding: 10px;
/* 922  */      margin-top: 5px;
/* 923  */      margin-bottom: 10px;
/* 924  */      background-image: url(http://www.defgrip.net/v3/images/features_bg.jpg);
/* 925  */      background-repeat: no-repeat;
/* 926  */ }
/* 927  */ #feature_sidebar h3 {
/* 928  */      font-family: Helvetica, Arial, sans-serif;
/* 929  */      font-size: 26px;
/* 930  */      line-height: 26px;
/* 931  */      color: #000;
/* 932  */      font-weight: bold;
/* 933  */      text-transform: uppercase;
/* 934  */      font-style: italic;
/* 935  */      border-bottom-width: 1px;
/* 936  */      border-bottom-style: solid;
/* 937  */      border-bottom-color: #000;
/* 938  */      margin-bottom: 5px;
/* 939  */ }
/* 940  */ .feature_sidebar_sub {
/* 941  */      color:#000;
/* 942  */      padding:0;
/* 943  */      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
/* 944  */      clear: both;
/* 945  */      text-transform: uppercase;
/* 946  */      letter-spacing: .1em;
/* 947  */      margin: 0px;
/* 948  */      border-bottom-width: 2px;
/* 949  */      border-bottom-style: solid;
/* 950  */      border-bottom-color: #FFF;

/* style.css */

/* 951  */ }
/* 952  */ #feature_sidebar ul li {
/* 953  */      list-style:none;
/* 954  */      font-size: 14px;
/* 955  */      color: #000;
/* 956  */      font-family: Helvetica, Arial, sans-serif;
/* 957  */      padding-top: 1px;
/* 958  */      padding-right: 0;
/* 959  */      padding-bottom: 1px;
/* 960  */      padding-left: 0;
/* 961  */      line-height: 20px;
/* 962  */      text-transform: uppercase;
/* 963  */      font-style: italic;
/* 964  */      font-weight: bold;
/* 965  */ }
/* 966  */ 
/* 967  */      #feature_sidebar a:link, #feature_sidebar a:visited {
/* 968  */      color: #000;
/* 969  */      text-decoration: none;
/* 970  */      }
/* 971  */ 
/* 972  */      #feature_sidebar a:hover, #feature_sidebar a:active {
/* 973  */      background: #000000; color: #ffffff;
/* 974  */      text-decoration: none;
/* 975  */     
/* 976  */ }
/* 977  */ 
/* 978  */ #pod img {
/* 979  */      width: 350px;    
/* 980  */ }
/* 981  */ 
/* 982  */ #pod_bg {
/* 983  */      background-color: #FFF;
/* 984  */      height: 45px;
/* 985  */      width: 200px;
/* 986  */      position: absolute;
/* 987  */      top: 223px;
/* 988  */      opacity:0.5;
/* 989  */ }
/* 990  */ 
/* 991  */ .pod_title {
/* 992  */      font-family: Helvetica, Arial, sans-serif;
/* 993  */      font-size: 18px;
/* 994  */      font-style: italic;
/* 995  */      font-weight: bold;
/* 996  */      text-transform: uppercase;
/* 997  */      color: #000;
/* 998  */      position: absolute;
/* 999  */      top: 235px;
/* 1000 */      padding-left: 9px;

/* style.css */

/* 1001 */ }
/* 1002 */ .pod_sub_title {
/* 1003 */      color:#000;
/* 1004 */      padding-left:10px;
/* 1005 */      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
/* 1006 */      font-size:10px;
/* 1007 */      text-transform: uppercase;
/* 1008 */      letter-spacing: .1em;
/* 1009 */      position: absolute;
/* 1010 */      top: 247px;
/* 1011 */      font-style: normal;    
/* 1012 */ }
/* 1013 */ 
/* 1014 */ 
/* 1015 */ /*---------------- related posts ----------------*/
/* 1016 */      .related_posts{
/* 1017 */      text-decoration: none;
/* 1018 */      background-color: #F5F5F5;
/* 1019 */      padding-top: 5px;
/* 1020 */      color: #999;
/* 1021 */      border-top-width: 1px;
/* 1022 */      border-right-width: 0px;
/* 1023 */      border-bottom-width: 1px;
/* 1024 */      border-left-width: 0px;
/* 1025 */      border-top-style: solid;
/* 1026 */      border-right-style: solid;
/* 1027 */      border-bottom-style: solid;
/* 1028 */      border-left-style: solid;
/* 1029 */      border-top-color: #000;
/* 1030 */      border-right-color: #000;
/* 1031 */      border-bottom-color: #000;
/* 1032 */      border-left-color: #000;
/* 1033 */      }
/* 1034 */     
/* 1035 */      .related_posts h2{
/* 1036 */      padding-left:10px;
/* 1037 */      color: #000;
/* 1038 */      }
/* 1039 */ 
/* 1040 */      .related_posts h1{
/* 1041 */      position: relative;
/* 1042 */      font-size: 14px;
/* 1043 */      color: #000000;
/* 1044 */      padding:0 0 3px;
/* 1045 */      margin: 10px 0 0px;
/* 1046 */      text-transform:uppercase;
/* 1047 */      font-family:Georgia, "Times New Roman", Times, serif;
/* 1048 */      font-weight: lighter;
/* 1049 */      border-bottom-width: 1px;
/* 1050 */      border-bottom-style: solid;

/* style.css */

/* 1051 */      border-bottom-color: #CCCCCC;
/* 1052 */      }
/* 1053 */ 
/* 1054 */     
/* 1055 */      .related_posts ul li {
/* 1056 */      padding: 1px 0;
/* 1057 */      margin:0;
/* 1058 */      font-size: 10px;
/* 1059 */      list-style-type: circle;
/* 1060 */      }#feature_feature {
/* 1061 */      margin-top: 10px;
/* 1062 */ }
/* 1063 */ 
/* 1064 */ #twitter_link {
/* 1065 */      margin-bottom: 20px;
/* 1066 */      line-height: 20px;
/* 1067 */      text-transform: uppercase;
/* 1068 */      text-align: center;
/* 1069 */ }
/* 1070 */ 
/* 1071 */ /*---------Interview Template--------*/
/* 1072 */     
/* 1073 */      #content_interview{
/* 1074 */      position: relative;
/* 1075 */      width: 617px;
/* 1076 */      float:left;
/* 1077 */      }
/* 1078 */     
/* 1079 */      #interview_sidebar {
/* 1080 */      float: right;
/* 1081 */      width: 260px;
/* 1082 */      margin-top: 640px;
/* 1083 */      text-align: right;
/* 1084 */      }
/* 1085 */     
/* 1086 */      #content_interview h3 {
/* 1087 */      position: relative;
/* 1088 */      top: 4px;
/* 1089 */      font-size: 26px;
/* 1090 */      line-height: 26px;
/* 1091 */      color: #000;
/* 1092 */      font-weight: bold;
/* 1093 */      text-transform: uppercase;
/* 1094 */      font-style: italic;
/* 1095 */      margin-bottom: 15px;
/* 1096 */      }
/* 1097 */     
/* 1098 */      #interview_sidebar .date {
/* 1099 */      font-size:20px;
/* 1100 */      font-family: Helvetica, Arial, sans-serif;

/* style.css */

/* 1101 */      color: #CCC;
/* 1102 */      font-weight: bold;
/* 1103 */      text-align: right;
/* 1104 */      width:260px;
/* 1105 */      height:20;
/* 1106 */      margin-bottom: 10px;
/* 1107 */      }
/* 1108 */     
/* 1109 */      #interview_sidebar .author {
/* 1110 */      font-size:11px;
/* 1111 */      font-family: Helvetica, Arial, sans-serif;
/* 1112 */      color: #CCC;
/* 1113 */      text-align: right;
/* 1114 */      border-top-width: 1px;
/* 1115 */      border-bottom-width: 1px;
/* 1116 */      border-top-style: solid;
/* 1117 */      border-bottom-style: solid;
/* 1118 */      border-top-color: #CCC;
/* 1119 */      border-bottom-color: #CCC;
/* 1120 */      clear: both;
/* 1121 */      padding-top: 5px;
/* 1122 */      padding-bottom: 5px;
/* 1123 */      margin-bottom: 10px;
/* 1124 */      }
/* 1125 */     
/* 1126 */      #interview_sidebar .author a:link, #interview_sidebar .author a:visited {
/* 1127 */           text-decoration:none;
/* 1128 */           color:#999;
/* 1129 */      }
/* 1130 */     
/* 1131 */      #interview_sidebar .author a:hover {
/* 1132 */           text-decoration: none;
/* 1133 */      background: #000000; color: #ffffff;
/* 1134 */      }
/* 1135 */     
/* 1136 */      #interview_sidebar .quote {
/* 1137 */      font-size:24px;
/* 1138 */      font-family: Helvetica, Arial, sans-serif;
/* 1139 */      font-weight: bold;
/* 1140 */      color: #000;
/* 1141 */      line-height: 24px;
/* 1142 */      font-style: italic;
/* 1143 */      }
/* 1144 */     
/* 1145 */      #interview_sidebar #twitter_link {
/* 1146 */      margin-bottom: 20px;
/* 1147 */      line-height: 20px;
/* 1148 */      text-transform: uppercase;
/* 1149 */      text-align: right;
/* 1150 */      margin-bottom: 100px;

/* style.css */

/* 1151 */      }
/* 1152 */     
/* 1153 */      #interview_pagenav {
/* 1154 */      width: 1000px;
/* 1155 */      border-top-width: 1px;
/* 1156 */      border-bottom-width: 1px;
/* 1157 */      border-top-style: solid;
/* 1158 */      border-bottom-style: solid;
/* 1159 */      border-top-color: #CCC;
/* 1160 */      border-bottom-color: #CCC;
/* 1161 */      text-align: right;
/* 1162 */      height: 30px;
/* 1163 */      font-family: Helvetica, Arial, sans-serif;
/* 1164 */      font-size: 18px;
/* 1165 */      line-height: 33px;
/* 1166 */      color: #CCC;
/* 1167 */      font-weight: bold;
/* 1168 */      text-transform: uppercase;
/* 1169 */      }
/* 1170 */ 
/* 1171 */      #interview_pagenav a:link, #interview_pagenav a:visited{
/* 1172 */      text-decoration:none;
/* 1173 */      }
/* 1174 */     
/* 1175 */      #interview_banner {
/* 1176 */      height: 25px;
/* 1177 */      width: 1000px;
/* 1178 */      margin-top: 20px;
/* 1179 */      border-bottom-width: 2px;
/* 1180 */      border-bottom-style: solid;
/* 1181 */      border-bottom-color: #000;
/* 1182 */      margin-right: auto;
/* 1183 */      margin-left: auto;
/* 1184 */      margin-bottom: 10px;
/* 1185 */      padding-bottom: 5px;
/* 1186 */      }
/* 1187 */ #interview_archives {
/* 1188 */      width: 1000px;
/* 1189 */      border-top-width: 1px;
/* 1190 */      border-top-style: solid;
/* 1191 */      border-top-color: #CCC;
/* 1192 */      clear: both;
/* 1193 */      padding-top: 5px;
/* 1194 */ }
/* 1195 */ .feature_thumbs {
/* 1196 */      float: left;
/* 1197 */      background-color: #E1E1E1;
/* 1198 */      padding: 3px;
/* 1199 */      margin: 1px;
/* 1200 */ }

/* style.css */

/* 1201 */ 
/* 1202 */ img.alignright {float:right; margin:0 0 1em 1em}
/* 1203 */ img.alignleft {float:left; margin:0 1em 1em 0}
/* 1204 */ img.aligncenter {display: block; margin-left: auto; margin-right: auto}
/* 1205 */ a img.alignright {float:right; margin:0 0 1em 1em}
/* 1206 */ a img.alignleft {float:left; margin:0 1em 1em 0}
/* 1207 */ a img.aligncenter {display: block; margin-left: auto; margin-right: auto}
/* 1208 */ 
