/*
 Theme Name:FanBlast Style
 Theme URI:http://davidarchuletafanblast.com
 Description:WordPress theme with two columns, four widget areas and loads of jQuery functions (dropdown navigation, font resizing and more). The theme options include a movable sidebar, custom colours, excerpts on index pages, category or page navigation, different font and colour schemes.
 Author:Chris Frank
 Author URI:http://chrisfrank.us
 Version:v2.0
 Tags:two-columns, fixed-width, theme-options, custom-colors,
 */
@import url('custom.css');
/*       ###############################
 BASIC TAGS
 ############################### */
* {
    margin: 0;
    padding: 0;
}

body {
    font: normal 0.8em Helvetica, Arial, sans-serif;
    color: #111;
    background: url(img/bg.png) 0 0 repeat #F0F6F4;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 10px 0;
}

p {
    margin: 0px 0px 18px 0px;
}

/*       ###############################
 BASIC LAYOUT
 ############################### */
div.post-single {
    margin: 0 0 20px 0;
}

div.preview {
    float: right;
    background: url(img/preview.png) no-repeat;
    margin: 15px 0 0 0;
    opacity: .3;
    filter: alpha(opacity = 30);
}

div.preview:hover {
    opacity: .6;
    filter: alpha(opacity = 60);
}

div.preview a {
    display: block;
    width: 20px;
    height: 20px;
    color: #ccc !important;
    font: normal 14px Verdana, serif;
}

div.bookmarks {
    text-align: right;
    float: right;
}

div.app_widget {
    float: left;
    width: 280px;
    padding: 0px 0px 0px 30px;
}

div#appendix div.widget {
    padding: 20px 0 0 0;
}

/*       ###############################
 WIDGETS
 ############################### */
.widget {
    padding: 5px !important;
    margin: 10px 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

div.widget h4 {
    border-bottom: 1px dotted #ccc;
    font: bold 22px Helvetica, sans-serif;
}

div#right ul, div#appendix ul {
    list-style: none;
    padding: 0;
}

div.widget a {
    padding: 5px 0px;
    font: normal 110% Helvetica, sans-serif;
    color: #215c97;
}

div.widget a:hover {
    color: #666;
    text-decoration: underline;
}

div.widget li {
    padding: 0 0 0 5px;
    margin: 0;
    border-bottom: 1px dotted #ccc;
}

div.widget li li {
    padding: 0 0 0 20px;
    margin: 0;
    background: none;
    border-top: none;
    border-bottom: none;
}

div#tag_cloud a {
    display: inline;
}

div#tag_cloud {
    min-height: 130px;
}

div#archives {
    min-height: 130px;
}

.textwidget p {
    margin: 0;
    padding: 0;
}

/*calendar*/
table#wp-calendar {
    margin: 0 0 10px 0;
    border-collapse: collapse;
    text-align: center;
    font-size: 14px;
}

table#wp-calendar a {
    font: normal 14px Verdana;
}

table#wp-calendar caption {
    padding: 0 0 5px 0;
}

table#wp-calendar th {
    font: bold 14px Verdana;
}

table#wp-calendar th, table#wp-calendar td {
    width: 30px;
    height: 30px;
}

/*       ###############################
 TEXT
 ############################### */

div#left a:hover {
    text-decoration: underline;
}

div#left h1 {
    float: left;
    font: bold 26px Helvetica, sans-serif;
    width: 550px;
    letter-spacing: -1px;
}

div#left h1.page_headline {
    margin: 10px 0;
    font: bold 26px Helvetica, sans-serif;
    color: #215c97;
}

div#left h1 a {
	color:#C40000;
    display: block;
}

div#left h1 a:hover {
    text-decoration: underline;
}

div#left h2 {
    font: bold 150% Georgia, serif;
    margin: 0 0 10px 0;
}

div#left h2.archive-title {
    margin: 10px 0 0 20px;
    font: bold 26px Helvetica, sans-serif;
    color: #215c97;
}

div#left h3 {
    font: italic 24px Georgia, serif;
    margin: 0 0 5px 0;
}

div#left ul, ol {
    margin: 0 0 20px 20px;
}

.previous-posts a, .next-posts a {
	background:#FFF url(img/button.png) no-repeat scroll center top;
	padding:10px;
	color:#333;
}

.previous-posts a {
	margin:20px 0 0 10px;
	float:right;
	padding:3px 12px;
}

.next-posts a {
	margin:20px 0 0 10px;
    float: left;
	padding:3px 12px;
}

p.offset margin:
5px 0;
}

p.wp-bookmark {
    margin: 0;
}

.wp-logo {
    float: left;
}


a#totop {
    float: right;
    font: bold 100% Verdana, sans-serif;
}

.comment-link {
    background: url(img/comments.png) no-repeat center left !important;
}

.tag-link {
    background-image: url(img/tag-red.png);
}

.user-mail {
    background-image: url(img/email.png);
}

