body {
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #fff;
	padding-top: 100px;
}

strong {
    font-weight: 800;
}

ul li a {
	color: #666;
	text-decoration: none;
}

ul li a.highlight {
    color: #E3A327;
}

ul li a:hover {
	color: #fff;
}

ul li.active a {
	color: #fff;
}

/*
#site-wrapper {
	width:  930px;
	margin: 0 auto;
	position: relative;
}

#site-wrapper.small {
    width: 850px;
}
*/

/*changes necessary for 50 photographers for the city*/
#site-wrapper {
	width: 1065px; /* 930px - adjust this, so it works for all 4 main categories */
	margin: 0 auto;
	position: relative;
        border: solid blue 0px;
}

#site-wrapper.small {
    width: 990px;
    border: solid red 0px;
}

#logo {
	right: 9px;
	margin-top: -14px;
	position: absolute;
        display: none;
}


#col-left {
	width: auto;
}
        #col-left.narrow .inner {
            width: 142px;
            padding-left: 12px;
        }

        #col-left.narrow ul {
            width: 155px;
        }

	#col-left .inner {
                width: 219px;
		padding-left: 12px;
	}

        #col-left.narrow .inner ul li {
            width: 109px;
        }
	
	#col-left .inner ul li {
		font-size: 10px;
		text-transform: uppercase;
		line-height: 1.45em;
		padding-left: .4em;
                width: 102px;
	}
	
	#col-left .inner ul li.active {
		background-color: #d5dddf;
		color: #666;
	}
	
	#col-left .inner ul li.active a {
		color: #666;
	}

        #col-left .inner ul li a:active {
            background-color: #D7E0E3;
        }

        #col-left ul.bottom-nav {
            width: 230px;
        }

        #col-left.narrow ul.bottom-nav {
            width: 155px;
        }

#col-middle {
	width: auto;
}
/*
	#col-middle .inner {
		position: relative;
                width: 290px
	}

       #col-middle.wide .inner {
		position: relative;
                width: 370px
	}

	#col-middle .inner ul {
		width: 130px;
		padding: 0 10 0 0px;
		float: left;
	}
*/

/*0*/
#col-middle .inner {
		position: relative;
                width: 420px; /*290*/
	}

       #col-middle.wide .inner {
		position: relative;
                width: 380px; /*370px;*/ /*500px to fit in Michael Kachadoorian*/
	}

	#col-middle .inner ul {
		width: 140px; /*150 to fit in Michael Kachadoorian*/
		padding: 0 10 0 0px;
		float: left;
	}
/*0*/
	
	#col-middle .inner ul li {
		line-height: 15px;
	}
	
	#col-middle #headshots, .full #headshots {
		float: left;
		position: relative;
		padding: 0 13px;
		width: 80px;
		height: 80px;
		overflow: hidden;
	}
	
	#col-middle #headshots li {

	}

#col-right {
	width: 385px;
	margin-right: 0;
}	

	#col-right .inner {
            overflow: hidden;
            position: relative;
            left: 0;
            /* background: #B9C1C3 url(../images/site/ajax-loader.gif) no-repeat center center; */
	}

        #col-right .inner ul {
            margin-top: 0;
            position: absolute;
            width: 385px;
            height: 385px
        }

	#col-right .inner a {
            display: block;
            text-decoration: none;
	}


        #col-right .bottom-nav {
            height: 18px;
            display: none;
            overflow: hidden;
            text-transform: uppercase;
            position: relative;
            width: 385px;
        }
	
	#col-right .bottom-nav li {
            padding-right: 9px;
            display: block;
						clear: both;
	}
	

        #col-right .bottom-nav li.active a {
            color: #ddd;
        }



        #col-right .bottom-nav li ul li {
            float: left;
						clear: none;
            padding-bottom: 6px;
            font-size: 10px;
            margin: 0;
        }

.col {
	float: left;
	margin-right: 10px;
}

	.col .inner {
            background-color: #bcc4c6;
            height: 385px;
            margin: 3px 0;

	}
	

	.col .inner ul {
            float: left;
            width: 109px;
	}
	
	.col .inner ul li {
            font-size: 12px;
            line-height: 16px;
            color: #666;
	}
	
.col ul.nav {
	margin: 0;
	width: auto;
}

	.nav li {
		display: inline;
		font-size: 10px;
		text-transform: uppercase;
		color: #808080;
		padding-right: 12px;
	}
	
	.nav li a {
		color: #808080;
	}

    .nav li.highlight a {
        color: #E3A327;
    }
	
	.nav li a:hover {
		color: #ddd;
	}

.top-nav li {
   display: block;
   margin-bottom: 3px;
}

.bottom-nav li {
    text-transform: uppercase;
    display: block;
    float: left;
    margin-top: 3px;
}
	

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#preload-status {
	position: absolute;
	bottom: 25px;
	right: 15px;
}

#status-text {
	font-size: 12px;
	font-weight: 800;
	color: #fff;
	margin-right: 8px;
	float: left;
}

#status-bar {
	width: 150px;
	margin-top: 3px;
	float: left;
	height: 10px;
	background: url(../images/load_bar.png) no-repeat;
}

#mask {
    position: absolute;
    left: 175px;/*165px;
    /*top: 14px;*/
    /*top: 105px;
    /*background-color: #B9C1C3;*/
    width: 805px; /*685px;*/
    height: 385px;
    z-index: 100;
}


.ie8 #mask, .gecko #mask {
    top: 16px;
    height: 385px;
}

#mask.large {
    width: 765px;

}

