@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(images/bg_tile.jpg);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	font-family: Times, "Times New Roman", Georgia, serif;
}

#wrap #main #title #placement {
	float: left;
	width: 800px;
	padding-top: 5px;
}
a {
	-webkit-transition: color 0.5s ease-in;
	text-decoration: none;
	color: #FFF;
}

a:hover{
	color: #626262;
}

h1 {
	font-size: 18px;
	color: #626262;
	font-weight: normal;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	font-family: Times, "Times New Roman", Georgia, serif;
}
bl {
	font-weight: bold;
	color: #79C9E6;
	
}
.bl_hl {
	background-color: #79C9E6;
	color: #FFF;
	font-family: Times, "Times New Roman", Georgia, serif;
	padding-right: 2px;
	padding-left: 2px;
}

.bl_hl:hover {
	background-color: #FFF;
}

.hl_grid {
	background-color: #79C9E6;
	color: #FFF;
	font-family: Times, "Times New Roman", Georgia, serif;
	float: left;
	font-style: italic;
	clear: both;
	padding-right: 2px;
	padding-left: 2px;
}

.hl_grid:hover {
	background-color: #fff;
}

.hl_exp {
	background-color: #79C9E6;
	color: #FFF;
	font-family: Times, "Times New Roman", Georgia, serif;
	float: right;
	font-style: italic;
	clear: both;
	padding-right: 2px;
	padding-left: 2px;
}

.hl_exp:hover {
	background-color: #fff;
}

.bio    {
	color: #626262;
	margin-top: 0px;
	margin-bottom: 10px;
	font-family: Times, "Times New Roman", Georgia, serif;
	font-style: italic;
}
.hgrid {
	text-transform: uppercase;
	background-color: #FFF;
	color: #79C9E6;
	font-weight: bold;
	font-style: italic;
	float: left;
	margin-top: 10px;
}
.pgrid {
	font-size: 14px;
	color: #626262;
	font-style: italic;
	text-align: left;
	clear: both;
	padding: 5px 0 0 0;
	font-family: Times, "Times New Roman", Georgia, serif;
}
.supserscript {
	font-size: 10px;
	float: right;
	font-family: Times, "Times New Roman", Georgia, serif;
	margin-top: 15px;
	margin-right: 20px;
}
#main .seperator {
	float: left;
	height: 1px;
	width: 800px;
	background-color: #d5d5d5;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	font-family: Times, "Times New Roman", Georgia, serif;
	margin: 0px;
	padding: 0px;
}
#wrap {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	font-family: Times, "Times New Roman", Georgia, serif;
}

#alert{
	border-bottom-style: solid;
	border-bottom-color: #4bff39;
	border-bottom-width: 3px;
	width: 100%;
	height: 120px;
	background: #bcffac;
	position: fixed;
	float: left;
	z-index: 888888;
}

#alert #alert_message{
	width: 600px;
	height: 40px;
	margin: 60px auto 0 auto;
}

#alert #alert_message p{
	font-weight: bold;
	text-align: center;
	font-family: "Courier New", Courier, Monaco, monospace;
	color: #31b527;
}

#alert #alert_message a{
	font-weight: bold;
	text-align: center;
	font-family: "Courier New", Courier, Monaco, monospace;
	color: #31b527;
	text-decoration: underline;
}

/* TOP BAR / NAV */

#topbar {
	height: 40px;
	width: 100%;
	background-color: #FFF;
	position: fixed;
	z-index: 999999;
}

#topbar #tb_space {
	height: 40px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#topbar #tb_space #logo {
	float: left;
	height: 140px;
	width: 140px;
	margin-top: -35px;
	background-image: url(images/tavvy_logo.png);
	background-repeat: no-repeat;

}

#topbar #keyboard{
	height: 32px;
	width: 32px;
	margin:4px 20px 0 0;
	float: right;
	
	background-image: url(images/keyboard_icon.png);
	background-repeat: no-repeat;
	background-position: top right;
}

#topbar #keyboard:hover {
	background-position: top left;
}

#topbar #navMain {
	float: right;
}

#topbar #navMain ul{
	list-style: none;
	text-align: left;
	padding: 0;
	margin: 13px 0 0 0;
}

#topbar #navMain ul li{
	float: left;
	padding-right: 15px;
}

#topbar #navMain a{
	font-family: "Courier New", Courier, Monaco, monospace;
	color: #626262;
	font-size: 14px;
}

#topbar #navMain a:hover{
	color: #1a1a1a ;
}

