@charset "utf-8";
/* RyanFeyer.com */

/* clearing */
* {
	margin:0;
	padding:0;
}
img {border:none;}
a {text-decoration:none;}

/* look */
body {background-color:#2b2b2b;background-image:url(../images/bg-gradient.jpg);background-position: top left;background-repeat:repeat-x;color:#2e2e2e;font-family:Arial, Helvetica, sans-serif;padding:25px 0 50px 0;}
#top {padding:27px 27px 0 27px;background-image:url(../images/cv-top.png);background-position:top center;background-repeat:no-repeat;width:960px;margin:0 auto;height:11px;}
#mid {padding:35px 77px;background-image:url(../images/cv-mid.png);background-position:top center;background-repeat:repeat-y;width:860px;margin:0 auto;}
#bottom {padding:0 27px 27px 27px;background-image:url(../images/cv-bottom.png);background-position:bottom center;background-repeat:no-repeat;width:960px;height:18px;margin:0 auto;}

/*#top {margin:0 auto;height:124px;width:820px;padding:;}*/
	#mid h1 {font-size:48px;margin-bottom:25px;}
	#mid h4 {font-size:20px;margin-bottom:5px;font-weight:normal;}
	#mid h4 > span {color:#535353;}
	#mid h4.objective {margin-top:25px;}
	#mid p {width:480px;font-size:13px;line-height:19px;color:#535353;}
	#mid .photo {float:right;border:1px solid #CCC;}
	
	#call {cursor:pointer;}
	#cMe {display:none;}
	
/*#mid {background:#01b6ea;height:204px;font-size:48px;font-weight:bold;color:#ace1f0;}*/
#mid-holding{margin:0 auto;width:860px;text-align:center;height:204px;color:#2e2e2e;font-size:48px;font-weight:bold;}
	.roundabout-holder {
		width: auto;
		height: 204px;
		overflow: hidden;
		margin: 0;
		padding: 0;
		position: relative;
		list-style: none;
	}
	
	.roundabout-moveable-item {
		width: auto;
		height: 1.5em;
		margin:0;
		padding: 0;
		line-height: 1.5;
		font-size: 48px;
		text-align: center;
		cursor: pointer;
	}
	
	.roundabout-in-focus {
		cursor: auto;
	}
	.part {display:inline;width:auto;float:left;text-align:center;margin-right:30px;}
	.part.moving {display:inline;width:auto;}
	.part.your {color:#01b6ea;line-height:204px;}
	.part.verb{width:260px;}
	.part.noun{width:135px;}
	.part.adverb{width:215px;}
	
	#footer {color:#bbbbbb;font-size:11px;text-align:center;line-height:18px;}
	#footer a {color:#bbbbbb;}