/*
Theme Name: Best Bed Guide
Theme URI: http://bestbedguide.com
Description: Custom theme designed to match Best Bed Guide mattress review site
Version: 0.1
Author: Tim Babych
*/

/** Wordpress Blog Styles **/

form#commentform textarea {
	width: 400px;
	height: 160px;
}

.bottomcontentleft {width: 520px; }
/* WP Sidebar */
.bottomcontentright {
	padding: 0 25px 0 0 ;
	margin-top: 100px;
	width: 200px;
}	

.bottomcontentright .widget {
    color:#C94510;
    font-family: bold 13px Verdana,Arial,Helvetica,sans-serif;    
    }
    .bottomcontentright .widget * {
        font-family:normal 12px Arial,Helvetica,sans-serif;        
        color: black;
    }
    .bottomcontentright .widget a {
        color:#733900;
        text-decoration:underline;
    }


    .bottomcontentright ul, .bottomcontentright ul ol { margin: 0; padding: 0; }
    .bottomcontentright ul li {
	    list-style-type: none;
	    list-style-image: none;
	    margin-bottom: 20px;
    }
    .bottomcontentright ul p, .bottomcontentright ul select { margin: 5px 0 8px; }
    .bottomcontentright ul ul, .bottomcontentright ul ol { margin: 10px 0 0 10px; }
    .bottomcontentright ul ul li, .bottomcontentright ul ol li { margin-bottom: 5px; }
    .bottomcontentright ul ul ul, .bottomcontentright ul ol { margin: 0 0 0 10px;}


