

/* --- COLORS --- */

.lightborder { border:1px solid #d6d6d6 }
.darkborder { border:1px solid #151515 }

.white { color:#eee; }
a.white:hover { color:#fff; }
.high { color:#00aeef; }
.light { color:#ddd; }
.light:hover { color:#fff; }
.grey { color:#888; }
a.grey:hover { color:#bbb; }
.dark { color:#555; }
.dark:hover { color:#000; }
.primary { color:#bf1e2e; }
.primaryhover { color:#e50017; }
.secondary { color:#000; }

.whitebg { background-color:#fff; }
.lightbg { background-color:#f1f1f1 }
.darkbg { background:#151515; }


/* GENERAL */

html,body{
	margin:0;
	padding:0;
	height:100%;
}

html {
	overflow-y: scroll;
}

body{
	color:#fff;
	font: 12px Tahoma, Helvetica, Verdana;
	background:#070707 url('/img/gradients/body_top_dark_b.png') left top repeat-x;
}

#wrap {
	position:relative;
	width:960px;
	margin: 0 auto;
	height:100%;
	background:transparent;
	border:0px solid #333;
}

a {
	color: #bf1e2e;
	text-decoration: none;
	cursor:pointer;cursor:hand;
	outline:none;
}

a:hover {
	color: #e50017;
	text-decoration:none;
}

a.none {
	color:inherit;
}

img {
	border:0px;
}

th {
	text-align:left;
	white-space:nowrap;
}
td {
	vertical-align:top;
}

h1, h2, h3, h4 { color:#fff; font: 27px Tahoma, Helvetica, Arial, sans-serif; font-weight: normal;}

h1 {
	font-size: 27px;
	line-height:28px;
	letter-spacing:0.3px;
	margin:10px 0 15px 0;
	padding:0;
}

h1.pagetitle { margin:0 0 10px 0; }

h2 {
	font-size: 15px;
	margin: 15px 5px 10px 0px;
}

h3 {
	font-size: 15px;
	margin:0 0 5px 0;
	padding:0;
}

input, select, textarea {
	font: 12px Arial, Helvetica, sans-serif;
	padding:2px;
	border:1px solid #aaa;
}

input:focus, select:focus, textarea:focus {
	border:1px solid #777;
	background:#eff9fa;
}

.inputbox {
	padding:2px 4px;
	background:#def3f5;
	border:1px solid #aaa;
	color:#555;
}

.inputboxfocus {
	padding:2px 4px;
	background:#eff9fa;
	border:1px solid #777;
	color:#555;
}

textarea {
	color:#3d3d3d;
}

ul {
	margin:0 0 10px 0px;
	padding:0 0 0 0;
	list-style-type: disc;
	list-style-position: outside;
}

li {
	margin:0 0 5px 15px;
	padding:0 0 0 0;
}

p {
	margin:0px 0;
}







/* --- CUSTOM TAGS --- */

.rel { position:relative;float:left; }

.clear { clear:both; }

.right { float:right; }

.input { width:120px; }

.radio, .checkbox { width:13px;height:13px;position:relative;top:2px; }

.error { color:red; }

.nowrap, .nobreak { white-space:nowrap; }

.clickable { cursor:pointer;cursor:hand; }

.max { width:100%; }



/* --- ELEMENTS --- */

#header, #main, #footer, #content, #pagemedia {
	width:960px;
	margin: 0 auto;
}

#content{
	position:relative;
	clear:both;
	display:table;
	margin: 0 auto;

}

#header {
	position:relative;
	float:left;
	clear:both;
	/*background:transparent url('/img/border_dashed_grey.gif') repeat-x bottom left;*/
}

#logo {
	position:relative;
	float:left;
	clear:both;
	margin:30px 0 30px 0px;
}

#main {
	position:relative;
	float:left;
	clear:both;
	line-height:15px;
	font-size:12px;
	padding:0;
	margin-top:13px;
}

#footer {
	position:relative;
	float:left;
	clear:both;
	margin:13px 0px 13px 0px;
	line-height:14px;
	font-size:12px;
	font-weight:normal;
	border-top:0px dashed #acacac;
	text-transform:uppercase;
	padding:0 0 0 0;
	color:#fff;
	opacity:0.3;
}

#footer .cinfo {
	padding:3px 0px;
	float:right;
}

#footer div {
	 border:0px solid blue;
}

#topnav {
	position:relative;
	float:left;
	clear:both;
	text-align:left;
	height:40px;
	width:100%;
	background:#222;
	background-image:url(/img/gradients/carbon_2.jpg);
	background-position:-3px -2px;
	background-repeat:no-repeat;
	border-bottom:1px solid #000;
	z-index:10;
}
#topnav .navholder {
	position:relative;
	float:left;
	clear:both;
	height:100%;
	left:0px;
}
#topnav a {
	zoom:1;
	margin:0;
	padding:0px 10px 0px 10px;
	height:40px;
	line-height:40px;
	font-size:14px;
	font-weight:normal;
	text-transform:uppercase;
	position:relative;
	float:left;
	display:block;
	color:#ccc;
	letter-spacing:1px;
}
#topnav a:hover {
	text-decoration:none;
	color:#fff;
}
#topnav a.active {
	text-decoration:none;
	/*color:#bf1e2e;*/
	color:#fff;
	background:#333;
}
#topnav a.active:hover {}


#topnavlogin {
	position:absolute;
	top:20px;
	right:0;
	width:600px;
	z-index:10;
	font-size:11px;
	line-height:30px;
	color:#aaa;
	border:0px solid #fff;
	text-align:right;
}
#usernav {
	position:absolute;
	top:25px;
	left:0px;
	width:600px;
	border:0px solid #fff;
}
#usernav div {
	position:relative;
	float:right;
	margin-left:7px;
}

#pagebody {
	position:relative;
	float:left;
	width:938px;
	height:100%;
	padding:20px;
	margin:10px 0 0 0;
	background:#000;
	border:1px solid #cdd1d5;
	overflow:hidden;
}

