/* CSS Reset  (from http://meyerweb.com/eric/tools/css/reset/)
---------------------------------------------------------- */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	}

body {
	line-height: 1;
	}

ol, ul {
	list-style: none;
	}

blockquote, q {
	quotes: none;
	}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
	}

/* remember to define focus styles! */
:focus {
	outline: 0;
	}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
	}

del {
	text-decoration: line-through;
	}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
	}

/* Typography
---------------------------------------------------------- */

body {
	font-family: "Arial", Trebuchet MS, Helvetica, sans-serif;
	font-size: 75%; /* This is where you set your desired font size. The line-heights and vertical margins are automatically calculated from this. The percentage is of 16px (0.75 * 16px = 12px). */
	line-height: 1.5;
	}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	}

h1 {
	font-size: 3em;
	line-height: 1;
	margin-bottom: 0.5em;
	}

h2 {
	font-size: 2em;
	margin-bottom: 0.75em;
	}

h3 {
	font-size: 1.5em;
	line-height: 1;
	margin-bottom: 1em;
	}

h4 {
	font-size: 1.2em;
	line-height: 1.25;
	margin-bottom: 1.25em;
	}

h5 {
	font-size: 1em;
	margin-bottom: 1.5em;
	}

h6 {
	font-size: 1em;
	}

p {
	margin: 0 0 1.5em 0;
	}

p:last-child {
	margin-bottom: 0;
	}

p img {
	margin: 1.5em 1.5em 1.5em 0;
	padding: 0;
	}

img {
	margin: 0;
	}

ul, ol {
	margin:0 1.5em 1.5em 1.5em;
	}

ul {
	list-style-type: disc;
	}
	
ol {
	list-style-type: decimal;
	}

dl {
	margin: 0 0 1.5em 0;
	}

dl dt {
	font-weight: bold;
	}

dd {
	margin-left: 1.5em;
	}

abbr, acronym {
	border-bottom: 1px dotted #666;
	}

address {
	font-style: italic;
	margin-top: 1.5em;
	}

del {
	color:#666;
	}

a:focus, a:hover {
	color: #fff;
	}

a {
	color: #eee;
	text-decoration: none;
	font-weight: bold;
	}

blockquote {
	color: #666;
	font-style: italic;
	margin: 1.5em;
	}

strong {
	font-weight: bold;
	}

em, dfn {
	/*background: #ffc;*/
	font-style: italic;
	}

dfn {
	font-weight: bold;
	}

pre, code {
	margin: 1.5em 0;
	white-space: pre;
	}

pre, code, tt {
	font: 1em 'andale mono', 'monotype.com', 'lucida console', monospace;
	line-height: 1.5;
	} 

tt {
	display: block;
	line-height: 1.5;
	margin: 1.5em 0;
	}

table {
	margin-bottom: 1em;
	}

th {
	border-bottom: 2px solid #ccc;
	font-weight: bold;
	}

td {
	border-bottom: 1px solid #ccc;
	}

th, td {
	padding: 0.2em;
	}

input, textarea, select {
	background: #f5f5f5;
	border: 1px solid #aaa;
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	}

input:focus, textarea:focus, select:focus {
	background: #fff;
	border: 1px solid #666;
	}

textarea {
	font-size: inherit;
	}

input.inputButton {
	background: #ccc url(images/button_background.png) repeat-x left top;
	border: 1px solid #000;
	color: #333;
	font-weight: bold;
	font-family: inherit;
	margin: 0 0 0 0;
	overflow: visible;			/* fix for IE6 double padding on buttons */
	padding: 0 0.2em;
	text-align: center;
	width: auto;				/* fix for IE6 double padding on buttons */
	}

/* Containers
---------------------------------------------------------- */

body#mongoose {
	background-color: #000;
	color: #ccc;
	padding: 0;
	}

#container {
	background: #0;
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 100%; /* Theme: width = 950px */
	}

