/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
StudioRyn :: SCREEN STYLE
Dev. Emily Bennet (emilybennet.com) :: 2009/4.17 
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* * Sheet Imports * */
@import url("universal_resets.css");
@import url("jquery_lightbox_005.css");
/*@import url("screen_sifr.css");*/

/* * Basics * */
body{
	background-color:#FFF;
}


/* * Layout * */
#grey_header{
	margin-bottom:-66px;
	width:100%;
	height:80px;
}

#container{
	margin:0 auto;
	width:970px;
/*	border:1px solid red;*/
}

#mark{
	margin-bottom:-55px;
	width:256px;
	height:66px;
	background-image:url("../images/studioryn.png");
}

#work_strip{
	margin:0 auto;
	margin-top:60px;
	width:926px;
/*	border:1px solid red;*/
}

#work_strip li{
	margin-left:2px;
	margin-right:2px;
	display:inline;
}

#work_strip img{
	border:2px solid #FFF;
}


#work_strip img:hover{
	border:2px solid #C41230;
}

#content{
	margin-top:7px;
}

.work_caption{
	margin-top:-375px;
	margin-left:310px;
	width:375px;
}

.work_caption_wide{
	margin-top:-375px;
	margin-left:610px;
	width:375px;
}

.portfolio img{
	margin-right:100px;
}

.fpo_img{
	margin:0 auto;
	clear:both;
	text-align:center;
	margin-top:60px;
}

.ui-tabs .ui-tabs-hide {
     display: none;
}


/* * Typography * */
h1{
	display:none;
}

#navi{
	float:right;
}

#navi li{
	font-family:helvetica,arial,sans-serif;
	margin-left:22px;
	display:inline;
	font-size:1.4em;
	color:#000;
}

#navi a{
	color:#000;
	text-decoration:none;
	font-weight:normal;
}

#navi a:hover{
	color:#C41230;
	font-weight:normal;
}

.work_caption h2{
	margin-bottom:3px;
	font-family:helvetica,arial,sans-serif;
	font-size:1.2em;
	letter-spacing:.06em;
	color:#C41230;
}

.work_caption h3{
	margin-bottom:22px;
	font-family:helvetica,arial,sans-serif;
	font-size:.9em;
	letter-spacing:.04em;
	color:#929497;
}

.work_caption p{
	font-family:helvetica,arial,sans-serif;
	font-size:.8em;
	letter-spacing:.02em;
	line-height:16px;
	color:#404041;
}

.work_caption_wide h2{
	margin-bottom:3px;
	font-family:helvetica,arial,sans-serif;
	font-size:1.2em;
	letter-spacing:.06em;
	color:#C41230;
}

.work_caption_wide h3{
	margin-bottom:22px;
	font-family:helvetica,arial,sans-serif;
	font-size:.9em;
	letter-spacing:.04em;
	color:#929497;
}

.work_caption_wide p{
	font-family:helvetica,arial,sans-serif;
	font-size:.8em;
	letter-spacing:.02em;
	line-height:16px;
	color:#404041;
}

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

a:hover{
	color:red;
}

.bio{
	margin-top:85px;
	font-family:helvetica,arial,sans-serif;
	font-size:3em;
	color:#e7e8e9;
	letter-spacing:.017em;
	line-height:1.2em;
}
