 

@import url("style1.css");


/* Change from 3 columns to 2
----------------------------------------------------*/
#content {
        width: 100%;
        float: left;
        margin-right: 4%
}
#main {
	width: 100%;
}
#secondary {
        display: none;
}
#tertiary {
        width: 42%;
        float: right;
        overflow: hidden;
}


/* Headline spacing
--------------------------------------------- */
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	margin:12px 0 12px;
}


/* Change list bullet points from square to disc
---------------------------------------------------- */
#content .post ul li, #content .page ul li, .commentlist ul li {
	list-style-type: disc;
}


/* Add thin gray line below header
--------------------------------------------- */
#site-title {
 
}


/* Remove thin gray line below content/above footer
---------------------------------------------------- */
#wrap {
	border-bottom: none;
}

/* Center footer text
---------------------------------------------------- */
#colophon {
	width: 100%;
        text-align: center;
}

/* Search bar
---------------------------------------------------- */
#searchform {
	float: right;
	margin-top: -3.4em;
}

#searchform input{
	font-family: 'Droid Sans', arial, sans-serif;
	color: #777777;
	text-transform: lowercase;
} 