/*
Theme Name: Gadget
Theme URI: http://www.themejam.com
Description: A bold and sleek blog theme with social media integration.
Author: ThemeJam
Author URI: http://www.themejam.com
Version: 1.4
Tags: Gadget, Two Column, Social Media, Style options
*/

@import url(styles/reset.css);

body {
    font-size: 14px;
    font-family: arial, sans-serif;
    line-height: 1.5em;
    background: url(styles/black-orange/bg-metal.jpg) top center repeat-x #898989;
}

/* clearfix
=================================*/
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}



/* end clearfix */



/* General styles
=================================*/
a {
    text-decoration: none;
    color: #000;
}

a:hover {
    text-decoration: underline;
}

p {
    margin: 0 0 1em;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.5em;
}

h3 {
    font-size: 1.3em;
}

h4 {
    font-size: 1em;
}

h1,h2,h3,h4 {
    margin: 0 0 1em;
}

textarea,input {
    font-size: 13px;
    font-family: arial, sans-serif;
}



/* Layout
=================================*/

#wrap {
    width: 1036px;
    margin: 0 auto;
    position: relative;
}

#main {
    float: left;
    width: 620px;
    margin: 0 20px 0 0;
}

#sidebar {
    float: left;
    width: 300px;
}

#footer {
    clear: both;
}



/* Header
=================================*/

#header {
    width: 980px;
    margin: 0 auto;
    height: 151px;
    padding: 5px 26px 0;
}

#branding {
    float: left;
    padding: 19px 0 0;
    font-size: 2em;
    margin: 0 0 1em 0;
}

#header-links {
    float: right;
    font-size: .929em;
}

#header #search {
    background: url(styles/black-orange/search-icon.gif) top left no-repeat #707070;
    background-position: 6px 3px;
    float: right;
    margin: 0 0 38px 15px;
    padding: 0 5px 0 31px;
    height: 30px;
}

#header #search input {
    width: 200px;
    height: 14px;
    background: #acacac;
    border: 1px solid #000;
    padding: 5px;
    color: #fff;
}

#header .secondary-nav {
    float: right;
}

#header .secondary-nav ul li {
    float: right;
    margin: 0 0 0 15px;
    padding: 4px 0 0;
}

#header .secondary-nav ul li a {
    color: #898989;
}

#header .secondary-nav ul li a:hover {
    color: #fff;
    text-decoration: none;
}

#header ul#social-links {
    clear: right;
}

#header ul#social-links li {
    float: right;
    margin: 0 0 0 11px;
}

#header .main-nav ul {
    clear: both;
    position: absolute;
    top: 127px;
    left: 32px;
    z-index: 10;
}



/* Main nav dropdown menu
=================================*/

.main-nav ul {
    position: absolute;
    z-index: 10;
}

.main-nav li:hover {
    visibility: inherit;
}

.main-nav li {
    float: left;
    position: relative;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 12px 0 0;
    text-shadow: 1px 1px 1px #000;
}

.main-nav a {
    display: block;
    position: relative;
    color: #fff;
}

.main-nav ul ul li {
    float: none;
    margin: 0;
    text-shadow: none;
}

#header .main-nav li:hover ul,
#header .main-nav li.sfHover ul {
    left: 0;
    top: 2.5em;
    z-index: 99;
}

#header .main-nav ul li:hover li ul,
#header .main-nav ul li.sfHover li ul {
    top: -999em;
}

#header .main-nav ul li li:hover ul,
#header .main-nav ul li li.sfHover ul {
    top: 0;
}

#header .main-nav ul li li:hover li ul,
#header .main-nav ul li li.sfHover li ul {
    top: -999em;
}

#header .main-nav ul li li li:hover ul,
#header .main-nav ul li li li.sfHover ul {
    top: 0;
}

#header .main-nav ul ul,
#header .main-nav ul li li:hover ul,
#header .main-nav ul li li.sfHover ul,
#header .main-nav ul li li li:hover ul,
#header .main-nav ul li li li.sfHover ul {
    width: 150px; /* Set the sub menu width */
    left: 150px; /* must match width value */
}

.main-nav {
    margin: 1px 0 0 0;
}

.main-nav a {
    padding: 5px 10px;
    text-decoration: none;
    color: #fff;
}

