/*
Theme Name: Eid Mubarak
Theme URI: http://www.vctechnetwork.com
Description: Eid Mubarak Theme for WordPress released by <a href="http://www.noorullah.org" title="Noorullah Online">Noorullah Online</a>.
Version: 1.5
Author: Noorullah Online
Author URI: http://www.noorullah.org
*/

/************************/
/*     Global Design    */
/************************/
* {
    margin: 0;
    padding: 0;
}

a {
	color: #0C5490;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

body {
    font-family: Verdana, sans-serif;
    background-color: #5b92c8;
}

ul, ol {
    list-style-type: none;
}

blockquote, #content ul, #content ol, p, pre {
    margin: 0 0 0.5em 0;
}

/************************/
/*     Layout Design    */
/************************/

#page {
	width: 780px;
	margin: 0 auto;
}

#header {
    background: url(images/header.jpg) no-repeat;
    position: relative;
}

#wrapper {
    background-color: #6d9ece;
    padding: 10px
}

#content {
	float: left;
	width: 590px;
    background-color: #C8E1F7;
    margin-bottom: 5px;
}

#page-content {
    float: left;
    width: 754px;
    background-color: #C8E1F7;
    margin-bottom: 5px;
}

#posts {
    margin: 0 10px;
}

#sidebar {
	clear: both;
    width: 754px;
    background: #5382AF url(images/footer-top.png) no-repeat top;
    padding-top: 11px;
}

#footer {
	clear: both;
    background: url(images/footer.jpg) repeat-x;
    padding: 5px;
    color: #FFF;
}

#ads {
    width: 164px;
    float: left;
    background: #b6d6f4 url(images/ads-bottom.jpg) no-repeat bottom;
}

.ads {
    margin: 5px;
}

/************************/
/*     Header Design    */
/************************/
#headerimg {
    height: 185px;
}

#headerimg h1 {
    padding-top: 50px;
    padding-left: 400px;
    font-size: 40px;
    font-weight: normal;
}

#headerimg a {
	color: #FFF;
}

.description {
    font-size: 12px;
    padding-left: 420px;
    color: #FFF;
}

.searchbox {
    position: absolute;
    top: 20px;
    right: 50px;
    height: 30px;
    width: 170px;
    padding: 0 10px;
    background: url(images/search-box.png) no-repeat bottom;
}

.searchbox #se {
    background: url(images/search.png) no-repeat;
    font-size: 10px;
    padding: 3px 5px;
    width: 100px;
    border: none;
    float: left;
    margin-top: 5px;
    margin-right: 10px;
}
.searchbox #searchsubmite {
    margin-top: 5px;
}

/* Navigational bar */
ul#navi-bar {
    padding: 8px 0;
    font-size: 12px;
    background: url(images/nav-bar.png) repeat-x;
    height: 14px;
}

ul#navi-bar h2 {
    font-size: 120%;
}

ul#navi-bar li {
    display: inline;
    background:;
}
/*
ul#navi-bar li:first-child {
    margin-left: 0 !important;
}*/

ul#navi-bar ul {
    display: none;
}

#navi-bar a {
    padding: 2px 10px;
    color: #FFF;
}

#navi-bar a:visited, #navi-bar a:hover {

}
/************************/
/*    Sidebar Design    */
/************************/
#ads h2{
    background: url(images/ads-header.png) no-repeat;
    height: 14px;
    padding: 8px 10px;
    font-size: 12px;
    color: #b6d6f4;
    text-align: center;
}

#sidebar ul {
	font-size: 12px;
    padding: 0 10px;
}

.sidebar-bottom {
    background: url(images/footer-bottom.png) no-repeat bottom;
    padding-bottom: 10px;
}

#sidebar ul h2 {
    height: 32px;
    margin-bottom: 3px;
}

#sidebar ul h2.categories {
    text-indent: -9999px;
    background: url(images/categories.jpg) no-repeat;
}

#sidebar ul h2.archives {
    text-indent: -9999px;
    background: url(images/archives.jpg) no-repeat;
}

#sidebar ul h2.recent {
    text-indent: -9999px;
    background: url(images/comments.jpg) no-repeat;
}

#sidebar ul li {
    margin-bottom: 10px;
    float: left;
    width: 33%;
}

#sidebar ul ul {
    background: none;
    padding: 0;
}

#sidebar ul ul li {
    margin-bottom: 3px;
    line-height: 18px;
    float: none;
    width: 100%;
    background: url(images/heading.jpg) no-repeat left;
    padding-left: 20px;
}

