/* --------------------------------------------------------------
* styles.css
* Styling, fonts and layout for Montoya Studios
-------------------------------------------------------------- */


/*-------------------------------------------------
 Layout
-------------------------------------------------*/

    /* layout */
    body{
        font-family: Georgia, Helvetica, Arial, sans-serif;
        background: #000 url(../img/bg_sunset.jpg) fixed no-repeat 50% -100px;
        color: #eee;
    }
    #portrait{
	    position: fixed;
	    bottom: 0;
	    /*left: 0;*/
	    right: 0;
        background: url(../img/bg_bob.png) no-repeat;
        width: 334px;
        height: 256px;
        z-index: -1;
    }
    #container{
	    position: relative;
	    /*
	    margin-top: 50px;
	    margin-left: 94px;
	    */
	    width: 70%;
	    background-color: #000;
	    opacity: .92;
	    padding: 26px 34px;
	    min-height: 800px;
    }
	    #container #logo{
	        background: url(../img/logo.png) no-repeat;
		    position: absolute;
		    top: 10px;
		    left: 10px;
		    width: 200px;
		    height: 170px;
	    }
	    #container #content{
		    margin-left: 210px;
	    }
    #nav{
	    position: fixed;
	    top: 50px;
	    right: 64px;
        width: 210px;
    }
    	#nav ul{
	    	list-style: none;
	    	text-align: right;
    	}
    	#nav ul li a{
	    	font-family: "Myriad Pro","Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;
	    	font-size: 28px;
	    	color: #fff;
	    	text-decoration: none;
	    	margin-bottom: 1px;
    	}
    	#nav ul li a:hover,
    	#nav ul li a.current{
	    	text-decoration: none;
	    	margin-bottom: 0px;
	    	border-bottom: 1px solid #ff0;
    	}


/*-------------------------------------------------
 General styling
-------------------------------------------------*/
	h1{
		color: #CE305A;
		font-family: "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;;
		font-size: 30px;
		margin-bottom:0.5em;
		margin-left:35px;
	}
	p{
		margin:2em 3em 2em 35px;
		font-size: 20px;
	}
    a{
        color:#008aff;
        text-decoration:none;
    }
        a:hover{
            text-decoration:underline;
        }
    .column {
        float:left;
    }
    .columnend{
        clear:both;
    }
    .rounded{
        -moz-border-radius-bottomleft:10px;
        -moz-border-radius-bottomright:10px;
        -moz-border-radius-topleft:10px;
        -moz-border-radius-topright:10px;
        -webkit-border-top-left-radius: 10px;
        -webkit-border-top-right-radius: 10px;
        -webkit-border-bottom-left-radius: 10px;
        -webkit-border-bottom-right-radius: 10px;
    }


    
/*-------------------------------------------------
 Content styling
-------------------------------------------------*/

/* creative-services */
	ul.creative-services{
		margin-left: 35px;
		padding-left: 22px;
		font-size: 20px;
	}
	ul.creative-services li{
		margin-bottom: 1em;
	}
	
/* gallery */
	ul.gallery {
		list-style: none;
		margin: 0 0.5em;
	}
		ul.gallery li{
			/*
			float:left;
			min-height:160px;
			width:160px;
			*/
			text-align:center;
		    line-height:160px;
		}
		ul.gallery li img{
			vertical-align:middle;
		}
		/*
		.gallery-end{
			clear: left;
		}
		*/
		
		#large-display{
		    margin:1em;
		}
			#large-display ul{
				list-style: none;
			}
			#large-display #title{
				text-align:center;
				background: #111; 
				font-size: 13px; 
				padding: 3px 5px; 
				border:1px solid #444;
				margin-bottom: 2px;
			}
		

		
/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
	.jcarousel-container {
	    position: relative;
	}
	
	.jcarousel-clip {
	    z-index: 2;
	    padding: 0;
	    margin: 0;
	    overflow: hidden;
	    position: relative;
	}
	
	.jcarousel-list {
	    z-index: 1;
	    overflow: hidden;
	    position: relative;
	    top: 0;
	    left: 0;
	    margin: 0;
	    padding: 0;
	}
	
	.jcarousel-list li,
	.jcarousel-item {
	    float: left;
	    list-style: none;
	    /* We set the width/height explicitly. No width/height causes infinite loops. */
	    width: 160px;
	    height: 160px;
	}
	
	/**
	 * The buttons are added dynamically by jCarousel before
	 * the <ul> list (inside the <div> described above) and
	 * have the classnames "jcarousel-next" and "jcarousel-prev".
	 */
	.jcarousel-next {
	    z-index: 3;
	    display: none;
	}
	
	.jcarousel-prev {
	    z-index: 3;
	    display: none;
	}

	