#content_container {
	background: transparent url(images/mastpicbg.jpg) repeat-x top left;
    width: 100%;
    height: 364px;
	clear: both;
	width: 100%; /* Theme: the width needs to be repeated here or IE bugs out */
}
#content_container .inner1{
    background: transparent url(images/mastpic.png) no-repeat top left;
    width: 1258px;
    min-height: 364px;
    margin: auto;
}
#content_column{
    width: 772px;
	float: left;
}
#content_main, #content_home, #content_contactus{
	margin: 0;
	float: left;
	min-height: 364px;
}
#content_main{
    width: 750px;
    background: #fff;
    border: 1px solid #fff;
    padding: 10px;
}
#content_home{
    width: 772px;
}
#content_contactus{
    width: 730px;
    min-height: 333px;
    border: #fff solid 1px;
    background: url('images/contactus_bg.png');
    margin-left: 1px;
    padding: 20px 20px 10px;
}
#content{
    background: #333;
    padding: 20px;
    width: 710px;
    min-height: 350px;
    display: block;
}
#content_secondary{
    width: 648px;
    padding: 20px 20px 20px 110px;
    float: left;
}

/* Header
---------------------------------------------------------- */

#header {
	background: transparent url(images/headerbg.jpg) repeat-x top left;
	color: #333;
	clear: both;
}

#header #logo {
	width: 772px;
	margin: auto;
}

#header #logo a {
	background: transparent url(images/header.jpg) no-repeat top left; /* Theme: hook up their logo here */
	color: #333;
	display: block;
	font-size: 3em;
	height: 106px;
	line-height: 1;
	overflow: hidden;
	text-indent: -9999px;
	width: 772px;
	margin: auto;
}
#top_bar{
    background: #000;
    width: 100%;
    height: 30px;
}
#top_bar .inner{
    width: 780px;
    height: 30px;
    line-height: 30px;
    margin: auto;
    text-align: right;
    color: #fff;
}
#top_bar .inputText{
    width: 150px;
    font-size: 11px;
    margin-right: 15px;
}
#top_bar input[type="image"]{
    font-size: 11px;
    background: transparent;
    vertical-align: middle;
}


/* Footer
---------------------------------------------------------- */

#footer_container{
    width: 100%;
    clear: both;
    float: left;
}
#footer {
	background: transparent url(images/footerbg.jpg) top left no-repeat;
	clear: both;
	width: 770px;
	margin: auto;
	min-height: 120px;
	text-align: left;
	display: block;
	position: relative;
	padding-top: 1px;
}
#footer p {
	margin: 0;
}
#footer ul, #footer ul li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#footer ul li{
    float: left;
}
#footer ul li ul{
    
}
#footer ul li ul li{
    float: none;
}
#footer ul li a{
    display: block;
    text-indent: -9999px;
}
#footer ul li span{
    display: block;
    text-indent: -9999px;
}
#footer .home a{
    width: 113px;
    height: 30px;
    background: url('images/footer_home.jpg') no-repeat 65px 10px;
}
#footer .haute span{
   width: 110px;
   height: 21px;
   background: url('images/footer_haute.jpg') no-repeat -107px 0;
}
#footer .haute .image{
    width: 110px;
    height: 30px;
    background: url('images/footer_haute_gallery.jpg') no-repeat -107px 0;
}
#footer .weddings span{
   width: 105px;
   height: 23px;
   background: url('images/footer_weddings.jpg') no-repeat center;
}
#footer .weddings .image{
    width: 105px;
    height: 16px;
    background: url('images/footer_weddings_gallery.jpg') no-repeat center;
}
#footer .weddings .video{
    width: 100px;
    height: 12px;
    background: url('images/footer_weddings_video.jpg') no-repeat 0 -4px;
}
#footer .invitations span{
   width: 65px;
   height: 23px;
   background: url('images/footer_invitations.jpg') no-repeat center;
}
#footer .invitations .image{
    width: 65px;
    height: 14px;
    background: url('images/footer_invitations_gallery.jpg') no-repeat center;
}
#footer .invitations .specials{
    width: 66px;
    height: 11px;
    background: url('images/footer_invitations_specials.jpg') no-repeat center;
}
#footer .bomboniere span{
   width: 63px;
   height: 23px;
   background: url('images/footer_bomboniere.jpg') no-repeat center;
}
#footer .bomboniere .image{
    width: 59px;
    height: 10px;
    background: url('images/footer_bomboniere_gallery.jpg') no-repeat center;
}
#footer .testimonials a{
   width: 66px;
   height: 17px;
   background: url('images/footer_testimonials.jpg') no-repeat center;
}
#footer .media a{
   width: 33px;
   height: 17px;
   background: url('images/footer_media.jpg') no-repeat center;
}
#footer .contactus a{
   width: 62px;
   height: 18px;
   background: url('images/footer_contactus.jpg') no-repeat center;
}

