header {
    background: url(/media/images/header_bg.png) repeat;
    text-shadow: 0 1px 0 rgba(0,0,0,0.25);

    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
       -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);

    z-index:99;
    margin-bottom:1px;
}

header #wrapper {
    background: url(/media/images/border.png) bottom repeat-x;
    border-bottom:1px solid #222;
}

header #navcontainer {
    width: 940px;
    padding:17px;
    margin:0 auto;
    height:30px;
    overflow:hidden;
}

header img {
    margin: 0 33px 0 0;
    float: left;
}

nav {
    height: 25px;
    float: right;
    margin: 3px 0 0 20px; 
}

nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 25px;
}

nav ul a {
    display: block;
    position: relative;
    color: #f1f5f9;
    line-height: 13px;
    float: left;
    font-size: 13px;
    height: 20px;
    -webkit-border-radius: 3px 3px 4px 4px;
       -moz-border-radius: 3px 3px 4px 4px;
            border-radius: 3px 3px 4px 4px;
    padding: 5px 8px 0 8px;
}

nav ul li {
    float: left;
    position: relative;
    z-index: 40;
    margin: 0 4px 0 0;
}

nav ul a:hover,
nav ul li.active a{
    text-decoration: none;
    background: url(/media/images/nav_bg.png) repeat-x;
}

nav ul li.highlight a {
    
}

nav ul li:hover { visibility: inherit; /* fixes IE7 'sticky bug' */ }

#slider {
    display:none;
    background: url(/media/images/slidebg.png) 50% top no-repeat;
    margin-top:0px;
    border-top:1px solid rgba(0,0,0,0.1);
    border-bottom:5px solid rgba(0,0,0,0.2);
}

#slider .wrapper {
    width:940px;
    margin: 0 auto;
    position:relative;
}

#slider .entry {
    width:940px;
    padding:40px 0 30px;
    overflow:hidden;
    color: #bbbbbb;
    float:left;
}

#slider .entry .left {
    float:left;
    width:420px;
}

#slider .entry .right {
    float:right;
    width:520px;
    padding:0;
    overflow:hidden;
}

#slider .entry .right img, #slider .entry .right iframe {
    float:right;
    margin:0;
}


#slider .entry h1, 
#slider .entry h2, 
#slider .entry h3, 
#slider .entry h4, 
#slider .entry h5, 
#slider .entry h6 {
    margin: 20px 0;
    font-weight: bold;
    padding: 0;
    color: #f1f5f9;
}

#slider .entry h2 {
    font-size: 23px;
    line-height: 30px;
}

#slider .entry p { 
    font-size: 14px;
    line-height: 22px;
}

#slider .entry iframe {
    border:5px solid #eee;
}

#pagination-slider {
    display:none;
    position: absolute;
    width: 950px;
    margin: 0 0 0 -5px;
    height: 164px;
}

#pagination-slider li {
    float: left; 
    margin: 25px 15px 0 5px;
    position: relative;
}

#pagination-slider li.current span { top: -1px; }
.tz-light #pagination-slider li.current span { top: 0; }

#pagination-slider li span {
    position: absolute;
    background: url(/media/images/slide-arrow.png) no-repeat;
    width: 18px;
    height: 6px;
    top: 0;
    left: 77px;
    margin: -19px 0 0 0;
}

#pagination-slider li a {
    display: block;
    width: 162px;
    height: 105px;
    border: 1px solid #c2c5ca;
    background: #fff;
    padding: 4px;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
       -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
}

#pagination-slider li.current a,
#pagination-slider li a:hover {
    border: 1px solid #4ec8ee;
    -webkit-box-shadow: 0 0 4px rgba(15, 165, 212, 0.7);
       -moz-box-shadow: 0 0 4px rgba(15, 165, 212, 0.7);
            box-shadow: 0 0 4px rgba(15, 165, 212, 0.7);

}

#pagination-slider li.first { margin-top: 20px; }

