/* -- GOMOBILE ADD-ON THEME -- */
.gomobile-only {display:none;}
@media handheld and (max-width: 480px), 
screen and (max-device-width: 480px),
screen and (max-width: 480px) {
/* -- RESET --*/
html, body, div, span, h1, h2, h3, h4, h5, h6, p, a,
#footer, #header, #header h1, #header h1 a, #header h1 a span, 
#header h2, #header h2 span, #footer, #license-area, 
#container-wrap-wrap, #container-wrap, #container,
#content-wrap, #main-content, #page-content, #page-title, #breadcrumbs
#top-bar, #top-bar ul,#top-bar ul li, #top-bar ul li a,
#page-options-container {
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
    border: 0;
    background: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    text-indent: 0;
    opacity: 1;
    position: static;
    line-height: 1;
    visibility: visible;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -webkit-transition: none;
    text-shadow: none;
    overflow: visible;
}
#extra-div-1, #extra-div-2, #extra-div-3, 
#extra-div-4, #extra-div-5, #extra-div-6,
.gomobile-no {
    display: none;
}
.gomobile-only {display:block;}
/* -- END RESET --*/
body {
    position:relative;
    margin:0;
    -webkit-text-size-adjust:none;
    min-height:416px;
    font:12px helvetica,sans-serif;
    -webkit-touch-callout:none;
    color: #333;
    width: auto;
    background-color: #efefef;
}
h1,h2,h3,h4,h5,h6 {
    color: #222;
    margin: 8px 0;
}
h1 {font-size: 22px;}
h2 {font-size: 20px;}
h3 {font-size: 18px;}
h4 {font-size: 16px;}
h5 {font-size: 14px; font-weight: bold;}
 
a {
    color: #3198dd;
    text-decoration: none;
}
a:hover, a:active, a.action-area-close:hover {
    color: #333;
    background-color: transparent;
}
 
#header {
    padding: 0;
    height: 42px;
    background-color: #666;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#666), to(#555));
    border-bottom: 1px solid #414141;
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.3) inset;
}
#header h1 {
    position: static;
}
#header h1 a span {
    text-shadow: #242424 -1px 1px 1px;
    padding: 8px 10px 4px;
    display: inline-block;
    width: auto;
    margin: 0;
    font-size: 19px;
    font-weight: bold;
    height: 29px;
    color: #e3e3e3;
    text-align: left;
    letter-spacing: -1px;
    font-family: HelveticaNeue-Bold, sans-serif;
    line-height: 26px;
}
 
#header h1 a span:hover, #header h1 a span:active {
    color: #3198dd;
}
#top-bar, #page-title, #page-content, #page-options-container, 
#breadcrumbs, #action-area, .post-header, .blog-post-container {
    background: #fff;
    border: 1px solid;
    border-color: #e9e9e9 #d0d0d0 #afafaf #d0d0d0;
    -webkit-border-radius: 8px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    -webkit-background-clip: padding-box;
}
#top-bar {
    width: auto;
    height: auto;
    display: block;
    margin: 16px 10px 10px;
    padding: 0;
    top: 50px;
    left: 0;
    position: static;
    float: left;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#666), to(#555));
    border-color: #787878 #545454 #494949 #545454;
}
#top-bar ul {
    float: left;
}
#top-bar ul li {
    float: left;
    margin: 0;
    padding: 0;
    border-right: 1px solid #404040;
}
#top-bar ul li a {
    font-size: 16px;
    padding: 4px 10px;
    color: #eee;
}
#top-bar ul li a:hover {
    background:-webkit-gradient(linear,0% 0%,0% 100%,from(#058cf5),to(#015fe6));
    color: #fff;
    text-decoration: none;
}
#top-bar ul li:first-child a {
    -webkit-border-radius: 8px 0 0 8px;
}
#top-bar ul li:last-child {
    border: none;
}
#top-bar ul li:last-child a {
    -webkit-border-radius: 0 8px 8px 0;
}
#content-wrap {
    position: static;
    clear: both;
}
#breadcrumbs {
    margin: 0 0 10px;
    padding: 6px 5px;
    font-size: 13px;
    color: #666;
    position: static;
}
#page-title {
    margin: 0 0 10px;
    position: relative;
    color: #444;
    font-size: 15px;
    padding: 10px;
    font-weight: bold;
    line-height: 14px;
    text-shadow: #fff -1px 1px 0;
}
#main-content {
    padding: 0 8px;
}
#main-content p {
    line-height: 1.4;
}
#page-content, #page-options-container {
    padding: 10px;
    margin: 0 0 10px;
    position: relative;    
}
#page-options-container {
    padding: 4px 10px;
}
#action-area h1, #action-area p, #action-area div, #action-area table {
    margin-left: 10px;
    margin-right: 10px;
}
 
#header h2, #login-status, #search-top-box, #side-bar, 
.social-container, .page-tags, .page-watch-options, #page-info,
.read-more.tags, .list-pages-item hr, .tweet-button-container, .ratings {
    display: none;
}
 
#header h1 a:hover {
    background: none;
}
 
#footer a,#footer, #license-area, #license-area a{
    text-decoration:none;
    font-size:11px;
    color:#6c6c6c;
    text-shadow:#fff 0 1px 0;
}
#footer, #license-area {
    padding: 2px 8px;
}
}
