/* -------------------------------------------------------------- 
  
   Blueprint CSS Framework
   [bjorkoy.com/blueprint]
   
   * Screen & Projection Styles *
      
   This is the main CSS-file for the framework.
   Include this in the <head> of every page. See the
   Readme file in this directory for further instructions.
   
-------------------------------------------------------------- */

/* Import stylesheets and hide from IE/Mac \*/
@import "lib/reset.css";
@import "lib/typography.css";
@import "lib/grid.css";
@import "lib/buttons.css";
/* End import/hide */


/* Compressed version: 
   [http://teenage.cz/acidofil/tools/cssformat.php]
   
   Comment out @import statements above, and add this 
   one when your site has launched (Ca 60% compressed):
   @import "lib/compressed.css"; */


/* Uncomment the line below to see the grid and baseline. 
   (Assuming you've wrapped your columns in a container).

  .container { background: url(lib/img/grid.png); }
  .container { background: url(lib/img/baseline.png); } */

div#brandy {
	text-align: center;
	margin: 0 auto;
}
div#brandy h1 {
text-indent: -9999px;
margin: 0 auto;	
/*Size of the image*/ padding-top: 136px; /* width: 693px; */
 width: 402px;
 background-position: 0 0;
/*The image*/ background-image: url(../cssimg/logo2.jpg); background-repeat: no-repeat; 
/* WIN IE5 hack */ height: 136px; voice-family: "\"}\""; voice-family:inherit; height: 0;
	}
	
/* =Form stuff  */
span.label,span.spacer,span.multiple span {width:120px;float:left;} 
span.multiple {float:left;} 
 
div.clear {clear:both;padding-top:5px;} 

#butt {padding-top: 8px;text-align: right;}

#betasignup {
border:10px solid #D9D9D9;
width: 300px;
font-size: 1.2em;
color: #1D4F68;
}
div#betasignup {
background:#FFFFFF none repeat scroll 0%;
display:block;
margin:50px auto 10px auto;
padding:1.5em;
position:relative;
}
div#betasignup p {
	font-size: .9em;
	text-align: center;
}
div#betasignup h2, div#betasignup h3{
	text-align: center;
	color: #1D4F68;
}
.form_text {
background:#F3F3F3 none repeat scroll 0%;
border-color:#BBBBBB rgb(187, 187, 187) rgb(221, 221, 221);
border-style:solid;
border-width:2px 1px 1px;
}
input {
color:#369;
font-family:Arial,Helvetica,Verdana,sans;
font-size:100%;
font-size-adjust:none;
font-style:normal;
font-variant:normal;
font-weight:bold;
letter-spacing:-1px;
line-height:normal;
margin:0pt 0pt 1em;
padding:0.2em;
width:100%;
}
input, textarea {
width:100%;
}

/* =usermenu */
#login {
	width: 100%;
	background: #0688B7;
}
#brand {
	padding: 10px 0;
	width: 100%;
	
	background: #CBC9CC url(../cssimg/brand-bg.jpg) repeat-x;
}
#brand h1 {
	
	text-indent: -9999px;
	height: 49px;
	background: transparent url(../cssimg/logo-small.png) no-repeat;
	position: relative;
	left: 30px;
}
#maincontent {
	width: 100%;
	background: #023F65 url(../cssimg/content-bg.jpg) repeat-x;
	min-height: 411px;
	
}
#subcontent {
	width: 100%;
	background: #F3EEF2 url(../cssimg/subcontent-bg.jpg) repeat-x;
	clear: both;
}
#textpanel {
	height: 341px;
	width: 390px;
	padding: 10px 10px 10px 20px;
	margin: 20px 0 10px 10px;
	float: left;
	top:0;
	left: 0;
	overflow: auto;
	background: #EFEFEF;
}
.container1 {
	text-align: right;
  position: relative;
  padding: 0 40px 0 0;
  margin: 0 auto;   /* Centers layout */
  width: 960px;     /* Total width */
}
.container2 {
	text-align: left;
  position: relative;
  padding: 0;
  margin: 0 auto;   /* Centers layout */
  width: 960px;     /* Total width */
}
.container3 {
	text-align: left;
  position: relative;
  padding: 30px 0 0 0;
  margin: 0 auto;   /* Centers layout */
  width: 960px;     /* Total width */
}
ul#usermenu {
	margin: 0;
	padding: 0.3em 0;
	display: inline;
	list-style-type: none;
}
ul#usermenu li {
	color: #EFEFEF;
	display: inline;
	margin: 0 0 0 1em;
}
ul#usermenu li a:link, ul#usermenu li a:visited {
	color: #EFEFEF;
	text-transform: uppercase;
	text-decoration: none;
}
ul#usermenu li a:hover, ul#usermenu li a:active {
	color: #FFF;
	text-decoration: underline;
}
#videoplayer {
	float:right;
	margin: 7px 0 10px 10px;
	width: 516px;
}
#videoplayer img {
	margin: 0;
}
.videolist {
	clear: left;
	line-height: 1.8;
}
.videolist li a:link, .videolist li a:visited {
	color: #023F65;
}
.videolist li a:hover, .videolist li a:active {
	color: #0981C2;
	text-decoration: none;
}
#projectManage {
	margin: 16px 0 0 16px;
}