/* --- articulus entertainment site styles --- */

/* --- the basics --- */

html,body {
	background: #000 url(../img/site-background.gif) repeat-x 0 0;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 95%;
	text-align: center;
	color: #75543b;
}

ul,ol {
	list-style: none;
}

h1,h2,h3,h4,h5,h6,pre,code {
	font-size: 1.2em;
}

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {
	margin: 0;
	padding: 0;
}

a,a:link,a:visited {
	text-decoration: underline;
	color: #75543b;
}

a:hover {
	text-decoration: underline;
	color: #75543b;
}

a:active {
	text-decoration: none;
}

a img,:link img,:visited img {
	border: none;
}

hr {
	display: none;
}

p {
	margin:0 0 1.5em;
	line-height: 17px;
	letter-spacing: 1px;
}

.clear {
	height: 0;
	font: normal 0/0 sans-serif;
	clear: both;
}

.inline {
	display: inline !important;
}

.center {
	text-align: center !important;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.strong {
	font-weight: bold;
}

/* --- site layout --- */

#site_container {
	width: 1200px;
	height: 770;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	position: relative;
	/*padding-right: 20px;
	padding-left: 20px;*/
	padding-top: 20px;
	background: #000 url(../img/site-background.jpg) no-repeat;
}

#header_container {
	margin-left: auto;
	margin-right: auto;
}

#header {
	background-image: url(../img/articulus-logo.gif);
	width: 246px;
	height: 72px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

/* @group navigation */

#nav-container {
	background: url(../img/nav-background.png) no-repeat;
	margin-left: auto;
	margin-right: auto;
	width: 1001px;
	height: 30px;
	margin-bottom: 20px;
}

#nav {
	clear: both;
	float: right;
	height: 12px;
	color: white;
	width: 1001px;
	list-style: none;
	display: inline;
	margin-right: auto;
	margin-left: auto;
	padding-top: 8px;
}

#nav li {
	float: left;
	list-style: none;
	display: inline;
}

#nav a {
	height: 0px !important;
	float: left;
	overflow: hidden;
	padding: 12px 0 0;
}

#nav li a:hover {
	background-position: 0 -12px;
}

#nav li a.active-section,
		#nav li a.active-section:hover {
	background-position: 0 -24px;
}

#nav-principals {
	width: 107px;
	padding-left: 125px;
	padding-right: 30px;
}

#nav-principals a {
	width: 107px;
	background: url(../img/nav-principals.gif) top left no-repeat;
}

#nav-motion-pictures {
	width: 159px;
	padding-right: 30px;
}

#nav-motion-pictures a {
	width: 159px;
	background: url(../img/nav-motion-pictures.gif) top left no-repeat;
	padding-right: 30px;
}

#nav-television {
	width: 107px;
	padding-right: 30px;
}

#nav-television a {
	width: 107px;
	background: url(../img/nav-television.gif) top left no-repeat;
	padding-right: 30px;
}

#nav-news {
	width: 58px;
	padding-right: 30px;
}

#nav-news a {
	width: 58px;
	background: url(../img/nav-news.gif) no-repeat;
	padding-right: 30px;
}

#nav-about {
	width: 66px;
	padding-right: 30px;
}

#nav-about a {
	width: 66px;
	background: url(../img/nav-about.gif) no-repeat;
	padding-right: 30px;
}

#nav-contact {
	width: 152px;
	/*padding-left: 3px;*/
}

#nav-contact a {
	width: 87px;
	background: url(../img/nav-contact.gif) no-repeat;
	/*padding-left: 3px;*/
}



/* @end */

#content {
	max-width: 1000px;
	min-height: 600px;
	background: url(../img/content-background.png) repeat;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 25px;
	/*padding: 40px;*/
}

#content-left {
	width: 200px;
	float: left;
	padding: 40px;
	text-align: center;
}

#content-right {
	width: 680px;
	float: right;
	padding-right: 40px;
	padding-left: 0;
	padding-top: 40px;
}

h1 {
	font-size: 1.3em;
	padding-bottom: 20px;
	font-weight: normal;
	font-style: normal;
}

