/* Theme Name: My Basic Theme Description: My Basic Theme created from a simple header.php, funstions.php, sidebar.php, footer.php, style.css and index.php file. Author: Philip Matusiak Author URI: http://iwptpd.downloadwordpress.space Version: 1.0 */ body { font-family: verdana, arial, helvetica, sans-serif; font-size: 16px; color: #555; background: #eee; } #page { width: 960px; margin: 0 auto; background: white; border: 1px solid black; } #header { width: 950px; height: 100px; background: black; color: white; padding: 5px; } #header h1 a { color: white; font-size: 22px; font-family: Georgia; text-decoration: none; } #header h2 { font-size: 16px; font-family: Georgia; color: #eee; } #mainmenu { width: 950px; margin: 0 auto;} #mainmenu ul { width: 100%; float: left; list-style: none; margin: 10px; padding: 10px; } #mainmenu li { float: left; list-style:none; margin: 5px; padding: 5px;} #main { width: 960px; float:left; } #content { width: 600px; margin: 15px 15px 15px 15px; float:left; } #side { width: 220px; margin: 0 15px; float:right; } #side h2 { font-size: 16px; font-family: verdana; color: #555; } #footer { clear: both; width: 960px; height: 50px; background: black; color: white; } #footer p { text-align: center; padding: 15px 0; } #footer a { color: white; }