.jcarousel-next {
    position: absolute;
    background: url(/media/images/slide-nav-right.png) no-repeat;
    text-indent: -9999px;
    width: 20px;
    height: 20px;
    right: -30px;
    top: 100px;
    cursor: pointer;
    display: none !important;
}

.jcarousel-prev {
    position: absolute;
    background: url(/media/images/slide-nav-left.png) no-repeat;
    text-indent: -9999px;
    width: 20px;
    height: 20px;
    left: -30px;
    top: 100px;
    cursor: pointer;
    display: none !important;
}

.on .jcarousel-prev,
.on .jcarousel-next {
    display: block !important;
}

.on .jcarousel-next:active,
.jcarousel-prev:active {
    margin: 1px 0 0 0;
}

.jcarousel-clip {
    padding: 31px 0 0 0;
    margin: -31px 0 0 0;
    overflow: hidden;
    height: 155px;
}

.jcarousel-list { overflow: visible !important; }

#content {
    background: url(/media/images/body_bg.jpg) repeat;
    padding: 1px;
}

#content #inner {
    width: 940px;
    margin: 0 auto;
    padding-bottom: 59px;
}

#callout,
#content .page {
    margin: 40px 0 0 0;
    border: 1px solid #d8d8d8;
    border-bottom: none;
    background: url(/media/images/page_bg.png) repeat-y;
    overflow:hidden;
    -webkit-border-radius: 3px 3px 0 0;
       -moz-border-radius: 3px 3px 0 0;
            border-radius: 3px 3px 0 0;
}

#content hr {
    border: 0;
    margin: 0 0 20px;
    border-bottom:1px dotted #ccc;
}

#content .page.fullwidth {
    background: #fff;
    padding: 40px 34px;
}

#content .page .primary {
    width:600px;
    float:left;
    padding: 40px 34px;
}

#content .page .sidebar {
    width:268px;
    float:right;
    padding:13px 0 0 0;
}

#content .bottom {
    background: url(/media/images/page_bottom_bg.png) no-repeat;
    height: 9px;
    width: 940px;
}

#content .page h2 {
    font-weight:bold;
    color:#444;
    font-size:20px;
    border-bottom:1px dotted #ccc;
}

#content input,
#content textarea{
    margin-left:5px;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
    border: 1px solid #cfcfcf;
    color: #444444;
    -webkit-box-shadow: inset 0 1px 4px rgba(0,0,0, 0.10), -5px -5px 0 0 #f8f8f8, 5px 5px 0 0 #f8f8f8, 5px 0 0 0 #f8f8f8, 0 5px 0 0 #f8f8f8, 5px -5px 0 0 #f8f8f8, -5px 5px 0 0 #f8f8f8;
       -moz-box-shadow: inset 0 1px 4px rgba(0,0,0, 0.10), -5px -5px 0 0 #f8f8f8, 5px 5px 0 0 #f8f8f8, 5px 0 0 0 #f8f8f8, 0 5px 0 0 #f8f8f8, 5px -5px 0 0 #f8f8f8, -5px 5px 0 0 #f8f8f8;
            box-shadow: inset 0 1px 4px rgba(0,0,0, 0.10), -5px -5px 0 0 #f8f8f8, 5px 5px 0 0 #f8f8f8, 5px 0 0 0 #f8f8f8, 0 5px 0 0 #f8f8f8, 5px -5px 0 0 #f8f8f8, -5px 5px 0 0 #f8f8f8;
}

