It seems virtually impossible to have a sidebar aligned to the left of the "container" box. No matter how much I try, it always goes beneath it, or in random places. I cannot fathom why this is, *shrugs*.
Any help would be greatly appreciated. The custom CSS is here:
<br />
* {<br />
margin:0;<br />
padding:0;<br />
}</p>
<p>#container {<br />
/*float:right;*/<br />
/*display:inline;*/<br />
background-color:teal;<br />
margin-right:auto;<br />
margin-left:auto;<br />
width:800px;<br />
}</p>
<p>div#content {<br />
width:100%;<br />
margin-left:auto;<br />
margin-right:auto;<br />
margin-top:1em;<br />
background-color:salmon;<br />
}</p>
<p>h1#blog-title a {<br />
font-size:0;<br />
}</p>
<p>div#blog-description {<br />
font-size:0;<br />
}</p>
<p>a:link {<br />
color:#A6003E;<br />
text-decoration:none;<br />
}</p>
<p>a:visited {<br />
color:#A6003E;<br />
text-decoration:none;<br />
}</p>
<p>a:hover {<br />
text-decoration:underline;<br />
}</p>
<p>a:active {<br />
color:#A6003E;<br />
text-decoration:none;<br />
}</p>
<p>#header {<br />
background-image:url('http://i.imgur.com/WWebL.png');<br />
background-repeat:no-repeat;<br />
background-position:top center;<br />
height:180px;<br />
padding-top:20px;<br />
margin-top:5px;<br />
}</p>
<p>.skip-link {<br />
position:absolute!important;<br />
clip:rect(1px 1px 1px 1px);<br />
}</p>
<p>#access ul li {<br />
float:left;<br />
list-style:none;<br />
margin-right:20px;<br />
margin-bottom:0;<br />
padding:5px;<br />
width:80px;<br />
text-align:center;<br />
font-family:arial;<br />
}</p>
<p>#access ul li a {<br />
color:#444;<br />
font-weight:bolder;<br />
}</p>
<p>#access ul li a:hover {<br />
color:#75AADB;<br />
text-decoration:none;<br />
}</p>
<p>#access {<br />
margin-left:auto;<br />
margin-right:auto;<br />
padding-bottom:13px;<br />
width:100%;<br />
height:1em;<br />
padding-top:3px;<br />
font-size:12pt;<br />
border-bottom:1px solid gray;<br />
}</p>
<p>.menu {<br />
width:70%;<br />
margin-right:auto;<br />
margin-left:auto;<br />
}</p>
<p>div#primary.sidebar {<br />
background-color:tomato;<br />
overflow:hidden;<br />
width:200px;<br />
/*display:inline;*/<br />
/*margin-right:auto;<br />
margin-left:auto;*/<br />
}</p>
<p>div#secondary.sidebar {<br />
display:none;<br />
clear:left;<br />
}</p>
<p>h2.entry-title {<br />
color:#75AAE5;<br />
}</p>
<p>#footer {<br />
width:0;<br />
font-size:0;<br />
}<br />
The blog I need help with is braintreemencap.wordpress.com.