/* @override 
	http://localhost:8888/lib/css/styles.css
	http://modo/lib/css/styles.css
*/

*
{
    margin: 0;
    padding: 0;
    outline: none;
}
.article-content {
    overflow: hidden;
}

.clears {
	clear: both;
	height: 0px !important;
}

.button {
	display: block;
	float: left;
	background: #433d39 url("/lib/img/gradient-highlight.png");
	padding: 7px 10px;
	color: #1a1918;
	font-weight: bold;
	
	/* css3 */
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
}

.button:hover {
	background: #605751 url("/lib/img/gradient-highlight.png");
	text-decoration: none;
}

.print,
.print-only,
.hidden {display: none;}


img, object, embed {
	vertical-align: bottom;
}

body
{
	background: url(/lib/img/bg-1.jpg) 0 0 repeat #61655a;
	font: 12px Arial, Helvetica, sans-serif;
}

h1, 
h2, 
h3,
h4,
h5,
h6
{
    color: #352e2a;
    font-weight: normal;
    font-family: "droid-sans-1","droid-sans-2",Arial, Helvetica, sans-serif;
    margin: 4px 0 2px;
}

    h2 strong
    {
        font-size: 145%;
    }

p
{
    color: #eaefd6;
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 20px;
}
.content-area ul, .content-area ol {
	color: #eaefd6;
	margin-bottom: 10px;
	line-height: 1.4;
	margin-left: 22px;
}

    p strong
    {
        color: #ffffff;
    }

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

    a:hover
    {
        text-decoration: underline;
    }

    a img
    {
        border: none;
    }


.alignleft  { float: left; }
.alignright { float: right; }

img.alignleft  { margin: 0 10px 10px 0; }
img.alignright { margin: 0 0 10px 10px; }

/***********
 * WRAPPER *
 ***********/

.wrapper
{
    width: 960px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.wrapper.full-width {
	width: auto;
}


/**********
 * HEADER *
 **********/

#header
{
	position: fixed;
	left: 50%;
	margin-left: -480px;
    z-index: 2998;
}
    #logo h1{
        margin: 0;
        padding: 0;
    }
    #logo a
    {
        background: url(/lib/img/modo-logo-btn.jpg) 0 0 no-repeat;
        display: block; 
        height: 137px;
        overflow: hidden;
        text-decoration: none;
        text-indent: -9999px;
        width: 180px;
    }
    
        #logo a:hover
        {
            background-position: -180px 0;
        }


/************
 * MAIN NAV *
 ************/

.main-nav
{
    background-color: #484543;
    border: 1px solid #35372f;
    list-style: none;
    margin-top: 142px;
    padding: 7px 0;
    width: 178px;
}
	.borderradius .main-nav {
		-moz-border-radius-bottomleft: 8px;
	    -moz-border-radius-bottomright: 8px;
	    -webkit-border-bottom-left-radius: 8px;
	    -webkit-border-bottom-right-radius: 8px;
	}
	.opacity .main-nav {
		-moz-opacity:.65; 
		filter:alpha(opacity=65); 
		opacity:.65;
	}
	.js.opacity .main-nav {
		display: none;
	}
	

    #intro .main-nav
    {
        margin-top: 5px;
        margin-left: 0;
        font-family: "museo-sans-1","museo-sans-2",sans-serif;
    }
    

    .main-nav li a
    {
        display: block; 
        height: 29px;
        overflow: hidden;
        text-decoration: none;
       text-align: right;
        width: 158px;
        padding: 0 10px;
        font-size: 22px;
        text-transform: uppercase;
        letter-spacing: 2px;
        color: #151713;
        
    }
            
        .main-nav li a:hover      { background-color: #514e4c; color: #000; }        
        .main-nav li a.selected       { color: #fff; }
        
 
 
 
 h1.section-title {
    color: #9ea194;
    font-size: 78px;
    letter-spacing: 1px;
    margin-top: 20px;
    text-transform: uppercase;
 }
     #lower-bg h1.section-title {
     color: #51534c;
     }
        
/*************
 * LOCAL NAV *
 *************/
.local-nav {
    float: right;
    margin-bottom: 0;
    margin-right: 30px;
}

.local-nav a
{
    color:#252723;
    padding-left: 14px;
    text-decoration: none;
    line-height: 150%;
    margin-right: 30px;
}

    .local-nav a.up
    {
        background: url(/lib/img/up-arrow.gif) 0 50% no-repeat;
    }
    
    .local-nav a.down
    {
        background: url(/lib/img/down-arrow.gif) 0 50% no-repeat;
    }
    
    .local-nav a:hover
    {
        color: #000000;
        text-decoration: underline;
    }

    .local-nav a.selected
    {
        font-weight: bold;
    }

    #lower-bg .local-nav a
    {
        color: #9da494;
    }
    
        #lower-bg .local-nav a:hover
        {
            color: #ffffff;
            text-decoration: underline;
        }

        #lower-bg .local-nav a.up
        {
            background-image: url(/lib/img/up-arrow-light.gif);
        }
        
        #lower-bg .local-nav a.down {
            background-image: url(/lib/img/down-arrow-light.gif);
        }


