/*Cascading Style Sheet for Genautica LLC site*/
/*Author Dr. Stefan Gruenwald, 2012*/

/*-----------------------------------------------*/
/*email button - ease in from black to red */
a.btn-contact:link, a.btn-contact:visited {
	display: inline;
	padding: 4px 15px 4px 15px;
	background-color: #303030; /*black*/
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:1.2em;
	letter-spacing:0px;
	font-weight:normal;
}


a.btn-contact:hover {
	background-color: #fd3a3a; /*red*/
}

.gen-animation {
	-webkit-transition: background-color 0.4s ease-in;
    -moz-transition: background-color 0.4s ease-in;
    -o-transition: background-color 0.4s ease-in;
	transition: background-color 0.4s ease-in;
}
/*-----------------------------------------------*/
img.ac_bgimage{
	position:fixed;
	background:repeat top left;
	left:0px;
	top:0px;
	width:100%;
	z-index:-2;
}
.ac_overlay{
	width:100%;
	height:100%;
	position:fixed;
	top:0px;
	left:0px;
	z-index:-1;
}
a.contact:link { font-family: Verdana, Arial, Helvetica, sans-serif; font-size:1em; letter-spacing:0px; font-weight:bold; color:orange; text-decoration: none }
a.contact:active { font-family: Verdana, Arial, Helvetica, sans-serif; font-size:1em; letter-spacing:0px; font-weight:bold; color:orange; text-decoration: none }
a.contact:visited { font-family: Verdana, Arial, Helvetica, sans-serif; font-size:1em; letter-spacing:0px; font-weight:bold; color:orange; text-decoration: none }
a.contact:hover { font-family: Verdana, Arial, Helvetica, sans-serif; font-size:1em; letter-spacing:0px; font-weight:bold; color:orange; text-decoration: underline }
ul.menu {list-style:none; margin:0; padding:0}
ul.menu * {margin:0; padding:0}
ul.menu a {
	display:block; 
	text-decoration: none;
	color: #500;
	-webkit-transition: color 2s;
	-moz-transition: color 2s;
	transition: color 2s;
}
ul.menu a:hover {
	color: blue;
}
ul.menu li {position:relative; float:left; margin-right:2px}
ul.menu ul {position:absolute; top:26px; left:0; background:#d1d1d1; display:none; opacity:0; list-style:none}
ul.menu ul li {position:relative; border:1px solid #aaa; border-top:none; width:148px; margin:0}
ul.menu ul li a {display:block; padding:3px 7px 5px; background-color:#d1d1d1}
ul.menu ul li a:hover {background-color:#c5c5c5}
ul.menu ul ul {left:148px; top:-1px}
ul.menu .menulink {border:1px solid #aaa; padding:5px 7px 7px; font-weight:bold; background:url(images/header.gif); width:134px}
ul.menu .menulink:hover, ul.menu .menuhover {background:url(images/header_over.gif)}
ul.menu .sub {background:#d1d1d1 url(images/arrow.gif) 136px 8px no-repeat}
ul.menu .topline {border-top:1px solid #aaa}
p.big {text-indent: -2.5em;margin-left: 3em;margin-top:30px}
p.big:first-letter { font-size: 3em; background-color: #fff;color: #00f;}
p.big:first-line { line-height: 100%; }
p.blue {font-size: 2em; color: #00f;}
em.blue {font-size: 1.3em; color: #00f;}
.newsslider {position:relative; overflow:hidden; border:2px solid #9ac1c9; height:95px; width:300px; background:#eef5f6; margin-bottom:20px}
.newsslidercontent {position:absolute}
.newsslidercontent .upper {border-bottom:1px solid #9ac1c9}
.hotspot {color:#00f; padding-bottom:1px; border-bottom:1px dotted #00f; cursor:pointer}

/*************************
Page Styles
*************************/

body {
	margin: 50px auto;
	width: 780px;
	font-family: verdana, sans-serif;
	font-size: 0.85em;
	background: #f7f7f7 url(images/bg-mg.jpg) repeat;
}


#wrapper-wide {
	width: 780px;
}

h1 {
	-webkit-transition: padding-left .5s, color 1s;
	-moz-transition: padding-left .5s, color 1s;
	transition: padding-left .5s, color 1s;
}
	
h1:hover {
	padding-left: 20px;
	color: red;
	cursor: pointer;
}

h2 {
	-webkit-transition: padding-left .5s, color 1s;
	-moz-transition: padding-left .5s, color 1s;
	transition: padding-left .5s, color 1s;
	}
	


h4 {
	-webkit-transition: color 1s;
	-moz-transition: color 1s;
	transition: color 1s;
	}
	
h4:hover {
	color: blue;
	}
		
h4 ~ p {
	line-height: 1.5em;
	color: #333;
}

  
/*************************
Header
*************************/

#header {
	font-style: italic;
	float: left;
	margin: 20px 0;
}

#header h1 {
	font-size: 3em;
	margin: 0;
	color: #fd1;
	text-shadow: 2px 2px 5px #666;
}

#header h1:hover {
	padding-left: 20px;
	color: red;
	cursor: pointer;
}

#header h2 {
	font-size: 1.4em;
	margin: 10px 30px;
	color: orange;
}

#header h2:hover {
	padding-left: 20px;
	color: red;
	cursor: pointer;
	}

/*************************
Content
*************************/

#content {
	float: left;
	width: 760px;
	margin-right: 10px;
}

#content .post {
	background: #F3EEDC;
	padding: 10px 5px 20px 15px;
	margin-bottom: 10px;
	opacity: 0.95;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 2px 2px 5px rgba(0,0,0,.8);
	-moz-box-shadow: 2px 2px 5px rgba(0,0,0,.8);
	box-shadow: 2px 2px 5px rgba(0,0,0,.8);
}

#content .post h3 {
	margin: 0;
	color: #333;
}

.pic {
	margin-top: 8px;
	margin-right: 10px;
	padding-left: 10px;
	position: relative;
	float: right;
}

p.links a {
	color: #666;
text-decoration: none }
p.links a:hover {
	color: blue;
text-decoration: underline }

/*************************
Sidebar
*************************/

#video {
	float: right;
	margin-top: 132px;
	width: 290px;
	background: #EBEBEB;
	padding: 0px;
	border: 0px
}

#sidebar {
	float: right;
	margin-top: 132px;
	width: 280px;
	background: #FFA;
	padding: 0px;
	border: 0px
}

#sidebar h3 {
	margin: 0;
}

#sidebar .section {
	border-top: 2px dashed #CCC;
	padding-top: 10px;
}

#sidebar .section:first-child {
	border-top: none;
	padding: 0;
}
        
vid {
	float: right;
	margin-top: 132px;
	width: 290px;
	background: #EBEBEB;
	padding: 0px;
	border: 0px
}
          
.container {
            width: 70%;
            padding: 5%;
            margin:0px auto;
            background:#fff;
            box-shadow: 0 5px 5px rgba(0,0,0,0.5);
}
          
.vendor {
            padding: 2%;
            background: #d1eed1;
            margin-bottom: 2em;
}
          
.unsupported {
            background: #fddfde;
}

.map {
	display: none;
	margin-left: 150px;
}

#parent { width:290px; height:634px;overflow: auto;white-space: nowrap }
#overflow { width:290px;height:634px;overflow: auto;white-space: nowrap }