#footer .home{
    margin-left: 40px;
}
#footer .haute{
    margin-top: 3px;
}
#footer .weddings{
    margin-left: 9px;
}
#footer .invitations{
    margin-left: 3px;
}
#footer .bomboniere{
    margin-left: 5px;
}
#footer .testimonials{
    margin-top: 3px;
    margin-left: 10px;
}
#footer .media{
    margin-top: 2px;
    margin-left: 10px;
}
#footer .contactus{
    margin-top: 1px;
    margin-left: 10px;
}


#footer .copyright {
	clear: both;
	text-align: center;
	height: 70px;
	background: url('images/footerp.jpg') no-repeat center bottom;
	text-indent: -9999px;
	margin-bottom: 10px;
}


/* Menu
---------------------------------------------------------- */

#menu{
    background: transparent;
    width: 245px;
    height: 304px;
    float: left;
    margin-top: 60px;
}
#menu ul{
    margin: 0 5px 5px !important;
}
#menu ul li{
    color: #999;
    list-style-type: none;
    text-decoration: none;
}
#menu ul li a{
    color: #999;
    list-style-type: none;
    text-decoration: none;
}
#menu .menu_home,
#menu .menu_haute_couture_gowns,
#menu .menu_real_life_weddings,
#menu .menu_image_gallery,
#menu .menu_video_gallery,
#menu .menu_invitations,
#menu .menu_specials_gallery,
#menu .menu_bomboniere,
#menu .menu_testimonials,
#menu .menu_media,
#menu .menu_contact_us{
    text-indent: -9999px;
    display: block;
}
#menu .menu_home{ width: 50px; height: 19px; background: url('images/menu_home_hover.jpg') no-repeat center; }
#menu .menu_home:hover, #menu .active .menu_home{ background: url('images/menu_home.jpg') no-repeat center; }

#menu .menu_haute_couture_gowns{ width: 186px; height: 19px; background: url('images/menu_haute_couture_gowns_hover.jpg') no-repeat center; }
#menu .menu_haute_couture_gowns:hover, #menu .active .menu_haute_couture_gowns{ background: url('images/menu_haute_couture_gowns.jpg') no-repeat center; }

#menu .menu_real_life_weddings{ width: 156px; height: 19px; background: url('images/menu_real_life_weddings_hover.jpg') no-repeat center; }
#menu .menu_real_life_weddings:hover, #menu .active .menu_real_life_weddings{ background: url('images/menu_real_life_weddings.jpg') no-repeat center; }

#menu .menu_image_gallery{ width: 209px; height: 34px; background: url('images/menu_image_gallery.jpg') no-repeat center; }
#menu .menu_image_gallery:hover{ background: url('images/menu_image_gallery_hover.jpg') no-repeat center; }

#menu .menu_video_gallery{ width: 209px; height: 34px; background: url('images/menu_video_gallery.jpg') no-repeat center; }
#menu .menu_video_gallery:hover{ width: 209px; height: 34px; background: url('images/menu_video_gallery_hover.jpg') no-repeat center; }

#menu .menu_invitations{ width: 91px; height: 19px; background: url('images/menu_invitations_hover.jpg') no-repeat center; }
#menu .menu_invitations:hover, #menu .active .menu_invitations{ background: url('images/menu_invitations.jpg') no-repeat center; }

#menu .menu_specials_gallery{ width: 209px; height: 34px; background: url('images/menu_specials_gallery.jpg') no-repeat center; }
#menu .menu_specials_gallery:hover{ background: url('images/menu_specials_gallery_hover.jpg') no-repeat center; }

#menu .menu_bomboniere{ width: 102px; height: 19px; background: url('images/menu_bomboniere_hover.jpg') no-repeat center; }
#menu .menu_bomboniere:hover, #menu .active .menu_bomboniere{ background: url('images/menu_bomboniere.jpg') no-repeat center; }

#menu .menu_testimonials{ width: 109px; height: 19px; background: url('images/menu_testimonials_hover.jpg') no-repeat center; }
#menu .menu_testimonials:hover, #menu .active .menu_testimonials{ background: url('images/menu_testimonials.jpg') no-repeat center; }

#menu .menu_media{ width: 57px; height: 19px; background: url('images/menu_media_hover.jpg') no-repeat center; }
#menu .menu_media:hover, #menu .active .menu_media{ background: url('images/menu_media.jpg') no-repeat center; }