h2 {
	font-size: 1.2em;
	padding-bottom: 5px;
	padding-top: 10px;
	font-weight: normal;
	font-style: normal;
}

h3 {
	font-size: 1em;
}

h4 {
	font-size: 1.2em;
	padding-bottom: 5px;
	font-variant: small-caps;
}

.nav-sidebar { 
		width: 320px; 
		margin-bottom: 30px;
		}

	.nav-sidebar h3 {
		border: none;
		text-transform: none;
		padding: 0px 0px 0px 0px;
		font-size: 1.2em;
	margin: 0px 0px 10px;
	font-variant: small-caps;
}

		.nav-sidebar ul {
			margin-left: 0;
			padding-left: 0;
			list-style-type: none;
			border-top: 1px solid #000;
			}

		.nav-sidebar a {
			display: block;
			padding: 5px 0px 5px 5px;
			width: 320px;
			background-color: #0a0b09;
			border-bottom: 1px solid #000;
			}			

			.nav-sidebar a:link, .navlist-sidebar a:visited {
				color: #EEE;
				text-decoration: none;
				}

			.nav-sidebar a:hover, .nav-sidebar .active{
				background-color: #75543b;
				color: #fff;
				}

/* --- custom layout --- */

#articulus-logo {
	background-image: url(../img/articulus-logo-full.png);
	width: 200px;
	height: 276px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

#content-home {
	max-width: 1000px;
	min-height: 500px;
	background: url(../img/content-background.png) repeat;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 25px;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 20px;
}

/*#content-motion-pictures-left {
	width: 310px;
	float: left;
	padding: 30px 40px 40px 30px;
	text-align: center;
}

#content-motion-pictures-right {
	width: 560px;
	float: right;
	padding-right: 30px;
	padding-left: 0;
	padding-top: 30px;
}*/

/*#content-motion-pictures-container {
	max-width: 1000px;
	min-height: 400px;
	background: url(../img/content-background.png) repeat;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 25px;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 40px;
}*/

#content-motion-pictures-left {
	width: 210px;
	float: left;
	text-align: center;
	padding: 30px 40px 40px 50px;
}

#content-motion-pictures-right {
	width: 700px;
	float: right;
	/*padding-right: 30px;*/
	padding-left: 0;
	padding-top: 30px;
}

#content-motion-pictures-container {
	max-width: 1000px;
	min-height: 625px;
	background: url(../img/content-background.png) repeat;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 25px;
	text-align: center;
	/*padding-top: 30px;*/
	padding-bottom: 40px;
}

#content-tv {
	max-width: 1000px;
	/*min-height: 600px;*/
	background: url(../img/content-background.png) repeat;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 25px;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 20px;
}

#content-motion-pictures-detail-left {
	width: 320px;
	float: left;
	padding: 40px;
	text-align: center;
}

#content-motion-pictures-detail-right {
	width: 540px;
	float: right;
	padding-right: 40px;
	padding-left: 0;
	padding-top: 40px;
}

#content-news-left {
	width: 320px;
	float: left;
	padding: 40px;
	text-align: center;
}

#content-news-right {
	width: 540px;
	float: right;
	padding-right: 40px;
	padding-left: 0;
	padding-top: 30px;
}

img.os {
	padding-right: 10px;
	clear: both;
	padding-bottom: 30px;
}

img.os-alt {
	clear: both;
	padding-bottom: 30px;
}

img.mp-available {
	padding-bottom: 40px;
	clear: both;
	padding-top: 20px;
}

/* --- footer --- */

#footer-divider {
	background: url(../img/div-footer.png) no-repeat;
	margin-left: auto;
	margin-right: auto;
	width: 1001px;
	height: 1px;
	margin-bottom: 20px;
}

img.footer {
	padding-bottom: 10px;
	clear: both;
}

#copyright {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	/*background-color: #fff;*/
	/*padding-top: 20px;*/
	padding-bottom: 15px;
	/*border-top: 1px solid #c2c2c2;*/
	bottom: 0;
}

#copyright p {
	text-align: center;
	font-size: .8em;
	line-height: 1em;
}