/*
Theme Name: Aeros
Theme URI: http://thebuckmaker.com/aeros
Description: Beautiful light and professional designed WordPress theme by <a href="http://thebuckmaker.com">TheBuckmaker.com</a>.
Author: Joe Fischler
Author URI: http://thebuckmaker.com
Tags: fixed width, two columns, valid XHTML, simple, blue, clean, widgets, widget ready, 2columns, right sidebar, gravatars, rounded corners, transparent
Version: 1.0.4
*/




/*       ++++++++++++++++++++++++++++++++++++++++++++++++++++++
         ++++++++++++++++++ General Stylings ++++++++++++++++++
         +++++++++++++++++++++++++++++++++++++++++++++++++++++*/


a {
        color: #000;
        text-decoration:none;
        font-weight:bold;
}

a img {
        border: none;
}

img {}



a:hover {
        color:#000;
        text-decoration:none;
}



blockquote {
        border-left: 5px solid #ccc;
        margin-left: 1.5em;
        padding-left: 5px;
}


/*++++++++++++++++++ The BACKGROUND IMAGE +++++++++++++++++++++*/
/*+++++ replace "(images/default.jpg)" with another image from the /images directory of the theme ++++*/

    @font-face {
        font-family: 'FuturaMdBTMedium';
        src: url('/font/futura_md_bt_medium-webfont.eot');
        src: url('/font/futura_md_bt_medium-webfont.eot?#iefix') format('embedded-opentype'),
             url('/font/futura_md_bt_medium-webfont.woff') format('woff'),
             url('/font/futura_md_bt_medium-webfont.ttf') format('truetype'),
             url('/font/futura_md_bt_medium-webfont.svg#FuturaMdBTMedium') format('svg');
        font-weight: normal;
        font-style: normal;

    }

body {
        background: url(/images/body-bg.png) repeat-x top left fixed;
        background-attachment:fixed;
        background-position: top center;
        background-color: #fff;
        color: #000;
        font-family: Arial, Verdana, sans-serif;
        margin: 0;
        padding: 0;
}

cite {
        font-size: 90%;
        font-style: normal;
}

h1 {    font: 18px 'Arial', Verdana, sans-serif;
        margin: 15px 0 2px 0;
        padding-bottom: 2px;
        font-weight:bold;
}

h2 {
        font: 95% 'Arial', Verdana, sans-serif;
        margin: 15px 0 2px 0;
        padding-bottom: 2px;
}

h3 {
        font-family: Arial, Verdana, sans-serif;
        margin: 0 0 5px 0;
}



p, li {
        font: 14px 'Arial', Verdana, sans-serif;
        line-height:17px;
}



/*       ++++++++++++++++++++++++++++++++++++++++++++++++++++++
        ++++++++++++++ Containers and Headers ++++++++++++++++
         +++++++++++++++++++++++++++++++++++++++++++++++++++++*/


/* ++++++++++++++++++ The Main Container ++++++++++++++++++ */

#rap {
        width:895px;
        margin:0 auto;

}

/* ++++++++++++++++++ The Content Container - where your posts are ++++++++++++++++++ */

#content {
        width: 700px;
        float:left;
        overflow:hidden;
}


/* ++++++++++++++++++ The Header Section ++++++++++++++++++ */

#header {
     
        width:895px;
        font-family: FuturaMdBTMedium, Verdana, Arial, sans-serif;
        overflow:hidden;
        margin:0 0 13px 0;
        padding: 10px 0 15px 0;
        background:#000;

        opacity: 0.5;filter:alpha(opacity=50);zoom:1;

         -webkit-border-top-left-radius:10px;
         -webkit-border-top-right-radius:0px;
         -webkit-border-bottom-left-radius:10px;
         -webkit-border-bottom-right-radius:10px;

         -khtml-border-radius-topleft:10px;
         -khtml-border-radius-topright:0px;
         -khtml-border-radius-bottomleft:10px;
         -khtml-border-radius-bottomright:10px;

         -moz-border-radius-topleft:10px;
         -moz-border-radius-topright:0px;
         -moz-border-radius-bottomleft:10px;
         -moz-border-radius-bottomright:10px;
}

#header a {
        color: #fff;
        text-decoration: none;
}

