wp/wp-content/themes/IN-MOTION-package-u1/in-motion/css/ie8-and-down.css
changeset 0 d970ebf37754
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/wp/wp-content/themes/IN-MOTION-package-u1/in-motion/css/ie8-and-down.css	Wed Nov 06 03:21:17 2013 +0000
@@ -0,0 +1,134 @@
+ #container {
+		position: relative;
+	    width: 960px;
+		margin: 0 auto;
+		height: auto;
+		float: none;
+	}	
+	
+	#left-sidebar {
+		position: absolute;
+		display: none;	
+	}
+	
+	
+	.sectionWrapper {
+		 padding-top: 30px;
+	}
+	
+	#blog-post {
+		margin-top: 30px;	
+	}	
+	.menu-inside{
+		display: block;	
+		margin-top: 10px;
+	}
+	
+	#top-header {
+		display: block;	
+	}
+	
+	
+	
+	
+	.tt-wrapper2{
+		padding: 0;
+		float:right;
+		width: auto;
+		height: 70px;
+		margin-top: 40px;
+	}
+	.tt-wrapper2 li{
+		float: right;
+	}
+	
+	.tt-wrapper2 li a{
+		display: block;
+		width: 24px;
+		height: 24px;
+		margin: 0 10px 0 0;
+		outline: none;
+		position: relative;
+		z-index: 2;
+		text-indent: -9000px;
+		text-decoration: none;
+	}
+
+	.tt-wrapper2 li a span{
+		display:none;
+		width: 50px;
+		height: 50px;
+		line-height: 50px;
+		padding: 10px;
+		left: 50%;
+		margin-left: -40px;
+		font-family: Georgia, "Times New Roman", Times, serif;
+		font-style: italic;
+		font-size: 12px;
+		color: #464545;
+		text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
+		text-align: center;
+		
+		background: rgba(255,255,255,0.5);
+		text-indent: 0px;
+		position: absolute;
+		pointer-events: none;
+		border-radius: 50%;
+		bottom: -40px;
+		opacity: 0;
+		box-shadow: 0px 3px 8px rgba(0,0,0,0.1);
+		-webkit-transform: scale(0.2);
+		-moz-transform: scale(0.2);
+		-o-transform: scale(0.2);
+		-ms-transform: scale(0.2);
+		transform: scale(0.2);
+		-webkit-transition: all 0.3s ease-in-out;
+		-moz-transition: all 0.3s ease-in-out;
+		-o-transition: all 0.3s ease-in-out;
+		-ms-transition: all 0.3s ease-in-out;
+		transition: all 0.3s ease-in-out;text-decoration: none;
+	}
+	.tt-wrapper2 li a:hover span{
+		opacity: 0.9;
+		bottom: 20px;
+		-webkit-transform: scale(1);
+		-moz-transform: scale(1);
+		-o-transform: scale(1);
+		-ms-transform: scale(1);
+		transform: scale(1);
+		text-decoration: none;
+	}
+
+		
+		.firstPage{
+			padding-top: 0px;	
+		}
+		
+		
+	#footerSlideContainer {	
+			position:relative;
+			margin-top: 10px;
+			width:100%;
+			height:auto;	
+			background:  transparent url("images/footer_small.png") repeat; 
+	}
+
+	#footerSlideButton {	
+		display: none;
+
+	}
+	#footerSlideContent {	
+		color: #CCCCCC;
+		border: none;
+		position: relative;
+		overflow: hidden; 
+		width: 960px;
+		margin: 0 auto; 
+		height: auto;
+		padding-bottom: 15px;
+		padding-top: 15px;
+	}
+	#container {
+		padding:30px;
+	}
+	
\ No newline at end of file