/**
 * jCarousel - tango skin
 */
	.jcarousel-skin-tango .jcarousel-container {
	    -moz-border-radius: 10px;
	    background: #111;
	    border: 1px solid #222;
	    padding:1em;
	}
	
	/*
	.jcarousel-skin-tango .jcarousel-container-horizontal {
	    width: 245px;
	    padding: 20px 40px;
	}
	
	.jcarousel-skin-tango .jcarousel-container-vertical {
	    width: 75px;
	    height: 245px;
	    padding: 40px 20px;
	}
	
	.jcarousel-skin-tango .jcarousel-clip-horizontal {
	    width:  245px;
	    height: 75px;
	}
	
	.jcarousel-skin-tango .jcarousel-clip-vertical {
	    width:  75px;
	    height: 245px;
	}
	
	.jcarousel-skin-tango .jcarousel-item {
	    width: 75px;
	    height: 75px;
	}
	
	.jcarousel-skin-tango .jcarousel-item-horizontal {
	    margin-right: 10px;
	}
	
	.jcarousel-skin-tango .jcarousel-item-vertical {
	    margin-bottom: 10px;
	}
	*/
	
	.jcarousel-skin-tango .jcarousel-item-placeholder {
	    background: #fff;
	    color: #000;
	}
	
	/**
	 *  Horizontal Buttons
	 */
	.jcarousel-skin-tango .jcarousel-next-horizontal {
	    position: absolute;
	    top: 27px;
	    right: -10px;
	    width: 16px;
	    height: 140px;
	    cursor: pointer;
	    background: transparent url(../img/arrow_r.png) no-repeat 0 0;
	}
	
	.jcarousel-skin-tango .jcarousel-next-horizontal:hover,
	.jcarousel-skin-tango .jcarousel-next-horizontal:active {
	    background-position: -25px 0;
	}
	
	.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
	.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
	.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
	    cursor: default;
	    background-position: -50px 0;
	}
	
	.jcarousel-skin-tango .jcarousel-prev-horizontal {
	    position: absolute;
	    top: 27px;
	    left: -10px;
	    width: 16px;
	    height: 140px;
	    cursor: pointer;
	    background: transparent url(../img/arrow_l.png) no-repeat 0 0;
	}
	
	.jcarousel-skin-tango .jcarousel-prev-horizontal:hover,
	.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
	    background-position: -25px 0;
	}
	
	.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
	.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
	.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
	    cursor: default;
	    background-position: -50px 0;
	}
	
	/**
	 *  Vertical Buttons
	 */
	.jcarousel-skin-tango .jcarousel-next-vertical {
	    position: absolute;
	    bottom: 5px;
	    left: 43px;
	    width: 32px;
	    height: 32px;
	    cursor: pointer;
	    background: transparent url(../img/next-vertical.png) no-repeat 0 0;
	}
	
	.jcarousel-skin-tango .jcarousel-next-vertical:hover {
	    background-position: 0 -32px;
	}
	
	.jcarousel-skin-tango .jcarousel-next-vertical:active {
	    background-position: 0 -64px;
	}
	
	.jcarousel-skin-tango .jcarousel-next-disabled-vertical,
	.jcarousel-skin-tango .jcarousel-next-disabled-vertical:hover,
	.jcarousel-skin-tango .jcarousel-next-disabled-vertical:active {
	    cursor: default;
	    background-position: 0 -96px;
	}
	
	.jcarousel-skin-tango .jcarousel-prev-vertical {
	    position: absolute;
	    top: 5px;
	    left: 43px;
	    width: 32px;
	    height: 32px;
	    cursor: pointer;
	    background: transparent url(../img/prev-vertical.png) no-repeat 0 0;
	}
	
	.jcarousel-skin-tango .jcarousel-prev-vertical:hover {
	    background-position: 0 -32px;
	}
	
	.jcarousel-skin-tango .jcarousel-prev-vertical:active {
	    background-position: 0 -64px;
	}
	
	.jcarousel-skin-tango .jcarousel-prev-disabled-vertical,
	.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:hover,
	.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:active {
	    cursor: default;
	    background-position: 0 -96px;
	}

