@charset "UTF-8";
/* CSS Document */

/*Page Layout*/
body {
		font-family: arial,helvetica,sans-serif;
		font-size: 14px;
		color: #000000;
		height: 100%; /*required for IE page length bug*/
		margin: 0;
		padding: 0;
        min-width: 850px;      /* 2x LC width + RC width */
	}
	
#container {
  padding-left: 250px;   /* LC width */
  padding-right: 350px;  /* RC width */
  overflow:hidden;
}

#container .column {
  position: relative;
  float: left;
}

/*****************/
#center 
{
  width: 100%;
}
#center_inner 
{
    padding:5px 15px 5px 15px;
}
#left {
  width: 250px;          /* LC width */
  right: 250px;          /* LC width */
  margin-left: -100%;
  font-size:13px;
}
#left_inner 
{
    padding:5px 15px 5px 15px;
}
#right 
{
  text-align:left;
  width: 350px;          /* RC width */
  margin-right: -350px;  /* RC width */
}
#right_inner 
{
    padding:15px 15px 5px 15px;
}
#footer {
  clear: both;
}
/*** IE6 Fix ***/
* html #left {
  left: 350px;           /* RC width */
}

	
/* 'Bird' holds bird logo in place */	
div.bird {
		margin-left: 0;
		float: left;
		width: 150px;
		height: 80px;
		padding-left:260px;
	}
		
/* 'Name' holds site name in place */	
div.name {
		margin-left: 500px;
		margin-top: 27px;
		width: 150px;
		height: 80px;
	}

/* body content */
/* 'Cell' creates the blue square */	
div.cell 
{
		background-color: #0099FF;
		padding-left:260px;
		margin:0;
}

/* 'Celltext' holds main site body text */	
div.celltext {
		color: #FFFFFF;
		padding-top: 20px;
		padding-bottom: 40px;
		margin-left: auto;
		margin-right: auto;
	}
	
/* 'Celltext' holds main site body text */	
div.latest
{
    margin:30px 0px 30px 0px;
    width:250px;
    height:500px;
    overflow:hidden;
}


/* footer content */
/* 'Footer' is a container for footer */
div.footer {
		margin: auto;
		width: 880px;
		padding: 20px;
		min-width:1px;
		text-align:center;

	}
	
/* 'PayPal' holds the PayPal logo */		
div.paypal {
		margin: 0 auto;
		margin-left: 790px;
		width: 110px;
		height: 110px;
	}
img {border:none;}

#twc_connect {}
#twc_connect button{ 
    margin:0 7px 0 0; 
    background:none; 
    border:none; 
    cursor:pointer; 
    padding:5px 10px 6px 7px; /* Links */} 
#twc_connect button{ 
    width:auto; 
    overflow:visible; 
    padding:4px 10px 3px 7px; /* IE6 */ 
} 

#new_link, #new_background, #save_link, #delall_link, #new_text {padding: .4em 1em .4em 20px;text-decoration: none;position: relative;}
#new_link span.ui-icon, #new_background span.ui-icon, #save_link span.ui-icon, #delall_link span.ui-icon, #new_text span.ui-icon {margin: 0 5px 0 0;position: absolute;left: .2em;top: 50%;margin-top: -8px;}
ul#icons {margin: 0; padding: 0;}
ul#icons li {margin: 2px; position: relative; padding: 4px 0; cursor: pointer; float: left;  list-style: none;}
ul#icons span.ui-icon {float: left; margin: 0 4px;}
#bgimage {position:relative;left:0px;top:0px;padding:0;margin:0;clip:rect(0 250 800 0);}
#bgimgdiv {position:fixed;top:0px; left:0px;width:250px;background-color:#FFFFFF;overflow:hidden;}
#step1 {margin-top:10px;}
div#hrefGet {width:400px;}

#font_colorShow, #bgColorShow, .ColorBlotch { 
	border: 1px solid #000000;
	padding: 0 2px 0 2px;
	font-family: monospace;
	cursor: pointer;
	font-size: 1.2em;
}
#user_instructions_outer, #background_change_instructions_outer
{
    width:450px;
    background-color:#f1f1f1;
    padding:10px;
    margin:20px;
}
#user_instructions, #background_change_instructions
{
    width:440px;
    background-color:#FFFFFF;
    color:#000000;
    padding:5px;
}