.main-nav li ul {
    margin: -7px 0 0 0;
    border: 4px solid #df8436;
    border-bottom: 3px solid #df8436;
    border-top: none;
    background: #ff9840;
}

#header .main-nav li ul ul {
    margin: -4px 0 0 0;
    border-top: 4px solid #df8436;
}

.main-nav li li {
    padding: 0;
    background: #ff9840;
}

.main-nav li:hover,
.main-nav li.sfHover,
.main-nav a:focus,
.main-nav a:hover,
.main-nav a:active,
.main-nav li:hover a {
    outline: 0;
    color: #ff9840;
}

.main-nav li:hover li a {
    color: #000;
    text-transform: none;
    font-weight: normal;
    border-bottom: 1px solid #df8436;
}

.main-nav li:hover li a:hover {
    text-decoration: underline;
}

.main-nav li a.sf-with-ul {
    min-width: 1px;
    background: url(images/nav-arrow-down-off.png) top right no-repeat;
    padding: 5px 15px 5px 10px;
}

.main-nav li a.sf-with-ul:hover,
.main-nav li:hover a.sf-with-ul {
    background: url(styles/black-orange/nav-arrow-down-on.gif) top right no-repeat;
}

.main-nav li:hover li a.sf-with-ul {
    background: url(styles/black-orange/nav-arrow-right.gif) top right no-repeat;
}



/* Content
=================================*/

#container {
    width: 944px;
    background: url(images/bg-page.png) top center repeat-y;
    padding: 20px 46px;
    background: url(styles/black-orange/bg-page.png) top center repeat-y;
}

#feature {
    clear: both;
    height: 240px;
    width: 800px;
    padding: 40px 70px 0 70px;
    margin: 0 0 2em 0;
    background: #fafafa;
    border: 1px solid #e0e0e0;
    position: relative;
}

#feature-slides,
#feature .slide {
    width: 800px !important;
    height: 198px !important;
    position: relative;
}

#feature .feature-content {
    float: left;
    width: 450px;
    margin: 0 27px 0 0;
}

#feature .feature-img {
    float: left;
}

#feature .feature-img a img {
    border: 4px solid #393939;
}

#feature .feature-img a:hover img {
    border: 4px solid #ccc;
}

#feature h2 {
    font-size: 2.143em;
    font-weight: bold;
    letter-spacing: -1px;
    margin: 0 0 .2em 0;
    padding: .1em 0 0 0;
    line-height: 1.1em;
}

#feature p {
    font-size: 1.143em;
    color: #393939;
    line-height: 1.5em;
    margin: 0 0 1em 0;
}

#feature-slides p.read-more {
    position: absolute;
    top: 168px;
    left: 0;
    background: url(../images/read-more-arrow.png) top left no-repeat #ff7600;
    background-position: 102px 10px;
}

a#prev,
a#next {
    position: absolute;
    display: block;
    width: 40px;
    height: 198px;
    top: 41px;
    z-index: 20;
}

a#prev {
    background: url(images/feature-prev.jpg) top left no-repeat;
    left: -1px;
}

a#next {
    background: url(images/feature-next.jpg) top left no-repeat;
    right: -1px;
}

a#prev:hover,
a#next:hover {
    background-position: -40px 0;
}

a#prev:active,
a#next:active {
    background-position: -80px 0;
}


p.read-more a {
    display: block;
    width: 205px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    font-size: 14px;
    padding: 3px 5px 3px 9px;
    clear: both;
    background-color: #ff7600;

}

p.read-more a:hover {
    background-color: #393939;
    text-decoration: none;
}

p.read-more a:active {
    padding: 4px 4px 2px 10px;
}

button {
    display: block;
    width: 100px;
    background: #ff7600;
    background-position: 102px 10px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    font-size: 14px;
    padding: 3px 5px 3px 9px;
    clear: both;
    border: none;
    cursor: pointer;
}

button:hover {
    background: #393939;
    background-position: 102px 10px;
    text-decoration: none;
}

button:active {
    padding: 4px 4px 2px 10px;
}

#main .post {
    position: relative;
    border-bottom: 1px dotted #898989;
    margin: 0 0 2em 0;
    padding: 0 0 1em 0;
}

.single #main .post,
.page #main .post {
    border: none;
}