/***************
 * PULL QUOTES *
 ***************/

.pullquote
{
    background-color: #ffffff;
    border: 1px solid #000000;
    color: #352e2a;
    float: left;
    font-size: 14px;
    font-weight: bold;
    font-family: "droid-sans-1","droid-sans-2",Arial, Helvetica, sans-serif;
    height: 1%;
    letter-spacing: 1px;
    line-height: 16px;
    padding: 6px 10px;
    text-transform: uppercase;
}

    .pullquote .weight-normal
    {
        font-weight: normal;
    }

#tagline
{
    overflow: hidden;
    padding: 7px 0 0 0;
    width: 100%;
}

    #tagline
    {
        margin: 0 0 20px 0;
    }
    #tagline .pullquote.right{
    	clear: both;
        float: right;
        margin-right: 30px;
    }
    
    
    

.quote-block .indent
{
    margin-left: 148px;
}


/****************
 * CONTENT AREA *
 ****************/

.content-area
{
    clear: both;
    padding-top: 137px;
    overflow: hidden;
    width: 100%;
}
	#intro {
		padding-top: 0;
	}

    #noscript .content-area
    {
        padding: 0 0 100px 0;
    }

.main-col
{
    float: right;
    width: 650px;
}

    #intro .main-col{
        margin-top: 135px;
    }
    
    .main-col .caption-block
    {
        background: none;
        border: none;
        margin: 0;
        padding: 0;
    }

.left-col
{
    float: left;
    margin: 0;
    width: 280px;
}

    .left-col .content p.caption
    {
        width: 180px;
    }

div.content
{
    background-color: #76786e;
    margin: 5px 30px 25px 0;
    padding: 23px 23px 0px 23px;
    border: 1px solid #5a5f55;
}

    .left-col .content,
    #lower-bg .left-col .content
    {
        background: none;
        border: none;
        margin: 0;
        padding: 0;
        margin-top: 203px;
    }
    
        #noscript .left-col .content
        {
            margin-top: 37px
        }
    
    .content p.caption
    {
        font-size: 12px;
        line-height: 16px;
    }

    


#lower-bg .content p.caption
{
    color: #adb0a1;
}

.left-col ol li {
	margin-left: 5px;
	border-bottom: 1px dotted #483e39;
	padding: 8px 0;
	font: 12px georgia;
	color: #919f92;
}

.left-col ol li span {
	font: 12px arial;
	color: #eaefd6;
}

/* No Script */
.noscript {
	display: none;
}
.no-js .noscript {
	display: block;
}




/*********
 * INTRO *
 *********/
 

#intro .content p span.first-sentence
{
    color: #f8fbec;
}
#intro .content p
{   
    color: #d0d3c3;
    font-size: 20px;
    line-height: 33px;
}


/*********
 * NEWS *
 *********/

#news {
	overflow: visible !important;
}

/* news nav */

#news .nav{
	width: 691px;
	overflow: hidden;
	margin: 0 0 15px -25px;
	background: none;
}



#news .nav .prev,
#news .nav .next {
	background: url("/lib/img/news-pagination-nav.png");
	display: block;
	height: 28px;
	width: 28px;
	text-indent: -9999px;
	float: left;
	margin-top: 55px;
}

#news .nav .prev {background-position: 0 0; margin-right: -3px;}
#news .nav .next {background-position: -28px 0; margin-left: -18px;}
#news .nav .prev:hover {background-position: 0 -28px;}
#news .nav .next:hover {background-position: -28px -28px;}


