/* @override 
	http://ollies-macbook-pro.local/jam/css/screen_new.css
	http://localhost/jam/css/screen_new.css
*/

body {
  font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
  line-height: 1.5; /* Unitless for proper inheritance */
}

body          { font-size: 75%; }   /* IE */
html > body   { font-size: 11px; }  /* Other browsers */


/*Style Resetting
-------------------------------------------------------------- */
html, body {
	margin: 0;
	padding: 0;
}

.clearer{
	clear: both;
}


/*Body Styling & Structure etc
-------------------------------------------------------------- */
body {
	background-color: #000;
}

#container{
	width: 870px;
	margin: 0 auto;
	padding: 30px;
}

#content{
	width: 870px;
}

#bg_top{
	width: 870px;
	height: 5px;
	padding: 0;
	line-height: 0;
	margin: 0;
	font-size: 0;
	background: url(../images/global/background/bg_top.gif) no-repeat center;
}

#bg_bottom{
	width: 100%;
	height: 5px;
	line-height: 0;
	padding: 0;
	margin: 0;
	background: url(../images/global/background/bg_bottom.gif) no-repeat;
}

#main_body{
	background-color: #1a1a1a;
	width: 820px;
	padding: 20px 25px;
}

#column1 {
	float: left;
	width: 500px;
	margin: 0 25px 0 0;
}

#column2 {
	float: left;
	width: 295px;
}

#column50a {
	float: left;
	width: 385px;
	margin: 0 50px 0 0;
}

#column50b {
	float: left;
	width: 385px;
}

#columnql {
	float: left;
	width: 190px;
}

#columnq {
	float: left;
	width: 25%;
	margin: 0;
	padding: 0;
}

#columnqr {
	float: left;
	width: 190px;
}

div.rounded_variable {
	background: url(../images/global/rounded_corners/dark/rc_right.gif) no-repeat right top;
}

div.rounded_variable h4 {
	background: url(../images/global/rounded_corners/dark/rc_left.gif) no-repeat left top;
	color: #fff;
	padding: 25px 25px 0;
	line-height: 0;
	border-bottom: none;
}

div.rounded_variable div {
	background: url(../images/global/rounded_corners/dark/rc_left.gif) no-repeat left bottom;
	padding-left: 25px;
}

div.rounded_variable p {
	background: url(../images/global/rounded_corners/dark/rc_right.gif) no-repeat right bottom;
	padding: 0 25px 25px 0;
}

div.rounded_sectionnav {
	margin: 20px 0 0 0;
	background: url(../images/global/rounded_corners/dark/rc_right.gif) no-repeat right top;
}

div.rounded_sectionnav div.h3 {
	background: url(../images/global/rounded_corners/dark/rc_left.gif) no-repeat left top;
	color: #fff;
	padding: 10px 10px 0;
	line-height: 0;
	border-bottom: none;
}

div.rounded_sectionnav div.sneak {
	background: url(../images/global/rounded_corners/dark/rc_left.gif) no-repeat left bottom;
	padding-left: 10px;
}

div.rounded_sectionnav div.wrapper {
	background: url(../images/global/rounded_corners/dark/rc_right.gif) no-repeat right bottom;
	padding: 0 10px 10px 0px;
}

#section_nav div.wrapper ul li {
	color: #999;
}

#section_nav a {
	color: #999;
}

#section_nav a:hover {
	color: #fff;
}

#column1 ul, #column2 ul{
	margin: 0 0 25px 0;
	padding: 0;
	list-style: none;
}

ul#indent {
	padding: 0 0 0 40px;
	list-style-type: disc;
}


#portfolio_entry {
	width: 25%;
	float: left;
	text-align: center;
	margin: 0;
	padding: 0;
}

#portfolio_entry:hover a p{
	color: #ffffff;
}

.center {
	text-align: center;
}

img.sidebarimg {
	padding: 0;
	margin: 0 0 20px 0;
}

img.center {
	text-align: center;
}

p img.nmr {
	margin-right: 0;
	float: none;
}

#padder {
	margin: 10px;
}

#columnq ul {
	padding: 0 0 0 20px;
}

/* Rounded Corners
-------------------------------------------------------------- */
.roundcont {
	background-color: #1e1e1e;
	color: #fff;
}

#column2 div.roundcont {
	margin: 0 0 30px 0;
}