#header a:hover {
        text-decoration: none;
}

 div#header-top{
	    width:895px;
		font-family: FuturaMdBTMedium, Arial;
		margin:0px auto;
        height: 110px;
        margin-bottom: 10px;
        position: relative;
        z-index: 20; }

a#logo{
        background: #ececec;
        behavior: url(/pie.htc); /* IE Stuff */
        border-radius: 10px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using pie.htc */
            -moz-border-radius: 10px; /* Firefox */
            -webkit-border-radius: 10px; /* Safari and Chrome */
        box-shadow: 0px 0px 20px rgba(140, 140, 140, .5); /* Opera 10.5+, future browsers and IE6+ using pie.htc */
            -moz-box-shadow: 0px 0px 20px rgba(140, 140, 140, .5); /* Firefox */
            -webkit-box-shadow: 0px 0px 20px rgba(140, 140, 140, .5); /* Safari and Chrome */
        display: block;
        float: left;
        height: 125px;
        width: 112px; }
    a#logo:hover{
        behavior: url(/pie.htc); /* IE Stuff */
        box-shadow: 0px 0px 20px rgba(60, 60, 60, .5); /* Opera 10.5+, future browsers and IE6+ using pie.htc */
            -moz-box-shadow: 0px 0px 20px rgba(60, 60, 60, .5); /* Firefox */
            -webkit-box-shadow: 0px 0px 20px rgba(60, 60, 60, .5); /* Safari and Chrome */ }

 div#header-connect,
    div#header-find{
        float: left;
        margin-top: 25px;
        padding: 10px;
        text-align: center; }
    div#header-connect{
        padding-left: 20px;
        width: 350px; }
    div#header-find{
        border-left: 2px solid #FFF;
        width: 360px; }
        
    div.header-title{
        background: url(/images/header-top-title.png) top center no-repeat;
        font-size: 18px;
        height: 26px;
        line-height: 26px;
        margin: 0 auto;
        text-align: center;
        width: 302px; }
    div#header-connect div.social-icons{ padding-top: 5px;}
    div.social-icons a{
        background: url(/images/header-connect-icons.png) top left;
        behavior: url(/pie.htc); /* IE Stuff */
        display: inline-block;
        height: 33px;
        margin: 0;
        width: 33px; }
    div.social-icons a:hover{
        box-shadow: 0px 0px 10px rgba(140, 140, 140, .5); /* Opera 10.5+, future browsers and IE6+ using pie.htc */
            -moz-box-shadow: 0px 0px 10px rgba(140, 140, 140, .5); /* Firefox */
            -webkit-box-shadow: 0px 0px 10px rgba(140, 140, 140, .5); /* Safari and Chrome */
        border-radius: 10px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using pie.htc */
            -moz-border-radius: 10px; /* Firefox */
            -webkit-border-radius: 10px; /* Safari and Chrome */}
    div.social-icons a.facebook-icon{ background-position: 0 0!important; }
    div.social-icons a.flickr-icon{ background-position: -33px 0; }
    div.social-icons a.youtube-icon{ background-position: -66px 0; width: 32px; }
    div.social-icons a.twitter-icon{ background-position: -98px 0; }
    div.social-icons a.linkedin-icon{ background-position: -131px 0; }
    div.social-icons a.gplus-icon{ background-position: -166px 0;  }

    div#header-find-icons{ padding-top: 9px; }
    div#header-find-icons a{
        background: #efeeee;
        color: #2e6f18;
        behavior: url(/pie.htc); /* IE Stuff */
        box-shadow: 0px 0px 10px rgba(140, 140, 140, .5); /* Opera 10.5+, future browsers and IE6+ using pie.htc */
            -moz-box-shadow: 0px 0px 10px rgba(140, 140, 140, .5); /* Firefox */
            -webkit-box-shadow: 0px 0px 10px rgba(140, 140, 140, .5); /* Safari and Chrome */
        border-radius: 10px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using pie.htc */
            -moz-border-radius: 10px; /* Firefox */
            -webkit-border-radius: 10px; /* Safari and Chrome */
        display: inline-block;
        font-size: 13px;
        height: 24px;
        line-height: 24px;
        text-decoration: none;
        white-space:nowrap;
        width: 111px;}
    div#header-find-icons a:hover{
        behavior: url(/pie.htc); /* IE Stuff */
        box-shadow: 0px 0px 10px rgba(60, 60, 60, .5); /* Opera 10.5+, future browsers and IE6+ using pie.htc */
            -moz-box-shadow: 0px 0px 10px rgba(60, 60, 60, .5); /* Firefox */
            -webkit-box-shadow: 0px 0px 10px rgba(60, 60, 60, .5); /* Safari and Chrome */}

