@charset "utf-8";
/* CSS Document */
body {
	font-family:Arial, Helvetica, sans-serif;
	top:0px;
	margin-top:0px;
	text-transform:capitalize;
	font-weight:bold;
	background-image: url("../img/thurb9k.png");
}
/*sets background img*/
.bg {

}
.bg_img {

}
/*ro text*/
.ro {
	position:absolute;
	z-index:-99;
	left:62.5%;
	font-size:255px;
	padding-top:280px;
	padding-left:25px;
		text-shadow: 1px 1px 0px #ccc;
}
.ro1 {
	position:absolute;
	z-index:0;
	padding-left:10px;
	padding-top:60px;
	font-size:85px;
		text-shadow: 1px 1px 0px #ccc;
}
/*end*/
/*end*/
img {
	border:none;
}
.container {

	
}
.tabs {
	-webkit-box-shadow: 0 3px 2px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 3px 2px rgba(0, 0, 0, .2);
	box-shadow: 0px 0px 11px rgba(0, 0, 0, .2);
	border-bottom: #ccc 1px solid;
	border-left: #ccc 1px solid;
	border-right: #ccc 1px solid;
	background-color: #fff;
}
/*comments*/
.comments {
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	padding:5px;
	background-color: #fff;
	-webkit-box-shadow: 0 3px 2px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 3px 2px rgba(0, 0, 0, .2);
	box-shadow: 0px 0px 11px rgba(0, 0, 0, .2);
}
/*end*/
/*Navigation*/
#text2 {
	float:left;
	background-color: #fff;
	text-align:left;
	font-size:18px;
	position:relative;
	margin-left:12px;
	top:0px;
	list-style-type:square;
	width:auto;
	border: #ccc 1px solid;
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	-webkit-box-shadow: 0 3px 2px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 3px 2px rgba(0, 0, 0, .2);
	box-shadow: 0px 0px 11px rgba(0, 0, 0, .2);
}
#nav {
}
#toggle_appear_custom1 {
}
#nav img {
	height:130px;
	width:135px;
	margin:0px;
	padding:2px;
}
#nav-img {
	height:130px;
	width:135px;
	margin:0px;
	padding:0px;
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	background-position:top;
	background-repeat:repeat-x;
	width: 140px; /* Width of Menu Items */
	height:100%;
}
#nav li {
	height:35px;
}
#nav ul li {
	position:relative;
}
li ul {
	position:absolute;
	left: 135px; /* Set 1px less than menu width */
	top: 0;
	display: none;
}
/* Styles for Menu Items */
 ul li a {
	display: block;
	text-decoration: none;
	padding: 5px;
	border-bottom: 0;
	background-image:none;
}
ul#nav a:hover {
	padding:10px;
	background-color:#333;
	text-decoration:underline;
	width:55px;
	margin-left:-3px;
	color:#fff;
	text-shadow: 0px 0px 0px #ccc;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
ul#nav li:hover a {
	padding:10px;
	background-color:#333;
	width:225px;
	margin-left:-3px;
	color:#fff;
	text-shadow: 0px 0px 0px #ccc;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
/* Holly Hack. IE Requirement \*/
* html ul li {
	float: left;
	height: 1%;
}
* html ul li a {
	height: 1%;
}
#nav hr {
	margin:5px;
	padding:0px;
}
li:hover ul, li.over ul {
	display: block;
} /* The magic */
/* End */

/*styles for links*/
a:active {
	color:#000;
	text-decoration:none;
}
a:hover {
	color:#333;
	text-decoration:none;
}
a:visited {
	color:#000;
	text-decoration:none;
}
a:link {
	color:#000;
	text-decoration:none;
}
/*end*/

