/*Airshipworld Color Blend 2009
http://colorblender.com/?preloadblend=82CA00517D000286D9B53802101010FCFCFC

light green = #82CA00
dark green = #517D00
blue = #0286D9
red = #B53802
black= #101010
white = #FCFCFC

/* Don't forget to set a foreground and background color
on the 'html' or 'body' element! */
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,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dd,dl,dt,li,ol,ul,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td
{
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: inherit;
    font-style: inherit;
    font-family: inherit;
    text-align: left;
    vertical-align: baseline;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 100%;
    line-height: 1.125em; /* 16x1.125=18px Base line height is 16px */

}

a img,a:link img,a:visited img {
    border: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

ol,ul {
    list-style: none;
}

q:before,q:after,blockquote:before,blockquote:after {
    content: "";
}

/*end reset template --*/
body {
    font-size: 100%;
    text-align: center;
    background-color: #fcfcfc;
    background-repeat: no-repeat;
    background-position:top center;
    color: #101010;
}







#greenbar{
    margin-bottom: 0px;
    margin-top: 20px;
    background-color: #82CA00;
}

/*
Header area of the Style with the logos the Ad banner on top and the Menu
*/
#header-wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
    min-width: 1000px;
    height: 90px;
    padding-top: 10px;
    position: relative;
}

.logoplacement {
    z-index: 4;
    position: absolute;
    left: 20px;
    border: 0px none;
}

.title-name {
    height: 45px;
    width: 341px;
    position: relative;
    margin-left: 150px;
    padding-top: 0px;
    background-image: url("http://www.airshipworld.info/images/text_2009.jpg");
    background-repeat: no-repeat;
    background-position: top;
}

.title-name span {
    display: none;
}




/*-- Menu ---*/
#menu2 {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: normal;
    width: 100%;
    float: left;
    margin-top: 15px;
}

#menu2 ul {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0pt;
    padding: 0px 10px 0pt;
    padding-left: 150px;
}

#menu2 li {
    float: left;
    margin: 0px;
    padding: 0px;
    padding-left: 2px;
    border-width: 0px;
    height:30px;
    background-repeat: no-repeat;
    background-position: left bottom;
    background-image: url("http://www.airshipworld.info/images/menusep.gif");
}

#menu2 a {
    background: transparent;
    color: #101010;
    display: block;
    float: left;
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 7px;
    padding-bottom: 7px;
    text-decoration: none;
}

#menu2 a:hover {
    background-color: #517D00;
    background-image: url("http://www.airshipworld.info/images/menusep.gif");
    background-repeat: repeat-x;
    padding-bottom: 6px;
    color: #fcfcfc
}

#menu2 .active {
    background-color: #fcfcfc;
    color: #101010;
}

#menu2 .active a {
    padding-bottom: 7px;
}

#submenu {
    font-size: 0.75em; /*16x 	0.75em = 12*/
    line-height: 1.5em;
    height: 20px;
    clear: both;
    background-color: transparent;
    border:#82CA00 1px solid;
    border-top: none;
    margin-left:15px;
    margin-right:15px;
}

#submenu a {
    background-color: transparent;
    color: #101010;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 3px;
    height:20px;
    line-height: 20px;
    text-decoration: underline;
}

#submenu a:hover {
    background-color: #517D00;
    color: #fcfcfc;
    padding-top: 3px;
    text-decoration: none;
}

#submenu .active {
    background-color: #82CA00;
    color: #fcfcfc;
    padding-top: 3px;
}

#submenu  a.active {
    text-decoration: none;
}

#submenu .login {
    font-style: italic;
    height:20px;
    line-height: 20px;   
}

/* -- END Menu -- */

/* Layout Styling  */
/*
The outer wraper defining the general size of the Blog content area without the
Menu
*/
#notification {
    border: 1px solid red;
    background-color: #ffcbcb
}

#content {
    margin-left: auto;
    margin-right: auto;
    margin-top:35px;
    max-width: 1000px;
    min-width: 1000px;
    position: relative;
    font-size:  0.688em; /*16x0.688em = 11px */
}

#leftColumn {
    float:left;
    width:470px;
    padding: 0px;
    margin-left:10px;
    padding:5px;

}
#middleColumn {
    float:left;
    width:225px;
    margin-left:15px;
    padding:5px;
}

#rightColumn {
    float:left;
    width:225px;
    margin-left: 15px;
    padding: 5px;

}

#footer-wrapper {
    clear: both;
    width: 1000px;
    padding-top: 2em;
    background-color: transparent;
    bottom: 0px;
    font-size: 0.8em;
    margin-top: 2em;
}



/*posts in the blog have 30 pixel Whitespace + 10 px whitespace from the
paragraph inside give a nice double whitespace after a post */
.post {
    padding-bottom: 30px;
}