/* OTHER */

.mainFormError {
	color:red;
	margin:10px 0 0 0;
}

.formtable td {
	padding-bottom:5px;
	line-height:20px;
}

.description {
	color:#777;
	line-height:14px;
	padding:2px 0px 2px 0px;
}

.formtable input, .formtable select, .formtable textarea {
	font: 12px Arial, Helvetica, sans-serif;
	padding:2px;
	outline:none;
	border:1px solid #aaa;
}
.formtable input {
	border-width:0px;
}
.formtable .input {
	border-width:1px;
	background: #fcfcfc;
}
.formtable input:focus, .formtable select:focus, .formtable textarea:focus {
	background: #fff;
	border-color: #bf1e2e;
	outline:none;
}
.formtable .var, .var {
	white-space:nowrap;
	line-height:20px;
	padding-right:5px;
	font-weight:bold;
}

.submit,.formtable .submit {
	position:relative;
	top:1px;
	font-size:10px;
	font-weight:bold;
	background: #bf1e2e;
	color:#fff;
	border:0px;
	outline:none;
	padding:10px;
	text-transform:uppercase;
}
.submit:hover,.formtable .submit:hover {
	background:#e50017;
	cursor:pointer;cursor:hand;
}
.submit:focus,.formtable .submit:focus {
	background: #e50017;
	outline:none;
	border:0;
}

.hr {
	position:relative;
	float:left;
	height:1px;
	width:100%;
	border-bottom:1px solid #d3d3d3;
	margin:30px 0px 10px 0px;
}

.flashmsg {
	color:#000;
	width:100%;
	text-align:center;
	position:absolute;
	top:113px;
	left:0px;
	border:0px solid #a1d0ea;
	line-height:20px;
	background:#eee;
	z-index:10;
}

.flashmsg img {
	position:relative;
	top:3px;
}