#news .nav a {
	float: left;	
	margin: 0 13px 0 0;
}

#news .nav a span {
	display: none;
}

#news .nav a:hover span { 
	margin-top: -26px;
	display: none;
	background: black;
	padding: 6px;
	text-shadow: 2px 2px 3px black;}

#news .nav img {
	display: block;
	vertical-align: bottom;
}

/* ##### news articles ##### */

.article {
	clear: both;
	background: #322E2D;
	margin-right: 35px;
	margin-top: 10px;
	padding: 20px 20px 0 20px;
	overflow: hidden;
}
	
	.article .image {
		position: relative;
		border: 7px solid #282524;
		background: #282524;
	}
	
	.article .image.left {
		float: left;
		margin: 15px 15px 15px 0;
	}
	
	.article .image.right {
		float: right;
		margin: 15px 0px 15px 15px;
	}
	
	.article .image {
		display: block;
		overflow: hidden;
	}

	.article .image img {
		position:  relative;
	}
	
	.article .image .caption {
		position: relative;
		display: block;
		padding: 7px 0 0;
		font-size: 12px;
		color: #666;
	}
	
	.article .close {
		float: right;
		width: 20px; height: 20px;
		background: url("/lib/img/news-close.gif") 0 0 no-repeat;
		text-indent: -9999px;
		margin: -12px;
	}
		
	.article .image-set {
		background: #282524;
		padding: 10px;
		overflow: hidden;
	}
	
	.article .image-set a {
		display: block;
		position: relative;
		float: left;
		margin-right: 10px;
		border:3px solid #211e1d;
	}

	.article .image-set a span {
		display: none;
		width: 13px;
		height: 13px;
		background: url("/lib/img/img-zoom.png");
		position: absolute;
		top: 3px;
		left: 3px;
		text-indent: -9999px;		
	}
		
	.article .image-set a:hover span {
		display: block;
	}
	
	.article .image-set a:hover {
		padding: 0;
		border: 3px solid black;
	}
		
	/*	
	.article img.loading {
		display: block;
		margin: 100px auto;
	}
	*/
		
	.article .close:hover {background-position: 0 -20px;}
	
	.article h2 {
		color: #76786E;
		font-weight: normal;
		font-size: 26px;
		font-family: "droid-serif-1", "droid-serif-2", Georgia, "Times New Roman", Times, serif;
		line-height: 26px;
		margin-bottom: 12px;
	}
	.article h3,
	.article h4,
	.article h5,
	.article h6{
		color: #fff;
		margin-bottom: 4px;
	}
	
	.article p {
		line-height: 1.6;
	}

    .article.noscript .article-content {
        margin-bottom: 10px;
    }
	
	
	/*
	.article .caption {
		border-top: 1px solid #494646;
		font-size: 12px;
		padding: 10px;
		color: #a1aa98;	}
	
		.article .caption span {
			display: inline;
			background: url("/lib/img/news-caption-bg.gif") left top no-repeat;
			padding-top: 12px;}
	*/
	/*
	
	.article img.left {
		float: left;
		margin: 18px 18px 18px 0px;	}
	.article img.right {
		float: right;
		margin: 18px 0px 18px 18px;	}
	*/
 
 

/***********
 * WORK *
 ***********/
#work dl{
	margin-right: 25px;
}
 
#work dt
{
    color: #ccc;
    font-size: 18px;
    padding: 20px;
    background: #322E2D url("/lib/img/folio-gradient.jpg");
}

#work dt span {
	display: block;
	float: right;
	background: url("/lib/img/news-pagination-nav.png") 0 0;
	height: 28px;
	width: 28px;
	text-indent: -9999px;
	margin: -3px -5px 0 0;
}

#work dt.selected {
	background: #322E2D url("/lib/img/folio-gradient.jpg") 0 -77px;}
	
	#work dt.selected span {
		background-position: 0px -56px;
	}