#menu .menu_contact_us{ width: 96px; height: 19px; background: url('images/menu_contact_us_hover.jpg') no-repeat center; }
#menu .menu_contact_us:hover, #menu .active .menu_contact_us{ background: url('images/menu_contact_us.jpg') no-repeat center; }

#menu ul li ul{
    display: none;
}
#menu ul li.active ul{
    display: block;
}
#menu ul li ul li{
    margin-top: 5px;
}

/* Form Fields
---------------------------------------------------------- */
.row{
    clear: both;
    display: block;
    padding: 5px;
}
.row label{
    display: block;
}
.row .inputText{
    width: 90%;
    font-size: 11px;
}
.row .note{
    display: block;
    font-weight: bold;
    font-style: italic;
    font-size: 10px;
    color: #fff;
}

/* Contact Us Form
---------------------------------------------------------- */
#form_contactus,
#form_contactus label{
    font-size: 11px;
}
#form_contactus .column{
    width: 33%;
    float: left;
    padding-right: 0 !important;
}
#form_contactus textarea{
    height: 240px;
    width: 100%;
}
#form_contactus .buttons .button_submit,
#form_contactus .buttons .button_print{
    width: 80px;
    height: 20px;
    padding: 0;
    margin: 0;
    border: none;
    text-indent: -9999px;
}
#form_contactus .buttons .button_submit{
    background: url('images/button_submit.png') no-repeat center;
}
#form_contactus .buttons .button_print{
    background: url('images/button_print.png') no-repeat center;
}


/* Contact Details
---------------------------------------------------------- */
#contact_details{
    font-size: 11.5px;
}
#contact_details .left_column{
    float: left;
    width: 280px;
    padding-right: 30px;
}
#contact_details .right_column{
    float: left;
    width: 270px;
}
#contact_details label,
#contact_details span{
    display: block;
}
#contact_details label{
    font-weight: bold;
    font-size: 16px;
    color: #656565;
    line-height: 14px;
    padding-top: 5px;
}
/* Search Paging
---------------------------------------------------------- */

.search_paging {
	clear: both;
	padding: 0.5em 0;
	text-align: right;
	}

.search_paging span,
.search_paging a {
	padding: 0 0.2em;
	}

/* Common
---------------------------------------------------------- */
.back, .more{
    width: 32px;
    height: 63px;
    display: block;
    position: relative;
    text-indent: -9999px;
    cursor: pointer;
}
.back{
    background: url('images/button_back.png') no-repeat center;
}
.more{
    background: url('images/button_next.png') no-repeat center;
}
#content_column h1{
    color: #fff;
    font-size: 22px;
}
#content_column .title{
    margin-top: 18px;
    font-family: Arial;
    font-size: 10px;
}
#content_column .smoother{
    margin-top: 13px;
    margin-bottom: 13px;
}
#content_column .title h2{
    font-size: 12px;
    color: #aaa;
}
#content_column .title .dark{
    color: #989898;
}
#content_column .title .date{
    padding-left: 5px;
    font-size: 11px;
    font-weight: normal;
}
#content_column .title .date label{
    color: #fff;
}
#content_column .column_left, #content_column .column_right{
    width: 330px;
    float: left;
    font-size: 12px;
}
#content_column .italics{
    font-style: italic;
}
#content_column .column_left{
    padding-right: 20px;
}
#content_column .col{
    width: 710px;
}
#content_column .col p{
    margin-bottom: 8px;
}
#content_column .col p:last-child{
    margin-bottom: 0px;
}
#content_column .column{
    font-size: 12px;
    padding-right: 20px;
}
#content_column .last.column{
    padding-right: 0px;
}
#content_column .column_right .author, #content_column .column_right .date{
    font-style: normal;
    display: block;
}
#content_column .author{
    font-weight: bold;
    color: #fff;
}
#content_column .column .row{
    padding: 7px 5px;
}
/* Forms
---------------------------------------------------------- */

.form fieldset {
	border: 1px solid #333;
	}

.form legend {
	color: #000;
	font-size: 1.5em;
	padding: 0 0.2em;
	}

fieldset {
	padding: 17px;
	margin: 0 0 1.5em 0;
	border: 1px solid #ccc;
	}

legend {
	font-style: oblique;
	font-weight: bold;
	}

.required, .optional, .buttons {
	clear: both;
	padding: 0.25em;
	min-height: 30px;
	}

.form label {
	clear: both;
	display: block;
	}