#main .post .comment-count {
    position: absolute;
    top: 0;
    right: 0;
    width: 29px;
    height: 26px;
}

#main .post .comment-count a {
    display: block;
    width: 28px;
    height: 24px;
    padding: 2px 0 0 1px;
    background: url(images/icon-comments.jpg) top left no-repeat;
    text-align: center;
    font-size: .929em;
    font-weight: bold;
}

.wp-pagenavi span,
.wp-pagenavi a {
    display: block;
    float: left;
    margin: 0 5px 0 0;
    padding: 2px 5px;
    background: #f5f5f5;
    border: 1px solid #dfdfdf;
    font-size: .857em;
    font-style: italic;
    color: #707070;
}

.wp-pagenavi span.current {
    color: #fff;
    background: #ff7600;
    border: 1px solid #ff7600;
}

/* Entry Content
=================================*/

h2.entry-title {
    font-size: 1.714em;
    font-weight: bold;
    margin: 0 0 .5em 0;
    letter-spacing: -1px;
    width: 580px;
    line-height: 1.1em;
}

h1.entry-title {
    font-size: 2.143em;
    font-weight: bold;
    margin: 0 0 .3em 0;
    letter-spacing: -1px;
    line-height: 1.1em;
}

.page h1.entry-title {
    margin: 0 0 1em 0;
}

.archive h1.pagetitle,
.search-results h1.pagetitle {
    font-size: 1em;
    text-align: center;
    font-style: italic;
}

.search-results .page .comment-count {
    display: none;
}

.entry-meta-before {
    border-bottom: 1px dotted #898989;
    font-weight: bold;
    font-size: .857em;
    margin: 0 0 1.5em 0;
}

.entry-meta-before #byline {
    float: left;
    color: #898989;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: .857em;
}

.entry-meta-before #comments-top a {
    float: right;
    color: #FF7600;
}

.entry-content {
    color: #707070;
}

.post .entry-content h1 {
    font-size: 2em;
    font-weight: bold;
    color: #FF7600;
}

.entry-content h2 {
    font-size: 1.5em;
    font-weight: bold;
    color: #FF7600;
}

.entry-content h3 {
    font-size: 1.3em;
    font-weight: normal;
    color: #FF7600;
}

.entry-content h4,
.entry-content h5,
.entry-content h6  {
    color: #FF7600;
}

.entry-content ul {
    list-style: none;
    margin: 0 0 1.5em 2.5em;
}

.entry-content ul li {
    background: url(styles/black-orange/arrow-bullet.gif) top left no-repeat;
    background-position: 0 7px;
    padding: 0 0 0 20px;
    margin: 0 0 .3em 0;
}

.entry-content ul ul {
    margin-bottom: 0;
}

.entry-content ol {
    list-style: decimal;
    margin: 0 0 1.5em 2.5em;
}

.entry-content ol ol {
    margin-bottom: 0;
}

.entry-content img {
    border: 3px solid #d7d7d7;
}

.entry-content img.wp-smiley {
    border: none;
}

.entry-content .alignleft {
    float: left;
    margin: 0 10px 10px 0;
}

.entry-content .alignright {
    float: right;
    margin: 0 0 10px 10px;
}

.entry-content .aligncenter,
.entry-content .center {
    text-align: center;
    margin: 0 auto;
    display: block;
}

p.wp-caption-text {
    margin: 0;
    font-size: .857em;
    font-style: italic;
    text-align: center;
}

.entry-content blockquote {
    padding: 0 15px 0 10px;
    font-style: italic;
    border-left: 4px solid #FF7600;
}

.entry-content cite {
    text-align: right;
    display: block;
    font-weight: bold;
    padding: 0 10px 10px 0;
    margin: 0 20px 1.5em 0;
}


/* Comments
=================================*/

h3#comments,
#respond h3 {
    font-weight: bold;
    font-size: 1.286em;
    padding: 0 0 5px 0;
    border-bottom: 1px dotted #898989;
}

.comment-body {
    position: relative;
}

.comment-body .reply {
    position: absolute;
    top: 0;
    right: 0;
}

.comment-body .reply a {
    text-transform: uppercase;
    font-weight: bold;
    font-size: .857em;
    color: #ff7600;
}

