Padding on top of sidebar

I am new to DW 8, so please bear with me. I have a vertical
sidebar inserted on the pages of a Web site I am doing for a
friend. On two of the pages, it would look best if I moved the
sidebar down 3 ems to align with the main body text. However, if I
do this via the CSS Style Rules, it of course changes ALL the
sidebars. My question is, how do I insert an inline or internal
style to make only some of the sidebars move down 3 ems? Many
thanks for your patience.

On the pages you wish to move the sidebar down open them in
code view,
find the 'sidebar' <div> then add the inline styling as
below.
<div id="sidebar" style="margin-top: 3em;">
binkyu wrote:
> This is the external style sheet portion:
>
> /* Style for sidebar column */
> #sidebar{
> float: left;
> display: inline;
> background-color: #CBDDF0;
> margin: 1em;
> width: 10em;
> padding: 0em;
> }
>
> Here is one of the pages:
>
> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
Transitional//EN"
> "
http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
> <html xmlns="
http://www.w3.org/1999/xhtml">
> <head>
> <meta http-equiv="Content-Type" content="text/html;
charset=iso-8859-1" />
> <title>Untitled Document</title>
> <link href="stylesheetkidtalk.css" rel="stylesheet"
type="text/css" />
>
> <script src="Scripts/AC_RunActiveContent.js"
type="text/javascript"></script>
> <style type="text/css">
>
> .style9 {
> font-size: 8pt;
> font-weight: normal;
> font-style: italic;
> float: right;
> color: #000000;
> }
> body {
> margin-left: 5em;
> margin-right: 5em;
> }
>
> </style></head>
>
> <body>
> <div id="header"><!-- Start of page header
-->
> <div align="left"><img src="images/KidTalk logo
from elements3.gif" alt="kid
> talk" width="430" height="107" /> <span
class="style9">916 N. Reading Rd.,
> Ephrata, PA, 17522, (717)335-3036
</span></div>
> </div>
> <!-- End of page header -->
> <div id="sidebar"><!-- Start of sidebar content
-->
> <table width="81%" height="171" border="0"
cellpadding="10" cellspacing="0">
> <tr>
> <td valign="middle"><p><a
href="index.html"><img src="images/home.png"
> alt="home" width="104" height="23" border="0"
/></a></p>
> <p><a href="methods.html"><img
src="images/methods.png" alt="methods"
> width="104" height="23" border="0"
/></a></p>
> <p><a href="testimonials.html"><img
src="images/testimonials.png"
> alt="testimonials" width="104" height="23" border="0"
/></a></p>
> <p><a href="contact.html"><img
src="images/contact.png" alt="contact"
> width="104" height="23" border="0"
/></a></p></td>
> </tr>
> </table>
> </div>
> <div id="main">
> <h1>Methods</h1>
> <p>KidTalk Speech and Language Services offer a
number of therapy
> methods/techniques to treat pediatric speech and
language impairments. After
> determining your child?s area of needs through careful
and thorough evaluation,
> Patty works with parents to develop an appropriate
therapy plan.
> <p> Depending on your child?s needs, Patty may use
a combination of the
> following methods to address your child?s articulation
needs.
> <h2>Language Impairments</h2>
>
>
>
Oral-Motor Program</li>
>
Multisound Approach</li>
>
Minimal-Pairs Approach</li>
>
Kaufman Method for Childhood Apraxia</li>
>
Lindamood Phonemic Sequencing Program for Reading, Spelling and
Speech
> (LIPS)</li>
>
Auditory Discrimination</li>
>
Traditional Articulation Therapy</li>
>
>
> <p>After determining your child?s areas of need,
Patty would implement an
> approach that would increase his or her understanding
and use of language. </p>
> <p>For younger children, a play-based approach
with parent involvement
> would be used to increase verbal communication. Patty
uses music and highly
> motivating toys and activities that can be used in the
home environment on a
> regular basis. Parents are instructed on how to use
specific cues and prompts
> to help their child communicate. </p>
> <p>If your child is talking but lacks the correct
use of grammar and
> syntax, Patty will provide structured activities that
will allow your child to
> practice age appropriate target skills that will then be
transferred to his or
> her functional setting. This is also true in the case of
vocabulary
> development and language comprehension. Families will
learn the benefits of
> speech and language therapy to help children develop a
stronger vocabulary,
> improve the ability to follow directions and answer
questions.</p>
> <p>Many children with language disorders, autism
and behavioral problems
> require assistance in transitioning from one activity to
another throughout the
> day. Patty has helped many families by providing
training in the use of
> picture schedules and social stories.</p>
>
> <h2>Stuttering</h2>
>
> <p>After the initial fluency assessment, Patty
will educate parents on the
> characteristics and therapy approaches that help the
child who stutters or who
> is at risk for stuttering. Sometimes direct fluency
therapy is necessary to
> increase fluent speech.</p>
>
> <h2>Feeding</h2>
>
> <p>Children who have sensory related feeding
problems would benefit from
> oral-motor and feeding therapy based on an assessment
and parent report. Patty
> works closely with families to increase the child?s
tolerance of a variety of
> food textures and consistencies. </p>
> </div>
> <div id="footer">
> <div align="right">Website designed and maintained
by teitei</div>
> </div>
> </body>
> </html>
>
>
>

