/* @override http://localhost/wp3-test/components/com_wordpress/wp/wp-content/themes/twentyten/style.css */

/*
Theme Name: Twenty Ten (Modified to inherit Joomla! styles)
Theme URI: http://www.corephp.com/
Description: The 2010 default theme for WordPress.
Author: the WordPress team
Version: 1.3
Tags: two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style
*/

/* @group Two Column Layout */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#wordpress {
    overflow: hidden;
}
#wp-container {
    float: left;
    /*margin: 0 -240px 0 0;*/
    width: 100%;
    margin-right: -220px;
}
#wp-content {
    margin: 0 245px 0 0px; /* Was 20 on left */
}
.page-template-onecolumn-page-php #wp-content {
    margin-right: 0;
}
#primary,
#secondary {
    float: right;
    overflow: hidden;
    width: 220px;
}
#secondary {
    clear: right;
}
#wp-footer {
    clear: both;
    width: 100%;
}

/* @end */

/* @group One Column Layout */

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #wp-content {
    margin: 0 auto 40px;
    /*width: 640px;*/
}

/* @end */

/* @group Full Width Layout */
/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #wp-content {
    margin: 0 auto;
    /*width: 900px;*/
}
.entry-attachment .attachment {
    overflow: hidden;
}

/* @end */

/* @group Fonts (inherit from Joomla) 
-------------------------------------------------------------- */

/* @end */

/* @group Structure 
-------------------------------------------------------------- */

/* The main theme structure */
#wp-access .menu-header,
div.menu,
#colophon,
#wp-branding,
#wp-main,
#wp-wrapper {
    margin: 0 auto;
    /*width: 940px;*/
}
.white-wrapper {
    padding: 20px;
    background:#fff;
}

/* Structure the footer area */
#footer-widget-area {
    overflow: hidden;
}
#footer-widget-area .widget-area {
    float: left;
    margin-right: 20px;
    width: 220px;
}
#footer-widget-area #fourth {
    margin-right: 0;
}
#site-info {
    float: left;
    /*width: 700px;*/
    font-weight: bold;
}
#site-generator {
    float: right;
    width: 220px;
}

/* @end */

/* @group Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles  */
.componentheading a, .contentheading a, .entry-meta a,
.componentheading a:hover, .contentheading a:hover, .entry-meta a:hover {
}
.button:hover {
    cursor: pointer;
}

/* Text meant only for screen readers */
.screen-reader-text {
    position: absolute;
    left: -9000px;
}

/* @end */

/* @group Header
-------------------------------------------------------------- */

#wp-header {
    padding: 30px 0 0 0;
    position: relative;
}
#site-title {
    width: auto!important;
    margin: 0;
}
#site-title a {text-decoration: none;}
#site-description {
    font-style: italic;
    float: right;
    margin-top: -34px;
    height: 34px;
    padding-right: 10px;
    position: relative;
    top: 5px;
}

/* This is the custom header image */
#wp-branding {
    overflow: hidden;
}
#wp-branding img {
    clear: both;
    border-top: 4px solid #000;
    display: block;
    border-bottom: 1px solid #000;
    width: 100%;
}

/* @end */

/* @group Menu 
-------------------------------------------------------------- */

#wp-access {
    margin: 0 auto 20px;
    /*width: 940px;*/
    width: 100%;
    display:block;
    float:left;
}
#wp-access .menu-header- {
    margin-top: 16px;
}
#wp-access .menu-header,
div.wp-menu {
    margin-left: 12px;
}
#wp-access .menu-header ul,
div.wp-menu ul {
    list-style: none;
    margin: 0!important;
    padding: 0!important;
}
#wp-access .menu-header li,
div.wp-menu li {
    float:left;
    position: relative;
    background-image: none!important;
    margin: 0!important;
    padding: 0!important;
    list-style: none!important;
}
#wp-access a {
    display:block!important;
    padding:0 10px!important;
    line-height:38px!important;
    text-decoration: none;
}
#wp-access ul ul {
    display: none;
    position:absolute;
    top:38px;
    left:0;
    float:left;
    box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
    width: 180px;
    z-index: 99999;
}
#wp-access ul ul li {
    min-width: 180px;	
}
#wp-access ul ul ul {
    left:100%;
    top:0;
}
#wp-access ul ul a {
    height:auto;
    line-height:1em;
    padding:10px;
    width: 160px;
}
#wp-access ul ul {
    padding-left: 0;
}
#wp-access li:hover > a,
#wp-access ul ul :hover > a {}
#wp-access ul li:hover > ul {
    display:block;
}
#wp-access ul li.current_page_item > a,
#wp-access ul li.current-menu-ancestor > a,
#wp-access ul li.current-menu-item > a,
#wp-access ul li.current-menu-parent > a {}