.orb {
	height: 30px;
	width: 30px;
	margin-top: 5px;
}

#nav #orb_about:hover, #nav #orb_work:hover, #nav #orb_contact:hover, #nav #orb_top:hover{
	background-position:30px top;
	font-family: Times, "Times New Roman", Georgia, serif;
}

#nav #orb_about {
	background-image: url(images/nav_about.png);
	background-position: left top;
}
#nav #orb_work {
	background-image: url(images/nav_work.png);
	background-position: 30px top;
	font-family: Times, "Times New Roman", Georgia, serif;
}
#nav #orb_contact {
	background-image: url(images/nav_contact.png);
	background-position: left top;
}
#nav #orb_top {
	background-image: url(images/nav_top.png);
	background-position: left top;
}


/*MAIN*/

#main {
	width: 800px;
	font-family: Times, "Times New Roman", Georgia, serif;
	position: relative;
	margin: 0 auto;
}
#main #title {
	float: left;
	width: 800px;
	font-family: Times, "Times New Roman", Georgia, serif;
	padding-top: 65px;
	padding-bottom: 20px;
}
#main #title #banner_head {
	background-image: url(images/tech_pubs_and_rock_and_roll.png);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	height: 215px;
	width: 800px;
}
#main #title #shl1 {
	float: left;
	width: 800px;
}
#main #star_ratings {
	background-image: url(images/ratings.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	float: left;
	height: 130px;
	width: 800px;
	font-family: Times, "Times New Roman", Georgia, serif;
	padding-top: 25px;
}
#main #about {
	float: left;
	height: 260px;
	width: 800px;
	font-family: Times, "Times New Roman", Georgia, serif;
	margin-top: 25px;
	margin-bottom: 60px;
}
#main #about #bio {
	float: left;
	height: 240px;
	width: 275px;
	font-family: Times, "Times New Roman", Georgia, serif;
	padding-top: 20px;
}


#main #about #nav {
	float: left;
	height: 260px;
	width: 250px;
	font-family: Times, "Times New Roman", Georgia, serif;
}

/*SPINNING SWIRL */
/* keyframes for animation;  simple 0 to 360 */
@-webkit-keyframes spin {
  from { -webkit-transform: rotate(0deg); }
  to { -webkit-transform: rotate(360deg); }
}

@-moz-keyframes spin {
  from { -moz-transform: rotate(0deg); }
  to { -moz-transform: rotate(360deg); }
}

@-ms-keyframes spin {
  from { -ms-transform: rotate(0deg); }
  to { -ms-transform: rotate(360deg); }
}


/*ROTATING BG*/
#main #about #nav #atom_bg{	
	background-image: url(images/atom_swirl.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 260px;
	width: 250px;
	
	/* webkit chrome, safari, mobile */
  -webkit-animation-name: spin; 
  -webkit-animation-duration: 40000ms; /* 40 seconds */
  -webkit-animation-iteration-count: infinite; 
  -webkit-animation-timing-function: linear;
  
  /* mozilla ff */
  -moz-animation-name: spin; 
  -moz-animation-duration: 40000ms; /* 40 seconds */
  -moz-animation-iteration-count: infinite; 
  -moz-animation-timing-function: linear;
  
  /* microsoft ie */
  -ms-animation-name: spin; 
  -ms-animation-duration: 40000ms; /* 40 seconds */
  -ms-animation-iteration-count: infinite; 
  -ms-animation-timing-function: linear;
	
}



#main #about #nav #atomlayer1 {
	background-image: url(images/atom_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 260px;
	width: 250px;
	float: left;
	position: absolute;
	z-index: 2;
}

#main #about #nav #atomlayer1 #col1 {
	float: left;
	height: 260px;
	width: 93px;
}
#main #about #nav #atomlayer1 #col1 #work_button {
	height: 49px;
	width: 49px;
	float: right;
	margin-top: 163px;
	background-image: url(images/work_btn.png);
	background-repeat: no-repeat;
	background-position: right top;
}

#main #about #nav #atomlayer1 #col1 #work_button:hover {
	background-position:0px -49px;
}
#main #about #nav #atomlayer1 #col2 {
	float: left;
	height: 260px;
	width: 65px;
	font-family: Times, "Times New Roman", Georgia, serif;
}
#main #about #nav #atomlayer1 #col2 #about_button {
	float: left;
	height: 28px;
	width: 28px;
	margin-top: 28px;
	background-image: url(images/about_btn.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#main #about #nav #atomlayer1 #col2 #about_button:hover {
	background-position:0px -28px;
	font-family: Times, "Times New Roman", Georgia, serif;
}
#main #about #nav #atomlayer1 #col2 #scroll_button {
	float: left;
	height: 65px;
	width: 65px;
	margin-top: 40px;
}

