body {
	text-align: center;
}

body#home {
	background: url("../images/welcome_bg.gif") repeat-y top left;
}

body#meet_creative_nation {
	background: url("../images/meet_bg.gif") repeat-y top left;
}

body#post_production {
	background: url("../images/postproduction_bg.jpg") no-repeat top left;
}

body#how_we_work {
	background: black url("../images/howwework_bg.jpg") no-repeat;
	background-attachment: fixed;
	background-position: center;
}

body#who_we_are {
	background: url("../images/whoweare_bg2.gif") no-repeat top left;
}

body#production {
	background: url("../images/production_bg.jpg") no-repeat top left;
}

body#showreel {
	background: url("../images/showreel_bg.jpg") no-repeat top left;
}

body#blog {
	background: url("../creative_nation/images/blog_bg.gif") repeat-y top left;
}

body#company_info {
	background: url("../images/company_info_bg.gif") no-repeat top left;
}

body#login {
	background: url("../images/login_bg.gif") repeat-y top left;
}

body#pre_production {
	background: url("../images/preproduction_bg.gif") repeat-y top left;
}

div#container {
	width: 822px;
	margin:auto;
	position: relative;
	text-align: left;
}

div#content_container {
	background: #ffffff;
	width: 853px;
	float: left;
	position: relative;
	margin-top: 80px;
}

/*** HEADER STYLES ***/

div#header_container {
	float: left;
	/*margin-bottom: 20px;*/
	margin-bottom: 0px;
	display: inline;
	margin-left: 20px;
}

div#main_logo {
	float: left;
	z-index: 1;
	position: relative;
}

div#main_logo img{
	margin-top: -89px;
	clear: none;
	border: none;
	z-index: 1;
	position: relative;
}

div#login_box {
	background-color: #D10303;
	width: 197px;
	position:absolute;
	right:0;
	top:-89px;
	padding: 6px 10px;
	text-align: center;
	font-family: "Times New Roman";
}

div#login_box a.first {
	border-right: 2px solid black;
	padding-right: 7px;
	padding-left: 0px;
}

div#login_box a {
	padding-left: 2px;
	color: #ffffff;
	text-decoration: none;
	font-size:15px;
	font-weight:bold;
}

div#login_box a:hover {
	text-decoration: underline;
}

div#login_box a:visited {
	color:#ffffff;
}

div#tag_line {
	display: inline;
	clear: right;
	float: left;
	margin-left: 15px;
}

div#tag_line img {
	margin-top: 28px;
}

div#navigation_list, div#second_navigation_list {
	clear:none;
	position:absolute;
	top: 52px;
	left: 20px;
	z-index:10;
}

div#second_navigation_list {
	top: 82px;
}

div#navigation_list ul {
	background-color:#000000;
	clear:none;
	font-family:"Times New Roman";
	margin-left:-50px;
	padding-bottom:4px;
	padding-left:81px;
	padding-top:4px;
	width:829px;
	z-index:10;
	position: relative;
}

div#second_navigation_list ul, div#footer ul {
	background-color:#000000;
	clear:none;
	font-family:"Times New Roman";
	margin-left:-50px;
	padding-bottom:4px;
	padding-left:81px;
	padding-top:4px;
	position:relative;
	width:829px;
	z-index:10;
}

div#footer ul {
	width: 829px;
	padding-left: 80px;
	margin-left: -30px;
}

div#second_navigation_list ul {
	margin-left:283px;
	padding-left:0;
	width:577px;
}

div#navigation_list ul li, div#second_navigation_list ul li, div#footer ul li {
	display: inline;
}

div#navigation_list ul li a, div#second_navigation_list ul li a, div#footer ul li span {
	color: #ffffff;
	border-right: 2px solid #D10303;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	font-weight: bold;
	font-size: 15px;
}

div#navigation_list ul li a:hover, div#second_navigation_list ul li a:hover, div#footer ul li a:hover {
	text-decoration: underline;
}

div#navigation_list ul li a.first, div#second_navigation_list ul li a.first, div#footer ul li span.first {
	padding-left: 0px;
}

div#navigation_list ul li a.last, div#second_navigation_list ul li a.last, div#footer ul li span.last {
	border-right: none !important;
}