* html #wp-access ul li.current_page_item a,
* html #wp-access ul li.current-menu-ancestor a,
* html #wp-access ul li.current-menu-item a,
* html #wp-access ul li.current-menu-parent a,
* html #wp-access ul li a:hover {}

/* @end */

/* @group Content
-------------------------------------------------------------- */

#wp-main {
}
#wp-content {
    margin-bottom: 36px;
}
#content,
#wp-content input,
#wp-content textarea {}
#wp-content p,
#wp-content ul,
#wp-content ol,
#wp-content dd,
#wp-content pre,
#wp-content hr {
}
#wp-content ul ul,
#wp-content ol ol,
#wp-content ul ol,
#wp-content ol ul {
}
#wp-content pre,
#wp-content kbd,
#wp-content tt,
#wp-content var {
}
#wp-content code {
}
#wp-content dt,
#wp-content th {}
#wp-content h1,
#wp-content h2,
#wp-content h3,
#wp-content h4,
#wp-content h5,
#wp-content h6 {
}
#wp-content table {}
#wp-content tr th,
#wp-content thead th {
}
#wp-content tr td {
}
#wp-content tr.odd td {
}
.hentry {
    margin: 0 0 1.5em;
    background:#fff;
    padding:1.3em;
    position: relative
}
/*.home .sticky {
        border-top: 4px solid #CCCCCC;
        border-bottom: solid 1px #CCCCCC;
        border-left: solid 1px #CCCCCC;
        border-right: solid 1px #CCCCCC;
        padding: 8px 15px 18px;
        margin-right: -20px;
}*/
.single .hentry {
    padding:0;
}
.page-title {
    margin: 0 0 36px 0;
}
.page-title span {
    font-style: italic;
    font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
}
.page-title a:active,
.page-title a:hover {}

.entry-title a:link,
.entry-title a:visited {
    text-decoration: none;
    color:#666666;
    font-weight: 700;
    text-transform: uppercase;
}
.entry-title a:active,
.entry-title a:hover { text-decoration: underline}

.entry-meta p.articleinfo {
    margin: 2px 0;
}
.entry-meta {
    font-family:"Bitter", Georgia, "Times New Roman", Times, serif;
    margin:15px 0;
}
.entry-content p {
    margin-bottom:1em;
}
.entry-content p.read-more {
    text-align: right;
    text-transform: uppercase;
    margin-bottom: 0;
    padding-right:12px;
    background:url('/templates/hairylemon/images/viewmore-right.png') no-repeat right 7px transparent;    
}
.entry-meta abbr,
.entry-utility abbr {
    border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
}

#wp-content .entry-summary p:last-child {
    margin-bottom: 12px;
}
.entry-content fieldset {
    margin: 0 0 24px 0;
    padding: 24px;
}
.entry-content fieldset legend {
    font-weight: bold;
    padding: 0 24px;
}
.entry-content input {
    margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
    margin-right: 24px;
}
.entry-content label {}
.entry-content select {
    margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {}
.entry-content blockquote.left {
    float: left;
    margin-left: 0;
    margin-right: 24px;
    text-align: right;
    width: 33%;
}
.entry-content blockquote.right {
    float: right;
    margin-left: 24px;
    margin-right: 0;
    text-align: left;
    width: 33%;
}
.page-link {
    font-weight:bold;
    margin:0 0 22px 0;
}
.page-link a:link,
.page-link a:visited {
    font-weight:normal;
    padding:0.5em 0.75em;
    text-decoration:none;
}
.home .sticky .page-link a {}
.page-link a:active,
.page-link a:hover {}
.page .edit-link {
    clear: both;
    display: block;
}
#entry-author-info {
    padding: 18px 20px;
    margin: 24px 0;
    overflow: hidden;
    clear: both;
}
#entry-author-info #author-avatar {
    float: left;
    margin: 0 -104px 0 0;
    padding: 11px;
    height: 60px;
}
#entry-author-info #author-description {
    float: left;
    margin: 0 0 0 104px;
}
#entry-author-info h2 {
    margin-bottom: 0;
}
.entry-utility {
    clear: both;
    padding-top: 5px;
}
.entry-meta a,
.entry-utility a {}
.entry-meta a:hover,
.entry-utility a:hover {}
#wp-content .video-player {
    padding: 0;
}

/* @end */

/* @group Asides
-------------------------------------------------------------- */