/*---Standard Attribute Styling colors and decorations*/

a {
    text-decoration: none;
}

a:link {
    color: #0286D9;
}

a:visited {
    color: #B53802;
}

a:hover {
    text-decoration: underline;
    color: #517D00;
}

div,p,blockquote,span,ol,ul,li {
    line-height: 1.5em;
    text-align: justify;
}

p,blockquote,ul,ol {
    margin-bottom: 10px;
}

/* We are using a Base font Size that is defined in #content based on this
styling is done here */

/* Use H1 for Titels of Blogposts*/
h1, h6{
    font-size:  1.455em; /* 11*1.455em = 16px */
    line-height: 1.2em;
    font-weight: bold;
    padding-top: 5px;
}

h1 > a, h1 > a:link, h1 > a:hover, h1 > a:visited{
    color: #000000;
}

/*Same as H1 but with a bottom padding*/
h6 {
    padding-bottom: 10px;
}


/* Use h2 for the Date of the Blogpost*/
h2 {
    font-size: 0.909em; /* 11*0.909em = 10px */
    line-height: 1.5em;
    padding-bottom: 1.5em;
    font-weight: normal;
    font-style: italic;
}

/* Use h3 for Sub headlines inside Blogposts */
h3 {
    font-size: 	1.273em; /* 11x1.273 = 14px */
    line-height: 1.5em;
    font-weight: bold;
}

/* Use h4 for indented Subheadlines after H3 */
h4 {
    font-size: 1.091em; /* 11x1.091 = 12px */
    line-height: 1.5em;
    font-weight: normal;
}

/* Use H5 as even more indented as H4 Headlines */
h5 {
    font-size: 100%;
    line-height: 1.5em;
    font-weight: bold;
}

img {
    border-style: solid;
    border-color: #bebebe;
    border-width: 1px;
    padding: 2px;
    margin-left: 10px;
    margin-bottom: 10px;
}

strong {
    font-weight: bold;
}

hr{
    margin:0px;
    padding: 0px;
    border: 0px;
    height: 20px;
    background-color: #fcfcfc;
    color: #FcFcFc;
}

ul,ol,blockquote {
    margin-right: 0.5em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

blockquote,li {
    margin-left: 2em;
}

blockquote {
    font-style: italic;
}

label {
    font-weight: bold;
    margin-right: 1em;
    vertical-align: top;
}

.blimg {
    float:right;
    /* T R B L */
    margin:0px 0px 10px 10px;
    text-align: right;
    font-size: 80%;
    /*width style color*/
    border:1px solid #bebebe;
    padding: 2px;
}

.post table{
   
    margin:0px 0px 10px 10px;
}

.post td,th {
    padding: 2px;
    border:1px solid #bebebe;
}

.post th{
    font-weight: bold;
    background-color: #bebebe;
}

.blimg a img,.blimg img {
    display:block;
    margin: 0px;
    padding: 0px;
}

/* UI Styling for Events  */
.year {
    font-size: 1.273em; /* 11x1.273em=14px */
    line-height: 1.2em;
    font-weight: bold;
}

/*nested inside year */
.month{
    font-size: 1em;
    margin-left: 10px;
    font-weight:normal;
    font-style: italic;
}

/* nested inside month*/
.event {
    margin-left:10px;
    margin-bottom:10px;
    font-size: 0.786em; /*14 x 0.786em = 11px */
    font-weight:normal;
    font-style: normal;
}

.name {
    font-size:  1.091em; /*11x 1.091em = 12px*/
    font-weight: bold;
}

/*nested in event*/
.location, .time, .web, .description{
    margin-left: 20px;
}

/*nested in event*/
.description{
    font-style:italic;
    text-align: justify;
}

.user {
    text-align: right;
    font-style: italic;
    font-variant: normal;
}

/* End Event Formatting */

/* Formating for Delicous Recent links*/
.delicious-posts {
    text-align: left;
    margin: 0em;
    border: none 0px;
    padding: 0em;
}

.delicious-posts ul {
    list-style-type:none;
    margin: 0;
    padding: 0;
}
.delicious-posts li {    
    margin: 0; padding: 0;
    line-height: 0.8em;
    padding-bottom: 1em;
}
.delicious-banner { }
.delicious-post {    }
.delicious-odd {  }
.delicious-banner a { }
.delicious-posts a:hover { }
.delicious-posts a { }
.delicious-post a { }

/* end delicious formatting*/


/*
BLOGGER ADDITIONS
*/
html>body #outer-wrapper { /* */

}

#sidebar {

}




/*
Clearfix
*/
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; } /* slightly enhanced, universal clearfix hack - http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack/ */
.clearfix { display: inline-block; }
/* start commented backslash hack \*/ * html .clearfix { height: 1%; }
.clearfix { display: block; } /* close commented backslash hack */