body {
    background:#F1F1DC url(../images/bg_video.jpg) top repeat-x;
}

.title {

	color:#357990;
}

.buttonUp {
	width:148; 
	height:42; 
	background-image:url('/videos/video_button_up.gif');
	padding-left:5px;
	cursor:pointer;
}
.buttonUp a, .buttonUp a:hover, .buttonUp a:visited, .buttonUp a:active, .buttonUp a:link {
	background:none;
	font-weight:bold; 
	color:#FFFFFF;
	font-family:Verdana; 
	font-size:13px;
}
.buttonOver {
	width:148; 
	height:42; 
	background-image:url('/videos/video_button_up_over.gif');
	padding-left:5px;
	cursor:pointer;
}
.buttonOver a, .buttonOver a:hover, .buttonOver a:visited, .buttonOver a:active, .buttonOver a:link {
	background:none;
	font-weight:bold; 
	color:#448faa;
	font-family:Verdana; 
	font-size:13px;
}
.buttonDown {
	width:148; 
	height:54; 
	background-image:url('/videos/video_button_down.gif');
	padding-left:5px;
	cursor:pointer;
}
.buttonDown a, .buttonDown a:hover, .buttonDown a:visited, .buttonDown a:active, .buttonDown a:link {
	background:none;
	font-weight:bold; 
	color:#FFFFFF;
	font-family:Verdana; 
	font-size:13px;
}




/* BLOG BOX */

.blogItem .title {
    color:#357990;
}

/* COMMENTS */
.comment {
	width:422px;
	margin:10px 0 30px 0;
}

.comment .header {
    background:transparent url(../images/blog_bubble_top.gif) top left no-repeat;
    width:422px;
    height:10px;
}


.comment p.small {
	padding:11px 5px 0 35px;
	font-size:1em;
	background:transparent url(../images/blog_bubble_bottom.gif) top left no-repeat;
	position:relative;
}

.comment .body {
	border:2px solid #96CD9A;
	border-width:0 2px;
	background:#fff;
	color:#456383;
}

.comment * {
    margin:0;
}

.comment .item {
	margin:0 10px;
}


/* ADD COMMENT LINK */
#addcommentlink {
    text-align:left;

}
#addcommentlink #icon {
    display:inline;
    background:transparent url(../images/add_comment_icon.gif) top left no-repeat;
}

#addcommentlink * {
    font-size:1.3em;
}
#addcomment {
    background:transparent url(../images/add_comment.gif) top left no-repeat;
    width:221px;
    height:22px;
    margin-bottom:10px;
}


.linkEmbed {
	text-align:right;
	padding-bottom:10px;
	position:relative;
	top:5px;
	font-size:12px;
}

.linkEmbedItem {
	display:none;
	text-align:right;
	padding-bottom:10px;
	position:relative;
	top:5px;
	font-size:12px;

}

.linkEmbedItem * {
	text-align:center;
	border:1px solid #AEAB99;
}

