Просмотр файла BeDDinG/style.css

Размер файла: 4.21Kb
body {
margin: 0px;
padding: 0px;
background: #0E0B09 url('images/img04.jpg') repeat left top;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
color: #000000;
}
h1, h2, h3 {
margin: 0;
padding: 0;
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-weight: normal;
color: #000000;
}
h1 {
font-size: 2em;
}
h2 {
font-size: 2.4em;
}
h3 {
font-size: 1.6em;
}
p, ul, ol {
margin-top: 0;
line-height: 180%;
}
ul, ol {
}
a {
text-decoration: none;
color: #378043;
}
a:hover {
}

/** WRAPPER */

#wrapper {
background: url('images/img02.jpg') repeat-y left top;
}
#wrapper-bgtop {
background: url('images/img01.jpg') no-repeat left top;
}
#wrapper-bgbtm {
background: url('images/img03.jpg') no-repeat left bottom;
}

/** HEADER */

#header {
width: 950px;
height: 141px;
margin: 0 auto;
}

/** LOGO */

#logo {
margin: 0 auto;
margin-top: 0px;
padding-left: 70px;
padding-bottom: 50px;
}
#logo h1 {
margin: 0px;
font-size: 36px;
font-weight: normal;
}
#logo h1 a {
text-decoration: none;
color: #FFFFFF;
}
#logo h3 {
padding-left: 3px;
text-transform: uppercase;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #BABABA;
}
#logo a {
color: #BABABA;
}

/** MENU */

#menu {
float: left;
width: 580px;
height: 32px;
margin: 0 auto;
padding: 0;
background: #378043;
}
#menu ul {
margin: 0;
padding: 0;
list-style: none;
line-height: normal;
}
#menu li {
float: left;
margin-right: 1px;
}
#menu a {
float: left;
display: block;
width: 110px;
height: 32px;
margin-right: 1px;
padding: 9px 0px 0px 0px;
background: url('images/img02.gif') repeat-y;
text-decoration: none;
text-align: center;
font-weight: bold;
color: #FFFFFF;
border: none;
}
#menu a:hover {
margin: auto;
text-decoration: underline;
background: #000000;

}
#menu .active {
background: #000000;
}

/* Search */

#search {
width: 270px;
height: 60px;
padding: 0px 0px 0px 30px;
}
#search form {
height: 41px;
margin: 0;
padding: 10px 0 0 0px;
}
#search fieldset {
margin: 0;
padding: 0;
border: none;
}
#search-text {
width: 150px;
padding: 3px 5px 1px 5px;
text-transform: lowercase;
font: normal 11px Arial, Helvetica, sans-serif;
color: #5D781D;
}
#search-submit {
width: 50px;
height: 24px;
color: #000000;
}

/* Page */

#page {
width: 1000px;
padding: 30px 0px;
}
#page-bgtop {
padding: 20px 0px;
}
#page-bgbtm {
}

/* Content */

#content {
float: left;
width: 580px;
padding: 20px 20px 0px 40px;
}
.post {
margin-bottom: 15px;
}
.post-bgtop {
}
.post-bgbtm {
}
.post .entry {
padding: 0px 0px 20px 0px;
padding-bottom: 20px;
text-align: justify;
}

/* Sidebar */

#sidebar {
float: right;
width: 330px;
padding: 0px;
color: #82634E;
}
#sidebar-bgtop {
}
#sidebar-bgbtm {
padding: 40px 0px;
}
#sidebar ul {
margin: 0;
padding: 0;
list-style: none;
}
#sidebar li {
margin: 0;
padding: 0;
}
#sidebar li ul {
margin: 0px 0px;
padding-bottom: 30px;
}
#sidebar li li {
line-height: 35px;
border-bottom: 1px dashed #33261D;
margin: 0px 30px;
border-left: none;
}
#sidebar li li span {
display: block;
margin-top: -20px;
padding: 0;
font-size: 11px;
font-style: italic;
}
#sidebar h2 {
height: 38px;
padding-left: 30px;
letter-spacing: -.5px;
font-size: 1.8em;
color: #FFFFFF;
}
#sidebar p {
margin: 0 0px;
padding: 0px 30px 20px 30px;
text-align: justify;
}
#sidebar a {
border: none;
color: #82634E;
}
#sidebar a:hover {
text-decoration: underline;
color: #82634E;
}


/** FOOTER */

#footer {
float: left;
width: 950px;
height: 100px;
}
#left_footer { 
float:left; 
padding:30px 0 0 30px; 
color:#fff; 
font-size:12px;
text-decoration:none;
}
#left_footer a { 
color:#fff;
text-decoration:none;
}
#left_footer a:hover { 
text-decoration:none;
}
#right_footer { 
float:right;  
padding:30px 30px 0 0; 
color:#fff;  
font-size:12px; 
text-align:right;
text-decoration:none;
}
#right_footer a { 
color:#fff;
text-decoration:none;
}
#right_footer a:hover { 
text-decoration:none;
}
.b{
border-left: 4px solid #378043;
border-bottom: 1px dotted #378043;
padding-left: 10px;
padding-bottom: 5px;
}
textarea { 
width: 320px;
}