#content input:focus,
#content textarea:focus{
    border: 1px solid #4ec8ee;
    -webkit-box-shadow: -5px -5px 0 0 #e0f8ff, 5px 5px 0 0 #e0f8ff, 5px 0 0 0 #e0f8ff, 0 5px 0 0 #e0f8ff, 5px -5px 0 0 #e0f8ff, -5px 5px 0 0 #e0f8ff;
       -moz-box-shadow: -5px -5px 0 0 #e0f8ff, 5px 5px 0 0 #e0f8ff, 5px 0 0 0 #e0f8ff, 0 5px 0 0 #e0f8ff, 5px -5px 0 0 #e0f8ff, -5px 5px 0 0 #e0f8ff;
            box-shadow: -5px -5px 0 0 #e0f8ff, 5px 5px 0 0 #e0f8ff, 5px 0 0 0 #e0f8ff, 0 5px 0 0 #e0f8ff, 5px -5px 0 0 #e0f8ff, -5px 5px 0 0 #e0f8ff;
}


.home-full {
    width:940px;
    margin:160px 0 20px 0;
    border-bottom: 1px solid #ccc;
}

.home-column {
    float:left;
    min-height:200px;
    margin:20px 0 40px 0;
    padding:0;
}

.home-column h3 {
    font-weight:bold;
}

.home-column.left {
    width:380px;
    padding-right:20px;
}

.home-column.middle {
    width:280px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    text-align:center;
}

.home-column.right {
    width:258px;
}

.home-column.right p {
    width: 176px;
    margin:0 auto;
    background: url(/media/images/note_bg.png) repeat-y;
    min-height: 21px;
    line-height: 21px;
    border: 1px solid #d8d8d8;
    border-bottom: none;
    padding: 21px 15px 0 28px;
    -webkit-border-radius: 2px 2px 0 0;
       -moz-border-radius: 2px 2px 0 0;
            border-radius: 2px 2px 0 0;
}

.home-column.right span {
    width: 209px;
    margin:0 auto;
    display:block;
    background: url(/media/images/note_bottom.png) no-repeat;
    text-align: right;
    padding: 15px 12px 0 0;
    height: 44px;
    color: #7b7b7b;
}

.home-column.right span  strong { 
    color: #444444; 
}

#callout {
    clear:both;
    margin: 30px 0 0 0;
    background: #fff;
    padding: 19px 24px;
    font-weight: bold;
    font-size: 16px;
    overflow:hidden;
}

#callout p { 
    margin: 8px 0 0 0;
    float: left;
}

.callout-button {
    float: right;
}

.callout-button a {
    display: block;
    background: url(/media/images/callout_button_bg.png) repeat-x;
    height: 33px;
    line-height: 13px;
    font-size: 13px;
    font-weight: bold;
    padding: 0 16px;
    color: #835503;
    text-shadow: 0 1px 1px rgba(255,255,255,0.6);
    line-height: 33px;
    border: 1px solid #dab347;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
}

.callout-button a:hover {
    background: url(/media/images/callout_button_bg.png) 0 -33px repeat-x;
    text-decoration: none;
}

.post {
    border-bottom: 1px dotted #ccc;
    margin-bottom:40px;
}


.post h3,
.post h4,
.post h5 {
    padding:0;
    margin:0
}

.post h3 a {
    font-weight: bold;
    color: #444;
}

ul.stories {
    overflow:hidden;
}

ul.stories li {
    list-style-type: none;
    margin-bottom:20px;
}

ul.stories li img, ul.stories li p {
    float:left;
    display:inline;
    clear:none;
    width:auto;
    margin:0;
}

ul.stories li p {
    margin:5px 0 0 20px;
    width:800px;
}

ul.stories li span {
    clear:both;
    color:#999;
    display:block;
    font-size:13px;
    text-align:right;
}


.post .meta {
    color: #7B7B7B;
    font-size: 11px;
    border-bottom: 1px dotted #ccc;
    margin-bottom:20px;
    padding-bottom:10px;
}

.plans {
    margin:0;
    padding:0;
}

.plans ul {
    padding:0;
    margin:0;
    overflow:hidden;
    width:100%;
}

