﻿@charset "UTF-8"; /* http://www.w3.org/International/questions/qa-css-charset */

/*	-------------------------------------------------------------
	MEDIA
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

@media screen, projection
{

    .new-landing .old-landing ul, .new-landing .old-landing li,
    .new-landing .old-landing table, .new-landing .old-landing caption, .new-landing .old-landing tbody, .new-landing .old-landing tfoot, .new-landing .old-landing thead, .new-landing .old-landing tr, .new-landing .old-landing th, .new-landing .old-landing td
    {
        margin: 0;
        padding: 0;
        border: 0;
        outline: 0;
        font-size: 100%;
        vertical-align: baseline;
        background: transparent;
    }

    /*	-------------------------------------------------------------
	HACKS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

    .new-landing .old-landing .clearfix
    {
        display: block;
    }

        .new-landing .old-landing .clearfix:after
        {
            content: ".";
            display: block;
            height: 0;
            clear: both;
            visibility: hidden;
        }

    .new-landing .old-landing .clear
    {
        clear: both;
    }

    /*	-------------------------------------------------------------
	GLOBAL
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

    .new-landing .old-landing .left
    {
        text-align: left;
        float: left;
    }

    .new-landing .old-landing .center
    {
        text-align: center;
    }

    .new-landing .old-landing .right
    {
        text-align: right;
        float: right;
    }

    .new-landing .old-landing .w200
    {
        width: 200px;
    }

    .new-landing .old-landing .w300
    {
        width: 300px;
    }

    .new-landing .old-landing .w400
    {
        width: 400px;
    }

    .new-landing .old-landing .w500
    {
        width: 500px;
    }

    .new-landing .old-landing .w700
    {
        width: 700px;
    }

    .new-landing .old-landing .mt10
    {
        margin-top: 10px;
    }

    .new-landing .old-landing .mt20
    {
        margin-top: 20px;
    }

    .new-landing .old-landing .mt40
    {
        margin-top: 40px;
    }

    .new-landing .old-landing .mb10
    {
        margin-bottom: 10px;
    }

    .new-landing .old-landing .mb20
    {
        margin-bottom: 20px;
    }

    .new-landing .old-landing .mb30
    {
        margin-bottom: 30px;
    }

    .new-landing .old-landing .ml20
    {
        margin-left: 20px;
    }

    .new-landing .old-landing .pt10
    {
        padding-top: 10px;
    }

    .new-landing .old-landing .pt20
    {
        padding-top: 20px;
    }

    .new-landing .old-landing .pb10
    {
        padding-bottom: 10px;
    }

    .new-landing .old-landing .pb20
    {
        padding-bottom: 20px;
    }

    .new-landing .old-landing sup
    {
        font-style: italic;
        font-size: small;
        vertical-align: top;
        color: #ccc;
    }

    /* Begin Images */
    .new-landing .old-landing p img
    {
        padding: 0;
        max-width: 100%;
    }

    .new-landing .old-landing img.centered
    {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .new-landing .old-landing img.alignright
    {
        padding: 4px;
        margin: 0 0 2px 7px;
        display: inline;
    }

    .new-landing .old-landing img.alignleft
    {
        margin: 0 7px 2px 0;
        display: inline;
        padding: 4px 0px 4px 4px;
    }

    .new-landing .old-landing .alignright
    {
        float: right;
    }

    .new-landing .old-landing .alignleft
    {
        float: left;
    }
    /* End Images */

    /* text Widget */
    .new-landing .old-landing .textwidget
    {
        padding: 27px;
    }
    /* // text Widget */

    /* calendar */
    .new-landing .old-landing #wp-calendar #prev a, #wp-calendar #next a
    {
        font-size: 9pt;
    }

    .new-landing .old-landing #wp-calendar a
    {
        display: block;
        text-decoration: none;
    }

    .new-landing .old-landing #wp-calendar caption
    {
        font: bold 1.3em "Lucida Grande", "Lucida", sans-serif;
    }

    .new-landing .old-landing #wp-calendar th
    {
        font-style: normal;
        text-transform: capitalize;
    }

    .new-landing .old-landing #wp-calendar
    {
        empty-cells: show;
        margin: 10px auto 0;
        width: 155px;
    }

        .new-landing .old-landing #wp-calendar #next a
        {
            padding-right: 10px;
            text-align: right;
        }

        .new-landing .old-landing #wp-calendar #prev a
        {
            padding-left: 10px;
            text-align: left;
        }

        .new-landing .old-landing #wp-calendar a:hover
        {
            display: block;
            border: none;
        }

        .new-landing .old-landing #wp-calendar td
        {
            padding: 3px 0;
            text-align: center;
        }
    /* // calendar */

    /* Captions */
    .new-landing .old-landing .aligncenter,
    .new-landing .old-landing div.aligncenter
    {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .new-landing .old-landing .wp-caption
    {
        border: 1px solid #ddd;
        text-align: center;
        background-color: #f3f3f3;
        padding-top: 4px;
        margin: 10px;
        -moz-border-radius: 3px;
        -khtml-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
    }

        .new-landing .old-landing .wp-caption img
        {
            margin: 0;
            padding: 0;
            border: 0 none;
        }

        .new-landing .old-landing .wp-caption p.wp-caption-text
        {
            font-size: 11px;
            line-height: 17px;
            padding: 0 4px 5px;
            margin: 0;
        }
    /* End captions */

    /* Begin Form Elements */
    .new-landing .old-landing .sidebar_w #searchform
    {
        margin: 10px auto;
        padding: 5px 3px;
        text-align: center;
    }

        .new-landing .old-landing .sidebar_w #searchform #s
        {
            padding: 10px;
        }

        .new-landing .old-landing .sidebar_w #searchform label
        {
            display: none !important;
        }

    .new-landing .old-landing .sidebar_w #searchsubmit
    {
        display: none !important;
    }

    /*	-------------------------------------------------------------
	LINKS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

    .new-landing .old-landing a
    {
        margin: 0;
        padding: 0;
        outline: 0;
    }

        .new-landing .old-landing a, .new-landing .old-landing a:visited, .new-landing .old-landing a:active
        {
            text-decoration: none;
        }

            .new-landing .old-landing a:hover
            {
                border-bottom: 1px solid #ccc;
            }

    .new-landing .old-landing .tago-video a:hover
    {
        border-bottom: none;
        text-decoration: none;
    }

    .new-landing .old-landing #fancybox-outer a
    {
        border-bottom: none;
    }

    .new-landing .old-landing a.signupnow
    {
        width: 206px;
        height: 55px;
        display: block;
        float: left;
        margin: 0 20px 0 0;
        line-height: 46px;
        text-indent: -9999px;
        background: transparent url("wp-content/images/btn_signupnow.png") no-repeat 0 0;
    }

        .new-landing .old-landing a.signupnow:hover
        {
            border: none;
            background: transparent url("wp-content/images/btn_signupnow.png") no-repeat -206px 0;
        }

    .new-landing .old-landing a.signupnowsmall
    {
        font-family: "Lucida Grande", "Lucida", sans-serif;
        margin: 0 18px 0 0;
        padding: 8px 0;
        cursor: pointer;
        display: block;
        font-size: 14px;
        letter-spacing: normal;
        text-align: center;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
    }

    /*	-------------------------------------------------------------
	TYPOGRAPHY
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

    .new-landing .old-landing p
    {
        margin: 0 0 17px 0;
        line-height: 1.7em;
    }

    .new-landing .old-landing h1, .new-landing .old-landing h2, .new-landing .old-landing h3, .new-landing .old-landing h4, .new-landing .old-landing h5, .new-landing .old-landing h6
    {
        font-family: "Ubuntu", "Lucida Grande", "Lucida", sans-serif;
        letter-spacing: -1px;
    }

    .new-landing .old-landing h1
    {
        color: #323231;
        font-size: 2.5em;
        margin: 0 0 10px 0;
    }

    .new-landing .old-landing .content.clearfix h1
    {
        line-height: 1.5em;
        margin-bottom: 5px;
    }

    #pricing-header-free-trial, .new-landing .old-landing h2
    {
        font-family: "Ubuntu", "Lucida Grande", "Lucida", sans-serif;
        color: #323231;
        font-size: 2.5em;
        margin: 0 0 5px 0;
        line-height: 1.5em;
    }

    #pricing-header-free-trial
    {
        font-weight: 400;
    }

    .new-landing .old-landing h2 span
    {
        font-style: italic;
        color: #666;
        font-weight: normal;
    }

        .new-landing .old-landing h2 span:before
        {
            content: open-quote;
        }

        .new-landing .old-landing h2 span:after
        {
            content: close-quote;
        }

    #pricing-header-get-started, .new-landing .old-landing h3
    {
        color: #666;
        font-weight: normal;
        font-size: 1.7em;
        margin: 0px 0 20px 0;
        padding: 0;
    }

    #pricing-header-get-started
    {
        line-height: 1em;
    }

    .new-landing .old-landing h3 span
    {
        font-size: 14px;
        margin: 0 0 20px 10px;
    }

    .new-landing .old-landing h4
    {
        color: #323232;
        font-size: 1.5em;
        font-weight: lighter;
        margin: 0;
        padding: 0;
    }

    .new-landing .old-landing h5
    {
        color: #323232;
        font-weight: normal;
        font-size: 1.3em;
        line-height: 1.5em;
        letter-spacing: -0.5px;
        margin: 0;
        padding: 0;
    }

    .new-landing .old-landing h6
    {
        font-family: "Ubuntu", "Lucida Grande", "Lucida", sans-serif;
        font-size: 1.2em;
        margin: 0;
        padding: 0;
        color: #323232;
    }

        .new-landing .old-landing h6 span
        {
            color: #323232;
            font-weight: normal;
            font-size: 14px;
            color: #666;
            font-style: italic;
            margin: 0;
            padding: 0;
        }

    .new-landing .old-landing .justify
    {
        text-align: justify;
    }


    /*	-------------------------------------------------------------
	GRID
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

    .new-landing .old-landing .container
    {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .new-landing .old-landing .wrapper
    {
        width: 999px;
        margin: 0;
        padding: 0;
        margin: 0 auto;
    }

    /*.header 
{
	position:relative;
	width:999px;
	height:423px;
	margin: 0 auto;
	padding-right: 0;
	padding-top: 0;
	padding-left: 0;
}*/

    .new-landing .old-landing .subpage.header
    {
        position: relative;
        width: 999px;
        height: 117px;
        padding: 0;
        margin: 0 auto;
    }

    .new-landing .old-landing.sub-header
    {
        position: relative;
        width: 999px;
        padding: 0;
        margin: 0 auto;
    }

    .new-landing .old-landing .content-top
    {
        width: 1006px;
        height: 16px;
        margin: 2px auto 0;
    }

    .new-landing .old-landing .content
    {
        width: 919px;
        margin: 0 auto;
        padding: 15px 40px 12px;
      /*  background-color: white;*/
    }

    .new-landing .old-landing .left-content
    {
        float: left;
        width: 630px;
        margin: 0 20px 0 0;
        padding: 0;
    }

    .new-landing .old-landing .content-btm
    {
      /*  width: 1006px;
        height: 16px;
        margin: 0 auto;*/
    }

    /*	-------------------------------------------------------------
	MISC (NEED A CLEANUP!)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

    .new-landing .old-landing .colleft, .new-landing .old-landing .colright
    {
        float: left;
        width: 48%;
    }

    .new-landing .old-landing .colright
    {
        margin: 0 0 0 35px;
    }

    .new-landing .old-landing .small
    {
        width: 40%;
    }

    .new-landing .old-landing .col1, .col2
    {
        float: left;
    }

    .new-landing .old-landing .col1
    {
        width: 600px;
        height: 360px;
        padding: 10px 25px 10px 0;
        border-right: 2px solid #e2e2e2;
    }

        .new-landing .old-landing .col1 h2 span
        {
            font-size: 14px;
            margin: 0 0 0 10px;
        }


    .new-landing .old-landing .col2
    {
        width: 260px;
        padding: 10px 0 0 30px;
    }

    .new-landing .old-landing .col1 div.block
    {
        float: left;
        width: 280px;
        margin: 15px 0 0 20px;
    }

    .new-landing .old-landing .col2 div.block
    {
        margin: 0px 0 25px 0;
    }

    .new-landing .old-landing div.block h4, .new-landing .old-landing .testimonial h4
    {
        font-family: "Ubuntu", "Lucida Grande", "Lucida", sans-serif;
        font-size: 14px;
        font-weight: bold;
        color: #000;
        margin: 0;
        padding: 0;
    }

    .new-landing .old-landing .col2 div.block h4, .new-landing .old-landing .testimonial h4
    {
        margin: 10px 0 0;
    }

    .new-landing .old-landing div.block p
    {
        font-size: 12px;
    }

        .new-landing .old-landing div.block p.meta
        {
            font-size: 12px;
            margin: 0;
            padding: 0;
        }

            .new-landing .old-landing div.block p.meta span
            {
                font-weight: bold;
            }

    .new-landing .old-landing div.col2 p
    {
        margin: 10px 0 0 0;
        text-align: justify;
    }

    .new-landing .old-landing .leftsmall
    {
        float: left;
        width: 35%;
    }

    .new-landing .old-landing .rightlarge
    {
        float: right;
        width: 55%;
        background: #f2f2f2;
        padding: 20px;
        -moz-border-radius: 5px;
        -khtml-border-radius: 5px;
        -webkit-border-radius: 5px;
        -ms-border-radius: 5px;
        border-radius: 5px;
    }
}

/*	-------------------------------------------------------------
	INTERFACE
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

/* HEADER */
.new-landing .old-landing .header .top-nav
{
    width: 999px;
    height: 79px;
}

.new-landing .old-landing .header a.logo
{
    position: relative;
    top: 15px;
    margin: 0 0 0 40px;
    padding: 0;
    width: 102px;
    height: 4px;
    text-indent: -9999px;
}

    .new-landing .old-landing .header a.logo:hover
    {
        border: none;
    }

.new-landing .old-landing .header ul.nav
{
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    margin-bottom: 0;
    margin-top: 0;
    margin-right: 10px;
}

.new-landing .old-landing .header .nav li
{
    list-style-type: none;
    position: relative;
    float: left;
    width: auto;
    white-space: nowrap;
    padding: 0 5px !important;
    background: transparent;
}

    .new-landing .old-landing .header .nav li a
    {
        display: block;
        color: #3f3f3f;
        text-transform: uppercase;
        line-height: 78px;
        padding: 0 8px;
        background: transparent;
        font-weight: bold;
    }

        .new-landing .old-landing .header .nav li a:hover
        {
            color: #b4b4b4;
            background: none;
            border-bottom: none;
        }

    .new-landing .old-landing .header .nav li.current_page_item a, .new-landing .old-landing .header .nav li.current_page_parent a, .new-landing .old-landing .header .nav li.current_page_ancestor a
    {
        color: #b4b4b4;
    }

/* SHOWCASE */
.new-landing .old-landing .showcase
{
    position: relative;
    width: 999px;
    height: 353px;
    margin-left: 3px;
    margin-top: 0px;
}

    .new-landing .old-landing .showcase .slider_item
    {
        position: relative;
        width: 999px;
        height: 343px;
    }

        .new-landing .old-landing .showcase .slider_item .sliderimage
        {
            position: absolute;
            right: 0;
            top: 40px;
            margin-right: 20px;
        }

    .new-landing .old-landing .showcase h2
    {
        font-family: "Ubuntu", "Lucida Grande", "Lucida", sans-serif;
        font-size: 42px;
        letter-spacing: -2px;
        margin: 60px 0 5px 25px;
    }

    .new-landing .old-landing .showcase p
    {
        font-family: "Ubuntu", "Lucida Grande", "Lucida", sans-serif;
        font-size: 18px;
        font-size-adjust: none;
        font-stretch: normal;
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        line-height: 24px;
        letter-spacing: -1px;
        width: 450px;
        margin-left: 25px;
    }

    .new-landing .old-landing .showcase #slider a
    {
        margin: 20px 0 0 0;
        padding: 10px;
        cursor: pointer;
        display: block;
        width: 190px;
        letter-spacing: normal;
        text-align: center;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -khtml-border-radius: 5px;
        -ms-border-radius: 5px;
        font: bold 14px "Ubuntu", "Lucida Grande", "Lucida", sans-serif;
    }

/* PAGE TITLE */
.new-landing .old-landing .page-title
{
    position: relative;
    width: 999px;
    height: 130px;
    line-height: 130px;
    margin: 0 0 0 3px;
}

    .new-landing .old-landing .page-title h2
    {
        font: bold 48px/130px "Ubuntu", "Lucida Grande", "Lucida", sans-serif;
    }

    .new-landing .old-landing .page-title ul.nav
    {
        position: absolute;
        top: 27px;
        right: 0;
        margin: 0;
        padding: 0;
    }

        .new-landing .old-landing .page-title ul.nav li
        {
            list-style-type: none;
            position: relative;
            float: left;
            width: auto;
            white-space: nowrap;
            padding: 0 5px !important;
            background: transparent;
        }

            .new-landing .old-landing .page-title ul.nav li a
            {
                display: block;
                font-size: 1.3em;
                font-weight: bold;
                padding: 0 10px;
                text-transform: none;
                background: transparent;
            }

                .new-landing .old-landing .page-title ul.nav li a:hover
                {
                    background: none;
                    border-bottom: none;
                }

/* SCREENSHOTS */
.new-landing .old-landing .boxgrid
{
    width: 135px;
    height: 120px;
    margin: 15px 15px 10px 0;
    float: left;
    overflow: hidden;
    position: relative;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.new-landing .old-landing .last
{
    margin: 15px 0 10px 0;
}

.new-landing .old-landing .boxgrid img
{
    position: absolute;
    top: 0;
    left: 0;
}

.new-landing .old-landing .boxcaption
{
    float: left;
    position: absolute;
    background: #000;
    opacity: .8;
    height: 35px;
    width: 100%;
    padding: 0 0 0 10px;
    font-size: 11px;
}

    .new-landing .old-landing .boxcaption h3
    {
        color: #fff;
        font-weight: normal;
        font-size: 14px;
        margin: 8px 0 0 0;
        padding: 0;
    }

    .new-landing .old-landing .boxcaption p
    {
        color: #fff;
        padding: 0;
        margin: -5px 0 0 0;
        font-size: 11px;
        -webkit-text-shadow: none;
        text-shadow: none;
    }

.new-landing .old-landing .captionfull .boxcaption
{
    bottom: 0;
    left: 0;
    display: none;
}

.new-landing .old-landing .captionfull a:hover
{
    color: #EE4292;
}

/*	-------------------------------------------------------------
	TABLES (PRICING)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.new-landing .old-landing table#plans
{
    border: 1px solid #cfcfcf;
    margin: 20px 0 10px 95px;
}

    .new-landing .old-landing table#plans thead
    {
        background-color: #ececec;
        border-bottom: 2px solid #cfcfcf;
    }

    .new-landing .old-landing table#plans th,
    .new-landing .old-landing table#plans td
    {
        border-right: 1px solid;
        font-size: .925em;
        padding: 20px 0 20px 20px;
        text-align: left;
        width: 220px;
    }

    .new-landing .old-landing table#plans th
    {
        border-right-color: #cfcfcf;
    }

    .new-landing .old-landing table#plans td
    {
        background: #f6f6f6;
        border-right-color: #cfcfcf;
    }



        .new-landing .old-landing table#plans td.last
        {
            border-right: 0 none;
        }



        .new-landing .old-landing table#plans td sup
        {
            font-style: italic;
            font-size: xx-small;
            vertical-align: top;
            color: #666;
        }

    .new-landing .old-landing table#plans th.most_popular
    {
        border-left: 8px solid #cfcfcf;
        border-right: 8px solid #cfcfcf;
        border-top: 8px solid #cfcfcf;
        border-bottom: none;
        background: #f5f5f5;
    }

    .new-landing .old-landing table#plans thead th h4
    {
        color: #000;
        -webkit-text-shadow: 1px 1px 0 #fff;
        text-shadow: 1px 1px 0 #fff;
        font-size: 24px;
        font-weight: 400;
        line-height: 20px;
        margin-bottom: 0;
        text-align: left;
    }

        .new-landing .old-landing table#plans thead th h4 em
        {
            color: #000;
            -webkit-text-shadow: 1px 1px 0 #fff;
            text-shadow: 1px 1px 0 #fff;
        }

    .new-landing .old-landing table#plans thead th em.tagline
    {
        font-size: 12px;
        font-style: italic;
        font-weight: normal;
        text-align: left;
    }

    .new-landing .old-landing table#plans thead th h5
    {
        -webkit-text-shadow: 1px 1px 0 #fff;
        text-shadow: 1px 1px 0 #fff;
        font-size: 18px;
        font-weight: lighter;
        line-height: 22px;
        text-align: left;
    }

        .new-landing .old-landing table#plans thead th h5 em
        {
            font-family: "Ubuntu", "Lucida Grande", "Lucida", sans-serif;
            color: #666;
            font-size: 11px;
            font-style: normal;
            font-weight: normal;
            line-height: 15px;
            vertical-align: top;
        }

    .new-landing .old-landing table#plans td.most_popular
    {
        border-left: 8px solid #cfcfcf;
        border-right: 8px solid #cfcfcf;
        border-top: none;
        border-bottom: none;
        background: #fff;
    }

    .new-landing .old-landing table#plans td.border
    {
        border-bottom: 8px solid #cfcfcf;
    }

    .new-landing .old-landing table#plans th img,
    .new-landing .old-landing table#plans td img
    {
        margin-right: 8px;
    }

    .new-landing .old-landing table#plans td p
    {
        margin-right: 10px;
    }

    .new-landing .old-landing table#plans td ul
    {
        list-style: none;
        margin: 0;
    }

        .new-landing .old-landing table#plans td ul li strong
        {
            font-size: 1.2em;
        }

.new-landing .old-landing .meta
{
    font-size: 11px;
}

    .new-landing .old-landing .meta sup
    {
        color: #000;
        font-size: xx-small;
    }

/*	-------------------------------------------------------------
	BLOG: GLOBAL
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.new-landing .old-landing .blog-content
{
    float: left;
    width: 650px;
    margin: 0;
    padding: 0;
}

.new-landing .old-landing p.articlemeta
{
    margin: -13px 0 20px 0;
    padding: 0;
}

    .new-landing .old-landing p.articlemeta span
    {
        font-weight: bold;
    }

.new-landing .old-landing .post .comments
{
    padding: 0 0 0 20px;
}

.new-landing .old-landing .post
{
    clear: both;
    margin: 0;
}

.new-landing .old-landing .featured, .new-landing .old-landing .article
{
    margin: 0 0 30px 0;
}

    .new-landing .old-landing .featured h1 a, .new-landing .old-landing .article h1 a, .new-landing .old-landing .recents h1
    {
        font-family: "Ubuntu", "Lucida Grande", "Lucida", sans-serif;
        color: #323231;
        padding: 0;
        margin: 0;
        line-height: 1.5em;
    }

.new-landing .old-landing .article
{
    width: 625px;
}

    .new-landing .old-landing .article blockquote
    {
        margin: 20px 0;
        color: #000;
        font-style: italic;
        font-size: 14px;
        padding: 10px;
        quotes: "\201C" "\201D";
    }

.new-landing .old-landing blockquote:before, .new-landing .old-landing blockquote:after
{
    font-weight: bold;
    font-size: 22px;
    color: #666;
}

.new-landing .old-landing blockquote:before
{
    content: open-quote;
}

.new-landing .old-landing blockquote:after
{
    content: close-quote;
}

.new-landing .old-landing .recents h1
{
    font-weight: normal;
    font-size: 1.9em;
    padding: 10px 0 10px 0;
    border-top: 2px solid #f2f2f2;
}

.new-landing .old-landing #posts
{
    list-style: none;
    margin: 0;
    padding: 0;
}

.new-landing .old-landing .postmeta
{
    width: 200px;
    float: left;
}

    .new-landing .old-landing .postmeta ul
    {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .new-landing .old-landing .postmeta ul li
        {
            font-style: italic;
        }

            .new-landing .old-landing .postmeta ul li a
            {
                font-weight: bold;
                font-style: normal;
            }

.new-landing .old-landing .postsummary
{
    width: 425px;
    float: left;
    margin: 0 0 10px 0;
}

/*	-------------------------------------------------------------
	BLOG: SIDEBAR
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.new-landing .old-landing .sidebar
{
    float: left;
    width: 225px;
    margin: 0px 0 0 10px;
    background: #f2f2f2;
    padding: 10px 20px;
    border-radius: 9px;
}

.new-landing .old-landing .sidebar, .new-landing .old-landing x:-moz-any-link, .new-landing .old-landing x:default
{ /* Firefox 3 */
    -moz-border-radius: 9px;
    border-radius: 9px;
}

    .new-landing .old-landing .sidebar h1
    {
        color: #000;
        font-weight: normal;
        font-size: 1.6em;
        padding: 10px 0 0px 0;
    }

/* LINKS */
.new-landing .old-landing .sidebar_w ul
{
    list-style: none;
    margin: 0;
    padding: 0 0 10px 10px;
}

.new-landing .old-landing li.rss
{
    padding: 0 0 0 23px;
}

/* Twitter */
.new-landing .old-landing .twitter p
{
    font-style: italic;
    font-size: 12px;
}

    .new-landing .old-landing .twitter p span
    {
        font-weight: bold;
    }

/*	-------------------------------------------------------------
	BLOG: COMMENT
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.new-landing .old-landing .comments
{
    border-radius: 9px;
    position: relative;
    width: 95%;
    padding: 1px;
    background: #f2f2f2;
    margin-bottom: 20px;
}

.new-landing .old-landing .comments, .new-landing .old-landing x:-moz-any-link, .new-landing .old-landing x:default
{ /* Firefox 3 */
    -moz-border-radius: 9px;
    border-radius: 9px;
}

    .new-landing .old-landing .comments .contents
    {
        padding: 30px;
    }

        .new-landing .old-landing .comments .contents h3
        {
            padding: 0;
            color: #000;
            font-weight: normal;
            margin: 0 0 20px 0;
        }

.new-landing .old-landing .commentlist
{
    margin: 0;
    padding: 0;
}

    .new-landing .old-landing .commentlist li
    {
        position: relative;
        margin: 0 0 70px 0;
        padding: 15px 15px 35px 15px;
        list-style: none;
        border: 1px solid #ccc;
        background: #fff;
    }

    .new-landing .old-landing .commentlist cite
    {
        font-weight: bold;
        font-size: 1.4em;
        font-style: italic;
        border: none;
        margin: 0;
        padding: 0;
    }

        .new-landing .old-landing .commentlist cite a
        {
            font-weight: bold;
        }

        .new-landing .old-landing .commentlist cite span, .new-landing .old-landing .commentlist cite span a
        {
            color: #000;
            font-weight: normal;
            font-style: italic;
            font-size: 1.4em;
            border: none;
        }

    .new-landing .old-landing .commentlist p
    {
        font-weight: normal;
        line-height: 1.7em;
        margin: 0;
        padding: 10px 0 0 0;
        text-transform: none;
    }

    .new-landing .old-landing .commentlist li.bypostauthor
    {
        background: #fff;
    }

    .new-landing .old-landing .commentlist .comment-meta
    {
        position: absolute;
        bottom: -25px;
        right: 80px;
    }

        .new-landing .old-landing .commentlist .comment-meta, .new-landing .old-landing .commentlist .comment-meta a
        {
            color: #666;
            font-weight: normal;
            font-size: 12px;
        }

    .new-landing .old-landing .commentlist .avatar
    {
        position: absolute;
        right: 15px;
        bottom: -20px;
        border: 1px solid #ccc;
    }

.new-landing .old-landing #commentform
{
    padding: 0;
    margin: 0 15px 0px 0;
}

    .new-landing .old-landing #commentform label
    {
        position: relative !important;
        padding: 0;
        margin: 0 0 0 10px;
        font-size: 10px;
        float: right;
        width: auto !important;
        display: inline !important;
        text-align: left !important;
    }

    .new-landing .old-landing #commentform input, .new-landing .old-landing #commentform textarea
    {
        border: 1px solid #ccc;
        padding: 6px;
        width: 35%;
        line-height: 150%;
        font-size: 12px;
    }

    .new-landing .old-landing #commentform textarea
    {
        font-family: "Ubuntu", "Lucida Grande", "Lucida", sans-serif;
        background: #fff;
        width: 100%;
        height: 150px;
    }

    .new-landing .old-landing #commentform p
    {
        width: 100%;
        margin: 5px 0;
        padding: 0;
    }

    .new-landing .old-landing #commentform #submit
    {
        font-family: "Ubuntu", "Lucida Grande", "Lucida", sans-serif;
        margin: 0 18px 0 0;
        padding: 8px;
        width: auto;
        cursor: pointer;
        display: block;
        font-size: 14px;
        letter-spacing: normal;
        text-align: center;
        border-radius: 5px;
    }

/*	-------------------------------------------------------------
	BLOG: ARCHIVE & SEARCH
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.new-landing .old-landing .content-item
{
    width: 100%;
    float: left;
    margin: 10px 0 20px 0;
    padding: 0;
}

.new-landing .old-landing .content-dets
{
    width: 190px;
    float: left;
}

    .new-landing .old-landing .content-dets h6
    {
        margin: 0 0 5px 0;
    }

.new-landing .old-landing .content-body a
{
    font-weight: bold;
}

    .new-landing .old-landing .content-body a:hover
    {
        border: none !important;
    }

.new-landing .old-landing .archive
{
    border-bottom: 1px solid #ddd;
    margin: 5px 0 0 0;
}

/*	-------------------------------------------------------------
	BLOG: ARCHIVE & SEARCH
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.new-landing .old-landing #infos
{
    border-radius: 9px;
    position: absolute;
    top: 40px;
    right: 30px;
    border: 1px solid #d5d5d5;
    font-size: 0.9em;
    margin: 0;
    padding: 3px 20px 0 0;
}

.new-landing .old-landing #infos, .new-landing .old-landing x:-moz-any-link, .new-landing .old-landing x:default
{ /* Firefox 3 */
    -moz-border-radius: 9px;
    border-radius: 9px;
}

    .new-landing .old-landing #infos ul
    {
        padding: 12px;
        margin: 0;
        list-style: none;
    }

    .new-landing .old-landing #infos a
    {
        display: block;
        padding-left: 22px;
    }

    .new-landing .old-landing #infos ul li span
    {
        display: block;
        -webkit-text-shadow: 1px 1px 0 #fff;
        text-shadow: 1px 1px 0 #fff;
        padding-left: 22px;
    }

    .new-landing .old-landing #infos a, .new-landing .old-landing #infos span
    {
        background: transparent none no-repeat left center;
        font-weight: bold;
    }

        .new-landing .old-landing #infos a:hover
        {
            color: #444;
            border: none;
        }