.form .required label {
	font-weight: bold;
	}

.form span label,
.form p label {
	display: inline;
	font-weight: normal;
	}

.dynamic_error {
	background: transparent;
	clear: both;
	color: #f00;
	float: left;
	}

.form .buttons input {
	float: right;
	margin-left: 0.5em;
	}

.form p input {
	vertical-align: middle;
	}

.form .list input {
	margin: 0 0.5em 0 0;
	vertical-align: middle;
	}

input.inputText {
	width: 60%;
	}

textarea.inputTextArea {
	height: 10em;
	overflow: auto;
	width: 99%;
	}

/* Dashbar
---------------------------------------------------------- */

.media_gallery_items {
	float: left;
	padding: 10px 19px;
	width: 840px;
	}

.two_column .media_gallery_items {
	padding: 10px;
	width: 560px;
	}

.media_gallery_items .media_item_container {
	background: #eee;
	float: left;
	min-height: 120px;
	margin: 5px;
	padding: 5px;
	text-align: center;
	width: 120px;
	}

.media_gallery_items .media_item_container:hover {
	background: #ccc;
	}

.media_gallery_items .media_item_container img {
	margin: 0;
	}

.media_gallery_items .media_item_container .media_item {
	height: 80px;
	}

#flashcontent {
	margin: 0 auto;
	width: 320px;
	}

/* Dashbar
---------------------------------------------------------- */

#mongoose_dashbar {
	background-color: #000000;
	color: #ffffff;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	margin: 0 auto;
	padding: 0.75em;
	text-align: right;
	width: 1172px;
	}

#mongoose_dashbar a {
	color: #ffffff;
	}

/* Editlinks
---------------------------------------------------------- */

.editlinks {
	background-color: #000;
	clear: both;
	padding: 0.5em;
	text-align: right;
	}

.editlinks a {
	color: #fff;
	font-weight: bold;
	margin: 0 0 0 1em;
	}
	
	
/* File Directory
---------------------------------------------------------- */
.file_table{
    border: solid 1px #aaa;
}
.file_directory{
    width: 100%;
    margin: 0;
}
.file_directory tr th{
    background: #D6E46D;
}
.file_directory tr:hover td{
    background: #E8F0AC;
}
.file_directory tr td{
    vertical-align: middle;
    line-height: 20px;
}
.file_directory tr td a{
    text-decoration: none;
    color: #333;
}
.file_directory tr td a:hover{
    text-decoration: underline;
}
.directory_file_breadcrumb{
    font-size: 16px;
    font-style: italic;
}
.directory_file_view{
    padding: 10px;
}
.download_file a{
    float: right;
    width: 200px;
    height: 32px;
    line-height: 32px;
    text-align: right;
    background: url('images/download.png') no-repeat right;
    padding: 0 32px 0 0;
    font-size: 16px;
    color: #333;
    text-decoration: none;
}
.directory_file_view .required label{
    font-weight: bold;
    width: 100px;
    display: block;
    float: left;
}
.directory_back a{
    float: right;
    width: 200px;
    height: 32px;
    line-height: 32px;
    text-align: right;
    background: url('images/back.png') no-repeat right;
    padding: 0 32px 0 0;
    font-size: 14px;
    color: #333;
    text-decoration: none;
}

/* Testimonials
---------------------------------------------------------- */
#testimonials_container{
    background: #333;
    padding: 20px;
    width: 710px;
    height: 550px;
    display: block;
}
#scroller_container{
    width: 710px;
    height: 550px;
    display: block;
    position: absolute;
    overflow: hidden;
}

#scroller ul, #testimonials_container #scroller ul li{
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}
#scroller{
    position: absolute;
    width: 6000px;
}
#scroller ul li{
    float: left;
    height: 570px;
    /*margin-right: 30px;*/
    width: 710px;
}
#scroller .mast,
#scroller .title,
#scroller .column{
    padding-left: 3px;
}
#testimonials_container .back{
    left: -56px;
    top: 290px;
}
#testimonials_container .more{
    left: 732px;
    top: 227px;
}

