@charset "utf-8";
/*  
Theme Name: outrandom
Description: This is the style of outrandom
Version: 1.0
Author: paramana.com
*/
* {
	font-size: 100.1%;	
}
html, body {
	margin: 0pt;
	padding: 0pt;
	height: 100%;
	background-color: #000000;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #e7e7e7;
	font-size: 11px;
}
a {
	text-decoration: none;
	color: #149714;
	font-size: 12px;
}
a:active {
	outline: none;
}
a:focus {
	-moz-outline-style: none;
}
a:hover {
	color: #cccccc;
}
h2 {
	margin: 0px;
}
div {
	display: block;
}
p {
	margin: 10px 0;
}
#warper{
	width: 800px;
	margin: 0 auto;
	overflow: auto;
	position: relative;
	z-index: 0;
}
#siteLoading {
	display: none;	
}
.js #siteLoading {
	display: block;	
}
#siteLoadOverlay {
	position:absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	background-color: #000;
}
#siteLoadOverlay_Frame {
	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}
#siteLoader {
	position: absolute;
	top: 45%;
	left: 48%;
	z-index: 20;
}
#container{
	width: 800px;
	height: 340px;
	position: relative;
	margin-top: 10%;
	overflow: hidden;
}
#innerNavLeft, #innerNavRight {
	width: 159px;
	float: left;
	height: 314px;
	margin-top: 25px;
	position: relative;
	overflow: hidden;
}
#content {
	width: 445px;
	float: left;
	height: 285px;
	border: 1px solid #CCC;
	margin: 25px auto 0;
	overflow: visible;
	padding: 10px;
	text-align: justify;
	position: relative;
}
.js #content {
	display: none;
}
#logo {
	background: url(../images/outrandomLogo.jpg) repeat-x scroll 0 0;
	height: 19px;
	width: 465px;
	padding-bottom: 6px;
	position: absolute;
	top: 0;
	left: 159px;
	text-indent: -800em;
}
.js #logo {
	display: none;
}
#navContentRight {
	overflow: hidden;
	width: auto;
	height: auto;
}
#cpr {
	position: absolute;
	bottom: 0;
	left: 30px;
	overflow: hidden;
	font-size: 10px;
	color: #666; 
	background: url(../images/paramana.gif) no-repeat scroll 0 0;
	padding: 8px 0 0 30px;
	height: 22px;
}
.js #cpr {
	left: 130px;
	cursor: pointer;
}
.js #cpr a {
	display: none;
}
.js #cpr:hover {
	background: url(../images/paramana.gif) no-repeat scroll 0 -30px;
}
#cpr a {
	color: #999;
	font-size: 10px;
}
#cpr a:hover {
	color: #FFF;
	font-size: 10px;
}
/*---the animated navigation---*/
#navigation{
	width: 561px;
	position: relative;
	margin: 20px auto 0;
	overflow: auto;
}
div.navButton{
	float: left;
	position: relative;
	width: 181px;
	margin:0;
	overflow:hidden;
}
div.buttonLabel {
	cursor: pointer;
	position:relative;
	height: 19px;
	padding-top: 1px;
	width: 99px;
	margin: 0 auto;
	text-align: center;
	font-weight: normal;
	font-size: 13px;
}
div#home div.buttonLabel {
	background-color: #1428c9;
}
div#about div.buttonLabel {
	background-color: #c90000;
}
div#portfolio div.buttonLabel {
	background-color: #149714;
}
div.buttonLabel h2 {

}
div#home div.buttonOpen {
	background: url(../images/blueAnimation.png) no-repeat scroll;
}
div#about div.buttonOpen {
	background: url(../images/redAnimation.png) no-repeat scroll 0 0;
}
div#portfolio div.buttonOpen {
	background: url(../images/greenAnimation.png) no-repeat scroll 0 0;
}
div.buttonOpen {
	position: relative;
	overflow: hidden;
	height: 204px;
	width: 181px;
}
.buttonContent {
	text-align: center;
	width: 99px;
	margin: 0 auto;
	padding-top: 20px;
}
.js .buttonContent {
	display: none;
}
#blue a {
	color: #1428c9;	
	line-height: 2em;
}
#blue a:hover {
	color: #fff;	
}
#red a {
	color: #c90000;	
	line-height: 2em;
}
#red a:hover {
	color: #fff;	
}
#green a {
	color: #149714;	
	line-height: 2em;
}
#green a:hover {
	color: #fff;	
}
/*------------*/
/*--left inner navigation---*/
#navContentLeft {
	position: absolute;
	width: 130px;
	top: 0;
	left: 30px;
	overflow: hidden;
	text-align: center;
	height: 100%;
}
ul#innerNavLeftSliding
{
	list-style: none;
	font-size: .75em;
	margin: 20px 0;
	padding: 0;
	overflow: hidden;
}
.js ul#innerNavLeftSliding
{
	display: none;
}
li.sliding-element {
	overflow: hidden;	
}
ul#innerNavLeftSliding li.sliding-element h3,
ul#innerNavLeftSliding a
{
	display: block;
	width: 70px;
	padding: 4px 10px;
	margin: 0;
	margin-bottom: 3px;
	float: right;
}
ul#innerNavLeftSliding li.sliding-element h3
{
	color: #fff;
	background: #333 url(../images/heading_bg.jpg) repeat-y;
	font-weight: normal;
	border: 1px solid #333;
	font-size: 11px;
}
ul#innerNavLeftSliding a
{
	color: #999;
	/*background:#222 url(../images/tab_bg.jpg) repeat-y;*/
	border: 1px solid #999;
	text-decoration: none;
	font-size: 9px;
}
ul#innerNavLeftSliding li.sliding-element a:hover { 
	color: #ffff66; 
}
ul#innerNavLeftSliding .activeSlide a {
	color: #ffff66; 	
	padding-right: 20px;
}
/*---------------------*/
/*--left inner navigation---*/
#contactButton {
	position: absolute;
	top: 0;
	left: 10px;
	width: 22px;
	height: 17px;
	overflow: hidden;
}
#contactButton a {
	display: block;
	overflow: hidden;
	width: 22px;
	height: 17px;
	background: url(../images/contactButton.gif) repeat-y 0 0;
	text-indent: -800em;
}
#contactButton a:hover {
	background: url(../images/contactButton.gif) repeat-y 0 -17px;
}
/*---------------------*/
.screenshot, .contactText {
	width: 176px;
	height: 120px;
	display: block;
	padding: 10px 0;
	margin: 0 auto;
}
.screenshot img {
	border: 3px #FFF solid;
}
.photos {
	width: 172px;
	height: 116px;
	display: block;
	padding: 10px 0;
	margin: 0 auto;
}
.photos img {
	border: 1px #FFF solid;
}
#centeredColum {
	width: 260px;
	margin: 20px auto 0;
}
#leftColum, #rightColum {
	float: left;
	width: 210px;
}
#leftColum {
	padding-left: 15px;	
}
#rightColum {
	
}
/*  small photos css   */
.smallPhotos {
	width: 110px;
	height: 75px;
	display: block;
	padding: 10px 15px;
	margin: 0 auto;
}
.smallPhotos img {
	border: 1px #FFF solid;
}
#smallLeftColum, #smallRightColum {
	float: left;
	width: 140px;
}
#smallLeftColum{
	padding-left: 15px;	
}
#upperColum {
	height: 70px;
	padding: 0 35px;
}
#lowerColum {
	height: 210px;
	text-align: center;
}
/*the contact form*/
#forma {
	overflow: auto;
	padding-left: 10px;
	padding-top: 10px;
	text-align: left;
}
#name, #email  {
	padding: 3px;
	height: 14px;
}
.inp, .button {
	color: #CCCCCC;
	border: none;
	width: 190px;
	padding: 3px;
	background-color: #333333;
	margin: 5px 0;
	border: 1px solid #333333;
}
.activeField {
	border: 1px solid #149714;
}
.errorField {
	border: 1px solid #990000;
}
input.button {
	width: 198px; 
}
input.button:hover {
	color:#FFFFFF;
}
#forma #messageText {
	margin-top: 5px;
}
.toolTitle {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 2px 20px 5px 10px;
	background: url(../images/tooltipBg.png) no-repeat top right;
}
.toolText {
	font-size: 11px;
	font-weight: bold;
	padding: 2px 20px 14px 10px;
	color: #C90000;
	background: url(../images/tooltipBg.png) no-repeat bottom right;
}
.errorForm {
	position:absolute;
	width: 124px;
	text-align: left;
	z-index: 99999;
	display: none;
}
#nameError {
	top: 8px;
	left: 120px;
}
#emailError {
	top: 40px;
	left: 120px;
}
#emailWrong {
	top: 40px;
	left: 120px;
}
#messageError {
	top: 85px;
	left: 120px;
}
#feedback { 
	width: 130px;
	margin: 40px 0 0 80px;
	text-align: left;
}
#feedback h3 { 
	font-size: 14px; 
	margin: 0px;
	overflow:hidden;
	display: block;
}
#feedback p { 
	margin:0px; 
	overflow:hidden;
	display: block;
}
#checkmark { 
	position:relative;
	top:-60px;
	left:-70px; 
}
/*------------*/
#error {
	width: 200px;
	margin: 0 auto;
	padding-top: 20%;
}
#error h2 {
	font-size: 16px;
	font-weight: bold;
	color: #C90000;
}
#errorCreature {
	background: url(../images/redCreature.jpg) no-repeat scroll 0 0;
	width: 45px;
	height: 48px;
	position: absolute;
	top: 20px;
	left: 20px;
}
#noscript {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;  
  z-index: 501;
  padding: 5px 0;
  text-indent: 5px;
  background: #FFFBBC;
  color: #333333;
  border-bottom: 1px solid #FFF66A;
  overflow: auto;
}
#noscript a {
  border: 0;
}
