body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
        background-color: #000e4a;
}
#wrapper {
	width: 960px;
	margin: 0 auto;
	padding: 0 30px;
}
#title_bar {
	background-image: url(images/title_barbg.png);
	height: 36px;
	font-size: 16px;
	padding-top: 10px;
	margin-bottom: 20px;
}
#title_bar ul, #title_bar li {
	list-style: none;
}

#title_bar a {
	text-decoration: none;
	font-family: gnuolane, arial, helvetica, sans-serif;
}

#nav li a{
		font-family: gnuolane, arial, helvetica, sans-serif;
		font-size: 15px;
		color: white !important;
}

.rss {
	background-image: url(images/rssicon.png);
        height: 25px !important;
	background-position: left center;
	display: block;
	background-repeat: no-repeat;
	float: right;
	padding-left: 28px;
	font-size: 18px;
	margin-right: 10px;
        padding-top: 4px;
}
#search {
	border: 1px solid #2e3a58;
	background-color: black;
	margin-right: 15px;
	color: white;
        padding-top: 6px;
	font-style: italic;
	margin-left: 15px;
}
a.logo {
	background-image: url(images/logo.png);
	height: 68px;
	width: 388px;
	display: block;
	text-indent: -9999px;
	margin: 15px 0 35px 0;
}
#footer_nav a, #footer_nav{
	font-size: 12px;
	text-decoration: none;
}

h2.recent {
	background-image: url(images/recent_h2.png);
	text-indent: -9999px;
	height: 33px;
	width: 187px;
        margin-bottom: 5px;
}
#left {
	width: 640px;
	margin-right: 10px;
}
#right {
	width: 310px;
}
.recent_posts {
	background-color: #FFF;
	padding: 10px;
	font-size: 13px;
        margin-top: 50px !important;
}

.home .recent_posts {
	background-color: #FFF;
	padding: 10px;
	font-size: 13px;
        margin-top: 0px !important;
}
.post {
	margin-bottom: 25px;
}
.recent_posts a {
	color: #0084cf;
	text-decoration: none;
}
.tags  {
	margin: 10px 0;
	padding: 5px;
	background-color: #DDD;
	font-weight: bold;
	text-transform: uppercase;
        clear:both;
}
.tags a {
	font-weight: bold;
}




.recent_posts .post h2, .recent_posts .post h2 a {
	font-size: 16px;
	font-weight: bold;
	color: #555;
	text-transform: uppercase;
	padding-top: 2px;
}
h2 a:hover{
text-decoration: underline;
color: #09f !important;
}

.comments a{
	background-image: url(images/commentbubble.png);
	height: 19px;
	width: 25px;
	text-align: center;
	font-size: 10px;
	display: block;
	text-decoration: none;
	float: right;
	color: #FFF;
}
h2.widgettitle{
	font-size: 22px;
	background-image: url(images/widgettitle.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
        margin-bottom: 3px;
}

h2.widgettitle a{
	font-size: 22px !important;
}
#sidebar {
	background-color: #FFF;
	list-style: none;
	margin: 0px 0 0 0 !important;
	padding: 10px;
	font-size: 14px;
}

.home #sidebar {
	margin: 51px 0 0 0 !important;
}
#sidebar a {
	color: #202020;
	font-size: 14px;
}
a.footer_logo {
	background-image: url(images/footer_logo.png);
	height: 25px;
	width: 192px;
	text-indent: -9999px;
	display: block;
	float: left;
	margin-top: 4px;
}
.top {
	float: right;
	background-image: url(images/toplink.png);
	text-indent: -9999px;
	display: block;
	height: 32px;
	width: 29px;
	margin-right: 10px;
}
#footer_nav   {
	list-style: none;
	margin: 0;
}
#footer_nav li {
	margin: 8px 0 0 10px !important;
}



#footer_navigation {
	background-image: url(images/title_barbg.png);
	height: 32px;
	float: right;
	width: 77%;
}


#sidebar ul  {
	list-style: none;
	margin: 0;
}


.sidebar_h2 {
	background-image: url(images/sidebar_h2.png);
	height: 35px;
	width: 108px;
	text-indent: -9999px;
	position: relative;
	bottom: -2px;
}
.email_widget {
	font-size: 13px;
	color: #FFF;
	margin-bottom: 15px;
}
.linkedin {
	background-image: url(images/social_nets.png);
	height: 50px;
	width: 50px;
	text-indent: -9999px;
	display: block;
	float: left;
	margin-right: 6px;
}
.email_widget h2 {
	color: #FFF;
}

.flickr {
	background-image: url(images/social_nets.png);
	height: 50px;
	width: 50px;
	text-indent: -9999px;
	display: block;
	background-position: -57px 0;
	float: left;
	margin-right: 6px;
}
.facebook {
	background-image: url(images/social_nets.png);
	height: 50px;
	width: 50px;
	text-indent: -9999px;
	display: block;
	background-position: -114px 0;
	float: left;
	margin-right: 6px;
}
a.twitter {
	background-image: url(images/social_nets.png);
	height: 50px;
	width: 50px;
	text-indent: -9999px;
	display: block;
	background-position: -171px 0;
	float: left;
	margin-right: 6px;
}

.youtube {
	background-image: url(images/youtube.png);
	height: 50px;
	width: 50px;
	text-indent: -9999px;
	display: block;
	float: left;
	margin-right: 6px;
}
.socialnetworks {
	margin-bottom: 10px;
}
#content {
	margin-bottom: 40px;
}

#nav li, #footer_nav li {
float: left;
margin: 0 15px 0 0;
font-weight: bold;
}

h2.flir-replaced{
height: 26px !important;
padding-top: 3px;
}

#sidebar a{
text-decoration: none;
}

.widget{
margin-bottom: 25px;
}

.single .post h2, .single .post h2 a, .page .post h2, .page .post h2 a{
font-size: 16px;
padding-bottom: 2px;
}

.entry{
clear:both !important;
}

.widget_authors img.avatar{
margin-right: 5px;
}

#author_spotlight{
margin: 0;
list-style: none;
border: 1px solid black;
padding: 0 15px;
margin: 10px 0;
min-height: 150px;
}

#author_spotlight i a{
display: none;
}

#author_spotlight img{
float: left;
margin-right: 15px;
}

h4#author_name{
display: none;
}

#author_spotlight h2.widgettitle{
background-image: none !important;
padding-left: 0px !important;
}

.aktt_widget{
font-size: 12px;
}

.aktt_widget li{
padding: 5px;
}

.aktt_widget li:hover{
background-color: #eee;
}

.post p{
margin-bottom: 10px;
}

.author_bio h2{
margin-bottom: 10px;
background-image: url(http://theperiscopegroup.com/wp-content/uploads/2010/03/splitter_ddd_2px1.png);
background-repeat: repeat-x;
background-position: left center;
font-size: 16px;
color: #444;
}

.author_bio h2 span{
background-color: white !important;
padding-right: 5px;
}

.postsby{
margin-top: 25px;
}

.connectwith{
margin-top: 15px;
margin-bottom: 0px !important;
}

.page .entry p{
line-height: 22px;
}

.delicious img{
margin-top: 10px;
}

#nav a{
font-weight: bold !important;
}
.connectwith{
margin-top: 15px;
margin-bottom: 0px !important;
}

.page .entry p{
line-height: 22px;
}

.delicious img{
margin-top: 10px;
}

#nav a{
font-weight: bold !important;
}

.twitter-item{
margin-bottom: 10px;
}
