DIV.col1 {
    width: 610px;
}
DIV.col2 {
    float: right;
    width: 150px;
}
DIV.col0 DIV.container,
DIV.col1 DIV.container,
DIV.col2 DIV.container,
DIV.formCol DIV.container {
    padding: 10px 10px 1px 10px;
    margin-bottom: 10px;
}
DIV.col0 DIV.container h1,
DIV.col1 DIV.container h1,
DIV.col2 DIV.container h1,
DIV.formCol DIV.container h1 {
    margin: 0 0 20px 0;
    font-size: 153.9%;
    font-weight: normal;
    color: #fff;
}

DIV.col1 DIV.notification,
DIV.formCol DIV.notification {
    margin: 10px 0;
    font-size: 116%;
    color: #444;
    background-color: #fff;
    border: 2px solid #eee;
}

DIV.block {
    position: relative;
}
DIV.content {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}
DIV.content DIV.title {
	font-size: 200%;
	margin-bottom: 2px;
	color: #404040;
	border-bottom: solid 2px #00E5EE;	
}
DIV.content DIV.pic {
    margin: 10px 0px 10px 10px;
    padding: 5px;
    float: right;
    background-color: #fff;
}
DIV.content DIV.pic IMG {
    max-width: 400px;
}
DIV.content DIV.body {
    padding: 10px;
}

DIV.photoGal li {
   display: inline;
}

DIV.photoGal IMG {
background-color:#FFFFFF;
margin:10px 20px 10px 18px;
padding:5px;
width:200px;
}

IMG.thumb {
width: 100px;
margin: 5px;
}


DIV.photoGal p {
padding-left:5px;
}
DIV.bdbody {
position:relative;
padding-top:10px;
margin-left: 300px;
}

DIV.bsbody {
margin-left:220px;
padding-top:10px;
}

DIV.bdpic {
float: left;
margin-right:20px;
padding-left: 20px;
}

DIV.bdpic IMG {
  max-width: 250px;
}

DIV.bdBreak {
border-bottom: solid 2px #ffffff;
}

DIV.bdtitle {
   padding-top: 30px;
   padding-bottom: 30px;
}

DIV.bstitle {
   padding-top: 30px;
   padding-bottom: 30px;
}


DIV.bspic IMG {
  float:left;
  max-width: 150px;
  padding-left: 20px;
  padding-right:20px;
}

DIV.gctitle {
   padding-top: 30px;
   padding-bottom: 30px;
}

DIV.gcpic {
  
  padding-bottom:15px;
  padding-left:10px;
}

DIV.gcpic IMG {
  max-width: 100px;
  margin-right:20px;
}

DIV.slink IMG{
  padding-left: 20%;
}

TABLE TD IMG.preview {
	width: 100px;
}

DIV#countdown DIV.title {
	font-size: 150%;
}
DIV#countdown DIV.daysLeft {
	font-size: 300%;
}


/* PHOTO STUFF */
.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid blue;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 230px; /*position where enlarged image should offset horizontally */
z-index: 50;
}


/* Spacer */
DIV.end {
    margin-top: 5px;
}

DIV.stats DIV.body,
DIV.settings DIV.body {
    font-size: 108%;
}
DIV.stats UL,
DIV.settings UL,
DIV.legend UL {
    margin: 0;
    padding: 0;
}
DIV.stats UL LI {
    text-align: right;
}
DIV.stats UL LI .label {
    float: left;
}
DIV.stats UL LI .count {
}
DIV.stats UL LI.link {
    text-align: left;
}

DIV.legend UL LI {
    display: block;
    height: 26px;
    margin-bottom: 10px;
    line-height: 26px;
    padding-left: 80px;
    background: url(/_/images/blip/keyboard.gif) top left no-repeat;
    overflow: hidden;
}
DIV.legend UL LI.volume {
    background-position: 0 0;
}
DIV.legend UL LI.change {
    background-position: 0 -26px;
}
DIV.legend UL LI.pause {
    background-position: 0 -52px;
}
DIV.legend UL LI.ping {
    background-position: 0 -78px;
}

DIV#attribution {
    font-size: 85%;
    text-align: right;
    margin: 0 2px 12px 0;
}

DIV.menu {
    height: auto;
    padding: 0;
    background-color: #fff;
}
DIV.menu UL {
    padding: 0 0 10px 0;
    margin: 0;
    font-size: 123.1%;
    border-bottom: 1px solid #eee;
}
DIV.menu UL LI {
    display: inline;
    padding: 0 10px;
}
DIV.menu UL LI.one {
    padding: 0;
}
DIV.menu UL LI A,
DIV.menu UL LI A:link {
    padding: 8px 0;
}
DIV.menu UL LI A:hover {
    color: #09f;
}
DIV.menu UL LI.selected A {
    color: #09f;
    border-bottom: 4px solid #09f;
}

DIV.container DIV.block {
    margin-bottom: 20px;
}

DIV.copy {
    margin: 20px 0;
    font-size: 116%;
    color: #666;
    line-height: 1.44em;
}

UL.list LI {
    list-style: circle;
    margin-bottom: 4px;
}

UL.greenbullets {
	list-style-type: disc;
	color: green;
}