#work dd {
    background: #232120;
}

	#work dd h3 {
		color: #ccc;
		font-size: 18px;
		margin-bottom: 10px;
	}
	
	#work .slide {
		position: relative;
	}

	
	#work dd .info {
		padding: 15px;
		background: url(/lib/img/transbrown.png);
		position: absolute;
		bottom: 0;
		top: 0;
		z-index: 5;
	}
	
		#work dd .info p {
			line-height: 1.5;
			font-size: 14px;
			margin-bottom: 12px;
		}
		
		.info a.visit {
			display: block;
			float: left;
			background: #433d39 url("/lib/img/gradient-highlight.png");
			padding: 7px 10px;
			color: #1a1918;
			font-weight: bold;
			
			/* css3 */
			-webkit-border-radius:2px;
			-moz-border-radius:2px;
			border-radius:2px;
		}
		
		.info a.visit:hover {
			background: #605751 url("/lib/img/gradient-highlight.png");
			text-decoration: none;
		}

		#work dd .info a.close {
			height: 12px;
			padding: 0;
			width: 12px;
			display: block;
			float: right;
			text-indent: -9999px;
			background: url("/lib/img/folio-close.gif");
			outline: none;
		}


	#work dd .visual {
		padding: 15px;
		overflow: hidden;
	}
	
	#work .visual .img-wrapper {
		float: left;
		position: relative;
		box-shadow: 10px 10px 5px #888;
	}
	
	#work .visual .getInfo {
		display: block;
		clear: both;
		width: 80px;
		height: 80px;
		position: absolute;
		bottom: 0;
		right: 0;
		background: url("/lib/img/info-icon.png") 55px 55px no-repeat;
		text-indent: -9999px;
	}
	
	.visual a.next, .visual a.prev {
		display: block;
		float: left;
		width: 13px;
		height: 304px;
		text-indent: -9999px;
		background: url("/lib/img/slide-pager.gif") 0 50% no-repeat;
	}
	
	.visual a.next {
		background-position: -13px 50%;
	}




/********
 * TEAM *
 ********/

#team
{
    display: block;
    position: relative;
}
    .bio
    {
        height: auto !important;
        min-height: 200px;
        height: 200px;
    }
    
        .bio p
        {
            font-size: 12px;
            line-height: 18px;
            width:385px;
        }
        
        .bio h3
        {
            color: #352e2a;
            font-size: 14px;
            font-weight: bold;
            letter-spacing: 1px;
            text-transform: uppercase;
            width:385px;
        }
    
            .bio h3 span.title
            {
                color: #d8e0b8;
                font-weight: normal;
                letter-spacing: normal;
                text-transform: capitalize;
            }
    
    #team #kristine { background: url("/lib/img/heads_sm/kristine.jpg") 100% 100% no-repeat #76786E; }
    #team #phil     { background: url("/lib/img/heads_sm/phil.jpg") 100% 100% no-repeat #76786E; }
    #team #court    { background: url("/lib/img/heads_sm/court.jpg") 100% 100% no-repeat #76786E; }
    #team #michelle { background: url("/lib/img/heads_sm/michelle.jpg") 100% 100% no-repeat #76786E; }
    #team #travis   { background: url("/lib/img/heads_sm/travis.jpg") 100% 100% no-repeat #76786E; }
    #team #mike    { background: url("/lib/img/heads_sm/mike.jpg") 100% 100% no-repeat #76786E; }
    #team #dustin    { background: url("/lib/img/heads_sm/dustin.jpg") 100% 100% no-repeat #76786E; }
    
    #team-flash
    {
        display: block;
        margin-top: 20px;
    }


/*************
 * BIO MODAL *
 *************/