div#navigation_list ul li a#selected, div#second_navigation_list ul li a#selected {
	color: #D10303;
}

/*** END HEADER STYLES ***/

/*** START BODY TEXT STYLES ***/

div#bodyText {
	float: left;
	display: inline;
	margin-bottom: 35px;
	padding: 0 51px;
	min-height: 300px;
	height: auto !important;
	height: 300px;
}

div#bodyText h1 {
	color: #D10303;
	letter-spacing: 1px;
	font-size: 2.3em;
}

div#bodyText span.subHeading {
	font-weight: bold;
}

div#bodyText ul {
	padding-left: 20px;
}

div#bodyText ul li {
	padding-left: 25px;
}

div#bodyText p, div#bodyText ul li {
	margin-bottom: 25px;
	font-family: arial;
	font-size: 0.8em;
	letter-spacing: 0.03em;
	line-height: 1.4em;
}

div#bodyText ul li span.ul_header {
	color: #D10303;
	font-family: "Times New Roman";
	font-weight: bold;
	font-size: 1.2em;
}

div#bodyText a {
	color: #D10303;
	text-decoration: none;
}

div#bodyText a:hover {
	text-decoration: underline;
}

div#bodyText a:visited {
	color: #D10303;
}

div#bodyText div.ul_column {
	width: 200px;
	float: left;
}

div#bodyText div.ul_column ul {
	margin-top: 0px;
}

div#bodyText div.ul_column ul li {
	margin-bottom: 0px;
	color: #D10303;
}

div#bodyText span.coming_soon {
	float:left;
	margin-left:270px;
	margin-top:55px;
}

/*** END BODY TEXT STYLES ***/

/*** START FOOTER STYLES ***/

div#footer {
	float: left;
	margin-top: 20px;
}

div#footer ul li span a {
	color: #ffffff;
	text-decoration: none;
}

div#footer ul li span {
	font-size: 0.7em;
}

div#footer ul li span a.selected {
	color: #D10303;
}


/*** START BLOG SPECIFIC STYLES TAKEN FROM WORDPRESS ***/

.widecolumn .entry p {
	font-size: 1.05em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: left;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 0px;
	margin: 0px 0 0;
	width: 565px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 0px;
	width: 565px;
	float:left;
	}

.post {
	padding: 0 0 40px;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top:25px;
	}

.widecolumn .postmetadata {
	margin: 0px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

/*	Begin Headers */

div.narrowcolumn h2, div.widecolumn h2 {
	font-size: 1.2em;
	margin-bottom:7px !important;
	color: #D00202;
}

div.post small {
	color:#999999;
	font-size: 0.7em;
	font-family:arial;
}

div.narrowcolumn p {
	margin-bottom: 0 !important;
	margin-top: 0 !important;
}

div.entry {
	margin-top: 30px
}

div.entry p {
	margin-bottom: 10px !important;
}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	}

h3 {
	padding: 0;
	margin: 0px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */


/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}


.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0 !important;
	}

#sidebar ul li {
	list-style-type: none !important;
	list-style-image: none !important;
	margin-bottom: 15px;
	padding-left: 0px !important;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 0;
	padding-left: 0 !important;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 0px 3px;
	}

#sidebar #searchform #s {
	width: 134px;
	padding: 2px;
	background-color:#EFEFEF;
	}

#sidebar #searchsubmit {
	padding: 1px;
	display: none;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	float:left;
	margin-left:28px;
	padding: 0px 0 10px;
	width:150px;
}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	width: 565px;
	background-color:#999999;
	float: left;
	margin: 0 !important;
	height: 1px !important;
	border: 0 none !important;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/*Extra styles */

.widecolumn h2 {
	margin-top: 0px !important;
}

body#blog h1 {
	margin-bottom: 10px !important;
}

div.narrowcolumn div.post {
	border-bottom: 1px solid #999999;
}

div.narrowcolumn div.entry {
	margin-top: 30px !important;
}

div.widecolumn div.entry {
	margin-top: 10px !important;
}

div#tag_line {
	display: inline;
	clear: right;
	float: left;
	margin-left: 15px;
}

div#tag_line span {
	margin-top: 27px;
	font-size: 17px;
	color: #D00202;
	font-family: georgia, arial;
	float: left;
	letter-spacing: 0.5px;
	margin-left: 10px;
}