/* Created by http://freehtml5templates.com */

/* reset */
* {
margin: 0;
padding: 0;
}

/* render html5 elements as block */
header, footer, section, aside, nav, article {
display: block;
}

body {
line-height: 1;
background: url(images/wallpaper.jpg) no-repeat center center fixed; 
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #666;
font-size: 14px;
line-height: 18px;
}
	
/* layout */

#wrapper {
width: 940px;
margin: 0 auto;
margin-top: 5px;
margin-bottom: 5px;
-moz-box-shadow: 0 0 3px 3px #000;
-webkit-box-shadow: 0 0 3px 3px #000;
box-shadow: 0 0 3px 3px #000;
background: #317dd7; 
}

nav {
width: 940px;
height: 50px;
margin: 0 auto;
background: #317dd7; 
opacity: 0.8;
filter:alpha(opacity=80); /* For IE8 and earlier */
}

header {
width: 940px;
height: 200px;
margin: 0 auto;
background: #317dd7; 
opacity: 0.8;
filter:alpha(opacity=80); /* For IE8 and earlier */
}

#main {
width: 940px;
margin: 0 auto;
padding-top: 30px;
background: #317dd7; 
opacity: 0.8;
filter:alpha(opacity=80); /* For IE8 and earlier */
overflow: hidden;
}

#content {
float: left;
width: 810px;
margin-left: 40px;
}

/*#sidebar1 {
float: left;
padding-left: 20px;
width: 180px;
}

#sidebar2 {
float: right;
padding-right: 30px;
width: 180px;
}*/

footer {
width: 940px;
margin: 0 auto;
clear: both;
}

/* basics */

h1,h2,h3,h4,h5,h6 {
font-weight: bold;
clear: both;
color: #333;
}

a:link, a:visited {
color:#983d3d;
}

a:hover, a:active {
color: #333;
}

p {
margin-bottom: 18px;
}

li {
padding-left: 5px;
}

/* nav */

nav .menu {
font-size: 16px;
font-weight: bold;
}

nav .menu ul {
margin: 0;
padding: 17px 0 0 20px;
list-style: none;
line-height: normal;
}

nav .menu li {
display: block;
float: left;
}

nav .menu a {
display: block;
float: left;
margin-right: 5px;
padding: 0px 15px;
text-decoration: none;
color: #efefef;
}

nav .menu a:hover {
text-decoration: underline;
text-align: center;
}

/** HEADER */

header h1, header h2 {
margin: 0;
padding: 0 0 0 30px;
line-height: normal;
}

header h1 { 	
float: left;
padding-top: 20px; 
}

header h1 a:link, header h1 a:visited {
text-decoration: none;
color: #fff;
}

header h1 a:hover { 
text-decoration: underline; 
}

header h2 {
padding: 20px 0 0 30px;
font-style: italic;
font-size: 14px;
color: #fff;
}

/** ARTICLES **/
article img {
border: none;
-webkit-box-shadow: 3px 3px 7px #000;
-moz-box-shadow: 3px 3px 7px #000;
border-radius: 0.5em;
}

#content p, ul, ol, hr {
margin-bottom: 24px;
}

#content ul ul, ol ol, ul ol, ol ul {
margin-bottom: 0;
}

#content h1, h2, h3, h4, h5, h6 {
color: #333;
margin: 0 0 20px 0;
line-height: 1.5em;
}

.alignleft, img.alignleft {
display: inline;
float: left;
margin-right: 10px;
}

.alignright, img.alignright {
display: inline;
float: right;
margin-left: 10px;
}

.aligncenter, img.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
}

img.alignleft, img.alignright, img.aligncenter {
margin-bottom: 12px;
}

/* sidebar and footer widget blocks */

aside h3 {
font-size: 18px;
}

aside ul {
list-style: none;
margin-bottom: 20px;
margin-top: -15px;
}

#footer-area {
background: #317dd7; 
opacity: 0.8;
filter:alpha(opacity=80); /* For IE8 and earlier */
color: #FFF;
font-size: 70%;
padding: 18px 0;
overflow: hidden;
}

.footer-segment {

}

footer aside h4 {
color: #ddd;
font-size: 16px;
line-height: 1.5em;
}

footer a:link, footer a:visited {
color: #EEDFD0;
}

footer p {
margin-top: -15px;
}

#tech-slideshow {
			height: 200px;
			position: relative;
			overflow: hidden;
		}
		#tech-slideshow > div {
			height: 200px;
			width: 2526px;
			background: url(Img/collage.jpg);
			position: absolute;
			top: 0;
			left: 0;
			height: 100%;
        
			-moz-transition:  opacity 0.5s ease-out; 
			-o-transition: opacity 0.5s ease-out; 
			-webkit-transition: opacity 0.5s ease-out; 
			-ms-transition: opacity 0.5s ease-out; 
    
			/* Slow */
			-webkit-animation: moveSlideshow 60s linear infinite;
			-moz-animation:    moveSlideshow 60s linear infinite;
        
			-webkit-transform: translate3d(0,0,0); /* Performance */
    
		}
		#tech-slideshow #tech-slideshow-1 {
			/* Sprite */
			background-position: 0 200px;
        
			/* Fast */
			-webkit-animation: moveSlideshow 20s linear infinite;
			-moz-animation:    moveSlideshow 20s linear infinite;
		}
		#tech-slideshow:hover #tech-slideshow-2 {
			opacity: 0;
		}
    
		@-webkit-keyframes moveSlideshow {
			0%   { 
				-webkit-transform: translateX(0); 
				-moz-transform:    translateX(0); 
				-ms-transform:     translateX(0); 
				-o-transform:      translateX(0); 
				transform:         translateX(0); 
			}    
			100% { 
				-webkit-transform: translateX(-1684px); 
				-moz-transform:    translateX(-1684px); 
				-ms-transform:     translateX(-1684px); 
				-o-transform:      translateX(-1684px); 
				transform:         translateX(-1684px); 
			}
		}
		@-moz-keyframes moveSlideshow {
			0%   { 
				-webkit-transform: translateX(0); 
				-moz-transform:    translateX(0); 
				-ms-transform:     translateX(0); 
				-o-transform:      translateX(0); 
				transform:         translateX(0); 
			}    
			100% { 
				-webkit-transform: translateX(-1684px); 
				-moz-transform:    translateX(-1684px); 
				-ms-transform:     translateX(-1684px); 
				-o-transform:      translateX(-1684px); 
				transform:         translateX(-1684px); 
			}	
		}
