/*************************************************** CSS ***********************************/
/**************************************************
    RESET
**************************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, /*strong,*/ sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

:focus {
    outline: 0;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
}

/**************************************************
    GLOBAL
**************************************************/

html,
body {
    overflow: hidden;
}

body {
    font: 12px Calibri, Helvetic, Arial;
    color: #FFFFFF;
    background: #000;
	width:100%;
}

a {
    text-decoration: none;
}
/**********
WRAP
**********/

#wrap {
clear:both;
top:50px;
}

/**************************************************
    MENU
**************************************************/
div.menu {
clear:both; opacity: 1;
}

.header .menu {
    position: inherit;
    text-transform: uppercase;
	color:#151515;
}

.header .menu h1 {
	padding:0 300px 0 10px; 
	margin-right:-300px;
	overflow:visible;
	z-index:100;
	color:#151515;
}

/**************************************************
    CONTENT
**************************************************/

.content {
    width: 85em;
    height: 100%;
    position: absolute;
    top: 0px;
	left:auto;
	right:auto;
/*	right: 0px;*/
    line-height: 18px;
	background-color:#151515;
}

    .content * {
        clear: both;
    }

    .content h1,
    .content h2,
    .content h3 {
        font-family: 'Lucida Sans';
        font-weight: bold;
        letter-spacing: -2px;
        text-transform: uppercase;
        text-align: right;
        color: #000000;
        padding: 0px 30px 0px 10px;
        margin: 20px -30px 20px 0px;
        background: #FFFFFF;
        float: right;
    }

    .content h1 {
        font-size: 36px;
        line-height: 48px;
        margin-top: 30px;
    }

    .content h2 {
        font-size: 24px;
        line-height: 38px;
    }

    .content h3 {
        font-size: 18px;
        line-height: 35px;
    }
    
    .content h3.details {
        color: #FFFFFF;
        margin-top: -30px;
        background: #000000;
        white-space: nowrap;
    }
    
        .content h3.details span.cats {
            font: 10px Tahoma;
            letter-spacing: 0px;
            vertical-align: middle;
        }
           
            .content h3.details span.cats a {
                color: #FFFFFF;
                padding: 0px;
                background: none;
            }
       
        .content h3.details span.date {
            margin-left: 30px;
            margin-top: -10px;
        }

    .content p {
        margin-bottom: 10px;
        text-align: justify;
    }

    .content a {
        color: #000000;
        background: #FFFFFF;
        padding: 2px 4px 2px 4px;
    }

    .content ul,
    .content ol {
        padding-left: 20px;
        margin-bottom: 10px;
    }

        .content .sliderMask ul li {
            padding-left: 13px;
            background: url('../images/001/list_item_BG.gif') 0px 7px no-repeat;
        }
       
    .content img.alignleft {
        float: left;
        margin: 0px 10px 10px 0px;
    }
    
    .content img.alignright {
        float: right;
        margin: 0px 0px 10px 10px;
    }

/**************************************************
    SLIDER
**************************************************/

.sliderMask {
    height: 100%;
    overflow: auto;
}

.sliderMask .sliderContent{
    padding: 0px 30px 30px 0px;
}

.jScrollPaneContainer {
    position: relative;
    overflow: hidden;
}

.jScrollPaneTrack {
    height: 100%;
    background: #000000;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0px;
}

.jScrollPaneTrack .jScrollPaneDrag {
    background: #FFFFFF;
    cursor: pointer;
    position: absolute;
    z-index: 1;
    overflow: hidden;
}

    
/**************************************************
    NAVIGATION - PORTFOLIO
**************************************************/

.nav.portfolio {
    width: 360px;
    position: relative;
    float: right;
    overflow: hidden;
}

