 
/* A CSS Framework by Mike Stenhouse of Content with Style */

/* SITE SPECIFIC LAYOUT */
    body {
        height: 100%;

        margin: 0;
        padding: 0;
        
        background: #ff9900 url("../images/tile.gif") top left repeat;
              
        text-align: center;
    }
    div#page {
        width: 780px;

        margin:  0;
        padding: 0;
        
        background: white;
        border-right: 15px solid #cc3300;
        text-align: center;
    }
    
    /* HEADER */
        div#header {
            margin: 0 0 19px 0;
            padding: 0;
            
            color: white;
            background: #cc3300;
            
            text-align: left;
        }
        div#branding {
            float: left;
            width: 40%;
            
            margin: 0;
            padding: 0;
            
            text-align: left;
        }
        div#search {
            float: right;
            width: 49%;
            
            margin: 0;
            padding: 2px 0 0 0;
            
            text-align: right;
        }
    /* END HEADER */
    
    
    /* CONTENT */
        div#content {
            
        }
        
        /* MAIN */
            div#main {

            }

        .bazaar_entry {
        padding: 0 0 15px 0;
        margin: 0 0 35px 0;
        min-height: 160px;    
        border-bottom: dotted 1px #ff9900;    
        }

       .bazaar_entry  img {
		border: 0;
                padding: 5px;
	} 

        .entry {
        padding: 0 0 15px 0;
        margin: 0 0 25px 0;  
        border-bottom: dotted 1px #ff9900;   
        }

       .entry img {
		border: 0;
                padding: 0;
                text-align: center;
	} 


       .image {
		border: 0;
                padding: 0 0 10px 0;
        }

        
        .image_credit {
                text-align: right;
                font-size: .8em;
                color: #660000;
        }


        .image_caption {
                text-align: center;
                font-size: .9em;
                font-weight: bold;
                color: #333;
        }

        .left {
        float: left; 
        padding: 0 10px 0 0;
        }

        .right {
        float: right; 
        padding: 0 0 0 10px;
        }

        .center {
        float: none;
        padding: 0;
        }

        .more {
		font-size: 95%;
                font-weight: bold;
                text-align: right;
	} 

        .posted {
		font-size: 95%;
	} 

        div.posted .links {
                font-size: 95%;
                border-top: dotted 1px #ff9900;
                padding: 10px 0 30px 0; 
                margin: 20px 0 0 0; 
	} 

        div.posted .links ul {
                list-style: none;
                float: right;
	} 

        div.posted .links li {
                list-style: none;
                float: left;
                display: inline;
         }

        .comments {
        padding: 25px 10px 0 20px;
        
        }
    
        div.comments .posted {
        color: #ff9900;
        }

        .comments_first {
        padding: 15px 10px;
        margin: 0;
        border-top: dotted 1px #ff9900;
        border-bottom: dotted 1px #ff9900;
        background-color: #FFFFCC;
        }

        .comments_even {
        padding: 15px 10px;
        margin: 0;  
        border-bottom: dotted 1px #ff9900;   
        }
        
        .comments_odd {
        padding: 15px 10px;
        margin: 0;  
        border-bottom: dotted 1px #ff9900;   
        background-color: #FFFFCC;
        }

        .comment_form {
        margin: 0;
        padding: 15px 0 20px 10px; 
        }
        
        .links_odd_first {
        padding: 5px 10px;
        margin: 0;  
        border-top: dotted 1px #ff9900;  
        border-bottom: dotted 1px #ff9900; 
        background-color: #FFFFCC;
        }

        .links_odd {
        padding: 5px 10px;
        margin: 0; 
        border-bottom: dotted 1px #ff9900; 
        background-color: #FFFFCC;
        }

        .links_even {
        padding: 5px 10px;
        margin: 0;  
        border-bottom: dotted 1px #ff9900;   
        }

        .links_left {
        float: left;
        width: 100px; 
        padding: 0 10px 0 0;
        }

        .links_right {
        float: left; 
        width: 300px;
        padding: 0 10px 0 110px;
        }

                 .inclusions {
		font-size: 95%;
                font-weight: bold;
                text-align: right;
                color: #660000;
                margin: -10px 10px 0 0;
	} 

        .inset {
        float: right; 
        width: 200px;
        padding: 0 10px 10px 10px;
        margin: 10px 0 10px 10px;
        background-color: #ffcc66;
        }
        .inset ul {
        padding: 0;
        margin: 0;
        font-size: 95%;
        list-style-type: square;
        }
        .inset li {
        margin: 0 0 0 10px;
        }

        /* END MAIN */

        
        /* SUB */
            
        div#sub p {
        font-size: 95%;
        }

        div#sub .block {
        padding: 0 0 15px 0;
        margin: 25px 0 15px 0;  
        border-bottom: dotted 1px #ff9900;  
        }
        
        div#sub h2 {
        font-size: 1.1em;
        color: #333;
            }
 
        div#sub ul {
     
        line-height: 1em;
        font-weight: normal;
        list-style-type: none;
        padding: 0;
        }

        div#sub ul li {
     
        line-height: 1em;
        font-weight: normal;
        }

        .divaroll {
        font-size: 95%;
        font-weight: bold;
        color: #cc3300;
        }

        /* END SUB */


        /* LOCAL */

            div#local h2 {
             margin: 0 0 5px 0;
             border-top: 4px solid #ff9900;
             border-bottom: 1px solid #ff9900;
             font-size: 75%;
             background: transparent;
             color: #000000;
             font-weight: bold;
             text-transform: uppercase;
            }

        /* END LOCAL */

        
    /* END CONTENT */
    
    
    /* FOOTER */
        div#footer {
            color: black;
            background-color: #cc3300;
            padding: 3px 0 0 10px;
        }

        div#footer p {
            font-size: 0.9em;
            text-align: left;
        }
    /* END FOOTER */