.plans ul li {
    list-style: none none;
    float:left;
    width:200px;
    padding:0 0 10px 0;
    margin:0 7px 0 7px;

    display:block;
    color:#7d7d7d;

    border:1px solid #9c9c9c;

    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;

    -webkit-box-shadow: inset 0px 0px 0px rgba(0, 0, 0, 0.3), 0px 0px 2px 1px #ccc;
    -moz-box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.3), 0px 0px 2px 1px #ccc;

    background-color:#f4f4f4;
}

.plans ul li.current {
    -moz-opacity:.70;
    filter:alpha(opacity=70);
    opacity:.70;
}

.plans ul li input {
    display:none;
}

.plans ul li h3 {
    margin:0;
    padding:10px;
    display:block;
    background: #efefef;
    background: -moz-linear-gradient(#efefef, #c4c6c9);
    background: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#c4c6c9));
    text-shadow:0px 1px #fff;
    border-bottom:1px solid #999;

    color: #444;

    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
}
.plans ul li h3 span {
    float:right;
    font-size:15px;
    font-weight:normal;
}

.plans ul li h4 {
    font-size:18px;
    text-align:center;
    line-height:33px;
    margin:10px 0 0 0;
}

.plans ul li p {
    background:url(/media/images/star.png) no-repeat 10px 49%;
    margin:0;
    padding:10px 10px 10px 30px;
    color:#666;
    font-weight:normal;
    font-size:13px;
    border-bottom:1px solid #ccc;
}

.plans ul li a.button {
    margin: 10px 0 0 70px;
}

.error {
    color: #d54c4c;
}

form.paypal {
    overflow:hidden;
    width:auto;
    height:auto;
    margin:0;
    padding:0;
}

form.paypal h3 {
    float:left;
}

form.paypal input.paypal_button {
    float:left;
    width:auto;
    height:auto;
    border:none !important;
    padding:0;
    -webkit-box-shadow:none !important;
    -moz-box-shadow:none !important;
    box-shadow:none !important;
}

form.payment fieldset {
    float:left;
    clear:left;
    width:460px;
    overflow:hidden;

    background:#fff;

    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
}

form.payment fieldset.info {
    background:#ffffdd;
    padding:10px;
    width:440px;
    color:#666;
}

form.payment div.info {
    float:right;
    width:300px;
    padding:20px 20px 0;
    font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Tahoma, sans-serif;;
    font-weight:11px;
    color:#888;
}

form.payment .info img.shield{
    display:block;
    margin:0 auto;
    margin-bottom:40px;
}

#id_expdate_0, #id_expdate_1 {
    width:70px;
    margin-right:10px;
    float:none;
}
#id_expdate_1 {
    margin-left:10px;
    width:100px;
}

.widget:first-child { margin-top: 69px; border-top:1px dotted #ccc; padding-top:30px; }
.widget:last-child { border-bottom: none; }

.widget { 
    margin: 20px 24px 0 24px;
    padding: 0 0 30px 0;
    border-bottom:1px dotted #ccc;
    font-weight:normal;
}

.widget h3 {
    color: #444;
    padding-bottom: 20px;
    font-weight: bold;
    font-size: 12px;
    line-height:20px;
}

.widget ul {
    list-style: none;
    margin: 0;
    background: #fff;
    padding: 15px 0 15px 0;
    border: 1px solid #d9d9d9;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
       -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.widget li {
    background: url(/media/images/widget_ul_bg.gif) repeat;
    padding: 0 15px 0 15px;
}

.widget li:last-child { background: none; }

.widget li a {
    color: #444;
    height: 30px;
    line-height: 30px;
}

#twitter-link {
    display: block;
    background: url(/media/images/twitter_arrow.png) no-repeat;
    padding: 15px 0 0 0;
    margin: -1px 0 0 20px;
}

#twitter-link span {
    display: block;
    background: url(/media/images/twitter_icon.png) no-repeat;
    padding: 0 0 0 20px;
    line-height: 12px;
}

.tz_tweet_widget ul {
    padding: 15px;
    list-style-type: none;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    word-wrap: break-word;
}

.tz_tweet_widget ul li a { display: none; }