#mask.medium {
    left: 241px;
    width: 815px;
}

    #mask h3 {
        color: #fff;
        font-family: Times, serif;
        font-size: 1.5em;
        position: absolute;
        font-weight: 400;
        top: 45%;
        left: 5%;
        letter-spacing: 1px;
        display: none;
        overflow: hidden;
        white-space: nowrap;
    }

    #mask .line {
        background-color: #fff;
        height: 1px;
        width: 1px;
        display: block;
        position: absolute;
        top: 190px;
        right: 70%;
    }

/*
#mask {
    position: absolute;
    left: 165px;
    top: 14px;
    background-color: #B9C1C3;
    width: 685px;
    height: 385px;
    z-index: 100;
}

.ie8 #mask, .gecko #mask {
    top: 16px;
    height: 385px;
}

#mask.large {
    width: 765px;

}

#mask.medium {
    left: 241px;
}

    #mask h3 {
        color: #fff;
        font-family: Times, serif;
        font-size: 1.5em;
        position: absolute;
        font-weight: 400;
        top: 45%;
        left: 5%;
        letter-spacing: 1px;
        display: none;
        overflow: hidden;
        white-space: nowrap;
    }

    #mask .line {
        background-color: #fff;
        height: 1px;
        width: 1px;
        display: block;
        position: absolute;
        top: 190px;
        right: 70%;
    }
*/

#loading-indicator {
    position: absolute;
    bottom: -350px;
    right: 0px;
    bottom: 10px;
    z-index: 10000;
    display: none;
    background: #B9C1C3 url(../images/site/ajax-loader.gif) no-repeat 5px center;
}

#loading-indicator p {
    border: 1px solid #ccc;
    padding: 3px 10px 3px 25px;
    color: #fff;
    font-size: 12px;
    text-align: right;
}

#featured-images li {
    z-index: 100;
    background-color: #B9C1C3;
    position: relative;
}

.specialty-images li {
    z-index: 100;
    position: relative;
}

#featured-images li img, .specialty-images li img {
   /*  background: url(../images/site/photo-load.jpg); */
    vertical-align: center;
    display: block;
    height: 385px;
    vertical-align: middle;
}

.col.full {
    width: 930px;
}

#about h1, #contact h1 {
    padding-top: 45px;
    padding-left: 55px;
}

#about #content {
    padding-top: 30px;
    overflow: hidden;
}

#about #content div {
    float: left;
    width: 560px;
    padding-right: 50px;
    padding-left: 50px;
    padding-top: 12px;
}

 #contact #content #headshots {
    padding-left: 55px;
    float: left;
}
#about #content img {
    float: left;
    padding-left: 50px;
    
}


#about p {
    font-size: 12px;
    margin-bottom: 14px;
    color: #666;
    line-height: 16px;
}

#about p a {
    color: #666;
    text-decoration: none;
}

#about p a:hover {
    color: #f5f5f5;
}

#about .bottom-nav, #contact .bottom-nav, #tears .bottom-nav {
    padding-left: 241px;
}

#contact .inner ul {
    width: auto;
}

#contact .inner ul {
    
}

#contact #content {
    padding-top: 20px;
}

#contact #headshots {
    margin-top: 75px;
}

#contact ul.photographer-list {
    padding-left: 20px;
    width: 410px;
    overflow: hidden;
}

    #contact .photographer-list li {
        font-weight: 800;
        text-transform: uppercase;
        line-height: 20px;
        clear: both;
        overflow: hidden;
    }

    #contact .photographer-list li a {
        float: left;
    }

    #contact .photographer-list li span {
        font-weight: 400;
        text-transform: lowercase
    }

    #contact .photographer-list li .contact-buttons {
        padding-left: 8px;
        float: left;
        margin-right: 25px;
        display: none;
    }

    #contact .photographer-list li.active .contact-buttons {
    }

    #contact .photographer-list li.active .contact-buttons a {
        color: #666;
    }

    #contact .photographer-list li .contact-buttons a {
        background-color: #fff;
        font-size: 11px;
        line-height: 14px;
        padding: 0px 6px;
        margin: 4px 0 0 6px;
    }

    #contact .photographer-list li .contact-buttons a:hover {
        color: #666;
        text-decoration: underline;
    }

#company-info {
    font-size: 12px;
    color: #666;
    width: 300px;
    padding-left: 0px;
    float: left;
}
    #company-info p {
        margin-top: 15px;    
    }
    #company-info a:link, #company-info a:visited, #company-info a:active {
        color: #666;
        text-decoration: none;
    }

    #company-info a:hover {
        color: #fff;
    }
}
    #company-info h4 {
        font-weight: 800;
        text-transform: uppercase;
    }

    #company-info address span {
        display: block;
        margin-top: 4px;
    }

    #company-info address span.phone {
        margin-top: 20px;
    }

    #social {
        margin-top: 25px;
    }

    #social p {
        margin-top: 10px;
    }

    #social img {
        margin-right: 7px;
        border: 1px solid #666;
    }

.photo-load, .error-load {
    width: 385px;
    height: 385px;
    background: #B9C1C3 url(../images/site/photo-load.gif) no-repeat center center;
}

.error-load {

}

.photo-load p, .error-load p {
    text-align: center;
    padding-top: 56%;
    color: #fff;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
}

.error-load {
    padding-top: 40%;
    background-image: none;
}

.error-load p {
    font-size: 14px;
    padding-top: 12px;
}

.error-load .message {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #666;
}

#col-right .inner .error-load a {
    text-decoration: underline;
    display: inline;
    color: #444;
}

    #col-right .inner .error-load a:hover {
        color: #fff
    }

#tears .inner {
    height: 385px;
    background-color: #fff;
}


.internal-info {
    position: absolute;
    bottom: 5px;
    left: 5px;
    color: #666;
    font-size: 11px;
}