#header h1 {font-family:arial,sans-serif;
            font-size:30px;
			font-family: FuturaMdBTMedium, Verdana, Arial, sans-serif;
            margin: 15px 0 0 20px;
            padding:0;
            color:#fff;
            z-index:1;

}

#header h1 a:hover {}

#header h2 {margin-top:2px;
            font-family: verdana, arial, sans-serif;
            font-size:13px;
            color:#fff;
            margin-left:25px;

}

#headerleft {
            float:left;
            width:80%;

}


#headerright a {
        background:url(images/rss2.jpg) no-repeat -1px -64px #000;
        width:60px;
        height:59px;
        cursor:pointer;
        float:right;
        margin:10px 20px 0 0;
}

#headerright a:hover {
        background:url(images/rss2.jpg) no-repeat -1px -1px;
}

.navlink {
        margin:0px 48px 20px 40px;
        color:#808080;
        text-align:center;
        font-size:10px;
}

.navlink a {
        padding:10px;
        font-size:10px;
        background:#fff;
        opacity: 0.5;filter:alpha(opacity=50);zoom:1;
}

.navlink a:hover {
        color:#000;

}


#headmenu {
font-family: verdana, arial, sans-serif;
font-size:16px;
width:895px;
letter-spacing:-1px;
font-weight:bold;
float:none;
margin:20px 0 0 0;
color:#fff;
overflow:hidden;
}


#headmenu a {
         color:#000;
		 font-family: FuturaMdBTMedium, Verdana, Arial, sans-serif;
         background:#fff;
		 font-weight:normal;
         padding:3px 10px 2px 10px;
         margin:0 0 0 3px;
         line-height:21px;

         opacity: 0.8;filter:alpha(opacity=80);zoom:1;

         -webkit-border-top-left-radius:5px;
         -webkit-border-top-right-radius:5px;
         -webkit-border-bottom-left-radius:0px;
         -webkit-border-bottom-right-radius:0px;

         -khtml-border-radius-topleft:5px;
         -khtml-border-radius-topright:5px;
         -khtml-border-radius-bottomleft:0px;
         -khtml-border-radius-bottomright:0px;

         -moz-border-radius-topleft:5px;
         -moz-border-radius-topright:5px;
         -moz-border-radius-bottomleft:0px;
         -moz-border-radius-bottomright:0px;

}


#headmenu a:hover {text-decoration:none; color:#fff; background:#000;}
#headmenu ul {margin-top:0;}
#headmenu ul li {float:right;
            list-style-type:none;
}



/*++++++ The Post wrap without its heading (storytitle) ++++++ */


.datecomrap {
        float:left;
        width:35px;
        overflow:hidden;
}

.date {
         color:#fff;
         background:#000;
         width:35px;
         height:60px;
         text-align:center;
         font-size:0.7em;
         padding:3px 0 0 0;

         opacity: 0.5;filter:alpha(opacity=50);zoom:1;

         -webkit-border-top-left-radius:5px;
         -webkit-border-top-right-radius:0px;
         -webkit-border-bottom-left-radius:5px;
         -webkit-border-bottom-right-radius:0px;

         -khtml-border-radius-topleft:5px;
         -khtml-border-radius-topright:0px;
         -khtml-border-radius-bottomleft:5px;
         -khtml-border-radius-bottomright:0px;

         -moz-border-radius-topleft:5px;
         -moz-border-radius-topright:0px;
         -moz-border-radius-bottomleft:5px;
         -moz-border-radius-bottomright:0px;

}

.commy {
         color:#fff;
         background:#000;
         width:35px;
         height:30px;
         text-align:center;
         font-size:1.1em;
         padding:7px 0 0 0;
         margin-top:10px;

         opacity: 0.2;filter:alpha(opacity=20);zoom:1;

         -webkit-border-top-left-radius:5px;
         -webkit-border-top-right-radius:0px;
         -webkit-border-bottom-left-radius:5px;
         -webkit-border-bottom-right-radius:0px;

         -khtml-border-radius-topleft:5px;
         -khtml-border-radius-topright:0px;
         -khtml-border-radius-bottomleft:5px;
         -khtml-border-radius-bottomright:0px;

         -moz-border-radius-topleft:5px;
         -moz-border-radius-topright:0px;
         -moz-border-radius-bottomleft:5px;
         -moz-border-radius-bottomright:0px;

}