.tz_tweet_widget ul li {
    background: url(/media/images/dotted_border.png) repeat-x bottom;
    padding: 8px 0;
    line-height: 20px;
}

.widget.tz_tweet_widget ul li span a {
    display: inline;
    color: #0ca2d1;
    height: auto;
    line-height: 20px;
}

.tz_tweet_widget ul li a:hover {
    text-decoration: underline;
}

footer {
    padding: 30px 0 60px 0;
    background: #fff;
    font-size: 11px;
    border-top: 1px solid #e8e8e8;
}

footer #inner {
    width: 940px;
    margin: 0 auto;
}

footer #nav {
    float: left;
}

footer #nav ul {
    margin: 0 0 20px 0;
    padding: 0;
    font-size: 12px;
}

footer #nav li {
    display: inline;
    border-right: 1px solid #e8e8e8;
    padding: 0 8px;
}

footer #nav li:first-child { padding-left: 0; }
footer #nav li:last-child { 
    padding-right: 0;
    border: none;
}

.copyright a:hover,
footer #nav a,
footer #social a:hover { 
    color: #444444;
    text-decoration: none;
}

.copyright,
.copyright a,
footer #social a,
footer #nav a:hover { color: #7b7b7b; }

.copyright { 
    float: left;
    margin: 0;
}

footer #social {
    float: right;
    overflow:hidden;
}

footer #social li {
    float: right;
    width:auto;
    padding: 0 0 5px 23px;
    max-width:200px;
}

form .errors {
    color: #ff0000;
    margin-left:10px;
}

form p {
    overflow:hidden;
}

form.inlineform label {
    float:left;
    width:220px;
}

form.inlineform input,  form.inlineform select {
    float:left;
    width:220px;
}

form.inlineform button {
    clear:left;
    float:left;
}

form.inlineform .errors {
    float:right;
    margin:-10px 5px 0px 0;
}

table.devices, table.packets {
    width:100%;
}

table.devices td {
    line-height:1.3em;
    border-bottom:1px solid #f7f7f7;
    border-top:1px solid #e1e1e0;
    padding:10px;
    vertical-align:middle;
}

table.devices input {
    display:none;
}

table.devices label {
    border:1px solid #8996a0;
    width:70px;
    margin:0;
    font-size:12px;
    font-weight:bold;
    text-align:center;
    cursor:pointer;
    height: 21px;
    padding:7px 10px 0px 10px;
    background-color:#fff;
    color:#222;
    float:left;

    background-image: url(/media/images/shortcodes/buttons/button_navy.png);
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    box-shadow:none;
    color: #515f6a !important;
    text-shadow: 0 1px 0 rgba(255,255,255, 0.4);
}
table.devices td label:first-child {
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-right:none;
}

table.devices td label:last-child {
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-left:none;
}

table.devices label.checked {
    background-image: url(/media/images/shortcodes/buttons/button_blue.png);
}
table.devices label:hover {
    background-position: 0 -28px; 
}

table .button {
    margin:0 !important;
}

table.packets td {
    padding:15px 0;
    border-bottom:1px dashed #eee;
}

ul.thumbs {
    overflow:hidden;
    margin:0;
    padding:0;
}
ul.thumbs li {
    float:left;
    list-style-type:none;
    margin:0 5px;
}
ul.thumbs li img {
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
    border:1px solid #666;
}

.locations {
    height:400px;
    width:210px;
    float:left;
    clear:left;
    background-color:#f4f4f4;
    overflow:auto;
    overflow-x: hidden;
    border-left:1px solid #d8d8d8;
    border-top:1px solid #d8d8d8;
    border-bottom:1px solid #d8d8d8;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.locations ul li {
    list-style:none;
}

.locations ul li a {
    color:#333;
    padding:5px 10px;
    border-bottom:1px solid #fff;
    display:block;
    text-decoration:none;
    cursor:pointer;
    font-size:13px;
    line-height:1.4em;
    padding-left:35px;
    background:url(/media/images/pin.png) 10px 10px no-repeat;
}