.home #wp-content .category-asides p {
    margin-bottom: 10px;
    margin-top:0;
}
.home .hentry.category-asides {
    padding: 0;
}
.home #wp-content .category-asides .entry-content {
    padding-top: 0;
}

/* @end */

/* @group Gallery Listing 
-------------------------------------------------------------- */

.category-gallery {
    margin-bottom: 48px;
}
.category-gallery h2 {
    margin-top: 10px;
}
.category-gallery .entry-meta {
}
.category-gallery .size-thumbnail img {
    margin-bottom: 0;
}
.category-gallery .gallery-thumb {
    float: left;
    margin-right:20px;
    margin-top: -4px;
}
.home #wp-content .category-gallery .entry-content p {
    display: inline;
}
.home #wp-content .category-gallery .entry-utility {
    padding-top:4px;
}

/* @end */

/* @group Attachment pages
-------------------------------------------------------------- */

.entry-content .attachment img {
    margin-bottom: 0;
}
.attachment .entry-content .entry-caption {
    margin-top: 24px;
    font-weight: bold;
    font-size: 110%;
}

/* @end */

/* @group Images
-------------------------------------------------------------- */

#wp-content img {
    margin: 0;
    max-width: 585px;
}
#wp-content .attachment img {
    max-width: 900px;
}

#mainRow .post-date{
    position: absolute;
    top:0;
    left:170px;
    text-align:center;
    color:#fff;
    background:url('/templates/hairylemon/images/postdate.png') no-repeat scroll 0 0 transparent;
    width:89px;
    height:89px;
    font-size:19px;
    font-size:1.9rem;
    text-transform: uppercase;
    padding:13px;
    margin:31px 0 0 25px;
    font-family: 'Roboto',serif,arial,sans-serif;
}
#mainRow .single .post-date{
    margin:11px 0 0 5px;    
}
#mainRow .advanced_recent_posts_widget .post-date {
    left:0;
    display: none;
}
#mainRow .post-date span{
    font-size:39px;
    font-size:3.6rem;
    line-height: 0.8em;
    font-weight:700;
    font-family:"Bitter", Georgia, "Times New Roman", Times, serif;
}
#mainRow .wp-post-image,
.advanced_recent_posts_widget img {
    float:left;
    margin-right:20px;
    margin-top:5px;
    border-radius:50% 50% 50% 50%;
}
.advanced_recent_posts_widget img{
    margin-right:10px;

}
#wp-content .alignleft,
#wp-content img.alignleft {
    display: inline;
    float: left;
    margin-right: 24px;
    margin-top: 4px;
}
#wp-content .alignright,
#wp-content img.alignright {
    display: inline;
    float: right;
    margin-left: 24px;
    margin-top: 4px;
}
#wp-content .aligncenter,
#wp-content img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
#wp-content img.alignleft, 
#wp-content img.alignright, 
#wp-content img.aligncenter {
    margin-bottom: 12px;
}
#wp-content .wp-caption {
    text-align: center;
    margin-bottom: 15px;
    padding: 4px;
    margin-right: 20px;
}
#wp-content .wp-caption img {
    margin: 5px 5px 0;
}
#wp-content .wp-caption p.wp-caption-text {
    margin: 5px;
}
#wp-content .wp-smiley {
    margin:0;
}
#wp-content .gallery {
    margin: auto;
}
#wp-content .gallery .gallery-item {
    float: left;
    margin: 0 20px 20px 0;
    text-align: center;
}
#wp-content .gallery img {
}
#wp-content .gallery .gallery-caption {
    margin: 0 0 12px;
    font-size: 85%;
}
#wp-content .gallery dl {
    margin: 0;
}
#wp-content .gallery br+br {
    display: none;
}

/* @end */

/* @group Navigation
-------------------------------------------------------------- */

.navigation {
    overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
    text-decoration: none;
    padding:10px 10px 10px;
    background:#E6811D;
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    font-size: 30px;
    font-size: 3.0rem; 
}
.navigation .nav-previous a {
    background:url('/templates/hairylemon/images/blog-nav-previous.png') no-repeat 2px 12px #E6811D;
    padding-left:20px;
    float: left;
    width: 4.167em;
}
.navigation .nav-next a {
    background:url('/templates/hairylemon/images/blog-nav-next.png') no-repeat 118px 12px #E6811D;
    background-position: 3.95em 12px;
    padding-right:20px;
    float: right;
    width: 4.433em;
}

.navigation a:active,
.navigation a:hover {
    background-color: #58595B
}

.nav-next {
    float: right;
    width: 48%;
    text-align:right;
    font-size: 90%;
}
#nav-above {
}
#nav-above {
    display: none;
}
.paged #nav-above,
.single #nav-above {
    display: block;
}
#nav-below {
    margin: 0 0 40px;
}