.commy a, .commy a:hover {color:#fff;}

.storywrap {
        padding:10px 20px;
        font-size:14px;
        text-align:justify;
        float:left;
        width:620px;
        margin-bottom:15px;
        background:#fff;
        overflow:hidden;

        opacity: 0.90;filter:alpha(opacity=90);zoom:1;

         -webkit-border-top-left-radius:0px;
         -webkit-border-top-right-radius:10px;
         -webkit-border-bottom-left-radius:10px;
         -webkit-border-bottom-right-radius:10px;

         -khtml-border-radius-topleft:0px;
         -khtml-border-radius-topright:10px;
         -khtml-border-radius-bottomleft:10px;
         -khtml-border-radius-bottomright:10px;

         -moz-border-radius-topleft:0px;
         -moz-border-radius-topright:10px;
         -moz-border-radius-bottomleft:10px;
         -moz-border-radius-bottomright:10px;

}


/* ++++++++++++++++++ The Sidebar Section ++++++++++++++++++ */

#sidebar {
        width:180px;
        float:right;
        color:#fff;
        padding-bottom:50px;
        padding-top:10px;
        margin-top:0px;
        background:#000;
        overflow:hidden;

        opacity: 0.4;filter:alpha(opacity=40);zoom:1;

         -webkit-border-top-left-radius:10px;
         -webkit-border-top-right-radius:10px;
         -webkit-border-bottom-left-radius:10px;
         -webkit-border-bottom-right-radius:10px;

         -khtml-border-radius-topleft:10px;
         -khtml-border-radius-topright:10px;
         -khtml-border-radius-bottomleft:10px;
         -khtml-border-radius-bottomright:10px;

         -moz-border-radius-topleft:10px;
         -moz-border-radius-topright:10px;
         -moz-border-radius-bottomleft:10px;
         -moz-border-radius-bottomright:10px;
}



#search {list-style-type:none;
         padding:5px 5px 5px 0;

}

.notfound {
         margin:40px 100px 0 100px;
         text-align:center;
         font-weight:bold;
         background:#fff;
         padding:20px 10px;}


.notfound a {
         text-decoration:underline;}

#sidebar form {
        margin: 0;


        padding:0;

        list-style-type:none;
}

#sidebar input#s {
        text-align:left;
        margin-left:0px;
        width: 77%;
        color: #000;
        font-weight:bold;
        font-family: verdana, arial,sans-serif;
        font-size:12px;
}

#sidebar a {font-weight:normal; color:#fff;}

#sidebar a:hover {
         color:#6eb33f;
}


#sidebar h3 {font-weight:bold; font-size:15px; margin:17px 0 6px 5px;}

#sidebar ul {
        color: #fff;
        font-weight: bold;
        list-style-type: none;
        margin: 0;
        padding-left: 0px;
}

#sidebar ul li {
        font-family: Arial, Verdana, sans-serif;
        padding:0 10px 10px 10px;
        margin:3px 0 0 0;
        list-style-type: none;
        font-size:11px;
}



/*       ++++++++++++++++++++++++++++++++++++++++++++++++++++++
        ++++++++++++++++++ Special Stylings ++++++++++++++++++
         +++++++++++++++++++++++++++++++++++++++++++++++++++++*/



/* +++++++++++++++ The Heading of your Posts and Pages ++++++++++++++++++ */

.storytitle {
        color:#000;
        padding-bottom:2px;
        border-bottom:1px solid #808080;
        text-align:left;
}

.storytitle h3 {text-align:left;}

.storytitle a {
		font-family: FuturaMdBTMedium, Verdana, Arial, sans-serif;
        text-decoration: none;
        color:#000;
        font-size:18px;
        font-weight:normal;
}

.storytitle a:hover {
        text-decoration:none;
}

.storytitle a:visited {
}


.post {
       clear:both;
       padding-bottom:10px;
       overflow:visible;

}

.feedback {
       float:left;
       font-size:10px;
       margin-bottom:20px;
}

.feedback a {font-weight:normal;}

