@charset "utf-8";
/* CSS Document */

body {
	font: 62.5%/1.3 'Cantata One', sans-serif;
	font: 62.5%/1.3 verdana, sans-serif;
	text-shadow: 2px 2px 1px hsla(0,0%,50%,.08);
	background: #fff;
	margin:38px 0 0 0;;
	/* top margin 263 is for use with outer menu (clouds)*/
	/*margin: 263px 0 0 0;*/
	padding: 0;
	background-image:url(/jamesrm/images/diag_line.jpg);
	background-repeat:repeat;
}
/* ~~ Element/tag selectors ~~ */
ul, ol, dl { 
	padding: 0;
	margin: 0;
	/*list-style-image:url(_sitefiles/graphics/button_3D_9px.png);*/
}
h1, h2, h3, h4, h5, h6 {
	color:#506672;
	color:#c0c6c9;
	color:#617d86;
	color:#57685e;
	font-family: 'Cantata One', sans-serif;
	font: 62.5%/1.3 verdana, sans-serif;
	margin-top: 0;
	padding-right: 25px;
	padding-left: 25px; 
}
p {
	font-family: 'Nobile', sans-serif;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:1.2em;
	line-height:1.4;
	margin-top: .2em;
    margin-top: .5em;
	padding-right: 25px;
	padding-left: 25px; 
  	color: #444;
}
h1 {
	font-size:2.5em;
}
h2 {
	font-size:1.8em;
}
h3 {
	font-size:1.5em;
}
h4 {
	font-size:1.1em;
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color:#414958;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #4E5869;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}

/* ~~ this container surrounds all other divs giving them their percentage-based width ~~ */
.sitecontainer {
	width: 90%;
	max-width: 1260px;
	min-width: 640px;
	background: transparent;
	background:#bfc6c7;
	box-shadow:4px 8px 24px hsla(3,10%,50%,3);
	border-radius:0 0 33px 33px;
	/*border:1px solid orange;*/
	margin: 0 auto 20px auto; 
}
.header {
	background-color:#F9FFD2
}


.sidebar1 {
	float: left;
	width: 20%;
	background-color: #919f9f;
	background-color: #8e9b9b;
	background-color:transparent;
	padding-bottom: 10px;
}
.content {
	padding: 15px 0;
	width: 60%;
	float: left;
	background-color:white;
	border-radius:15px;
}
.sidebar2 {
	min-height:100%;
	float: left;
	width: 20%;
	background-color: #8a9999;
	background-color:transparent;
	padding: 0 0 10px 0;
}
.sidebar2 p {
  font-size:1em;
}
.sidebar1 p {
  font-size:1em;
}

/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.sidebar2 ul, .sidebar2 ol { 
font-size:1.2em;
color:#333;
	padding: 0 15px 15px 20px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
}
.sidebar2 li { 
margin:0 0 .5em 0;
}

/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol { 
	padding: 0 15px 15px 30px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
}

/* ~~ The navigation list styles (can be removed if you choose to use a premade flyout menu like Spry) ~~ */
ul.nav {
	list-style: none; /* this removes the list marker */
	border-top: 1px solid #666; /* this creates the top border for the links - all others are placed using a bottom border on the LI */
	margin-bottom: 15px; /* this creates the space between the navigation on the content below */
}
ul.nav li {
	border-bottom: 1px solid #666; /* this creates the button separation */
}
ul.nav a, ul.nav a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
	padding: 5px 5px 5px 15px;
	display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
	text-decoration: none;
	background: #8090AB;
	color: #000;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
	background: #6F7D94;
	color: #FFF;
}

/* ~~The footer ~~ */
.footer {
	padding: 10px 0;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
	background-color:transparent;
	min-height:100px;
}

/* ~~miscellaneous float/clear classes~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.clouds {
  width:180px;
	max-width:180px;
  height:180px;
	width:180px;
	max-width:180px;

  background-color:white;
  border-radius:50%;
  position:absolute;
  box-shadow:4px 8px 24px hsla(142,25%,50%,.2);
   /*box-shadow:4px 8px 24px hsla(3,50%,50%,3);
  background: hsla(50,50%,80%,.2);
  text-align:center;
  display:table;*/
	overflow:hidden;
  
}
.clouds div.yoink {
font-size:1.8em;
z-index:2000;
width:100%;
  color:#F55;
  line-height:1.1;
  margin:  0 auto;
  text-align: center; 
  position:absolute;
  top:45%;
  /*display:table-cell;
  vertical-align:middle;*/
  	
}
strong {
	color:#DD4E4A;
}


.rickjames {
  /*float:right;*/
  width:60%;
  /*margin:5px 10px 10px 10px;*/
  margin:0 auto;
  padding:5px 10px 10px 10px;
  border:1px #dddddd solid;
  border-radius:80% 80% 80% 80%;
  background-color:#bfc6c7;
  transition-property:background-color;
  transition-duration:1s;	
}
.rickjames:hover {
  background-color:#f9f9f9;	
}
.airplane {
opacity:0;
transition-property:opacity;
transition-duration:1s;	
}
.airplane:hover {
opacity:1;	
}

.urls {
background-color:#f4f4f4;
border-radius:9px;
margin:2% 3%;
}
.urls img {
border-radius:12px;
float:left;
margin:4%;
width:42%;
box-shadow:4px 8px 24px hsla(0,0%,0%,.15);
}

/* the following styles are for the slideshow script which fades images in and out */
/* the following styles were cut from design pages and moved here. There could be some issues. */
#slideshow {
  position:relative;
  height:180px;
  /* these styles are just to see the outline of the div
  width:500px;
  background-color:orange;*/
}
#slideshow IMG {
  position:absolute;
  top:0;
  left:0;
  z-index:8;
}
#slideshow IMG.active {
  z-index:10;
}
#slideshow IMG.last-active {
  z-index:9;
}
/* end of slideshow styles */

-->

/* the following styles (cycler, animation) are for cross-fading stacks of images */
/* these are primarily for the "clouds" on the design pages */
.cycler {
  position:relative;
  height:180px;
  width:180px;
  float:left;
}
/* the following provides a different width for animations within the content div */
.cycler img {
  position:absolute;
  z-index:1;
  border-radius:12px;
}
.cycler img.active {
  z-index:3
}
.animation {
  width: 96%;
  box-shadow:3px 3px 8px hsla(0,0%,0%,.1);
  border-radius:12px;
  padding:1% 2%;
  margin: 15px 0px 10px 0px;
  float:left;
  background-color:transparent;
  /*background-color:#EAEBDD;*/
}
.animation a {
  clear:right;
  text-align:center;
}
.animation .cycler {
  position:relative;  
  width:100%;
  float:left;
}
/* the following styles are preliminary tests of the animation features in modern browsers, See Missing Manual CSS3 page 354 */
@keyframes animTest {
  from {
	  background-color:transparent;	  
	  /*width:100px;*/
  }
  25% {
	  background-color:transparent;
  }
  to {
	  background-color:#CCC;
	  padding:0;
	 transform: scale(1.22);
	 color:green;
	  border-radius:12px;
	   /*transform-origin:0 0;
	  transform:translate(0%,0%) scale(10);*/
  }
}
.testAnimation {	
  text-align:center;
}
.testAnimation:hover {
  animation-name: animTest;
  animation-duration: .6s;
  animation-direction: alternate;
  animation-fill-mode: forwards;
  /*animation-iteration-count: 2;
  animation-delay: .3s;*/
}