/* END LAYOUT */




/* SUBNAV */
    div#local ul {
        margin: 0 0 25px 0;
        padding: 0;
        
        font-size: 90%;
        list-style: none;
    }
    div#local ul li {
        margin: 0;
        padding: 0 0 2px 0;
        list-style: none;
        border-bottom: 1px solid #ff9900;
    }
    div#local ul li a,
    div#local ul li a:link,
    div#local ul a:visited,
    div#local ul li a:active {
        text-decoration: underline;
    }
    div#local ul li a:hover {
        text-decoration: underline;
    }

    #navarrow {
    padding: 0 0 0 8px;
    background: url("../images/navarrow.gif") right no-repeat;

}

    div#local .list {
    margin: 0 0 25px 0;
    padding: 0 0 2px 0;
    border-bottom: 1px solid #ff9900; 
    }

/* END UL.SUBNAV */


/* TYPOGRAPHY */
	body {
		text-align: left;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 76%;
        line-height: 1em;
		color: #000;
	}
	div {
		font-size: 1em;
	}
	img {
		border: 0;
	}
	
/* LINKS */
	a,
	a:link 
	a:active {
		color: #660000;
		background-color: transparent;
		text-decoration: none;
	}
	a:visited {
		background-color: transparent;
	}
	a:hover {
        color: #330000;
        background-color: transparent;
	text-decoration: none;
	}
/* END LINKS */
	
/* HEADINGS */
	h1 {
		font-size: 2.2em;
                font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		line-height: 1.5em;
		margin: 0 0 0.5em 0;
		padding: 0;
                text-transform: lowercase;
                font-weight: normal;
                color:  #cc3300;
	}
	h2 {
		font-size: 1.3em;
                font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
                line-height: 1.3em;
		margin: 0 0 0.5em 0;
		padding: 0;
                color: #660000;
	}
	h3 {
		font-size: 1.1em;
                font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		line-height: 1.3em;
		margin: 0 0 0.5em 0;
		padding:0;
                color: #cc3300;
	}
	h4 {
		font-size: 1em;
                text-transform: uppercase;
		line-height: 1.3em;
		margin: 0 0 0.25em 0;
		padding: 0;
                color: #999933;
	}
	h5 {
		font-size: 1.1em;
                font-weight: normal;
		line-height: 1.3em;
		margin: 0 0 0.25em 0;
		padding: 0;
	}
	h6 {
		font-size: 1em;
                font-weight: normal;
		line-height: 1.3em;
		margin: 0 0 0.25em 0;
		padding: 0;
	}