#home #column2 div.roundcont {
	margin: 0;
}

.roundcont div#wrapper {
	padding: 10px 30px;
}

.roundcont ul#indent {
	margin: 20px 30px 20px 30px;
}

.roundtop { 
	background: url(../images/global/rc4/tr.gif) no-repeat right; 
}

.roundbottom {
	background: url(../images/global/rc4/br.gif) no-repeat top right; 
}

img.corner {
   width: 10px;
   height: 10px;
   border: none;
   display: block !important;
}

/* Forms
-------------------------------------------------------------- */

fieldset {
	margin: 1em 0;
	padding:  1em;
	border:  1px solid #000;
	background: #272727;
}

legend {
	font-weight: bold;
	padding: .2em 1em;
	display: block;
	background: #272727;
	border: solid 1px #000;
}

label {
	float: left;
	width: 10em;
	margin: 0 0 0 1.5em;
}

input[type="text"], input[type="password"]{
	width: 200px;
	border: 1px solid #2d2d2d;
	color: #fff;
	font: 11px "Lucida Grande", Lucida, Verdana, sans-serif;
	padding: 0.2em;
	background: #272727 url(../images/global/forms/textbox.gif) repeat-x left top;
}

input[type="text"]:focus, input[type="password"]:focus{
	border: 1px solid #989898;
}

input[type="submit"] {
	width: auto;
	padding: 0.2em;
	
}

.form_note {
	color: #999999;
	font-size: 11px;
	padding-left: 1em;
}

textarea{
	width: 300px;
	border: 1px solid #2d2d2d;
	color: #fff;
	font: 11px "Lucida Grande", Lucida, Verdana, sans-serif;
	padding: 0.2em;
	margin: 1em 0 0 0;
	background: #272727 url(../images/global/forms/textbox.gif) repeat-x left top;
}

option{
	color: #000;
	margin-left: 20px;
}

optgroup{
	color: #999;
	background-color: #fff;
	padding-top: 5px;
	font-weight: bold;
	font-style: normal;
	padding-left: 10px;
}


/*Header and Navigation
-------------------------------------------------------------- */

#header {
	width: 870px;
}

#logo {
	width: 165px;
	height: 42px;
	float: left;
	text-align: center;
	background: url(../images/global/logo.gif) no-repeat center;
}

#navigation {
	width: 705px;
	height: 30px;
	float: left;
	overflow: hidden;
	display: inline;
}

#navigation ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#navigation #main_nav ul li{
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}

#navigation #main_nav a {
	float: left;
	padding: 60px 0 0 0;
	overflow: hidden;
	height: 0px; !important
	height /**/:30px; /* for IE5/Win only */
	background-position: left top;
}

#navigation #main_nav a:hover {
	background-position: 0 -30px;
}

#navigation #main_nav a:active, #navigation #main_nav a.selected {
	background-position: 0 -30px;
}

#nav_space a {
	width: 82px;
	background: url(../images/global/navigation/spacer.gif) no-repeat left;
}

#nav_welcome a {
	width: 127px;
	background: url(../images/global/navigation/welcome.gif) no-repeat left;
}

#nav_services a {
	width: 127px;
	background: url(../images/global/navigation/services.gif) no-repeat left;
}

#nav_facilities a {
	width: 129px;
	background: url(../images/global/navigation/facilities.gif) no-repeat left;
}

#nav_portfolio a {
	width: 129px;
	background: url(../images/global/navigation/portfolio.gif) no-repeat left;
}

#nav_contact a {
	width: 111px;
	background: url(../images/global/navigation/contact.gif) no-repeat left;
}

#sub_nav ul{
	text-align: right;
	margin: 0 25px 1em 0;
}

#sub_nav ul li {
	color: #999;
	display: inline;
	margin: 0 0 0 5em;
	padding: 0;
	list-style: none;
}

#sub_nav a.selected {
	color: #fff;
}

#section_nav ul{
	text-align: center;
	padding: 0px;
	margin: 0px;
}

#section_nav ul li {
	color: #999;
	display: inline;
	margin: 0;
	padding: 1em 1.2em;
	list-style: none;
}

#section_nav a.selected {
	color: #fff;
}

#section_nav ul li.first{
	margin: 0;
}

/*Page Specific
-------------------------------------------------------------- */

