/* ROBERTJAMESPHILLIPS.COM */
/* AUTHOR: ROBERT PHILLIPS */
/* VERSION: 1.0 */


/* BASE STYLES */

body {
	/* font:normal 62.5%/1.7em 'HelveticaRegular', Arial, Tahoma, sans-serif; */
	font:normal 62.5%/1.7em 'Helvetica', Arial, Tahoma, sans-serif; 
	color:#ccc;
	margin:0 0 0 0;
	padding: 0;	
	background: #252525;
	text-shadow: 0px 1px 1px #000;
}


input, textarea {
    font-size: inherit;
    font-family:inherit;
}


a, a:visited {
    color:#00aeef;
    text-decoration:none;
}
a:hover {
    color: #fff ;
}
a:active{
    color:#00aeef;
}

strong {
    font-weight:bold;
}

p, blockquote{
    margin: 0 0 15px 0;
}

small {
    font-size: 0.9em;
    color: #999;
}

h1 {
    font-size: 2.8em;
    margin: 0 0 15px 0;
    color: #fff;
    font-weight:bold;

}

h2 {
    font-size: 2.8em;
    margin: 0 0 15px 0;
	color: #fff;
	font-weight:bold;
	
}


blockquote small{

}

h3 {

    
}

h4 {
    
}

ol, ul {
    margin: 0 0 15px 0;
}

}

input, textarea, select {
    color: #666;
    font-size: inherit;
    font-family: inherit;
}

em {
    font-style:italic;
}   

/* END BASE STYLES */




/* RESUABLE STYLES */

.button {
	display:block;
	background: #000  url(../images/button_left_bg.gif) no-repeat 0 0;
	float:left;
	padding: 0 0 0 15px !important;
}

.button span{
	display:block;
	height: 35px;
	line-height: 35px;
	background: transparent  url(../images/button_right_bg.gif) no-repeat 100% 0;
	padding: 0 15px 0 0;
}

.input_field {
    color: #666;
    padding: 10px 0 10px 10px;
    display:block;
    border:0;
}

.input_field_220 {
    width: 210px;
    background: transparent url(../images/input_field_220.gif) no-repeat 0 0;
}

.input_field_285 {
    width: 280px;
    background: transparent url(../images/input_field_285.gif) no-repeat 0 0;
}


.textarea_field_220 {
    width: 210px;
    background: transparent url(../images/textarea_field_220.gif) no-repeat 0 0;
    border:0;
    height: 84px;
}

.textarea_field_285 {
    width: 270px;
    background: transparent url(../images/textarea_field_285.gif) no-repeat 0 0;
    border:0;
    height: 85px;
}

.messageRegister, .messageFeedback, .messageContact {
    margin: 0 0 5px 0;
    color: #fdc689;
}

.messageSuccess {
    color: #fff;
}



.bottom{
    margin:0;
}


ul.skills{
    margin: 0  0 15px 0;
    color: #eeeeee
}

ul.skills li{
    padding: 0 0 0 15px;
    background: transparent url(../images/bp_1.gif) no-repeat 0 0.5em;
}

ul.skills li.hidden{
    display:none;
}  
ul.skills li.shown{
    display:block;
}  

ul.skills a.more{
    display:block;
	padding: 0 0 0 16px;
	background: transparent url(../images/arrow_bottom.gif) no-repeat 0 0.4em;
}

ul.skills a.more_less{
	background: transparent url(../images/arrow_top.gif) no-repeat 0 0.4em;
}

ul.skills a:hover.more{
    background-position: 0 -88px;      
}




/* END RESUABLE STYLES */



/* STRUCTURE STYLES */

.wrapper {
    text-align:left;
    margin: 0 auto 0 auto;
    width: 960px;
    font-size: 1.2em;
    line-height: 1.6em;
}

/* END STRUCTURE STYLES */



/* HEADER STYLES */


.header {
    background: #000  url(../images/header_li_bg.gif) repeat-x 0 100%;
    width: 100%;
    position: fixed;
    top:0;
    left:0;
    z-index:100;
}

.header ul{

    width: 960px;
    text-align:left;
    margin: 0 auto 0 auto;
    background: #000 url(../images/header_li_bg.gif) repeat-x 0 100%;
}

.header ul ul{
	display:none;
	position:absolute;
	top:43px;
	left:-1px;
	margin: 0;
	padding: 10px 10px 10px 13px;
    border: 1px solid #212121;
    border-top:0;
    width: 100px;
    font-size: 1.2em;

}

.header ul li.nav{
    float:right;
    margin: 0 0 0 -1px;
    border-right: 1px solid #212121;
    border-left: 1px solid #212121;
	position:relative;
    background: transparent url(../images/header_li_bg.gif) repeat-x 0 100%;
}

.header ul li.current_li{
    background: #000 !important;

}

.header ul li.selected{
    /* background: #0d0d0d */
}

.header ul li.home, .header ul li.feedback {
    float:left;
   
}


