You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by qu...@apache.org on 2013/01/08 04:13:16 UTC

svn commit: r1430124 [3/7] - in /flex/site/trunk: content/v2/ content/v2/css/ content/v2/images/ content/v2/images/bg/ content/v2/images/comps/ content/v2/images/icons/ content/v2/images/icons/list/ content/v2/images/icons/social/ content/v2/images/por...

Added: flex/site/trunk/content/v2/css/fancybox.css
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/v2/css/fancybox.css?rev=1430124&view=auto
==============================================================================
--- flex/site/trunk/content/v2/css/fancybox.css (added)
+++ flex/site/trunk/content/v2/css/fancybox.css Tue Jan  8 03:13:14 2013
@@ -0,0 +1,343 @@
+/* =================================================================== */
+/* FancyBox v2.0.6 fancyapps.com | fancyapps.com/fancybox/#license
+====================================================================== */
+
+.fancybox-wrap,
+.fancybox-skin,
+.fancybox-outer,
+.fancybox-inner,
+.fancybox-image,
+.fancybox-wrap iframe,
+.fancybox-wrap object,
+.fancybox-nav,
+.fancybox-nav span,
+.fancybox-tmp
+{
+	padding: 0;
+	margin: 0;
+	border: 0;
+	outline: none;
+	vertical-align: top;
+}
+
+.fancybox-wrap {
+	position: absolute;
+	top: 0;
+	left: 0;
+	z-index: 98020;
+}
+
+.fancybox-skin {
+	position: relative;
+	background: #fff;
+	color: #666;
+	text-shadow: none;
+	-webkit-border-radius: 4px;
+	   -moz-border-radius: 4px;
+			border-radius: 4px;
+}
+
+.fancybox-opened {
+	z-index: 98030;
+}
+
+.fancybox-outer, .fancybox-inner {
+	position: relative;
+}
+
+.fancybox-inner {
+	overflow: hidden;
+}
+
+.fancybox-type-iframe .fancybox-inner {
+	-webkit-overflow-scrolling: touch;
+}
+
+.fancybox-error {
+	color: #444;
+	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
+	margin: 0;
+	padding: 15px;
+	white-space: nowrap;
+}
+
+.fancybox-image, .fancybox-iframe {
+	display: block;
+	width: 100%;
+	height: 100%;
+}
+
+.fancybox-image {
+	max-width: 100%;
+	max-height: 100%;
+}
+
+#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
+	background-image: url('../images/fancybox_sprite.png');
+}
+
+#fancybox-loading {
+	position: fixed;
+	top: 50%;
+	left: 50%;
+	margin-top: -22px;
+	margin-left: -22px;
+	background-position: 0 -108px;
+	opacity: 0.8;
+	cursor: pointer;
+	z-index: 98060;
+}
+
+#fancybox-loading div {
+	width: 44px;
+	height: 44px;
+	background: url('../images/fancybox_loading.gif') center center no-repeat;
+}
+
+.fancybox-close {
+	position: absolute;
+	top: -18px;
+	right: -18px;
+	width: 36px;
+	height: 36px;
+	cursor: pointer;
+	z-index: 98040;
+}
+
+.fancybox-nav {
+	position: absolute;
+	top: 0;
+	width: 40%;
+	height: 100%;
+	cursor: pointer;
+	text-decoration: none;
+	background: transparent url('../images/blank.html'); /* helps IE */
+	-webkit-tap-highlight-color: rgba(0,0,0,0);
+	z-index: 98040;
+}
+
+.fancybox-prev {
+	left: 0;
+}
+
+.fancybox-next {
+	right: 0;
+}
+
+.fancybox-nav span {
+	position: absolute;
+	top: 50%;
+	width: 36px;
+	height: 34px;
+	margin-top: -18px;
+	cursor: pointer;
+	z-index: 98040;
+	visibility: hidden;
+}
+
+.fancybox-prev span {
+	left: 10px;
+	background-position: 0 -36px;
+}
+
+.fancybox-next span {
+	right: 10px;
+	background-position: 0 -72px;
+}
+
+.fancybox-nav:hover span {
+	visibility: visible;
+}
+
+.fancybox-tmp {
+	position: absolute;
+	top: -9999px;
+	left: -9999px;
+	visibility: hidden;
+}
+
+/* Overlay helper */
+
+.fancybox-lock {
+	overflow: hidden;
+}
+
+.fancybox-overlay {
+	position: absolute;
+	top: 0;
+	left: 0;
+	overflow: hidden;
+	display: none;
+	z-index: 98010;
+	background: rgba(0,0,0,0.8) !important;
+	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#9F000000,endColorstr=#9F000000);
+	zoom: 1;
+}
+
+.fancybox-overlay-fixed {
+	position: fixed;
+	bottom: 0;
+	right: 0;
+}
+
+.fancybox-lock .fancybox-overlay {
+	overflow: auto;
+	overflow-y: scroll;
+}
+
+/* Title helper */
+
+.fancybox-title {
+	visibility: hidden;
+	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
+	position: relative;
+	text-shadow: none;
+	z-index: 98050;
+}
+
+.fancybox-opened .fancybox-title {
+	visibility: visible;
+	color: #666;
+}
+
+.fancybox-title-float-wrap {
+	position: absolute;
+	bottom: 0;
+	right: 50%;
+	margin-bottom: -35px;
+	z-index: 98050;
+	text-align: center;
+}
+
+.fancybox-title-float-wrap .child {
+	display: inline-block;
+	margin-right: -100%;
+	padding: 2px 20px;
+	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
+	background: rgba(0, 0, 0, 0.8);
+	-webkit-border-radius: 15px;
+	   -moz-border-radius: 15px;
+			border-radius: 15px;
+	text-shadow: 0 1px 2px #222;
+	color: #FFF;
+	font-weight: bold;
+	line-height: 24px;
+	white-space: nowrap;
+}
+
+.fancybox-title-outside-wrap {
+	position: relative;
+	margin-top: 10px;
+	color: #fff;
+}
+
+.fancybox-title-inside-wrap {
+	padding-top: 10px;
+}
+
+.fancybox-title-over-wrap {
+	position: absolute;
+	bottom: 0;
+	left: 0;
+	color: #fff;
+	padding: 10px;
+	background: #000;
+	background: rgba(0, 0, 0, .8);
+}
+
+#fancybox-buttons {
+	position: fixed;
+	left: 0;
+	width: 100%;
+	z-index: 98050;
+}
+
+#fancybox-buttons.top {
+	top: 10px;
+}
+
+#fancybox-buttons.bottom {
+	bottom: 10px;
+}
+
+#fancybox-buttons ul {
+	display: block;
+	width: 166px;
+	height: 30px;
+	margin: 0 auto;
+	padding: 0;
+	list-style: none;
+	border: 1px solid #111;
+	border-radius: 3px;
+	-webkit-box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
+	   -moz-box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
+			box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
+	background: rgb(50,50,50);
+	background: -moz-linear-gradient(top, rgb(68,68,68) 0%, rgb(52,52,52) 50%, rgb(41,41,41) 50%, rgb(51,51,51) 100%);
+	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(68,68,68)), color-stop(50%,rgb(52,52,52)), color-stop(50%,rgb(41,41,41)), color-stop(100%,rgb(51,51,51)));
+	background: -webkit-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
+	background: -o-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
+	background: -ms-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
+	background: linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
+	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#222222',GradientType=0 );
+}
+
+#fancybox-buttons ul li {
+	float: left;
+	margin: 0;
+	padding: 0;
+}
+
+#fancybox-buttons a {
+	display: block;
+	width: 30px;
+	height: 30px;
+	text-indent: -9999px;
+	background-image: url('../images/fancybox_buttons.png');
+	background-repeat: no-repeat;
+	outline: none;
+	opacity: 0.8;
+}
+
+#fancybox-buttons a:hover {
+	opacity: 1;
+}
+
+#fancybox-buttons a.btnPrev {
+	background-position: 5px 0;
+}
+
+#fancybox-buttons a.btnNext {
+	background-position: -33px 0;
+	border-right: 1px solid #3e3e3e;
+}
+
+#fancybox-buttons a.btnPlay {
+	background-position: 0 -30px;
+}
+
+#fancybox-buttons a.btnPlayOn {
+	background-position: -30px -30px;
+}
+
+#fancybox-buttons a.btnToggle {
+	background-position: 3px -60px;
+	border-left: 1px solid #111;
+	border-right: 1px solid #3e3e3e;
+	width: 35px
+}
+
+#fancybox-buttons a.btnToggleOn {
+	background-position: -27px -60px;
+}
+
+#fancybox-buttons a.btnClose {
+	border-left: 1px solid #111;
+	width: 35px;
+	background-position: -56px 0px;
+}
+
+#fancybox-buttons a.btnDisabled {
+	opacity : 0.4;
+	cursor: default;
+}