Similar Messages

  • Padding on top of img tags imported to TextFlow

    I'm trying to use an external HTML data source with the Spark RichEditableText control, and it has the following structure:
    <p>My wrapping text here.</p><img id="picture1" src="image1.png" /><img id="picture2" src="image2.png" /><p>More text...</p>
    I'm noticing a large gap above my <img> tags when rendered in the RichEditableText control. Anyone know how I can control the padding on top of <img> elements that are specified in external HTML and imported using TextFlow.importToFlow() ? This also might be a rendering bug, because I can see the text rewrap on initialization, and it's as if the control is leaving the once occupied space still empty and not moving the <img> elements up along the y axis. Many thanks in advance.

    Richard, thanks for the reply. I tried your suggestion, but it didn't seem to help. I've recreated with a simple MXML test:
    <?xml version="1.0" encoding="utf-8"?>
    <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
       xmlns:s="library://ns.adobe.com/flex/spark"
       xmlns:mx="library://ns.adobe.com/flex/mx" minWidth="955" minHeight="600">
    <fx:Declarations>
    <!-- Place non-visual elements (e.g., services, value objects) here -->
    </fx:Declarations>
    <s:RichEditableText width="890" height="600" whiteSpaceCollapse="collapse" fontSize="18">
         <s:TextFlow whiteSpaceCollapse="collapse">
              <s:p>
              The secondary survey of this patient reveals he has suffered two major penetrating shrapnel injuries just below the right eye and right parietal scalp region. He also has minor shrapnel wounds to his left forearm, right deltoid region, and right cheek.
              </s:p>
              <s:div tabStops="0 350">
                   <s:img source="http://flashsupport.com/images/waterfall.png"  />
                   <s:tab />
                   <s:img source="http://flashsupport.com/images/waterfall.png" />
                   <s:br/>
                   Left deltoid injury
                   <s:tab />
                   Right deltoid injury
             </s:div>
         </s:TextFlow>
    </s:RichEditableText>
    </s:Application>
    (The padding occurs with or without the <s:div>, but I thought you should see what I'm ultimately trying to accomplish.)
    thanks again for your help!
    -Robert
    p.s. thank you to peter dehaan for the tabstops help!

  • How to create a part with SMD pads on top and bottom layer

    I'm trying to create a part that is a printed antenna. The board will contain an array of these so I am trying to create it as a part I can place. The active element of the antenna is on the top layer and the ground part is on the bottom layer. So I need an SMD pin on top for the active element and I need an SMD pin on the bottom to connect that part to ground. But I can't seem to be able to place an SMD pad on the bottom layer. How can I do this?
    Solved!
    Go to Solution.

    Thanks for the additional information. I've entered this into our
    defect tracking system so that I can resolve this for a future relase.
    If you want to check the status, the ID is D114004.
    Garret
    Senior Software Developer
    National Instruments
    Circuit Design Community and Blog
    If someone helped you, let them know. Mark as solved or give a kudo.

  • Replacement rubber pad for top of LCD

    Hi anyone got any idea on if the rubber pads at the top of the LCD screen are coverred under the warrenty ? Or where I can get any from. The top two on my laptop seem to have come off and so I get to see the ugly screws underneath now.
    Thanks

    If anyone else has this problem, it's likely that Lenovo will force you to mail in the entire laptop (which Lenovo says takes 5-7 business days plus shipping time). 
    When I called Lenovo, they set up a case with me and told me that they would send the part.  I never received the part though, so after 3-4 weeks, I call back and they tell me that the case is canceled.  They never even called me to notify me of this.  They claim that the part has to be replaced by a certified technician, which is surprising since Lenovo has sent me a palmrest in the past to replace on my own.

  • Content not lining up in the sidebar with the content located in the main area?

    Hello, I’ve created a website using Dreamweaver CS4 and have come across an issue while using a template. The template I’m using is: 2 column fixed, right sidebar, header and footer. The problem seems to be in the sidebar where the content does not start at the top, it seems to be about 15px below the content in the main area. I can't find any CSS or any reason why it's starts where it does. It seems to look like even and as it should in Firefox, Google Chrome and Safari but not in IE9. The page is live at www.Lots2Homes.com and you'll see the content is lower in the right sidebar than in the main area to the left. The code for the home page and CSS is below. This has me going in circles, any help or ideas would be much appreciated. Thanks!
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <!-- Start of  no right click script -->
    <script type="text/javascript" src="includes/no_right_click.js"></script>
    <!-- End of  no right click script -->
    <meta name="norton-safeweb-site-verification" content="q5pn0zppxw16pngb17u9bt3gtuklju0mr-wug3hpwmudp0h70hgx44yjn2m3235nuxr6l17xlfnqszrz 3q3pjp75afqpecotqbh2pd6c485pxvehuee2wqihtjqa1uut" />
    <meta name="generator" content="HTML Tidy for Linux (vers 6 November 2007), see www.w3.org" />
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <meta name="description" content="Search the MLS, Professional Buyer Programs, Marketing Plans, NH Information, Free Guides, Short Sale Information, NH Buyer and Seller Representation"/>
    <meta name="keywords" content="New Hampshire, Real Estate, Your Source for New Hampshire Real Estate, NH Real Estate Agent, Paul R. Martin, Buyer Agent, GRI, ABR, e-PRO, SFR, REALTOR, Listing Agent, Portsmouth, home for sale"/>
    <meta name="rating" content="General"/>
    <meta name="revisit-after" content="14 days"/>
    <meta name="Robots" content="All"/>
    <meta name="google-site-verification" content="hch3bvgPs2nwvn-waiOpfg4j9mJJTd5k-OZ-NiGFFr8" />
    <link rel="shortcut icon" type="image/x-icon" href="images/favicon.ico"/>
    <link rel="icon" href="http://www.lots2homes.com/images/favicon.ico" type="image/favicon.ico"/>
    <title>Lots2Homes.com - Your Source for NH Real Estate</title>
    <link href="css/2012_layout.css" rel="stylesheet" type="text/css" />
    <style type="text/css">
    <!--
    .twoColFixRtHdr #mainContent {
    padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
    margin-top: 0;
    margin-right: 344px;
    margin-bottom: 0;
    margin-left: 0;
    background-image: url(images/2-column/main-middle.png);
    background-repeat: repeat-y;
    .twoColFixRtHdr #sidebar1 {
    float: right; /* since this element is floated, a width must be given */
    width: 344px;
    padding:0px;
    margin:0px;
    background-image: url(images/2-column/r-sidebar-middle.png);
    background-repeat: repeat-y;
    -->
    </style><!--[if IE 5]>
    <style type="text/css">
    /* place css box model fixes for IE 5* in this conditional comment */
    .twoColFixRtHdr #sidebar1 { width: 220px; }
    </style>
    <![endif]--><!--[if IE]>
    <style type="text/css">
    /* place css fixes for all versions of IE in this conditional comment */
    .twoColFixRtHdr #sidebar1 { padding-top: 30px; }
    .twoColFixRtHdr #mainContent { zoom: 1; }
    /* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
    </style>
    <![endif]-->
    <script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
    <script src="Scripts/swfobject_modified.js" type="text/javascript"></script>
    <script src="SpryAssets/SpryAccordion.js" type="text/javascript"></script>
    <link href="SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
    <style type="text/css">
        <?php require_once('includes/back_ground.php'); ?>
    </style>
    <script type="text/javascript">
        // <![CDATA[
    function MM_preloadImages() { //v3.0
      var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
        var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
        if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
    function MM_swapImgRestore() { //v3.0
      var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
    function MM_findObj(n, d) { //v4.01
      var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
        d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
      if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
      for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
      if(!x && d.getElementById) x=d.getElementById(n); return x;
    function MM_swapImage() { //v3.0
      var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
       if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
    // ]]>
    </script>
    <link href="SpryAssets/SpryAccordion.css" rel="stylesheet" type="text/css" />
    <script type="text/javascript">
      var _gaq = _gaq || [];
      _gaq.push(['_setAccount', 'UA-24136715-1']);
      _gaq.push(['_trackPageview']);
      (function() {
        var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
        var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
    </script>
    <style type="text/css">
    <!--
    body,td,th {
    font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
    a:hover {
    color: #F00;
    -->
    </style></head>
    <body class="twoColFixRtHdr">
    <div id="container">
    <div id="header_flash_window">
      <?php require('includes/header_flash.php'); ?>
    </div>
      <div id="header">
        <?php require('includes/header.php'); ?>
      <!-- end #header --></div>
      <div id="navigation">
    <?php require('includes/navbar.php'); ?>
    </div><!--close nav-->
    <div id="top"></div>
    <div id="sidebar1">
    <div id="content">
    <div id="social-media-buttons">
      <a href="http://www.facebook.com/EPRO.AGENT" target="_blank"><img src="images/social_media/facebook_32.png" name="facebook_icon" width="35" height="36" border="0" id="facebook_icon" alt="Paul Martin facebook" /></a>
      <a href="http://www.flickr.com/lots2homes" target="_blank"><img src="images/social_media/flickr_32.png" name="flickr_icon" width="36" height="36" border="0" id="flickr_icon" alt="Paul Martin Flicker" /></a>
      <a href="http://www.linkedin.com/in/paulrmartin" target="_blank"><img src="images/social_media/linkedin_32.png" name="linkedin_icon" width="35" height="37" border="0" id="linkedin_icon" alt="Paul Martin Linkedin" /></a>
      <a href="http://www.lots2homes.com/weblog/" target="_blank"><img src="images/social_media/wordpress_32.png" name="wordpress_icon" width="35" height="36" border="0" id="wordpress_icon" alt="Paul Martin Wordpress" /></a>
      <a href="http://www.youtube.com/user/EstatesNland" target="_blank"><img src="images/social_media/youtube_32.png" name="youtube_icon" width="36" height="37" border="0" id="youtube_icon" alt="Paul Martin Youtube" /></a>
    <a href="http://www.delicious.com/save" target="_blank" onclick="window.open('http://www.delicious.com/save?v=5&noui&jump=close&url='+encodeURIComponent(location.href)+ '&title='+encodeURIComponent(document.title), 'delicious','toolbar=no,width=550,height=550'); return false;"><img src="images/social_media/delicious_32.png" alt="Paul Martin Delicious" width="35" height="36" border="0" /></a>
    <a href="http://twitter.com/#!/Lots2Homes" target="_blank"><img src="images/social_media/twitter_32.png" alt="Paul Martin Twitter" width="35" height="36" border="0" /></a>
    </div>
    <div id="index_like"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.facebook.com%2FEPRO.AGENT&a mp;send=false&amp;layout=standard&amp;width=292&amp;show_faces=true&amp;action=like&amp;co lorscheme=light&amp;font=tahoma&amp;height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:292px; height:80px;" allowTransparency="true"></iframe></div>
    <div id="stick"><div id="stik" style="width:225px;height:75px;text-align:center;"><a href= "http://www.stik.com/paul.martin" class="il" target="blank" style="position:relative;display:block;"><img src="http://www.stik.com/badge/image?v=1&amp;stikid=1005641" alt="Paul Martin, Realtor at Keller Williams Coastal Realty, is Recommended and Reviewed at Stik.com" title="Paul Martin, Realtor at Keller Williams Coastal Realty, is Recommended and Reviewed at Stik.com" style="border:0px; margin:0px;" /><iframe src= "http://www.stik.com/badge/frame?v=1&amp;stikid=1005641" frameBorder="0" scrolling="no" style="width:116px;height:36px; border:0px; position:absolute;left:98px; top:0px;"></iframe><br/></a><div class="l" style="height:18px;"><a href="http://www.stik.com/paul.martin" target="blank" style="font-family:Arial;font-size:9px;color:#3B5998;text-decoration:none;font-weight:nor mal;">Read Recommendations and Reviews on</a> <a href="http://www.stik.com" target="blank" style="font-family:Arial;font-size:9px;color:#3B5998;text-decoration:none;font-weight:nor mal;">Stik.com</a></div></div></div>
    <hr/>
    <div id="my_listings">
    <h2>My Current Listings</h2>
          <div id="Accordion1" class="Accordion">
            <div class="AccordionPanel">
              <div class="AccordionPanelTab">$139,900 - Raymond Ranch</div>
              <div class="AccordionPanelContent"><a href="listing_page_24_sesame.php"><img src="images/listings/24_sesame.jpg" width="299" height="198" alt="24 Sesame St St Raymond, NH" /></a></div>
            </div>
    <div class="AccordionPanel">
      <div class="AccordionPanelTab">$194,900 - Northwood Ranch</div>
              <div class="AccordionPanelContent"><a href="listing_page_27_bass.php"><img src="images/listings/Harvey-Lake-Home-Northwood,.jpg" width="299" height="198" alt="27 Bass Rd Northwood, NH" /></a></div>
            </div>
    <div class="AccordionPanel">
      <div class="AccordionPanelTab">$249,900 - Milton Custom Cape</div>
              <div class="AccordionPanelContent"><a href="listing_page_99_gold_milton.php"><img src="images/listings/99_gold_st.jpg" width="299" height="198" alt="99 Gold St Milton NH for sale by Paul Martin and Keller Williams Coastal Realty" /></a></div>
            </div>
    <div class="AccordionPanel">
      <div class="AccordionPanelTab">$159,900 - Effingham Multi Unit</div>
              <div class="AccordionPanelContent"><a href="listing_page_108_champion_hill.php"><img src="images/listings/108_champion_hill.jpg" width="299" height="198" alt="108 Champion Hill Rd Effingham, NH" /></a></div>
            </div>
            <div class="AccordionPanel">
              <div class="AccordionPanelTab">$324,900 - Epsom Colonial</div>
              <div class="AccordionPanelContent"><a href="listing_page_206_copperline_epsom.php"><img src="images/listings/206_copperline/199x198.jpg" width="299" height="198" alt="206 Copperline Rd Epsom, NH" /></a></div>
            </div>
            <div class="AccordionPanel">
              <div class="AccordionPanelTab">$189,900 - Middleton Ranch</div>
      <div class="AccordionPanelContent"><a href="listing_page_60_lakeshore_middleton.php"><img src="images/listings/Sunrise-Lake-Home.jpg" width="299" height="198" alt="60 Lakeshore Dr Middleton, NH" /></a></div>
    </div>
    <div class="AccordionPanel">
      <div class="AccordionPanelTab">$259,900 - Exeter Duplex</div>
      <div class="AccordionPanelContent"><a href="listing_page_34_36_south_st.php"><img src="images/listings/34_36_south_st.jpg" width="299" height="198" alt="34-36 South St Exeter, NH" /></a></div>
    </div>
    <div class="AccordionPanel">
      <div class="AccordionPanelTab">$249,900 - Sunrise Lake Ranch</div>
              <div class="AccordionPanelContent"><a href="listing_page_86_lakeshore.php"><img src="images/listings/86-Lakeshore-Dr.jpg" width="299" height="198" alt="86 Lakeshore Dr Middleton, NH" /></a></div>
            </div>
    <div class="AccordionPanel">
      <div class="AccordionPanelTab">$249,000 - Dover Point Colonial</div>
      <div class="AccordionPanelContent"><img src="images/listings/Colonial-Condex.jpg" width="299" height="198" alt="Dover Point Colonial sold by Paul Martin" /></div>
    </div>
    <div class="AccordionPanel">
      <div class="AccordionPanelTab">$235,500 - Chichester Cape</div>
      <div class="AccordionPanelContent"><img src="images/listings/26_cross_rd.jpg" width="299" height="198" alt="Sold by Paul Martin" /></div>
    </div>
    <div class="AccordionPanel">
      <div class="AccordionPanelTab">$295,000 - Londonderry Colonial</div>
      <div class="AccordionPanelContent"><img src="images/listings/25_king_henry.jpg" width="299" height="198" alt="Sold by Paul Martin" /></div>
    </div>
    <div class="AccordionPanel">
      <div class="AccordionPanelTab">Put Your Home for Sale Here!</div>
              <div class="AccordionPanelContent"><img src="images/listing_ad.jpg" width="299" height="198" alt="List your home for sale on Lots2Homes.com" /></div>
            </div>
          </div>
    </div>
    <hr />
    <div id="info_1">
    <h2>Will 2012 See Improvement? </h2>
    <p>by Carla Hill<br />
    <br />
    We’ve seen the effects of tight mortgage conditions over the last year. Existing and new homes sales have struggled and we are now left with sizable pent-up demand. Will this trend continue into 2012?<br />
    <br />
      For starters, consumer prices fell in October, meaning low wage workers and others struggling to make ends meet will find more affordability...
      <br />
    <br />
    <a href="Read" _mce_href="http://realtytimes.com/rtpages/20111121_realestateoutlook.htm">Read">http://re altytimes.com/rtpages/20111121_realestateoutlook.htm">Read More</a></p>
    </div>
    <hr />
    <div id="info_2">
    <h2>Timing the Real Estate Cycle</h2>
    <p>by Paul Martin<br />
    <br />
    Real estate cycles are created by an imbalance that occurs between the supply of available homes on the market and demand for these homes by ready willing and able buyers.<br />
    <br />
    The reasons for an over or under supply of homes and an over or under demand for these homes can differ from one cycle to another...<br />
    <br />
    <a href="Read" _mce_href="http://www.lots2homes.com/weblog/?p=84">Read">http://www.lots2homes.com/weblog /?p=84">Read More</a></p>
    </div>
    <hr />
    <div id="info_3">
    <h2>Thinking about a Short Sale?</h2>
    <p>If you're looking for Short Sale Information and assistance, I can help. As an SFR (Short Sale and Foreclosure Resource Specialist) and a LMC (Loss Mitigation Consultant), Shorts sales are one of my specialties!<br />
    <br />
    Don't lose time, call me today! I work hand in hand with The Loan Workout Group out of the Cater Law Office in Londonderry, one of New Hampshire’s most experienced and premiere Short Sale specialists. Together we work as a team to get your short sale accepted and your home sold in time to save you from foreclosure. </p>
    </div>
    <hr />
      <div id="sidebar_flash_ad">
        <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="214" height="320" id="FlashID3" title="Loan Workout Group Ad">
          <param name="movie" value="flash/loan_workout_group.swf" />
          <param name="quality" value="high" />
          <param name="wmode" value="opaque" />
          <param name="swfversion" value="6.0.65.0" />
          <!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don’t want users to see the prompt. -->
          <param name="expressinstall" value="Scripts/expressInstall.swf" />
          <!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->
          <!--[if !IE]>-->
          <object type="application/x-shockwave-flash" data="flash/loan_workout_group.swf" width="214" height="320">
            <!--<![endif]-->
            <param name="quality" value="high" />
            <param name="wmode" value="opaque" />
            <param name="swfversion" value="6.0.65.0" />
            <param name="expressinstall" value="Scripts/expressInstall.swf" />
            <!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->
            <div>
              <h4>Content on this page requires a newer version of Adobe Flash Player.</h4>
              <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" width="112" height="33" /></a></p>
            </div>
            <!--[if !IE]>-->
          </object>
          <!--<![endif]-->
        </object>
      </div>
    </div>
         <div id="sidebar-bottom"></div>
      <!-- end #sidebar1 --></div>
    <div id="mainContent">
       <div id="content">
    <div id="welcome_message">
      <h1>Welcome to Lots2Homes.com - Your Source for NH Real Estate</h1>
    <p>As a New Hampshire REALTOR®, I designed and built <span class="bold">Lots2Homes.com</span> specifically to help people looking to purchase homes here in New Hampshire and to give our local home sellers an edge through technology driven marketing. The goal here on <span class="bold">Lots2Homes.com</span> is to become your leading source for NH real estate information and a helpful guide to purchasing and selling homes in the Rockingham, Strafford and Belknap county area.<br />
    <br />
    Here on <span class="bold">Lots2Homes.com</span> home buyers can search for available homes on the local MLS, sign up for automatic search notifications and look up information on every town found here in NH. Buyers also can receive great home buying tips through my complimentary <a href="buyer_guides.php">BUYER GUIDES</a> and get information on my full service <a href="my_buyers_program.php">Buyer Representation</a> as an <span class="bold">ABR REALTOR®</span>. My buyer program comes at no cost and can assist you from beginning to end in home buying process. It will help you to take advantage of the great buyer’s market were experiencing and it comes complete with a <a href="my_buyers_program.php">Buyer Bonus</a> just for signing up!<br />
    <br />
    Home sellers can get information here on how the local and <a href="housing_prices.php">national housing market</a> is trending and how leading edge marketing technology can help them sell their home in today’s challenging market conditions. Sellers will also be able to get information on how to price their home competitively with the help of a Pricing Study Analysis and find out how I’m helping NH home sellers succeed in today’s market as and <span class="bold">e-PRO Marketing Specialist</span> through <a href="my_marketing_plan.php">My Marketing Plan</a>. </p>
    </div>
    <hr/>
    <h2>Search for available New Hampshire Homes Now!</h2>
    <div id="quick_search_area"><img src="images/buttons/home-page-search.png" alt="Search for Homes Now" width="599" height="300" border="0" usemap="#Map2" />
      <map name="Map2" id="Map2">
        <area shape="rect" coords="40,28,274,223" href="http://www.lots2homes.idxco.com/idx/6152/basicSearch.php" target="_self" alt="MLS Quick Search" />
        <area shape="rect" coords="320,29,554,223" href="http://www.lots2homes.idxco.com/idx/6152/mapSearch.php" target="_self" alt="MLS Map Search" />
        <area shape="rect" coords="407,263,557,291" href="http://www.lots2homes.idxco.com/idx/6152/advancedSearch.php" target="_self" alt="MLS Advanced Search" />
      </map>
    </div>
    <br />
    <hr/>
    <div id="featured_property_title"><img src="images/featured_property_title.png" width="351" height="49" alt="Featured Property" /></div>
       <div id="featured_listing">
         <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="212" height="132" id="FlashID2" title="27 Bass Rd Northwood, NH">
           <param name="movie" value="flash/27_bass.swf" />
           <param name="quality" value="high" />
           <param name="wmode" value="opaque" />
           <param name="swfversion" value="6.0.65.0" />
           <!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don’t want users to see the prompt. -->
           <param name="expressinstall" value="Scripts/expressInstall.swf" />
           <!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->
           <!--[if !IE]>-->
           <object type="application/x-shockwave-flash" data="flash/27_bass.swf" width="212" height="132">
             <!--<![endif]-->
             <param name="quality" value="high" />
             <param name="wmode" value="opaque" />
             <param name="swfversion" value="6.0.65.0" />
             <param name="expressinstall" value="Scripts/expressInstall.swf" />
             <!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->
             <div>
               <h4>Content on this page requires a newer version of Adobe Flash Player.</h4>
               <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" width="112" height="33" /></a></p>
             </div>
             <!--[if !IE]>-->
           </object>
           <!--<![endif]-->
         </object>
         <a href="listing_page_27_bass.php"><img src="images/featured_properties/27_bass_northwood.jpg" width="630" height="480" alt="Featured Listing" /></a></div>
      <br />
    <hr />
      <div id="buyer_program">
         <h2>My Buyers Program</h2>
        <p>In today's competitive real  estate market, timing and knowledge is everything. Do you have your home buying  strategy in place yet?<br />
          <br />
          As one of New Hampshire's Accredited Buyer Representative REALTORS®,  helping home buyers to succeed is one of my specialties. My program can assist you with:</p>
          <div id="abr_logo"><img src="images/icons/abr_oval_196.png" width="196" height="123" alt="ABR logo" /></div>
    <ul id="list">
      <li>Locating available homes that fit your search criteria in your preferred areas</li>
           <li>Negotiate price, terms and conditions that fit your needs and protect your interest</li>
           <li>Coordinate home inspections and the preparation of closing documents</li>
           <li>Resolve any closing issues as they arise to keep you on track  </li>
             <li>help you get the keys to your new home!</li>
          </ul>
    <p><span class="bold">Contact me today or</span> <a href="my_buyers_program.php" class="bold">READ MORE HERE</a><span class="bold"> for more information on</span> <a href="my_buyers_program.php" class="bold">My Buyers Program</a></p>
       </div>
       <hr/>
       <div id="marketing_plan">
       <h2>My Marketing Plan</h2>
       <p>Home Sellers face challenging market conditions these days. Gone are the days of just needing a sign out front to sell your home quickly  and for a great price. Buyers today have a crowded market to choose from and most are tech savvy as well. <br />
       </p>
       <div id="epro-logo"><a href="epro.php"><img src="images/icons/ePRO_196.png" alt="e-PRO logo" width="196" height="107" border="0" usemap="#Map3" /></a>
         <map name="Map3" id="Map3">
           <area shape="poly" coords="3,39,32,64,32,104,83,103,82,71,143,67,184,55,192,39,188,23,158,8,99,1,46,5,19,14, 4,26" href="#" />
         </map>
       </div>
       <p> They want to see as much as possible of your home online before making an appointment to see it in person.
         That's where my marketing expertise excels.<br />
      <br />
         As one of the few<span class="italic_and_bold"> e-PRO REALTORS®</span> in New Hampshire, I've been trained in all the latest web marketing techniques. <br />
      <br />
         I combine the power of web marketing with traditional marketing methods to maximize your home's exposure in a crowded market place.</p>
      <br />
      <center><span class="bold">Contact me today or</span> <a href="my_marketing_plan.php" class="bold">READ MORE HERE</a><span class="bold"> for more information on</span> <a href="my_marketing_plan.php" class="bold">My Marketing Plan</a></center>
       </div>
       <hr/>
       <div id="media-1">
    <div id="video-1">
      <embed src="http://c.brightcove.com/services/viewer/federated_f8/1465406675" bgcolor="#FFFFFF" flashvars="videoId=1288013534001&playerId=1465406675&viewerSecureGatewayURL=https://console.brightcove.com/services/amfgateway&servicesURL=http://services.brightcove. com/services&cdnURL=http://admin.brightcove.com&domain=embed&autoStart=false&" base="http://admin.brightcove.com" name="flashObj" width="400" height="320" seamlesstabbing="false" type="application/x-shockwave-flash" swliveconnect="true" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></e mbed>
    </div>
          <div id="video-1_text">
       <h3>October Existing-Home Sales Rise, While the Unsold Inventory Continues to Decline</h3>
       <hr />
       <p>Washington, DC, November 21, 2011
    Existing-home sales improved in October while the number of homes on the market continued to decline, according to the National Association of Realtors®.<br />
          Read more and get the full story  on <a href="REALTOR.Org.http://www.realtor.org/press_room/news_releases/2011/11/ehs_oct">REALTOR.Org.</a><a href="&lt;img src=&quot;images/icons/Realtor_org-logo_thumb.jpg&quot; width=&quot;160&quot; height=&quot;90&quot; alt=&quot;REALTOR.Org&quot; /&gt;"><img src="images/icons/Realtor_org-small.jpg" width="80" height="47" alt="Realtor.org" /></a></p>
        </div>
      </div>
      </div>
        <div id="main-bottom"></div>
    <!-- end #mainContent --></div>
    <!-- This clearing element should immediately follow the #mainContent div in order to force the #container div to contain all child floats --><br class="clearfloat" />
    <div id="footer">
    <?php require('includes/footer_menu_6.php'); ?>
      </div>
    <!-- end #container --></div>
    </div>
    <script type="text/javascript">
    <!--
    swfobject.registerObject("FlashID2");
    swfobject.registerObject("FlashID2");
    var Accordion1 = new Spry.Widget.Accordion("Accordion1");
    //-->
    </script>
    </body>
    </html>
    @charset "utf-8";
    /* CSS Document */
    #mainContent {
    padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
    margin-top: 0;
    margin-right: 344px;
    margin-bottom: 0;
    margin-left: 0;
    background-repeat: repeat-y;
    background-image: url(../images/2-column/main-middle.png);
    #sidebar1 {
    float: right; /* since this element is floated, a width must be given */
    width: 344px;
    padding:0px;
    margin:0px;
    background-repeat: repeat-y;
    background-image: url(../images/2-column/r-sidebar-middle.png);
    body  {
    margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
    padding: 0;
    text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
    color: #000000;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 100%;
    background-color: #5783A6;
    p {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-align: justify;
    a img {
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    h1 {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 20px;
    text-decoration: underline;
    margin: 0px;
    h2 {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 18px;
    text-align: center;
    margin: 0px;
    h3 {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-align: center;
    h4 {
    font-family: "Comic Sans MS", cursive;
    font-size: 14px;
    font-style: italic;
    font-weight: normal;
    text-align: center;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
    a {
    font-weight: bold;
    text-decoration: underline;
    color: #900;
    hr {
    margin-top: 10px;
    margin-bottom: 10px;
    #container {
    width: 1024px; /* the auto margins (in conjunction with a width) center the page */
    text-align: left; /* this overrides the text-align: center on the body element. */
    margin-right: auto;
    margin-left: auto;
    background-repeat: repeat-y;
    background-image: url(../images/2-column/bg.png);
    margin-top: 0px;
    padding: 0px;
    #header {
    padding-top: 0;
    padding-right: 0px;
    padding-bottom: 0;
    padding-left: 0px;
    background-image: url(images/2-column/bg.png);
    background-repeat: repeat-y;
    #container #top {
    background-image: url(../images/extention_page/2_column/2_column_top_wide.png);
    background-repeat: no-repeat;
    width: 1024px;
    height: 38px;
    padding: 0px;
    #footer {
    padding: 0;
    background-image: url(images/2-column/bg.png);
    background-repeat: repeat-y;
    #footer p {
    margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
    padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
    .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. */
    float: right;
    margin-left: 8px;
    .fltlft { /* this class can be used to float an element left in your page */
    float: left;
    margin-right: 8px;
    .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 */
    clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
    #container #header_flash_window {
    position: absolute;
    margin-top: 182px;
    margin-left: 239px;
    border: 1px solid #848484;
    #container #sidebar1 #sidebar-bottom {
    background-image: url(../images/2-column/r-sidebar-bottom.png);
    background-repeat: no-repeat;
    height: 33px;
    #container #mainContent #main-bottom {
    background-image: url(../images/2-column/main-bottom.png);
    background-repeat: no-repeat;
    height: 33px;
    #container #sidebar1 #content {
    padding-right: 16px;
    padding-left: 13px;
    padding-bottom: 10px;
    padding-top: 0px;
    margin-top: 0px;
    #mainContent #content {
    padding-right: 16px;
    padding-left: 30px;
    #mainContent #content #quick_search_area {
    padding-left: 20px;
    #content #featured_property_title {
    padding-left: 140px;
    #content #featured_listing #FlashID2 {
    clear: both;
    float: none;
    margin-top: 292px;
    margin-left: 391px;
    position: absolute;
    #mainContent #content #buyer_program #abr_logo {
    width: 196px;
    float: right;
    #mainContent #content #buyer_program #list li {
    font-size: 16px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    #mainContent #content #marketing_plan #epro-logo {
    width: 196px;
    float: left;
    margin-right: 15px;
    #container #mainContent #content #marketing_plan p .bold {
    text-align: left;
    #container #mainContent #content #media-1 {
    width: 640px;
    height: 340px;
    #mainContent #content #media-1 #video-1 {
    width: 400px;
    float: left;
    #mainContent #content #media-1 #video-1_text {
    height: 320px;
    width: 220px;
    margin-left: 400px;
    margin-top: 0px;
    padding-top: 0px;
    padding-right: 5px;
    padding-left: 10px;
    #mainContent #content #media-1 #video-1_text p a img {
    float: right;
    margin-right: 65px;
    margin-top: 15px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    #container #sidebar1 #content #stick {
    padding-left: 44px;
    #container #sidebar1 #content #social-media-buttons {
    margin-bottom: 0px;
    margin-left: 22px;
    #container #sidebar1 #content #index_like {
    padding-left: 12px;
    #sidebar1 #content #my_listings {
    padding-left: 7px;
    #sidebar1 #content #info_1 {
    padding-right: 15px;
    padding-left: 15px;
    #sidebar1 #content #info_2 {
    padding-right: 15px;
    padding-left: 15px;
    #sidebar1 #content #info_3 {
    padding-right: 15px;
    padding-left: 15px;
    #sidebar1 #content #sidebar_flash_ad {
    padding-left: 50px;
    #container #container #mainContent2 {
    background-image: url(../images/2-column/thin-sidebar/main-middle.png);
    background-repeat: repeat-y;
    margin-right: 269px;
    #container #container #sidebar2 {
    width: 269px;
    float: right;
    background-image: url(../images/2-column/thin-sidebar/sidebar-middle.png);
    background-repeat: repeat-y;
    #container #sidebar2 #content {
    padding-right: 15px;
    padding-left: 11px;
    #sidebar2 #content #info-1 {
    padding-right: 10px;
    padding-left: 10px;
    #mainContent2 #main-bottom2 {
    background-image: url(../images/2-column/thin-sidebar/main-bottom.png);
    background-repeat: no-repeat;
    height: 33px;
    #mainContent2 #content {
    padding-left: 30px;
    padding-right: 15px;
    #sidebar2 #sidebar-bottom2 {
    background-image: url(../images/2-column/thin-sidebar/sidebar-bottom.png);
    background-repeat: no-repeat;
    height: 33px;
    #sidebar2 #content #paul_logo {
    margin-left: 7px;
    #listings-table table tr td {
    border: 1px solid 484848;
    height: 199px;
    width: 299px;
    #listings-table table tr td img {
    border: 1px solid #000;
    #navigation {
    height: 32px;
    margin: 0px;

    Your template contains an IE Conditional Comment that is adding 30px of top padding to  #sidebar1.  This padding may required in older versions of IE but not IE9.
    &lt;!--[if IE]>
    &lt;style type="text/css">
    /* place css fixes for all versions of IE in this conditional comment */
    .twoColFixRtHdr #sidebar1 { padding-top: 30px; }
    .twoColFixRtHdr #mainContent { zoom: 1; }
    /* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
    </style>
    &lt;![endif]-->
    To fix it, change [if IE]  to [if lt IE 9]
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb

  • Bottom round pad beneath square not updated according to design rules

    I saw this problem with the last couple of sets of boards I ordered so I decided to track it down.
    It turns out that if you have a throughhole component with a square pad on top and a round pad underneath that the round pad doesn't get updated according to design rules even though that is checked in the pad properties. 
    I was using the DIP8300 and DIP14300 footprints from the master database and I set up PCB design rules to set the annular ring to 100% of drill-radius so I could actually see some pad to solder to.  This works perfectly for all the pins except pin 1 and it even works there on the top layer.  If you go in and manually select that pad and look at the copper bottom layer, you can see that the annular ring hasn't been resized though.  If you change the shape to square or rounded square and change it back to round, it updates from the design rules properly.
    This is in v.11.  Not sure if this problem is still there in 12 ...
    Mike

    Hi Mike,
    I was able to re-produce the issue. Thank you for bringing it to our attention. I will report it to R&D.
    Regards,
    Tayyab R,
    National Instruments.

  • Padding between iViews, can't remove

    Hi All,
    I have a strange issue for you all, I have one EP7 installation (sandpit) and one development installation.
    On my development installation I see some gaps between in each page (left padding and top padding from the Page boarder to the iview tray) but there are no padding between two successive iViews. Most noticable is when you have a page -> (iView + page) and the second page also contains iViews. You will see that there are gaps on the left and top margins from the first page, then some more padding on the left and top margins due to the second inner page.
    I've used theme editor and have been changing the Portal Body background -> Padding of Full Width Column settings and on my sandpit (EP7) it seems to fix this BUT on my development box (also EP7 installation) changing this parameter has no effect. Additionally using the supplied SAP themes the padding is visible and changing any of the parameters using the theme editor makes no effect.
    I have exported the theme from my dev system to my sandpit system and the sandpit system has no padding problems....
    Does anyone know if there are other factors which will cause this padding effect to occur? I've checked Theme Editor, checked iView display properties (they are the same between both systems). I dont' know why I can't control the padding between columns/iViews using the Theme Editor on my development system but my changes take effect on my sandpit system.....

    <bump>
    Just wondering if anyone has any ideas on how to fix the layout/presentation ?
    Still trying to figure out why I have these strange margin padding even when I've edited them out in the theme editor...

  • Can no longer switch desktops using control-number on the number pad.

    Now that I upgraded to Mavericks, I can no longer switch desktops in Mission Control using control-number on the number pad. Only the numbers on the top row work.
    It's rather annoying, as it's much easier and quicker for me to swap desktops with my right hand (thumb on control, finger on numeric keypad) than left handwith the top row.
    Anyone else having this problem?
    Remember, Apple, a lot of folks still have full keyboards!

    changing the keyboard shortcuts does the trick!
    (Apparently Mavericks thinks the number pad numbers are different than the top row numbers. If you redo the shortcuts to use the number pad, the top row numbers no longer work with Mission Control)

  • Finder has changed appearance. Sidebar missing.

    Hi!
    I'm using OS X 10.9.5 (mavericks). Recently my finder changed apperance.
    This is how my finder window normally appears, with the sidebar and top-bar.
    ..and this i how it appears now, without the top- and sidebar.
    When I push "cmd+shift+C" it will open as usual, but only when I previously have pushed a finder-logo.
    Can anybody help me get it back to normal, so it appears with the bars?
    - And in a way, where it will open no matter which finder-logo i click (and without me using the "cmd+shift+C" keys).Thank you so much for your time.  Kind regards Emilie

    Ha, that was easy, now I feel a bit stupid.
    - Thanks a million

  • White macbook track pad,

    I cant click on my track pad, The top part moves the pointer, but the bottom does not enter or open thiongs.
    When I conect a mouse, that work fine,so its seems like hardware. Any easy fixes out there?
    THANKS ROB

    No, for that you need the glass trackpad. http://support.apple.com/kb/HT3448

  • Page does not view in IE does when I test in firefox but didn't when I loaded the page.

    Hi,
    I have apge that views fine in Firefox (no surprise there) but in IE the page is basically blank. Anyone got an idea why? Here is my code, I suspect it has something to do with the java but not sure, can anyone help please?
    Thanks in advance!
    Here is the code, I can't send a link the page is current confidental.
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <title>Untitled Document</title>
    <style type="text/css">
    <!--
    body {
        font: 100% Verdana, Arial, Helvetica, sans-serif;
        margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
        padding: 0;
        text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
        color: #000000;
        background-color: #666666;
        background-image: url(Images/BG_outside.jpg);
        background-repeat: repeat-x;
    .oneColFixCtr #container {
        width: 960px;
        margin: 0 auto;
        text-align: left; /* this overrides the text-align: center on the body element. */
        background-color: #FFFFFF;
        background-image: url(Images/BG_2.jpg);
    .oneColFixCtr #mainContent {
        padding: 0 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
        width: 520px;
    .thumbnailIMG {
        float: right;
        padding-right: 5px;
    .CartButton {
        padding-top: 15px;
        padding-left: 118px;
        padding-bottom: 20px;
    .ProductHeading {
        padding-left: 75px;
        padding-top: 35px;
    .ProductTXT {
        padding-left: 75px;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size: 16px;
        color: #333;
        font-weight: bold;
        line-height: 24px;
    .header {
        background-image: url(Images/headerBG.jpg);
        background-color: #FFF;
        background-repeat: no-repeat;
        padding-top: 8px;
    .sidebar {
        float: right;
        width: 400px;
        margin-top: 20px;
    -->
    </style>
    <script src="JavascriptFiles/slideshow.js" type="text/javascript"></script>
    <script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
    <link href="SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
      <script type="text/javascript">
    <!--
    function MM_preloadImages() { //v3.0
      var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
        var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
        if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
    function MM_findObj(n, d) { //v4.01
      var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
        d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
      if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
      for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
      if(!x && d.getElementById) x=d.getElementById(n); return x;
    function MM_swapImage() { //v3.0
      var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
       if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
    function MM_swapImgRestore() { //v3.0
      var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
      </script>
    </head>
    <body class="oneColFixCtr" onload="MM_preloadImages('images/MLB_lgSunglasses/Dodger.jpg','images/MLB_lgSunglasses/Ph illies.jpg','images/MLB_lgSunglasses/Yankees.jpg','images/MLB_lgSunglasses/Rangers.jpg','i mages/MLB_lgSunglasses/Giants.jpg','images/MLB_lgSunglasses/Angles.jpg','images/MLB_lgSung lasses/Rockies.jpg','images/MLB_lgSunglasses/Met.jpg','images/MLB_lgSunglasses/DBacks.jpg' ,'images/MLB_lgSunglasses/Reds.jpg')">
    <div id="container">
      <div class="header"><img src="Images/Logo.png" width="513" height="127" alt="MajorLeagueSunglasses.com" />
        <ul id="MenuBar1" class="MenuBarHorizontal"><ul id="MenuBar2" class="MenuBarHorizontal">
          <li><a href="#">home</a></li>
        </ul>
          <li><a href="#">home</a></li>
          <li><a href="#" class="MenuBarItemSubmenu">products</a>
            <ul>
              <li><a href="#">scorpion</a></li>
              <li><a href="#">viper</a></li>
              <li><a href="#">prodigy</a></li>
              <li><a href="#">rookie</a></li>
            </ul>
          </li>
          <li><a class="MenuBarItemSubmenu" href="#">about us</a>
            <ul>
              <li><a href="#">technology</a></li>
              <li><a href="#">company</a></li>
            </ul>
          </li>
          <li><a href="#">contact us</a></li>
          <li><a href="#">media</a></li>
        </ul>
      </div>
      <div class="sidebar">
        <img src="Images/PickaTeam.png" alt="Pick a Team" width="244" height="23" class="CartButton" />
    <table align="right">
      <tr>
      <td>
       <img src="Images/MLB_team_logos/Boston_CapLogo_Red.gif"" alt="Boston Red Soxs HD Sunglasses" name="color1" width="60" height="39" align="left" id="color4" onclick="MM_swapImage('sunglasses','','images/MLB_lgSunglasses/RedSoxs.png',1)" class="thumbnailIMG" />
      <img src="Images/MLB_team_logos/LA_logo.gif" alt="Dodgers HD Sunglasses" name="color1" width="60" height="39" align="left" id="color" onclick="MM_swapImage('sunglasses','','images/MLB_lgSunglasses/Dodger.png',1)" class="thumbnailIMG" />
      <img src="Images/MLB_team_logos/Phillies.gif" alt="Phillies HD Sunglasses" name="color1" width="60" height="39" align="left" id="color" onclick="MM_swapImage('sunglasses','','images/MLB_lgSunglasses/Phillies.png',1)" class="thumbnailIMG" /><img src="Images/MLB_team_logos/Tampa_Rays_CapLogo.gif" alt="Tampa Bay Rays HD Sunglasses" name="color1" width="60" height="39" align="left" id="color9" onclick="MM_swapImage('sunglasses','','images/MLB_lgSunglasses/Dodger.jpg',1)" class="thumbnailIMG" /><img src="Images/MLB_team_logos/Yankees.gif" alt="Yankees HD Sunglasses" name="color1" width="60" height="39" align="left" id="color" onclick="MM_swapImage('sunglasses','','images/MLB_lgSunglasses/Yankees.png',1)" class="thumbnailIMG" /> </td>
      </tr>
      <tr>
      <td><img src="Images/MLB_team_logos/Padres.gif" alt="San Diego Pardes HD Sunglasses" name="color1" width="60" height="39" align="left" id="color8" onclick="MM_swapImage('sunglasses','','images/MLB_lgSunglasses/Dodger.jpg',1)" class="thumbnailIMG" /><img src="Images/MLB_team_logos/NYMets_capLogo.gif" alt="New York Mets HD Sunglasses" name="color1" width="60" height="39" align="left" id="color12" onclick="MM_swapImage('sunglasses','','images/MLB_lgSunglasses/Mets.png',1)" class="thumbnailIMG" /><img src="Images/MLB_team_logos/Angels.gif" alt="Angles HD Sunglasses" name="color1" width="60" height="39" align="left" id="color11" onclick="MM_swapImage('sunglasses','','images/MLB_lgSunglasses/Angels.png',1)" class="thumbnailIMG" /><img src="Images/MLB_team_logos/DBacks.gif" alt="Arizona Diamondbacks HD Sunglasses" name="color1" width="60" height="39" align="left" id="color3" onclick="MM_swapImage('sunglasses','','images/MLB_lgSunglasses/DBacks.png',1)" class="thumbnailIMG" /><img src="Images/MLB_team_logos/Cubs_logo.gif" alt="Chicago Cubs HD Sunglasses" name="color1" width="60" height="39" align="left" id="color10" onclick="MM_swapImage('sunglasses','','images/MLB_lgSunglasses/Dodger.jpg',1)" class="thumbnailIMG" /></td>
      </tr>
      <tr>
      <td><img src="Images/MLB_team_logos/Rangers.gif" alt="Rangers HD Sunglasses" name="color1" width="60" height="39" align="left" id="color17" onclick="MM_swapImage('sunglasses','','images/MLB_lgSunglasses/Rangers.png',1)" class="thumbnailIMG" /><img src="Images/MLB_team_logos/SFGiants_CapLogo.gif" alt="San Francisco Giants HD Sunglasses" name="color1" width="60" height="39" align="left" id="color3" onclick="MM_swapImage('sunglasses','','images/MLB_lgSunglasses/Giants.png',1)" class="thumbnailIMG" />
      <img src="Images/MLB_team_logos/Pirates.gif" alt="Pittsburg Pirates HD Sunglasses" name="color1" width="60" height="39" align="left" id="color2" onclick="MM_swapImage('sunglasses','','images/MLB_lgSunglasses/Angles.jpg',1)" class="thumbnailIMG" /><img src="Images/MLB_team_logos/WhiteSox.gif" alt="White Sox HD Sunglasses" name="color1" width="60" height="39" align="left" id="color14" onclick="MM_swapImage('sunglasses','','images/MLB_lgSunglasses/DBacks.jpg',1)" class="thumbnailIMG" /><img src="Images/MLB_team_logos/Mariners.gif" alt="Mariners HD Sunglasses" name="color1" width="60" height="39" align="left" id="color13" onclick="MM_swapImage('sunglasses','','images/MLB_lgSunglasses/Dodger.jpg',1)" class="thumbnailIMG" /></td>
      </tr>
        <tr>
      <td><img src="Images/MLB_team_logos/Athletics.gif" alt="Oakland Athletics HD Sunglasses" name="color1" width="60" height="39" align="left" id="color2" onclick="MM_swapImage('sunglasses','','images/MLB_lgSunglasses/Rangers.jpg',1)" class="thumbnailIMG" />
      <img src="Images/MLB_team_logos/Oriols.gif" alt="Baltimore Orioles HD Sunglasses" name="color1" width="60" height="39" align="left" id="color3" onclick="MM_swapImage('sunglasses','','images/MLB_lgSunglasses/Giants.jpg',1)" class="thumbnailIMG" /><img src="Images/MLB_team_logos/Rockies.gif" alt="Colorado Rockies HD Sunglasses" name="color1" width="60" height="39" align="left" id="color15" onclick="MM_swapImage('sunglasses','','images/MLB_lgSunglasses/Rockies.png',1)" class="thumbnailIMG" /><img src="Images/MLB_team_logos/Cardinals.gif" alt="St. Louis Cardnials HD Sunglasses" name="color1" width="60" height="39" align="left" id="color3" onclick="MM_swapImage('sunglasses','','images/MLB_lgSunglasses/DBacks.jpg',1)" class="thumbnailIMG" /><img src="Images/MLB_team_logos/Braves.gif" alt="Atlanta Braves HD Sunglasses" name="color1" width="60" height="39" align="left" id="color5" onclick="MM_swapImage('sunglasses','','images/MLB_lgSunglasses/Dodger.jpg',1)" class="thumbnailIMG" /></td>
      </tr>
      <tr>
      <td><img src="Images/MLB_team_logos/Jays.gif" alt="Toranto Jays HD Sunglasses" name="color1" width="60" height="39*" align="left" id="color2" onclick="MM_swapImage('sunglasses','','images/MLB_lgSunglasses/Rangers.jpg',1)" class="thumbnailIMG" /><img src="Images/MLB_team_logos/Brewers.gif" alt="Milwaukee Brewers HD Sunglasses" name="color1" width="60" height="39" align="left" id="color7" onclick="MM_swapImage('sunglasses','','images/MLB_lgSunglasses/Brewers.png',1)" class="thumbnailIMG" /><img src="Images/MLB_team_logos/Twins.gif" alt="Minnisota Twins HD Sunglasses" name="color1" width="60" height="39" align="left" id="color6" onclick="MM_swapImage('sunglasses','','images/MLB_lgSunglasses/Twins.jpg',1)" class="thumbnailIMG" /><img src="Images/MLB_team_logos/Tigers.gif" alt="Detriot Tigers HD Sunglasses" name="color1" width="60" height="39" align="left" id="color3" onclick="MM_swapImage('sunglasses','','images/MLB_lgSunglasses/Tigers.png',1)" class="thumbnailIMG" /><img src="Images/MLB_team_logos/Indians.gif" alt="Cleveland Indians HD Sunglasses" name="color1" width="60" height="39" align="left" id="color5" onclick="MM_swapImage('sunglasses','','images/MLB_lgSunglasses/Dodger.jpg',1)" class="thumbnailIMG" /></td>
      </tr>
       <tr>
      <td><img src="Images/MLB_team_logos/Astros.gif" alt="Houston Astros HD Sunglasses" name="color1" width="60" height="39" align="left" id="color2" onclick="MM_swapImage('sunglasses','','images/MLB_lgSunglasses/Rangers.jpg',1)" class="thumbnailIMG" /><img src="Images/MLB_team_logos/Reds.gif" alt="Cincinnati Reds HD Sunglasses" name="color1" width="60" height="39" align="left" id="color16" onclick="MM_swapImage('sunglasses','','images/MLB_lgSunglasses/Reds.png',1)" class="thumbnailIMG" /><img src="Images/MLB_team_logos/Royals.gif" alt="Kansas City Royals HD Sunglasses" name="color1" width="60" height="39" align="left" id="color6" onclick="MM_swapImage('sunglasses','','images/MLB_lgSunglasses/Twins.jpg',1)" class="thumbnailIMG" /><img src="Images/MLB_team_logos/Nationals.gif" alt="Washington Nationals HD Sunglasses" name="color1" width="60" height="39" align="left" id="color3" onclick="MM_swapImage('sunglasses','','images/MLB_lgSunglasses/Tigers.jpg',1)" class="thumbnailIMG" /><img src="Images/MLB_team_logos/Marlons.gif" alt="Florida Marlons HD Sunglasses" name="color1" width="60" height="39" align="left" id="color5" onclick="MM_swapImage('sunglasses','','images/MLB_lgSunglasses/Dodger.jpg',1)" class="thumbnailIMG" /></td>
      </tr>
      </table>
      <h3><br />
        <a href="#"><img src="Images/CartButton.png" alt="Add to Cart Button" width="212" height="62" class="CartButton" /></a>
        <img src="Images/images/JuniorPrice_06.png" width="244" height="43" class="CartButton" /></h3>
      </div>
      <div id="mainContent">
      <h1> </h1>
    <a href="http://www.shop.maxxsunglasses.com/product.sc?productId=39&categoryId=5"><img src="Images/MLB_lgSunglasses/Yankees.png" alt="Yankees Prodigy HD Sunglasses" name="sunglasses" width="600" height="310" border="0" align="top" id="sunglasses" /></a>
      <img src="Images/ProdigyTxt.png" width="323" height="47" class="ProductHeading" />
      <p class="ProductTXT"> These sturdy shades provide all over protection for a child’s dynamic lifestyle, with this cool and popular full-fame design. The same great high definition lens as the adult styles. Great for young athletes! The Prodigy is available for every team with a two team color fade. </p>
        <!-- end #mainContent --></div>
    <!-- end #container --></div>
    <script type="text/javascript">
    <!--
    var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
    //-->
    </script>
    </body>

    I suspect it has something to do with the java but not sure
    Just so you'll know, there is no Java on that page.  There is, however JavaScript.  You should know that those two things are different as night and day.
    To fix your problem, change this -
    function MM_swapImgRestore() { //v3.0
      var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
      </script>
    </head>
    to this -
    function MM_swapImgRestore() { //v3.0
      var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
    -->
      </script>
    </head>

  • IE Display Problem

    IE does not display image or flash element at the top of
    “sidebar” as defined in CSS. Is there a workaround to
    get IE to display properly?
    example
    Sidebar displays properly with other browsers.

    Nancy O,
    Removing "padding: 15px 0;" from .twoColElsLtHdr #sidebar1 is
    a good tip but not the answer to the problem. The next line in the
    code overrides the 15px and sets the top padding to opx.
    The real cause is in another area of the code.
    <!--[if IE]>
    <style type="text/css">
    /* place css fixes for all versions of IE in this conditional
    comment */
    .twoColElsLtHdr #sidebar1 {
    padding-top: 30px; }
    .twoColElsLtHdr #mainContent { zoom: 1; padding-top: 15px; }
    /* the above proprietary zoom property gives IE the hasLayout
    it needs to avoid several bugs */
    </style>
    <![endif]-->
    This "if IE" eliment sets top padding to 30px if the browser
    is Internet Explorer. Deleting the highlighted line of code
    corrected the problem.
    Dreamweaver includes the "if code" in predesigned CSS
    layouts.

  • CAn't get background to contain content inside it .

    I am wondering why the background box in this test page
    http://www.aami.org/dev/tgs/template.htm
    is not containing the content inside of it.
    have created a "container" which sets the background and
    that contains the masthead and a div tag "wrap" which contains the
    two divs "sidebar" and "content". Why isn't the background
    expanding to fit the content?
    I have attached the relevant CSS.

    Hello,
    You didn't clear the floats, so they aren't contained in the
    wrap div.
    CSS:
    .clearfloat {
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
    HTML:
    </ul>
    <!-- InstanceEndEditable --></div>
    <br class="clearfloat" />
    </div>
    </div>
    <div id="footer">
    I hope that helps.
    Take care,
    Tim
    "TSemmes" <[email protected]> wrote in
    message
    news:fsu5tc$rls$[email protected]..
    >I am wondering why the background box in this test page
    >
    http://www.aami.org/dev/tgs/template.htm
    is not containing the content
    > inside
    > of it.
    > have created a "container" which sets the background and
    that contains
    > the
    > masthead and a div tag "wrap" which contains the two
    divs "sidebar" and
    > "content". Why isn't the background expanding to fit the
    content?
    >
    > I have attached the relevant CSS.
    >
    > body {
    > font: 11px/1.33 Verdana, Arial, Helvetica, sans-serif;
    > color: #222;
    > background-color: ;
    > background:#DEE5EC url(images/body_bgrnd.jpg) repeat-x;
    > margin: 12px auto;
    > width: 856px;
    > padding: 0;
    > }
    > #container {
    > background-color: #FFFFFF;
    > padding: 12px;
    > border: solid 1px #666;
    > }
    > #wrap {
    > padding: 24px;
    > background: white;
    > }
    > #sidebar{
    > width: 25%;
    > float: left;
    > margin-top: 0;
    > background: white;
    > }
    > #content {
    > width: 70%;
    > float: right;
    > background: white;
    > }
    >

  • Adding Image

    hey guys, i have the file from my script , "css" file , i
    want to an image to the background instead of a color, can someone
    help me on out to?
    Thanks guys :-)
    this is the code:
    div.sidebar{position: relative; float: right; width: 174px;
    background: #000000 url(../images/sidebar-top-bg.png) no-repeat;}
    div.sidebar a{color: #587680;}
    HERE instead the color i want to add image div.sidebar
    .in{background:
    #00000 url(../images/sidebar-bottom-bg.gif) no-repeat 0
    100%; position: relative; padding: 3px 4px 3px 3px; color:
    #F0FCFF;}
    div.sidebar h3{height: 24px; overflow: hidden; background:
    #000000 url(../images/sidebar-header-bg.gif); font: 18px/22px
    Tahoma, Verdana, sans-serif; color: #BBD7E0; font-style: italic;
    padding-left: 8px;}
    div.sidebar form{padding: 10px 10px 10px 20px;}
    div.sidebar p{margin-bottom: 10px;}

    You can also get very deeply into placing images or movies inside the matte devices provided in some fonts and in the templates.
    The process to place such images is needlessly complicated, though. Be sure to give yourself lots of time to play around and have the manual open on your other screen.
    bogiesan

  • CSS Menu in Wordpress site

    I am attempting to update a menu in a Wordpress site using CSS. I would like to have a repeating background image for each list item that is currently active and on hover, as I have done below. The problem is the image, although 50px high, only shows as the font size (14x) and only shows for the length of the characters. I need to figure out how to force the image to display full height and give some left and right padding.
    #menu {
    height: 50px;
    width: 960px;
    margin-top: 0px;
    margin-right: 20px;
    margin-bottom: 10px;
    margin-left: 20px;
    background-image: url(menu_bg.jpg);
    background-repeat: no-repeat;
    padding-top: 12px;
    #menu ul {
    display: inline;
    height: 50px;
    #menu li {
    display: inline;
    #menu a {
    color: #1f2320;
    font-size: 14px;
    margin-left: 20px;
    font-weight: bold;
    #menu a:link {
    #menu a:hover {
    color: #679800;
    text-decoration: none;
    #menu li a:hover {
    color: #679800;
    text-decoration: none;
    background-image: url(menu_over.jpg);
    background-repeat: repeat-x;

    Hi Nancy; I fixed the borders issue, but cannot seem to get over the fact that everytime I add the full height (50px) for the line height, all that happens is the links are pushed down several pixels. There must be something in the Wordpress theme CSS that's making this happen. I rarely build CSS menus from scratch...
    This works fine, but the borders, backgrounds, etc. only extend the height of the font:
    #menu {
    height: 50px;
    width: 960px;
    margin-top: 0px;
    margin-right: 20px;
    margin-bottom: 10px;
    margin-left: 20px;
    background-image: url(menu_bg.jpg);
    background-repeat: no-repeat;
    padding-top: 12px;
    #menu ul {
    display: inline;
    margin-left: 14px;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #FFC315;
    line-height: normal;
    #menu li {
    display: inline;
    line-height: 100%;
    #menu li a {
    height: 50px;
    border-right-width: 1px;
    border-right-style: solid;
    font-size: 14px;
    font-weight: bold;
    border-right-color: #ffc315;
    color: #262927;
    padding-right: 9px;
    padding-left: 9px;
    #menu a:link {
    #menu a:hover {
    color: #679800;
    #menu li a:hover {
    color: #679800;
    The full CSS file looks like this, and contains some strange things I suppose are WP-oriented:
    Theme Name: Subway
    Theme URI: none
    Description: site
    Tags:
    Author: me
    Author URI:
    Latest updated:
    /* CSS RESET */
    html, body, div, span, applet, object, iframe,
    h1, h2, h3, h4, h5, h6, p, blockquote, pre,
    a, abbr, acronym, address, big, cite, code,
    del, dfn, em, font, img, ins, kbd, q, s, samp,
    small, strike, strong, sub, sup, tt, var,
    dl, dt, dd, ol, ul, li,
    fieldset, form, label, legend,
    table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
    /* remember to define focus styles! */
    :focus {
    outline: 0;
    body {
    line-height: 1;
    color: black;
    ol, ul {
    list-style: none;
    /* tables still need 'cellspacing="0"' in the markup */
    table {
    border-collapse: separate;
    border-spacing: 0;
    caption, th, td {
    text-align: left;
    font-weight: normal;
    blockquote:before, blockquote:after,
    q:before, q:after {
    content: "";
    blockquote, q {
    quotes: "" "";
    /* END CSS RESET */
    html{ background-color:#262927; font-family:Tahoma, Arial, Helvetica, sans-serif}
    #wrapper{margin:0px auto; margin-top:20px;background-color:#181B19; width:960px; border:1px solid #383C37;
    font-family: 'Trebuchet MS', Tahoma, Arial, Helvetica, sans-serif;
    font-size:0.7em;
    line-height:1.4em;}
    #header{
    background-image:url('banner.jpg');
    width:920px;
    height:312px;
    background-repeat:no-repeat;
    padding-top:10px;
    margin-top: 20px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    #menu {
    height: 50px;
    width: 960px;
    margin-top: 0px;
    margin-right: 20px;
    margin-bottom: 10px;
    margin-left: 20px;
    background-image: url(menu_bg.jpg);
    background-repeat: no-repeat;
    padding-top: 12px;
    #menu ul {
    display: inline;
    margin-left: 14px;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #FFC315;
    line-height: normal;
    #menu li {
    display: inline;
    line-height: 100%;
    #menu li a {
    height: 50px;
    border-right-width: 1px;
    border-right-style: solid;
    font-size: 14px;
    font-weight: bold;
    border-right-color: #ffc315;
    color: #262927;
    padding-right: 9px;
    padding-left: 9px;
    #menu a:link {
    #menu a:hover {
    color: #679800;
    #menu li a:hover {
    color: #679800;
    #blog-title,#blog-description{margin-top:10px;margin-left:10px;}
    #blog-title *{color:white; text-decoration:none}
    #blog-description *,#blog-description{color:#DDDCD2;}
    .sidebar{float:right; width:300px;margin-right:20px;margin-bottom:19px; color:#C1BCAC; background-color:#1f2320; border:1px solid #262927;padding:10px 0px 10px 0px;}
    #container{float:left; width:580px; margin-left:20px;  color:#C1BCAC; font-size:1.1em;margin-bottom:19px;}
    #container blockquote{margin:0;padding:5px;background-color:#1f2320; border-top:1px solid #262927;border-bottom:1px solid #262927;}
    #container blockquote blockquote{margin:0px 10px;padding:5px;background-color:#1f2320; border-top:1px solid #262927;border-bottom:1px solid #262927;}
    .post {padding-bottom:30px;}
    .clearboth{clear:both;}
    .page-link{clear:both;width:100%;}
    /*  -----|  Typography  |---------------------------------------------------  */
    a{color:white; text-decoration:none;}
    a:hover{text-decoration:underline;}
    h1, h2, h3, h4, h5, h6, #container blockquote, .entry-date,#wp-calendar caption {margin-bottom:0.8em; font-family: Georgia, 'Times New Roman', serif; font-weight: normal; margin-top:0px; padding-top:0px;line-height:1.3em;}
    h1{
    font-size:1.7em;
    display: none;
    h2{font-size:1.4em;}
    h3, #wp-calendar caption{font-size:1.2em;}
    p, #container li{margin-bottom:0.9em;margin-top:0.5em;line-height:1.7em;}
    blockquote p{margin-bottom:0.5em;}
    #container ul{ list-style-type:disc;padding-left:2em;}
    #container ol{ list-style-type: decimal;padding-left:2em;}
    .day{font-size:2em; color:white;}
    #container h1{
    color:#ffc315;
    border-bottom:1px solid #262927;
    margin-bottom:20px;
    display:block;
    #container h1 a,#container h2 a{
    color:#ffce15;
    padding-bottom:10px;
    display:block;
    text-decoration:none;
    #container h1 a:hover,#container h2 a:hover{background-color:#262927;}
    h2,h3,h4,h5,h6{
    color:#ffce15;
    .author{padding-bottom:5px;}
    #container h2 a{border-bottom:1px solid #262927;}
    #container .entry-meta{border-top:none;clear:both;line-height:1.4em;padding-bottom:10px;}
    .entry-content{clear:both;}
    /*DATE*/
    .entry-date{float:right;border:1px solid #262927; background-color:#262927;padding:2px 5px 2px 5px;margin:0px 0px 10px 10px;}
    .entry-date *{text-align:center;}
    .sidebar ul, .sidebar ul li{list-style-type:none; padding:0;margin:0}
    .sidebar ul{margin:0px 20px 0px 20px;}
    .sidebar ul ul{margin:0px;}
    .sidebar ul li{margin-bottom:15px;margin-top:15px;}
    .sidebar ul li ul li{margin-bottom:5px;margin-top:5px;}
    #wp-calendar, .calendar_wrap{width:100%; text-align:center;}
    #wp-calendar caption{
    color:#ffc315;
    #wp-calendar td,#wp-calendar th{text-align:center;}
    #wp-calendar th{font-weight:bold;}
    #wp-calendar a{
    color:#ffce15;
    background-color:#181B19;
    border:1px solid #262927;
    display:block;
    text-align:center
    #wp-calendar a:hover{
    color:#ffce15;
    background-color:#262927;
    display:block;
    border:1px solid #262927;
    text-decoration:none;
    #footer{margin:10px auto; font-size:0.7em; padding:5px 0px 5px 0px; width:920px; color:#666666; text-align:right}
    #footer a{color:#666666;}
    .meta-sep{color:#333333;}
    .nav-previous{float:left; width:45%;}
    .nav-next{float:right; width:45%; text-align:right;}
    .nav-previous a, .nav-next a{
    display:block;
    padding:3px;
    color:#ffce15;
    background-color:#1f2320;
    border:1px solid #262927;
    .nav-previous a:hover, .nav-next a:hover{ background-color:#262927; color:white; text-decoration:none;}
    .navigation{margin-bottom:20px;margin-top:20px;}
    .entry-meta{border-top:1px solid #262927;margin-top:20px;padding-top:10px;}
    abbr{border:none;}
    #s{border:1px solid #262927; background:#181B19; width:180px; color: #C1BCAC;padding:3px;}
    #searchsubmit{border:1px solid #262927; width:50px;background:#262927; color:#C1BCAC;padding:3px;}
    #searchsubmit:hover{
    color:#ffce15;
    border:1px solid #C1BCAC;
    #noresults-s,#comment{border:1px solid #383C37; background:#262927; width:180px; color: #C1BCAC;padding:3px;}
    #comment{width:450px;}
    #noresults-searchsubmit{border:1px solid #262927; width:50px;background:#262927; color:#C1BCAC;padding:3px;}
    #submit{border:1px solid #262927; background:#262927; color:#C1BCAC;padding:3px;margin-top:5px;}
    #noresults-searchsubmit:hover{
    color:#ffce15;
    border:1px solid #C1BCAC;
    #submit:hover{
    color:#ffce15;
    border:1px solid #C1BCAC;
    .alignright{float:right; margin:10px 0px 5px 10px;}
    .alignleft{float:left; margin:10px 10px 5px 0px;}
    .aligncenter{margin:10px auto;}
    .avatar{float:right; padding:5px; border:1px solid #999999; background-color:#FFFFFF;}

Maybe you are looking for

  • XFCE4 & Preferred Applications; Mail reader 'claws mail' wont open

    Configuring my XFCE4 setup I wanted to set Claws Mail as my standard mail client, such that when I open links in my browser pointing to mail addresses (mailto:[email protected]) that specified mail clilent automatically opens and lets me type my mail

  • AppleWorks 6

    When trying to open AppleWorks 6 by clicking on its icon on my desktop it flashes on the screen like it is ready to open and then won't launch.  I am using a Mac OS X version 10.5.8.  If I open a document previous made in Appleworks 6 the document wi

  • Disk failure and Backup procedures

    tl;dr: recommendations for data recovery software on a failing hard drive? Hello Forum, I have a PC with two drives, an 1TB HD with /home mounted on it and a 40GB SSD with everything else. At some point working on a document, I had trouble saving it

  • Can i use it in my Mac

    Hello: I just got an airport extreme card from a friend and i tried to install it in my PowerBook G4,(15" 1Ghz black keyboard) someone were saying it works others it doesnt, i guess i need an adaptor or something, any help anyone. Cheers

  • How to get Apple to carrier unlock alltel iphone5c (alltel doesn't exist in co ohio anymore) ALSO will straight talk work on it?

    can an apple unlock it? Will straight talk work on this carrier locked cdma 5c? Alltel doesn't exist in col Ohio anymore and at&t can't do turn it on because it's carrier locked...I need to find a way to get it cut on somehow or I'm out almost $200.0