/*== PAGE === */
#page
{
    width: 100%;
    text-align: left;
}

#page .title
{
    font-weight: bold;
    color: black;
    font-size: 24px;
    text-align: left;
    margin: 20px 0 20px 0;
}


/*=== BLOC ==== */
#page .bloc
{
}

#page .bloc h2
{
    font-weight: bold;
    color: black;
    font-size: 18px;
    text-align: left;
}

#page .bloc .content
{
    width: 100%;
    margin: 0;
    padding: 0;
}
#page .bloc .content .empty,
#page .bloc .content div.empty
{
    font-style: italic;
    color: darkgray;
}


/*=== TEXT BLOC ==== */
#page .bloc .text
{
    margin: 0;
}
#page div.text p
{
    color: black;
    font-size: 13px;
    font-weight: normal;
    text-align: left;
}


/*=== SEPARATOR BLOC ==== */
#page .bloc div.separator
{
    margin: 20px 0 0 0;
    width: 100%;
}

#page .bloc div.separator hr
{
    width: 99%;
    margin: 10px 0 0 0;
    z-index: 0;
}

#page .bloc div.separator span
{
    font-weight: bold;
    color: black;
    background: #F3F3F3;
    font-size: 18px;
    position: relative;
    top: -10px;
    left: 20px;
    padding: 0 8px;
    width: auto;
}



/*== FILE BLOC == */
#page .bloc .file
{
    margin: 0;
}

#page .file .icon
{
    float: left;
    width: 24px;
    height: 24px;
    display: inline;
}
#page .file .info
{
    float: left;
    margin: 0 0px 0 10px;
    display: inline;
    width: 520px;
}
#page .file .info a.filename
{
    color: black;
    text-decoration: underline;
    font-weight: bold;
}
#page .file .info p
{
    color: black;
    margin: 10px 0 0 0;
    padding: 0;
}


/*== URL == */
#page .bloc .url
{
    margin: 0;
}

#page div.url a
{
    color: black;
    text-decoration: underline;
}

/*== GALLERY == */
#page .bloc .gallery
{
    margin: 0;
}

#page div.gallery .items{
    margin: 0;
    padding: 0;
}
#page div.gallery .items .item
{
    float: left;
    margin: 0 10px 10px 0;
    width: 184px;
    height: 130px;
    display: inline;
}

#page div.gallery .items .item .name
{
    font-size: 10px;
    width: 180px;
    text-align: left;
    margin: 0;
    padding: 0;
}
#page div.gallery .items .item .icon
{
    width: 182px;
    height: 103px;
    border: 1px solid darkgray;
}
#page div.gallery .items .item .icon img
{
    margin: 1px;
    width: 180px;
    max-height: 101px;
    cursor: pointer;
}

#page div.gallery .items .item .icon img.play
{
    position: relative;
    left: 10px;
    top: -95px;
    width: 24px;
    height: 24px;
    cursor: pointer;
}


/* === jquerytools =========*/
#page .overlay
{
    display: none;
    z-index:10000;
    background-color:#333;

    border:1px solid #666;

    /* CSS3 styling for latest browsers */
    -moz-box-shadow:0 0 90px 5px #000;
    -webkit-box-shadow: 0 0 90px #000;
}
#page .overlay_video
{
    width: 586px;
    /*height: 330px;*/
}
#page .overlay_video .content_wrap
{
    width: 586px;
    /*height: 330px;*/
}


#page .overlay  h1
{
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    color: white;
    padding: 10px 10px 0 10px;
    margin: 10px;
}
#page .overlay  p
{
    text-align: left;
    font-size: 11px;
    color: white;
    background: #222;
    padding: 10px;
    margin: 0 10px 10px 10px;
}
#page .overlay  p a
{
    color: #DA4D1F;
}


#page .overlay .close {
    background-image:url(images/overlay/close.png);
    position:absolute; 
    right:-17px;
    top:-17px;
    cursor:pointer;
    height:35px;
    width:35px;
    z-index:10001;
    padding: 0;
    margin: 0;
}

#page .error {
	/* supply height to ensure consistent positioning for every browser */
	height:15px;
	background-color:#FFFE36;
	border:1px solid #E1E16D;
	font-size:11px;
	color:#000;
	padding:3px 10px;
	margin-left:-2px;


	/* CSS3 spicing for mozilla and webkit */
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius-bottomleft:0;
	-moz-border-radius-topleft:0;
	-webkit-border-bottom-left-radius:0;
	-webkit-border-top-left-radius:0;

	-moz-box-shadow:0 0 6px #ddd;
	-webkit-box-shadow:0 0 6px #ddd;
}


