body
{
	margin: 0;
	padding: 0;
	font: 12px Arial, Helvetica, Geneva, sans-serif;
	color: #333;
}

/* @group Typography */

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

strong
{
	font-weight: bold;
}

em
{
	font-style: italic;
}

.light
{
	color: #808080;
}

.small
{
	font: 11px/18px Arial, Helvetica, Geneva, sans-serif;
}

.red
{
	color: #DF2000;
}

/* @group Links */

a
{
	color: #808080;
	text-decoration: none;
	border-bottom: 1px dotted #808080;
	outline: none;
}

a:hover
{
	color: #DF2000;
	border-bottom-color: #DF2000;
}

/* @group Article Headers */

a.article_link
{
	color: #333;
	border: none;
}

a.article_link:hover
{
	color: #DF2000;
}


/* @end */

/* @group Red Links */

a.red
{
	border: none;
	color: #DF2000;
}

a.red:hover
{
	text-decoration: underline;
}

a.active
{
	color: #DF2000;
	border-bottom: 1px dotted #DF2000;
}

/* @end */

/* @end */

/* @group Headers */

h1
{
	font-size: 28px;
	letter-spacing: -1px;
	margin-bottom: 18px;
}

h2
{
	font-size: 25px;
	letter-spacing: -1px;
	margin-top: 0;
}

/* @end */

/* @group Other */

.hr
{
	background: url(/images/hr.gif) repeat-x;
	margin-top: 18px;
	margin-bottom: 18px;
	line-height: 0px;
	height: 1px;
}

/* @end */

/* @end */

/* @group Layout */

#wrap
{
	width: 821px;
	margin-right: auto;
	margin-left: auto;
}

#header
{
	margin-top: 31px;
}

/* @group Header */

#header
{
	overflow: hidden;
	height: 56px;
	margin-bottom: 42px;
	margin-left: -1px;
}

#header #logo h1
{
	text-indent: -3000px;
	float: left;
}

#header #logo h1 a
{
	display: block;
	background: url(/images/logo.gif) no-repeat;
	width: 128px;
	height: 56px;
	border-style: none;
	outline: none;
}

#header #logo h1 a:hover
{
	background-position: 0 -56px;
}

#header #second-level-navigation
{
	margin-top: 9px;
}


#header #second-level-navigation ul
{
	line-height: 15px;
	text-align: right;
}

/* @end */

/* @group Top Level Navigation */

#top-level-navigation
{
	overflow: hidden;
	height: 40px;
	margin-bottom: 23px;
}

#top-level-navigation ul li
{
	float: left;
	padding-right: 31px;
	background: url(/images/top_level_navigation/separator.gif) no-repeat right;
	height: 40px;
}

#top-level-navigation ul li.last
{
	background-image: none;
}

#top-level-navigation ul li a
{
	border: none;
	height: 38px;
	display: block;
	text-indent: -6000px;
	margin-top: 2px;
}

#top-level-navigation ul li a:hover
{
	background-position: 0 38px;
}

#top-level-navigation ul li a.active
{
	background-position: 0 38px;
}

/* @group Section spacing */

#top-level-navigation ul li.nav-lab
{
	padding-left: 2px;
}

#top-level-navigation ul li.nav-blog
{
	padding-left: 2px;
}



/* @end */

/* @group Section images */

#top-level-navigation ul li.nav-home a
{
	background-image: url(/images/top_level_navigation/home.gif);
	width: 101px;
}

#top-level-navigation ul li.nav-studio a
{
	background-image: url(/images/top_level_navigation/agence.gif);
	width: 134px;
}

#top-level-navigation ul li.nav-production a
{
	background-image: url(/images/top_level_navigation/production.gif);
	width: 196px;
}

#top-level-navigation ul li.nav-lab a
{
	background-image: url(/images/top_level_navigation/lab.gif);
	width: 53px;
}

#top-level-navigation ul li.nav-blog a
{
	background-image: url(/images/top_level_navigation/blog.gif);
	width: 78px;
}



/* @end */


/* @end */

#contents
{
	margin-top: 30px;
	margin-bottom: 30px;
}

#footer
{
	clear: both;
	margin-top: 8px;
}

/* @group Footer */

#footer span
{
	display: block;
	float: left;
}

#footer span.lemonchik
{
	float: right;
}



/* @end */

/* @group Columns */

div.c
{
	float: left;
	margin-right: 20px;
}

div.c.half
{
	width: 120px;
}

div.c.one
{
	width: 260px;
}

div.c.two
{
	width: 540px;
}

div.c.last
{
	margin-right: 0;
}


/* @end */

/* @group List Article */

.blog-article
{
	padding-bottom: 15px;
}

.blog-article-badge img
{
	margin-top: 5px;
}

.blog-article-badge a
{
	border: none;
}



/* @end */

/* @group List Item */

.list-item
{
	margin-bottom: 20px;
}

.list-item p
{
	margin-bottom: 0;
	margin-top: 0;
}

.list-item-badge
{
	margin-bottom: 5px;
}

.list-item-badge a
{
	border: none;
}



/* @end */

/* @group Pagination */

#pagination .pages
{
	text-align: center;
	display: block;
	padding: 7px;
}

.windowed_links
{
	text-align: center;
	padding-top: 7px;
	padding-bottom: 7px;
}

.windowed_links a
{
	border: none;
	color: #DF2000;
}

