/*
Theme Name: Roy Orbison Theme Album
Theme URI: 
Author: The Icon Team (Edwin Condori and Aldo Adachi)
Author URI: http://www.iconicweb.com/
Description: theme exclusive for Roy Robins
Tags: dark, light, black, gray
Text Domain: royrobinstheme
*/
.mgchild1{background-color:#000;float:left;padding:5px;width:560px;}
.mgchild2{background-color:#000;float:left;padding:5px;width:460px;background-image:url(http://www.royorbison.com/wp-content/uploads/2014/03/cover.jpg); background-repeat:no-repeat; background-position:right;}
.mgbutton {
	-moz-box-shadow:inset 0px 1px 0px 0px #bfd1d6;
	-webkit-box-shadow:inset 0px 1px 0px 0px #bfd1d6;
	box-shadow:inset 0px 1px 0px 0px #bfd1d6;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #87adb0), color-stop(1, #bfd1d6) );
	background:-moz-linear-gradient( center top, #87adb0 5%, #bfd1d6 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#87adb0', endColorstr='#bfd1d6');
	background-color:#87adb0;
	-webkit-border-top-left-radius:10px;
	-moz-border-radius-topleft:10px;
	border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	-moz-border-radius-topright:10px;
	border-top-right-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	-moz-border-radius-bottomright:10px;
	border-bottom-right-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	-moz-border-radius-bottomleft:10px;
	border-bottom-left-radius:10px;
	text-indent:0;
	border:1px solid #87adb0;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:18px;
	font-weight:bold;
	font-style:normal;
	height:40px;
        width:300px;
	line-height:40px;
	width:35%;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #101112;
        margin-left:5px;
}
.mgbutton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bfd1d6), color-stop(1, #87adb0) );
	background:-moz-linear-gradient( center top, #bfd1d6 5%, #87adb0 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bfd1d6', endColorstr='#87adb0');
	background-color:#bfd1d6;
}
.mgbutton:active {
	position:relative;
	top:1px;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}