#sidebar ul ul ul {
    display: none;
}

#sidebar p {

}

#sidebar a {
    color: #0c5490;
}
#sidebar a:hover {

}

#sidebar a:visited {

}

/************************/
/*    Content Global    */
/************************/
blockquote {
    font-style: italic;
    padding: 0 10px;
}

h1, h2, h3, h4, h5, h6 {
	color: #2b6da9;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 18px;
}

h3 {
    font-size: 14px;
}

h4 {
    font-size: 12px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 12px;
}

code, pre {
    overflow: auto;
    white-space: pre;
    font-family: Courier;
}

#content ul {
    padding-left: 20px;
    list-style-type: square;
}

#content ol {
    padding-left: 25px;
    list-style-type: decimal;
}

#content ul ol, #content ol ul {
    margin-top: 0.5em;
}

/************************/
/*    Content Design    */
/************************/
.posts-top {
    height: 11px;
    background: url(images/posts-header.jpg);
}

.posts-bottom {
    height: 11px;
    background: url(images/posts-footer.jpg)
}

.page-top {
    height: 11px;
    background: url(images/page-header.jpg);
}

.page-bottom {
    height: 11px;
    background: url(images/page-footer.jpg)
}

.post .posted {
    float: left;
    width: 43px;
    height: 44px;
    text-align: center;
    background-image: url(images/calendar.jpg);
    margin-bottom: 5px;
}

.post .posted em {
    font-style: normal;
    display: block;
    color: #2b4963;
}

.post .posted em.day {
    padding-top: 7px;
    font-size: 20px;
    line-height: 17px;
}

.post .posted em.month {
    font-weight: bold;
}

.post-meta {
    float: left;
    margin-left: 5px;
}

h2 a:hover, h2 a:visited, h2 a {

}

.post {
    margin-bottom: 10px;
	font-size: 12px;
    border-top: 1px solid #388bd9;
    padding-top: 5px;
}

.post .posted {

}
.post p {
}

.post a {

}

.post img {
    max-width: 100%;
    margin: 3px;
}

.post ul {

}

.post li {

}

.entry {
    padding-top: 5px;
    border-top: 1px solid #388bd9;
}

.postmetadata {
    margin: 5px 0;
    line-height: 18px;
}

.postmetadata a {

}

.entrytext {

}

p.alt {
    font-size: 10px;
    line-height: 13px;
    padding: 0 5px;
    border-top: 1px solid #388bd9;
    border-bottom: 1px solid #388bd9 ;
}

.entry-tags {
    display: block;
}

.navigation {
    height: 1em;
    font-size: 12px;
    margin: 5px 0;
}

#nav-above {
    margin-bottom: 10px;
}

#nav-below {
    margin-top: 10px;
}

.alignleft, .nav-previous {
    float: left;
}

.alignright, .nav-next {
    float: right;
}

.center {

}

.pagetitle {

}

cite {

}

a img {
    border: none;
}

acronym, abbr {

}


/************************/
/*    Comment Design    */
/************************/

#content ol.commentlist {
	font-size: 12px;
	padding: 0;
	list-style-type: none;
    margin: 0;
}

ol.commentlist li cite.author {
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
}

ol.commentlist li {
    margin-bottom: 1em;
}

ol.commentlist li.alt {

}

ol.commentlist a {

}

ol.commentlist p {
    margin: 0 0 0.5em 0;
}

#commentform p {
    font-size: 12px;
    margin: 0 0 5px 0;
}

#comment {
    width: 95%;
}

#author, #email, #url, #comment {
    border: ;
    background-color: ;
    padding: 3px;
    font-family: Verdana, sans-serif;
    font-size: 10px;
}

small.commentmetadata {
    margin: 0 0 0.3em 0;
}

h3#comments, h3#respond {
    font-size: 14px;
    margin: 4px 0 4px 0;
}

/************************/
/*     Search Design    */
/************************/

#searchform {

}

#searchform input {

}

#searchform #s {

}

/************************/
/*   Calendar Design    */
/************************/

#wp-calendar {
	width: 100%;
}

#wp-calendar td {
	text-align: center;
}

#wp-calendar th {

}

#wp-calendar a {

}

#prev a, #next a {

}

#wp-calendar caption {

}

/************************/
/*     Footer Design    */
/************************/
#footer-meta {
    font-size: 10px;
}

#footer-meta a {
    color: #000;
}

#footer p {
	margin: 0;
}

/************************/
/*     Other Design     */
/************************/
.clear {
    clear: both;
}
