home *** CD-ROM | disk | FTP | other *** search
- /*
- Design by Free CSS Templates
- http://www.freecsstemplates.org
- Released for free under a Creative Commons Attribution 2.5 License
- */
-
- body {
- margin: 0;
- padding: 0;
- background: #FFFFFF url(images/img1.jpg) repeat-x;
- font: normal small "Times New Roman", Times, serif;
- color: #000000;
- }
-
- form, h1, h2, h3 {
- margin: 0;
- padding: 0;
- text-transform: lowercase;
- font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
- color: #5DC13E;
- }
-
- blockquote {
- font-style: italic;
- }
-
- a {
- text-decoration: none;
- color: #5DC13E;
- }
-
- a:hover {
- text-decoration: underline;
- color: #FF4E00;
- }
-
- /* Header */
-
- #header {
- width: 526px;
- height: 80px;
- margin: 0 auto;
- }
-
- #header h1 {
- float: left;
- padding: 30px 0 0 13px;
- letter-spacing: -4px;
- font-size: 3em;
- }
-
- #header h2 {
- float: right;
- padding: 52px 13px 0 0;
- font-size: 1.2em;
- }
-
- #header a {
- text-decoration: none;
- color: #5DC13E;
- }
-
- /* Menu */
-
- #menu {
- width: 500px;
- height: 50px;
- padding: 5px 13px 0 13px;
- }
-
- #menu ul {
- margin: 0;
- padding: 0;
- list-style: none;
- }
-
- #menu li {
- display: inline;
- }
-
- #menu a {
- display: block;
- float: left;
- width: 125px;
- height: 40px;
- padding: 10px 0 0 0;
- background: url(images/img5.gif) no-repeat;
- text-align: center;
- text-transform: lowercase;
- text-decoration: none;
- letter-spacing: -2px;
- font-size: 1.8em;
- color: #FFFFFF;
- }
-
- #menu .first a {
- background: none;
- }
-
- #menu a:hover {
- }
-
- /* Content */
-
- #content {
- width: 506px;
- margin: 0 auto;
- padding: 0;
- background: #FFFFFF url(images/img2.jpg) no-repeat;
- }
-
- /* Column One */
-
- #colOne {
- float: left;
- width: 280px;
- padding: 20px 0 0 23px;
- }
-
- #colOne a {
- border-bottom: 1px dotted #FF4E00;
- }
-
- #colOne a:hover {
- border: none;
- }
-
- #colOne .post {
- margin-bottom: 30px;
- border-bottom: 1px solid #FF4E00;
- }
-
- #colOne .title {
- letter-spacing: -2px;
- font-size: 1.6em;
- }
-
- #colOne .posted {
- font-size: x-small;
- }
-
- #colOne .meta {
- height: 25px;
- padding: 10px 0 0 0;
- background: url(images/img7.gif) no-repeat right bottom;
- }
-
- #colOne .meta p {
- margin: 0;
- padding: 0;
- font-size: x-small;
- }
-
- /* Column Two */
-
- #colTwo {
- float: right;
- width: 180px;
- padding: 20px 23px 0 0;
- }
-
- #textfield1 {
- width: 160px;
- padding: 2px 0;
- }
-
- #submit1 {
- display: none;
- }
-
- #colTwo ul {
- margin: 0;
- padding: 0;
- list-style: none;
- }
-
- #colTwo li ul, #colTwo li form {
- margin: 0 0 10px 0;
- padding: 10px 10px 15px 10px;
- background: url(images/img4.gif) no-repeat left bottom;
- }
-
- #colTwo h2 {
- height: 28px;
- padding: 4px 0 0 10px;
- background: url(images/img3.jpg) no-repeat;
- letter-spacing: -1px;
- font-size: 1.2em;
- color: #FFFFFF;
- }
-
- /* Footer */
-
- #footer {
- width: 526px;
- margin: 0 auto;
- padding: 10px 0;
- border-top: 1px solid #FF4E00;
- }
-
- #footer p {
- text-align: center;
- font-size: x-small;
- }