/*
Theme Name: AJAX Loaders Custom Theme
Theme URI: http://ajaxloaders.net
Description: Custom theme matching the original AJAX Loaders website design
Version: 1.0
Author: AJAX Loaders
*/

/* =Reset
------------------------ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* =Body
------------------------ */
body {
    font-family: 'Droid Sans', sans-serif;
    font-size: 13px;
    line-height: 22px;
    color: #444;
    background: #fafafa;
    min-width: 980px;
}

/* =Grid System
------------------------ */
.container_main {
    width: 100%;
    padding: 0;
}

.container_12_head,
.container_12_wrap,
.container_12_footer {
    margin-left: auto;
    margin-right: auto;
    width: 980px;
}

.container_12 {
    margin-left: auto;
    margin-right: auto;
    width: 960px;
}

.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6,
.grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12 {
    display: inline;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
}

.container_12 .grid_4 {
    width: 300px;
}

.container_12 .grid_8 {
    width: 620px;
}

.container_12_head .grid_4 {
    width: 300px;
    margin-right: 30px;
}

.container_12_head .grid_8 {
    width: 620px;
    margin-left: 30px;
}

.alpha {
    margin-left: 0;
}

.omega {
    margin-right: 0;
}

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.clearfix:after,
.container_12:after {
    content: '.';
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}

/* =Skeleton
------------------------ */
#header {
    width: 100%;
    padding: 15px 0;
    border-top: solid 5px #0081a6;
}

.container_12_wrap_inside {
    width: 960px;
    padding: 0 10px;
    margin: 0 auto 20px auto;
    background-color: #FFF;
    border: solid 1px #eee;
}

#content,
#sidebar {
    padding-top: 20px;
}

#content {
    background: url(images/conent-sep.png) repeat-y top right;
}

/* =Header
------------------------ */
#header #logo .site-name,
#header #logo .site-name a,
#header #logo .site-description {
    display: block;
}

#header #logo .site-name {
    font-family: 'Ubuntu Condensed', sans-serif;
    font-size: 28px;
    line-height: 34px;
    margin: 10px 0 8px 0;
}

/* =Paragraph
------------------------ */
p {
    line-height: 22px;
    margin: 0 0 22px 0;
}

p:last-child {
    margin-bottom: 0;
}

/* =Headings
------------------------ */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Ubuntu Condensed', sans-serif;
    color: #333;
    clear: both;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    font-weight: inherit;
}

h1 {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 10px;
}

h2 {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 16px;
}

h3 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
}

h4 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 22px;
}

/* =Text Elements
------------------------ */
strong {
    font-weight: bold;
}

cite, em, i {
    font-style: italic;
}

pre {
    background: #f8f8f8;
    color: #808080;
    padding: 15px 30px;
    overflow: auto;
    border: 1px solid #eee;
    border-radius: 2px;
    margin-bottom: 20px;
}

code, kbd {
    color: #000;
}

/* =Links
------------------------ */
a,
a:visited {
    color: #444;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #0081a6;
}

a img {
    border: none;
}

a:focus, a:hover, a:active {
    outline: none;
}

p a,
p a:visited {
    line-height: inherit;
}

/* =List
------------------------ */
ul, ol {
    margin: 0 0 18px 30px;
}

ul {
    list-style: square;
}

ol {
    list-style: decimal;
}

ul ul, ul ol,
ol ol, ol ul {
    margin: 4px 0 5px 30px;
}

/* =Images
------------------------ */
p img {
    padding: 6px;
    background: #fff;
    max-width: 100%;
    overflow: hidden;
    border: 1px solid #eee;
    border-radius: 2px;
}

img.alignleft {
    display: inline;
    float: left;
    margin: 20px 20px 20px 0;
}

img.alignright {
    display: inline;
    float: right;
    margin: 20px 0 20px 20px;
}

img.aligncenter {
    display: block;
    margin: 20px auto;
    clear: both;
}

/* =Sidebar
------------------------ */
#sidebar ul,
#sidebar ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

#sidebar ul li,
#sidebar ol li {
    margin: -2px 0 8px 0;
    padding: 0 0 6px 0;
    border-bottom: 1px dotted #eee;
}

#sidebar .widget-wrap {
    width: 300px;
    margin: 0 0 30px 0;
    padding: 0;
    word-wrap: break-word;
    overflow: hidden;
}

