@charset "UTF-8";
/* CSS Document */
body{
	font-family:mainFont !important;
	background-image:url(../images/background01.jpg);
	background-position:top center;
	
	
}
   #wrapper { width: 700px; margin: 0 auto; position:relative }
     canvas {
        width: 700px;
        height: 500px;
        border: 1px solid #ccc;
		position:relative;
      }
      .tools { margin-bottom: 10px; }
      .tools a {
        border: 1px solid black; height: 30px; line-height: 30px; padding: 0 10px; vertical-align: middle; text-align: center; text-decoration: none; display: inline-block; color: black; font-weight: bold;
      }

#container{
	width:800px;
	height:auto;
	margin:auto;
	padding:10px;
	padding-top:15px;
	background-repeat:no-repeat;
	background-position:top center;
	background-color:#FFF;
	border-radius:50px;
	border: solid 4px #FF6699;
	margin-top:10px;
}

#main-content{
	width:690px;
	height:auto;
	margin:auto;
	padding:10px;
	margin-bottom:25px;
	padding-top: 0px;
	position: relative;
}
@font-face {
    font-family: 'mainFont';
    src: url('../css/myriadpro-regular.eot');
    src: url('../css/myriadpro-regular.eot?#iefix') format('embedded-opentype'),
         url('../css/myriadpro-regular.woff') format('woff'),
         url('../css/myriadpro-regular.ttf') format('truetype'),
         url('../css/myriadpro-regular.svg') format('svg');
}
#text-fx {
				
	font-family: mainFont;
	font-size: 40px;
	width:474px;
	line-height: 48px;
	margin-top:10px;
							
}
			
#text-fx > div {
			
	position: relative;
	height:40px;
				
}
#text-fx2 {
				
	font-family: mainFont;
	font-size: 24px;
	width:auto;
	line-height: 48px;
	margin-top:6px;
							
}
			
#text-fx2 > div {
			
	position: relative;
	height:40px;
				
}

h1{font-family: mainFont;color:#CA2A1D !important; font-size:40px !important;}
h2{font-family: mainFont; font-size:24px !important;}
h3{font-family: mainFont;}


p{font-family: mainFont; color:#666; font-size:24px; line-height:30px; text-align:justify}
#dialog p{ font-size:16px; line-height:15px;}
#dialog h2 {font-size:17px;}
em {color:#000; /*font-size:16px;*/}

a{color:#000; text-decoration:none;}
a:hover{text-decoration:none;}

.test_two {
    margin-left:60px;
    width: auto;
    margin-top:25px;
	margin-bottom:25px;
}
.test_two a {
    color: #D9570C;
	background-color:#FBED25;
	font-size:20px;
	font-family: mainFont;
     display:inherit;
    font-weight: normal;
    line-height: 22px;
    text-decoration: none;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    -moz-transition:-moz-transform .3s ease-in-out;
    -o-transition: -o-transform 0.3s ease-in-out;
    -ms-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.4s ease-in-out;
	-moz-border-radius: 100px / 50px;
	-webkit-border-radius: 100px / 50px;
	border-radius: 20px / 20px;
	padding:15px;
	border:dashed 2px #FF0;
}
.test_two a:hover {
    color: #FFF;
   display:inherit;
    font-weight: normal;
	font-family: mainFont;
    line-height: 22px;
    -webkit-transform: scale(1.8);
    -moz-transform:scale(1.8);
    -o-transform: scale(1.8);
    -ms-transform: scale(1.8);
    transform: scale(1.8);
	padding:15px;
	/* fallback */
  background-color: #1a82f7;
  
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#1a82f7), to(#2F2727));
  
  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(top, #2F2727, #1a82f7);
  
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #2F2727, #1a82f7);
  
  /* IE 10 */
  background: -ms-linear-gradient(top, #2F2727, #1a82f7);
  
  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #2F2727, #1a82f7);
  
  	-moz-border-radius: 20px / 20px;
	-webkit-border-radius: 20px / 20px;
	border-radius: 20px / 20px;
	padding:15px;
   
}

@-webkit-keyframes blinker {  
  from { opacity: 1.0; }
  to { opacity: 0.0; }
}
.css3-blink {
  -webkit-animation-name: blinker;  
  -webkit-animation-iteration-count: infinite;  
  -webkit-animation-timing-function: cubic-bezier(1.0,0,0,1.0);
  -webkit-animation-duration: 1s;
  color:#F00;
}

/* CSS am gweithgaredd dau - Mouse in the box */
#test-area {
     height: auto;
     border: 3px dashed #CCCCCC;
     background: #FFFFFF;
     padding: 20px;
     cursor:  none;
	 font-family: mainFont; color:#666; font-size:18px;
	 line-height:25px;
	 width:auto;
}
#mycursor {
     cursor: none;
     width: 97px;
     height: 137px;
     background: url("http://www.ajaxblender.com/article-sources/images/pointer-cursor.gif") no-repeat left top;
     position: absolute;
     display: none;
     top: 0;
     left: 0;
     z-index: 10000;
}
select {
border: 1px solid #E05B60;
border-radius: 4px;
padding: px;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset;
width: auto;
color: red;
font-size: 19px;
}

#stage{
	width:300px;
	height:100px
}
#block {

  -webkit-transition-property: left, top, background, -webkit-transform;
  -webkit-transition-duration: 2s, 2s, 1s, 1s;
  -webkit-transition-timing-function: ease-out, ease-in, linear, ease-in-out;
  -webkit-transition-delay: 0, 0, 0, 0.1s;  
  -moz-transition-property: left, top, background, -moz-transform;
  -moz-transition-duration: 2s, 2s, 1s, 1s;
  -moz-transition-timing-function: ease-out, ease-in, linear, ease-in-out;
  -moz-transition-delay: 0, 0, 0, 0.1s;
  width:100px;
  height:100px;
  float:right;
  margin-right:10px;
 
}
#stage:hover #block {

  width:100px;
  -webkit-transform: rotate(360deg);
  -moz-transform:rotate(360deg);
  height:100px;
  float:right;
}

#stage2{width:100px; float:right; height:100px}
#block2 {

  -webkit-transition-property: left, top, background, -webkit-transform;
  -webkit-transition-duration: 2s, 2s, 1s, 1s;
  -webkit-transition-timing-function: ease-out, ease-in, linear, ease-in-out;
  -webkit-transition-delay: 0, 0, 0, 0.1s;  
  -moz-transition-property: left, top, background, -moz-transform;
  -moz-transition-duration: 2s, 2s, 1s, 1s;
  -moz-transition-timing-function: ease-out, ease-in, linear, ease-in-out;
  -moz-transition-delay: 0, 0, 0, 0.1s;
  width:100px;
  height:100px;
  float:right;
  margin-right:10px;
 
}
#stage2:hover #block2 {

  width:100px;
  -webkit-transform: rotate(360deg);
  -moz-transform:rotate(360deg);
  height:100px;
  float:right;
}

