     /*   
Theme Name: Frankmatic
Theme URI: http://www.frankbelfast.com
Description: Frank Design blog theme
Author: Frank
Author URI: http://themeshaper.com/
Template: thematic
Version: 1.0
Tags: Thematic
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');


body{
    background: url('images/bg.jpg') no-repeat center top fixed;
    color:#464648;
    font-size:13px;
}

h1,h2,h3,h4,h5{
    font-family:georgia;
    color:#464648;
    font-weight:normal;
}

h2{
    font-size:40px;
}

h2.entry-title a{
    color:#2E2E2F;
    font-family:georgia;
    font-weight:normal;
    font-size:30px;
}

a#mini-logo{
    display:block;
    width:60px;
    height:20px;
    float:right;
    background: url('images/frank-logo-mini.png') no-repeat ;
    text-indent:-999em;
    margin-top:5px; 
}

div#blog-title span a{
    display:block;
    width:950px;
height:60px;
border-top:1px solid #ccc;
border-bottom:1px solid #ccc;
    background: url('images/banner.png')  0px 5px  no-repeat ;
    text-indent:-999em;
}

#blog-description{
    padding:50px 0 0 0;
    font-size:78px;
    color:#494949;
    font-style:normal;
    font-weight:bold;
display:none;
}

div#header{
    margin-top:0px;
height:150px;
}

div#access{
    z-index:-5px;
    margin-top:-41px;
display:none;
}

div#main{
    padding-top:60px;
}

div#primary{
margin-right:-10px;
}


div#wrapper{
    width:960px;
    margin:0 auto;
}

#frank-site-link{
    position:fixed;
    z-index:5;
    height:25px;
    top:0px;
    background-color: rgb(30,30,30); opacity: 0.8;
    width:100%;
    border-bottom:1px solid #8F8F8F;
    -moz-box-shadow: 0px 0px 10px #4F4F4F;
    -webkit-box-shadow: 0px 0px 10px #4F4F4F;
    box-shadow: 0px 0px 10px #4F4F4F;
}

#center-960{
    display:block;
    width:940px;
    height:20px;
    margin:0 auto;
}

#frank-site-link a{
    cursor:pointer;
    color:#B3B3B3;
    text-decoration:none;
}

#frank-site-link a:hover{
    color:#DFDFDF;
}

div .lightsocial_container{
    display:block;
    height:1px;
}


li.widget_twitter ul{
    list-style:none;
    margin:0;
}

li.widget_twitter ul li{
    margin:0;
    list-style:none;
    font-size:25px;
    line-height:1.2em;
}


li.widget_twitter ul li .entry-meta{
    position:absolute;
    width:200px;
    bottom:-15px;
    left:20px;
    list-style:none;
}

form#searchform input{
    width:245px;
    border: 1px solid #A3A3A3;
    background: #EBEBEB;
    padding:5px;
    color:#9B9299;
    font-style:italic;
    font-size:14px;
}
