html,body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
body {
    background: #fff;
    font: 13px arial, helvetica, sans-serif;
    color: #464646;
}
a {
	text-decoration: none;
	color: #115bb5;
}
a:hover {
	text-decoration: underline;
	color: #0b4994;
}
form {
	margin: 0;
	padding: 0;
}

/* HEADER
-------------------------------------------------------------- */

#header {
    position: fixed;
    top: 0;
    left: 0;
	right: 0;
    width: 100%;
    background: #f5f5f5;
    border-bottom: 1px solid #dedede;
    z-index: 1;
}
#title {
    position: relative;
    border-bottom: 1px solid #dedede;
    line-height: 1em;
	height: 24px;
    padding: 12px 0;
}
#title h1,
#title h2 {
    display: inline-block;
    position: relative;
    top: -15px;
    width: 117px;
    height: 20px;
}
#title h1 a,
#title h2 a {
    display: block;
    background-image: url('images/wrapper/addthis-logo.png');
    background-image: none, url('images/wrapper/addthis-logo.svg');
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 117px 20px;
    width: 117px;
    height: 20px;
    line-height: 32px;
    overflow: hidden;
    text-indent: -9999em;
    font-size: 18px;
    font-weight: normal;
    color: #000;
}
#title p {
    position: absolute;
    top: 8px;
    left: 145px;
    font-size: 1em;
    font-weight: normal;
    margin: 0;
    padding: 0;
    display: inline;
    color: #666;
}

/* FILTER
-------------------------------------------------------------- */


#filter {
    border-top: 1px solid #fff;
	padding: 20px 0;
    text-align: center;
}
#service-filter {
    background: #fff url(images/bkg-search-lg.gif) no-repeat left;
    border: 1px solid #ccc;
    padding: 9px 8px 9px 38px;
    margin: 0 auto;
    width: 350px;
    outline: none;
    text-align: left;
    font-size: 16px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
#service-filter:hover {
    border-color: #999;
}
#service-filter:focus {
    border-color: #37BAF4;
    width: 552px;
}


/* CONTENT
-------------------------------------------------------------- */

#content {
    position: relative;
    background: #fff;
    padding: 120px 0 30px 0;
    _padding-top: 3px;
}
.container {
    position: relative;
    width: 600px;
    margin: 0 auto;
    padding: 0 10px;
    text-align: left;
}


/* FOOTER
-------------------------------------------------------------- */

body > footer {
    background: #f5f5f5; /* A8A8A8 ff6550 */
    border-top: 1px solid rgba(0,0,0,.05);
    padding: 40px 0;
    color: #999;
}
body > footer a {
    display: block;
    padding: 4px 0;
    color: #626262;
}
body > footer a:hover {
    text-decoration: underline;
    color: #333;
}
body > footer h4 {
    margin: 0 0 10px 0;
    padding: 0;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    color: #5f5f5f;
}
body > footer .footer-links {
    padding-bottom: 40px;
    line-height: 1.5em;
}
body > footer .footer-links p {
    margin: 0;
    padding: 5px 0;
}
body > footer .footer-copyright {
    padding-top: 10px;
    font-size: 12px;
    color: #999;
    clear: both;
}
body > footer .footer-copyright a {
    display: inline-block;
    margin-right: 10px;
}
body > footer .copyright a {
    color: #848484;
}
body > footer .footer-follow {
    text-align: right;
}
body > footer .col {
    width: 33.33%;
    float: left;
}
body > footer .col a {
    display: block;
    padding-bottom: 5px;
}



/* SERVICE ICONS
-------------------------------------------------------------- */

.s {
    padding-top: 16px;
    overflow: auto;
}
.s a {
    display: block;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    float: left;
    width: 192px !important;
    padding: 4px !important;
    margin-bottom: 10px;
    text-decoration: none;
    line-height: 34px !important;
    font-size: 16px;
    color: #37BAF4; /* 235dab */
    cursor: pointer;
}

.s .at-icon-wrapper {
    vertical-align: bottom;
    margin-right: 5px;
    float: left;
}

.s a:hover {
    background: #37BAF4;
    text-decoration: none;
    color: #fff;
    opacity: 1;
    filter:alpha(opacity=100);
}
.s .at4-icon {
    padding: 0;
    margin-right: 4px;
}

.service-icon {
    padding: 4px 8px;
}
.service-icon:hover {
    background: #37BAF4;
    color: #fff;
}
.service-icon span {
    padding-left: 20px;
}



/* Common Styles
------------------------------------------------------------------- */

h5 { margin: 10px 0;font-weight: bold; font-size: 14px; color: #000; }
.clear { clear:both; font-size:1px; }
.link-active { font-weight: bold; color: #000 !important; }
.link-deactive { color: #b2b2b2 !important; }
.link-deactive:hover { text-decoration: none; }
.gry { color: #666; }
.right { text-align: right; }
.pipe { margin: 0 5px; color: #ccc; }
.pt5 { padding-top: 5px; }

.lgbtn {
    background: url("http://cache.addthiscdn.com/www/q0129/style/images/bkg-btn-grey.gif") repeat-x scroll 0 0 #EDEDED;
    border: 1px solid #B7B7B7;
    padding: 8px 22px;
    color: #000;
    text-shadow: 0 1px 2px #fff;
    box-shadow: 0 1px 2px #ccc;
    -moz-border-radius: 16px 16px 16px 16px;
    -moz-box-shadow: 0 1px 2px #ccc;
    -webkit-border-radius: 16px 16px 16px 16px;
    -webkit-box-shadow: 0 1px 2px #ccc;
}
.lgbtn:hover {
    background-position: 0 -35px;
    background-color: #DFDFDF;
    border-color: #AFAFAF;
    color: #000;
    cursor: pointer;
    text-decoration: none;
}
.lgbtn:active {
    background-position: 0 -70px;
    background-color: #D4D3D3;
    outline: medium none;
}