/* Gallery
---------------------------------------------------------- */
#gallery_container{
    background: #333;
    width: 750px;
    min-height: 415px;
    display: block;
    float: left;
}
#gallery_container .inner{
    width: 750px;
    height: 370px;
    float: left;
}
#gallery{
    width: 750px;
    height: 370px;
    display: block;
    position: absolute;
    overflow: hidden;
    background: #fff;
    float: left;
}
#gallery_roller{
    width: 20000px;
    position: absolute;
}
#gallery ul, #gallery ul li{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#gallery .item{
    float: left;
    padding-right: 15px;
    background: #fff;
}
#gallery_container .back{
    left: -36px;
    top: 290px;
}
#gallery_container .more{
    left: 752px;
    top: 227px;
}
#gallery_title{
    float: left;
    background: #fff;
    /*padding-top: 2px;*/
}
#gallery_title .interior{
    width: 710px;
    padding: 12px 20px 10px;
    background: #333;
    /*margin-bottom: 10px;*/
}
#content_column #gallery_title .interior .title{
    margin-top: 0px;
}
#content_column #gallery_title .interior .title h2{
    margin-bottom: 0px;
}
#gallery_title .return{
    font-size: 12px;
    float: right;
}
#gallery_content{
    padding-top: 10px;
    /*position: relative;
    top: 240px;*/
    float: left;
    background: #fff;
}
#gallery_content .interior{
    padding: 10px 20px;
    background: #333;
}
#gallery_slider{
    width: 350px;
    float: right;
    margin-top: 15px;
    display: none;
}

/* Videos
---------------------------------------------------------- */
#video_container{
    background: #333;
    width: 750px;
    min-height: 480px;
    display: block;
}
#video_container .inner{
    width: 750px;
    height: 570px;
    float: left;
}
#videos{
    background: #fff;
    padding-bottom: 10px;
    width: 750px;
    height: 560px;
    overflow: hidden;
    position: absolute;
    display: block;
}
#video_scroller{
    position: absolute;
}
#videos ul{
    width: 750px;
    height: 560px;
    float: left;
}
#videos ul, #videos ul li{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#videos .item{
    float: left;
    background: #fff;
    cursor: pointer;
}
#video_container .back{
    left: -36px;
    top: 290px;
}
#video_container .more{
    left: 752px;
    top: 227px;
}

#videos .image{
    padding-bottom: 10px;
}
#videos .info{
    background: #000;
    color: #aaa;
    padding: 10px;
    font-size: 10px;
    height: 36px;
}
#videos .info .header{
    display: block;
    font-weight: bold;
    font-size: 12px;
}
#videos .info label{
    color: #fff;
}

#video_content{
    padding: 1px 20px;
    width: 710px;
    /*position: relative;
    /*top: 450px;*/
    float: left;
    background: #333;
}
#video_content .header{
    width: 250px;
    height: 30px;
    line-height: 30px;
    float: left;
    border-right: solid 1px #eee;
    margin-top: 8px;
    font-weight: bold;
    font-size: 15px;
}
#video_content .details{
    width: 250px;
    height: 30px;
    line-height: 30px;
    float: left;
    margin-top: 8px;
    padding-left: 15px;
    font-size: 11px;
}
#video_content .return{
    float: right;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    margin-top: 8px;
}

/* Images
---------------------------------------------------------- */
#images_container{
    background: #333;
    width: 750px;
    display: block;
    height: 550px;
}
#images{
    width: 750px;
    height: 490px;
    background: #fff;
    float: left;
    padding-bottom: 10px;
    overflow: hidden;
    position: absolute;
}
#images_roller{
    position: absolute;
    width: 6000px;
}
#images ul, #images ul li{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#images .item{
    float: left;
    background: #fff;
    cursor: pointer;
    padding-right: 10px;
}
#images .image{
    padding-bottom: 10px;
}
#images .info{
    background: #000;
    color: #aaa;
    padding: 10px;
    font-size: 10px;
}
#images .row{
    padding: 0 0 10px;
}
#images .row label{
    display: inline;
}
#images .info .header{
    display: block;
    font-weight: bold;
    font-size: 12px;
}
#images .info label{
    color: #fff;
}
#images_content{
    clear: both;
    padding: 1px 20px;
    position: relative;
    top: 370px;
}
#images_container .back{
    left: -36px;
    top: 290px;
}
#images_container .more{
    left: 752px;
    top: 227px;
}


/* Login / Logout
---------------------------------------------------------- */
#login_container, #logout_container{
    background: #333;
    padding: 20px;
    width: 710px;
    min-height: 350px;
    display: block;
}



/* News/Media
---------------------------------------------------------- */
#news_container{
    background: #333;
    padding: 20px;
    width: 710px;
    min-height: 550px;
    display: block;
}