#main #about #nav #atomlayer1 #col2 #scroll_button:hover {
	background-position:center -55px;
}
#main #about #nav #atomlayer1 #col3 {
	width: 92px;
	float: left;
	height: 260px;
}
#main #about #nav #atomlayer1 #col3 #contact_button {
	float: left;
	height: 35px;
	width: 35px;
	background-image: url(images/contact_btn.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 130px;
	margin-left: 25px;
}

#main #about #nav #atomlayer1 #col3 #contact_button:hover {
	background-position:0 -35px;
}
#main #about #nav #atomlayer1 #col3 #fig1_tag {
	background-image: url(images/fig1.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 30px;
	width: 85px;
	margin-top: 50px;
	font-family: Times, "Times New Roman", Georgia, serif;
}

#main #about #quote_box {
	float: left;
	height: 240px;
	width: 275px;
	font-family: Times, "Times New Roman", Georgia, serif;
	background-image: url(images/twitter_bg.png);
	background-position: right 20px;
	background-repeat: no-repeat;
	padding-top: 20px;
}
#wrap #main #about #quote_box #twitter_div {
	float: left;
	height: 150px;
	width: 200px;
	margin-top: 20px;
	margin-left: 60px;
	list-style-type: none;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#wrap #main #about #quote_box #twitter_div #twitter_update_list  {
	padding: 0px;
	list-style-type: none;
	float: left;
	text-align: left;
	position: relative;
	margin: 0px;
}
#wrap #main #about #quote_box #twitter_div #twitter_update_list li  {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: left;
	color: #626262;
	font-size: 18px;
	font-style: italic;
}
#wrap #main #about #quote_box #twitter_div #twitter_update_list li a {
	font-size: 18px;
	color: #FFF;
	background-color: #5BCBE9;
	padding-right: 2px;
	padding-left: 2px;
}
#wrap #main #about #quote_box #twitter_div #twitter_update_list li a:hover {
	background-color: #FFF;
	color: #626262;
}

#main #shl2 {
	float: left;
	width: 800px;
	padding-top: 100px;
}
#main #work_nav {
	float: left;
	height: 19px;
	width: 590px;
	margin-top: 13px;
	padding-left: 210px;
	background-image: url(images/work_seperators.png);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Times, "Times New Roman", Georgia, serif;
}
.work_button {
	float: left;
	height: 19px;
	width: 99px;
	margin-right: 40px;
	background-image: url(images/blue_grid_tile.png);
	text-align: center;
	color: #FFF;
	font-style: italic;
	font-size: 16px;
}
.work_button:hover {
	background-image: url(images/grey_grid_tile.png);
	color: #626262;
}
#main #work_sites {
	float: left;
	height: 480px;
	width: 800px;
	margin-top: 50px;
	font-family: Times, "Times New Roman", Georgia, serif;
}
#main #work_sites #work_banner {
	background-image: url(images/work_title.png);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	height: 82px;
	width: 800px;
	font-family: Times, "Times New Roman", Georgia, serif;
	margin-bottom: 30px;
}
.grid_tile {
	background-image: url(images/grey_grid_tile.png);
	float: left;
	height: 344px;
	width: 224px;
	font-family: Times, "Times New Roman", Georgia, serif;
	padding: 13px;
}
#main #work_sites #tile1 {
	margin-right: 25px;
	font-family: Times, "Times New Roman", Georgia, serif;
}
#main #work_sites #tile2 {
	margin-right: 25px;
	font-family: Times, "Times New Roman", Georgia, serif;
}
#main #work_mobile {
	float: left;
	height: 600px;
	width: 800px;
	padding-top: 50px;
}
#main #work_mobile #iphone_slider {
	float: left;
	height: 600px;
	width: 250px;
	margin-right: 25px;
	background-image: url(images/iphone.png);
	background-repeat: no-repeat;
	background-position: center center;
	overflow: hidden;
}
#wrap #main #work_mobile #iphone_slider #slider_wrapper {
	float: left;
	height: 304px;
	width: 204px;
	margin-left: 25px;
	margin-top: 111px;
	position: relative;
	
	z-index: 2;
}

#wrap #main #work_mobile #iphone_slider #slider_wrapper #iphone_screen {
	height: 304px;
	width: 204px;
	background-image: url(images/iphone_screen.png);
	position: absolute;

	
	z-index: 10;
}