#bio-window 
{
    display: none;
    left: 50%;
    margin-left: -400px;
    position: fixed;
    top:17%;
    width: 800px;
}

    #bio-window .close-btn
    {
        display: block;
        height: 20px;
        position: absolute;
        right: 26px;
        top: 26px;
        width: 20px;
        z-index: 10;
    }
    
    #bio-window .content
    {
        border: 14px solid #dddddd;
        height: auto !important;
        min-height: 390px;
        height: 390px;
        margin: 0;
        padding: 0 0 0 370px;
        
         border-radius: 26px;
    	-webkit-border-radius: 26px;
    	-moz-border-radius: 26px;
    }
    
    #bio-window .content img
    {
        display: none;
    }
    
    #bio-window .bio h3
    {
        margin: 50px 30px 0 0;
        width: auto;
    }
    
    #bio-window .bio p
    {
        line-height: 22px;
        margin: 20px 30px 30px 0;
        width: auto;
    }
    
    #bio-window #kristine
    {
        background: url(/lib/img/heads_lg/kristine.jpg) 0 100% no-repeat #b44f17;
    }
    #bio-window #phil
    {
        background: url(/lib/img/heads_lg/phil.jpg) 0 100% no-repeat #8fb23e;
    }
    #bio-window #michelle
    {
        background: url(/lib/img/heads_lg/michelle.jpg) 0 100% no-repeat #c48a23;
    }
    #bio-window #court
    {
        background: url(/lib/img/heads_lg/court.jpg) 0 100% no-repeat #48afd2;
    }
    #bio-window #travis
    {
        background: url(/lib/img/heads_lg/travis.jpg) 0 100% no-repeat #cda700;
    }
    #bio-window #mike
    {
        background: url(/lib/img/heads_lg/mike.jpg) 0 100% no-repeat #1d8cc3;
    }
    #bio-window #dustin
    {
        background: url(/lib/img/heads_lg/dustin.jpg) 0 100% no-repeat #de9303;
    }
    
    #bio-window div.bio
    {
        display: none;
    }
    
    #bio-window div.selected
    {
        display: block;
    }
    
    #bio-window .links
    {
        list-style: none;
    }
    
        #bio-window .links li
        {
            float: left;
            margin-right: 10px;
        }
        
    .jqmOverlay
    {
        background-color: #352e2a;
    }


/******************
 * LOWER SECTIONS *
 ******************/
 
#lower-bg
{
    background-color: #352e2a;
}

#lower-bg .content
{
    background-color: #332f2d;
    border: 1px solid #44473e;
    margin: 5px 30px 25px 0;
    padding: 23px 23px 0 23px;
}

#lower-bg .content h1, 
#lower-bg .content h2, 
#lower-bg .content h3,
#lower-bg .content h4,
#lower-bg .content h5,
#lower-bg .content h6
{
    color: #d8e0b8;
}

#lower-bg .content a
{
    color: #93ac67;
    text-decoration: none;
}

#lower-bg .content a:hover
{
    text-decoration: underline;
}

/**************
 * MANIFESTO *
 *************/
 .conclusion p {
    color: #f5f9e4;
    font-size-adjust: .6;
 }


/**********
 * FOOTER *
 **********/
 
#footer
{
    border-top: 1px solid #3f3a34;
    margin-right: 30px;
    padding: 15px 0;
    overflow: hidden;
}

    #footer p strong
    {
        color: #cacec3;
    }
    
    #footer p
    {
        color: #9a9f92;
        margin-bottom: 15px;
    }
    
    #footer p a
    {
        color: #93ac67;
        text-decoration: none;
    }
    
    #footer p a:hover
    {
        text-decoration: underline;
    }
    
    #footer .address-block
    {
        border-right: 1px solid #808278;
        float: left;
        overflow: hidden;
        padding-right: 22px;
        width: 390px;
    }
    
    #footer .address
    {
        float: left;
        width: 170px;
    }
    
    #footer .map
    {
        float: right;
        width: 170px;
    }
    
    #footer .map p
    {
        margin-bottom: 2px;
    }
    
    #footer .map a img
    {
        border: #a6a7a0;
    }
    
    #footer .links
    {
        float: right;
        width: 180px;
    }
    
        #footer .links ul
        {
            list-style: none;
        }
            
            #footer .links ul li a
            {
                color: #808278;
                font-size: 14px;
                line-height: 32px;
                padding-left: 18px;
                text-decoration: none;
            }
            
            #footer .links ul li a:hover
            {
                color: #93ac67; 
            }
            
            #footer .links ul li a.rss
            {
                background: url(/lib/img/icon-rss.gif) 0 50% no-repeat;
            }
            
            #footer .links ul li a.facebook
            {
                background: url(/lib/img/icon-fb.gif) 0 50% no-repeat;
            }
            
            #footer .links ul li a.twitter
            {
                background: url(/lib/img/icon-twitter.gif) 0 50% no-repeat;
            }
            
            
    
#copyright
{
    border-top: 1px solid #3f3a34;
    margin-right: 30px;
    padding: 10px 0 655px;
}

#copyright p
{
    color: #676462;
    font-size: 10px;
}