| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408 |
- /*
- 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: #0BA1DE url(images/img01.gif) repeat-x left top;
- font-size: 14px;
- font-family: Georgia, "Times New Roman", Times, serif;
- text-align: justify;
- color: #FFFFFF;
- }
- h1, h2, h3
- {
- margin: 0;
- /*text-transform: lowercase;*/
- font-weight: normal;
- color: #FFFFFF;
- }
- h1
- {
- letter-spacing: -1px;
- font-size: 32px;
- }
- h2
- {
- font-size: 23px;
- }
- p, ul, ol
- {
- margin: 0 0 2em 0;
- text-align: justify;
- line-height: 26px;
- }
- a:link
- {
- color: #EFCE58;
- }
- a:hover, a:active
- {
- text-decoration: none;
- color: #EFCE58;
- }
- a:visited
- {
- color: #EFCE58;
- }
- img
- {
- border: none;
- }
- img.left
- {
- float: left;
- margin-right: 15px;
- }
- img.right
- {
- float: right;
- margin-left: 15px;
- }
- /* Form */
- form
- {
- margin: 0;
- padding: 0;
- }
- fieldset
- {
- margin: 0;
- padding: 0;
- border: none;
- }
- legend
- {
- display: none;
- }
- input, textarea, select
- {
- font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
- font-size: 13px;
- color: #333333;
- }
- #wrapper
- {
- margin: 0;
- padding: 0;
- }
- /* Header */
- #header
- {
- width: 840px;
- margin: 0 auto;
- height: 60px;
- }
- /* Menu */
- #menu
- {
- float: left;
- width: 840px;
- height: 60px;
- background: url(images/img02.gif) no-repeat left top;
- font-family: Arial, Helvetica, sans-serif;
- }
- #menu ul
- {
- margin: 0;
- padding: 0px 0 0 20px;
- list-style: none;
- line-height: normal;
- }
- #menu li {
- display: block;
- float: left;
- }
- #menu a {
- display: block;
- float: left;
- margin-top: 5px;
- margin-right: 3px;
- padding: 5px 15px;
- text-decoration: none;
- text-transform: uppercase;
- font-size: 11px;
- color: #283386;
- }
- #menu a:hover {
- background: #8BD2EF;
- color: #FFFFFF;
- }
- #menu .current_page_item a {
- background: #8BD2EF;
- color: #FFFFFF;
- }
- /** LOGO */
- #logo
- {
- width: 840px;
- height: 80px;
- margin: 0 auto;
- }
- #logo h1, #logo h2 {
- float: left;
- margin: 0;
- padding: 30px 0 0 0px;
- line-height: normal;
- }
- #logo h1 {
- font-family: Georgia, "Times New Roman", Times, serif;
- font-size:40px;
- }
- #logo h1 a {
- text-decoration: none;
- color: #FFFFFF;
- }
- #logo h1 a:hover
- {
- text-decoration: underline;
- }
- #logo h2
- {
- float: left;
- padding: 45px 0 0 18px;
- font: 18px Georgia, "Times New Roman", Times, serif;
- color: #EFCE58;
- }
- #logo h2 a
- {
- text-decoration: none;
- }
- #logo h2 a:hover
- {
- text-decoration: underline;
- }
- #logo p a {
- text-decoration: none;
- color: #EFCE58;
- }
- #logo p a:hover { text-decoration: underline; }
- /* Page */
- #page {
- width: 820px;
- margin: 0 auto;
- }
- /* Content */
- #content {
- float: left;
- width: 540px;
-
- }
- /* Post */
- .post {
- border: 10px #8FD3EF solid;
- padding: 15px 20px;
- background: url(images/img04.gif) repeat left top;
- margin-bottom: 20px;
- }
- .post .title {
- margin-bottom: 20px;
- padding-bottom: 5px;
- }
- .post h1 {
- width: 520px;
- padding: 0px 0 0 0px;
- background: url(images/img08.jpg) no-repeat left top;
- font-size: 24px;
- color: #FFFFFF;
- }
- .post h2 {
- width: 520px;
- padding: 0px 0 0 0px;
- font-size: 22px;
- color: #FFFFFF;
- }
- .post .entry {
- }
- .post .meta {
- padding: 15px 15px 30px 0px;
- font-size: 10px;
- }
- .post .meta p {
- margin: 0;
- padding-top: 15px;
- line-height: normal;
- color: #FFFFFF;
- }
- .post .meta .byline {
- float: left;
- }
- .post .meta .links {
- float: right;
- }
- .post .meta .more {
- padding: 0 20px 0 18px;
- }
- .post .meta .comments {
- padding-left: 22px;
- }
- .post .meta b {
- display: none;
- }
- /* Sidebar */
- #sidebar
- {
- float: right;
- width: 230px;
- margin: 0;
- padding: 0;
- }
- #sidebar h2
- {
- width: 300px;
- padding: 8px 0 0 0px;
- margin-bottom: 10px;
- background: url(images/img07.jpg) no-repeat left top;
- font-size: 30px;
- color: #FFFFFF;
- }
- /* Search */
- #search {
- }
- #search h2 {
- margin-bottom: 20px;
- }
- #s {
- width: 140px;
- margin-right: 5px;
- padding: 3px;
- border: 1px solid #BED99C;
- }
- #x {
- padding: 3px;
- border: none;
- background: #8FD3EF;
- text-transform: lowercase;
- font-size: 11px;
- color: #085B7B;
- }
- /* Boxes */
- .box1 {
- padding: 20px;
- }
- .box2 {
- color: #BABABA;
- }
- .box2 h2 {
- margin-bottom: 15px;
- font-size: 16px;
- color: #FFFFFF;
- }
- .box2 ul {
- margin: 0;
- padding: 0;
- list-style: none;
- }
- .box2 a:link, .box2 a:hover, .box2 a:active, .box2 a:visited {
- color: #EDEDED;
- }
- /* Footer */
- #footer-wrap {
- }
- #footer {
- background: #0B97D4 url(images/img03.gif) repeat-x left top;
- margin: 0 auto;
- padding: 20px 0 10px 0;
- }
- html>body #footer {
- height: auto;
- }
- #footer p {
- font-size: 14px;
- }
- #legal {
- clear: both;
- padding-top: 17px;
- text-align: center;
- color: #FFFFFF;
- }
- #legal a {
- font-weight: normal;
- color: #FFFFFF;
- }
- #google
- {
- text-align: right;
- }
|