.nav.portfolio .navMask ul.navContent {
    width: 350px;
    position: relative;
    top: 0px;
    padding: 0px 0px 30px 0px;
}
    
    .nav.portfolio .navMask ul.navContent li {
        width: 200px;
        height: 65px;
        padding: 10px 0px 0px 160px;
        margin-bottom: 5px;
        font: 10px Tahoma;
        text-transform: uppercase;
        color: #FFFFFF;
        background: #000000;
        position: relative;
        right: -10px;
    }
    
        .nav.portfolio .navMask ul.navContent li:hover {
            color: #000000;
            background: #FFFFFF;
        }
       
        .nav.portfolio .navMask ul.navContent li:hover p.more a {
            color: #000000;
            background: url('../images/001/list_item_HOVER_BG.gif') 0px 4px no-repeat;
        }
       
    .nav.portfolio .navMask ul.navContent li.paging {
        width: auto;
        height: auto;
        padding: 0px;
        text-align: right;
        background: none;
    }
    
        .nav.portfolio .navMask ul.navContent li.paging a {
            font: 10px Tahoma;
            line-height: 35px;
            color: #FFFFFF;
            padding: 0px 10px 0px 20px;
            background: #000000;
            display: inline-block;
        }
    
    .nav.portfolio .navMask ul.navContent li h4 {
        font: 10px Tahoma;
        margin-bottom: 10px;
    }
    
    .nav.portfolio .navMask ul.navContent li p.image {
        width: 150px;
        height: 75px;
        background: url('../images/001/portfolio_BG.gif') no-repeat;
        position: absolute;
        top: 0px;
        left: 0px;
    }
       
        .nav.portfolio .navMask ul.navContent li p.image a {
            padding: 0px;
            background: none;
        }
       
    .nav.portfolio .navMask ul.navContent li p.details {
        color: #808080;
    }
    
        .nav.portfolio .navMask ul.navContent li p.details a {
            padding: 0px;
            color: #808080;
            background: none;
        }
    
        .nav.portfolio .navMask ul.navContent li p.more a {
            padding: 0px 0px 0px 8px;
            color: #FFFFFF;
            background: url('../images/001/list_item_BG.gif') 0px 4px no-repeat;
        }
		
		.nav.portfolio .navMask ul.navContent li h4.titley a {
            padding: 0px;
            color: #FFFFFF;
            background: url('../images/001/list_item_BG.gif') 0px 4px no-repeat;
        }
		
		.nav.portfolio .navMask ul.navContent li:hover h4.titley a {
            color: #000000;
            background: url('../images/001/list_item_HOVER_BG.gif') 0px 4px no-repeat;
        }
       
    .nav.portfolio .navMask ul.navContent h2 {
        margin: 0px 0px 10px 0px;
    }

/**************************************************
    FOOTER
**************************************************/

.footer {
    width: 100%;
    height: 30px;
    background: url('../images/001/footer_BG.png') repeat-x;
    position: absolute;
    bottom: 0px;
	left: 0px;
}

/*.footer .icons {
    padding: 7px 0px 0px 10px;
    float: left;
}

    .footer .icons ul.list li {
        float: left;
        margin-right: 5px;
    }
    
        .footer .icons ul.list li a {
            width: 16px;
            height: 16px;
            display: block;
            background: #FFFFFF;
        }
       
            .footer .icons ul.list li a span {
                display: none;
            }
       
        .footer .icons ul.list li.FEED a {
            background: url('../images/001/icon_FEED.gif') no-repeat;
        }
            .footer .icons ul.list li.FEED a:hover {
                background: url('../images/001/icon_FEED.gif') 0px -16px no-repeat;
            }
           
        .footer .icons ul.list li.FLICKR a {
            background: url('../images/001/icon_FLICKR.gif') no-repeat;
        }
            .footer .icons ul.list li.FLICKR a:hover {
                background: url('../images/001/icon_FLICKR.gif') 0px -16px no-repeat;
            }
           
        .footer .icons ul.list li.TWITTER a {
            background: url('../images/001/icon_TWITTER.gif') no-repeat;
        }
            .footer .icons ul.list li.TWITTER a:hover {
                background: url('../images/001/icon_TWITTER.gif') 0px -16px no-repeat;
            }
           
        .footer .icons ul.list li.FACEBOOK a {
            background: url('../images/001/icon_FACEBOOK.gif') no-repeat;
        }
            .footer .icons ul.list li.FACEBOOK a:hover {
                background: url('../images/001/icon_FACEBOOK.gif') 0px -16px no-repeat;
            }*/