/* END HEADINGS */

/* TEXT */
	p {
		font-size: 1em;
		margin: 0 0 1.5em 0;
		padding: 0;
		line-height:1.4em;
	}
	blockquote {
		border-left:10px solid #cc3300;
		margin-left:10px;
                padding-left: 3px;
                background-color: #ffcc66;
                font-size: 95%;
	}
	pre {
		font-family: monospace;
		font-size: 1.0em;
	}
	strong, b {
		font-weight: bold;
	}
	em, i {
		font-style:italic;
	}
    code {
        font-family: "Courier New", Courier, monospace;
        font-size: 1em;
        white-space: pre;
    }
/* END TEXT */
	
/* LISTS */
	ul {
        line-height:1.3em;
		margin: 0 0 1.5em 0;
		padding: 0;
                list-style: none;
	}

        ul.square {
             list-style-type: square;
             list-style-position: outside;
             padding: 0 0 0 20px;
        }
        
	ul li {
		margin: 0 0 0.25em 0;
		padding: 0;
	}
	ol {
		font-size: 1.0em;
		line-height: 1.3em;
		margin: 0 0 1.5em 0;
		padding: 0 0 0 20px;
                list-style: decimal outside;
	}
	ol li {
	        font-size: 1.0em;
                margin: 0 0 0.25em 0;
		padding: 0;
	}
	dl {
		margin: 0 0 1.5em 0;
		padding: 0;
		line-height: 1.4em;
	}
	dl dt {
		font-weight: bold;
		margin: 0.25em 0 0.25em 0;
		padding: 0;
	}
	dl dd {
		margin: 0 0 0 0;
		padding: 0;
	}
/* END LISTS */


	
/* TABLE */
	table {
        font-size: 1em;
		margin: 0 0 1.5em 0;
        padding: 0;
        
	}
	table caption {
		font-weight: bold;
		margin: 0 0 0 0;
		padding: 0 0 1.5em 0;
	}
	th {
		font-weight: bold;
                text-transform: capitalize;
                word-spacing: 3px;
                color: #000;
		text-align: left;
                background-color: #FFFFCC;
                border: 1px solid #FFCC66;
	}

        th.table_head {
		font-weight: bold;
                color: #000;
		text-align: left;
                background-color: #FF9933;
                border: 1px solid #FFCC66;
	}



	td {
		font-size: 95%; 
                border: 1px solid #FFCC66;
                
        }


/* END TABLE */	
	
	hr {
		display: none;
	}
	div.hr {
		height: 1px;
		margin: 1.5em 10px;
		border-bottom: 1px dotted black;
	}
	
/* END TYPOGRAPHY */			




/* NAV BAR AT THE TOP, LOCAL NAV ON THE LEFT AND TWO COLUMNS OF CONTENT */
    div#content {
        position: relative;
        width: 780px;
        
        margin: 10px auto 15px 0;
        padding: 0;
        
        text-align: left;
    }
	
    div#main {
        float: left;
        width: 410px;
        display: inline;
        margin: 21px -170px 0 195px;
    }    
	
	div#sub {
        float: left; 
        width: 160px;
        display: inline;
        
        margin: 15px 0 0 -425px;
	text-align:right;
    }
	
    div#local {
        float: right;
        width: 150px;
        display: inline;
        margin: 25px 10px 0 0;
    }

    div#nav {
        position: absolute;
        top: 0;
        left: 0;
        width: 780px;
        
        text-align: left;
        background: #FF3300;
    }
/* END CONTENT */




/* NAV */
	div#nav {
        font-size: 0.8em;
    }
    * html div#nav {
        /* hide ie/mac \*/
        height: 1%;
        /* end hide */
    }
    div#nav div.wrapper {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
	background: #FF3300;
    }
    div#nav ul {
        width: auto; 
        width: 100%;
                
        margin: 0;
        padding: 0;
        
        line-height: 1em;
        list-style: none;
    }
    div#nav li {
        float: left;
        display: inline;
   
        list-style: none;
        
        margin: 0;
        padding: 0;
        
        line-height: 1em;
        border-right: 1px dotted #ffffff;
    }
    div#nav li.last {
        border: none;
        width: auto;
    }
