/* baseball.css */

body.front,
body.info {
	color:#FFF;
}

#project_header {
	position:relative;
	padding-top:10px;
}

#project_header #titles {
	position:relative;
	padding:0.5em 20px;
	float:right;
}

#project_header #titles h1 {
	margin:0;
	font-size:3em;
}
#project_header #titles h1 a {
	color: #FFF;
}

#project_header #titles h3 {
	color: #000;
	font-size:1.35em;
	margin:0;
}

#project_header #subnav {
	background: #202020;
}

#project_header #subnav ul {
	background:#202020;
	position:relative;
	padding:0.4em;
	margin:0;
	float:right;
}

#project_header #subnav ul li {
	float:left;
	list-style:none;
	padding:0 1em;
}

#project_header #subnav ul li a {
	color:#FFF;
	font-size:0.9em;
	font-weight:bold;
}

#baseball_header {
	background:#336699;
	position:relative;
}

body.front #video_view {
	background: url("/create/media/baseball_bg.jpg") no-repeat bottom left;
	height: 330px;
	padding:36px 0 0 36px;
}

body.info #video_view {
	background: url("/create/media/baseball_bg.jpg") no-repeat bottom left;
	height: 564px;
	padding:36px 0 0 36px;
/*
	height: auto;
	padding 36px 36px 17px;
*/
}

body.view #video_view {
	background: url("/create/media/baseball_bg2.jpg") no-repeat top left;
	height: 564px;
	padding-top:1.5em;
	border-bottom: 2.5em solid #336699;
	position:relative;
}

body.front #video_view #left_col,
body.info #video_view #left_col {
	position:relative;
	width:775px;
	float:left;
}

body.front #video_view #left_col h2 {
	display:none;
}

body.view #video_view h2 {
	margin:0;
	padding-top:0.5em;
	padding-left:300px;
	color:#FFFFFF;
}

body.view #left_col {
	position:relative;
	width:600px;
	float:left;
	margin-right:10px;
}

#noflash {
	background: #202020;
	padding:1em;
}

#noflash a {
	font-weight:normal;
	text-decoration:underline;
}

body.view #left_col #video {
	position:relative;
	padding:20px;
}

body.view #left_col .video {
	margin:0 40px;
	width:480px;
}

body.view #left_col .images {
	margin: 0 30px;
	width:500px;
}

body.view #left_col #video #img_holder {
	position:relative;
	width:500px;
	text-align:center;
}

body.view #left_col #video #img_header {
	background: url("/create/media/image_header_bg.jpg") repeat-x top left;
	height:23px;
	text-align:right;
	padding:0 10px 0 0;
	color:#FFFFFF;
	font-size:1.2em;
	font-weight:bold;
	position:relative;
}

body.view #left_col #video #img_header div {
	padding-top:3px;
}

body.view #left_col #video #img_header img {
	position:absolute;
	left:5px;
	top:0;
}

body.view #left_col #video #img_footer {
	background: url("/create/media/image_footer_bg.jpg") repeat-x top left;
	height:32px;
}

body.front #video_view #right_col {
	position:relative;
	color:#FFF;
	margin-left: 3em;
	float:left;
	width:390px;
	padding:10px;
}

body.view #video_view #right_col {
	position:relative;
	width:340px;
	padding:0 10px;
	margin-left:10px;
	float:left;
}

body.view #video_view #right_col #other_contain {
	margin-top:20px;
}

body.view_all #other_contain {
	background:#202020;
}

body.view #video_view #right_col .previd {
	background:transparent;
	border:solid #667788;
	border-width: 0 1px 1px;
}

#project_desc {
	padding:1.1em;
	font-size:1.2em;
	line-height:1.2em;
}

#project_desc h3 {
	color: #EC1C24;
	font-size:1.8em;
	line-height:1em;
	margin:0;
	font-weight:normal;
}