.footer .copyright {
    font: 10px Tahoma;
    color: #FFFFFF;
/*    line-height: 30px;*/
    text-align: center;
    text-transform: uppercase;
}

    .footer .copyright a {
        color: #FFFFFF;
    }

/***********************************************************
    LOADING
***********************************************************/

.loading {
    width: 248px;
    height: 36px;
    padding-top: 17px;
    margin: -48px 0px 0px -124px;
    text-align: center;
    background: url('../images/001/loading_BG.png') no-repeat;
    position: absolute;
    left: 50%;
    top: 50%;
    display: none;
}



/***********************************************************
    SCROLLING
***********************************************************/

/* Menu */
#scrollMenu {
	margin: 5px auto;
	padding: 5px 0;
}

#scrollMenu .sup{
	margin:26px 10px;
}

#scrollMenu p{
	margin: 3px 0 !important;
	margin:5px 0;
	padding:0 15px;
}


/* Wrapper for scrolling content */
#scrollWrap {
	margin: 5px auto;
	overflow: hidden; 
	border: 1px solid #ddd;
	height: 422px; 
	width: 530px;
	position: fixed;
}

.scrollContent {
	left:30px;
}

#bio p {
	padding:5px 10px;
	font-size:14px;
}

/* scrolling picture */
.scrollInner {
	position: relative;
	height:450px;
}

	.scrollInner .sub{
		position:relative;
		padding:9px 5px 42px 5px;
		display:inline;
	}
	
		.scrollInner .sub ul{
			margin:16px 0;
			font-size:95%;
			line-height:1.4em;
			display:inline;
			list-style-type:none;
		}
		
		.scrollInner .sub p{
			margin:5px 5px;
			font-size:95%;
			line-height:1.4em;
		}
	
	.scrollInner h3 {
		margin-bottom:5px;
		float:left;
	}
	
	
/***********************************************************
    BOXCAPTION
***********************************************************/
			
.boxgrid{ 
	width: 508px;
	height: 400px;
	margin:10px; 
	float:left; 
	background:#161613; 
	border: solid 2px #8399AF;
	overflow: hidden; 
	position: relative;
	}
	
	.boxgrid img{ 
		position: absolute; 
		top: 0; 
		left: 0; 
		border: 0; 
		height:400px;
	}

	.boxgrid p{ 
		padding: 3px 10px; 
		color:#afafaf; 
		font-weight:bold; 
		font:10pt "Lucida Grande", Arial, sans-serif;
		line-height:1.2;
		margin-bottom:5px;
	}
	
	.boxgrid h4{
		padding-left:10px;
		padding-bottom:10px;
		font-size:16px;
	}
	

				
.boxcaption{ 
	float: left; 
	position: absolute; 
	background: #000; 
	height: 500px; 
	width: 100%; 
	opacity: .8;
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
}
	
	.caption .boxcaption {
		top: 300px;
		left: 0;
	}

/***********************************************************
    BACKGROUND
***********************************************************

#background {
    width: 100%;
    height: 100%;
    font-size: 0px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
    text-align: center;
}

    #background img {
        width: 100%;
        position: absolute;
        top: 0px;
        left: 0px;
        display: none;
    }
    
    #background div.gradient .right,
    #background div.gradient .left {
        width: 600px;
        height: 100%;
        position: absolute;
        top: 0px;
    }
    
    #background div.gradient .right {
        background: url('../images/001/gradient_right_BG.png') repeat-y;
        right: 0px;
    }
    
    #background div.gradient .left {
        background: url('../images/001/gradient_left_BG.png') repeat-y;
        left: 0px;
    }
	*/