/* @end */

/* @group Comments
-------------------------------------------------------------- */

#comments {
    clear: both;
}
#comments .navigation {
    padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
    margin-bottom: 0;
    color:#666666;
    font-size:18px;
    font-size:1.8rem;
    font-weight:700;
}
h3#comments-title {
    padding: 10px 0 24px;
}
.commentlist {
    list-style: none;
    margin-bottom: 40px;
    background:#fff;
    padding: 20px;
}
.commentlist li.comment {
    margin: 0 0 24px 0;
    padding: 0 0 0 56px;
    position: relative;
    border-bottom: solid 1px #ccc;
}
.commentlist li:last-child {
    border-bottom:none;
    margin-bottom:0;
}
#comments .comment-body ul,
#comments .comment-body ol {
    margin-bottom: 18px;
}
#comments .comment-body p:last-child {
    margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
    margin-bottom: 24px;
}
.commentlist ol {
    list-style: decimal;
}
.commentlist .avatar {
    position: absolute;
    top: 4px;
    left: 0px;
    padding:3px;
    border:1px solid #ccc;
}
.comment-author {
}
.comment-author cite {
    font-style: normal;
    font-weight: bold;
}
.comment-author .says {
    font-style: italic;
}
.comment-meta {
    margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
}
.comment-meta a:active,
.comment-meta a:hover {
}
.commentlist .even {
}
.commentlist .bypostauthor {
}

.reply a {
    font-size:18px;
    font-size:1.8rem;
}
.reply a:hover,
a.comment-edit-link:hover {
}
.commentlist .children {
    list-style: none;
    margin: 0;
}
.commentlist .children li {
    border: none;
    margin: 0;
}
.nopassword,
.nocomments {
    display: none;
}
#comments .pingback {
    margin-bottom: 18px;
    padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
    margin-top: -6px;
}
#comments .pingback p {
    display:block;
    margin: 0;
}
#comments .pingback .url {
    font-style: italic;
}

/* @end */

/* @group Comments form */

input[type=submit] {
}
#respond {
    overflow: hidden;
    position: relative;
}
#respond p {
    margin: 0;
}
#respond .comment-notes {
    margin-bottom: 1em;
}
.form-allowed-tags {
}
.children #respond {
    margin: 0 48px 0 0;
}
h3#reply-title {
    margin: 18px 0;
}
#comments-list #respond {
    margin: 0 0 18px 0;
}
#comments-list ul #respond {
    margin: 0;
}
#cancel-comment-reply-link {
    font-weight: normal;
}
#respond .required {
    color:#999999;
}
#respond label {
    color:#666666;
    text-transform: none;
    font-size:14px;
    font-size: 1.4rem;
}

#respond input, #respond textarea {
    margin:0 5px 9px 0;
    width:95%;
    background-color: #edeeef;
    border:1px solid #e0e0e0;
}
#respond textarea {
    max-width: 100%;
}

#respond .form-allowed-tags {
    font-style: italic;
}
#respond .form-allowed-tags code {
}
#respond .form-submit {
    margin: 0;
}
#respond input#submit { margin:1em 0 0; }
#respond .form-submit input {
    width: auto;
}

/* @end */

/* @group Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
    list-style: none;
    margin-left: 0;
}
.widget-area ul ul {
    padding-left:0;
}
.widget-area li.cat-item {
    margin-bottom: 0.8em !important;
    background:#939598;
    padding:0.2em 0.5em;
    color: #fff;
    Float: left;
    clear:both;
    font-size:1.4rem;
}

.widget-area li.cat-item a {
    color: #fff;
    
}
.widget-area .cat-item:hover {
    background:#E6811D;
    text-decoration: none;
}

.widget_search #s { /* This keeps the search inputs in line */
    width: 88%;
    float:left;
    border:none;
    min-height:2.25em;
}
.widget_search label {
    display:none;
}
.widget_search #searchsubmit {
    float:left;
    text-indent: -9999px;
    background:url('images/search.jpg') no-repeat top left transparent;
    width:33px;
    height:30px;
    padding:0;
    margin:0;
}
.widget-container {
    padding-left: 0!important;
    margin-left: 0!important;
    background: none!important;
    list-style: none;
}
.widget-title {}
.widget-area a:link,
.widget-area a:visited {
    text-decoration: none;
    font-size:14px;
    font-size:1.4rem;
    color:#58595b;
    text-transform: uppercase;
}
.widget-area a:active,
.widget-area a:hover {
    text-decoration: underline;
}
.widget-area .entry-meta {
}
#wp_tag_cloud div {
}
#wp-calendar {
    width:100%;
}
#wp-calendar caption {
    font-weight: bold;
    text-align: left;
    padding-bottom: 4px;
}
#wp-calendar thead {
}
#wp-calendar thead th {
}
#wp-calendar tbody {
}
#wp-calendar tbody td {
    padding: 3px 0 2px;
    text-align: center;
}
#wp-calendar tbody .pad {
    background: none;
}
#wp-calendar tfoot #next {
    text-align: right;
}
.widget_rss a.rsswidget {
}
.widget_rss a.rsswidget:hover {
}
.widget_rss .widget-title img {
    height: 11px;
    width: 11px;
}

