/*

Theme Name:  AZ Choir Boys
Theme URI:
Description: AZ Choir Boys WordPress Theme
Version: 1.0
Author: Creative Works
Author URI: http://creative-works.us

*/

/*====================================
Reset
====================================*/
html, body, div, span, a, img,
h1, h2, h3, h4, h5, h6, hgroup, p,dl,
ol, ul, li, big, blockquote, em, q,
object, form, fieldset, label, legend {
	background: transparent;
	border: none;
	font-family: 'Verdana',arial,sans-serif;
	font-size: 12px;
	font-weight: inherit;
	font-style: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	text-align: left;
	vertical-align: baseline;
	white-space: normal;
}

textarea, input, select {
	font-family: 'Verdana',arial,sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	margin: 0;
	padding: 0;
	text-align: left;
	white-space: normal;
}

h1, h2, h3, h4, h5, h6	{ color: #fff; font-family: 'Verdana',arial,sans-serif; font-weight: bold; padding: 10px 0; }
ol, ul					{ list-style: none; }

table					{ border-collapse: separate; border-spacing: 0; background-color: transparent; width: auto; height: auto; }
:focus					{ outline: 0; }


/*========================
Links
========================*/
a:link 		{color: #fff; text-decoration: none;}
a:visited 	{color: #fff; text-decoration: none;}
a:hover     {color: #ccc; text-decoration: none;}
a:active 	{color: #ccc; text-decoration: none;}


/*========================
Main Headings
========================*/
h1	{ font-size: 16px; }
h2	{ font-size: 20px; }
h3	{ font-size: 12px; }
h4	{ font-size: 10px; }
h5	{ font-size: 12px; }
h6	{ font-size: 12px; }

h2 A { font-size: 20px; }
/*========================================
Body
========================================*/
body {
    background: url("images/body-bg.jpg") ;
    color: #b5b5b5;
    font-size: 12px;
}

    #ext-wrapper {
        background: url("images/landscape-bg.jpg") no-repeat center top;
        background-attachment: fixed;
        overflow: auto;
    }

    #inner-wrapper {
        background: #0e0e0e;
        margin: 40px auto;
        overflow: hidden;
        width: 895px;
        -moz-box-shadow: 0 0 10px #000;
        -webkit-box-shadow: 0 0 10px #000;
    }


/*========================================
Header
========================================*/
#header {
    background: url("images/header-about.jpg") no-repeat;
    height:387px;
    width: 895px;
}

.header-pages {
    background: url("images/header-about.jpg") no-repeat !important;
}

#logo {
    position: absolute;
    margin: -40px 0 0 -50px;
}

#menu-wrapper {
    background: url(images/menu.jpg) no-repeat;
    height: 14px;
    padding: 16px;
    width: 871px;

}
#menu {
    float: right;
}
#menu a {
    color: #000;
    display: block;
    font-family: Georgia, time, serif;
    font-size: 16px;
    font-style: italic;
    text-decoration: none;
}

#menu a:hover { color: #8b6241; }

#menu li {
    border-right: 2px solid #454545;
    float: left;
    padding: 0 8px;
    position: relative;
}
#menu ul {
    display: none;
    left: 0;
    position: absolute;
    top: 28px;
}
#menu ul li {
    background: #000;
    border: 1px solid #c9b18f;
    position: relative;
    width: 80px;
}
#menu ul li a {
    color: #fff;
    display: block;
    padding: 3px 7px 5px;
}
#menu ul li a:hover { color: #8b6241; }
#menu ul ul { left: 148px; top: -1px; }



/*========================================
Content
========================================*/
.welcome {
    padding: 10px;
}

.welcome img.welcome-img {
    float: left;
}

.welcome div {
    float: right;
    margin: 0 20px 0 0;
    width: 400px;
}

.welcome div h1 {
    font-size: 20px;
}

.welcome div p {
    line-height: 18px;
    text-align: justify;
}

.welcome .more-info {
    float: right;
}

    .divider {
        background: url("images/divider.jpg") no-repeat;
        float: left;
        margin: 10px 0;
        height: 11px;
        width: 895px;
    }

.middle .news {
    float: left;
    padding: 10px;
    width: 447px;
}

.news .new {
    border-bottom: 1px solid #555;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
}
.news .new p { font-size: 10px; }

.news .new p b {
    color: #d5a05b;
}

.middle .events-img {
    float: right;
}

.middle-low {
    padding: 10px;
}

.contact {
    background: url("images/contact.jpg") no-repeat;
    float: right;
    height: 161px;
    width: 419px;
}

    .contact table {
        float: left;
        margin: 90px 0 0 125px;
        /margin: 90px 0 0 65px;
    }


/*========================================
Footer
========================================*/
.footer {
    background: url("/images/footer.jpg") repeat-x;
    height: 50px;
    width: 900px;
}


#footer-menu { float: left; margin: 16px 0 0 250px; /margin: 16px 0 0 120px;}
#footer-menu li {
    border-right: 1px solid #ccc;
    float: left;
    padding: 0 5px 0 0;
    margin: 0 5px 0 0;
}
#footer-menu li a {
    color: #ccc;
    font-size: 11px;
}


/*========================================
About page
========================================*/
.about-page {
    background:url("/images/about-bg.jpg") no-repeat;
    height: 453px;
    margin: 20px 0 0 15px;
    width: 866px;
}

    .about-page .left {
        float: left;
        margin: 100px 0 0 20px;
        /margin: 100px 0 0 10px;
        width: 400px;
    }

    .about-page .right {
        float: right;
        margin: 100px 20px 0 0;
        /margin: 100px 10px 0 0;
        width: 400px;
    }

    .about-page div p {
        padding: 5px 0;
        line-height: 18px;
    }

.color-member .left{
    float: left;
    margin: 10px 0 0 40px;
    /margin: 10px 0 0 20px;
    width: 400px;
}


.color-member .right{
    float: right;
    margin: 10px 20px 0 0;
    /margin: 10px 10px 0 0;
    width: 400px;
}

.color-member div p { color: #B5B5B5; padding: 2px 0; line-height: 18px; }
.color-member div p b { color: #c29776; }

.regionItem {
    width: 55px;
    height: 16px;
}
.regionCanvas {
    width: 67px;
    height: 16px;
    top: 1px;
    left: 0px;
}

#pageContainer {
    padding: 23px;
}

#pageContainer p {
    padding-bottom: 11px;
    line-height: 18px;
    font-size: 12px;
    font-family: arial;
    text-align: justify;

}

#pageContainer img.alignright {
    float: right;
    margin: 0 0 23px 11px;
}

#pageContainer img.alignleft {
    float: left;
    margin: 0 11px 23px 0;
}

.indexBlogItem {
    font-family: arial;
    color: #eee;
    font-size: 12px;
    padding-bottom: 11px;
    border-bottom: solid 1px #cacaca;
    margin-bottom: 11px;
}
.indexBlogTitle A {
    color: #D5A05B;
    text-decoration: none;
}

.indexBlogTitle A:hover {
    color: #D5A05B;
    text-decoration: underline;
}

.indexBlogDate {
    color: #D5A05B;
}
.indexBlogContent {
    font-size: 10px;
}
.yellowMore {
    font-family: arial;
    color: #D5A05B;
    font-size: 11px;
    text-decoration: none;
}

.blogItem {
	padding-bottom: 23px;
	width: 840px;
	border-bottom: solid 1px #888;
}
.blogReadMore {
	padding: 11px 0 ;
}
.redMore { 
	color: #aa0000;
}
.articleContent {
	padding: 11px 0;
	line-height: 18px;
}