#cartref {

  -webkit-transition-property: left, top, background, -webkit-transform;
  -webkit-transition-duration: 2s, 2s, 1s, 1s;
  -webkit-transition-timing-function: ease-out, ease-in, linear, ease-in-out;
  -webkit-transition-delay: 0, 0, 0, 0.1s;
  -moz-transition-property: left, top, background, -moz-transform;
  -moz-transition-duration: 2s, 2s, 1s, 1s;
  -moz-transition-timing-function: ease-out, ease-in, linear, ease-in-out;
  -moz-transition-delay: 0, 0, 0, 0.1s;
  width:60px;
  height:60px;  
  margin-right:5px;
  float:right;
 
}
#stage3:hover #cartref {
 height:60px;
  width:60px;
  -moz-transform:rotate(360deg);
  -webkit-transform: rotate(360deg);
 
}
#print {

  -webkit-transition-property: left, top, background, -webkit-transform;
  -webkit-transition-duration: 2s, 2s, 1s, 1s;
  -webkit-transition-timing-function: ease-out, ease-in, linear, ease-in-out;
  -webkit-transition-delay: 0, 0, 0, 0.1s;
  -moz-transition-property: left, top, background, -moz-transform;
  -moz-transition-duration: 2s, 2s, 1s, 1s;
  -moz-transition-timing-function: ease-out, ease-in, linear, ease-in-out;
  -moz-transition-delay: 0, 0, 0, 0.1s;
  width:55px;
  height:55px;  
  margin-right:5px;
  float:right;
 
}
#stage5:hover #gwybodaeth {
 height:55px;
  width:55px;
  margin-right:10px;
  -moz-transform:rotate(360deg);
  -webkit-transform: rotate(360deg);
 -ms-transform: rotate(360deg);
 transform: rotate(360deg);
 
}
#gwybodaeth {

  -webkit-transition-property: left, top, background, -webkit-transform;
  -webkit-transition-duration: 2s, 2s, 1s, 1s;
  -webkit-transition-timing-function: ease-out, ease-in, linear, ease-in-out;
  -webkit-transition-delay: 0, 0, 0, 0.1s;
  
  -moz-transition-property: left, top, background, -moz-transform;
  -moz-transition-duration: 2s, 2s, 1s, 1s;
  -moz-transition-timing-function: ease-out, ease-in, linear, ease-in-out;
  -moz-transition-delay: 0, 0, 0, 0.1s;
  
  -ms-transition-property: left, top, background, -ms-transform;
  -ms-transition-duration: 2s, 2s, 1s, 1s;
  -ms-transition-timing-function: ease-out, ease-in, linear, ease-in-out;
  -ms-transition-delay: 0, 0, 0, 0.1s;
  
  transition-property: left, top, background, -ms-transform;
  transition-duration: 2s, 2s, 1s, 1s;
  transition-timing-function: ease-out, ease-in, linear, ease-in-out;
  transition-delay: 0, 0, 0, 0.1s;
  
  width:55px;
  height:55px;  
  margin-right:20px;
  float:right;
 
}
#stage4:hover #print {
 height:55px;
  width:55px;
  -moz-transform:rotate(360deg);
  -webkit-transform: rotate(360deg);
 
}