#service_reel {
	width: 780px;
	margin: 30px auto 0 auto;
	height: 100px;
}

#sr_div {
	font-size: 1em;
	height: 100px;
	width: 780px;
	float:  left;
	overflow: hidden;
	display: inline;
	margin: 0;
}

#sr_div ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#sr_div ul li{
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	text-transform: uppercase;
}

#sr_div a {
	float: left;
	padding: 100px 0 0 0;
	overflow: hidden;
	height: 0px; !important
	height /**/:100px; /* for IE5/Win only */
}

#sr_div a:hover {
	background-position: 0 -100px;
}

#sr_div a.selected {
	background-position: 0 -100px;
}

#sr_showreels a {
	width: 127px;
	background: url(../images/home/services_reel_new/showreels.gif) no-repeat top left;
}

#sr_weddings a {
	width: 131px;
	background: url(../images/home/services_reel_new/weddings.gif) no-repeat top left;
}

#sr_events a {
	width: 132px;
	background: url(../images/home/services_reel_new/events.gif) no-repeat top left;
}

#sr_musicvideos a {
	width: 132px;
	background: url(../images/home/services_reel_new/weddingvideos.gif) no-repeat top left;
}

#sr_corporate a {
	width: 131px;
	background: url(../images/home/services_reel_new/corporate.gif) no-repeat top left;
}

#sr_film a {
	width: 127px;
	background: url(../images/home/services_reel_new/film.gif) no-repeat top left;
}

h2#nomargin {
	margin-top: 0;
}

#team_splita {
	float: left;
	margin-right: 30px;
}

#team_split {
	margin-top: 30px;
}

#team_split h2{
	color: #666;
	padding: 0 0 10px 0;
	margin: 36px 0 0 0;
	letter-spacing: .1em;
	font: 1.5em/1.5em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	border-bottom: none;
	clear: none;
}

div#bullets {
	float: left;
	margin-right: 50px;
}

#column1.clients {
	margin-top: 20px;
}

p.recent_project {
	text-align: center;
}

p.recent_project img {
	margin: 5px 0 7px 0;
}

#main_section {
	margin-top: 18px;
}


/*Typography
-------------------------------------------------------------- */


body { 
  font-size: 12px;
  line-height: 20px; /* All elements should be a multiple of this value. */
  color: #999999;
}


p{
	color: #999;
	margin: 0 0 18px 0;
	text-align:justify;
}

p.last      { margin-bottom:0; }
p.italic	{ font-style: italic; }
p img       { float: left; margin: 1.5em 1.5em 1em 0; padding:0; }
p img.top   { margin-top:5px; } /* Use this if the image is at the top of the <p>. */
p.left {
	text-align: left;
}

p.center {
	text-align: center;
}

p.question {
	color: #fff;
	margin-bottom: 0;
}

p.quoteclient {
	color: #5b5b5b;
	margin-bottom: 30px;
}

p.quoteclient.last {
	margin-bottom: 0px;
}

p.h3copy {
	color: #c00c1d;
	padding: 0 0 0 0;
	margin: 0;
	font-variant: normal;
	font-size: 1em;
	font-weight: bold;
}

p.h3copy.top {
	padding: 1.5em 0 0 0;
}

h1.top {
	margin-top: 0;
}

h2.top {
	margin-top: 0;
}

h1 {
	color: #c00c1d;
	padding: 0 0 10px 0;
	margin: 36px 0 10px 0;
	letter-spacing: .1em;
	font: 1.8em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	clear: both;
	border-bottom: 1px solid #2e2e2e;
}

h1.nb {
	color: #c00c1d;
	padding: 0 0 10px 0;
	margin: 36px 0 10px 0;
	letter-spacing: .1em;
	font: 1.8em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	clear: both;
	border: none;
}

h1.home{
	color: #c00c1d;
	padding: 0 0 10px 0;
	margin: 18px 0 10px 18px;
	letter-spacing: .1em;
	font: 1.8em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	clear: both;
	border: none;
}

h2 {
	color: #666;
	padding: 0 0 10px 0;
	margin: 36px 0 10px 0;
	letter-spacing: .1em;
	font: 1.5em/1.5em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	clear: both;
	border-bottom: 1px solid #2e2e2e;
}

h3 {
	color: #c00c1d;
	padding: 0;
	margin: 0;
	font-variant: normal;
	font-size: 1em;
}