/* --- BUTTONS --- */
.btn {
	position:relative;
	float:left;
}
.btn a {
	display:block !important;
	padding:3px 5px 2px 20px !important;
	margin:0px 2px 0px 2px !important;
	background-position:center left !important;
	background-repeat:no-repeat;
	text-decoration:none;
	zoom:1;
}

.btn a:hover {
	
}

.btn .locked { background-image:url('/img/icons/lock.png');}

.btn .add { background-image:url('/img/icons/add.png'); }
.btn .delete { background-image:url('/img/icons/delete.png'); }
.btn .accept { background-image:url('/img/icons/accept.png'); }
.btn .tick { background-image:url('/img/icons/tick.png'); }
.btn .link { background-image:url('/img/icons/link.png'); }
.btn .cog { background-image:url('/img/icons/cog.png'); }

.btn .page_add { background-image:url('/img/icons/page_white_add.png');}
.btn .page_edit { background-image:url('/img/icons/page_white_edit.png');}
.btn .page_delete { background-image:url('/img/icons/page_white_delete.png');}

.btn .post_add { background-image:url('/img/icons/script_add.png');}
.btn .post_edit { background-image:url('/img/icons/script_edit.png');}
.btn .post_delete { background-image:url('/img/icons/script_delete.png');}

.btn .project_add { background-image:url('/img/icons/building_add.png');}
.btn .project_edit { background-image:url('/img/icons/building_edit.png');}
.btn .project_delete { background-image:url('/img/icons/delete.png');}

.btn .user_add { background-image:url('/img/icons/user_add.png');}
.btn .user_edit { background-image:url('/img/icons/user_edit.png');}
.btn .user_delete { background-image:url('/img/icons/user_delete.png');}

.btn .image_add { background-image:url('/img/icons/image_add.png'); }
.btn .image_edit { background-image:url('/img/icons/image_edit.png'); }
.btn .image_delete { background-image:url('/img/icons/image_delete.png');color:red; }

.btn .forum_add { background-image:url('/img/icons/comment_add.png') }
.btn .forum_edit { background-image:url('/img/icons/comment_edit.png') }
.btn .forum_delete { background-image:url('/img/icons/delete.png') }

.btn .scroll_up { background-image:url('/img/icons/bullet_arrow_up.png');text-transform:uppercase;font-size:10px;width:80px;}

.btn .logout { background-image:url('/img/icons/door_out.png') }

/* OVERWRITES */
.checkbox {
	background:transparent;
	border:0px;
}



/* IDENTITY */
#velin 			{ color:#777; font: 11px "Courier New", Courier, Monaco, arial, verdana, helvetica; }
#velin .ltgt 	{ color:#0085a7; }
#velin a 		{ color:#777; }
#velin a:hover	{ color:#999; }


/* VIDEO */

#videolist {
	height:143px;width:100%;background:none;
}

.video_box {
	display:inline; /* seems to fix double margin bug in IE 6 */
	position:relative;
	overflow:hidden;
	width:230px;height:130px;
	margin:0px 0px 13px 13px;
	background:#555;
	overflow:hidden;
}
/*
.video_box div {
	position:relative;
	float:left;
}
*/

.video_image {
	width:230px;height:130px;overflow:hidden;
}
.video_image_overlay {
	position:absolute;
	left:0;
	top:0;
	width:230px;height:170px;overflow:hidden;
}

.textbox {
	position:absolute;
	left:0;
	bottom:-40px;
	width:100%;height:40px;
	font: 11px Tahoma, Helvetica, Verdana;
	line-height:22px;
	border:0px solid blue;
}
	.box_title, .box_subtitle {
		position:absolute;
		left:7px;
		top:0;
		width:220px;
		height:20px;
		border:0px solid red;
		text-transform:uppercase;
		font-size:13px;
		font-weight:normal;
		white-space:nowrap;
		overflow:hidden;
	}
	.box_link {
		letter-spacing:0px;
		color:#eee;
	}
	.box_link:hover {
		color:#fff;
	}
	.box_subtitle {
		position:absolute;
		left:7px;
		top:20px;
		width:220px;
		height:20px;
		font-size:11px;
		line-height:16px;
		color:#ccc;
		border:0px solid blue;
	}
	.box_textbg {
		position:absolute;
		left:0;
		top:0;
		width:230px;
		height:40px;
		background:#333;
		opacity:0.75;
	}