/*contact form and contact form submit button*/
.submit {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font-weight:bold;
	color:#FFFFFF;
	float:right;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
}
.submit:hover {
	text-decoration: none;
}
.submit:active {
	position: relative;
	top: 1px;
}
form {
	text-shadow: 1px 1px 0px #ccc;
}
/*end*/
.footer {
	float:right;
	clear:both;
	color:#000000;
	font-size:9px;
}
/* about and tech button formatting*/
.vista {
	background-color:transparent;
	border-bottom:#999999 1px solid;
	padding:10px;
}
.vista a {
	background-image:url(http://richardorobinson.com/portfolio/images/button_down.png);
	background-position:center;
	background-repeat:no-repeat;
	font-size:14px;
	height:35px;
	width:101px;
	padding:30px;
}
.vista a:hover {
	background-image:url(http://richardorobinson.com/portfolio/images/button_hover.png);
	background-position:center;
	background-repeat:no-repeat;
	font-size:14px;
}
.vista span {
	font-size:14px;
	font-weight:bold;
	float:right;
}
.mac_os_x {
	background-color:transparent;
	border-bottom:#999999 1px solid;
	padding:10px;
}
.mac_os_x a {
	background-image:url(http://richardorobinson.com/portfolio/images/button_down.png);
	background-position:center;
	background-repeat:no-repeat;
	font-size:14px;
	height:35px;
	width:101px;
	padding:30px;
	font-weight:bold;
}
.mac_os_x a:hover {
	background-image:url(http://richardorobinson.com/portfolio/images/button_hover.png);
	background-position:center;
	background-repeat:no-repeat;
	font-size:14px;
	font-weight:bold;
}
.mac_os_x span {
	font-size:14px;
	font-weight:bold;
	float:right;
}
/*end*/

/*customiztion window css*/
.custom {
	font-size:18px;
	font-weight:bold;
	background-color:#fff;
	padding:0px;
	margin:0p;
}
.custom h1 {
	padding:0px;
	margin:0p;
}
/*end*/
/*about css*/
.about {
	background-color:#999999;
	padding:5px;
}
.about p
{
	text-justify:auto;
	text-height:max-size;
	text-transform:none;
}
.about span
{
	position:absolute;
	font-size:62px;
	font-weight:bold;
	top:83.5%;
	right:10px;
	text-shadow: 1px 1px 0px #ccc;
}
.back {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font-weight:bold;
	color:#FFFFFF;
	float:right;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
}
.back:hover {
	text-decoration: none;
}
.back:active {
	position: relative;
	top: 1px;
}
.gray {
	color: #e9e9e9;
	border: solid 1px #555;
	background: #6e6e6e;
	background: -webkit-gradient(linear, left top, left bottom, from(#888), to(#575757));
	background: -moz-linear-gradient(top, #888, #575757);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#575757');
}
.gray:hover {
	background: #616161;
	background: -webkit-gradient(linear, left top, left bottom, from(#757575), to(#4b4b4b));
	background: -moz-linear-gradient(top, #757575, #4b4b4b);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#757575', endColorstr='#4b4b4b');
}
.gray:active {
	color: #afafaf;
	background: -webkit-gradient(linear, left top, left bottom, from(#575757), to(#888));
	background: -moz-linear-gradient(top, #575757, #888);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#575757', endColorstr='#888888');
}
/*end*/
/*tech css*/
.tech {
	background-color:#999999;
	padding:5px;
}
.tech img {
	border:#000000 2px solid;
	padding:4px;
	background-color:#333333;
	margin:4px;
}
.tech span
{
	position:absolute;
		font-size:62px;
	font-weight:bold;
	top:83.5%;
	right:10px;
	text-shadow: 1px 1px 0px #ccc;
}
/*end*/
/*comment css for diqus*/
.comment {
	background-color:#999999;
	padding:5px;
}
.comments
{
	position:absolute;
	font-size:62px;
	font-weight:bold;
	top:83.5%;
	right:10px;
	text-shadow: 1px 1px 0px #ccc;
}
/*end*/
/*li for help*/
.shortcuts1 {
	float:right;
	height:250px;
	padding:4px;
	width:890px;
	margin-top:5px;
	position:absolute;
	z-index:-500;
}
.shortcuts2 {
	float:right;
	margin-left:20px;
	margin-top:15px;
	margin-right:5px;
	background-color:#999999;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-webkit-box-shadow: 0 3px 2px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 3px 2px rgba(0, 0, 0, .2);
	box-shadow: 0 3px 2px rgba(0, 0, 0, .2);
	height:250px;
	padding:8px;
	width:400px;
}
.shortcuts2 ul {
	float:left;
	list-style:none;
	margin:0px;
	padding:0px;
}
.shortcuts2 li
{
	list-style-position:inside;
}
.shortcuts {
	float:right;
	margin-left:20px;
	margin-top:5px;
	margin-right:5px;
	background-color:#999999;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-webkit-box-shadow: 0 3px 2px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 3px 2px rgba(0, 0, 0, .2);
	box-shadow: 0 3px 2px rgba(0, 0, 0, .2);
	height:290px;
	padding:8px;
	width:400px;
}
.shortcuts ul {
	float:left;
	list-style:none;
	margin:0px;
	padding:0px;
}
.shortcuts li
{
	list-style-position:inside;
}
.win {
	list-style-image:url(http://richardorobinson.com/portfolio/images/windows.png);
	list-style-position:outside;
}
.mac {
	list-style-image:url(http://richardorobinson.com/portfolio/images/apple.png);
}
/*end*/
/*social icons*/
.social
{
	border-top:#000 2px solid;
}
.social img
{
	height:25px;
	float:right;
	margin-right:2px;
}
/*end*/
/*extra div foe themes*/
.extra
{
	height:80px;
	width:1100px;
	background-image:url(http://richardorobinson.com/portfolio/images/animated/extradiv_droid.gif);
	background-position:center;
	background-repeat:no-repeat;
}
/*end*/
/*tutorial start css*/
#tutstart
{
	font-size:16px;
}
.tuts
{
	float:left;
	padding:5px;
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	text-transform:lowercase;
	font-size:14px;
}
/*end*/
/*font css*/

/*end font css*/