.comment-author {
    font-size: 1.286em;
    font-weight: bold;
    color: #000;
}

.comment-author .comment-date a {
    font-size: .7em;
    font-weight: bold;
    color: #898989;
}

.commentlist li {
    margin: 0 0 1.5em;
    background: #f5f5f5;
    border: 1px solid #dfdfdf;
    padding: 10px;
}

.commentlist li#blank {
    visibility: none;
    background: none;
    border: none;
    padding: 0;
}

.children li {
    padding-bottom: 0;
}

.commentlist li li {
    padding: 10px 0 0 0;
    border: none;
    border-top: 1px dotted #898989;
}

.commentlist ul.children {
    margin: 0 0 0 1.5em;
    padding: 1.5em 0 0;
}

.comment-avatar {
    float: left;
    margin: 0 10px 0 0;
    border: 4px solid #c5c5c5;
    width: 72px;
    height: 72px;
}

.comment-content {
    float: left;
    width: 500px;
}

.children .comment-content { width: 480px; }
.children .children .comment-content { width: 460px; }
.children .children .children .comment-content { width: 440px; }
.children .children .children .children .comment-content { width: 420px; }
.children .children .children .children .children .comment-content { width: 400px; }

#commentform textarea,
#commentform input {
    border: 1px solid #898989;
    padding: 4px;
}

#commentform label {
    text-transform: uppercase;
    font-weight: bold;
    font-size: .857em;
    color: #898989;
    padding: 0 0 0 5px;
}

#commentform label span {
    font-weight: normal;
    font-style: italic;
    font-size: .8em;
}

#commentform textarea {
    width: 612px;
}

#commentform input#submit {
    border: none;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    letter-spacing: 1px;
    padding: 5px 8px 4px 8px;
    cursor: pointer;
    background: #ff7600;
}

/* Sidebar
=================================*/

.box {
    background: #f5f5f5;
    border: 1px solid #e0e0e0;
    padding: 5px 0 10px 0;
    margin: 0 0 1.5em 0;
}

.box h4 {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: .929em;
    letter-spacing: 3px;
    background: url(styles/black-orange/box-header-line.gif) center left repeat-x;
    color: #ff7600;
}

.box h4 span {
    background: #f5f5f5;
    padding: 0 10px;
}

.box li,
.box div,
.box #searchform {
    margin: 0 10px 5px 10px;
}

.box table {
    margin: 0 auto;
}

.box.widget_categories li,
.box.widget_archive li {
    float: left;
    width: 130px;
    line-height: 1.4em;
    margin: 0 0 5px 15px;
    font-size: .929em;
}

.box.widget_categories li a,
.box.widget_archive li a {
    display: block;
    background: url(images/icon-paper.gif) top left no-repeat;
    background-position: 0 2px;
    padding: 0 0 0 18px;
}

.box.flickr {
    padding-bottom: 5px;
}

.box.flickr .flickr_badge_image {
    float: left;
    margin: 0 0 10px 14px;
}

.box.flickr .flickr_badge_image a img {
    border: 3px solid #fff;
}

.box.flickr .flickr_badge_image a:hover img {
    border: 3px solid #393939;
}

.box.widget_twitter li {
    background: url(images/icon-tweet.gif) top left no-repeat;
    background-position: 0 2px;
    padding: 0 0 0 20px;
    margin: 0 15px 10px 15px;
    font-size: .857em;
    line-height: 1.3em;
    color: #636363;
}

.box.widget_twitter li span {
    display: block;
    font-style: italic;
    font-size: .8em;
}

.box.widget_twitter h4 a {
    color: #FF7600;
}

#searchform input {
    margin: 0 0 8px 0;
}

/* Footer
=================================*/

#footer {
    width: 944px;
    background: url(images/bg-page-bottom.png) top center no-repeat;
    padding: 40px 46px;
    text-align: right;
    font-size: .857em;
    color: #464646;
}

#credit {
    padding: 3px 0 0 0;
    height: 50px;
    width: 215px;
    float: right;
    background: url(styles/black-orange/logo-themejam.gif) top right no-repeat;
}

#credit span {
    display: block;
    float: left;
}

#credit a {
    text-indent: -9999px;
    display: block;
    float: right;
    width: 143px;
    height: 50px;
}