.windowed_links .page_separator
{
	padding-right: 5px;
	padding-left: 5px;
	background-image: url(/images/widgets/paginator/separator.gif);
	text-indent: -6000px;
}

.windowed_links a:hover
{
	text-decoration: underline;
}

.prev_page
{
	display: block;
	background: url(/images/buttons/arrow-left.gif) no-repeat 0 -28px;
	width: 29px;
	height: 28px;
	text-indent: -6000px;
	border: none;
	float: left;
}

.next_page
{
	display: block;
	background: url(/images/buttons/arrow-right.gif) no-repeat 0 -28px;
	width: 29px;
	height: 28px;
	text-indent: -6000px;
	border: none;
	float: right;
}

.prev_page:hover
{
	background-position: 0 -56px;
}

.next_page:hover
{
	background-position: 0 -56px;
}

.prev_page.disabled
{
	background-position: 0 0;
}

.next_page.disabled
{
	background-position: 0 0;
}

.prev_page.disabled:hover
{
	background-position: 0 0;
}

.next_page.disabled:hover
{
	background-position: 0 0;
}


/* @end */

/* @end */

/* @group Sections */

/* @group Blog */

#blog-articles
{
	margin-top: 2px;
}

ul#blog-archive
{

	line-height: 18px;
	margin-top: 18px;
}

.blog_permalink
{
	text-align: right;
	margin-top: 9px;
	margin-bottom: 9px;
}



/* @end */

/* @group Contact */

#map
{
	width: 540px;
	height: 330px;
	/*margin-left: 281px;*/
	float: right;
}



/* @end */

/* @group About */

.people-head
{
	overflow: hidden;
	height: 110px;
	
}
.people-head img
{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

#testimonies .badge a
{
	border: none;
}



/* @end */

/* @group Studio */

.section-header-image
{
	margin-bottom: 19px;
}

#project-medias
{
	margin-left: -17px;
}

#project-medias a
{
	margin-bottom: 17px;
	border: none;
	display: block;
	float: left;
}

#project-medias a.margin
{
	margin-left: 17px;
}


/* @end */

/* @group Homepage */

#homepage-contents
{
	
}

#projects-to-homepage
{
	margin-top: 20px;
}



/* @end */



/* @end */

/* @group Extras */

/* @group Buttons */

a.button
{
	background: transparent url('/images/buttons/a-cap.gif') no-repeat scroll top right;
	color: #444;
	display: block;
	float: left;
	font: normal 12px arial, sans-serif;
	height: 18px;
	margin-right: 6px;
	padding-right: 4px;
	text-decoration: none;
	border: none;
	margin-bottom: 3px;
	text-transform: uppercase;
}

a.button.downcase
{
	text-transform: lowercase;
}

a.button span
{
	background: transparent url('/images/buttons/span-cap.gif') no-repeat;
	display: block;
	padding: 4px 1px 4px 5px;
	color: white;
	line-height: 10px;
	font-size: 11px;
}

/* @end */

.clear
{
	overflow: hidden;
	width: 100%;
}



.right
{
	float: right;
}

.no_top_margin
{
	margin-top: 0;
}

.no_bottom_margin
{
	margin-bottom: 0;
}

.no_right_margin
{
	margin-right: 0;
}

.no_margin
{
	margin: 0;
}

.center
{
	text-align: center;
}

/* @end */

/* @group Widgets */

/* @group LoginBox */

#projects
{
	margin-top: 20px;
}

#login-box-container
{
	background-color: #f3f3f3;
}

#login-box
{
	
	padding: 20px 10px;
}

#login-box form
{
	width: 350px;
	margin-bottom: 20px;
}

#login-box input
{
	font: 12px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	float: left;
	padding: 2px;
	color: #4d4d4d;
	width: 290px;
	margin-top: 2px;
	margin-left: 2px;
	margin-bottom: 2px;
}

#login-box a
{
	margin-top: 4px;
}

p.red_alert
{
	background-color: #e5d0cd;
	border: 1px solid #e58073;
	padding: 5px;
	color: #e5240a;
}


/* @end */

#home-video-player
{
	width: 540px;
}

/* @group Multi Image */

#home-multi-image-widget
{
	background: url(/images/widgets/multi_image/background.jpg) no-repeat;
	padding-top: 10px;
}

#image-container
{
	margin: 0 10px;
}

#image-navigation
{
	width: 520px;
	margin-left: 10px;
	padding-bottom: 10px;
}

#actual-image
{
	margin-bottom: 10px;
}

#image-navigation span.paginator
{
	text-align: center;
	display: block;
	float: left;
	width: 460px;
	padding-top: 7px;
	color: #7f7f7f;
}

/* @end */

/* @group SlimBox */

#lbOverlay
{
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer
{
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading
{
	background: #fff url(/images/widgets/squeeze_box/spinner.gif) no-repeat center;
}

#lbImage
{
	position: absolute;
	left: 0;
	top: 0;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink
{
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink
{
	left: 0;
}

#lbPrevLink:hover
{
	background: transparent url(prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink
{
	right: 0;
}

#lbNextLink:hover
{
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom
{
	color: #bfbfbf;
	text-align: left;
	background-color: black;
	padding: 12px;
}

#lbCloseLink
{
	display: block;
	float: right;
	background: transparent url(/images/widgets/squeeze_box/close.gif) no-repeat left;
	outline: none;
	border: none;
	text-indent: 16px;
	color: #bfbfbf;
}



/* @end */



/* @end */