.header ul li.home {
    background: transparent url(../images/header_li_bg.gif) repeat-x 0 100%;
    position:relative;
}
.header ul li.feedback {
    background: transparent url(../images/header_li_bg.gif) repeat-x 0 100%;
}


.header ul li.nav a{
    display:block;
    padding: 13px 13px 13px 13px;
    font-size: 1.5em;
    color: #999999;
}


.header ul li.nav ul a{
    padding: 0;
    font-size: 1.0em;
}


.header ul li.home a.icon{
    width: 56px;
    background: transparent url(../images/header_logo_bg.gif) no-repeat 0 0;
    padding:0;
    height: 43px;
    text-indent: -6000px;
}

.header ul li.current_li a.icon_home{
    background: transparent url(../images/header_logo_selected_bg.gif) no-repeat 0 0;
}

.header ul li.home ul{
    width: 300px;
}

.header ul li.home ul a{
    color: #00aeef;
    display:inline;
}
.header ul li.home ul a:hover{
    color: #fff
}   


.header ul li.feedback a.icon{
    width: 42px;
    background: transparent url(../images/header_feedback_bg.gif) no-repeat 0 0;
    padding:0;
    height: 43px;
    text-indent: -6000px;
}

.header ul li.current_li a.icon_feedback{
    background: transparent url(../images/header_feedback_selected_bg.gif) no-repeat 0 0;
}

.header ul li.feedback ul{
    width: 225px;
    padding-bottom :15px;
}

.header ul li.feedback ul a{
    color: #00aeef;
    display:inline;
}
.header ul li.feedback ul a:hover{
    color: #fff
}  


.header ul li.home a.icon:hover, .header ul li.feedback a.icon:hover{
    
}



.header ul li.selected a.primary{
    color: #00bff3
}

.header ul li a:hover, .header ul li a.current{
    color: #fff;
}

/* END HEADER STYLES */


/* MASK STYLES */

.mask {
    position:fixed;
    width: 100%;
    height: 100%;
    text-indent: -6000px;
    background: transparent url(../images/mask_bg.png)  0 0;
    z-index:10;
    display:none;
}

/* END MASK STYLES */







/* SECTION STYLES */

.section {
	margin: 0 0 0 0;
	padding: 280px 0 0 0;
	height: 1500px;
}

.section_home{
	background: transparent url(../images/section_homepage_bg.gif) no-repeat 100% 30px;
}
.section_portfolio{
	background: transparent url(../images/section_portfolio_bg.gif) no-repeat 100% 100px;
}
.section_journal{
	background: transparent url(../images/section_journal_bg.gif) no-repeat 100% 100px;
}
.section_labs{
	background: transparent url(../images/section_labs_bg.gif) no-repeat 100% 100px;
}
.section_about{
	background: transparent url(../images/section_about_bg.gif) no-repeat 100% 150px;
}
.section_contact{
	background: transparent url(../images/section_contact_bg.gif) no-repeat 100% 100px;
    height: 1000px;
}



.section .columns{
	background: transparent url(../images/column_bg.png) no-repeat 0 0;
	padding: 70px 0 200px 0;

}

.section_contact .columns{
    padding-bottom:100px;
}




.section .columns p{
    margin-right: 20px;
}   

.section .columns .column{
	float:left;
	margin: 0 20px 0 0;
	background: transparent url(../images/columns_bg.png) repeat-y 100% 0;
	height: 200px;
	padding: 30px 0 0 0;
}
.section_portfolio .columns .column, .section_labs .columns .column{
    height: 215px;
}

.section_contact .columns .column{
    height: 300px;
}



.section .columns .column_end{
	background: none;
	margin-right: 0;
}
.section .columns .column_end p{
    margin-right:0;
}

.section .columns .column_660{
	width: 660px;
    background: transparent url(../images/columns_600_bg.png) 0 0;
}

.section .columns .column_tumblr{
    background:none;
}


.section .columns .column_380{
	width: 380px;
}

.section .columns .column_320{
	width: 320px;
}

.section .columns .column_300{
	width: 300px;
}
.section_portfolio .columns .column_300, .section_labs .columns .column_300, .section_journal .columns .column_300{
	margin-right:0;
}


.section .columns .column_220{
	width: 220px;
}

.section .footer {
	padding: 10px 0 0 0;
	border-top: 1px solid #414141;
	color: #666666;
}

.section .footer .top{
	display:block;
	float:right;
	padding: 0 0 0 17px;
	background: transparent url(../images/arrow_top.gif) no-repeat 0 0.4em;
}

.section .footer a:hover.top{
    background-position: 0 -88px;
}



/* END SECTION STYLES */



/* SLIDER STYLES */


.slider{
    position: relative;
}



/* SLIDER HOME */


.slider_home{
    height: 120px;
}

.slider_home .shelf{
    width: 300px;
    height: 100px;
    overflow:hidden;
}

.slider_home ul{

}

.slider_home ul li{
    width: 300px;
    height: 100px;
    overflow:hidden;
    float:left;
}



/* SLIDER PORTFOLIO */