#other_header {
	border:none;
	margin:0;
	padding:0;
}

#other_header h4 {
	margin:0;
	padding:0.25em 0.5em 0.5em 0.5em;
}

#other_header a {
	color: #FFF;
}

#other_vids {
	border-bottom: 1em solid #336699;
	color:#FFF;
	position:relative;
}

body.view_all #other_header {
}

body.front #other_vids {
	background: #202020;
}

body.view #other_vids {
	overflow:auto;
	height:455px;
}

body.front #other_vids .previd_tn {
	width:auto;
	height:auto;
}

body.view #other_vids .previd_tn {
	position:relative;
	height:66px;
	width:66px;
	float:right;
	margin: 0;
}
body.view #other_vids .previd_meta {
	position:relative;
	float:right;
	width:210px;
	padding-right:10px;
}

#other_vids .previd_meta .previd_title {
	margin:0;
	font-size:1.17em;
	font-weight:700;
}

body.view #other_vids .previd {
	padding:1em;
}

#other_vids table {
	float:none;
}
#other_vids table td {
	width:33%;
	padding: 0.5em 1em;
	color: #FFF;
}

body.view #project_footer {
/*
	border-top:2em solid #336699;
	background: #202020;
	border-bottom:1em solid #336699;
*/
	background: #B3C6D9;
	border: 10px solid #202020;
	padding:10px;
}

body.view #vid_meta {
	color:#000;
	width:559px;
	padding:0 15px 0 5px;
	position:relative;
	float:left;
	border-right:1px #202020;
	border-right-style:dashed;
}

body.view #vid_meta div {
	margin:0.5em;
}

body.view #vid_meta #meta_link {
	position:absolute;
	right:10px;
}

body.view #vid_meta a {
	color: #EC1C24;
	text-decoration:underline;
}

body.view #vid_meta #meta_un {
	font-size:1.1em;
}

body.view #vid_meta #meta_desc {
	font-size:1.3em;
	font-weight:bold;
}

body.view #extra {
	color:#000;
	width:359px;
	padding:0 0 0 10px;
	position:relative;
	float:left;
	left:-1px;
	border-left:1px dashed #202020;
}

body.view #extra input {
	width:290px;
	margin:0.2em 0;
}

body.view #extra label {
	color:#000;
	font-size:1em;
	font-weight:normal;
	width:50px;
	text-align:right;
	padding-right:10px;
	margin: 0.2em 0;
}

body.view #extra #email {
	width:auto;
}

body.view_all #other_vids {
	background: #202020;
	border-bottom:none;
}

#pagination {
	background:#336699;
	padding:1em;
	text-align:center;
}

#pagination a {
	color:#AAA;
	padding:0.3em 0.5em;
	border:1px solid #89A;
}

#pagination a[href] {
	color:#FFF;
}

#pagination a[href]:hover {
	background-color:#5588BB;
}

#future_notice h4 {
	font-size:1.2em;
	color: #336699;
	margin:0.5em 0;
}

#future_notice form {
	margin:1em;
}

#future_notice label {
	color:#336699;
	margin-right:0.3em;
	float:none;
	top:0;
}

#future_notice #submit {
	background:#FFFFFF;
}

#view_all_menu,
#view_all_menu ul,
#view_all_menu ul li,
#view_all_menu ul li a {
	background:#202020;
}

#view_all_menu ul li a {
	color:#FFF;
}

body.info #left_col ul li {
	margin:0.3em 0;
	list-style:decimal;
}

body.info #left_col ul li ul li {
	list-style:disc;
}

body.info #signup_box,
body.info #upload_box {
	float:right;
}

body.info #signup_box,
body.info #signup_link,
body.info #signup_btn {
	width:121px;
	height:26px;
	position:relative;
}

body.info #signup_link,
body.info #signup_btn {
	position:absolute;
	display:block;
	top:0;
	left:0;
}

#footer {
	margin-left: -3px;
}