#player { background:#000; }





/* ---- BLOG POST ---- */

.author_col {
	position:relative;
	float:left;
	width:100px;height:100px;
}
.author_arrow {
	position:absolute;
	width:20px;height:40px;
	left:85px;top:15px;
	background: transparent url('/img/icons/blog_white_arrow.png') no-repeat top left;
}
.author_thumb {
	position:absolute;
	width:64px;height:64px;
	top:0px;left:0px;
	background:transparent;
	border:0px solid #333;
	background: transparent url('/img/no_thumb.png') no-repeat top left;
	-moz-border-radius: 4px; -webkit-border-radius: 4px;
}
.post_edit_btn {
	position:absolute;
	right:-10px;
	top:7px;
	font-size:12px;
}

.post_holder {
	position:relative;
	float:left;
	width:100%;
	margin-bottom:40px
}
.post_content_holder {
	position:relative;
	float:left;
	width:575px;
	background:#fff;
	color:#000;
	-moz-border-radius: 4px; -webkit-border-radius: 4px;
}
.post_content_holder .post {
	position:relative;
	float:left;
	padding:18px 30px 25px 30px;
}
.post_title {
	position:relative;
	float:left;
	clear:both;
	width:100%;
	margin-bottom:20px;
}
.post_title a {
	color:#000;
}
.post_title h1 {
	margin:0 0 5px 0;
	color:#000;
	width:100%;
}
.post_content_holder .post_media {
	position:relative;
	float:left;
	clear:both;
	margin-bottom:10px;
	min-height:0px;
}
.post_content_holder .post_body {
	position:relative;
	float:left;
	clear:both;
	padding:0px 0;
}
.post_content_holder .embedcode {
	position:relative;
	float:left;
	clear:both;
}
.post_content_holder .readlink {
	position:relative;
	float:left;
	clear:both;
	padding:10px 0 0 0;
}


.blog_right_col {
	position:relative;
	float:right;
	width:250px;
	min-height:500px;
	background:none;
	border:0px solid #000;
}
.blog_right_col .box_holder {
	position:relative;
	float:left;
	width:100%;
	min-height:100px;
	margin-bottom:25px;
}
.blog_right_col .box {
	position:relative;
	float:left;
	width:250px;
	background:#fff;
	color:#000;
	-moz-border-radius: 4px; -webkit-border-radius: 4px;
}
.blog_right_col .box .content {
	padding:23px 20px 20px 20px;
	color:#777;
}
.blog_right_col .box h2 {
	margin:0 0 20px 0;
	color:#bf1e2e;
	font-weight:normal;
	text-transform:uppercase;
}
.blog_right_col .box h3 {
	margin:0 0 5px 0;
	/*color:#bf1e2e;*/
	color:#000;
	font-size:14px;
	font-weight:normal;
	text-transform:none;
}
.blog_right_col .box_holder .arrow {
	position:absolute;
	width:20px;height:40px;
	left:-15px;top:15px;
	background: transparent url('/img/icons/blog_white_arrow.png') no-repeat top left;
}
.feedcontainer {
	position:relative;
	float:left;
	clear:both;
	width:210px;
	border:0px solid red;
	margin-bottom:20px;
	display:none;
}
.feedcontainer .entries {
	position:relative;
	float:left;
	clear:both;
	width:100%;
}
.feedcontainer .entries a {
	padding:5px 0 7px 0;
	margin:0;
	color:#666;
	font-size:12px;
	line-height:15px;
	font-weight:normal;
	border-bottom:1px solid #eee;
	display:block;
}
.feedcontainer .entries a:hover {
	color:#000;
}