.user-url {
    background-image: url(img/world-edit.png);
}

.user-comment {
    background-image: url(img/comment-add.png);
}

.info-icon {
    padding: 3px 0 3px 16px;
    margin: 0;
    background-position: center left !important;
    background-repeat: no-repeat;
}

.clear {
    clear: both;
}

code {
    font: normal 100% Courier, serif;
}

/*      ##################################
 COMMENTS
 ################################## */
div.comment {
    margin: 10px 0 30px 0;
    padding: 10px 0;
    border-bottom: 1px dotted #ccc;
}

p.comment-details {
    font: normal 130% Georgia, serif;
}

.avatar {
    float: left;
    margin: 0 20px 0 0;
    border: 5px solid #eee;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

div.comment-text {
    margin: 50px 0 0 0;
}

div.author-comment {
    background: #f9fbc1;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 10px !important;
    border: 1px solid #f1f1f1;
}

h2#comment-header {
    margin: 40px 0 10px 0 !important;
    border-bottom: 1px dotted #ccc;
    padding: 0 0 5px 0;
}

h2#respond {
    margin: 40px 0 10px 0 !important;
}

h3#no-comments {
    font: italic bold 110% Georgia, serif !important;
    color: #666 !important;
}

/*        ##################################
 FORMS
 ################################## */
label {
    display: block;
    margin: 0 0 5px 0;
}

.text {
    width: 350px;
    margin: 0 0 10px 0;
    padding: 5px;
    background: url(img/bg-form-text.gif) repeat-x left top #fff;
    border: 1px solid #ccc;
}

textarea {
    width: 450px;
    height: 150px;
    margin: 0;
    padding: 5px;
    background: url(img/bg-form-text.gif) repeat-x left top #fff;
    border: 1px solid #ccc;
    -moz-border-radius: 5px;
}

.submit {
    width: auto;
    padding: 5px 20px;
    margin: 5px 0;
    color: #fff;
    background: #333;
    border: 1px solid #333;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

input {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin: 0 5px 0 0;
}

/*        ##################################
 SEARCHFORM
 ################################## */
input#search {
    width: 150px;
    padding: 5px;
    background: url(img/bg-form-text.gif) repeat-x left top;
    border: 1px solid #ccc;
}

#search-submit {
    padding: 5px;
    color: #fff;
    background: #333;
    border: none;
}

div#left div#searchform {
    padding: 0 0 0 20px;
}

p.not-found {
    padding: 0 0 0 20px;
    margin: 0;
}

/*        ##################################
 WORDPRESS CSS
 ################################## */
img.alignright {
    float: right;
    margin: 0 0 30px 30px;
}

img.alignleft {
    float: left;
    margin: 0 50px 30px 0;
}

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

a img.alignright {
    float: right;
    margin: 0 0 30px 30px;
}

a img.alignleft {
    float: left;
    margin: 0 50px 30px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.aligncenter, div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.wp-caption {
background:none repeat scroll 0 0 #F7F7F7;
border:1px solid #CCCCCC;
margin-bottom:5px;
padding:5px 0;
text-align:center;
}

.wp-caption img {
    margin: 0 0 5px 0;
    padding: 0;
    border: 0 none;
}

.wp-caption p.wp-caption-text {
    margin: 0;
}

/*        ##################################
 SUPERFISH
 ################################## */
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sf-menu {
    line-height: 1.0;
}

.sf-menu ul {
    position: absolute;
    top: -999em;
    width: 10em; /* left offset of submenus need to match (see below) */
}

.sf-menu ul li {
    width: 100%;
    margin: 0 !important;
}

.sf-menu ul ul li {
    margin: 0 !important;
}

.sf-menu li:hover {
    visibility: inherit; /* fixes IE7 'sticky bug' */
}

.sf-menu li {
    float: left;
    position: relative;
}

.sf-menu a {
    display: block;
    position: relative;
}

.sf-menu li:hover ul, .sf-menu li.sfHover ul {
    left: 0;
    top: 38px; /* match top ul list item height */
    z-index: 1000;
}

ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul {
    top: -999em;
}

ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
    left: 10em; /* match ul width */
    top: 0;
}

ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul {
    top: -999em;
}

ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul {
    left: 10em; /* match ul width */
    top: 0;
}

/*** CUSTOM STYLES ***/
.sf-menu li ul {
    background: #e8f2fe;
    border: 1px solid #8ab3d0;
    border-top: none;
    opacity: 0.9;
    -moz-opacity: 0.9;
    filter: alpha(opacity = 90);
}

.sf-menu li li ul, .sf-menu li li li ul {
    background: #e8f2fe;
    border: 1px solid #8ab3d0;
    border-top: none;
    opacity: 1.0;
    -moz-opacity: 1.0;
    filter: alpha(opacity = 100);
}

/*       ###############################
 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%;
}

.clear {
    clear: both;
}
