1. /*
  2. Theme Name:Twenty Eleven Child
  3. Description:Child theme for the Twenty Eleven
  4. theme Author:Onerock
  5. Template:twentyeleven
  6. Version:0.0.01
  7. */
  8.  
  9. @import url("../twentyeleven/style.css");
  10.  
  11.  
  12. #page {
  13. margin: 1.5em auto;
  14. max-width: 1245px;
  15. border-top: 15px solid #bbb;
  16. -webkit-border-radius: 15px;
  17. -moz-border-radius: 15px;
  18. -o-border-radius: 15px;
  19. border-radius: 15px;
  20. }
  21. body, input, textarea {
  22. color: #000000;
  23. }
  24. #primary {
  25. margin: 0% 0% 0% 4%;
  26. width: 110%;
  27. }
  28. #content {
  29. margin: 0% 0% 0% 0%;
  30. width: 65%;
  31. }
  32. #secondary {
  33. float: right;
  34. margin: -265% 0% 0% 0%;
  35. width: 18%;
  36. }