/*
Think Again
ezhileud.uiwap.com
*/

body {
margin: 10px;
font-size: 14px;
color: #333;
max-width: 320px;
background: #fff;
}
img {
max-width: 90%;
border: none;
}
input, textarea, select {
padding: 6px;
border: 1px solid #ddd;
}
a {
color: #4691e1;
text-decoration: none;
}
a:hover {
text-decoration: underline;
color: #00f;
}
#wrapper {
margin: -10px;
}
#logo {
padding: 10px;
text-transform: lowercase;
}
#logo .heading {
margin: 0 0 6px 0;
font-size: 25px;
font-weight: normal;
}
#logo img {
width: 67%;
}
#logo p {
margin: 0;
}

/* menu */
#menu, #sidebar h3 {
padding: 8px 8px 5px 8px;
background: #4691e1;
border-bottom: 3px solid #4670a1;
}
#menu ul, #sidebar ul {
list-style: none;
padding: 0;
margin: 0;
}
#menu li {
display: inline;
}
#menu li:after {
content: " | ";
}
#menu li:last-child:after {
content: " ";
}
#menu a, #sidebar h3 {
font-weight: bold;
color: #fff;
text-transform: uppercase;
}
#sidebar h3 {
margin: 6px 0;
}
#sidebar li {
padding: 8px;
margin: 6px;
}
#sidebar li:nth-child(odd) {
backgrounf: #fff;
}
/* page */
#page {
background: #eee;
}

/* content */
#content {
background: #eee;
}

.posting, .post {
background: url(http://hileud.wen.ru/blogpemula/post1.png) no-repeat right top, url(http://hileud.wen.ru/blogpemula/post4.png) no-repeat right top, url(http://hileud.wen.ru/blogpemula/post3.png) no-repeat left bottom, url(http://hileud.wen.ru/blogpemula/post2.png) no-repeat left bottom, #fff;
padding: 8px;
margin: 6px;
}
.post h2, .posting h1 {
margin: 0;
}
.entry h2, .entry h3 {
font-size: 10px;
}
.page, #ads, #comments, #share {
padding: 8px;
margin: 6px;
background: #fff;
}

#footer-content {
margin-top: 16px;
border-top: 6px solid #eee;
}
#footer {
padding: 6px;
text-align: center;
}
#footer p {
margin: 0;
}
/*
End Style
*/