.locations ul li string {
    font-size:18px;
}

.locations ul li a:hover {
    background-color:#ccc;
}

.pressicons {margin-top:40px;}

.map {
    float:left;
    width:655px;
    height:400px;
    margin-bottom:10px;
    font-size:14px;
    line-height:1.2em;
    background-color:#EFEFEF;
    border:1px solid rgb(100,100,100);
    box-shadow:0px 0px 3px rgba(0,0,0,.5);
    -moz-box-shadow:0px 0px 3px rgba(0,0,0,.5);
    -webkit-box-shadow:0px 0px 3px rgba(0,0,0,.5);

    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
}


ul.grid {
    margin-bottom:20px;
    overflow:hidden;
}

ul.grid li {
    float:left;
    overflow:hidden;
    text-align:center;
}
ul.grid.two li {
    width:50%;
    max-width:50%;
}
ul.grid.three li {
    width:33.3%;
    max-width:33.3%;
}
ul.grid.four li {
    width:25%;
    max-width:25%;
}

ul.grid li img {
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
    border:1px solid #ccc;
}

ul.howitworks li span {
    display:block;
}

/* Buttons */

form button {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    width: auto;
    padding: 0 10px;
    line-height: 12px;
    height: 28px;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    border: 1px solid #d5d5d5;

    background: url(/media/images/submit_button.png);
    color: #555555;

    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
       -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
            box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    text-shadow: 0 1px 0 rgba(255,255,255,0.4);
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
}


form button:hover { background: url(/media/images/submit_button.png) 0 -30px; }


#slider a.button {
    font-size: 13px;
    line-height: 15px;
    font-weight: bold;
    margin: 0 5px 20px 0;
    padding: 7px 15px 0 15px;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.5);
       -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.5);
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

a.button {
    height: 20px;
    display: inline-block;
    margin: 0 5px 20px 5px;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    line-height: 12px;
    padding: 8px 10px 0 10px;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
    -webkit-box-shadow:0 1px 1px rgba(0, 0, 0, 0.08);
       -moz-box-shadow:0 1px 1px rgba(0, 0, 0, 0.08);
            box-shadow:0 1px 1px rgba(0, 0, 0, 0.08);
}

a.button.large {
    height: 24px;
    padding: 11px 10px 0 10px;
    font-size: 14px;
    line-height: 14px;
}

a:hover.button { background-position: 0 -28px; }
a:hover.button.large { background-position: 0 -35px; }

a.button.white {
    background-image: url(/media/images/shortcodes/buttons/button_white.png);
    border: 1px solid #d3d3d3;
    color: #555555 !important;
    text-shadow: 0 1px 0 rgba(255,255,255, 0.8);
}