div#nav li.last a:hover {
        width: auto;
    }

    div#nav a,
    div#nav a:link,
    div#nav a:active,
    div#nav a:visited {
        display: inline-block;
        /* hide from ie/mac \*/
        display: block;
        /* end hide */
        font-weight: bold;
        text-decoration: none;
        text-transform: uppercase;
        
        margin: 0;
        padding: 5px 13px;
        
        color: black;
        background: #FF3300;
    }
    div#nav a:hover {
        color: white;
        background: #ff9900;
    }
    div#nav strong {
        display: inline-block;
        /* hide from ie/mac \*/
        display: block;
        /* end hide */
        padding: 0 0 0 auto;
        color: white;
        background: #ff9900;
    }
    div#nav strong a,
    div#nav strong a:link,
    div#nav strong a:active,
    div#nav strong a:visited,
    div#nav strong a:hover {
       color: white;
       background: #ff9900;
    }
/* END NAV */



/* FORM ELEMENTS */
	form {
		margin: 0;
		padding: 0;
	}
	form div,
	form p {
		font-size: 1em;
		margin: 0 0 1em 0;
		padding: 0;
	}
	label {
		font-weight: bold;
                text-transform: none;
	}
	fieldset {
		border: 1px solid #eee;
		padding: 0 0 5px 0;
		margin: 0 0 1.5em 0;
	}
	fieldset legend {
		color: #666;
		font-size: 1.1em;
		font-weight: bold;
		margin: 0 0 0 0px;
		padding: 0;
		background-color: white;
	}
	* html fieldset legend {
		margin: 0 0 10px -10px;
	}
	fieldset ul {
		list-style: none;
		margin: 0 0 1.5em 0;
		padding: 0;
	}
	fieldset ul li {
		list-style: none;
		margin: 0 0 0.5em 0;
		padding: 0;
	}
     
	
	input, select, textarea {
		font-size:1em; 
		font-family: arial, helvetica, verdana, sans-serif;
        }
        
	
	input, select {
		vertical-align:middle;
	}
	textarea {
		width: 370px;
		height: 8em;
	}
	
	input.check {
		border: none;
		width: auto;
		height: auto;
		margin: 0;
	}
	input.radio {
		border: none;
		width: auto;
		height: auto;
		margin: 0;
	}
	input.file {
		height: auto;
		width: 250px;
	}
	input.readonly {
		background-color: transparent;
		border: none;
	}
	input.button {
		width: 10em;
		border:1px solid black;
		background-color: #ddd;
	}
	input.image {
		border: none;
		width: auto;
		height: auto; 
	}
	
    form div.submit {
		margin: 1em 0;
	}
    form div.submit input {
		height: 2em;
        width: 15em;
	}


 .category_name {text-transform: capitalize;}

/* END FORM ELEMENTS */



/* clearing */
	.stretch,
	.clear {
		clear:both; 
		height:1px; 
		margin:0; 
		padding:0; 
		font-size: 15px;
		line-height: 1px;
	}
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	* html>body .clearfix {
		display: inline-block; 
		width: 100%;
	}
	
	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1px;
		/* End hide from IE-mac */
	}
/* end clearing */


/* replace */
	.replace {
		display:block;
		
		background-repeat: no-repeat;
		background-position: left top;
		background-color:transparent;
	}
	/* tidy these up */
	.replace * {
		text-indent: -10000px;
		display:block;
		
		background-repeat: no-repeat;
		background-position: left top;
		background-color:transparent;
	}
	.replace a {
		text-indent:0;
	}
	.replace a span {
		text-indent:-10000px;
	}
/* end replace */


/* accessibility */
     span.accesskey {
     	text-decoration:none;
     }
     .accessibility {
     	position: absolute;
     	top: -999em;
     	left: -999em;
     }
/* end accessibility */
		