button{
      padding:3px;
      display:inline-block;
      cursor:pointer;
      font:12px/14px Arial, Helvetica, sans-serif;
      color:#fff;
      background-color:#ccc;
      -moz-border-radius:5px;
      -webkit-border-radius:5px;
      -moz-box-shadow:#999 1px 1px 3px;
      -webkit-box-shadow:#999 1px 1px 3px;
      border:1px solid white;
      text-shadow: 1px -1px 2px #aaa9a9 !important;
    }
    button:hover{
    /*background-color:#fff;*/
      color:#666;
    }
	
	.uibutton {
    display:inline-block;
    padding:5px 10px;
    border-top:1px solid #96d1f8;
    color:#fff;
    border-radius:8px;
    box-shadow:rgba(0,0,0,1) 0 1px 0;
    text-shadow:rgba(0,0,0,.4) 0 1px 0;
    text-decoration:none;
    background:#65a9d7;
    background-repeat:no-repeat;
    background-image:-webkit-linear-gradient(
        top left,
        rgba(255, 255, 255, 0.2) 0%,
        rgba(255, 255, 255, 0.2) 37%,
        rgba(255, 255, 255, 0.8) 45%,
        rgba(255, 255, 255, 0.0) 50%
    ),
    -webkit-linear-gradient(
        #3e779d, #65a9d7
    );
    background-image:-moz-linear-gradient(0 0,
        rgba(255, 255, 255, 0.2) 0%,
        rgba(255, 255, 255, 0.2) 37%,
        rgba(255, 255, 255, 0.8) 45%,
        rgba(255, 255, 255, 0.0) 50%
    ),
    -moz-linear-gradient(
        #3e779d, #65a9d7
    );    
    background-image:-o-linear-gradient(
        0 0,
        rgba(255, 255, 255, 0.2) 0%,
        rgba(255, 255, 255, 0.2) 37%,
        rgba(255, 255, 255, 0.8) 45%,
        rgba(255, 255, 255, 0.0) 50%
    ),
    -o-linear-gradient(
        #3e779d, #65a9d7
    );

    background-position:-100px -100px, 0 0;
    -moz-background-size:250% 250%, 100% 100%;
         background-size:250% 250%, 100% 100%;
    -webkit-transition:background-position 0s ease;
       -moz-transition:background-position 0s ease;       
         -o-transition:background-position 0s ease;
            transition:background-position 0s ease;
}

.uibutton:hover,
.uibutton:focus {
    color:#fff;
    background-position:0 0, 0 0;
    -webkit-transition-duration:0.5s;
       -moz-transition-duration:0.5s;
            transition-duration:0.5s;
}

.uibutton:active {
    top:1px;   
}

ul#display-inline-block-example li {
display: inline-block;
width: 100px;
min-height: 30px;
list-style-type:lower-alpha;

}

#e1 {top:120px;}
#e2 {top:150px;}
#e3 {top:180px;}
#e4 {top:210px;}
#e5 {top:240px;}
#e6 {top:270px;}
#e7 {top:300px;}
#e8 {top:330px;}
#e9 {top:360px;}




.e:hover {background-color:#FF0; cursor:pointer; border-left:none;}
.e {position:absolute; left:0px; width:100px; height:auto; background-color:#FFF; border: solid 2px #000; padding:5px; font-size:20px; cursor:pointer; border-left:none; z-index:1; border-top-right-radius:10px; border-bottom-right-radius:10px;}

.e-right:hover {background-color:#FF0; cursor:pointer; border-left:none; text-decoration:none !important}

.e-right {position:absolute; right:0px; width:100px; height:auto; background-color:#FFF; border: solid 2px #000; padding:5px; font-size:20px; cursor:pointer; border-left:none; z-index:1; border-top-left-radius:10px; border-bottom-left-radius:10px; text-align:right}