#slider_wrapper ul, #slider_wrapper li{
	margin:0;
	padding:0;
	list-style:none;
	
	z-index: 2;
	}
#slider_wrapper, #slider_wrapper li{ 
	width:204px;
	height:304px;
	overflow:hidden; 
	
	z-index: 2;
}
	
#main #work_mobile #mobile_content {
	float: left;
	height: 600px;
	width: 525px;
}
#main #work_mobile #mobile_content #mobile_banner {
	float: left;
	height: 119px;
	width: 525px;
	background-image: url(images/mobile_title.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-bottom: 11px;
}
#main #work_mobile #mobile_content #left_clm {
	float: left;
	height: 450px;
	width: 250px;
	margin-right: 25px;
	padding-top: 20px;
}
#main #work_mobile #mobile_content #left_clm #i_description {
	float: left;
	height: 145px;
	width: 230px;
	margin-top: 5px;
	font-family: Times, "Times New Roman", Georgia, serif;
	background-image: url(images/grey_grid_tile.png);
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#main #work_mobile #mobile_content #right_clm {
	float: left;
	height: 420px;
	width: 250px;
	font-family: Times, "Times New Roman", Georgia, serif;
	padding-top: 50px;
}
#main #work_multi {
	float: left;
	width: 800px;
	height: 560px;
	margin-bottom: 30px;
	padding-top: 50px;
}
#main #work_multi #multi_banner {
	background-image: url(images/multi_title.png);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	height: 55px;
	width: 800px;
	font-family: Times, "Times New Roman", Georgia, serif;
}
#main #work_multi #mustache {
	background-image: url(images/mustache.png);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	height: 82px;
	width: 800px;
	margin-top: 25px;
	margin-bottom: 25px;
}
#main #work_multi #tile4 {
	margin-right: 25px;
}
#main #work_multi #tile5 {
	margin-right: 25px;
	font-family: Times, "Times New Roman", Georgia, serif;
}
#wrap #main #experiments {
	float: left;
	width: 800px;
	margin-bottom: 30px;
}
#wrap #main #experiments #left {
	width: 250px;
	float: left;
	height: 275px;
	padding-top: 90px;
	background-image: url(images/experiments_title.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 15px;
}
.experiment_box {
	float: left;
	height: 85px;
	width: 503px;
	margin-left: 20px;
	background-image: url(images/grey_grid_tile.png);
	margin-bottom: 10px;
	margin-top: 10px;
	padding-right: 13px;
	padding-left: 13px;
}
.experiment_text {
	float: left;
	padding-top: 15px;
	width: 150px;
}
.experiment_image {
	float: right;
	height: 66px;
	width: 320px;
	border: 2px solid #FFF;
	margin-top: 7px;
	margin-left: 20px;
}
.experiment_box #php {
	background-image: url(images/php_experiment.png);
}
.experiment_box #unity {
	background-image: url(images/unity_game.png);
}
.experiment_box #flash {
	background-image: url(images/minekart_pic.png);
}
.experiment_box #html5 {
	background-image: url(images/canvas_pic.jpg);
}
#main #dblog_link {
	float: left;
	height: 20px;
	width: 800px;
	margin-bottom: 40px;
}
#main #contact {
	float: left;
	height: 500px;
	width: 800px;
	font-family: Times, "Times New Roman", Georgia, serif;
	padding-top: 100px;
	margin-bottom: 25px;
}
#wrap #main #contact #left_contact {
	float: left;
	height: 500px;
	width: 525px;
}
#wrap #main #contact #left_contact #contact_banner {
	float: left;
	height: 50px;
	width: 525px;
	background-image: url(images/contact_banner.png);
	background-repeat: no-repeat;
	background-position: 25px top;
}
#wrap #main #contact #left_contact #form_wrap {
	width: 525px;
	height: 366px;
	float: left;
	margin-top: 40px;
	background-image: url(images/grey_grid_tile.png);
	font-style: italic;
	color: #626262;
	font-size: 16px;
}
#wrap #main #contact #left_contact #form_wrap #form {
	float: left;
	height: 335px;
	width: 495px;
	margin-left: 15px;
	margin-top: 5px;
}
#wrap #main #contact #left_contact #form_wrap #form form label {
	font-style: normal;
	font-weight: normal;
	font-family: "Courier New", Courier, Monaco, monospace;
	float: left;
	margin-bottom: 5px;
	margin-top: 7px;
	font-size: 16px;
}
#wrap #main #contact #left_contact #form_wrap #form form #Name, #wrap #main #contact #left_contact #form_wrap #form form #Email {
	font-weight: bold;
	width: 481px;
	float: left;
	background-color: #d1d1d1;
	height: 20px;
	border: 2px solid #FFF;
	padding: 5px;
	font-size: 14px;
	color: #424242;
	font-family: "Courier New", Courier, Monaco, monospace;
	
	-webkit-transition: background 0.5s ease-in-out;
	-moz-transition: background 0.5s ease-in-out;
	-o-transition: background 0.5s ease-in-out;
	transition: background 0.5s ease-in-out;
}
#wrap #main #contact #left_contact #form_wrap #form form #Name:focus, #wrap #main #contact #left_contact #form_wrap #form form #Email:focus, #wrap #main #contact #left_contact #form_wrap #form form #Message:focus {
	background-color: #FFF;
	border-top-color: #626262;
	border-right-color: #626262;
	border-bottom-color: #626262;
	border-left-color: #626262;
}

