/*
Theme Name: Joone Studios Theme

*/


.home-wrapper {
	width: 492px;
	height: auto;
	margin: 25px auto 0 auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.sub-wrapper 
{
	width: 980px;
	height: 600px;
	margin: 15px auto 0 auto;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	
}

.home-logo {
	width: 492px;
	height: 68px;
	text-align: center;
	margin-bottom: 30px;
}

.sub-logo 
{
	width: 133px;
	height: 28px;
}

.home-buttons {
	width: 492px;
	height: 318px;
}

.entry {
	padding: 20px 10px 10px 0;
}

.left-column {
	width: 48%;
	float: left;
	margin-right: 20px;
	margin-top: 20px;
}

.right-column {
	width: 48%;
	float: right;
	margin-top: 20px;
}

.commercial a, .documentary a, .studio a, .narrative a, .music-video a, .new-media a {
	width: 144px;
	height: 144px;
}

.commercial a {
	background: url(images/commercial_off.jpg) no-repeat top left;
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
}

.commercial a:hover {
	background: url(images/commercial_on.jpg) no-repeat top left;
}

.documentary a {
	background: url(images/documentary_off.jpg) no-repeat top left;
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
}

.documentary a:hover {
	background: url(images/documentary_on.jpg) no-repeat top left;
}

.studio a {
	background: url(images/studio_off.jpg) no-repeat top left;
	float: left;
	margin-bottom: 30px;
}

.studio a:hover {
	background: url(images/studio_on.jpg) no-repeat top left;
}

.narrative a {
	background: url(images/narrative_off.jpg) no-repeat top left;
	float: left;
	margin-right: 30px;
}

.narrative a:hover {
	background: url(images/narrative_on.jpg) no-repeat top left;
}

.music-video a {
	background: url(images/music_video_off.jpg) no-repeat top left;
	float: left;
	margin-right: 30px;
}

.music-video a:hover {
	background: url(images/music_video_on.jpg) no-repeat top left;
}

.new-media a {
	background: url(images/new_media_off.jpg) no-repeat top left;
	float: left;
	clear: right;
}

.new-media a:hover {
	background: url(images/new_media_on.jpg) no-repeat top left;
}

.sidebar 
{
	width: 140px;
	height: 500px;
	float: left;
	text-align: center;
	margin-right: 30px;
}

.bottom-nav {
	width: 492px;
	text-align: left;
	margin-top: 20px;
}

.top-nav {
	width: 492px;
	text-align: left;
	margin-bottom: 20px;
}

.sub-nav 
{
	width: 100%;
	text-align: center;
}

.bottom-nav ul, .top-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.bottom-nav ul li, .top-nav ul li {
	display: inline;
	padding-right: 24px;
}

.bottom-nav ul li.last {
	padding-right: 0px;
}

.bottom-nav a, .top-nav a {
	color: black;
	text-decoration: none;
}

.bottom-nav a:hover, .top-nav a:hover {
	border-bottom: 1px dotted #666666;
}

.main 
{
	float: left;
}

.main-about a, .main-commercial a, .main-contact a, .main-documentary a, .main-events a, .main-mission a, .main-musicvideos a, .main-narrative a, .main-newmedia a, .main-news a, .main-outlets a, .main-resources a, .main-studio a  
{
	color: #ffffff;
}

.main-about 
{
	width: 805px;
	height: 499px;
	background: #d5d4d5 url(images/bg_about.jpg) no-repeat top left;
}

.main-commercial 
{
	width: 805px;
	height: 499px;
	background: #693293 url(images/bg_commercials.jpg) no-repeat top left;
}

.main-contact 
{
	width: 805px;
	height: 499px;
	background: #d5d4d5 url(images/bg_contact.jpg) no-repeat top left;
}

.main-documentary 
{
	width: 805px;
	height: 499px;
	background: #8bc27f url(images/bg_documentary.jpg) no-repeat top left;
}

.main-events 
{
	width: 805px;
	height: 499px;
	background: #d5d4d5 url(images/bg_events.jpg) no-repeat top left;
}

.main-mission 
{
	width: 805px;
	height: 499px;
	background: #d5d4d5 url(images/bg_mission.jpg) no-repeat top left;
}

.main-musicvideos 
{
	width: 805px;
	height: 499px;
	background: #4599d5 url(images/bg_musicvideo.jpg) no-repeat top left;
}

.main-narrative 
{
	width: 805px;
	height: 499px;
	background: #689c30 url(images/bg_narrative.jpg) no-repeat top left;
}

.main-newmedia 
{
	width: 805px;
	height: 499px;
	background: #3a004f url(images/bg_newmedia.jpg) no-repeat top left;
}

.main-news 
{
	width: 805px;
	height: 499px;
	background: #d5d4d5 url(images/bg_news.jpg) no-repeat top left;
}

.main-outlets 
{
	width: 805px;
	height: 499px;
	background: #d5d4d5 url(images/bg_outlets.jpg) no-repeat top left;
}

.main-resources 
{
	width: 805px;
	height: 499px;
	background: #d5d4d5 url(images/bg_resources.jpg) no-repeat top left;
}

.main-studio 
{
	width: 805px;
	height: 499px;
	background: #6bc0c5 url(images/bg_studio.jpg) no-repeat top left;
}