a.button.large.white { background-image: url(/media/images/shortcodes/buttons/button_white_large.png); }
a:hover.button.white { border: 1px solid #c4c4c4; }

a.button.grey {
    background-image: url(/media/images/shortcodes/buttons/button_grey.png);
    border: 1px solid #b5b5b5;
    color: #555555 !important;
    text-shadow: 0 1px 0 rgba(255,255,255, 0.4);
}

a.button.large.grey { background-image: url(/media/images/shortcodes/buttons/button_grey_large.png); }
a:hover.button.grey { border: 1px solid #989898; }

a.button.red {
    background-image: url(/media/images/shortcodes/buttons/button_red.png);
    border: 1px solid #df6f8b;
    color: #913944 !important;
    text-shadow: 0 1px 0 rgba(255,255,255, 0.3);
}

a.button.large.red { background-image: url(/media/images/shortcodes/buttons/button_red_large.png); }
a:hover.button.red { border: 1px solid #c36079; }


#callout a.button.orange {
    background-image: url(/media/images/callout_button_bg.png);
    color: #835503 !important;
    text-shadow: 0 1px 1px rgba(255,255,255,0.6);
    border: 1px solid #dab347;
}

#callout a.button.large.orange { background-image: url(/media/images/callout_button_bg.png); }

a.button.orange {
    background-image: url(/media/images/shortcodes/buttons/button_orange.png);
    color: #835503 !important;
    text-shadow: 0 1px 1px rgba(255,255,255,0.6);
    border: 1px solid #dab347;
}

a.button.large.orange { background-image: url(/media/images/shortcodes/buttons/button_orange_large.png); }

a:hover.button.orange { border: 1px solid #dab347; }

a.button.green {
    background-image: url(/media/images/shortcodes/buttons/button_green.png);
    border: 1px solid #adc671;
    color: #5d7731 !important;
    text-shadow: 0 1px 0 rgba(255,255,255, 0.4);
}

a.button.large.green { background-image: url(/media/images/shortcodes/buttons/button_green_large.png); }
a:hover.button.green { border: 1px solid #8bb14d; }

a.button.teal {
    background-image: url(/media/images/shortcodes/buttons/button_teal.png);
    border: 1px solid #90c6c8;
    color: #437b7d !important;
    text-shadow: 0 1px 0 rgba(255,255,255, 0.4);
}

a.button.large.teal { background-image: url(/media/images/shortcodes/buttons/button_teal_large.png); }
a:hover.button.teal { border: 1px solid #7db9bb; }

a.button.blue {
    background-image: url(/media/images/shortcodes/buttons/button_blue.png);
    border: 1px solid #8dc5da;
    color: #42788e !important;
    text-shadow: 0 1px 0 rgba(255,255,255, 0.4);
}

a.button.large.blue { background-image: url(/media/images/shortcodes/buttons/button_blue_large.png); }
a:hover.button.blue { border: 1px solid #7caec0; }

a.button.navy {
    background-image: url(/media/images/shortcodes/buttons/button_navy.png);
    border: 1px solid #a2afb8;
    color: #515f6a !important;
    text-shadow: 0 1px 0 rgba(255,255,255, 0.4);
}

a.button.large.navy { background-image: url(/media/images/shortcodes/buttons/button_navy_large.png); }
a:hover.button.navy { border: 1px solid #8996a0; }

a.button.purple {
    background-image: url(/media/images/shortcodes/buttons/button_purple.png);
    border: 1px solid #bc9db9;
    color: #7b5777 !important;
    text-shadow: 0 1px 0 rgba(255,255,255, 0.4);
}

a.button.large.purple { background-image: url(/media/images/shortcodes/buttons/button_purple_large.png); }
a:hover.button.purple { border: 1px solid #a482a0; }

a.button.black {
    background-image: url(/media/images/shortcodes/buttons/button_black.png);
    border: 1px solid #4c4c4c;
    color: #ffffff !important;
    text-shadow: 0 1px 0 rgba(0,0,0, 0.4);
}

a.button.large.black { background-image: url(/media/images/shortcodes/buttons/button_black_large.png); }
a:hover.button.black { border: 1px solid #2c2c2c; }

/* Alerts ------------------------------*/

ul.messages  {
    margin:0;
}

ul.messages li {
    list-style-type:none;
    padding: 12px 5% 12px 5%;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    text-align: center;
    margin:0;
}

ul.messages li.info {
    background: #fff;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    color: #444444;
}

ul.messages li.error  {
    background: #FFD7D8;
    border-top: 1px solid #f9bac7;
    border-bottom: 1px solid #f9bac7;
    color: #d54c4c;
}

ul.messages li.warning {
    background: #FFCBA8;
    border-top: 1px solid #efd1b1;
    border-bottom: 1px solid #efd1b1;
    color: #cc6600;
}

ul.messages li.success {
    background: #D5FFCA;
    border-top: 1px solid #cadba7;
    border-bottom: 1px solid #cadba7;
    color: #5f8b33;
}