/*	-------------------------------------------------------------
	FORM
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.new-landing .old-landing form
{
    padding: 7px 0 0 0;
}

    .new-landing .old-landing form li
    {
        margin: 0;
        padding: 0;
        list-style-type: none;
        position: relative;
    }

        .new-landing .old-landing form li span
        {
            color: Red;
            display: none;
        }

    .new-landing .old-landing form label
    {
        position: absolute;
        top: 4px;
        left: 10px;
        font-size: 11px;
        color: #666;
        float: left;
        width: 136px;
        padding: 8px 0 0 0;
        font-weight: normal;
        display: block;
    }

    .new-landing .old-landing form input, .new-landing .old-landing form textarea
    {
        background: #f7f7f7;
        border: 1px solid #ccc;
        color: #666;
        font-size: 11px;
        margin: 4px 0 13px 0;
        outline: none;
        padding: 10px;
        width: 92%;
    }

        .new-landing .old-landing form input:hover, .new-landing .old-landing form textarea:hover
        {
            border: 1px solid #b5b4b4;
        }

        .new-landing .old-landing form input:focus, .new-landing .old-landing form textarea:focus
        {
            border: 1px solid #b5b4b4;
            color: #666;
        }

        .new-landing .old-landing form input.submit
        {
            font-family: "Ubuntu", "Lucida Grande", "Lucida", sans-serif;
            margin: 0 18px 0 0;
            padding: 8px;
            width: auto;
            cursor: pointer;
            display: block;
            font-size: 14px;
            letter-spacing: normal;
            text-align: center;
            border-radius: 5px;
            border-style: none;
        }

            .new-landing .old-landing form input.submit:hover
            {
                cursor: pointer;
            }

        .new-landing .old-landing form input.error
        {
            border: 1px solid #cc0000;
        }

    /* Error Handling */
    .new-landing .old-landing form .errorbox
    {
        display: none;
        margin: 0;
        font-weight: bold;
        color: #bb252c;
    }

    .new-landing .old-landing form li.alert label
    {
        color: #bb252c;
    }

