﻿html
{
    background: #fff ;
    /*background: #fff url(  '/images/bgs/logobg.jpg' ) no-repeat 50% top;*/
    background:#FFFFFF url(http://images.apple.com/quicktime/images/body_bg.gif) repeat-x left top;
    
    color: #596c7a;
}

#Branding h1
{
    margin-top: 10px;
    width: 982px;
    /*background: transparent url(http://www.objectsharp.com/images/devlounge/masthead.png) no-repeat left top;*/
}

ul.gallery 
{
    overflow:hidden; /* Clears the floats */
          width:100%; /* IE and older Opera fix for clearing, they need a dimension */
          list-style:none;
    border: solid 1px #cccccc;
}

ul.gallery li
{
    background:transparent url(/_layouts/images/devlounge/videos/vidbox_bg.gif) no-repeat scroll left top;
display:inline;
float:left;
height:135px;
margin:5px 7px;
padding:10px;
position:relative;
width:152px;
line-height:17px;
}

ul.gallery li span.title
{
    font-size:11px;
	margin:0pt;
	padding:0pt;
}

ul.gallery li span.duration
{
    font-size: 11px;
    padding-left: 6px;
}

ul.gallery li span.title a
{
    text-decoration: none;
    font-weight: bold;
    line-height:normal;
    color:#078CD1;
    font-family:arial,helvetica,sans-serif;
}

ul.gallery li p {
	line-height:normal;
	margin:0pt;
	padding:0pt;
}





