/*
File:			custom.css
Description:	Custom styles for Thesis
More Info:		http://diythemes.com/thesis/rtfm/custom-css/
*/

/*This guy allows me to change the widths of form boxes*/
.custom .format_text input, #commentform input, #commentform textarea {
width:auto;
}

/*Display checkboxes vertically*/
span.wpcf7-list-item { display: block; }

/* My Custom Two Column Design */
div.my-cols-container {background:#ffffff; padding-bottom:1em; margin-bottom:1em; overflow:auto;}
div.my-cols-1 {float:left; width:50%; padding-left:1em; padding-right:1em;}
div.my-cols-2 {float:left; width:45%; padding-right:1em;}
