/* 
	larascott.com - Global CSS styles 
	copyright Lara Scott 2010 
	2010-04
*/

/* TOC 
	 1. Baseline Style Reset 
	 2. Global Elements
	 3. Header Elements
	 4. Header Elements
	 5. Footer Elements
*/


/* 1. BASELINE STYLE RESET
------------------------------------------------ */ 
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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,b,u,i,center,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-size:100%;vertical-align:baseline;background:transparent;}body{line-height:1;}ol,ul{list-style:none;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}:focus{outline:0;}ins{text-decoration:none;}del{text-decoration:line-through;}table{border-collapse:collapse;border-spacing:0;}


/* 2. GLOBAL ELEMENTS 
------------------------------------------------ */
html {
	background-color: #f3f3f3;
}

body {
	width: 960px;
	margin: 0 auto;
	min-height: 600px;
	background: url(../img/bg.jpg) no-repeat 50px 0;
	font-family: "Helvetica Neue", "Trebuchet MS", Arial, Helvetica, sans-serif;
}

body#bio {
	background: url(../img/bg-content.jpg) no-repeat 50px 0;
}

/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */


/* 2. HEADER ELEMENTS 
------------------------------------------------ */
#header {
	height: 135px;
	position: relative;
}

h1 {
	float: left;
	margin-left: 80px;
}

h1 a {
	padding: 75px 170px;
	text-decoration: none;
}

h1 span, #interact span {
	visibility: hidden;	
}

#interact {
	float: right;
	height: 30px;
}

#interact li {
	height: 30px;
	display: inline;	
}

#interact a {
	padding: 10px 55px;
	height: 30px;
	text-decoration: none;
}

.email {
	position: absolute;	
	right: 40px;
	top: 40px;
}

.email a {
	padding: 5px 80px;
	text-decoration: none;
}

.email span {
	visibility: hidden;
}


/* 3. CONTENT ELEMENTS 
------------------------------------------------ */
.article {
	margin: 60px 115px 25px 480px;
	height: 335px;
}

#bio .article {
	height: 355px;
	margin: 15px 115px 50px 470px;
	overflow: auto;
}

.article p {
	margin-bottom: 20px;
	line-height: 18px;
}


/* 5. FOOTER ELEMENTS 
------------------------------------------------ */
#footer {
	margin: 0 62px 0 75px;
	background-color: #757575;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 3px 3px 35px rgba(0,0,0,0.3); /* Opera 10.5, IE 9.0 */
	-moz-box-shadow: 2px 2px 35px rgba(0,0,0,0.3); /* FF3.5+ */
	-webkit-box-shadow: 0px 0px 35px rgba(0,0,0,0.3); /* Saf3.0+, Chrome */
	overflow: auto;
}


/* 5. SLIDER ELEMENTS 
------------------------------------------------ */
		.scroll-pane { overflow: auto; width: 821px; float:left; }
		.scroll-content { width: 1540px; float: left; overflow: none; margin: 20px 20px 0; }
		.scroll-content-item { float: left; margin: 10px; font-size: 3em;  text-align: center; }
		* html .scroll-content-item { display: inline; } /* IE6 float double margin bug */
		.scroll-bar-wrap { clear: left; padding: 0 4px 0 2px; margin: 0 -1px -1px -1px; }
		.scroll-bar-wrap .ui-slider { background: none; border:0; height: 1em; margin: 0 auto;  }
		.scroll-bar-wrap .ui-handle-helper-parent { position: relative; width: 100%; height: 100%; margin: 0 auto; }
		.scroll-bar-wrap .ui-slider-handle { top:.2em; height: 1.5em; }
		.scroll-bar-wrap .ui-slider-handle .ui-icon { margin: -8px auto 0; position: relative; top: 50%; }

        .video span {
			clear: left;
		}
		
        .slider {
            height: 17px;
            margin-top: 10px;
            margin-left: 5px;
            padding: 1px;
            position: relative;
            background: url(../img/scrollbar.png) no-repeat;
        }
        
        .slider span {
            color: #D86187;
            font-size: 80%;
            cursor: pointer;
            position: absolute;
            z-index: 110;
            top: 2px;
        }
        
        .slider .slider-tv {
            left: 130px;
        }
        .slider .slider-radio {
            left: 575px;
        }
    -->
