/* CSS Document */

/*-------------Custom Global Tags-----------------*/

body {
background: #555030 url(images/body_bg.jpg) top left;
padding: 0px;
margin: 0px;
font-family: "Trebuchet MS", sans-serif; 
}

a img,:link img,:visited img { border: none; }

a:link {
font-size: 14px;
text-decoration: underline;
color: #0f19ad;
}

a:visited {
font-size: 14px;
text-decoration: underline;
color: #0f19ad;
}

a:hover {
color: #000;
text-decoration: underline;
}

/*-------------Special-----------------*/

.subscribe{

      font-size: 12pt;
      font-style : normal; 
	  line-height: 20px;
      color: black; 
	  font-family: TIMES;
      border: solid 1px black; 
      background-color: #FFFFD0; 
      text-align: center; 
      margin-right: 5mm;
      padding: 15px;
	  width: 275px;
	  }

.big {
font-size: 17px;
}

.shareBig {
font-size: 15px;
}

.centerAlign {
text-align: center;
}

#shareLink a {
font-size: 12px;
}

#askLink a {
font-size: 12px;
}

/*-------------Layout Divs--------------*/

#wrapper { 
width: 1019px;
height: 641px;
position: relative;
margin: 10px auto; 
margin-top: 0px;
background: url(images/area51_bg.jpg) top left no-repeat;
}

/*this is the div where the logo and top links are positioned*/
#header { 
width: 785px;
height: 84px;
padding-right: 130px;
padding-left: 105px;
}

/*this is the div where the main site content goes*/
#content { 
width: 1019px;
}

/*this is the center column*/
#center {
float: left;
width: 583px;
height: 482px;
padding-left: 94px;
}

/*this is the right column*/
#right {
float: left;
width: 263px;
height: 510px;
padding-top: 21px;
padding-left: 77px;
}

#clear {
clear: both;
height: 1px;
}

#player {
margin: 0px;
width: 531px;
}

#console {
width: 182px;
height: 289px;
margin-bottom: 19px;
}

#getMore {
width: 181px;
height: 152px;
padding-top: 13px;
padding: bottom: 5px;
}

#logo {
float: left;
width: 204px;
height: 84px;
}

#getMoreBar {
height: 27px;
padding-top: 5px;
margin-bottom: 17px;
font-weight: bold;
}

#videoLinks {
float: right;
width: 580px;
height: 40px;
padding-top: 30px;
}

#iLink {
float: right;
height: 40px;
text-align: center;
font-weight: bold;
padding-right: 10px;
padding-left: 10px;
border-right: 2px dotted #afa59c;
}

#blogLink {
float: right;
height: 30px;
padding-top: 10px;
padding-left: 50px;
text-align: center;
font-weight: bold;
font-size: 18px;
}

#shareThisVideo {
width: 159px;
padding-left: 18px;
text-align: center;
line-height: 16px;
}

#shareLink {
float: left;
padding-right: 10px;
font-weight: bold;
border-right: 2px dotted #868276;
}

#askLink {
float: left;
width: 75px;
padding-left: 5px;
font-weight: bold;
top: 20px;
}

#optBig {
width: 465px;
height: 356px;
text-align: center;
padding-top: 80px;
padding-right: 50px;
padding-left: 50px;
background: url(images/opt_big_bg.jpg) top left no-repeat;
}

#thankBig {
width: 465px;
height: 416px;
text-align: center;
padding-top: 20px;
padding-right: 50px;
padding-left: 50px;
background-color: #CCCCCC;
}

/*
	background: #234526;
	opacity: .5;
	filter: alpha(opacity=50);
*/

#textBoxWrap {
width: 1019px;
margin-top: 30px;
}

#textBoxTop {
float:left;
width: 1019px;
height: 40px;
background: url(images/textBoxTop.jpg) bottom left no-repeat;
}

#textBox {
float: left;
width: 819px;
background: url(images/textBoxBg.jpg) top left repeat-y;
padding: 0 100px 0 100px;
}

#textBoxBottom {
float: left;
width: 1019px;
height: 40px;
background: url(images/textBoxBottom.jpg) top left no-repeat;
}