.storycontent p a {text-decoration:underline;}

.meta {
        font-size: 10px;
        font-family: Arial, Verdana, sans-serif;
        color: #808080;
        clear:both;
        padding-top:2px;
        border-top:1px solid #808080;
        margin:30px 0 0 0;
}

.meta li, ul.post-meta li {
        display: inline;

}

.meta ul {
        display: inline;
        list-style: none;
        margin: 0;
        padding: 0;

}


.meta a, .meta a:visited {
        color: #808080;
        font-weight: bold;
}


.meta a:hover {
        border-bottom:1px solid #808080;
}

ul.post-meta {
        list-style: none;
}

ul.post-meta span.post-meta-key {
        font-weight: bold;
}

.footprint {

        border-top: 3px double #fff;
        color: #fff;
        font-size: 11px;
        margin: 10px 0 0 0;
        background:#000;
        padding: 3px;
        text-align: center;
        clear:both;

        opacity: 0.7;filter:alpha(opacity=70);zoom:1;

         -webkit-border-top-left-radius:10px;
         -webkit-border-top-right-radius:10px;
         -webkit-border-bottom-left-radius:0px;
         -webkit-border-bottom-right-radius:0px;

         -khtml-border-radius-topleft:10px;
         -khtml-border-radius-topright:10px;
         -khtml-border-radius-bottomleft:0px;
         -khtml-border-radius-bottomright:0px;

         -moz-border-radius-topleft:10px;
         -moz-border-radius-topright:10px;
         -moz-border-radius-bottomleft:0px;
         -moz-border-radius-bottomright:0px;

}

.footprint a {
        color:#fff;

}


/* +++++++++++++++ The comment section +++++++++++++++++ */


#commentform #author, #commentform #email, #commentform #url, #commentform textarea {

        border: 1px solid #808080;
        padding: .2em;
        margin-left:10px;
}

#commentform textarea {
        width:96%;
}

#commentlist {
        width: 97%;
        font-size:11px;
        color:#000;
        margin:0 0 20px 0;
        padding: 0 0 0 10px;
}

#commentlist li {
        border:5px solid #dcdcdc;
        margin:0 0 20px 0;
        list-style-type:none;
        padding:0px;
        background:#f5f5f5;

         -webkit-border-radius:5px;
         -khtml-border-radius:5px;
         -moz-border-radius:5px;

}

#commentlist ul {margin:0; padding:0;}

#commentlist li p {font-size:12px;
        padding:5px 10px 5px 80px;
        margin:0;

}

#commentlist a {
        text-decoration:underline;
        font-weight:bold;
}

#commentlist li div.meta {padding:0; margin:0; text-align:center;}

#commentlist li .avatar {
        float:left;
        padding:0;
        margin:5px;

}

.authorcomm {float:left;
            margin:0;
            padding:0;
            width:70px;
            text-align:center;
            line-height:12px;
            font-size:10px;
}

.authorcomm a {text-decoration:none; font-weight:bold;}

/* ++++++++++++++++++ Not to much css for the Calendar ++++++++++++++++++ */

#wp-calendar {

        border: 1px solid #999;



        empty-cells: show;
        font-size: 11px;
        width:90%;
        text-align:center;
}

#wp-calendar a {text-decoration:underline; font-weight:bold;}
#wp-calendar a:hover {border:none; color:#fff;}
#wp-calendar caption {text-align:left;}



/* ++++++++++++++++++ IMAGES Size & aligment ++++++++++++++++++ */

img.alignleft {
        float: left;
        margin:0 10px 5px 0;

}

img.aligncenter {
        margin-top:10px;
        margin-bottom:10px;
        display: block;
        margin-left: auto;
        margin-right: auto;

}

img.alignright {
        float: right;
        margin:0 0 5px 10px;

}

img.size-thumbnail {
}

img.size-medium{
}

img.size-full {
}

/* ++++++++++++++++++ WORDPRESS Captions & aligment ++++++++++++++++++ */


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

.alignleft {
        float: left;
}

.alignright {
        float: right;
}

.wp-caption {
        border: 1px solid #ddd;
        text-align: center;
        padding-top: 4px;
        margin: 10px;
}

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

.wp-caption p.wp-caption-text {
        font-size: 11px;
        line-height: 17px;
        padding: 0 4px 5px;
        margin: 0;
}
