/**
 * #grid stylesheet
 *
 * @author Neal Hulme <nealhulme@gmail.com>
 * @version 1.0
 */

#grid{
    left: 50%;
    margin-left: -480px;
    position: absolute;
    top: 0;
    width: 960px;
}

#grid div.vert{
	background: rgba(255,0,0,0.1);
    border: solid rgb(0,204,204);
    border-width: 0 1px;
    margin-right: 10px;
    width: 65px;
}
#grid div.vert.first-line{
    margin-left: 23px;
}

#grid div.horiz{
    border-bottom: 1px dotted rgb(204,204,204);
    height: 20px;
    margin: 0;
    padding: 0;
}