.blog_box { 
	position:relative;float:left;
	clear:both;
	margin:0 0 13px 0;
	width:230px;
	height:273px;
	overflow:hidden;
}

.blog_box .image_holder {
	position:relative;
	float:left;
	clear:both;
	left:0;
	top:0;
	width:230px;
	height:130px;
	background-repeat:no-repeat;
}

.blog_box .image_overlay {
	width:230px;height:273px;overflow:hidden;
}
.blog_box .textbox {
	position:relative;
	float:left;
	clear:both;
	left:0;
	top:0;
	padding-top:13px;
	background:#333;
	width:230px;
	height:143px;
	border:0px solid red;
}
.blog_box .box_textbg {
	position:absolute;
	top:13px;
	left:0;
	width:230px;
	height:130px;
	background:#333;
	opacity:0.75;
}
.blog_box .box_title {
	position:relative;
	float:left;
	clear:both;
	left:10px;
	width:210px;
	line-height:16px;
	height:auto;
	overflow:hidden;
	white-space:normal;
}
.blog_box .box_subtitle {
	position:relative;
	float:left;
	clear:both;
	top:0;
	left:10px;
	width:230px;
	height:auto;
	overflow:hidden;
}

.blog_box .read_link {
	position:absolute;
	left:10px;
	bottom:12px;
}
	.blog_box .read_link a {
		color:#ccc;
	}
	.blog_box .read_link a:hover {
		color:#fff;
	}

.blog_box .box_body {
	position:relative;
	float:left;
	clear:both;
	left:10px;
	top:13px;
	width:210px;
	height:85px;
	background:transparent;
	line-height:13px;
	font-size:11px;
	color:#ccc;
	overflow:hidden;
}





.rounded { position:relative; float:left; clear:both; }
.rounded div { border:0px solid red;}

.rounded .m { position:absolute; width:100%;height:5px; left:5px;	background:#fff; }
.rounded .l { position:absolute; width:5px; height:5px; left:-5px;	background:transparent url('/img/blank.gif') no-repeat top left; }
.rounded .r { position:absolute; width:5px; height:5px; right:-5px;	background:transparent url('/img/blank.gif') no-repeat top left; }

.rounded.top .m { top:-5px; }
.rounded.top .l { background-image: url('/img/corners/tl.png'); }
.rounded.top .r { background-image: url('/img/corners/tr.png'); }

.rounded.bottom .m { bottom:-5px; }
.rounded.bottom .l { background-image: url('/img/corners/bl.png'); }
.rounded.bottom .r { background-image: url('/img/corners/br.png'); }




#video_navigation {
	width:100%;
	height:40px;
	overflow:hidden;
	padding:0px;
	border:0px solid blue;
}
#video_navigation a {
	zoom:1;
	margin:0;
	padding:7px;
	margin:7px 0px 0px 3px;
	line-height:11px;
	font-size:11px;
	font-weight:normal;
	text-transform:uppercase;
	position:relative;
	float:left;
	display:block;
	z-index:10;
	color:#ccc;
	background:#333;
	letter-spacing:1px;
	-moz-border-radius: 3px; -webkit-border-radius: 3px;
	border:1px solid #333;
}
#video_navigation a.active {
	color:#bf1e2e;
}
#video_navigation a:hover {
	color:#ffffff;
}

#subnav {
	position:relative;
	float:left;
	clear:both;
	width:960px;
	height:40px;
	margin-bottom:13px;
	line-height:40px;
	font-size:14px;
	background:#333;
}




.bar {
	position:relative;
	float:left;
	height:40px;
	padding:0 10px;
	line-height:40px;
	font-size:14px;
	text-transform:uppercase;
	background-color:#222;
	background-image:url(/img/gradients/carbon_2.jpg);
	background-position:-3px -3px;
	background-repeat:no-repeat;
}



#videofeature {
	width:100%;height:400px;background:#333 url(/img/sf_badge_150.png) center center no-repeat;margin:0px 0px 13px 0px;
}



.sharemodule div {
	margin:0px 3px;
}