.slider_portfolio, .slider_labs {
    height: 200px;
    margin: 5px 0 0 0;
}

.slider_portfolio h3, .slider_labs h3{
    font-size: 1.9em;
    font-weight:bold;
    color: #fff;
    line-height: 1.0em;
    margin: 0 0 10px 0;
}

.slider_portfolio .detail, .slider_labs .detail{
    width: 300px;
    margin: 0 0 0 22px;
    float:left;
}

.slider_portfolio .detail .spec, .slider_labs .detail .spec{
    margin: 0 0 0 0;
}

.slider_portfolio .detail .spec span, .slider_labs .detail .spec span{
    display:block;
    float:left;
}

.slider_portfolio .detail .spec span.one, .slider_labs .detail .spec span.one{
    width: 70px;
}

.slider_portfolio .teaser, .slider_labs .teaser{
    float:right;
    display:block;
    border:3px solid #333333;
    margin: 0 22px 0 0;
}

.slider_portfolio .shelf, .slider_labs .shelf{
    width: 660px;
    height: 200px;
    overflow:hidden;
}

.slider_portfolio ul, .slider_labs ul{

}

.slider_portfolio ul li, .slider_labs ul li{
    width: 660px;
    height: 200px;
    overflow:hidden;
    float:left;
}



.slider .next{
    position: absolute;
    bottom: -10px;
    left:43px;
    width: 37px;
    height: 35px;
    background: transparent url(../images/button_next_bg.gif) no-repeat 0 0;
    text-indent: -6000px;
}
.slider_portfolio .next, .slider_labs .next{
    right:0px;
    left:auto;
    bottom: -55px;
}

.slider a:hover.next{
    background-position: 0 100%;
}
.slider a:active.next{
    background-position: 0 0;
}



.slider .previous{
    position: absolute;
    bottom: -10px;
    left:0;
    width: 37px;
    height: 35px;
    background: transparent url(../images/button_previous_bg.gif) no-repeat 0 0;
    text-indent: -6000px;
}
.slider_portfolio .previous, .slider_labs .previous{
    right:44px;
    left:auto;
    bottom: -55px;
}

.slider a:hover.previous{
    background-position: 0 100%;
}
.slider a:active.previous{
    background-position: 0 0;
}


.slider .counter{
    position: absolute;
    top: -27px;
    left:105px;
    color: #666
}


.slider_portfolio .counter, .slider_labs .counter {
    left:22px;
    top: -25px;
}



/* END SLIDER STYLES */





/* JOURNAL STYLE */


.column_tumblr {
    height: 200px;
    margin: 5px 0 0 0;
}

.column_tumblr h3{
    font-size: 1.9em;
    font-weight:bold;
    color: #fff;
    line-height: 1.0em;
    margin: 0 0 15px 25px;
}

.column_tumblr ul{
    margin: 0 0 0 25px;
    width: 300px;
    float:left;
}
.column_tumblr ul li{
    padding: 0 0 0 6px;
    margin: 0 0 0px 0;
}
.column_tumblr ul li.alt{
    background: transparent url(../images/tumblr_li_bg.png) no-repeat 0 0;
}

.column_tumblr ul li a{
    height: 27px;
    line-height: 27px;
    display:block;
    padding: 0 0 0 28px;
}

.column_tumblr ul li a.link {
    background: transparent url(../images/tumblr_icon_url.png) no-repeat 2px 0.5em;
}
.column_tumblr ul li a.video {
    background: transparent url(../images/tumblr_icon_video.png) no-repeat 2px 0.5em;
}
.column_tumblr ul li a.video h1{
    font-size: 1.0em;
    margin:0;
    color: inherit;
    font-weight:inherit;
    padding: 0;
}
.column_tumblr ul li a.video p{
    margin:0;
    padding:0;
}


.column_tumblr ul li a.photo {
    background: transparent url(../images/tumblr_icon_image.png) no-repeat 0 0.5em;
}
.column_tumblr ul li a.regular {
    background: transparent url(../images/tumblr_icon_text.png) no-repeat 4px 0.5em;
}
.column_tumblr ul li a.quote {
    background: transparent url(../images/tumblr_icon_quote.png) no-repeat 1px 0.5em;
}


/* END JOURNAL STYLE */





.social {
    margin: 0 0 15px 0;
}

.social a{
    display:block;
    width :30px;
    height: 30px;
    text-indent: -6000px;
    background: transparent url(../images/icon_social_bg.gif) no-repeat 0 0;
    float:left;
    margin: 0 8px 0 0;
}

.social a.twitter{
    background-position: 0 100%;
}
.social a:hover.twitter{
   background-position: 0 0;
}

.social a.facebook{
    background-position: -37px 100%;
}
.social a:hover.facebook{
   background-position: -37px 0;
}

.social a.flickr{
    background-position: -73px 100%;
}
.social a:hover.flickr{
   background-position: -73px 0;
}

.social a.lastfm{
    background-position: -110px 100%;
}
.social a:hover.lastfm{
   background-position: -110px 0;
}