Added: flex/site/trunk/content/v2/css/fixed-width.css
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/v2/css/fixed-width.css?rev=1430124&view=auto
==============================================================================
--- flex/site/trunk/content/v2/css/fixed-width.css (added)
+++ flex/site/trunk/content/v2/css/fixed-width.css Tue Jan  8 03:13:14 2013
@@ -0,0 +1,88 @@
+/*Reset Rules
+ 
+        
+ #Lists
+================================================== 
+
+*/	ul, ol { margin: 0 !important; }
+	ul { list-style: none outside; }
+	ol { list-style: decimal; }
+	ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
+	ul.square { list-style: square outside; }
+	ul.circle { list-style: circle outside; }
+	ul.disc { list-style: disc outside; }
+	ul ul, ul ol,
+	ol ol, ol ul {}
+	ul ul li, ul ol li,
+	ol ol li, ol ul li {}
+	li { line-height: 18px; }
+	ul.large li { line-height: 21px; }
+	li p { line-height: 21px; }
+        ol, ul {
+		list-style: none; }/*
+
+Reset Rules End*/
+
+
+/* =================================================================== */
+/* Fixed Width
+====================================================================== */
+
+body {
+    background: url(../images/bg/dark_wall.png);
+    font-size: 12px;
+    font-family: 'Carrois Gothic', sans-serif !important;
+    color: #666;
+    -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
+    -webkit-text-size-adjust: 100%;
+    overflow-x: hidden;
+}
+
+#wrapper {
+    background: #fff;
+    -webkit-box-shadow: none;
+    box-shadow: none;
+    padding: 20px 35px 35px 35px;
+    width: 960px ;
+    margin: 50px auto 0px auto;
+}
+
+#footer {
+    background: #333;
+    padding: 15px 35px 0px 35px;
+    width: 960px;
+
+    margin: 0 auto;
+}
+
+.thumbnail{border: none !important;}
+
+h3, h2 ,h1 ,h4{
+
+    font-weight: normal !important;
+
+}
+
+/* Smaller than standard 1029 (devices and browsers)
+====================================================================== */
+@media only screen and (max-width: 1029px) {
+
+
+
+}
+
+/* Tablet Portrait (devices and browsers)
+====================================================================== */
+@media only screen and (min-width: 768px) and (max-width: 959px) {
+
+
+}
+
+/* All Mobile Sizes (devices and browser)
+====================================================================== */
+@media only screen and (max-width: 767px) {
+
+.nav-shadow {
+
+bottom: -12px !important;}
+}