#wrap #main #contact #left_contact #form_wrap #form form #Message {
	font-weight: bold;
	font-family: "Courier New", Courier, Monaco, monospace;
	width: 481px;
	float: left;
	background-color: #d1d1d1;
	height: 125px;
	border: 2px solid #FFF;
	padding: 5px;
	font-size: 14px;
	color: #424242;
	resize: none;
	
	-webkit-transition: background 0.5s ease-in-out;
	-moz-transition: background 0.5s ease-in-out;
	-o-transition: background 0.5s ease-in-out;
	transition: background 0.5s ease-in-out;
}
#wrap #main #contact #left_contact #form_wrap #form form .submit-button {
	float: left;
	height: 35px;
	width: 150px;
	background-color: #79c9e6;
	color: #FFF;
	font-style: italic;
	font-family: "Times", Times New Roman, serif;
	font-size: 16px;
	border: 2px solid #FFF;
	margin-top: 10px;
}

#wrap #main #contact #left_contact #form_wrap #form form .submit-button:hover {
	background-color: #589ab6;
	cursor: pointer;
	cursor: hand;
}


#wrap #main #contact #right_contact {
	float: left;
	width: 250px;
	margin-left: 25px;
	height: 500px;
}
#wrap #main #contact #right_contact #social {
	float: left;
	height: 300px;
	width: 250px;
	margin-top: 20px;
}
#wrap #main #contact #right_contact #social #icons {
	float: left;
	height: 300px;
	width: 16px;
}
#wrap #main #contact #right_contact #social #links {
	width: 234px;
	float: left;
	height: 300px;
}
.social_link {
	width: 208px;
	float: right;
	height: 23px;
	margin-bottom: 15px;
	background-image: url(images/blue_grid_tile.png);
	color: #FFF;
	font-style: italic;
	font-size: 16px;
	padding-top: 3px;
	padding-left: 7px;
}
.social_link:hover {
	background-image: url(images/grey_grid_tile.png);
	color: #626262;
}
.16_icon {
}
#wrap #main #colour_dots {
	float: left;
	height: 9px;
	width: 800px;
	background-image: url(images/colour_dots.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 40px;
}
#wrap #contact_logo {
	height: 260px;
	width: 220px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 35px;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#wrap #contact_sent_wrap {
	width: 800px;
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#footer {
	height: 90px;
	width: 100%;
	clear: both;
	float: left;
	font-family: Times, "Times New Roman", Georgia, serif;
	background-image: url(images/dark_grey_tile.png);
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #ffffff;
}
#footer #footer_links {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-family: "Courier New", Courier, Monaco, monospace;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	height: 45px;
	padding-top: 30px;
}
#footer #footer_links .footer_links {
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	color: #FFF;
	text-align: center;
}
#footer #footer_links .footer_links a:hover {
	text-decoration: underline;
	color: #5BCBE9;
}
#footer #footer_links .footer_links a {
	padding-left: 7px;
	padding-right: 7px;
}
#footer #footer_links .footer_blog_link {
	font-style: italic;
	margin-left: 75px;
	margin-right: 75px;
	color: #bce5ff;
}
#footer #footer_links .footer_blog_link:hover {
	color: #79c9e6;
}
#footer #footer_links .copyright {
	padding: 0px;
	text-align: center;
	margin-top: 15px;
	font-size: 12px;
	color: #FFF;
}
#topbar #tb_space #blog_link a #blog_logo:hover {
	text-decoration: none;
}
