@charset "utf-8";
/* CSS Document */

body {
	background-color: #143d56;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top center;
	font-size: 15px;
}
.wrapper {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

a.logo {
	background-image: url(images/logo.png);
	height: 75px;
	width: 269px;
	text-indent: -9999px;
	display: block;
}
#header {
	margin-top: 20px;
}
#icons {
	background-image: url(images/skyline.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 119px;
}
#nav a{
	color: white;
	text-decoration: none;

}

#nav li {
	float: left;
	list-style: none;
	margin-right: 25px;
	padding-bottom: 10px;
}
#nav li:hover {
	background-image: url(images/hover.png);
	background-position: center bottom;
	background-repeat: no-repeat;

}


a.apple {
	background-image: url(images/apple.png);
	height: 36px;
	width: 32px;
	text-indent: -9999px;
	display: block;
	position: absolute;
	left: 128px;
	top: 11px;
}

#icons ul li{
	float: left;
	list-style: none;
}

a.facebook {
	background-image: url(images/facebook.png);
	height: 36px;
	width: 32px;
	text-indent: -9999px;
	display: block;
	position: absolute;
	left: 367px;
	top: 3px;
}
a.heart {
	background-image: url(images/heart.png);
	height: 36px;
	width: 32px;
	text-indent: -9999px;
	display: block;
	position: absolute;
	left: 569px;
	top: 9px;
}
a.twitter {
	background-image: url(images/twitter.png);
	height: 36px;
	width: 32px;
	text-indent: -9999px;
	display: block;
	position: absolute;
	left: 747px;
	top: -15px;
}
a.pre {
	background-image: url(images/pre.png);
	height: 36px;
	width: 32px;
	text-indent: -9999px;
	display: block;
	position: absolute;
	left: 905px;
}
#left {
	width: 620px;
	margin-right: 10px;
}
#left_top {
	background-image: url(images/left_top.png);
	height: 34px;
	width: 620px;
}
#left_bottom {
	background-image: url(images/left_bottom.png);
	height: 34px;
	width: 620px;
}


#right {
	width: 300px;
	margin-left: 10px;
}
#left_container {
	background-color: #FFF;
	padding: 0 15px;
}
.tags {
	background-image: url(images/tags.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}
.categories {
	background-image: url(images/categories.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}
#right_top {
	background-image: url(images/right_top.png);
	height: 211px;
	width: 300px;
}
#right_container {
	background-color: #F5F6EF;
	padding: 0 10px;
}
a.footerlogo {
	background-image: url(images/logofooter.png);
	text-indent: -9999px;
	display: block;
	height: 42px;
	width: 150px;
	margin: 15px 0 0 0;
}

#right_bottom {
	background-image: url(images/right_bottom.png);
	height: 35px;
	width: 300px;
}
#footernav li {
	float: left;
	list-style: none;
	margin-right: 10px;
	font-size: 12px;
}
ul#footernav {
	padding: 0;
	margin: 0;

}
ul#footernav a {
	color: white;
	text-decoration: none;

}
.date {
	background-color: #00aeef;
	font-size: 22px;
	color: white;
	font-weight: bold;
	padding: 0 5px;
	position: relative;
	right: 35px;
	height: 30px;
}
.datemove {
	position: relative;
	top: 8px;
	left: 2px;
}
.commentsNumber {
	background-image: url(images/comments.png);
	height: 28px;
	width: 28px;
	display: block;
	float: left;
	font-size: 18px;
	color: white;
	font-weight: bold;
        text-decoration: none;
        text-align: center;
}

.topComments a{
color: white;
text-decoration: none;
}
.topComments p{
	font-size: 15px;
	font-weight: bold;
	display: block;
	padding-left: 10px;
	float: right;
	padding-top: 3px;
}

.post h2, .post h2 a{
font-size: 25px;
text-decoration: none;
font-weight: bold;
text-transform: uppercase;
}

.post{
padding-bottom: 30px;
font-size: 14px;
}

.post p{
line-height: 22px;
margin-bottom: 10px;
}

textarea#comment{
width: 100%;
}

img.size-large{
width: 590px;
height: auto;
}

#right_container ul{
margin: 0;
list-style: none;
}

#right_container ul ul{
margin-left: 25px;
list-style: disc;
}

.widget{
padding-bottom: 20px;
}

ul#sidebar{
margin-top: 15px;
}

#latestimage .feature{
width: 245px;
height: auto;
position: relative;
top: 27px;
left: 25px;
}

.archives .categories{
background-image: none !important;
}

#left_container h2, h2.widgettitle{
font-weight: bold;
color: #000033;
text-transform: uppercase;
}

.linklove{
display: none;
}

img.alignleft{
margin-right: 10px;
}

img.alighright{
margin-left: 10px;
}

.masai{
width: 590px;
}