Added: flex/site/trunk/content/v2/css/style.css
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/v2/css/style.css?rev=1430124&view=auto
==============================================================================
--- flex/site/trunk/content/v2/css/style.css (added)
+++ flex/site/trunk/content/v2/css/style.css Tue Jan  8 03:13:14 2013
@@ -0,0 +1,1363 @@
+/* ---------------------------------= */
+/* Import 
+----------------------------------- */
+
+@import url("fancybox.css");			/* FancyBox Styles */ 
+
+
+/* ---------------------------------= */
+/* Header
+----------------------------------- */
+#header {min-height: 60px;}
+
+/* Logo / Tagline
+------------------*/
+#logo {
+    margin-top: 22px;
+}
+
+#logo a img{float: left;}
+
+
+/* Top Right 
+---------------------------------------------------------------*/
+#contact-top {
+	float: right;
+	display: block;
+    background-position: 0 -38px;
+	opacity: .5;
+    filter: alpha(opacity = 50);
+}
+
+#contact-top a:hover {
+	opacity: 1;
+    filter: alpha(opacity = 100);
+}
+
+
+/* Main Navigation
+---------------------------------------------------------------*/
+.selectnav {
+    display: none;
+    cursor: pointer;
+    width: 100%;
+    padding: 8px;
+    height: 37px;
+    float: left;
+    font-size: 14px;
+    margin: 15px 0;
+}
+
+#navigation {
+    background: #333;
+    display: block;
+    width: 100%;
+    float: left;
+    max-height: 62px;
+    margin: 0 0 25px 0;
+    position: relative;
+}
+
+#navigation ul,
+#navigation li {
+    list-style:none;
+    padding:0;
+    margin:0;
+    display:inline;
+}
+#navigation ul li{
+    float:left;
+    position:relative;
+    background: url(../images/nav-divider.png)  repeat-y right;
+    line-height: 30px;
+}
+
+#navigation ul li a { 
+    font-family: 'Carrois Gothic', sans-serif;
+    display: inline-block;
+    color: #fff;
+    text-decoration: none;
+    font-size: 14px;
+    padding: 15px 25px;
+    text-transform: uppercase;
+
+}
+
+#navigation ul li a:hover {
+    background: #000;
+    color: #fff;
+    -webkit-transition: all 0.1s ease-in-out;
+    -moz-transition: all 0.1s ease-in-out;
+    -o-transition: all 0.1s ease-in-out;
+    -ms-transition: all 0.1s ease-in-out;
+    transition: all 0.1s ease-in-out;
+}
+#navigation ul li a.active  {
+    background: #222;
+    color: #fff;
+    -webkit-transition: all 0.1s ease-in-out;
+    -moz-transition: all 0.1s ease-in-out;
+    -o-transition: all 0.1s ease-in-out;
+    -ms-transition: all 0.1s ease-in-out;
+    transition: all 0.1s ease-in-out;
+}
+
+#navigation ul li a.download  {
+    background: #fa5b0f;
+    color: #fff;
+    -webkit-transition: all 0.1s ease-in-out;
+    -moz-transition: all 0.1s ease-in-out;
+    -o-transition: all 0.1s ease-in-out;
+    -ms-transition: all 0.1s ease-in-out;
+    transition: all 0.1s ease-in-out;
+}
+#navigation ul li a.download:hover {
+	color: #fff;
+	-webkit-transition: all 0.1s ease-in-out;
+	-moz-transition: all 0.1s ease-in-out;
+	-o-transition: all 0.1s ease-in-out;
+	-ms-transition: all 0.1s ease-in-out;
+	transition: all 0.1s ease-in-out;
+	background-color: #FB8146;
+}
+
+#navigation ul ul {
+    position: absolute;
+    display: none;
+    top: 51px;
+    left: 0;
+    background: #303030;
+    z-index: 999;
+}
+#navigation ul ul li{line-height: 20px;}
+#navigation ul ul li a {color: #f2f2f2;}
+#navigation ul ul li a:hover {
+    color: #fff;
+}
+
+#navigation ul ul li a {
+    display: block;
+    width: 150px;
+    margin: 0;
+    padding: 9px 18px;
+    font-weight: normal;
+    font-size: 12px;
+    border-bottom: 1px solid #404040;
+    background: none;
+}
+
+#navigation ul ul ul { 
+    position: absolute; 
+    top:0px; 
+    left:100%; 
+    z-index: 999;
+}
+
+#navigation ul ul ul li a { 
+    border-bottom: 1px solid #404040 !important;
+    border-top: 1px solid transparent;
+    background: none;
+}
+
+#navigation ul ul li:last-child a, #navigation ul ul li:last-child a:hover {border-bottom: 1px solid transparent}
+#navigation ul ul ul li:last-child a {border-bottom: 1px solid transparent !important}
+#navigation ul li:hover>ul {opacity: 1; position:absolute; top:99%; left:0;}
+#navigation ul ul li:hover>ul {position:absolute; top:0; left:100%; opacity: 1; z-index:497;}
+#navigation ul li:hover > a {background: #000;}
+#navigation ul ul li:hover > a {color: #fff;}
+
+/* Menu Shadow */
+.nav-shadow {
+    width: 100%;
+    height: 27px;
+    background: url(../images/nav-shadow.png) no-repeat center top;
+    background-size: 100% 100%;
+    position: absolute;
+    bottom: -2px;
+}
+
+/* ---------------------------------= */
+/* Flexslider
+----------------------------------- */
+
+/* Browser Resets
+------------------*/
+.flex-container a:active,
+.flexslider a:active,
+.flex-container a:focus,
+.flexslider a:focus  {outline: none;}
+.slides,
+.flex-control-nav,
+.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 
+
+
+/* Necessary Styles
+------------------*/
+.flexslider {margin: 0; padding: 0;}
+
+/* Hide the slides before the JS is loaded. Avoids image jumping */
+.flexslider .slides > li {position: relative;  zoom: 1; display: none; -webkit-backface-visibility: hidden;}
+.flexslider .slides img {width: 100%; display: block;}
+.flex-pauseplay span {text-transform: capitalize;}
+
+/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
+.flexslider {position: relative;  zoom: 1; z-index: 50;}
+
+/* Clearfix for the .slides element */
+.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
+html[xmlns] .slides {display: block;} 
+* html .slides {height: 1%;}
+
+/* No JavaScript Fallback */
+/* If you are not using another script, such as Modernizr, make sure you
+ * include js that eliminates this class on page load */
+.no-js .slides > li:first-child {display: block;}
+
+
+/* Default Styles
+------------------*/
+.flexslider {
+    background: #fff;
+    zoom: 1;
+}
+
+.ie7 .flexslider {margin-bottom: -30px;}
+
+.flex-viewport {max-height: 2000px;}
+.loading .flex-viewport {max-height: 300px;}
+.flexslider .slides {zoom: 1;}
+
+
+/* Direction Nav
+------------------*/
+
+.flex-direction-nav a {
+    width: 80px;
+    height: 80px;
+    display: block;
+    background-color: #000;
+    bottom: 45%;
+    right: 1%;
+    float: none;
+    position: absolute;
+    cursor: pointer;
+    text-indent: -9999px;
+    background-color: #222;
+    background: rgba(0, 0, 0, 0.65);
+    *bottom: 50px;
+    -webkit-transition: all 0.1s ease-in-out;
+    -moz-transition: all 0.1s ease-in-out;
+    -o-transition: all 0.1s ease-in-out;
+    -ms-transition: all 0.1s ease-in-out;
+    transition: all 0.1s ease-in-out;
+    opacity: .5;
+}
+
+.flex-direction-nav .flex-next {
+    background: url(../images/ctrl-buttons.png) no-repeat -80px 0;
+}
+
+.flex-direction-nav .flex-prev {
+    background: url(../images/ctrl-buttons.png) no-repeat 0 0;
+    left: 1%;
+}
+
+.flex-direction-nav .flex-prev:hover,
+.flex-direction-nav .flex-next:hover {
+
+    opacity: 1;
+}
+
+.subpage .flex-direction-nav a {bottom: 0px; right: 0px; *bottom: 30px;}
+
+
+/* Control Nav
+------------------*/
+.flex-control-nav {
+    width: 100%;
+    position: absolute;
+    bottom: -30px;
+    text-align: center;
+}
+
+.flex-control-nav li {
+    margin: 0 3px 0 0;
+    display: inline-block;
+    zoom: 1;
+    *display: inline;
+}
+
+.flex-control-paging li a {
+    width: 14px;
+    height: 14px;
+    display: block;
+    background: #c8c8c8;
+    cursor: pointer;
+    text-indent: -9999px;
+    -webkit-border-radius: 20px;
+    -moz-border-radius: 20px;
+    -o-border-radius: 20px;
+    border-radius: 20px;
+}
+
+.flex-control-paging li a:hover,
+.flex-control-paging li a.flex-active {
+    background: #505050;
+}
+
+.flex-control-paging li a.flex-active {
+    cursor: default;
+}
+
+
+/* Caption
+------------------*/
+.slide-caption {
+
+    padding: 10px;
+    position: absolute;
+    display: block;
+    width: 30%;
+    bottom: 1px;
+    right:1px;
+    background-color: #fff;
+}
+
+.slide-caption.n {background-color: #222; background: rgba(0, 0, 0, 0.6);}
+
+.slide-caption h3 {
+    color: #999;
+    font-size: 16px;
+    padding-bottom: 10px;
+    margin:0;
+    line-height: 22px;
+}
+
+.slide-caption p {
+    margin:0;
+    line-height: 19px;
+    color: #bbb;
+}
+
+/* ---------------------------------= */
+/* Miscellaneous Styles
+----------------------------------- */
+.ie-dropdown-fix { position: relative; z-index: 55;}
+
+/* Staff Page / About Us
+------------------*/
+.staff {
+    padding: 15px 0;
+    border-bottom: 1px solid #e9e9e9;
+    margin-bottom: 15px;
+
+}
+
+.staff h5 {
+    line-height: 18px;
+}
+
+.staff span {
+    display: block;
+    font-size: 12px;
+    font-weight: normal;
+    color: #888;
+}
+
+.team-about p {
+    padding: 0 0 15px 0;
+    border-bottom: 1px solid #e9e9e9;
+    margin-bottom: 15px;
+}
+
+/* Images Overlay
+------------------*/
+.picture {position: relative;}
+.picture img {width: 100%; height: auto;}
+
+.image-overlay-link,
+.image-overlay-zoom {
+    height: 100%;
+    width: 100%;
+    left: 0;
+    top: 0;
+    position: absolute;
+    z-index: 40;
+    display: none;
+    background-color: #d9d9d9;
+    background: rgba(277, 277, 277, 0.7);
+    background-repeat: no-repeat;
+    background-position: 50%;
+    cursor: pointer;
+}
+
+.image-overlay-link {
+    background-image: url(../images/overlay-icon-01.png);
+}
+
+.image-overlay-zoom {
+    background-image: url(../images/overlay-icon-02.png);
+}
+
+/* Headline
+------------------*/
+.headline {
+    background: url(../images/headline-bg.png) 0 100% repeat-x;
+    display: block;
+    margin: 30px 0 8px 0;
+}
+
+
+
+.headline h3, .headline h4 {
+    border-bottom: 1px solid #999;
+    display: inline;
+    padding: 0 10px 0 0;
+}
+
+/* Margins */
+
+.no-margin {margin-top: 0;}
+.low-margin {margin-top: 15px;}
+.margintop {margin-top: 20px !important;}
+.marginbottom {margin-bottom: 20px !important;}
+.paddingbottom{padding-bottom:30px !important;}
+
+/* Page Title
+------------------*/
+#page-title {
+    border-bottom: 1px solid #e9e9e9;
+    display: block;
+    margin: 10px 0 10px 0;
+}
+
+#page-title h2 {
+    font-weight: normal;
+    border-bottom: 2px solid #333;
+    display: inline;
+}
+
+#page-title span {
+    color: #aaa;
+}
+
+
+
+/* Client Logo List
+------------------*/
+.client-list{
+
+    list-style: none;
+}
+.client-list li {
+    border: 1px solid #e5e5e5;
+    float: left;
+    margin: -1px 0 0 -1px;
+}
+
+
+/* ---------------------------------= */
+/* Portfolio
+----------------------------------- */
+.portfolio-item {
+    margin: 5px 0 25px 0;
+}
+
+/* Thumbnails
+------------------*/
+.item-description {margin-bottom: 30px;}
+.item-description.alt {margin-bottom:0;}
+.item-description.related {margin-bottom:0;}
+
+.item-description h5 {
+    font-size: 12px;
+    font-family: Arial, sans-serif;
+    font-weight: bold;
+    line-height: 16px;
+    padding: 12px 0 8px 0;
+    margin: 0 0 8px 0;
+    border-bottom: 1px solid #e9e9e9;
+    letter-spacing: 0;
+}
+
+.item-description h5 span {
+    display: block;
+    color: #888;
+    font-weight: normal;
+    margin-top: 3px;
+}
+
+.item-description a {color:#404040;}
+.item-description a:hover {color:#666;}
+.item-description p {color: #666; margin-bottom: 0;}
+
+
+/* Filters
+------------------*/
+#filters {
+   
+    
+       display: block;
+    
+}
+
+#filters ul li {
+    display: inline;
+}
+
+#filters a {
+    padding: 5px 10px;
+    border: 1px solid #ddd;
+    display: inline-block;
+    color: #888;
+    background-color: #fff;
+    margin: 0 5px 10px 0;
+    -webkit-box-shadow:  0px 1px 1px 0px rgba(180, 180, 180, 0.1);
+    box-shadow:  0px 1px 1px 0px rgba(180, 180, 180, 0.1);
+    -webkit-transition: all 0.1s ease-in-out;
+    -moz-transition: all 0.1s ease-in-out;
+    -o-transition: all 0.1s ease-in-out;
+    -ms-transition: all 0.1s ease-in-out;
+    transition: all 0.1s ease-in-out;
+}
+
+#filters a:hover,
+.selected {
+    background-color: #f2f2f2 !important;
+    border: 1px solid #999 !important;
+    color: #555 !important;
+}
+
+
+/* Isotope Filtering
+------------------*/
+
+.isotope-item {
+    z-index: 2;
+}
+
+.isotope-hidden.isotope-item {
+    pointer-events: none;
+    z-index: 1;
+}
+
+/**** Isotope CSS3 transitions ****/
+
+.isotope,
+.isotope .isotope-item {
+    -webkit-transition-duration: 0.8s;
+    -moz-transition-duration: 0.8s;
+    -ms-transition-duration: 0.8s;
+    -o-transition-duration: 0.8s;
+    transition-duration: 0.8s;
+}
+
+.isotope {
+    -webkit-transition-property: height, width;
+    -moz-transition-property: height, width;
+    -ms-transition-property: height, width;
+    -o-transition-property: height, width;
+    transition-property: height, width;
+}
+
+.isotope .isotope-item {
+    -webkit-transition-property: -webkit-transform, opacity;
+    -moz-transition-property:    -moz-transform, opacity;
+    -ms-transition-property:     -ms-transform, opacity;
+    -o-transition-property:         top, left, opacity;
+    transition-property:         transform, opacity;
+}
+
+/**** Disabling Isotope CSS3 transitions ****/
+
+.isotope.no-transition,
+.isotope.no-transition .isotope-item,
+.isotope .isotope-item.no-transition {
+    -webkit-transition-duration: 0s;
+    -moz-transition-duration: 0s;
+    -ms-transition-duration: 0s;
+    -o-transition-duration: 0s;
+    transition-duration: 0s;
+}
+
+
+/* Disable CSS transitions for containers with infinite scrolling*/
+.isotope.infinite-scrolling {
+    -webkit-transition: none;
+    -moz-transition: none;
+    -ms-transition: none;
+    -o-transition: none;
+    transition: none;
+}
+
+
+
+
+/* ---------------------------------= */
+/* Footer
+----------------------------------- */
+#footer, #footer p, #footer a{color: #aaa}
+#footer a:hover {color: #fff;}
+#footer p{font-size: 12px;}
+.footer-headline {
+    background: url(../images/headline-footer-bg.png) 0 100% repeat-x;
+    display: block;
+    margin: 15px 0 8px 0;
+}
+
+
+.footer-headline h4 {
+    border-bottom: 1px solid #fff;
+    display: inline;
+    padding: 0 10px 0 0;
+    color: #fff;
+    font-size: 15px;
+}
+
+
+/* Photo Stream
+------------------*/
+.flickr-widget {margin-right: -12px; margin-top: 15px;}
+.flickr-widget img {display: block; width: 100%;}
+.flickr-widget a:hover {border-color: #505050;}
+
+.flickr-widget a {
+    float: left;
+    width: 58px;
+    height: 58px;
+    margin-right: 11px;
+    margin-bottom: 11px;
+    border: 4px solid #404040;
+    -webkit-transition: all 0.1s ease-in-out;
+    -moz-transition: all 0.1s ease-in-out;
+    -o-transition: all 0.1s ease-in-out;
+    -ms-transition: all 0.1s ease-in-out;
+    transition: all 0.1s ease-in-out;
+}
+
+.ie7 .flickr-widget a {width: 54px; height: 54px;}
+
+/* Footer - Twitter Widget
+------------------*/
+#twitter {
+  
+    float: left;
+    display: block;
+    list-style: none;
+    margin: 0px;
+}
+
+#twitter b a, #twitter b a:hover {color: #707070}
+#twitter li {line-height: 18px; margin: 2px 0 12px 0;
+             background: url(../images/tweet.png) no-repeat left top;
+             padding-left: 25px;
+             background-position-y: 4px;
+             }
+#twitter li:last-child {padding: 0; margin: 0;background: url(../images/tweet.png) no-repeat left top;
+                        padding-left: 25px;
+                        background-position-y: 4px;
+                        }
+#twitter a {color: #fff;}
+#twitter a:hover {color: #d4d4d4;}
+
+/* Footer Bottom
+------------------*/
+#footer-bottom {
+
+    position: relative;
+}
+
+
+#footer-bottom a {color: #fff}
+#footer-bottom a:hover {color: #d4d4d4;}
+
+
+/* Back To Top
+------------------*/
+#scroll-top-top {
+    position: absolute;
+    right: 0;
+    bottom: 35px;
+}
+
+#scroll-top-top a {
+    width: 35px;
+    height: 35px;
+    display: block;
+    background-color: #111;
+    background-image: url(../images/scroll-top-top.png);
+    background-repeat: no-repeat;
+    background-position: 50%;
+    -webkit-transition: all 0.1s ease-in-out;
+    -moz-transition: all 0.1s ease-in-out;
+    -o-transition: all 0.1s ease-in-out;
+    -ms-transition: all 0.1s ease-in-out;
+    transition: all 0.1s ease-in-out;
+}
+
+#scroll-top-top a:hover {background-color: #333;}
+
+
+/* ---------------------------------= */
+/* Contact
+----------------------------------- */
+
+/* Google Map
+------------------*/
+#google-map {
+    position: relative;
+    padding: 0px;
+    padding-bottom: 110%;
+    height: 0;
+    overflow: hidden;
+}
+
+/* Posts
+------------------*/
+.post {
+    border-bottom: 1px solid #e9e9e9;
+    padding: 0 0 15px 0;
+    margin: 5px 0 25px 0;
+}
+
+.post.post-page { margin-bottom: 0;}
+
+
+
+/* Post Meta */
+.post-meta {
+    color: #888;
+    margin: 2px 0 15px 0;
+    font-size: 14px;
+}
+
+.post-meta a {
+    color: #888;
+    text-decoration: none;
+}
+
+.post-meta a:hover {
+    color: #666;
+}
+
+.post-meta i {
+    opacity: 0.35;
+    filter: alpha(opacity = 35);
+    margin-right: 5px;
+    zoom: 1;
+}
+
+.post-meta span {
+    margin-right: 10px;
+}
+
+/* Entry */
+a.post-entry {
+    color: #222;
+    margin: 3px 0 9px 0;
+    display: inline-block;
+    padding: 0 12px 0 0;
+    background: url(../images/blog-post-entry-02.png) no-repeat right;
+    background-position: 100% 50%;
+}
+
+a.post-entry:hover {
+    color: #888; 
+    background: url(../images/blog-post-entry-02.png) no-repeat right;
+    background-position: 100% 50%;
+}
+
+
+
+
+/* Widgets
+------------------*/
+.widget {margin-top: 25px;}
+.first.widget {margin-top: -5px;}
+.first.widget {margin-top: -5px;}
+
+/* Twitter */
+#twitter-blog li {
+    line-height: 18px;
+margin: 2px 0 12px 0;
+background: url(../images/tweet.png) no-repeat left top;
+padding-left: 25px;
+background-position-y: 4px;
+}
+
+#twitter-blog li:last-child {margin-bottom: 0;}
+
+#twitter-blog b a {
+    color: #888;
+    font-weight: normal;
+}
+
+/* Flickr */
+.flickr-widget-blog {margin-right: -15px;}
+.flickr-widget-blog img {display: block; width: 100%;}
+
+.flickr-widget-blog a {
+    float: left;
+    width: 57px;
+    height: 57px;
+    margin-right: 10px;
+    margin-bottom: 10px;
+    border: 1px solid #ddd;
+    padding: 4px;
+    -webkit-box-shadow:  0px 1px 1px 0px rgba(180, 180, 180, 0.1);
+    box-shadow:  0px 1px 1px 0px rgba(180, 180, 180, 0.1);
+}
+
+.ie7 .flickr-widget-blog a {width: 53px; height: 53px;}
+
+
+/* ---------------------------------= */
+/* Pricing Tables
+----------------------------------- */
+
+
+.pricing-table {
+    /*float: left;*/
+   
+}
+
+.pricing-table h3 {
+    font-size: 16px;
+    text-align: center;
+    color: #fff;
+    padding: 6px 0;
+    margin: 0;
+}
+
+.pricing-table li {
+    color: #888;
+    background: #fdfdfd;
+    text-align: center;
+    padding: 11px 0;
+    border-bottom: 1px solid #fff;
+}
+
+.pricing-table li:nth-child(2n) {
+    background: #f4f4f4;
+}
+
+.pricing-table h4 {
+    padding:0 0 10px
+}
+
+a.sign-up {
+    text-decoration:none;
+    text-align: center;
+    display: block;
+    color: #fff !important;
+    padding: 12px 0;
+    font-weight: bold;
+    font-size: 14px;
+    -webkit-transition: all 0.1s ease-in-out;
+    -moz-transition: all 0.1s ease-in-out;
+    -o-transition: all 0.1s ease-in-out;
+    -ms-transition: all 0.1s ease-in-out;
+    transition: all 0.1s ease-in-out;
+}
+
+a.sign-up:hover {
+    opacity: 0.9;
+    filter: alpha(opacity=90);
+}
+
+/* Table
+------------------*/
+.pricing-table h3,
+.pricing-table h4 {
+    color: #fff;
+    margin: 0;
+}
+
+.pricing-table h4 {
+    padding: 15px 0;
+}
+
+.price,
+.time {
+    display: block;
+    text-align: center;
+    line-height: 24px;
+}
+
+.price {
+    font-size: 24px;
+    font-weight: normal;
+}
+
+.time {
+    font-size: 12px;
+    font-weight: normal;
+}
+
+/* Color Schemes
+------------------*/
+
+/* Color - 1 */
+.pricing-table .color-1 h3, .color-1 .sign-up {background-color: #808080; border-bottom: 1px solid #4d4d4d;}
+.pricing-table .color-1 h4 {background-color: #909090;border-top:1px solid #B8B8B8;}
+
+/* Color - 2 */
+.pricing-table .color-2 h3, .color-2 .sign-up {background-color: #404040;border-bottom: 1px solid #303030;}
+.pricing-table .color-2 h4 {background-color: #4c4c4c;border-top:1px solid #5a5a5a;}
+
+/* Color - 3 */
+.pricing-table .color-3 h3, .color-3 .sign-up {background-color: #111;border-bottom: 1px solid #424242;}
+.pricing-table .color-3 h4 {background-color: #333;border-top:1px solid #111;}
+
+/* Social Icons
+------------------*/
+
+/* Header Icons */
+.social-icons {
+    margin: 0;
+    float: right;
+}
+
+
+.social-icons li {
+    display: inline;
+    list-style: none;
+    text-indent: -9999px;
+    margin-left: 5px;
+    background-position: 0 -38px;
+    float: left;
+    opacity: 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;
+    border-radius:20px;
+    -moz-border-radius:20px;
+    -webkit-border-radius:20px;
+}
+
+.social-icons li a {
+    background-repeat: no-repeat;
+    background-position: 0 0;
+    display: block;
+    height: 28px;
+    width: 28px;
+}
+
+.social-icons li:hover {opacity: 1;}
+
+/* Social Widget Icons */
+#social a {
+    width: 28px;
+    height: 28px;
+    margin: 0 6px 6px 0;
+    display: block;
+    float: left;
+    text-indent: -9999px;
+    background-position: 0 -38px;
+}
+
+#social a img{
+    border: none;
+}
+
+/* Icon List */
+.amazon {background: url(../images/icons/social/amazon.png) no-repeat;}
+.behance {background: url(../images/icons/social/behance.png) no-repeat;}
+.blogger {background: url(../images/icons/social/blogger.png) no-repeat;}
+.deviantart{background: url(../images/icons/social/deviantart.png) no-repeat;}
+.dribbble {background: url(../images/icons/social/dribbble.png) no-repeat;}
+.dropbox {background: url(../images/icons/social/dropbox.png) no-repeat;}
+.evernote {background: url(../images/icons/social/evernote.png) no-repeat;}
+.facebook {background: url(../images/icons/social/facebook.png) no-repeat;}
+.forrst {background: url(../images/icons/social/forrst.png) no-repeat;}
+.github {background: url(../images/icons/social/github.png) no-repeat;}
+.googleplus {background: url(../images/icons/social/googleplus.png) no-repeat;}
+.jolicloud {background: url(../images/icons/social/jolicloud.png) no-repeat;}
+.last-fm {background: url(../images/icons/social/last-fm.png) no-repeat;}
+.linkedin {background: url(../images/icons/social/linkedin.png) no-repeat;}
+.picasa {background: url(../images/icons/social/picasa.png) no-repeat;}
+.pintrest {background: url(../images/icons/social/pintrest.png) no-repeat;}
+.rss {background: url(../images/icons/social/rss.png) no-repeat;}
+.skype {background: url(../images/icons/social/skype.png) no-repeat;}
+.spotify {background: url(../images/icons/social/spotify.png) no-repeat;}
+.stumbleupon {background: url(../images/icons/social/stumbleupon.png) no-repeat;}
+.tumblr {background: url(../images/icons/social/tumblr.png) no-repeat;}
+.twitter {background: url(../images/icons/social/twitter.png) no-repeat;}
+.vimeo {background: url(../images/icons/social/vimeo.png) no-repeat;}
+.wordpress {background: url(../images/icons/social/wordpress.png) no-repeat;}
+.xing {background: url(../images/icons/social/xing.png) no-repeat;}
+.yahoo {background: url(../images/icons/social/yahoo.png) no-repeat;}
+.youtube {background: url(../images/icons/social/youtube.png) no-repeat;}
+
+/* List Styles
+------------------*/
+.check_list,
+.plus_list ,
+.minus_list ,
+.star_list ,
+.arrow_list ,
+.square_list ,
+.circle_list ,
+.cross_list  {
+    margin-left: 0px !important;
+}
+
+.check_list li,
+.plus_list li,
+.minus_list li,
+.star_list li,
+.arrow_list li,
+.square_list li,
+.circle_list li,
+.cross_list li {
+    list-style: none;
+    margin: 5px 0;
+}
+
+.check_list li {background: url(../images/icons/list/list_check.png) no-repeat 0% 50%; padding: 0 0 0 18px;}
+.plus_list  li {background: url(../images/icons/list/list_plus.png) no-repeat 0% 50%; padding: 0 0 0 18px;}
+.minus_list  li {background: url(../images/icons/list/list_minus.png) no-repeat 0% 50%; padding: 0 0 0 18px;}
+.star_list  li {background: url(../images/icons/list/list_star.png) no-repeat 0% 50%; padding: 0 0 0 16px;}
+.arrow_list  li {background: url(../images/icons/list/list_arrow.png) no-repeat 0% 50%; padding: 0 0 0 16px;}
+.square_list  li {background: url(../images/icons/list/list_square.png) no-repeat 0% 50%; padding: 0 0 0 16px;}
+.circle_list  li {background: url(../images/icons/list/list_circle.png) no-repeat 0% 50%; padding: 0 0 0 16px;}
+.cross_list  li {background: url(../images/icons/list/list_cross.png) no-repeat 0% 50%; padding: 0 0 0 16px;}
+
+
+/* ---------------------------------= */
+/* Media Queries
+----------------------------------- */
+
+/* Higher than 960 (desktop devices)
+----------------------------------- */
+@media only screen and (min-width: 960px) {
+
+    .flexslider.home {
+        min-height: 400px;
+    }
+
+}
+
+
+/* All Mobile Sizes (devices and browser)
+----------------------------------- */
+@media only screen and (max-width: 767px) {
+
+    #navigation {
+        float: none;
+    }
+
+    .js .selectnav {
+        display: block;
+    }
+
+    .js #nav,
+    .slide-caption,
+    .search-form,
+    #tagline,
+    .social-icons,
+    .widget,
+    .widget-alt,
+    #navigation ul li a {
+        display: none;
+    }
+
+    .social-icons.about {
+        display: block;
+        margin-bottom: 30px;
+    }
+
+    #contact-top {
+	text-align: center;
+	float: right;
+    }
+
+    #scroll-top-top {
+        display: none;
+    }
+
+    .icon-box i {
+        margin-left: -10px !important;
+    }
+
+    .post-meta {
+        display: none;
+    }
+
+    .post-title h2 {
+        line-height: 26px;
+        margin-bottom: 15px;
+    }
+
+    .post-icon {
+        margin-top: 28px;
+    }
+
+    #filters,
+    #portfolio-navi {
+        position: relative;
+        text-align: left;
+        display: block;
+        margin: 0 0 23px 0;
+    }
+
+    #portfolio-navi {
+        margin: -5px 0 25px 0;
+    }
+
+    .portfolio-item {
+        margin: 5px 0 25px 0 !important;
+    }
+
+    .item-description.related {
+        margin-bottom: 30px;
+    }
+	
+	 .flexslider.home {
+        display: none;
+    }
+	
+	.picture img {
+		max-width: 250px;
+		height: auto;
+	}
+	
+}
+
+
+/* NEW */
+/* #Clearing
+------------------------- */
+
+/* Self Clearing Goodness */
+.container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }
+
+/* Use clearfix class on parent to clear nested columns,
+or wrap each row of columns in a <div class="row"> */
+.clearfix:before,
+.clearfix:after,
+.row:before,
+.row:after {
+    content: '\0020';
+    display: block;
+    overflow: hidden;
+    visibility: hidden;
+    width: 0;
+    height: 0; }
+.row:after,
+.clearfix:after {
+    clear: both; }
+.row,
+.clearfix {
+    zoom: 1; }
+
+/* You can also use a <br class="clear" /> to clear columns */
+.clear {
+    clear: both;
+    display: block;
+    overflow: hidden;
+    visibility: hidden;
+    width: 0;
+    height: 0;
+}
+
+/*Client Logo, Grayscale & Hover Effect*/
+
+.client-logo{
+    filter: grayscale(100%);
+    -moz-filter: grayscale(100%);
+    -webkit-filter: grayscale(100%);
+    -o-filter: grayscale(100%);
+    -webkit-transition: all 0.3s ease;
+    -moz-transition: all  0.3s ease;
+    -o-transition: all 0.3s ease;
+    transition: all  0.3s ease;
+
+}
+.client-logo:hover{
+
+    filter: grayscale(0%);
+    -moz-filter: grayscale(0%);
+    -webkit-filter: grayscale(0%);
+    -o-filter: grayscale(0%);
+
+    -webkit-transition: all 0.3s ease;
+    -moz-transition: all  0.3s ease;
+    -o-transition: all 0.3s ease;
+    transition: all  0.3s ease;
+
+}
+
+
+
+
+
+
+/*Features Box */
+
+.featuresbox{
+    border: 1px solid #e7e7e7;
+
+
+    text-align: center;
+
+    padding:20px;
+
+    background: #fff;
+
+    transition: all 0.5s ease-in-out;
+    -moz-transition: all 0.5s ease-in-out;
+    -webkit-transition: all 0.5s ease-in-out;
+    -o-transition: all 0.5s ease-in-out;
+    -ms-transition: all 0.5s ease-in-out;
+}
+
+.featuresbox:hover{
+    /* fallback */ 
+    background-color: #f9f9f9;
+
+    /* Safari 4-5, Chrome 1-9 */ 
+    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f1f1f1), to(#f9f9f9)); 
+
+    /* Safari 5.1, Chrome 10+ */ 
+    background: -webkit-linear-gradient(top, #f9f9f9, #f1f1f1); 
+
+    /* Firefox 3.6+ */ 
+    background: -moz-linear-gradient(top, #f9f9f9, #f1f1f1); 
+
+    /* IE 10 */ 
+    background: -ms-linear-gradient(top, #f9f9f9, #f1f1f1); 
+
+    /* Opera 11.10+ */ 
+    background: -o-linear-gradient(top, #f9f9f9, #f1f1f1);
+
+    box-shadow: inset 0 0 0 1px #fff;
+    -moz-box-shadow: inset 0 0 0 1px #fff;
+    -webkit-box-shadow: inset 0 0 0 1px #fff;
+    -o-box-shadow: inset 0 0 0 1px #fff;
+    -ms-box-shadow: inset 0 0 0 1px #fff;
+
+    -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-out;
+    transition: all 0.3s ease-in-out;
+}
+
+.feature-image {
+    width: 62px;
+    height: 55px;
+    display: block;
+    margin: 0 auto;
+}
+
+/*blog entry*/
+
+.entry{float:left; margin-bottom:10px;}
+.entry span.meta{ display:block; padding:0; width:50px; float:left; text-align:center;}
+.entry span.meta strong{ font-size:18px; background:#f6f6f6; color:#555; border:1px solid #ececec; display:block; float:left; width:100%; padding:5px 0;}
+.entry span.meta small{ font-size:11px; background:#444; border:1px solid #333; display:block; float:left; width:100%; padding:0; color:#fff;}
+.entry div{ float:right; width:79%;}
+.entry div h4{ margin-bottom:10px; font-size:14px; margin-top: 0px !important;}
+.entry div h4 a{ color:#181818;}
+.entry div h4 a:hover{ color:gray;}
+
+/*ribbon*/
+
+.ribbon{margin:0}
+.ribbon span{position:absolute;display:inline-block;top:22px;right:-25px;color:#fff;text-align:center;text-transform:uppercase;background:#f26a46;width:100px;padding:3px 10px;-webkit-box-shadow:0 0 10px rgba(0,0,0,0.2),inset 0 5px 30px rgba(255,255,255,0.2);-moz-box-shadow:0 0 10px rgba(0,0,0,0.2),inset 0 5px 30px rgba(255,255,255,0.2);box-shadow:0 0 10px rgba(0,0,0,0.2),inset 0 5px 30px rgba(255,255,255,0.2);-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);-ms-transform:rotate(45deg)}
+.ie .ribbon span{right:0;top:0;padding:3px}
+
+/*ribbon end*/ 
+
+/*label*/ 
+.label{font-weight: normal;}
+
+.dropdown-menu .active > a,
+.dropdown-menu .active > a:hover {
+  background: #999 !important;
+  color: #fff !important;
+  }
+  
+  .dropdown-menu li > a:hover,
+.dropdown-menu li > a:focus,
+.dropdown-submenu:hover > a {
+    
+    background: #999 !important;
+}
+ .form-signin {
+        max-width: 300px;
+        padding: 19px 29px 29px;
+       
+        background-color: #fff;
+        border: 1px solid #e5e5e5;
+        -webkit-border-radius: 5px;
+           -moz-border-radius: 5px;
+                border-radius: 5px;
+        -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
+           -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
+                box-shadow: 0 1px 2px rgba(0,0,0,.05);
+      }
+      .form-signin .form-signin-heading,
+      .form-signin .checkbox {
+        margin-bottom: 10px;
+      }
+      .form-signin input[type="text"],
+      .form-signin input[type="password"] {
+        font-size: 16px;
+        height: auto;
+        margin-bottom: 15px;
+        padding: 7px 9px;
+      }
+      
+        .container-narrow {
+        margin: 0 auto;
+        max-width: 700px;
+      }
+      .jumbotron {
+        margin: 60px 0;
+        text-align: center;
+      }
+      .jumbotron h1 {
+        font-size: 72px;
+        line-height: 1;
+      }
+      
+       /* Featurettes
+    ------------------------- */
+
+    .featurette-divider {
+      margin: 80px 0; /* Space out the Bootstrap <hr> more */
+    }
+    .featurette {
+      padding-top: 120px; /* Vertically center images part 1: add padding above and below text. */
+      overflow: hidden; /* Vertically center images part 2: clear their floats. */
+    }
+    .featurette-image {
+      margin-top: -120px; /* Vertically center images part 3: negative margin up the image the same amount of the padding to center it. */
+    }
+
+    /* Give some space on the sides of the floated elements so text doesn't run right into it. */
+    .featurette-image.pull-left {
+      margin-right: 40px;
+    }
+    .featurette-image.pull-right {
+      margin-left: 40px;
+    }
+
+    /* Thin out the marketing headings */
+    .featurette-heading {
+      font-size: 50px;
+      font-weight: 300;
+      line-height: 1;
+      letter-spacing: -1px;
+    }
+/*    
+    #Links
+------------------------- */
+
+a,a:visited {color: #333; text-decoration: none; outline: 0; -webkit-transition: color 0.1s ease-in-out; -moz-transition: color 0.1s ease-in-out; -o-transition: color 0.1s ease-in-out; -transition: color 0.1s ease-in-out;}
+	a:hover, a:focus { color: #888;  text-decoration: none;}
+	p a, p a:visited { line-height: inherit; }

Added: flex/site/trunk/content/v2/css/switcher.css
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/v2/css/switcher.css?rev=1430124&view=auto
==============================================================================
--- flex/site/trunk/content/v2/css/switcher.css (added)
+++ flex/site/trunk/content/v2/css/switcher.css Tue Jan  8 03:13:14 2013
@@ -0,0 +1,113 @@
+/* =================================================================== */
+/* Styles Switcher
+====================================================================== */
+
+	#style-switcher h3 {
+		color:#000;
+		font-size:12px;
+		margin: 0px 0 -3px 3px;
+              
+	}
+	
+	#style-switcher {
+		background: #fff;
+		width:300px;
+		position:fixed;
+		right:0px;
+		z-index:9999;
+                top: 0;
+		border-radius: 0 0 10px 10px;
+                margin-top:0px;
+	}
+	
+	#style-switcher div {
+		padding:5px 10px;
+	}
+	
+	#style-switcher h2 {
+		background: #333;
+		color: #FFFFFF;
+		font-weight: bold;
+		padding: 0;
+		font-size: 14px;
+		padding: 6px 0 5px 10px;
+                text-align : center;
+                margin-top:0px;
+	}
+	
+	#style-switcher h2 a {
+		
+		display: block;
+		height: 41px;
+		position: absolute;
+		left: -81px;
+                top:50%;
+		width: 81px;
+		border-radius: 0px;
+                background: #333;
+color: white;
+font-weight: bold;
+padding: 0;
+font-size: 14px;
+	}
+	
+	.colors { list-style:none; margin:0px 0px 10px 0px; overflow: hidden}
+	.colors li { float:left; margin:2px; }
+	.colors li a { display: block; width:15px; height:15px; cursor: pointer;
+        border-radius: 12px;
+        -moz-border-radius: 12px;
+        -webkig-border-radius: 12px;
+        } 
+	
+	.layout-style select {
+		width: 100%;
+		padding: 5px;
+		
+		margin:0 0 0 -5px;
+		color: #666;
+		cursor: pointer;
+	}
+	
+	#reset {margin: 0 0 15px 2px;}
+	
+	
+	.green, .green-bg { background: #72b626; }
+	.blue, .blue-bg { background: #2db2ea; }
+	.orange, .orange-bg {background: #fa5b0f; }
+	.navy, .navy-bg { background: #495d7f; }
+	.yellow, .yellow-bg { background: #ffb400; }
+	.peach, .peach-bg { background :#fcab55; }
+	.red, .red-bg { background: #c62020; }
+	.beige, .beige-bg { background: #bfa980; }
+	.pink, .pink-bg { background: #c71c77; }
+	.cyan, .cyan-bg { background: #37b6bd;}
+	.celadon, .celadon-bg { background: #74aea1;}
+	.brown, .brown-bg { background: #784e3d; }
+	.cherry, .cherry-bg { background: #911938;}
+	.gray, .gray-bg { background: #666666;}
+	.purple, .purple-bg { background: #6957af; }
+	.olive, .olive-bg { background: #b3c211; }
+	.dark, .dark-bg { background: #404040; }
+	.dirty-green, .dirty-green-bg { background: #3b6e40; }
+
+	.bg1 { background-image: url("../images/bg/noise.png"); }
+	.bg2 { background-image: url("../images/bg/retina_dust.png"); }
+	.bg3 { background-image: url("../images/bg/brushed_alu.png"); }
+	.bg4 { background-image: url("../images/bg/crisp_paper_ruffles.png"); }
+	.bg5 { background-image: url("../images/bg/dark_wall.png"); }
+	.bg6 { background-image: url("../images/bg/darkdenim3.png"); }
+	.bg7 { background-image: url("../images/bg/diamond_upholstery.png"); }
+	.bg8 { background-image: url("../images/bg/egg_shell.png"); }
+	.bg9 { background-image: url("../images/bg/light_toast.png"); }
+	.bg10 { background-image: url("../images/bg/noise_pattern_with_crosslines.png"); }
+	.bg11 { background-image: url("../images/bg/purty_wood.png"); }
+	.bg12 { background-image: url("../images/bg/subtle_stripes.png"); }
+	.bg13 { background-image: url("../images/bg/textured_stripes.png"); }
+	.bg14 { background-image: url("../images/bg/tileable_wood_texture.png"); }
+	.bg15 { background-image: url("../images/bg/scribble_light.png"); }
+	.bg16 { background-image: url("../images/bg/vertical_cloth.png"); }
+	.bg17 { background-image: url("../images/bg/vichy.png"); }
+	.bg18 { background-image: url("../images/bg/washi.png"); }
+	.colors li a.active { box-shadow:0 0 0 2px #404040 inset }
+	
+	@media only screen and (max-width: 1029px) {#style-switcher {display: none;}}

Added: flex/site/trunk/content/v2/images/Adobe.png
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/v2/images/Adobe.png?rev=1430124&view=auto
==============================================================================
Binary file - no diff available.

Propchange: flex/site/trunk/content/v2/images/Adobe.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: flex/site/trunk/content/v2/images/Michigan_State_University_logo.png
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/v2/images/Michigan_State_University_logo.png?rev=1430124&view=auto
==============================================================================
Binary file - no diff available.

Propchange: flex/site/trunk/content/v2/images/Michigan_State_University_logo.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: flex/site/trunk/content/v2/images/avaya_logo.jpg
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/v2/images/avaya_logo.jpg?rev=1430124&view=auto
==============================================================================
Binary file - no diff available.

Propchange: flex/site/trunk/content/v2/images/avaya_logo.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: flex/site/trunk/content/v2/images/bg/dark_wall.png
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/v2/images/bg/dark_wall.png?rev=1430124&view=auto
==============================================================================
Binary file - no diff available.

Propchange: flex/site/trunk/content/v2/images/bg/dark_wall.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: flex/site/trunk/content/v2/images/brush-icon.png
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/v2/images/brush-icon.png?rev=1430124&view=auto
==============================================================================
Binary file - no diff available.

Propchange: flex/site/trunk/content/v2/images/brush-icon.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: flex/site/trunk/content/v2/images/comps/spinner-1.psd
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/v2/images/comps/spinner-1.psd?rev=1430124&view=auto
==============================================================================
Binary file - no diff available.

Propchange: flex/site/trunk/content/v2/images/comps/spinner-1.psd
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: flex/site/trunk/content/v2/images/comps/spinner-2.psd
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/v2/images/comps/spinner-2.psd?rev=1430124&view=auto
==============================================================================
Binary file - no diff available.

Propchange: flex/site/trunk/content/v2/images/comps/spinner-2.psd
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: flex/site/trunk/content/v2/images/comps/spinner-3.psd
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/v2/images/comps/spinner-3.psd?rev=1430124&view=auto
==============================================================================
Binary file - no diff available.

Propchange: flex/site/trunk/content/v2/images/comps/spinner-3.psd
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: flex/site/trunk/content/v2/images/comps/spinner-4.psd
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/v2/images/comps/spinner-4.psd?rev=1430124&view=auto
==============================================================================
Binary file - no diff available.

Propchange: flex/site/trunk/content/v2/images/comps/spinner-4.psd
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: flex/site/trunk/content/v2/images/ctrl-buttons.png
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/v2/images/ctrl-buttons.png?rev=1430124&view=auto
==============================================================================
Binary file - no diff available.

Propchange: flex/site/trunk/content/v2/images/ctrl-buttons.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: flex/site/trunk/content/v2/images/desktop-sm.png
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/v2/images/desktop-sm.png?rev=1430124&view=auto
==============================================================================
Binary file - no diff available.

Propchange: flex/site/trunk/content/v2/images/desktop-sm.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: flex/site/trunk/content/v2/images/effectiveui.jpg
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/v2/images/effectiveui.jpg?rev=1430124&view=auto
==============================================================================
Binary file - no diff available.

Propchange: flex/site/trunk/content/v2/images/effectiveui.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: flex/site/trunk/content/v2/images/extreme_logo.png
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/v2/images/extreme_logo.png?rev=1430124&view=auto
==============================================================================
Binary file - no diff available.

Propchange: flex/site/trunk/content/v2/images/extreme_logo.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: flex/site/trunk/content/v2/images/fancybox_buttons.png
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/v2/images/fancybox_buttons.png?rev=1430124&view=auto
==============================================================================
Binary file - no diff available.

Propchange: flex/site/trunk/content/v2/images/fancybox_buttons.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: flex/site/trunk/content/v2/images/fancybox_loading.gif
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/v2/images/fancybox_loading.gif?rev=1430124&view=auto
==============================================================================
Binary file - no diff available.

Propchange: flex/site/trunk/content/v2/images/fancybox_loading.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: flex/site/trunk/content/v2/images/fancybox_sprite.png
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/v2/images/fancybox_sprite.png?rev=1430124&view=auto
==============================================================================
Binary file - no diff available.

Propchange: flex/site/trunk/content/v2/images/fancybox_sprite.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: flex/site/trunk/content/v2/images/headline-bg.png
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/v2/images/headline-bg.png?rev=1430124&view=auto
==============================================================================
Binary file - no diff available.

Propchange: flex/site/trunk/content/v2/images/headline-bg.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: flex/site/trunk/content/v2/images/headline-footer-bg.png
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/v2/images/headline-footer-bg.png?rev=1430124&view=auto
==============================================================================
Binary file - no diff available.

Propchange: flex/site/trunk/content/v2/images/headline-footer-bg.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: flex/site/trunk/content/v2/images/howFlexWorks.png
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/v2/images/howFlexWorks.png?rev=1430124&view=auto
==============================================================================
Binary file - no diff available.

Propchange: flex/site/trunk/content/v2/images/howFlexWorks.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: flex/site/trunk/content/v2/images/icons/glyphicons-mini-white.png
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/v2/images/icons/glyphicons-mini-white.png?rev=1430124&view=auto
==============================================================================
Binary file - no diff available.

Propchange: flex/site/trunk/content/v2/images/icons/glyphicons-mini-white.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: flex/site/trunk/content/v2/images/icons/glyphicons-mini.png
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/v2/images/icons/glyphicons-mini.png?rev=1430124&view=auto
==============================================================================
Binary file - no diff available.

Propchange: flex/site/trunk/content/v2/images/icons/glyphicons-mini.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: flex/site/trunk/content/v2/images/icons/glyphicons-white.png
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/v2/images/icons/glyphicons-white.png?rev=1430124&view=auto
==============================================================================
Binary file - no diff available.

Propchange: flex/site/trunk/content/v2/images/icons/glyphicons-white.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: flex/site/trunk/content/v2/images/icons/glyphicons.png
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/v2/images/icons/glyphicons.png?rev=1430124&view=auto
==============================================================================
Binary file - no diff available.

Propchange: flex/site/trunk/content/v2/images/icons/glyphicons.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: flex/site/trunk/content/v2/images/icons/list/list_arrow.png
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/v2/images/icons/list/list_arrow.png?rev=1430124&view=auto
==============================================================================
Binary file - no diff available.

Propchange: flex/site/trunk/content/v2/images/icons/list/list_arrow.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: flex/site/trunk/content/v2/images/icons/list/list_check.png
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/v2/images/icons/list/list_check.png?rev=1430124&view=auto
==============================================================================
Binary file - no diff available.

Propchange: flex/site/trunk/content/v2/images/icons/list/list_check.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: flex/site/trunk/content/v2/images/icons/list/list_circle.png
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/v2/images/icons/list/list_circle.png?rev=1430124&view=auto
==============================================================================
Binary file - no diff available.

Propchange: flex/site/trunk/content/v2/images/icons/list/list_circle.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: flex/site/trunk/content/v2/images/icons/list/list_cross.png
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/v2/images/icons/list/list_cross.png?rev=1430124&view=auto
==============================================================================
Binary file - no diff available.

Propchange: flex/site/trunk/content/v2/images/icons/list/list_cross.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: flex/site/trunk/content/v2/images/icons/list/list_minus.png
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/v2/images/icons/list/list_minus.png?rev=1430124&view=auto
==============================================================================
Binary file - no diff available.

Propchange: flex/site/trunk/content/v2/images/icons/list/list_minus.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: flex/site/trunk/content/v2/images/icons/list/list_plus.png
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/v2/images/icons/list/list_plus.png?rev=1430124&view=auto
==============================================================================
Binary file - no diff available.

Propchange: flex/site/trunk/content/v2/images/icons/list/list_plus.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: flex/site/trunk/content/v2/images/icons/list/list_square.png
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/v2/images/icons/list/list_square.png?rev=1430124&view=auto
==============================================================================
Binary file - no diff available.

Propchange: flex/site/trunk/content/v2/images/icons/list/list_square.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: flex/site/trunk/content/v2/images/icons/list/list_star.png
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/v2/images/icons/list/list_star.png?rev=1430124&view=auto
==============================================================================
Binary file - no diff available.

Propchange: flex/site/trunk/content/v2/images/icons/list/list_star.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: flex/site/trunk/content/v2/images/icons/social/amazon.png
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/v2/images/icons/social/amazon.png?rev=1430124&view=auto
==============================================================================
Binary file - no diff available.

Propchange: flex/site/trunk/content/v2/images/icons/social/amazon.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: flex/site/trunk/content/v2/images/icons/social/behance.png
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/v2/images/icons/social/behance.png?rev=1430124&view=auto
==============================================================================
Binary file - no diff available.

Propchange: flex/site/trunk/content/v2/images/icons/social/behance.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: flex/site/trunk/content/v2/images/icons/social/blogger.png
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/v2/images/icons/social/blogger.png?rev=1430124&view=auto
==============================================================================
Binary file - no diff available.

Propchange: flex/site/trunk/content/v2/images/icons/social/blogger.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: flex/site/trunk/content/v2/images/icons/social/deviantart.png
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/v2/images/icons/social/deviantart.png?rev=1430124&view=auto
==============================================================================
Binary file - no diff available.

Propchange: flex/site/trunk/content/v2/images/icons/social/deviantart.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: flex/site/trunk/content/v2/images/icons/social/dribbble.png
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/v2/images/icons/social/dribbble.png?rev=1430124&view=auto
==============================================================================
Binary file - no diff available.

Propchange: flex/site/trunk/content/v2/images/icons/social/dribbble.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: flex/site/trunk/content/v2/images/icons/social/dropbox.png
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/v2/images/icons/social/dropbox.png?rev=1430124&view=auto
==============================================================================
Binary file - no diff available.

Propchange: flex/site/trunk/content/v2/images/icons/social/dropbox.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: flex/site/trunk/content/v2/images/icons/social/evernote.png
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/v2/images/icons/social/evernote.png?rev=1430124&view=auto
==============================================================================
Binary file - no diff available.

Propchange: flex/site/trunk/content/v2/images/icons/social/evernote.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: flex/site/trunk/content/v2/images/icons/social/facebook.png
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/v2/images/icons/social/facebook.png?rev=1430124&view=auto
==============================================================================
Binary file - no diff available.

Propchange: flex/site/trunk/content/v2/images/icons/social/facebook.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: flex/site/trunk/content/v2/images/icons/social/forrst.png
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/v2/images/icons/social/forrst.png?rev=1430124&view=auto
==============================================================================
Binary file - no diff available.

Propchange: flex/site/trunk/content/v2/images/icons/social/forrst.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: flex/site/trunk/content/v2/images/icons/social/github.png
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/v2/images/icons/social/github.png?rev=1430124&view=auto
==============================================================================
Binary file - no diff available.

Propchange: flex/site/trunk/content/v2/images/icons/social/github.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: flex/site/trunk/content/v2/images/icons/social/googleplus.png
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/v2/images/icons/social/googleplus.png?rev=1430124&view=auto
==============================================================================
Binary file - no diff available.

Propchange: flex/site/trunk/content/v2/images/icons/social/googleplus.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: flex/site/trunk/content/v2/images/icons/social/jolicloud.png
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/v2/images/icons/social/jolicloud.png?rev=1430124&view=auto
==============================================================================
Binary file - no diff available.

Propchange: flex/site/trunk/content/v2/images/icons/social/jolicloud.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: flex/site/trunk/content/v2/images/icons/social/last-fm.png
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/v2/images/icons/social/last-fm.png?rev=1430124&view=auto
==============================================================================
Binary file - no diff available.

Propchange: flex/site/trunk/content/v2/images/icons/social/last-fm.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: flex/site/trunk/content/v2/images/icons/social/linkedin.png
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/v2/images/icons/social/linkedin.png?rev=1430124&view=auto
==============================================================================
Binary file - no diff available.

Propchange: flex/site/trunk/content/v2/images/icons/social/linkedin.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: flex/site/trunk/content/v2/images/icons/social/picasa.png
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/v2/images/icons/social/picasa.png?rev=1430124&view=auto
==============================================================================
Binary file - no diff available.

Propchange: flex/site/trunk/content/v2/images/icons/social/picasa.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: flex/site/trunk/content/v2/images/icons/social/pintrest.png
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/v2/images/icons/social/pintrest.png?rev=1430124&view=auto
==============================================================================
Binary file - no diff available.

Propchange: flex/site/trunk/content/v2/images/icons/social/pintrest.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: flex/site/trunk/content/v2/images/icons/social/rss.png
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/v2/images/icons/social/rss.png?rev=1430124&view=auto
==============================================================================
Binary file - no diff available.

Propchange: flex/site/trunk/content/v2/images/icons/social/rss.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: flex/site/trunk/content/v2/images/icons/social/skype.png
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/v2/images/icons/social/skype.png?rev=1430124&view=auto
==============================================================================
Binary file - no diff available.

Propchange: flex/site/trunk/content/v2/images/icons/social/skype.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: flex/site/trunk/content/v2/images/icons/social/spotify.png
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/v2/images/icons/social/spotify.png?rev=1430124&view=auto
==============================================================================
Binary file - no diff available.

Propchange: flex/site/trunk/content/v2/images/icons/social/spotify.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: flex/site/trunk/content/v2/images/icons/social/stumbleupon.png
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/v2/images/icons/social/stumbleupon.png?rev=1430124&view=auto
==============================================================================
Binary file - no diff available.

Propchange: flex/site/trunk/content/v2/images/icons/social/stumbleupon.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: flex/site/trunk/content/v2/images/icons/social/tumblr.png
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/v2/images/icons/social/tumblr.png?rev=1430124&view=auto
==============================================================================
Binary file - no diff available.

Propchange: flex/site/trunk/content/v2/images/icons/social/tumblr.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: flex/site/trunk/content/v2/images/icons/social/twitter.png
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/v2/images/icons/social/twitter.png?rev=1430124&view=auto
==============================================================================
Binary file - no diff available.

Propchange: flex/site/trunk/content/v2/images/icons/social/twitter.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: flex/site/trunk/content/v2/images/icons/social/vimeo.png
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/v2/images/icons/social/vimeo.png?rev=1430124&view=auto
==============================================================================
Binary file - no diff available.

Propchange: flex/site/trunk/content/v2/images/icons/social/vimeo.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: flex/site/trunk/content/v2/images/icons/social/wordpress.png
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/v2/images/icons/social/wordpress.png?rev=1430124&view=auto
==============================================================================
Binary file - no diff available.

Propchange: flex/site/trunk/content/v2/images/icons/social/wordpress.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: flex/site/trunk/content/v2/images/icons/social/xing.png
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/v2/images/icons/social/xing.png?rev=1430124&view=auto
==============================================================================
Binary file - no diff available.

Propchange: flex/site/trunk/content/v2/images/icons/social/xing.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: flex/site/trunk/content/v2/images/icons/social/yahoo.png
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/v2/images/icons/social/yahoo.png?rev=1430124&view=auto
==============================================================================
Binary file - no diff available.

Propchange: flex/site/trunk/content/v2/images/icons/social/yahoo.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: flex/site/trunk/content/v2/images/icons/social/youtube.png
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/v2/images/icons/social/youtube.png?rev=1430124&view=auto
==============================================================================
Binary file - no diff available.

Propchange: flex/site/trunk/content/v2/images/icons/social/youtube.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: flex/site/trunk/content/v2/images/laptop-icon.png
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/v2/images/laptop-icon.png?rev=1430124&view=auto
==============================================================================
Binary file - no diff available.

Propchange: flex/site/trunk/content/v2/images/laptop-icon.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: flex/site/trunk/content/v2/images/logo_01_fullcolor-sm.png
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/v2/images/logo_01_fullcolor-sm.png?rev=1430124&view=auto
==============================================================================
Binary file - no diff available.

Propchange: flex/site/trunk/content/v2/images/logo_01_fullcolor-sm.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: flex/site/trunk/content/v2/images/mobile-sm.png
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/v2/images/mobile-sm.png?rev=1430124&view=auto
==============================================================================
Binary file - no diff available.

Propchange: flex/site/trunk/content/v2/images/mobile-sm.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: flex/site/trunk/content/v2/images/nav-divider.png
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/v2/images/nav-divider.png?rev=1430124&view=auto
==============================================================================
Binary file - no diff available.

Propchange: flex/site/trunk/content/v2/images/nav-divider.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: flex/site/trunk/content/v2/images/nav-shadow.png
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/v2/images/nav-shadow.png?rev=1430124&view=auto
==============================================================================
Binary file - no diff available.

Propchange: flex/site/trunk/content/v2/images/nav-shadow.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: flex/site/trunk/content/v2/images/overlay-icon-01.png
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/v2/images/overlay-icon-01.png?rev=1430124&view=auto
==============================================================================
Binary file - no diff available.

Propchange: flex/site/trunk/content/v2/images/overlay-icon-01.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: flex/site/trunk/content/v2/images/overlay-icon-02.png
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/v2/images/overlay-icon-02.png?rev=1430124&view=auto
==============================================================================
Binary file - no diff available.

Propchange: flex/site/trunk/content/v2/images/overlay-icon-02.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: flex/site/trunk/content/v2/images/portfolio/p1.jpg
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/v2/images/portfolio/p1.jpg?rev=1430124&view=auto
==============================================================================
Binary file - no diff available.

Propchange: flex/site/trunk/content/v2/images/portfolio/p1.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: flex/site/trunk/content/v2/images/portfolio/p2.jpg
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/v2/images/portfolio/p2.jpg?rev=1430124&view=auto
==============================================================================
Binary file - no diff available.

Propchange: flex/site/trunk/content/v2/images/portfolio/p2.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: flex/site/trunk/content/v2/images/portfolio/p3.jpg
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/v2/images/portfolio/p3.jpg?rev=1430124&view=auto
==============================================================================
Binary file - no diff available.

Propchange: flex/site/trunk/content/v2/images/portfolio/p3.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: flex/site/trunk/content/v2/images/portfolio/p4.jpg
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/v2/images/portfolio/p4.jpg?rev=1430124&view=auto
==============================================================================
Binary file - no diff available.

Propchange: flex/site/trunk/content/v2/images/portfolio/p4.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: flex/site/trunk/content/v2/images/portfolio/p5.jpg
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/v2/images/portfolio/p5.jpg?rev=1430124&view=auto
==============================================================================
Binary file - no diff available.

Propchange: flex/site/trunk/content/v2/images/portfolio/p5.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: flex/site/trunk/content/v2/images/portfolio/p6.jpg
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/v2/images/portfolio/p6.jpg?rev=1430124&view=auto
==============================================================================
Binary file - no diff available.

Propchange: flex/site/trunk/content/v2/images/portfolio/p6.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: flex/site/trunk/content/v2/images/portfolio/p7.jpg
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/v2/images/portfolio/p7.jpg?rev=1430124&view=auto
==============================================================================
Binary file - no diff available.

Propchange: flex/site/trunk/content/v2/images/portfolio/p7.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: flex/site/trunk/content/v2/images/scroll-top-top.png
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/v2/images/scroll-top-top.png?rev=1430124&view=auto
==============================================================================
Binary file - no diff available.

Propchange: flex/site/trunk/content/v2/images/scroll-top-top.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: flex/site/trunk/content/v2/images/slider1.jpg
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/v2/images/slider1.jpg?rev=1430124&view=auto
==============================================================================
Binary file - no diff available.

Propchange: flex/site/trunk/content/v2/images/slider1.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: flex/site/trunk/content/v2/images/slider2.jpg
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/v2/images/slider2.jpg?rev=1430124&view=auto
==============================================================================
Binary file - no diff available.

Propchange: flex/site/trunk/content/v2/images/slider2.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: flex/site/trunk/content/v2/images/slider3.jpg
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/v2/images/slider3.jpg?rev=1430124&view=auto
==============================================================================
Binary file - no diff available.

Propchange: flex/site/trunk/content/v2/images/slider3.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: flex/site/trunk/content/v2/images/slider4.jpg
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/v2/images/slider4.jpg?rev=1430124&view=auto
==============================================================================
Binary file - no diff available.

Propchange: flex/site/trunk/content/v2/images/slider4.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: flex/site/trunk/content/v2/images/staff-1.jpg
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/v2/images/staff-1.jpg?rev=1430124&view=auto
==============================================================================
Binary file - no diff available.

Propchange: flex/site/trunk/content/v2/images/staff-1.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: flex/site/trunk/content/v2/images/staff-2.jpg
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/v2/images/staff-2.jpg?rev=1430124&view=auto
==============================================================================
Binary file - no diff available.

Propchange: flex/site/trunk/content/v2/images/staff-2.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: flex/site/trunk/content/v2/images/staff-3.jpg
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/v2/images/staff-3.jpg?rev=1430124&view=auto
==============================================================================
Binary file - no diff available.

Propchange: flex/site/trunk/content/v2/images/staff-3.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: flex/site/trunk/content/v2/images/support-icon.png
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/v2/images/support-icon.png?rev=1430124&view=auto
==============================================================================
Binary file - no diff available.

Propchange: flex/site/trunk/content/v2/images/support-icon.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: flex/site/trunk/content/v2/images/target.jpg
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/v2/images/target.jpg?rev=1430124&view=auto
==============================================================================
Binary file - no diff available.

Propchange: flex/site/trunk/content/v2/images/target.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: flex/site/trunk/content/v2/images/tools-icon.png
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/v2/images/tools-icon.png?rev=1430124&view=auto
==============================================================================
Binary file - no diff available.

Propchange: flex/site/trunk/content/v2/images/tools-icon.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: flex/site/trunk/content/v2/images/tweet.png
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/v2/images/tweet.png?rev=1430124&view=auto
==============================================================================
Binary file - no diff available.

Propchange: flex/site/trunk/content/v2/images/tweet.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: flex/site/trunk/content/v2/img/glyphicons-halflings-white.png
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/v2/img/glyphicons-halflings-white.png?rev=1430124&view=auto
==============================================================================
Binary file - no diff available.

Propchange: flex/site/trunk/content/v2/img/glyphicons-halflings-white.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: flex/site/trunk/content/v2/img/glyphicons-halflings.png
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/v2/img/glyphicons-halflings.png?rev=1430124&view=auto
==============================================================================
Binary file - no diff available.