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

div.post{
    /*border-color: gray;
    border-width: 1px;*/
    margin: 10px;
    margin-top: 40px;
    clear: both;
    font-size: 175%;
    line-height: 115%;
}

div.header{
    padding-left:2px;
    padding-top: 15px;
    margin-top: 50px;
    margin-bottom: 20px;
    /*color:white;
    background-color:#2a3e9c;*/
    clear:both;
    font-size:105%;

}
div.footer{
    text-align: right;
    font-size: 66%;
    margin-top: 50px;
    margin-bottom: 30px;
    color:white;
    background-color:#2a3e9c;
    clear:both;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 5px;
}

span.bigger{
    margin-left: 2px;
    border-color: white;
    border-style: solid;
    border-width: 1px;
    color:#2a3e9c ;
    background-color: red;
    font-size:200%;
    font-family: serif;
    padding: 2px;
}
img.content{
    margin-right: 5px;
    float:left;
    padding: 5px;

}

div.content{
    /*float:left;*/
    clear:none;
    border-radius:2em;
    background-color: white;
    color:black;
    margin-top: 1%;
    /*border-style:solid;
    border-width:1px;
    border-color:gray;*/
    line-height: 150%;
    margin: auto;
    width: 70%;
    padding: 10px;
}
div.float_right_header{
    padding-left:2px;
    padding-top:5px;
    padding-bottom:5px;
    margin-top: 5px;
    margin-bottom: 5px;
    color:white;
    background-color:#2a3e9c;
    clear:both;
    font-size:105%;

}

div.float_right_content{
    padding:2px;
    background-color:#666666;
    color:white;
}

 .float_right_li{
    padding-bottom:10%;
}

ol{
    /*padding:0px;*/
    /*padding-left:13%;*/
}

div.float_right{
    font-size:125%;
    border-radius:2em;
    margin-top:1%;
    padding-top:45px;
    background-color: #666666;
    color:black;
    border-color: gray;
    border-style: solid;
    border-width: 1px;
    float:right;
    width:20%;
}
div.navibar{
    /*width:761px;*/
    background-color: #2a3e9c;
    text-align:center;
    font-size:125%;
}
.navi{
    color: red;
}
ul.navi{
    list-style-type:none;
    margin:0;
    padding:0;
}
li.navi{
    display:inline;
    background-color: #2a3e9c;

}

div.float_right a{
    color:#ddaa11;
    text-decoration:underline;
}
div.float_right a:hover{
    color:#ddaa11;
    text-decoration:underline
}
div.float_right a:visited{
    color:#ddaa11;
    text-decoration:underline
}


a.navi{
    text-decoration:none;
    padding-left:25px;
    padding-right:25px;
}
a.navi:link {
    color: white;
}      /* unvisited link */
a.navi:visited {
    color: white;
}  /* visited link */
a.navi:hover {
    background-color:red;
    color:white;
    text-decoration:none;
}  /* mouse over link */
a.navi:active {
    color:white;
}  /* selected link */

h1{
    border:10px;
    border-color:black;
}




/*

Default F-Spot HTML Gallery Stylesheet
Jakub 'jimmac' Steiner <jimmac@novell.com>

*/

body {
    font-family: luxi sans, trebuchet ms, sans-serif;
    text-align: left;
    color: white;
    margin: 12px;
    background-color: black;
    background-image:url('back.png');
    background-attachment:fixed;

}

.header {
    /*	position: relative; */
    width: 100%;
    margin-bottom: 20px;
    padding: 0px;
    font-size: 12px;
}

#title {
    color: #bbb;
    font-weight: bold;
    margin: 0;
    padding: 0;
    margin-left: 3px;
    font-size: large;
    letter-spacing: .5em;
}

div.navi-top{
    float: left;
    width: 160px;
    margin: 0;
    padding: 1em;
}


div.navi {
    float: right;
    text-align: right;
    margin-top: 3px;
}

div.navilabel {
    padding: 3px 10px 0px 0px;
    margin-right: 10px;
}

div.navi div {
    float: left;
    margin: 2px;
}

