document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. /*
  2.     Theme Name: Organic NonProfit
  3.     Theme URL: http://www.organicthemes.com/
  4.     Description: The NonProfit Theme is designed and developed by David Morgan and Jeff Milone of Organic Themes.
  5.     Author: Organic Themes
  6.     Author URI: http://www.organicthemes.com
  7.     Version: 3.1.3
  8.     Tags: organic themes, wordpress customization
  9.    
  10.     The CSS, XHTML and Design are released under the GPL:
  11.     http://www.opensource.org/licenses/gpl-license.php
  12. */
  13.  
  14. body {
  15.     background: #c39b9c;
  16.     color: #000000;
  17.         background-image:url(\'/wp-content/uploads/2013/01/bgslice8.jpg\');
  18.         background-repeat:repeat-x;
  19.     font-size: 12px;
  20.     font-family: Arial, Helvetica, sans-serif;
  21.     line-height: 20px;
  22.     margin: 0px;
  23.     padding: 0px;
  24.     }
  25.  
  26. #wrap {
  27.     width: 960px;
  28.     font-size: 13px;
  29.     font-family: Arial, Helvetica, sans-serif;
  30.     margin: 0px auto 0px;
  31.     padding: 0px 20px 20px 20px;
  32.     }
  33.  
  34. /************************************************
  35. *   Common                                      *
  36. ************************************************/
  37.  
  38. .hidden {
  39.     display: none;
  40.     }
  41. .clear {
  42.     clear: both;
  43.     }
  44. code {
  45.     color: #666666;
  46.     background: #EEEEEE;
  47.     font-size: 11px;
  48.     margin: 0px;
  49.     padding: 10px;
  50.     display: block;
  51.     font-family: Arial, Helvetica, sans-serif;
  52.     }
  53. hr {
  54.     border: 0;
  55.     width: 100%;
  56.     height: 1px;
  57.     color: #DDDDDD;
  58.     background-color: #DDDDDD;
  59.     margin: 5px 0 8px 0;
  60.     padding: 0;
  61.     }
  62.  
  63. /************************************************
  64. *   Hyperlinks                                  *
  65. ************************************************/
  66.  
  67. a img {
  68.     border: none;
  69.     }
  70. a, a:link {
  71.     color: #8B0000;
  72.     text-decoration: none;
  73.     }
  74. a:focus, a:hover, a:active {
  75.     color: #8B0000;
  76.     text-decoration: underline;
  77.     }
  78.    
  79. /************************************************
  80. *   Headings                                    *
  81. ************************************************/
  82.    
  83. h1 {
  84.     color: #000000;
  85.     font-size: 28px;
  86.     font-family: Georgia, "Times New Roman", Times, serif;
  87.     font-style: italic;
  88.     font-weight: normal;
  89.     text-transform: none;
  90.     line-height: 32px;
  91.     margin: 2px 0px 2px 0px;
  92.     padding: 0px 0px 6px 0px;
  93.     }
  94. h2 {
  95.     color: #000000;
  96.     font-size: 24px;
  97.     font-family: Georgia, "Times New Roman", Times, serif;
  98.     font-style: italic;
  99.     font-weight: normal;
  100.     text-transform: none;
  101.     margin: 5px 0px 5px 0px;
  102.     padding: 0px 0px 2px 0px;
  103.     }
  104. h3 {
  105.     color: #000000;
  106.     font-size: 22px;
  107.     font-family: Georgia, "Times New Roman", Times, serif;
  108.     font-style: italic;
  109.     font-weight: normal;
  110.     text-transform: none;
  111.     text-align: left;
  112.     margin: 2px 0px 5px 0px;
  113.     padding: 2px 0px 2px 0px;
  114.     }
  115. h4 {
  116.     color: #000000;
  117.     font-size: 20px;
  118.     font-family: Georgia, "Times New Roman", Times, serif;
  119.     font-style: italic;
  120.     font-weight: normal;
  121.     line-height: 26px;
  122.     margin: 2px 0px 5px 0px;
  123.     padding: 2px 0px 5px 0px;
  124.     }
  125. h5 {
  126.     color: #000000;
  127.     font-size: 18px;
  128.     font-family: Georgia, "Times New Roman", Times, serif;
  129.     font-weight: bold;
  130.     text-transform: none;
  131.     margin: 2px 0px 5px 0px;
  132.     padding: 2px 0px 2px 0px;
  133.     }
  134.  
  135. h6 {
  136.     color: #000000;
  137.     font-size: 14px;
  138.     font-family: Arial, Helvetica, sans-serif;
  139.     font-weight: bold;
  140.     text-transform: none;
  141.     margin: 2px 0px 8px 0px;
  142.     padding: 2px 0px 2px 0px;
  143.     border-bottom: 1px dotted #CCCCCC;
  144.     }
  145. h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  146.     color: #000000 !important;
  147.     text-decoration: none;
  148.     border: none;
  149.     }
  150. h1 a:hover, h2 a:hover, h3 a:hover,
  151. h4 a:hover, h5 a:hover, h6 a:hover {
  152.     color: #8B0000 !important;
  153.     text-decoration: none;
  154.     border: none;
  155.     }
  156.  
  157. /************************************************
  158. *   Header                                      *
  159. ************************************************/
  160.  
  161. #header {
  162.     background: none;
  163.     width: 960px;
  164.     height: 140px;
  165.     margin: 0px auto 0px;
  166.     padding: 0px;
  167.     overflow: hidden;
  168.     }
  169. #header #title a {
  170.     background: url(images/logo.png) no-repeat;
  171.     display: block;
  172.     width: 960px;
  173.     height: 140px;
  174.     margin: 0;
  175.     padding: 0;
  176.     text-indent: -9999px;
  177.     overflow: hidden;
  178.     }
  179. .headerlogo {
  180.     margin: -126px 0 0 10px;
  181.     padding: 0;
  182.     position: relative;
  183.     width: 114px;
  184.     z-index: 20;
  185.     }
  186. #header-links {
  187.         margin: 10px 0px 0px 0px;
  188.     padding: 4px 8px 9px 6px;
  189.     text-align: right;
  190.     /*width: 300px;*/
  191.     float: right;
  192.     font-family: Arial, Helvetica, sans-serif;
  193.         font-size: 12px;
  194.         width: 440px;
  195.         background-color: silver;
  196.         border-radius: 6px;
  197.         -moz-border-radius: 6px;
  198.         -webkit-border-radius: 6px;
  199. }
  200.  
  201. #header-links a{
  202.         float: left;
  203.         margin-left: 3px;
  204.         padding-top: 10px;
  205. }
  206.  
  207. #headersearch {
  208.         margin: 5px 0px 0px 8px;
  209.         /*align: right;*/
  210.         float:left;
  211. }
  212. #headertext {
  213.         float: left;
  214.         width: 273px;
  215.         margin: 15px 0px 0px 135px;
  216.         position: relative;
  217.         overflow: hidden;
  218. }
  219. #navfoldleft {
  220.         float: left;
  221.         width: 21px;
  222.         margin-left: -20px;
  223.         margin-top: -90px;
  224. }
  225. #navfoldright {
  226.         float: right;
  227.         width: 21px;
  228.         margin-right: -20px;
  229.         margin-top: -90px;
  230. }
  231.  
  232. /************************************************
  233. *   Navbar                                      *
  234. ************************************************/
  235.  
  236. #navbar {
  237.     background-image: url(\'/wp-content/uploads/2013/01/navbg.jpg\');
  238.         background-repeat: repeat-x;
  239.     position: absolute;
  240.     width: 960px;
  241.     height: 42px;
  242.     float: left;
  243.     clear: both;
  244.     font-size: 14px;
  245.     font-family: Georgia, "Times New Roman", Times, serif;
  246.     font-style: italic;
  247.     text-transform: none;
  248.     font-weight: normal;
  249.     margin: -90px 0px 0px -9px;
  250.     padding: 0px;
  251.     z-index:-1;
  252.     line-height: 22px;
  253.     }
  254.    
  255. /*** ESSENTIAL STYLES ***/
  256. .menu, .menu * {
  257.     margin: 0px 0px 0px 110px;
  258.     padding: 0px 0px 0px 0px;
  259.     list-style: none;
  260.     }
  261. .menu {
  262.     line-height: 1.0;
  263.     }
  264. .menu ul {
  265.     margin: 0px;
  266.     padding: 0px;
  267.     }
  268. .menu ul ul, ul.menu ul {
  269.     position: absolute;
  270.     top: -9999px;
  271.     width: 200px; /* left offset of submenus need to match (see below) */
  272.     }
  273. .menu ul li ul li, ul.menu ul li {
  274.     width: 100%;
  275.     margin: 0px 0px 0px 0px;
  276.     }
  277. .menu li:hover {
  278.     visibility: inherit; /* fixes IE7 \'sticky bug\' */
  279.     }
  280. .menu li {
  281.     float: left;
  282.     position: relative;
  283.     }
  284. .menu a {
  285.     display: block;
  286.     position: relative;
  287.     }
  288. .menu li:hover ul,
  289. .menu li.sfHover ul {
  290.     left: 0;
  291.     top: 42px; /* match top ul list item height */
  292.     z-index: 99;
  293.     }
  294. ul.menu li:hover li ul,
  295. ul.menu li.sfHover li ul {
  296.     top: -9999px;
  297.     }
  298. ul.menu li li:hover ul,
  299. ul.menu li li.sfHover ul {
  300.     /*left: 200px; /* match ul width */
  301.     top: 0;
  302.     }
  303. ul.menu li li:hover li ul,
  304. ul.menu li li.sfHover li ul {
  305.     top: -9999px;
  306.     }
  307. ul.menu li li li:hover ul,
  308. ul.menu li li li.sfHover ul {
  309.     left: 200px; /* match ul width */
  310.     top: 0;
  311.     }
  312.  
  313. /*** SKIN ***/
  314. .menu .current_page_item a,
  315. .menu .current-menu-item a,
  316. .menu .current_page_ancestor a,
  317. .menu .current-cat a {
  318.     background: #111111;
  319.     color: #999999 !important;
  320.     border: none;
  321.     padding: 10px 10px 10px 10px;
  322.     text-decoration: none;
  323.     /*line-height: 22px;*/
  324.     /*border-radius: 3px 3px 0px 0px;*/
  325.     /*-moz-border-radius: 3px 3px 0px 0px;*/
  326.     /*-webkit-border-radius: 3px 3px 0px 0px;*/
  327.     }
  328. .menu li .current_page_item a,
  329. .menu li .current-menu-item a,
  330. .menu li .current-cat a {
  331.     background: #DDDDDD !important;
  332.     color: #333333 !important;
  333.     padding: 10px 10px 10px 10px;
  334.     border-top: 1px solid #DDDDDD;
  335.     border-bottom: none;
  336.     border-radius: 0px;
  337.     -moz-border-radius: 0px;
  338.     -webkit-border-radius: 0px;
  339.     }
  340. .menu {
  341.     float: left;
  342.     margin-bottom: 0;
  343.     }
  344. .menu a {
  345.     border: none;
  346.     padding: 10px 10px 10px 10px;
  347.     margin: 0px;
  348.     text-decoration: none;
  349.     line-height: 22px;
  350.     /*text-shadow: 0.3px 0.3px #FFFFFF;*/
  351.     }
  352. .menu a, .menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
  353.     color: #999999;
  354.     /*line-height: 22px;*/
  355.     }
  356. .menu li {
  357.     background: none;
  358.     margin: 0px 5px 0px 0px;
  359.     padding: 0px 0px 0px 25px;
  360.     }
  361. .menu li li {
  362.     /*background: #EEEEEE;*/
  363.     }
  364. .menu li li a, .menu .current_page_ancestor li a {
  365.     color: #333333 !important;
  366.     background: #EEEEEE;
  367.     font-size: 12px;
  368.     padding: 10px 10px 10px 10px;
  369.     border-left: none;
  370.     text-shadow: none;
  371.     border-top: 1px solid #DDDDDD;
  372.     line-height: 16px;
  373.     }
  374. .menu li li li {
  375.     background: #EEEEEE;
  376.     }
  377. .menu li:hover, .menu li.sfHover {
  378.     /*background: #111111;*/
  379.     outline: 0;
  380.     border: none;
  381.     }
  382. .menu a:focus, .menu a:hover, .menu a:active {
  383.     background: #111111;
  384.     color: #999999;
  385.     /*background: #FFFFFF;*/
  386.     padding: 10px 10px 10px 10px;
  387.     outline: 0;
  388.     /*border-radius: 3px 3px 0px 0px;*/
  389.     /*-moz-border-radius: 3px 3px 0px 0px;*/
  390.     /*-webkit-border-radius: 3px 3px 0px 0px;*/
  391.     }
  392. .menu li li a:focus, .menu li li a:hover, .menu li li a:active {
  393.     background: #DDDDDD;
  394.     color: #333333 !important;
  395.     padding: 10px 10px 10px 10px;
  396.     outline: 0;
  397.     border-bottom: none;
  398.     }
  399. .menu li li:hover, .menu li li.sfHover {
  400.     /*background: #DDDDDD;*/
  401.     outline: 0;
  402.     }
  403.  
  404. /*** ARROWS **/
  405. /*** ARROWS **/
  406. .menu a.sf-with-ul {
  407.     /*padding-right: 25px;*/
  408.     min-width: 1px; /* trigger IE7 hasLayout so spans position accurately */
  409.     }
  410. .menu a:hover.sf-with-ul {
  411.     /*padding-right: 25px;*/
  412.     background: #111111;
  413.     }
  414. .sf-sub-indicator {
  415.     position: absolute;
  416.     display: block;
  417.     right: 10px;
  418.     top: 12px; /* IE6 only */
  419.     width: 10px;
  420.     height: 10px;
  421.     text-indent: -9999px;
  422.     overflow: hidden;
  423.     /*background:   url(images/arrows-ffffff.png) no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
  424.     }*/
  425. a > .sf-sub-indicator {  /* give all except IE6 the correct values */
  426.     top: 12px;
  427.     background-position: 0 -100px; /* use translucent arrow for modern browsers*/
  428.     }
  429. /* apply hovers to modern browsers */
  430. a:focus > .sf-sub-indicator,
  431. a:hover > .sf-sub-indicator,
  432. a:active > .sf-sub-indicator,
  433. li:hover > a > .sf-sub-indicator,
  434. li.sfHover > a > .sf-sub-indicator {
  435.     background-position: -10px -100px; /* arrow hovers for modern browsers*/
  436.     }
  437. /* point right for anchors in subs */
  438. .menu ul ul .sf-sub-indicator, ul.menu ul .sf-sub-indicator {
  439.     top: 12px;
  440.     background-position:  -10px 0;
  441.     }
  442. .menu ul ul a > .sf-sub-indicator, ul.menu ul a > .sf-sub-indicator {
  443.     top: 10px;
  444.     right: 5px;
  445.     background-position:  0 0;
  446.     }
  447. /* apply hovers to modern browsers */
  448. .menu ul ul a:focus > .sf-sub-indicator,
  449. .menu ul ul a:hover > .sf-sub-indicator,
  450. .menu ul ul a:active > .sf-sub-indicator,
  451. .menu ul ul li:hover > a > .sf-sub-indicator,
  452. .menu ul ul li.sfHover > a > .sf-sub-indicator {
  453.     background-position: -10px 0; /* arrow hovers for modern browsers*/
  454.     }
  455. /*** shadows for all but IE6 ***/
  456. .sf-shadow ul ul {
  457.     padding: 0 8px 9px 0;
  458.     -moz-border-radius-bottomleft: 17px;
  459.     -moz-border-radius-topright: 17px;
  460.     -webkit-border-top-right-radius: 17px;
  461.     -webkit-border-bottom-left-radius: 17px;
  462.     }
  463. .sf-shadow ul.sf-shadow-off {
  464.     background: transparent;
  465.     }
  466. /************************************************
  467. *   Featured Slider                             *
  468. ************************************************/
  469.  
  470. #homeslider {
  471.     float: left;
  472.     display: block;
  473.     position: relative;
  474.     width: 640px;
  475.     height: 390px;
  476.     overflow: hidden;
  477.     z-index: 1;
  478.     border-radius: 0px 0px 0px 3px;
  479.     -moz-border-radius: 0px 0px 0px 3px;
  480.     -webkit-border-radius: 0px 0px 0px 3px;
  481.     }
  482. #homeslider ul, #homeslider li {
  483.     list-style-type: none;
  484.     margin: 0px;
  485.     padding: 0px;
  486.     }
  487. #homeslider .slideinfo {
  488.     float: left;
  489.     display: block;
  490.     height: 60px;
  491.     width: 640px;
  492.     margin: 300px 0px 0px 0px;
  493.     padding: 0px;
  494.     overflow: hidden;
  495.     position: absolute;
  496.     z-index: 7;
  497.     clear: both;
  498.     }
  499. #homeslider .slideinfo h1 {
  500.     margin: 0px;
  501.     padding: 0px;
  502.     }
  503. #homeslider .slideinfo h1 a {
  504.     display: block;
  505.     color: #FFFFFF !important;
  506.     width: 616px;
  507.     font-size: 18px;
  508.     line-height: 22px;
  509.     margin: 7px 12px 4px 12px;
  510.     padding: 0px;
  511.     }
  512. #homeslider .slideinfo h1 a:hover {
  513.     color: #8B0000 !important;
  514.     }
  515. #homeslider .slideinfo p {
  516.     color: #999999;
  517.     height: 20px;
  518.     margin: 0px;
  519.     padding: 0px 12px;
  520.     overflow: hidden;
  521.     }
  522. #homeslider .slideinfo_bg {
  523.     float: left;
  524.     display: block;
  525.     background: #000000;
  526.     width: 640px;
  527.     height: 60px;
  528.     margin: 300px 0px 0px 0px;
  529.     padding: 0px;
  530.     position: absolute;
  531.     z-index: 6;
  532.     filter:alpha(opacity=30);
  533.     -moz-opacity:0.85;
  534.     -khtml-opacity: 0.85;
  535.     opacity: 0.85;
  536.     }
  537. div.anythingSlider {
  538.     margin: 0 auto 0;
  539.     padding: 0px 0px 0px 0px;
  540.     position: relative;
  541.     list-style: none;
  542.     overflow: hidden;
  543.     }
  544. div.anythingSlider li iframe, div.anythingSlider li embed,
  545. div.anythingSlider li object {
  546.     float: left;
  547.     display: block;
  548.     width: 640px;
  549.     height: 360px;
  550.     margin: 0px;
  551.     padding: 0px;
  552.     position: relative;
  553.     z-index: 8;
  554.     }
  555. div.anythingSlider li .feature_video {
  556.     float: left;
  557.     display: block;
  558.     width: 640px;
  559.     height: 360px;
  560.     margin: 0px;
  561.     padding: 0px;
  562.     overflow: hidden;
  563.     position: relative;
  564.     z-index: 8;
  565.     }
  566. div.anythingSlider li .feature_img {
  567.     float: left;
  568.     display: block;
  569.     width: 640px;
  570.     height: 360px;
  571.     margin: 0px;
  572.     padding: 0px;
  573.     overflow: hidden;
  574.     position: relative;
  575.     z-index: 1;
  576.     }
  577. div.anythingSlider .anythingWindow {
  578.     float: left;
  579.     display: block;
  580.     position: relative;
  581.     width: 640px;
  582.     height: 360px;
  583.     margin: 0px 0px 0px 0px;
  584.     padding: 0px;
  585.     overflow: hidden;
  586.     clear: both;
  587.     z-index: 1;
  588.     }
  589. ul.anythingBase {
  590.     background: transparent;
  591.     list-style: none;
  592.     position: absolute;
  593.     top: 0;
  594.     left: 0;
  595.     margin: 0;
  596.     padding: 0;
  597.     }
  598. ul.anythingBase li.panel {
  599.     background: transparent;
  600.     display: block;
  601.     overflow: hidden;
  602.     float: left;
  603.     padding: 0;
  604.     margin: 0;
  605.     }
  606.  
  607. /* Navigation Arrows */
  608. div.anythingSlider .arrow.back {
  609.     float: left;
  610.     display: block;
  611.     position: absolute;
  612.     background: #333333;
  613.     width: 30px;
  614.     height: 30px;
  615.     left: 0px;
  616.     margin: -30px 0px 0px 0px;
  617.     cursor: pointer;
  618.     clear: both;
  619.     z-index: 9;
  620.     overflow: hidden;
  621.     border-radius: 0px 0px 0px 3px;
  622.     -moz-border-radius: 0px 0px 0px 3px;
  623.     -webkit-border-radius: 0px 0px 0px 3px;
  624.     }
  625. div.anythingSlider .arrow.forward {
  626.     float: right;
  627.     display: block;
  628.     position: absolute;
  629.     background: #333333;
  630.     width: 30px;
  631.     height: 30px;
  632.     right: 0px;
  633.     margin: -30px 0px 0px 0px;
  634.     cursor: pointer;
  635.     clear: both;
  636.     z-index: 9;
  637.     overflow: hidden;
  638.     }
  639. div.anythingSlider .arrow a {
  640.     display: block;
  641.     background: #222222;
  642.     color: #999999;
  643.     height: 30px;
  644.     width: 30px;
  645.     font-size: 14px;
  646.     text-align: center;
  647.     line-height: 28px;
  648.     margin: 0px 0px 0px 0px;
  649.     outline: 0;
  650.     }
  651. div.anythingSlider .arrow a:hover {
  652.     background: #151515;
  653.     color: #FFFFFF;
  654.     text-decoration: none;
  655.     }
  656. div.anythingSlider .arrow a:active, div.anythingSlider .arrow a:focus {
  657.     text-decoration: none;
  658.     }
  659. div.anythingSlider .forward {
  660.     right: 0;
  661.     }
  662. div.anythingSlider .back {
  663.     left: 0;
  664.     }
  665. div.anythingSlider .back:hover, div.anythingSlider .forward:hover {
  666.     background-position: -30px 0;
  667.     }
  668. div.anythingSlider .forward.disabled {
  669.     display: none;
  670.     }
  671. div.anythingSlider .back.disabled {
  672.     display: none;
  673.     }
  674.  
  675. /* Autoplay Start/Stop button */
  676. div.anythingSlider .start-stop {
  677.     display: none !important;
  678.     }
  679.    
  680. /* Navigation Links */
  681. div.anythingSlider .anythingControls {
  682.     display: block;
  683.     background: #333333;
  684.     height: 30px;
  685.     width: 580px;
  686.     margin: 0px auto 0px;
  687.     padding: 0px;
  688.     position: relative;
  689.     overflow: hidden;
  690.     outline: 0;
  691.     }  
  692. div.anythingSlider.activeSlider .thumbNav a:hover,
  693. div.anythingSlider.activeSlider .thumbNav a.cur {
  694.     background: #FFFFFF;
  695.     }
  696. div.anythingSlider .thumbNav {
  697.     text-align: center;
  698.     height: 30px;
  699.     margin: 0px auto 0px !important;
  700.     padding: 0px;
  701.     }
  702. div.anythingSlider .thumbNav li {
  703.     display: inline;
  704.     height: 30px;
  705.     width: 16px;
  706.     text-transform: capitalize;
  707.     font-size: 0;
  708.     line-height: 0;
  709.     }
  710. div.anythingSlider .thumbNav a {
  711.     display: inline-block;
  712.     background: #777777;
  713.     height: 6px;
  714.     width: 6px;
  715.     margin: 12px 5px;
  716.     padding: 0px;
  717.     overflow: hidden;
  718.     outline: 0;
  719.     border-radius: 3px;
  720.     -moz-border-radius: 3px;
  721.     -webkit-border-radius: 3px;
  722.     }
  723. div.anythingSlider .thumbNav a:hover,
  724. div.anythingSlider .thumbNav a.cur {
  725.     height: 10px;
  726.     width: 10px;
  727.     margin: 10px 3px;
  728.     padding: 0px;
  729.     background: #CCCCCC;
  730.     border-radius: 5px;
  731.     -moz-border-radius: 5px;
  732.     -webkit-border-radius: 5px;
  733.     }
  734. div.anythingSlider.rtl .thumbNav a {
  735.     float: right;
  736.     }
  737. div.anythingSlider.rtl .thumbNav {
  738.     float: left;
  739.     }
  740.    
  741. /************************************************
  742. *   Featured Tabber                             *
  743. ************************************************/
  744.    
  745. div#feature_list {
  746.     float: right;
  747.     display: block;
  748.     width: 470px;
  749.     height: 540px;
  750.     margin: 0px 0px 0px 0px;
  751.     padding: 10px;
  752.     position: relative;
  753.     overflow: hidden;
  754.         background-color: white;
  755.         border-radius: 6px;
  756.         -moz-border-radius: 6px;
  757.         box-shadow: 2px 2px 10px #333;
  758.     }
  759. div#feature_list .featuredtitle {
  760.     height: 40px;
  761.     font-size: 28px;
  762.     font-family: Georgia, "Times New Roman", Times, serif;
  763.     font-weight: normal;
  764.     font-style: italic;
  765.     line-height: 28px;
  766.     margin: 0px;
  767.     padding: 0px;
  768.     }
  769. div#feature_list ul {
  770.     list-style: none;  
  771.     margin: 0px;
  772.     }
  773. ul#tabs {
  774.     float: left;
  775.     display: block;
  776.     width: 480px;
  777.     height: 30px;
  778.     margin: 0px;
  779.     padding: 0px;
  780.     overflow: hidden;
  781.     }
  782. ul#tabs p {
  783.     color: #333333;
  784.     font-size: 12px;
  785.     line-height: 18px;
  786.     margin: 5px 0px 0px 0px;
  787.     padding: 0px;
  788.     }
  789. ul#tabs li {
  790.     float: left;
  791.     display: inline-block;
  792.     font-size: 12px;
  793.     font-family: Arial;
  794.     margin: 0px 5px 0px 0px;
  795.     }
  796. ul#tabs li img {
  797.     padding: 5px;
  798.     border: none;
  799.     float: left;
  800.     margin: 10px 10px 0 0;
  801.     }
  802. ul#tabs li h3 {
  803.     margin: 0px;
  804.     padding: 0px;
  805.     }
  806. ul#tabs li h3 a {
  807.     display: block;
  808.     background: #333333;
  809.     color: #999999 !important;
  810.     font-family: Georgia, "Times New Roman", sans-serif;
  811.     font-size: 12px;
  812.     font-style: italic;
  813.     line-height: 30px;
  814.     text-decoration: none;
  815.     margin: 0px 0px 0px 0px;
  816.     padding: 0px 12px 0px 12px;
  817.     height: 30px;
  818.     outline: none;
  819.     overflow: hidden;
  820.     -moz-border-radius: 3px 3px 0px 0px;
  821.     -khtml-border-radius: 3px 3px 0px 0px;
  822.     -webkit-border-radius: 3px 3px 0px 0px;
  823.     }
  824. ul#tabs li h3 a:hover {
  825.     background: #FFFFFF;
  826.     color: #333333 !important;
  827.     text-decoration: none;
  828.     }
  829. ul#tabs li a:hover {
  830.     text-decoration: none;
  831.     }
  832. ul#tabs li h3 a.current {
  833.     color: #333333 !important;
  834.     background: #FFFFFF;
  835.     }
  836. ul#tabs li h3 a.current:hover {
  837.     text-decoration: none;
  838.     cursor: default;
  839.     }
  840. ul#output {
  841.     float: left;
  842.     display: block;
  843.     background: #FFFFFF;
  844.     width: 480px;
  845.     height: 470px;
  846.     margin: 0px;
  847.     padding: 0px;
  848.     position: relative;
  849.     overflow: hidden;
  850.     -moz-border-radius: 0px 3px 3px 3px;
  851.     -khtml-border-radius: 0px 3px 3px 3px;
  852.     -webkit-border-radius: 0px 3px 3px 3px;
  853.     }
  854. ul#output h1 {
  855.     height: 32px;
  856.     margin: 0px;
  857.     padding: 0px 2px 0px 2px;
  858.     overflow: hidden;
  859.     }
  860. ul#output p {
  861.     max-height: 100px;
  862.     line-height: 20px;
  863.     margin: 8px 0px 0px 0px;
  864.     padding: 0px 2px;
  865.     overflow: hidden;
  866.     }
  867. ul#output .feature_img {
  868.     display: block;
  869.     margin: 0px;
  870.     padding: 0px;
  871.     }
  872. #feature_list iframe, #feature_list embed {
  873.     display: block;
  874.     width: 460px;
  875.     height: 260px;
  876.     margin: 0px;
  877.     padding: 0px;
  878.     }
  879. #feature_list .feature_info {
  880.     margin: 0px 0px 0px 0px;
  881.     padding: 15px 5px 10px 5px;
  882.     }
  883. ul#output li {
  884.     width: 460px;
  885.     height: 450px;
  886.     margin: 0px;
  887.     padding: 10px;
  888.     overflow: hidden;
  889.     }
  890. ul#output li a {
  891.     color: #666666;
  892.     margin: 0px;
  893.     padding: 0px;
  894.     }
  895. ul#output li a:hover {
  896.     color: #8B0000;
  897.     }
  898.  
  899. /************************************************
  900. *   Homepage                                    *
  901. ************************************************/
  902.  
  903. #banner {
  904.     float: left;
  905.     display: block;
  906.     background: #FFFFFF;
  907.     width: 951px;
  908.     margin: -48px 0px 0px 0px;
  909.     padding: 0px;
  910.     position: relative;
  911.     /*border-radius: 0px 3px 3px 3px;*/
  912.     /*-moz-border-radius: 0px 3px 3px 3px;*/
  913.     /*-webkit-border-radius: 0px 3px 3px 3px;*/
  914.         border-bottom: 9px solid white;
  915.         border-left: 9px solid white;
  916.         border-radius: 0px 0px 6px 6px;
  917.         -moz-border-radius: 0px 0px 6px 6px;
  918.         -webkit-border-radius: 0px 0px 6px 6px;
  919.         box-shadow: 2px 2px 10px #333;
  920.     }
  921. #bannerwidget {
  922.     float: right;
  923.     display: block;
  924.     width: 271px;
  925.     height: 350px;
  926.     margin: 20px 0px;
  927.     padding: 0px 20px;
  928.     overflow: hidden;
  929.     }
  930. #bannerwidget .widget {
  931.     float: left;
  932.     display: block;
  933.     width: 100%;
  934.     margin: 0px 0px 10px 0px;
  935.     padding: 0px 0px 10px 0px;
  936.     }
  937. #bannerwidget h3 {
  938.     margin: 0px 0px 15px 0px;
  939.     padding: 0px;
  940.     text-align: left;
  941.     color: #666666;
  942.     font-size: 24px;
  943.     font-family: Georgia, "Times New Roman", Times, serif;
  944.     font-style: italic;
  945.     font-weight: lighter;
  946.     text-transform: none;
  947.     line-height: 20px;
  948.     }
  949. #bannerwidget li {
  950.     text-decoration: none;
  951.     list-style-type: none;
  952.     }
  953. #bannerwidget li a, #bannerwidget li a:link, #bannerwidget li a:visited {
  954.     color: #666666;
  955.     text-decoration: none;
  956.     }
  957. #bannerwidget ul {
  958.     list-style-type: none;
  959.     margin: 0px;
  960.     padding: 0px;
  961.     }
  962. #bannerwidget ul li {
  963.     list-style-type: none;
  964.     margin: 0px 0px 6px 0px;
  965.     padding: 0px;
  966.     }
  967. #bannerwidget ul li a {
  968.     display: block;
  969.     padding: 4px 5px 4px 12px;
  970.     border-bottom: 1px dotted #DDDDDD;
  971.     }
  972. #bannerwidget ul li a:hover {
  973.     color: #8B0000;
  974.     padding: 4px 5px 4px 12px;
  975.     }
  976. #homepagemid {
  977.     float: left;
  978.     width: 960px;
  979.     margin: 20px 0px 0px 0px;
  980.     padding: 0px 0px 0px 0px;
  981.     }
  982. #homepagemid .homebox {
  983.     background: #FFFFFF;
  984.     width: 294px;
  985.     list-style:none;
  986.     margin: 0px 0px 0px 0px;
  987.     padding: 0px 0px 0px 0px;
  988.     /*border-radius: 0px 0px 3px 3px;*/
  989.     /*-moz-border-radius: 0px 0px 3px 3px;*/
  990.     /*-webkit-border-radius: 0px 0px 3px 3px;*/
  991.     }
  992. #homepagemid h2 {
  993.     background: #333333;
  994.     padding: 15px 0px 15px 0px;
  995.     margin: 0px;
  996.     text-align: center;
  997.     color: #999999;
  998.     font-size: 24px;
  999.     font-family: Georgia, "Times New Roman", Times, serif;
  1000.     font-style: italic;
  1001.     text-transform: none;
  1002.     border-radius: 3px 3px 0px 0px;
  1003.     -moz-border-radius: 3px 3px 0px 0px;
  1004.     -webkit-border-radius: 3px 3px 0px 0px;
  1005.     }
  1006. #homepagemid p {
  1007.     height: 74px;
  1008.     margin: 0px 0px 5px 0px;
  1009.     padding: 10px 10px 10px 10px;
  1010.     line-height: 20px;
  1011.     overflow: hidden;
  1012.     }
  1013. #homepagemid img {
  1014.     display: block;
  1015.     padding: 0px 0px 0px 0px;
  1016.     margin: 0px 0px 0px 0px;
  1017.     }
  1018. #homecontent_left {
  1019.     float: left;
  1020.     display: block;
  1021.     width: 294px;
  1022.     margin: 0px 12px 0px 0px;
  1023.     padding: 0px 0px 0px 0px;
  1024.     overflow: hidden;
  1025.     border: 9px solid white;
  1026.     border-radius: 6px;
  1027.     -moz-border-radius: 6px;
  1028.         -webkit-border-radius: 6px;
  1029.     box-shadow: 2px 2px 10px #333;
  1030.     }
  1031. #homecontent_mid {
  1032.     float: left;
  1033.     display: block;
  1034.     width: 294px;
  1035.     margin: 0px 12px 0px 0px;
  1036.     padding: 0px 0px 0px 0px;
  1037.     overflow: hidden;
  1038.     border: 9px solid white;
  1039.     border-radius: 6px;
  1040.     -moz-border-radius: 6px;
  1041.         -webkit-border-radius: 6px;
  1042.     box-shadow: 2px 2px 10px #333;
  1043.     }
  1044. #homecontent_right {
  1045.     float: left;
  1046.     display: block;
  1047.     width: 294px;
  1048.     margin: 0px 0px 0px 0px;
  1049.     padding: 0px 0px 0px 0px;
  1050.     overflow: hidden;
  1051.     border: 9px solid white;
  1052.     border-radius: 6px;
  1053.     -moz-border-radius: 6px;
  1054.         -webkit-border-radius: 6px;
  1055.     box-shadow: 2px 2px 10px #333;
  1056.     }
  1057. .homebox {
  1058.     float: left;
  1059.     background: #FFFFFF;
  1060.     list-style:none;
  1061.     margin: 0px 0px 0px 0px;
  1062.     padding: 10px 10px 10px 10px;
  1063.     }
  1064. #homepagebot {
  1065.     float: left;
  1066.     width: 960px;
  1067.     margin: 20px 0px 0px 0px;
  1068.     padding: 0px 0px 0px 0px;
  1069.     }
  1070. #homecontent_page {
  1071.     background: none;
  1072.     float: left;
  1073.     display: block;
  1074.     clear: both;
  1075.     width: 430px;
  1076.     margin: 0px 20px 0px 0px;
  1077.     padding: 10px;
  1078.         background-color: white;
  1079.         border-radius: 6px;
  1080.         -moz-border-radius: 6px;
  1081.         box-shadow: 2px 2px 10px #333;
  1082.     }
  1083. #homecontent_page p {
  1084.     margin: 0px;
  1085.     padding: 5px 0px 5px 0px;
  1086.     text-align: left;
  1087.     color: #666666;
  1088.     font-size: 14px;
  1089.     font-family: Arial, Helvetica, sans-serif;
  1090.     font-style: italic;
  1091.     font-weight: normal;
  1092.     text-transform: none;
  1093.     line-height: 22px;
  1094.     }
  1095. .learnmore {
  1096.     float: left;
  1097.     display: block;
  1098.     color: #666666;
  1099.     font-size: 14px;
  1100.     font-family: Arial, Helvetica, sans-serif;
  1101.     font-style: italic;
  1102.     font-weight: lighter;
  1103.     line-height: 30px;
  1104.     width: 97%;
  1105.     margin: 0px 0px 0px 0px;
  1106.     padding: 0px 0px 0px 0px;
  1107.     border-top: 1px dotted #DDDDDD;
  1108.     }
  1109. .learnmore a {
  1110.     float: right;
  1111.     text-align: right;
  1112.     padding: 0px 10px 4px 10px;
  1113.     }
  1114.  
  1115. /************************************************
  1116. *   Content                                     *
  1117. ************************************************/
  1118.  
  1119. #content {
  1120.     float: left;
  1121.     width: 960px;
  1122.     display: block;
  1123.     background: #FFFFFF;
  1124.     margin: -48px auto 0px;
  1125.     padding: 0px 0px 0px 0px;
  1126.     border-radius: 0px 0px 3px 3px;
  1127.     -moz-border-radius: 0px 0px 3px 3px;
  1128.     -webkit-border-radius: 0px 0px 3px 3px;
  1129.     }
  1130. #contentleft {
  1131.     float: left;
  1132.     width: 640px;
  1133.     margin: 45px 0px 0px 0px;
  1134.     padding: 15px 14px 15px 15px;
  1135.     }
  1136. #contentwide {
  1137.     float: left;
  1138.     width: 930px;
  1139.     margin: 45px 0px 0px 0px;
  1140.     padding: 15px;
  1141.     }
  1142. #contenthome {
  1143.     width: 960px;
  1144.     margin: 0px auto 0px;
  1145.     padding: 0px 0px 0px 0px;
  1146.     line-height: 20px;
  1147.     }
  1148. #featurebanner img {
  1149.     margin: 0px;
  1150.     padding: 15px 15px 0px 15px;
  1151.     }
  1152. #contentleft .avatar {
  1153.     background: #FFFFFF;
  1154.     margin: 10px 0px 10px 0px;
  1155.     padding: 4px;
  1156.     border: 1px solid #DDDDDD;
  1157.     }
  1158. #contentleft iframe, #contentleft embed,
  1159. #contentleft object {
  1160.     display: block;
  1161.     width: 640px;
  1162.     margin: 0px;
  1163.     padding: 0px;
  1164.     }
  1165. #contentleft .feature_video {
  1166.     float: left;
  1167.     display: block;
  1168.     width: 640px;
  1169.     height: 360px;
  1170.     margin: 0px 0px 15px 0px;
  1171.     padding: 0px;
  1172.     overflow: hidden;
  1173.     position: relative;
  1174.     z-index: 6;
  1175.     }
  1176. #contentleft .feature_img {
  1177.     display: block;
  1178.     margin: 0px 0px 15px 0px;
  1179.     padding: 0px;
  1180.     }
  1181. .postarea p {
  1182.     margin: 0px;
  1183.     padding: 5px 0px 5px 0px;
  1184.     }
  1185. .postarea ol {
  1186.     margin: 0px 0px 0px 20px;
  1187.     padding: 0px 0px 10px 0px;
  1188.     }
  1189. .postarea ol li {
  1190.     margin: 0px 0px 0px 0px;
  1191.     padding: 0px 0px 10px 0px;
  1192.     }
  1193. .postarea ul {
  1194.     list-style-type: none;
  1195.     margin: 10px 0px 10px 0px;
  1196.     padding: 0px 0px 0px 15px;
  1197.     }
  1198. .postarea ul ul {
  1199.     list-style-type: none;
  1200.     margin: 0px;
  1201.     padding: 0px 0px 0px 0px;
  1202.     }
  1203. .postarea ul li {
  1204.     /*list-style: inside;*/
  1205.     list-style-type: square;
  1206.     background: none;
  1207.     padding: 0px 0px 0px 0px;
  1208.     margin: 5px 0px 5px 10px;
  1209.     }
  1210. .postarea ul ul li {
  1211.     background: none;
  1212.     padding: 0px 0px 0px 15px;
  1213.     margin: 0px 0px 5px 0px;
  1214.     list-style: inside;
  1215.     }
  1216. blockquote {
  1217.     font-family: Arial, Helvetica, sans-serif;
  1218.     font-style: italic;
  1219.     font-size: 18px;
  1220.     line-height: 22px;
  1221.     margin: 10px 25px 10px 25px;
  1222.     padding: 0px 25px 0px 15px;
  1223.     border-left: 2px solid #dddddd;
  1224.     }
  1225. #content blockquote p {
  1226.     margin: 0px;
  1227.     padding: 10px 0px 10px 0px;
  1228.     }
  1229. .postauthor {
  1230.     margin: -10px 0px 4px 0px;
  1231.     padding: 0px;
  1232.     }
  1233. .meta {
  1234.     background: none;
  1235.     font-size: 11px;
  1236.     margin: 10px 0px 20px 0px;
  1237.     padding: 6px 10px 6px 10px;
  1238.     border-top: 1px dotted #CCCCCC;
  1239.     border-bottom: 1px dotted #CCCCCC;
  1240.     }
  1241. .meta p {
  1242.     margin: 0px;
  1243.     padding: 0px;
  1244.     }
  1245. .archive_column {
  1246.     float: left;
  1247.     width: 300px;
  1248.     margin: 5px 0px 0px 0px;
  1249.     padding: 0px 20px 20px 0px;
  1250.     }
  1251. #prevLink {
  1252.     float: left;
  1253.     }
  1254. #nextLink {
  1255.     float: right;
  1256.     }
  1257. #prevLink p, #nextLink p {
  1258.     padding: 0px;
  1259.     }
  1260.  
  1261. /************************************************
  1262. *   Images                                      *
  1263. ************************************************/
  1264.  
  1265. img.centered {
  1266.     display: block;
  1267.     margin-left: auto;
  1268.     margin-right: auto;
  1269.     margin-bottom: 10px;
  1270.     padding: 0px;
  1271.     }
  1272. img.alignnone {
  1273.     padding: 0px;
  1274.     margin: 0px 0px 10px 0px;
  1275.     display: inline;
  1276.     }
  1277. img.alignright {
  1278.     padding: 0px;
  1279.     margin: 0px 0px 10px 10px;
  1280.     display: inline;
  1281.     }
  1282. img.alignleft {
  1283.     padding: 0px;
  1284.     margin: 0px 10px 10px 0px;
  1285.     display: inline;
  1286.     }
  1287. .aligncenter {
  1288.     display: block;
  1289.     margin-left: auto;
  1290.     margin-right: auto;
  1291.     margin-bottom: 10px;
  1292.     }
  1293. .alignright {
  1294.     float: right;
  1295.     margin: 10px 0px 10px 10px;
  1296.     }
  1297. .alignleft {
  1298.     float: left;
  1299.     margin: 10px 10px 10px 0px;
  1300.     }
  1301. .wp-caption {
  1302.     border: 1px solid #DDDDDD;
  1303.     background: #FFFFFF;
  1304.     text-align: center;
  1305.     padding: 5px 0px 0px 0px;
  1306.     margin-bottom: 10px;
  1307.     -moz-border-radius-bottomleft: 5px;
  1308.     -moz-border-radius-bottomright: 5px;
  1309.     -webkit-border-bottom-left-radius: 5px;
  1310.     -webkit-border-bottom-right-radius: 5px;
  1311.     border-bottom-left-radius: 5px;
  1312.     border-bottom-right-radius: 5px;
  1313.     }
  1314. .wp-caption img {
  1315.     margin: 0px 0px 0px 0px;
  1316.     padding: 0px;
  1317.     border: 0px;
  1318.     }
  1319. .wp-caption p.wp-caption-text {
  1320.     margin: 0px;
  1321.     padding: 5px !important;
  1322.     font-size: 11px;
  1323.     font-weight: normal;
  1324.     text-align: center !important;
  1325.     line-height: 14px;
  1326.     }
  1327.  
  1328. .img.bottom {
  1329.         vertical-align:text-bottom;
  1330.         }
  1331.    
  1332. /************************************************
  1333. *   WordPress Gallery                           *
  1334. ************************************************/
  1335.  
  1336. .gallery {
  1337.     margin: auto;
  1338.     padding: 0px;
  1339.     }
  1340. .gallery img {
  1341.     background: #F5F5F5;
  1342.     border: 1px solid #DDDDDD !important;
  1343.     padding: 4px;
  1344.     border-radius: 3px;
  1345.     -moz-border-radius: 3px;
  1346.     -khtml-border-radius: 3px;
  1347.     -webkit-border-radius: 3px;
  1348.     }
  1349. .gallery img:hover {
  1350.     background: #EEEEEE;
  1351.     }
  1352.  
  1353. /************************************************
  1354. *   Sidebar                                     *
  1355. ************************************************/
  1356.  
  1357. #sidebar {
  1358.     float: right;
  1359.     display: inline-block;
  1360.     width: 260px;
  1361.     margin: 0px;
  1362.     padding: 15px 15px 15px 15px;
  1363.     border-left: 1px dotted #DDDDDD;
  1364.     }
  1365. .textwidget {
  1366.     margin: 0px;
  1367.     padding: 0px 0px 0px 0px;
  1368.     line-height: 20px;
  1369.     }
  1370.  
  1371. /************************************************
  1372. *   Sidebar Widgets                             *
  1373. ************************************************/
  1374.  
  1375. #sidebar .widget {
  1376.     float:left;
  1377.     background: #EBEBEB;
  1378.     width: 230px;
  1379.     margin: 0px 0px 20px 0px;
  1380.     padding: 10px 15px;
  1381.     list-style-type: none;
  1382.     }
  1383. #sidebar .widget a {
  1384.     color: #8B0000;
  1385.     }
  1386. #sidebar .widget p {
  1387.     color:#666666;
  1388.     }
  1389. #sidebar .widget li {
  1390.     list-style-type: none;
  1391.     color:#666666;
  1392.     }
  1393. #sidebar .widget ul {
  1394.     color:#666666;
  1395.     margin: 5px 0px 0px 0px;
  1396.     padding: 0px;
  1397.     }
  1398. #sidebar .widget ul li {
  1399.     display: inline;
  1400.     color: #666666;
  1401.     }
  1402. #sidebar .widget ul li a {
  1403.     display: block;
  1404.     color: #666666;
  1405.     padding: 5px 0px 0px 0px;
  1406.     margin: 4px 0px 0px 0px;
  1407.     list-style-type: none;
  1408.     text-decoration: none;
  1409.     border-top: 1px dotted #CCCCCC;
  1410.     }
  1411. #sidebar .widget ul li a:hover {
  1412.     display: block;
  1413.     color: #669900;
  1414.     padding: 5px 0px 0px 0px;
  1415.     margin: 4px 0px 0px 0px;
  1416.     border-top: 1px dotted #CCCCCC;
  1417.     }
  1418. #sidebar .widget ul li ul li a {
  1419.     text-indent: 10px;
  1420.     }
  1421. #sidebar .widget ul li ul li ul li a {
  1422.     text-indent: 20px;
  1423.     }
  1424.    
  1425. /************************************************
  1426. *   Recent Comments Widget                      *
  1427. ************************************************/
  1428.  
  1429. #recentcomments {
  1430.     margin: 0px;
  1431.     padding: 0px;
  1432.     }
  1433. #recentcomments a {
  1434.     display: inline;
  1435.     background: none !important;
  1436.     font-weight: bold;
  1437.     padding: 0px;
  1438.     margin: 0px;
  1439.     border: none !important;
  1440.     }
  1441. #content #recentcomments li, #footerwidgets #recentcomments li {
  1442.     display: block;
  1443.     margin: 5px 0px 0px 0px;
  1444.     padding: 4px 0px 0px 0px;
  1445.     border-top: 1px dotted #CCCCCC;
  1446.     }
  1447.  
  1448. /************************************************
  1449. *   Calendar Widget                         *
  1450. ************************************************/
  1451.  
  1452. #calendar_wrap {
  1453.     margin: 0px auto 0px;
  1454.     padding: 5px 10px 5px 10px;
  1455.     }
  1456. #wp-calendar {
  1457.     width: 100%;
  1458.     text-align: center;
  1459.     }
  1460. #wp-calendar a {
  1461.     margin: 0px !important;
  1462.     }
  1463. #wp-calendar caption {
  1464.     font-size: 16px;
  1465.     margin: 5px 0px 5px 0px;
  1466.     }
  1467. #wp-calendar #prev a {
  1468.     float: left;
  1469.     margin: 10px 0px 0px 0px !important;
  1470.     text-align: left;
  1471.     }
  1472. #wp-calendar #next a {
  1473.     float: right;
  1474.     margin: 10px 0px 0px 0px !important;
  1475.     text-align: right;
  1476.     }
  1477.    
  1478. /************************************************
  1479. *   Custom Menu Widget                          *
  1480. ************************************************/
  1481.  
  1482. #sidebar ul.menu, #footerwidgets ul.menu {
  1483.     float: none;
  1484.     }
  1485. #sidebar ul.menu .current_page_item a, #sidebar ul.menu .current-menu-item a,
  1486. #footerwidgets ul.menu .current_page_item a, #footerwidgets ul.menu .current-menu-item a {
  1487.     background: #FFFFFF;
  1488.     color: #669900 !important;
  1489.     border-radius: 0px;
  1490.     -moz-border-radius: 0px;
  1491.     -webkit-border-radius: 0px;
  1492.     }
  1493. #sidebar ul.menu li a, #footerwidgets ul.menu li a {
  1494.     background: #FFFFFF !important;
  1495.     color: #666666;
  1496.     line-height: 20px;
  1497.     margin: 5px 0px 0px 0px;
  1498.     padding: 4px 1px 0px 1px;
  1499.     text-shadow: none;
  1500.     border-top: 1px dotted #CCCCCC;
  1501.     border-radius: 0px;
  1502.     -moz-border-radius: 0px;
  1503.     -webkit-border-radius: 0px;
  1504.     }
  1505. #sidebar ul.menu li a:hover, #footerwidgets ul.menu li a:hover {
  1506.     background: #FFFFFF;
  1507.     color: #669900 !important;
  1508.     padding: 4px 1px 0px 1px;
  1509.     }
  1510. #sidebar ul.menu li, #footerwidgets ul.menu li {
  1511.     float: none;
  1512.     display: block;
  1513.     margin: 0px 0px 5px 0px;
  1514.     padding: 0px 0px 0px 0px;
  1515.     width: 100%;
  1516.     }
  1517. #sidebar ul.menu li ul.sub-menu, #footerwidgets ul.menu li ul.sub-menu {
  1518.     width: 100%;
  1519.     margin: 0px 0px 0px 0px;
  1520.     }
  1521. #sidebar ul.menu li ul.sub-menu li a, #footerwidgets ul.menu li ul.sub-menu li a {
  1522.     background: #FFFFFF;
  1523.     margin: 0px 0px 5px 0px;
  1524.     }
  1525. #sidebar ul.menu li ul.sub-menu li ul.sub-menu li, #footerwidgets ul.menu li ul.sub-menu li ul.sub-menu li {
  1526.     display: none;
  1527.     }
  1528.    
  1529. /************************************************
  1530. *   Search Form                                 *
  1531. ************************************************/
  1532.  
  1533. .widget_search {
  1534.     float: left;
  1535.     display: block;
  1536.     width: 100%;
  1537.     margin: 0px;
  1538.     padding: 0px;
  1539.     }
  1540. #searchform {
  1541.     margin: 0px;
  1542.     padding: 0px;
  1543.     }
  1544. #searchform label {
  1545.     display: none;
  1546.     }
  1547. #s {
  1548.     background: #F5F5F5;
  1549.     width: 96%;
  1550.     color: #999999;
  1551.     font-size: 12px;
  1552.     font-family: Arial, Helvetica, sans-serif;
  1553.     margin: 0px 0px 0px 0px;
  1554.     padding: 5px 4px;
  1555.     display: inline;
  1556.     border: 1px solid #DDDDDD;
  1557.     border-radius: 3px;
  1558.     -moz-border-radius: 3px;
  1559.     -webkit-border-radius: 3px;
  1560.     }
  1561. #searchsubmit {
  1562.     float: right;
  1563.     background: #F5F5F5;
  1564.     color: #666666;
  1565.     font-family: Arial, Helvetica, sans-serif;
  1566.     font-size: 14px;
  1567.     font-weight: normal;
  1568.     font-style: italic;
  1569.     text-decoration: none;
  1570.     margin: 10px 0px 0px 0px;
  1571.     padding: 4px 8px;
  1572.     cursor: pointer;
  1573.     border: 1px solid #DDDDDD;
  1574.     border-radius: 3px;
  1575.     -moz-border-radius: 3px;
  1576.     -webkit-border-radius: 3px;
  1577.     }
  1578. #searchsubmit:hover {
  1579.     background: #669900;
  1580.     color: #FFFFFF;
  1581.     border: 1px solid #669900;
  1582.     }
  1583. #searchformheader {
  1584.     margin: 0px 0px 0px 0px;
  1585.     padding: 0px 0px 0px 0px;
  1586.     }
  1587. #searchbox {
  1588.     float: left;
  1589.     display: inline;
  1590.     background: #DDDDDD url(images/fold_subscribe.gif) no-repeat scroll right top;
  1591.     font-size: 11px;
  1592.     line-height: 11px;
  1593.     width: 278px;
  1594.     color: #666666;
  1595.     font-family: Georgia,Utopia,Charter,serif;
  1596.     padding: 10px 5px 8px 5px;
  1597.     margin: 0px 0px 0px 0px;
  1598.     border: none;
  1599.     }
  1600.  
  1601. /************************************************
  1602. *   Footer Top                                  *
  1603. ************************************************/
  1604.  
  1605. #footertop {
  1606.     background: #FFFFFF;
  1607.     width: 100%;
  1608.     margin: 0px 0px 0px 0px;
  1609.     padding: 0px 0px 0px 0px;
  1610.     border-top: 1px solid #DDDDDD;
  1611.     }
  1612. #footerwidgets {
  1613.     background: #FFFFFF;
  1614.     width: 960px;
  1615.     font-size: 0px;
  1616.     line-height: 0px;
  1617.     margin: 0px auto 0px;
  1618.     padding: 0px 0px 0px 0px;
  1619.     overflow: hidden;
  1620.     }
  1621. #footerwidgets h4 {
  1622.     margin: 15px 0px 15px 0px;
  1623.     padding: 0px;
  1624.     text-align: left;
  1625.     color: #666666;
  1626.     font-size: 22px;
  1627.     font-family: Arial, Helvetica, sans-serif;
  1628.     font-style: italic;
  1629.     font-weight: lighter;
  1630.     text-transform: none;
  1631.     }
  1632. #footerwidgets li {
  1633.     text-decoration: none;
  1634.     list-style-type: none;
  1635.     padding: 0px 0px 15px 0px;
  1636.     }
  1637. #footerwidgets li a, #footerwidgets li a:link, #footerwidgets li a:visited {
  1638.     color: #666666;
  1639.     text-decoration: none;
  1640.     }
  1641. #footerwidgets ul {
  1642.     list-style-type: none;
  1643.     margin: 0px;
  1644.     padding: 0px 0px 0px 0px;
  1645.     }
  1646. #footerwidgets ul li {
  1647.     display: inline;
  1648.     list-style-type: none;
  1649.     margin: 0px;
  1650.     padding: 0px;
  1651.     }
  1652. #footerwidgets ul li a {
  1653.     display: block;
  1654.     background: transparent url(images/arrow_bullet.png) no-repeat;
  1655.     margin: 5px 0px 0px 0px;
  1656.     padding: 4px 4px 0px 12px;
  1657.     border-top: 1px dotted #CCCCCC;
  1658.     }
  1659. #footerwidgets ul li a:hover {
  1660.     display: block;
  1661.     background-position: 0px -80px;
  1662.     color: #669900;
  1663.     }
  1664. #footerwidgets ul li ul li a {
  1665.     text-indent: 10px;
  1666.     }
  1667. #footerwidgets ul li ul li ul li a {
  1668.     text-indent: 20px;
  1669.     }
  1670. #footerwidgets .widget {
  1671.     font-size: 12px;
  1672.     line-height: 20px;
  1673.     margin: 0px;
  1674.     padding: 15px 0px 25px 0px;
  1675.     }
  1676. .footerwidget01 {
  1677.     width: 225px;
  1678.     float: left;
  1679.     display: inline;
  1680.     margin: 0px 20px 0px 0px;
  1681.     padding: 0px 0px 0px 0px;
  1682.     }
  1683. .footerwidget02 {
  1684.     width: 225px;
  1685.     float: left;
  1686.     display: inline;
  1687.     margin: 0px 20px 0px 0px;
  1688.     padding: 0px 0px 0px 0px;
  1689.     }
  1690. .footerwidget03 {
  1691.     width: 225px;
  1692.     float: left;
  1693.     display: inline;
  1694.     margin: 0px 20px 0px 0px;
  1695.     padding: 0px 0px 0px 0px;
  1696.     }
  1697. .footerwidget04 {
  1698.     width: 225px;
  1699.     float: left;
  1700.     display: inline;
  1701.     margin: 0px 0px 0px 0px;
  1702.     padding: 0px 0px 0px 0px;
  1703.     }
  1704.  
  1705. /************************************************
  1706. *   Footer                                      *
  1707. ************************************************/
  1708.  
  1709. #footerbg {
  1710.     background: #222222;
  1711.     }
  1712. #footer {
  1713.     width: 960px;
  1714.     height: 60px;
  1715.     color: #FFFFFF;
  1716.     margin: 0px auto 0px;
  1717.     padding: 0px;
  1718.     }
  1719. #footer p {
  1720.     margin: 0px;
  1721.     padding: 0px;
  1722.     }
  1723. .footerleft {
  1724.     float: left;
  1725.     line-height: 12px;
  1726.     }
  1727. .footertop {
  1728.     font-size: 10px;
  1729.     color: #666666;
  1730.     font-weight: normal;
  1731.     margin: 0px;
  1732.     padding: 16px 0px 0px 0px;
  1733.     }
  1734. .footertop a {
  1735.     color: #666666;
  1736.     text-decoration: none;
  1737.     }
  1738. .footertop a:hover {
  1739.     color: #999999;
  1740.     text-decoration: underline;
  1741.     }
  1742. .footerbottom {
  1743.     font-size: 10px;
  1744.     color: #666666;
  1745.     font-weight: normal;
  1746.     margin: 0px;
  1747.     padding: 5px 0px 0px 0px;
  1748.     }
  1749. .footerbottom a {
  1750.     color: #666666;
  1751.     text-decoration: none;
  1752.     }
  1753. .footerbottom a:hover {
  1754.     color: #999999;
  1755.     text-decoration: underline;
  1756.     }
  1757. .footerright {
  1758.     float: right;
  1759.     margin: 18px 0px 0px 0px;
  1760.     }
  1761.  
  1762. /************************************************
  1763. *   Comments                                    *
  1764. ************************************************/
  1765. #respond {
  1766.     margin: 20px 0px 10px 0px;
  1767.     }
  1768. #comment {
  1769.     background: #FFFFFF !important;
  1770.     color: #666666;
  1771.     font-size: 12px;
  1772.     font-family: Arial, Helvetica, sans-serif;
  1773.     margin: 5px 0px 5px 0px;
  1774.     padding: 4px;
  1775.     border: none;
  1776.     }
  1777. #submit {
  1778.     background: #EEEEEE;
  1779.     color: #666666;
  1780.     font-family: Arial, Helvetica, sans-serif;
  1781.     font-size: 11px;
  1782.     font-style: italic;
  1783.     font-weight: normal;
  1784.     text-decoration: none;
  1785.     margin: 0px;
  1786.     padding: 4px 8px 4px 8px;
  1787.     border: 1px solid #DDDDDD;
  1788.     border-radius: 3px;
  1789.     -moz-border-radius: 3px;
  1790.     -webkit-border-radius: 3px;
  1791.     }
  1792. #submit:hover {
  1793.     background: darkRed;
  1794.     color: #FFFFFF;
  1795.     border: 1px solid darkRed;
  1796.     }
  1797. #author, #email, #url {
  1798.     background: #FFFFFF !important;
  1799.     color: #666666;
  1800.     font-size: 12px;
  1801.     font-family: Arial, Helvetica, sans-serif;
  1802.     margin: 0px;
  1803.     padding: 5px 6px;
  1804.     border: 1px solid #DDDDDD;
  1805.     }
  1806. .commentlist li .avatar {
  1807.     background: #FFFFFF;
  1808.     float: right;
  1809.     margin: 0px 0px 0px 5px;
  1810.     padding: 4px;
  1811.     border: 1px solid #DDDDDD;
  1812.     }
  1813. .commentlist cite, .commentlist cite a {
  1814.     font-weight: bold;
  1815.     font-style: normal;
  1816.     font-size: 12px;
  1817.     }
  1818. .commentmetadata {
  1819.     font-weight: normal;
  1820.     }
  1821. #commentform input {
  1822.     width: 170px;
  1823.     margin: 5px 5px 1px 0px;
  1824.     }
  1825. #commentform {
  1826.     margin: 5px 10px 0px 0px;
  1827.     }
  1828. #commentform textarea {
  1829.     width: 100%;
  1830.     padding: 5px;
  1831.     border: 1px solid #dddddd;
  1832.     }
  1833. #respond:after {
  1834.     content: ".";
  1835.     display: block;
  1836.     height: 0px;
  1837.     clear: both;
  1838.     visibility: hidden;
  1839.     }
  1840. #commentform p {
  1841.     margin: 5px 0px 5px 0px;
  1842.     }
  1843. #commentform #submit {
  1844.     margin: 0px 10px 10px 0px;
  1845.     float: left;
  1846.     padding: 5px 5px 5px 5px;
  1847.     font-family: Arial, Helvetica, sans-serif;
  1848.     font-style: italic;
  1849.     font-size: 14px;
  1850.     cursor: pointer;
  1851.     }
  1852. .alt {
  1853.     margin: 0px;
  1854.     padding: 10px;
  1855.     }
  1856. .commentlist {
  1857.     margin: 0px;
  1858.     padding: 0px;
  1859.     }
  1860. .commentlist ol {
  1861.     margin: 0px;
  1862.     padding: 10px;
  1863.     }
  1864. .commentlist li {
  1865.     font-weight: bold;
  1866.     margin: 10px 0px 10px 0px;
  1867.     padding: 10px 10px 10px 10px;
  1868.     list-style: none;
  1869.     }
  1870. .commentlist li ul li {
  1871.     font-size: 12px;
  1872.     margin: 15px 0px 0px 0px;
  1873.     }
  1874. .commentlist p {
  1875.     font-weight: normal;
  1876.     text-transform: none;
  1877.     margin: 10px 0px 10px 0px;
  1878.     padding: 0px;
  1879.     }
  1880. .children {
  1881.     margin: 0px;
  1882.     padding: 0px;
  1883.     }
  1884. .nocomments {
  1885.     text-align: center;
  1886.     margin: 0px;
  1887.     padding: 0px;
  1888.     }
  1889. .reply a, .reply a:visited {
  1890.     display: inline-block;
  1891.     background: #FFFFFF;
  1892.     color: #666666;
  1893.     font-family: Arial, Helvetica, sans-serif;
  1894.     font-size: 12px;
  1895.     font-weight: normal;
  1896.     font-style: italic;
  1897.     text-decoration: none;
  1898.     margin: 0px;
  1899.     padding: 4px 10px 4px 10px;
  1900.     border: 1px solid #DDDDDD;
  1901.     border-radius: 3px;
  1902.     -moz-border-radius: 3px;
  1903.     -webkit-border-radius: 3px;
  1904.     }
  1905. .reply a:hover {
  1906.     background: darkRed;
  1907.     color: #FFFFFF;
  1908.     text-decoration: none;
  1909.     border: 1px solid darkRed;
  1910.     }
  1911. .commentmetadata {
  1912.     font-size: 10px;
  1913.     margin: 0px;
  1914.     display: block;
  1915.     }
  1916. .navigation {
  1917.     display: block;
  1918.     text-align: center;
  1919.     margin-top: 10px;
  1920.     margin-bottom: 30px;
  1921.     }
  1922. .alignright {
  1923.     float: right;
  1924.     }
  1925. .alignleft {
  1926.     float: left;
  1927.     }
  1928. .thread-alt {
  1929.     background: #FFFFFF;
  1930.     margin: 0px;
  1931.     padding: 0px;
  1932.     }
  1933. .thread-even {
  1934.     background: #F5F5F5;
  1935.     margin: 0px;
  1936.     padding: 0px;
  1937.     }
  1938. .depth-1 {
  1939.     border: 1px solid #DDDDDD;
  1940.     margin: 0px;
  1941.     padding: 0px;
  1942.     }
  1943. .even, .alt {
  1944.     /*border: 1px solid #DDDDDD;*/
  1945.     margin: 0px;
  1946.     padding: 0px;
  1947.     }
  1948.  
  1949. /************************************************
  1950. *   DM Extra                                    *
  1951. ************************************************/
  1952.  
  1953. .twoColFixRt #container {
  1954.     width: 650px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
  1955.     background: #FFFFFF;
  1956.     margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
  1957.     border: 1px solid #000000;
  1958.     text-align: left; /* this overrides the text-align: center on the body element. */
  1959. }
  1960. .twoColFixRt #sidebar1Travel {
  1961.     float: right; /* since this element is floated, a width must be given */
  1962.     width: 305px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
  1963.     background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
  1964.     padding: 15px 10px;
  1965. }
  1966. .twoColFixRt #sidebar1GradeLevel {
  1967.     float: right; /* since this element is floated, a width must be given */
  1968.     width: 255px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
  1969.     background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
  1970.     padding: 15px 10px;
  1971.         font-size: 12px
  1972. }
  1973. .twoColFixRt #sidebar1GradeLevel h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  1974.     color: #8B0000 !important;
  1975.     text-decoration: none;
  1976.     border: none;
  1977. }
  1978. .twoColFixRt #sidebar1GradeLevel h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  1979.     color: #8B0000 !important;
  1980.     text-decoration: underline;
  1981.     border: none;
  1982. }
  1983. .twoColFixRt #mainContent {
  1984.     margin: 0px 250px 0px 0px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div\'s text to fill the #sidebar1 space when the content in #sidebar1 ends. */
  1985.     padding: 0px 60px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
  1986. }
  1987.  
  1988. .twoColFixRt #mainContentTravel {
  1989.     margin: 0px 0px 0px 0px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div\'s text to fill the #sidebar1 space when the content in #sidebar1 ends. */
  1990.     padding: 0px 60px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
  1991. }  
  1992. .fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
  1993.     float: right;
  1994.     margin-left: 8px;
  1995. }
  1996. .fltlft { /* this class can be used to float an element left in your page */
  1997.     float: left;
  1998.     margin-right: 8px;
  1999. }
  2000. .clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
  2001.     clear:both;
  2002.     height:0;
  2003.     font-size: 1px;
  2004.     line-height: 0px;
  2005. }
  2006.  
  2007. /************************************************
  2008. *   The Events Calendar                                 *
  2009. ************************************************/
  2010.  
  2011. #sidebar .eventsListWidget li, #sidebar .eventsAdvancedListWidget li {
  2012. border: 0;
  2013. }
  2014.  
  2015. /************************************************
  2016. *   Extra                                   *
  2017. ************************************************/
  2018.  
  2019. .gradcol1 {
  2020.     width: 200px
  2021. }
  2022.  
  2023. .gradcol2 {
  2024.     width: 50px
  2025. }
  2026.  
  2027. .gradcol3 {
  2028.     width: 50px
  2029. }
  2030.  
  2031. #factable {
  2032.     table-width: 550px;
  2033. }
  2034.  
  2035. #factable td {
  2036.     border: 0px;
  2037.     padding: 5px;
  2038. }
  2039.  
  2040. .faccol1 {
  2041.     width: 225px
  2042. }
  2043.  
  2044. .faccol2 {
  2045.     width: 250px
  2046. }
  2047.  
  2048. .faccol3 {
  2049.     width: 75px
  2050. }
  2051.  
  2052. .travelcol1 {
  2053.     width: 180px
  2054. }
  2055.  
  2056. .travelcol2 {
  2057.     width: 80px;
  2058.     align: left;
  2059. }
  2060.  
  2061. .travelcol3 {
  2062.     width: 45px;
  2063.     align: left;
  2064. }
  2065.  
  2066. #positogradetable {
  2067.     table-width: 100%;
  2068.     border-collapse: collapse;
  2069. }
  2070.  
  2071. #positogradetable td, #positogradetable th {
  2072.     border: 1px solid black;
  2073.     padding: 5px;
  2074.     text-align: center;
  2075. }
  2076.  
  2077. #resourcestable {
  2078.     table-width: 100%;
  2079.     border-collapse: collapse;
  2080. }
  2081.  
  2082. #resourcestable td {
  2083.     text-align: center;
  2084.     spacing: 10px;
  2085.     padding: 15px;
  2086. }
  2087. #magnetpointstable {
  2088.     table-width: 100%;
  2089.     border-collapse: collapse;
  2090. }
  2091. #magnetpointstable td, #magnetpointstable th {
  2092.     vertical-align: top;
  2093.     padding: 5px;
  2094.     border: 1px solid black;
  2095. }
  2096.  
  2097. #gifts {
  2098.     width: 800px;
  2099.     border-collapse: collapse;
  2100. }
  2101. #gifts tr, td {
  2102.     padding: 5px;
  2103.     border:0;
  2104. }
  2105. #gradetable {
  2106.     table-width: 100%;
  2107.     border-collapse: collapse;
  2108. }
  2109.  
  2110. #gradetable td, th {
  2111.     border: 0px;
  2112.     padding: 8px;
  2113.     text-align: left;
  2114. }
  2115. .tac {
  2116.     text-align: center;
  2117. }
  2118. .oddTr {
  2119.     background: #EEEEEE;
  2120. }
  2121.  
  2122. .specialTr {
  2123.     background: #F75D59;
  2124.     color: #FFFFFF;
  2125.     font-weight: bold;
  2126. }
  2127.  
  2128.  
  2129. /*BUTTONS*/
  2130.  
  2131. .btn {
  2132.   display: inline-block;
  2133.   *display: inline;
  2134.   padding: 4px 14px;
  2135.   margin-bottom: 0;
  2136.   *margin-left: .3em;
  2137.   font-size: 14px;
  2138.   line-height: 20px;
  2139.   *line-height: 20px;
  2140.   color: #333333;
  2141.   text-align: center;
  2142.   text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  2143.   vertical-align: middle;
  2144.   cursor: pointer;
  2145.   background-color: #f5f5f5;
  2146.   *background-color: #e6e6e6;
  2147.   background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  2148.   background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  2149.   background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  2150.   background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  2151.   background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  2152.   background-repeat: repeat-x;
  2153.   border: 1px solid #bbbbbb;
  2154.   *border: 0;
  2155.   border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  2156.   border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  2157.   border-bottom-color: #a2a2a2;
  2158.   -webkit-border-radius: 4px;
  2159.      -moz-border-radius: 4px;
  2160.           border-radius: 4px;
  2161.   filter: progid:dximagetransform.microsoft.gradient(startColorstr=\'#ffffffff\', endColorstr=\'#ffe6e6e6\', GradientType=0);
  2162.   filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  2163.   *zoom: 1;
  2164.   -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  2165.      -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  2166.           box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  2167. }
  2168.  
  2169. .btn:hover,
  2170. .btn:active,
  2171. .btn.active,
  2172. .btn.disabled,
  2173. .btn[disabled] {
  2174.   color: #333333;
  2175.   background-color: #e6e6e6;
  2176.   *background-color: #d9d9d9;
  2177. }
  2178.  
  2179. .btn:active,
  2180. .btn.active {
  2181.   background-color: #cccccc \\9;
  2182. }
  2183.  
  2184. .btn:first-child {
  2185.   *margin-left: 0;
  2186. }
  2187.  
  2188. .btn:hover {
  2189.   color: #333333;
  2190.   text-decoration: none;
  2191.   background-color: #e6e6e6;
  2192.   *background-color: #d9d9d9;
  2193.   /* Buttons in IE7 don\'t get borders, so darken on hover */
  2194.  
  2195.   background-position: 0 -15px;
  2196.   -webkit-transition: background-position 0.1s linear;
  2197.      -moz-transition: background-position 0.1s linear;
  2198.        -o-transition: background-position 0.1s linear;
  2199.           transition: background-position 0.1s linear;
  2200. }
  2201.  
  2202. .btn:focus {
  2203.   outline: thin dotted #333;
  2204.   outline: 5px auto -webkit-focus-ring-color;
  2205.   outline-offset: -2px;
  2206. }
  2207.  
  2208. .btn.active,
  2209. .btn:active {
  2210.   background-color: #e6e6e6;
  2211.   background-color: #d9d9d9 \\9;
  2212.   background-image: none;
  2213.   outline: 0;
  2214.   -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  2215.      -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  2216.           box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  2217. }
  2218.  
  2219. .btn.disabled,
  2220. .btn[disabled] {
  2221.   cursor: default;
  2222.   background-color: #e6e6e6;
  2223.   background-image: none;
  2224.   opacity: 0.65;
  2225.   filter: alpha(opacity=65);
  2226.   -webkit-box-shadow: none;
  2227.      -moz-box-shadow: none;
  2228.           box-shadow: none;
  2229. }
  2230.  
  2231. .btn-large {
  2232.   padding: 9px 14px;
  2233.   font-size: 16px;
  2234.   line-height: normal;
  2235.   -webkit-border-radius: 5px;
  2236.      -moz-border-radius: 5px;
  2237.           border-radius: 5px;
  2238. }
  2239.  
  2240. .btn-large [class^="icon-"] {
  2241.   margin-top: 2px;
  2242. }
  2243.  
  2244. .btn-small {
  2245.   padding: 3px 9px;
  2246.   font-size: 12px;
  2247.   line-height: 18px;
  2248. }
  2249.  
  2250. .btn-small [class^="icon-"] {
  2251.   margin-top: 0;
  2252. }
  2253.  
  2254. .btn-mini {
  2255.   padding: 2px 6px;
  2256.   font-size: 11px;
  2257.   line-height: 17px;
  2258. }
  2259.  
  2260. .btn-block {
  2261.   display: block;
  2262.   width: 100%;
  2263.   padding-right: 0;
  2264.   padding-left: 0;
  2265.   -webkit-box-sizing: border-box;
  2266.      -moz-box-sizing: border-box;
  2267.           box-sizing: border-box;
  2268. }
  2269.  
  2270. .btn-block + .btn-block {
  2271.   margin-top: 5px;
  2272. }
  2273.  
  2274. input[type="submit"].btn-block,
  2275. input[type="reset"].btn-block,
  2276. input[type="button"].btn-block {
  2277.   width: 100%;
  2278. }
  2279.  
  2280. .btn-primary.active,
  2281. .btn-warning.active,
  2282. .btn-danger.active,
  2283. .btn-success.active,
  2284. .btn-info.active,
  2285. .btn-inverse.active {
  2286.   color: rgba(255, 255, 255, 0.75);
  2287. }
  2288.  
  2289. .btn {
  2290.   border-color: #c5c5c5;
  2291.   border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
  2292. }
  2293.  
  2294. .btn-primary {
  2295.   color: #ffffff;
  2296.   text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  2297.   background-color: #006dcc;
  2298.   *background-color: #0044cc;
  2299.   background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  2300.   background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  2301.   background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  2302.   background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  2303.   background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  2304.   background-repeat: repeat-x;
  2305.   border-color: #0044cc #0044cc #002a80;
  2306.   border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  2307.   filter: progid:dximagetransform.microsoft.gradient(startColorstr=\'#ff0088cc\', endColorstr=\'#ff0044cc\', GradientType=0);
  2308.   filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  2309. }
  2310.  
  2311. .btn-primary:hover,
  2312. .btn-primary:active,
  2313. .btn-primary.active,
  2314. .btn-primary.disabled,
  2315. .btn-primary[disabled] {
  2316.   color: #ffffff;
  2317.   background-color: #0044cc;
  2318.   *background-color: #003bb3;
  2319. }
  2320.  
  2321. .btn-primary:active,
  2322. .btn-primary.active {
  2323.   background-color: #003399 \\9;
  2324. }
  2325.  
  2326. .btn-warning {
  2327.   color: #ffffff;
  2328.   text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  2329.   background-color: #faa732;
  2330.   *background-color: #f89406;
  2331.   background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  2332.   background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  2333.   background-image: -o-linear-gradient(top, #fbb450, #f89406);
  2334.   background-image: linear-gradient(to bottom, #fbb450, #f89406);
  2335.   background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  2336.   background-repeat: repeat-x;
  2337.   border-color: #f89406 #f89406 #ad6704;
  2338.   border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  2339.   filter: progid:dximagetransform.microsoft.gradient(startColorstr=\'#fffbb450\', endColorstr=\'#fff89406\', GradientType=0);
  2340.   filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  2341. }
  2342.  
  2343. .btn-warning:hover,
  2344. .btn-warning:active,
  2345. .btn-warning.active,
  2346. .btn-warning.disabled,
  2347. .btn-warning[disabled] {
  2348.   color: #ffffff;
  2349.   background-color: #f89406;
  2350.   *background-color: #df8505;
  2351. }
  2352.  
  2353. .btn-warning:active,
  2354. .btn-warning.active {
  2355.   background-color: #c67605 \\9;
  2356. }
  2357.  
  2358. .btn-danger {
  2359.   color: #ffffff;
  2360.   text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  2361.   background-color: #da4f49;
  2362.   *background-color: #bd362f;
  2363.   background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  2364.   background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  2365.   background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  2366.   background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  2367.   background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  2368.   background-repeat: repeat-x;
  2369.   border-color: #bd362f #bd362f #802420;
  2370.   border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  2371.   filter: progid:dximagetransform.microsoft.gradient(startColorstr=\'#ffee5f5b\', endColorstr=\'#ffbd362f\', GradientType=0);
  2372.   filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  2373. }
  2374.  
  2375. .btn-danger:hover,
  2376. .btn-danger:active,
  2377. .btn-danger.active,
  2378. .btn-danger.disabled,
  2379. .btn-danger[disabled] {
  2380.   color: #ffffff;
  2381.   background-color: #bd362f;
  2382.   *background-color: #a9302a;
  2383. }
  2384.  
  2385. .btn-danger:active,
  2386. .btn-danger.active {
  2387.   background-color: #942a25 \\9;
  2388. }
  2389.  
  2390. .btn-success {
  2391.   color: #ffffff;
  2392.   text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  2393.   background-color: #5bb75b;
  2394.   *background-color: #51a351;
  2395.   background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  2396.   background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  2397.   background-image: -o-linear-gradient(top, #62c462, #51a351);
  2398.   background-image: linear-gradient(to bottom, #62c462, #51a351);
  2399.   background-image: -moz-linear-gradient(top, #62c462, #51a351);
  2400.   background-repeat: repeat-x;
  2401.   border-color: #51a351 #51a351 #387038;
  2402.   border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  2403.   filter: progid:dximagetransform.microsoft.gradient(startColorstr=\'#ff62c462\', endColorstr=\'#ff51a351\', GradientType=0);
  2404.   filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  2405. }
  2406.  
  2407. .btn-success:hover,
  2408. .btn-success:active,
  2409. .btn-success.active,
  2410. .btn-success.disabled,
  2411. .btn-success[disabled] {
  2412.   color: #ffffff;
  2413.   background-color: #51a351;
  2414.   *background-color: #499249;
  2415. }
  2416.  
  2417. .btn-success:active,
  2418. .btn-success.active {
  2419.   background-color: #408140 \\9;
  2420. }
  2421.  
  2422. .btn-info {
  2423.   color: #ffffff;
  2424.   text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  2425.   background-color: #49afcd;
  2426.   *background-color: #2f96b4;
  2427.   background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  2428.   background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  2429.   background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  2430.   background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  2431.   background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  2432.   background-repeat: repeat-x;
  2433.   border-color: #2f96b4 #2f96b4 #1f6377;
  2434.   border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  2435.   filter: progid:dximagetransform.microsoft.gradient(startColorstr=\'#ff5bc0de\', endColorstr=\'#ff2f96b4\', GradientType=0);
  2436.   filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  2437. }
  2438.  
  2439. .btn-info:hover,
  2440. .btn-info:active,
  2441. .btn-info.active,
  2442. .btn-info.disabled,
  2443. .btn-info[disabled] {
  2444.   color: #ffffff;
  2445.   background-color: #2f96b4;
  2446.   *background-color: #2a85a0;
  2447. }
  2448.  
  2449. .btn-info:active,
  2450. .btn-info.active {
  2451.   background-color: #24748c \\9;
  2452. }
  2453.  
  2454. .btn-inverse {
  2455.   color: #ffffff;
  2456.   text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  2457.   background-color: #363636;
  2458.   *background-color: #222222;
  2459.   background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
  2460.   background-image: -webkit-linear-gradient(top, #444444, #222222);
  2461.   background-image: -o-linear-gradient(top, #444444, #222222);
  2462.   background-image: linear-gradient(to bottom, #444444, #222222);
  2463.   background-image: -moz-linear-gradient(top, #444444, #222222);
  2464.   background-repeat: repeat-x;
  2465.   border-color: #222222 #222222 #000000;
  2466.   border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  2467.   filter: progid:dximagetransform.microsoft.gradient(startColorstr=\'#ff444444\', endColorstr=\'#ff222222\', GradientType=0);
  2468.   filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  2469. }
  2470.  
  2471. .btn-inverse:hover,
  2472. .btn-inverse:active,
  2473. .btn-inverse.active,
  2474. .btn-inverse.disabled,
  2475. .btn-inverse[disabled] {
  2476.   color: #ffffff;
  2477.   background-color: #222222;
  2478.   *background-color: #151515;
  2479. }
  2480.  
  2481. .btn-inverse:active,
  2482. .btn-inverse.active {
  2483.   background-color: #080808 \\9;
  2484. }
  2485.  
  2486. button.btn,
  2487. input[type="submit"].btn {
  2488.   *padding-top: 3px;
  2489.   *padding-bottom: 3px;
  2490. }
  2491.  
  2492. button.btn::-moz-focus-inner,
  2493. input[type="submit"].btn::-moz-focus-inner {
  2494.   padding: 0;
  2495.   border: 0;
  2496. }
  2497.  
  2498. button.btn.btn-large,
  2499. input[type="submit"].btn.btn-large {
  2500.   *padding-top: 7px;
  2501.   *padding-bottom: 7px;
  2502. }
  2503.  
  2504. button.btn.btn-small,
  2505. input[type="submit"].btn.btn-small {
  2506.   *padding-top: 3px;
  2507.   *padding-bottom: 3px;
  2508. }
  2509.  
  2510. button.btn.btn-mini,
  2511. input[type="submit"].btn.btn-mini {
  2512.   *padding-top: 1px;
  2513.   *padding-bottom: 1px;
  2514. }
  2515.  
  2516. .btn-link,
  2517. .btn-link:active,
  2518. .btn-link[disabled] {
  2519.   background-color: transparent;
  2520.   background-image: none;
  2521.   -webkit-box-shadow: none;
  2522.      -moz-box-shadow: none;
  2523.           box-shadow: none;
  2524. }
  2525.  
  2526. .btn-link {
  2527.   color: #0088cc;
  2528.   cursor: pointer;
  2529.   border-color: transparent;
  2530.   -webkit-border-radius: 0;
  2531.      -moz-border-radius: 0;
  2532.           border-radius: 0;
  2533. }
  2534.  
  2535. .btn-link:hover {
  2536.   color: #005580;
  2537.   text-decoration: underline;
  2538.   background-color: transparent;
  2539. }
  2540.  
  2541. .btn-link[disabled]:hover {
  2542.   color: #333333;
  2543.   text-decoration: none;
  2544. }
  2545.  
  2546. /************************************************
  2547. *   Corechella                                  *
  2548. ************************************************/
  2549.  
  2550. body.corechella {
  2551.     background-color: #00FFFF !important;
  2552.     font-size: 12px;
  2553.     font-family: Arial, Helvetica, sans-serif;
  2554.     line-height: 20px;
  2555.     margin: 0px;
  2556.     padding: 0px;
  2557.     }
  2558.  
  2559. #navbarCorechella {
  2560.     background-image: url(\'/wp-content/uploads/2013/01/navbg.jpg\');
  2561.         background-repeat: repeat-x;
  2562.     position: absolute;
  2563.     width: 960px;
  2564.     height: 42px;
  2565.     float: left;
  2566.     clear: both;
  2567.     font-size: 14px;
  2568.     font-family: Georgia, "Times New Roman", Times, serif;
  2569.     font-style: italic;
  2570.     text-transform: none;
  2571.     font-weight: normal;
  2572.     margin: -90px 0px 0px -9px;
  2573.     padding: 0px;
  2574.     */z-index:-1;/*
  2575.     line-height: 22px;
  2576.     }
  2577.  
  2578. ul#menu-corechella {
  2579. margin: 0px !important;
  2580. }
');