   /* Ghost External Style */
/* Reset Browser Defaults */
 body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,
    textarea,p,blockquote,th,td {
        margin:0;
        padding:0;
        }
    table {
        border-collapse:collapse;
        border-spacing:0
        }
    fieldset,img,abbr,acronym {
        border:0
        }
    address,caption,cite,code,dfn,em,strong,th,var {
        font-style:normal;
        font-weight:normal;
        }
/* Hyperlink style */
    a:link {
        text-decoration:none;
        color:black;
        font-style:italic;
        font-family:{font:Major}
        }
    a:hover {
        text-decoration:underline
        }
/* Paragraph and sentence style */
    p { 
        font-family:{font:Major};
        color:#121212
    	}
    body {
        position:absolute;
        background-color:{color:Background}
        }
/* Change of you want bullet points on lists */		
    li {
        list-style-type:none
        }
/* Notes style for permalink pages */ 
    ol.notes {
                width:300px;
                padding: 5px;
                margin-left: 165px;
                list-style-type: none;
                border-bottom:solid;
                text-align:center     
            }
            ol.notes li.note {
                padding: 5px;
            }
            ol.notes li.note img.avatar {
                vertical-align: -4px;
                margin-right: 10px;
                width: 16px;
                height: 16px;
            }
            ol.notes li.note span.action {
                font-weight: bold;
            }
            ol.notes li.note .answer_content {
                font-weight: normal;
            }
            ol.notes li.note blockquote {
                border-color: #eee;
                padding: 4px 10px;
            }
            ol.notes li.note blockquote a {
                text-decoration: none;
            }     
/* Content Tags */ 			
    .tags {
        width:300px;
        margin-left:165px;
        font-family:{font:Major};
        font-size:x-small;
        text-align:center;
        margin-top:5px
        }
/* Content captions */ 		
    .caption {
        font-family:{font:Captions};
        font-size:small;
        color:#121212
        }
/* Begin Header Style */		
    .header {
        position:fixed;
        left:0px;
        top:0px;
        right:0px;
        opacity:0.4;
        filter:alpha(opacity=40); /* For IE8 and earlier */
        background-color:{color:Header};
        height:200px;
        width:auto
        }
     #avat {
        float:right;
        margin-right:430px;
        margin-top:26px;
        border-left:solid;
        padding:10px
        }
    .header_text {
        position:fixed;
        width:auto;
        height:auto;
        right:310px;
        top:26px
        }
    #title {
        margin-top:5px
        }
    #tag {
        font-weight:bolder
		}
    #search {
        position:fixed;
        right:10px;
        top:170px
        }
 /* End */
 /* Begin Left Column */
    .maincol {
        position:absolute;
        left:0;
        top:200px;
        width:630px;
        height:auto;
        z-index:-1;
        background-color:{color:Main Column};
        }
/* Anything changed under the class post will effect all posts! */		
    *[class~="post"] {
        width:530px;
        height:auto;
        margin-left:50px;
        margin-right:50px;
        margin-top:60px;
        border-bottom:solid; 
        text-align:center;
        opacity:0.4;
        filter:alpha(opacity=40); /* For IE8 and earlier */
        cursor:pointer
        }
    *[class~="post"]:hover {
        opacity:1.0;
        filter:alpha(opacity=100) /* For IE8 and earlier */
        /* End */ 
         }
 /* Begin Main Page Buttons  */
        /* Page Forward */		 
    #nexpage {
        position:fixed;
        top:500px;
        right:120px;
        border:none
        }
/* Page Back */		
    #prepage {
        position:fixed;
        top:500px;
        right:461px;
        border:none
        }
/* Ask */
    #ask {
        position:fixed;
        top:300px;
        right:290px;
        border:none
        }
/* Submit */  		
    #sub {
        position:fixed;
        top:375px;
        right:421px
        }
/* Archive */		
    #arch {
        position:fixed;
        right:170px;
        top:375px
        }
/* End Buttons */		
    #description {
        position:fixed;
        bottom:50px;
        right:100px;
        width:430px;
        height:auto;
        text-align:center
        }
/* Bottom Menu */		
    #b_menu {
        position:fixed;
        display:inline;
        width:430px;
        bottom:30px;
        right:100px;
        border-top:solid;
        border-bottom:0
        }
    #b_menu li {
        display:inline
        }