/* Main sidebars */
#wp-main .widget-area ul {
    margin-left: 0;
    padding: 0 10px 0 0;
}
#wp-main .widget-area ul ul {
    border: none;
    padding: 0;
}
#primary {
}
#secondary {
}

/* Footer widget areas */
#footer-widget-area {
}

/* @end */

/* @group Footer
-------------------------------------------------------------- */

#wp-footer {
    margin-bottom: 20px;
}
#colophon {
    margin-top: -4px;
    padding: 18px 0;
    overflow: hidden;
}
#site-info {
    font-weight: bold;
}
#site-info a {
    text-decoration: none;
}
#site-generator {
    position: relative;
    font-style: italic;
}
#site-generator a {
    display:inline-block;
    text-decoration: none;
}
#site-generator a:hover {
    text-decoration: underline;
}
img#wpstats {
    display:block;
    margin: 0 auto 10px;
}

/* @end */

/* @group Added Joomla! Styles */

.widget-container .module {
    margin-bottom: 0;
}
.widget_archive .module ul li:nth-child(n+13) {
    display:none;
}
/*.widget_archive .module ul li:nth-child(-n + 12) {
    display:block;
}*/
ul.xoxo {
    margin-top: 0!important;
    padding-left: 0;
}
.cat-links {
    margin-bottom: 0px;
}
.widget_search .mod-wrap3 {

}

/* @end */

/* @group Colors */

#wp-content .wp-caption {background: #ccc;}

/* @end */

/* @group Company Specific */

#s5_outer .contentheading,
#s5_outer .entry-utility {
    padding-left: 5px;
}
#s5_outer .entry-content {
    margin-bottom: 13px;
}
#s5_outer .single-post .article-tools {
    margin-left: 5px;
    margin-top: 4px;
}

.rockettheme_gantry_1 #page h1.contentheading {
    border-top:3px solid #8B553D;
    font-family:'Bebas';
    font-size:21pt;
    line-height:120%;
    text-transform:uppercase;
    word-spacing:8px;
    padding-bottom: 0;
}

/* @end */

/* @group Clearfix (clears floats) */

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

/* @end */

/* @group Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
    -webkit-text-size-adjust: 140%;
}
code {
    -webkit-text-size-adjust: 160%;
}
#wp-access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
    -webkit-text-size-adjust: 120%;
}
#site-description {
    -webkit-text-size-adjust: none;
}

.recent-post-item {
clear: both;
}

/* @end */

/* @group Print Style
-------------------------------------------------------------- */

@media print {
    body {
        background:none !important;
    }
    #wp-wrapper {
        float: none !important;
        clear: both !important;
        display: block !important;
        position: relative !important;
    }
    #wp-header {
        border-bottom: 2pt solid #000;
        padding-bottom: 18pt;
    }
    #colophon {
        border-top: 2pt solid #000;
    }
    #site-title,
    #site-description {
        float: none;
        padding:0;
        line-height: 1.4em;
    }
    .entry-content {
        font-size: 14pt;
        line-height: 1.6em;
    }
    .entry-title {
        font-size: 21pt;
    }
    #wp-access,
    #wp-branding img,
    #respond,
    .comment-edit-link,
    .edit-link,
    .navigation,
    .page-link,
    .widget-area {
        display: none !important;
    }
    #wordpress,
    #wp-header,
    #wp-footer {
        width: 100%;
        margin: 0;
    }
    #content,
    .one-column #wp-content {
        width: 100%;
        margin: 24pt 0 0;
    }
    .wp-caption p {
        font-size: 11pt;
    }
    #site-info,
    #site-generator {
        float: none;
        width: auto;
    }
    #colophon {
        width: auto;
    }
    img#wpstats {
        display:none
    }
    #site-generator a {
        padding: 0;
        margin: 0;
    }
    #entry-author-info {
        border: 1px solid #e7e7e7;
    }
    #wp-main {
        display:inline;
    }
    .home .sticky {
        border: none;
    }
}

/* @end */