#column1 h3 {
	font-size: 1.1em;
}

h4 {
	padding: 0;
	margin: 0 0 1em 0;
	font-variant: normal;
	font-size: 1.2em;
}

h5 {
	color: #c00c1d;
	padding: 0;
	margin: 0 0 1em 0;
	font-variant: normal;
	font-size: 1.3em;
}

p.quote {
	color: #8b8b8b;
	font: italic 12px/20px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: left;
}
span.quoteclient { color: #515151;
	font-weight: normal;
	font-style: normal;
	margin-left: 1em;
}
.highlight { color: #fff;}
.dark { color: #4a4a4a;}
p.smallprint {
	font-size: 0.9em;
	color: #5b5b5b;
	line-height: 2em;
}

p.quote a {
	margin-left: 1em;
}

p a{
	border-bottom: 1px solid #323232;
	padding-bottom: 2px;
	color: #c4c4c4;
}

p a:hover {
	border-bottom: 1px solid #fff;
}

p.rproject_base a{
	color: #c00c1d;
	border-bottom: none;
	padding-bottom: 0;
}

p.rproject_base a:hover{
	color: #fff;
}

a {
	text-decoration: none;
	color: #c00c1d;
	font-weight: normal;
	font-style: normal;
}

a:hover {
	text-decoration: none;
	color: #fff;
}

a img {
	border: none;
}

ul.bullet li{
	list-style-type: disc;
	margin-left: 2em;
}

/*Portfolio
-------------------------------------------------------------- */

object#mpl {
	width: 480px;
	height: 270px;
	margin-left: 170px
}

div#player {
	text-align: center;
}


/*Footer
-------------------------------------------------------------- */

#footer {
	margin: 25px;
}
#footer #logo {
	width: 40px;
	height: 40px;
	margin-right: 18px;
	float: left;
	text-align: center;
	background: url(../images/global/footer/jamlogo_small.gif) no-repeat center;
}

#footer #companyinfo {
	float: left;
	width: 400px;
}

#footer #companyinfo p{
	color: #484848;
	margin: 0;
}

#footer #links{
	float: left;
	width: 360px;
}

#footer #links ul{
	float: right;
}

#footer #links ul li{
	display: inline;
	margin-left: 2em;
}

#ft_clientlogin a{
	padding-left: 15px;
	background: url(../images/global/footer/lock.gif) no-repeat;
}

#ft_clientlogin a:hover{
	padding-left: 15px;
	background: url(../images/global/footer/lock_on.gif) no-repeat;
}

#companyinfo ul {
	padding: 0;
	list-style: none;
	color: #444;
}

/*Client Area
-------------------------------------------------------------- */
div#table {
	float: left;
	width: 100%;
}

#file_entry {
	padding: 15px 0;
	border-bottom: 1px solid #333333;
}

#file_entry.last {
	border-bottom: 0px solid #333333;
}

#file_entry.base {
	padding: 15px 0;
	border-bottom: 0px solid #333333;
}

#date_started {
	margin-right: 25px;
}

div#table div{
	float: left;
}

#file_description {
	width: 300px;
}

span.title {
	color: #c00c1d;
}

p.time {
	padding: 5px 0 5px 25px;
	background: url(../images/global/icons/date.png) no-repeat left center;
}

span.status {
	padding: 5px 0 5px 25px;
	background: url(../images/global/icons/info.png) no-repeat left center;
}

h3.project {
	color: #666666;
	padding: 20px 0 0 0;
	margin: 0 0 .5em 0;
	font-variant: normal;
	font-size: 1em;
}

p.note_text {
	padding: 0px 0 0px 25px;
	background: url(../images/global/icons/comment.png) no-repeat left 4px;
}

div#table div#file_link {
	float:right;
}

.image {
	padding-left: 25px;
	background: url(../images/global/icons/picture.png) no-repeat left center;
}

.video {
	padding-left: 25px;
	background: url(../images/global/icons/film.png) no-repeat left center;
}

#table p{
	margin: 0;
}

.marginico {
	margin: 0 0 0 25px;
}

a.view_link {
	padding-right: 20px;
	background: url(../images/global/bullets/bullet_go.png) no-repeat right center;
}

p.disclaimer {
	margin-top: 10px;
	margin-bottom: 0;
	color: #323232;
	font-style: italic;
}