@charset "UTF-8";
/* CSS Document */

body{
	background: url("../../../../images/blogPage/PO2_Bkg.png") repeat-y #FAFFF8;
	background-size:contain;
	font-family:Arial, Helvetica, sans-serif;
}

a:link, a:visited {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #617F56;
}

h1, h2, h3, h4, h5{
	font-family: 'Orbitron', sans-serif;
	margin: 0;
}

h1, h2{
	display:inline-block;
}
h1 span{
	display: none;
}

h2{
	font-size:16px;
	margin: 10px 0 10px 25px;
	text-align: center;
}

h3{
	margin: 25px 0 0 10px;
}

h4{
	margin: 15px 0 15px 10px;
}

h5{
	border-top:thin solid;
	text-align:center;
	padding: 10px 10px 0 0;
}

p{
	margin: 0 0 20px 10px;
}

#container{
	background-color:#FAFFF8;
	color:#000;
	margin:0 auto;
	padding:0;
	width: 100%;
}

#header{
	background: url("../../../../images/blogPage/PO2_headerBkg.png") no-repeat scroll left top #FAFFF8;
	height: 150px;
	width: 100%;
	margin: 0;
	padding: 0;
}
.logo{
	float:left;
}

#navigation{
	float: right;
	margin: 15px 0 0;
}
#navigation li {
	font-size:16px;
	display:block;
	text-align: right;
}

#searchBar1{
	display:none;
}

#searchBar2{
	display:block;
	margin:25px auto;
	text-align: center;
}

form{
	display:inline-block;
}

#content{
	background-color:#FFF;
}

#posts{
	width: 100%;
}

object{
	max-width: 100%;
}

.commentBox{
	margin: 10px 0 0;
}

textarea{
	resize:horizontal;
	max-width: 100%;
}

#sideBar{
	width: 100%;
	margin:50px 40px 0 0;
}

#sideBar div{
	margin: 10px 0 0 0;
}

#sideBar div ul li{
	overflow:visible;
}

table{
	margin: 0 auto;
}

td {
	border:none;
	padding:3px;
	width: 10px;
	height: 22px
}

#ad1{
	margin: 0 auto;
	display: block;
}

#footer{
	float:left;
	margin:25px 0 0;
	text-align: center;
	width:100%;
}

#footer ul li{
	display: inline-block;
	margin: 0 auto;
	cursor: pointer;
    overflow: hidden;
    background-repeat: no-repeat;
}

#footer ul li span{
	display: none;
}

#sm1{
	height: 60px;
	width: 55px;
	background-image: url("../../../../images/blogPage/de02.png");
}
#sm1 span{
}
#sm1:hover{
	height: 60px;
	width: 55px;
	background-image: url("../../../../images/blogPage/de01.png");
}
#sm2{
	height: 60px;
	width: 55px;
	background-image: url("../../../../images/blogPage/dg02.png");
}
#sm2:hover{
	height: 60px;
	width: 55px;
	background-image: url("../../../../images/blogPage/dg01.png");
}
#sm3{
	height: 60px;
	width: 55px;
	background-image: url("../../../../images/blogPage/su02.png");
}
#sm3:hover{
	height: 60px;
	width: 55px;
	background-image: url("../../../../images/blogPage/su01.png");
}
#sm4{
	height: 60px;
	width: 55px;
	background-image: url("../../../../images/blogPage/te02.png");
}
#sm4:hover{
	height: 60px;
	width: 55px;
	background-image: url("../../../../images/blogPage/te01.png");
}
#sm5{
	height: 60px;
	width: 55px;
	background-image: url("../../../../images/blogPage/tw02.png");
}
#sm5:hover{
	height: 60px;
	width: 55px;
	background-image: url("../../../../images/blogPage/tw01.png");
}