/*	-------------------------------------------------------------
	FOOTER
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

/*.footer 
{
	position: relative;
	width: 97%;
	margin:0 auto;
	padding:10px 0 0 0; 
}*/

/*.footer .copy {
	float:left;
	width: 49%;
	line-height: 43px;
	text-align: left;
	margin-left: 40px;
}
	
.footer p {
	color:#787878;
	padding:0;
	margin:0;
	line-height: 43px;
	font-size:11px;}
	
.footer_links
{
   	font-size:9px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    padding-bottom: 12px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 45px;
    width: 926px;
	line-height:10px;
}*/

/*	-------------------------------------------------------------
	CLOSING STYLES FOR SCREEN / PROJECTION
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.new-landing .old-landing .free_btn a
{
    background: url(../Images/mobilex/bg_button_light.png) repeat-x scroll center bottom #FA1E32;
    border: 1px solid #E51E32;
    color: #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    border-bottom-left-radius: 5px 5px;
    border-bottom-right-radius: 5px 5px;
    border-top-left-radius: 5px 5px;
    border-top-right-radius: 5px 5px;
    cursor: pointer;
    display: block;
    font: bold 14px "Ubuntu","Lucida Grande","Lucida",sans-serif;
    letter-spacing: normal;
    margin: 20px 0 0;
    padding: 10px;
    text-align: center;
    width: 170px;
    margin-bottom: 20px;
}

    .new-landing .old-landing .free_btn a:hover
    {
        border: 1px solid #E51E32;
        background: #E51E32 url("http://tago.mobilexgroup.com/tago/wp-content/themes/quadro/blue/images/bg_button.png") repeat-x bottom center;
    }

.new-landing .old-landing .tour-list-div
{
    clear: both;
    display: block;
    float: left;
    width: 100%;
}

    .new-landing .old-landing .tour-list-div ul
    {
        float: left;
    }

.new-landing .old-landing .leftsmall div
{
    color: Black;
    width: 300px;
    height: 20px;
}

    .new-landing .old-landing .leftsmall div div
    {
        width: 150px;
        float: left;
    }

.new-landing .old-landing .tago-video
{
    width: 140px;
    height: 82px;
}

.new-landing .old-landing .screenshots-label
{
    display: block;
    text-align: center;
    width: 238px;
    float: left;
    font-size: 1.15em;
    color: #323232;
    font-family: "Ubuntu", "Lucida Grande", "Lucida", sans-serif;
}

.new-landing .old-landing .slider-btns-block
{
    margin-top: 20px;
    margin-left: 714px;
    width: 70px;
}

    .new-landing .old-landing .slider-btns-block:hover
    {
        cursor: pointer;
    }

.new-landing .old-landing ul,
.new-landing .old-landing ol
{
    margin: 13px 0 13px 25px;
    padding: 0;
}

    .new-landing .old-landing ul li,
    .new-landing .old-landing ol li
    {
        line-height: 1.7;
        margin: 0 0 2px 0;
        padding: 0;
    }

    .new-landing .old-landing ul.nolist li,
    .new-landing .old-landing ol.nolist li
    {
        list-style-type: none;
    }

.new-landing .old-landing
{
    color: #666;
    min-width: 999px;
    line-height: 1.7em;
    padding: 0;
    margin: 0;
    letter-spacing: -0.04em;
}
