/* 
Copy from "style.css" into this file and make the changes HERE!
This makes it possible to upgrade the core system and theme without destroying your style changes.

Here is a List of Common CSS styles you may want to change: 

*/

body {
	background: #efefef;
	font: 15px 'Nobile', arial, sans-serif; 
	line-height: 1.6; 
	color: #333;
	}
	
body { word-wrap: break-word; }

h1, h2, h3, h4, h5, h6 {
	margin: 0; 
	font-family: 'Nobile', arial, sans-serif; 
	color: #333;
	}
h1 {font-size: 30px;}
h2 {font-size: 24px;}
h3 {font-size: 20px;}
h4 {font-size: 18px;} 
h5 {font-size: 15px;} 
h6 {font-size: 12px;}
p {margin: 0;}

/* Ordered lists are numbered not lettered */
.entry  ol li {list-style-type: decimal;}
.entry  ol li ol li {list-style-type: decimal;}

/* LINK COLOR SITEWIDE */
a:link, a:visited { color: #333333; }
a:hover { color: #666666; }

/* POST BACKGROUND COLOR */
.post { background: #ffffff; }
   
.aktt_tweets ul li {
	border-bottom: 1px solid #B0B0B0;
	padding: 10px 0 10px 0;
	}
	
.aktt_tweets ul li a{
	padding: 0!important; 
	border-bottom: none !important; 
	background: none !important; 
	display: inline !important;
	}

/* place header when topad widget not used */
#header {
	padding: 45px 0; 
	clear: both; 
	position: relative;
	} 
#header {
	margin-bottom: 0px !important; 
	margin-top: -25px !important;
	}

.post .title {
	width: 100%; 
	position: relative; 
	margin: 0px 0px 10px 0px; 
	padding: 0; 
	color: #007236; 
	font-size: 24px; 
	line-height: 24px; 
	text-shadow: 1px 1px 1px #000;}
.post .title a:link, .post .title a:visited {color: #007236;}
.entry blockquote {padding: 10px 30px; color: #007236; font-style: italic; font-size: 16px;}
/*.entry blockquote {
	margin-left: 30px; 
	padding-left: 10px 30px; 
	border-left: 2px solid #ddd; 
	color: #007236; 
	font-style: italic; 
	font-size: 16px;
	}*/

/* no border on images */
/*
.entry img { border: none !important; }
*/

/* equalise margins for logo and top ad widget */
#logo {margin: -10px 0 -40px 0; float: left;}
#topad {margin: -10px 0 -40px 0; float: right; }

/* remove background colour and outline from page post */
.page-post {position: relative; margin: 0 0 20px 0; padding: 20px 25px 0px;}

/* For Twitter button counter */
.post img.attachment-thumbnail {float: left; width: auto; border: 1px solid #b0b0b0; margin: 0 5px 10px 5px;}
entry .attachment-post-thumbnail {float: left; width: auto; border: 1px solid #b0b0b0; margin: 0 5px 10px 5px;}

.sharepost{ background: #fff; float:left; margin-right:10px; position:fixed; margin-left:-75px; width: 65px; z-index: 0; }
.sharepost-right { background: #fff; float:left; margin-right:10px; position:fixed; margin-left: 630px; width: 65px; z-index: 0;}

/* Sidebar ads widget transparency */
#sidebar .ads125 { border: 1px solid #b0b0b0; padding: 0 0 10px 15px; background: transparent; }

/* Widget text styling - for calendar list */
.widget h3 {
	border-bottom: 1px solid #b0b0b0; 
	margin: 0; 
	padding: 10px 0; 
	text-transform: capitalize; 
	font-size: 18px;
	color: #333333;
	}
.widget ul li { 
	border-top: 1px solid #b0b0b0; 
	display: block; 
	line-height: 25px; 
	color: #666; 
	}
.widget ul li a:hover {
	color: #000000; 
	text-decoration: none;
	}
	
#footer .navigation { display:none; }