#sidebar .widget-title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
    color: #0081a6;
}

/* =Type Post
------------------------ */
.type-post,
.type-page {
    margin: 0 20px 40px 0;
}

.entry-title {
    margin: 0 0 15px 0;
}

.entry-title-single {
    color: #0081a6;
}

.entry-title a,
.entry-title a:visited {
    color: #444;
}

.entry-title a:hover {
    color: #0081a6;
}

.entry-content a {
    color: #0081a6;
}

.entry-content a:hover {
    color: #B00;
    text-decoration: underline;
}

/* =Entry Meta
------------------------ */
.entry-meta {
    font-size: 11px;
    margin: 0 0 14px 0;
    padding: 0 0 6px 0;
    border-bottom: dotted 1px #eee;
}

.entry-meta-sep {
    color: #707070;
    margin: 0 5px;
}

.entry-meta-bottom {
    font-size: 11px;
}

.cat-links a,
.tag-links a {
    color: #0081a6;
}

.cat-links a:hover,
.tag-links a:hover {
    color: #B00;
}

/* =More Link
------------------------ */
a.more-link:link,
a.more-link:visited {
    display: inline-block;
    float: right;
    font-size: 12px;
    padding: 4px 12px;
    margin-bottom: 20px;
    background: #0081a6;
    color: #fff;
    border-radius: 20px;
}

a.more-link:hover {
    background: #B00;
    text-decoration: none;
}

/* =Pagination
------------------------ */
#loop-nav-numeric,
#loop-nav-next-prev {
    margin-bottom: 20px;
    clear: both;
}

#loop-nav-numeric a,
#loop-nav-next-prev a {
    color: #0081a6;
}

#loop-nav-numeric a:hover,
#loop-nav-next-prev a:hover {
    color: #B00;
    text-decoration: underline;
}

.nav-numeric a,
.nav-numeric a:visited,
.nav-numeric span {
    border-right: 1px solid #eee;
    padding: 0 6px 0 0;
    margin: 0 4px 0 0;
}

.nav-numeric span.current {
    font-weight: bold;
}

/* =Menu Primary
------------------------ */
.menu1 {
    position: relative;
    z-index: 9999;
    padding: 0;
    margin: 15px 0 0 0;
}

.menu1 ul,
.menu1 ul * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.menu1 ul {
    margin-bottom: 0;
    line-height: 1.0;
}

.menu1 ul li {
    float: right;
    position: relative;
    word-wrap: break-word;
}

.menu1 ul a,
.menu1 ul a:visited {
    display: block;
    font-size: 13px;
    position: relative;
    padding: 20px 0 20px 14px;
    text-decoration: none;
    color: #0081a6;
}

.menu1 ul li:hover,
.menu1 ul li.sfHover,
.menu1 ul a:focus,
.menu1 ul a:hover,
.menu1 ul a:active {
    color: #B00;
}

/* =Footer
------------------------ */
.footer {
    height: 160px;
    clear: both;
    text-shadow: 0 1px 0 #fff;
    min-width: 980px;
    background: rgba(0, 0, 0, .02);
    padding: 20px 0 0 0;
    margin-top: 40px;
}

.footer-inner {
    padding: 0 6%;
}

.copyright {
    color: #858585;
    height: 64px;
    padding: 66px 96px 0 0;
    border-right: 1px solid #c3c3c3;
    margin: 0 39px 0 0;
    float: left;
}

.copyright a,
.copyright a:visited {
    position: relative;
    color: #5d6874;
    border-color: #cbcdcf;
}

.copyright a:hover {
    color: #df0000;
    border-color: #ff9c9c;
}

.og-logo {
    background: url(/images/og.png) no-repeat 0 0 scroll;
    display: block;
    width: 218px;
    height: 34px;
    position: absolute;
    top: -45px;
    left: -45px;
}

.copyright a:hover .og-logo {
    background-position: 0 -37px;
}

.footer-links {
    float: left;
    padding: 25px 0 0 0;
}

.our-generators {
    padding-left: 0px;
    margin-top: -1px;
}

.our-generators li {
    display: inline-block;
    margin: 0 0 0 25px;
}

.our-generators li:first-child {
    margin: 0;
}

.follow {
    padding: 20px 0 0 0;
}

.follow li {
    float: left;
    margin: 0 0 0 15px;
    list-style: none;
}

.follow li:first-child {
    margin: 0;
}
