/*
Theme Name: Azure Heaven
Theme URI:
Description: Another WP Theme
Version: 0.5
Author: Wai Wong
Author URI:
*/

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

a {
    color: #FBC82D;
    text-decoration: none;
}

a:hover{
    text-decoration: underline;
}

body {
    font-family: Verdana, sans-serif;
    background: #edfb3a url(images/background.jpg) repeat-x top;
}

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

blockquote, #content ul, #content ol, p {
    margin: 5px 0;
}

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

#page {
	width: 100%;
}

#header {
    height: 226px;
    background: url(images/header.png) repeat-x top;
}

#wrapper {
    width: 940px;
    margin: 0 auto;
    margin-top: -10px;
    padding: 5px;
    background: url(images/wrapper.png);
}

#container {
    background-color: #FFF;
    padding: 5px;
}

#content {
    margin: 0 5px;
    float: left;
    width: 600px;
}

.sidebar {
    width: 160px;
}

#footer {
	clear: both;
    height: 178px;
    background: url(images/footer.png) repeat-x;
}

/************************/
/*     Header Design    */
/************************/
#headerimg {
    width: 800px;
    height: 217px;
    margin: 0 auto;
    position: relative;
    background: url(images/logo.png) no-repeat bottom left ;
}

#headerimg h1 {
    position: absolute;
    top: 100px;
}


.description {
    display: none;
}

.top-navigation {
    position: absolute;
    top: 74px;
}

.top-navigation ul {
    font-size: 12px;
}

.top-navigation ul li {
    padding: 3px 0;
    float: left;
}

.top-navigation ul ul  {
    display: none;
}

.top-navigation p {

}

.top-navigation a {
    padding: 2px 10px;
    padding-top: 3px;
    border: 1px solid #00b6e2;
    border-top: none;
    height: 20px;
}

.top-navigation a:hover {
    background-color: #d4e53d;
    border-color: #969393;
}

.top-navigation a:visited {

}

.h-adsense {
    position: absolute;
    bottom: 20px;
    right: 0px;
    padding: 5px;
    width: 468px;
    height: 80px;
    background: url(images/adsense.png);
    color: #00BDEC;
}

/************************/
/*    Sidebar Design    */
/************************/
#primary {
    float: left;
}

#secondary {
    float: right;
}


.sidebar ul {
    font-size: 12px;
    line-height: 18px;
}

.sidebar ul h2 {
    font-size: 120%;
    color: #00556b;
}

.sidebar ul li {
    margin-bottom: 10px;
    background-color: #00b6e2;
    border: 1px solid #e0dbdb;
    padding: 5px;
}

.sidebar ul ul {

}

.sidebar ul ul li {
    margin-bottom: 3px;
    border: none;
    padding: 0;
    padding-left: 3px;
}

.sidebar ul ul ul {
    display: none;
}

.sidebar p {

}

.sidebar a {

}
.sidebar a:hover {

}

.sidebar a:visited {

}

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

h1 {
    font-size: 2em;
}

h2 {

}

h3 {

}

h4 {

}

h5 {

}

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 Design    */
/************************/
h2 a:hover, h2 a:visited, h2 a {
    font-family: "Century Gothic", Verdana, sans-serif;
    font-size: 24px;
    color: #00a7d1;
}

.post {
    margin-bottom: 10px;
    font-size: 12px;
    width: 600px;
    overflow: hidden;
}

.post p {
}

.post a {
    color: #00A4CE;
}

.post ul {

}

.post li {

}

.entry {
    margin: 5px;
}

.entrytext {
    margin: 5px;
}

p.alt {
    font-size: 12px;
}

.postmetadata a {

}

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

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

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

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

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

.center {

}

.pagetitle {
    font-size: 16px
}

cite {

}

a img {

}

acronym, abbr {

}


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

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

ol.commentlist li cite, ol.commentlist li cite a {
    font-weight: bold;
    color: #00A4CE;
}

ol.commentlist li {
    margin: 10px 0;
}

ol.commentlist li.alt {

}

ol.commentlist a {
}

ol.commentlist p {
    margin: 3px 0;
    font-size: 12px;
}

#comment {
    width: 95%;
}

#author, #email, #url, #comment {
    border: ;
    background-color: ;
    padding: ;
}

small.commentmetadata {

}

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

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

#searchform {

}

#searchform input {

}

#searchform #s {
    width: 110px;
}

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

#wp-calendar {
    width: 100%;
}

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

#wp-calendar a {

}

#prev a, #next a {

}

#wp-calendar caption {

}

/************************/
/*     Footer Design    */
/************************/
#footer .f-adsense {
    height: 125px;
    padding: 5px;
    font-size: 12px;
}

#footer .f-adsense a {
    color: #FFF;
}

#footer p {
    margin: 12px;
    font-size: 12px;
    color: #FFF;
}

#footer p a {
    color: #00A4CE;
}

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