/* image pages navigation */
div.navi a {
    display: block;
    width: 80px;
    height: 17px;
    -moz-border-radius: 3px;
    border: 1px solid #444;
    text-align: center;
    padding-top: 3px;
}

div#index a:hover, div#prev a:hover, div#next a:hover {
    text-decoration: none;

    background-color: yellow;
    color: black;
}

/* index page navigation */
div.navi div.navipage a, div.navi div.navipage-current a {
    display: block;
    width: auto;
    padding-left: 6px;
    padding-right: 6px;
    height: 17px;
    -moz-border-radius: 3px;
    border: 1px solid #444;
    text-align: center;
    padding-top: 3px;
}

.navipage a:hover, .navipage-current a:hover {
    text-decoration: none;
    background-color: black;
    color: yellow;
}

.navipage-current a {
    background-color: red;
}


a {
    text-decoration: none;
    color: blue;
}

a:hover {
    text-decoration: underline;
    color: #da1;
}

div.container1 {
    width: 80%;
    margin: auto;
}

div.photo {
    text-align: center;
    vertical-align: middle;
    margin-top: 5%;
}

div.thumbs  {
    clear: both;
    padding: 6px;
    text-align: center;
}

div.thumbs a {
    margin: 6px;
    display: block;
    float: left;
    width: 140px;
    height: 140px;
    line-height: 140px;
    border: 1px solid black;
    background-color: #282828;
    -moz-border-radius: 5px;
}

div.thumbs img {
    padding: 4px;
    vertical-align: middle;
    border: 0px;
}

div#gallery_description {
    clear: both;
    padding: 10px 12px 0px 12px;
}

div.photo img.picture {
    padding: 16px;
    border: 1px solid #555;
    -moz-border-radius: 7px;
    background-color: #333;
    margin: 20px;
}

ul#innertagbox {
    display: inline;
    margin: 0px;
    padding: 0px;
}
div#tagbox {
    -moz-border-radius: 7px;
    border: 1px solid #555;
    background-color: #333;
    padding: 5px;
    margin-top: 2em;
    display: inline-block;
}

div#tagbox h1 {
    margin-left: 1em;
}

div#tagbox li {
    display: block;
    margin: 3px;
}

div#tagbox img.tag {
    margin: 5px;
}

div#tagbox .tagtext-icon {
    position:relative;
    top: -22px;
}

div.thumbs a:hover {
    background-color: #222;
    border: 2px solid blue;
    margin: 5px;
}

div.photo div {
    text-align: center;
    margin-top: 6px;
    font-size: 18px;
    font-family: Luxi Serif, Georgia, Helvetica;
    /*font-style: italic;*/
}

.bottomspace{
    padding-bottom: 20px;
    font-size: 20px;
    /*margin-left: 75px;*/
    /*margin-right: 75px;*/
    line-height: 22px;
}

img.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  width: 100%;
}

.headings{
    /*margin-left: 75px;*/
    /*margin-right: 75px;*/
    text-align: center;
}

.burstbox{
    border-style:solid;
    border-width:5px;
    padding:20px 20px 20px 20px;
    text-align: center;
    margin-left:25% !important;
    width: 50%;
}

.contentbox{
    border-style:solid;
    border-width:3px !important;
    padding-left:5px;
    padding-right:5px;
    padding-top: 5px;
    margin:auto !important;
    margin-top:25px !important;
}

.underline{
    text-decoration: underline;
}

div#styleboxcontainer {
    position: fixed;
    bottom: 0px;
    right: 8px;
    font-size: 10px;
    margin: 4px;
    padding: 4px;
}

#stylebox ul {
    list-style-type: none;
    padding-left: 0px;
}

/* tags list */
#tagbox h1 {
    font-size: large;
}

#tagbox .tag {
    margin-left: 1em;
}

.apple-guy{
	max-height: 150px;
	margin-right: 5px;
	padding: 5px;
	float: left;
}

@media only screen and (max-width: 800px) {
	div.content{
		width: 100%;
	}
	.apple-guy{
		width: 50%;
		max-height: 100%;
		margin-left: 25%;
		padding: 5px;
		float: none;
		text-align: center;
	}
	.burstbox{
		width: 100%;
		margin-left: 0 !important;
	}
}
