/*  
Theme Name: CSI Insider Fresh!
Theme URI: http://theinternationalinsider.com/
Description: A fresher style of the insider, for WordPress.
Version: 2.0
Author: Sean Fisher
Author URI: http://sean-fisher.com/
*/
@import url('css/blue.css');
@import url('css/wp.core.css');
/** Begin Style.
*
*	Body Section
**/
body {
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	background-color: #e1e7ea;
}
body p {
	text-align:left;
}
a {
	color: #236c99;
	text-decoration:none;
}
h1 {
	font-size: 28px;
	letter-spacing: -0.03em;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-weight: normal;
}
/*
# Header Area #####################
*/
#header {
	width:100%;
	height:103px;
}
#header #head_wrap {
	width:960px;
	margin-left: auto;
	margin-right: auto;
	margin-top:8px;
}
#header #logo {
	width:500px;
	height:79px;
	float:left;/**border-right: 1px solid #CCC;**/
}
#header #logo a {
	width: 482px;
	height:79px;
}
#header #logo a span {
	display:none;
}
/*
# Right Header #####################
*/
#header #right {
	float:right;
	width: 440px;
	margin-left: 10px;
	text-align:right;
}
#header #right #s {
	border:1px solid #aaa;
	border-right: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
	margin-right:4px;
	padding: 8px 5px;
	width:185px;
	color: #666;
	height:16px;
}
#header #right input.submit {
	background-color: #236C99;
	border: thin solid black;
	color: white;
	font-weight: bold;
	padding:3px;
	text-align:center;
}

#header #right input.submit_search {
	background-color: #236C99;
	border: thin solid black;
	color: white;
	font-weight: bold;
	padding: 9px 5px;
	text-align:center;
}
/*
# Navigation Area ###################
*/
#nav {
	height:41px;
	width:960px;
	margin-left: auto;
	margin-right: auto;
}
.nav {
	z-index:99;
	margin:0;
	padding:0;
	list-style:none;
	line-height:1;
	margin-left:10px;
}
.nav a {
	position:relative;
	color:#555;
	display:block;
	z-index:100;
	padding:5px 10px;
	line-height:18px;
	text-decoration:none;
}
.nav a:hover, .nav li.current_page_item, .nav li.current_page_parent, .nav li.current-menu-parent,
.nav li.current-menu-item {
	background:#eee;
	color: #000;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.nav a:hover, .nav li.current_page_item a, .nav li.current_page_parent a, .nav li.current-menu-parent a,
.nav li.current-menu-item a {
	color: #000;
}
.nav li li.current_page_item {
	background:none;
}
.nav li {
	float:left;
	width: auto;
	margin-right: 8px;
}
.nav li a.sf-with-ul {
	padding-right:20px;
}
.nav li:hover, .nav li.hover {
	position:static;
}
.nav li:hover ul ul, .nav li.sfhover ul ul, .nav li:hover ul ul ul, .nav li.sfhover ul ul ul, .nav li:hover ul ul ul ul, .nav li.sfhover ul ul ul ul {
	left:-999em;
}
.nav li:hover ul, .nav li.sfhover ul, .nav li li:hover ul, .nav li li.sfhover ul, .nav li li li:hover ul, .nav li li li.sfhover ul, .nav li li li li:hover ul, .nav li li li li.sfhover ul {
	left:auto;
}
/** Fix for the bg color. **/
.nav a {
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
}
.nav a:hover, .nav li.current_page_item, .nav li.current_page_parent {
	background-color: #FFFFFF;
}
/*
# Spotlight ######################
*/
#spotlight {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}
#spotlight h2 {
	padding-bottom: 16px;
	padding-left: 15px;
	padding-right: 0px;
	padding-top: 16px;
	font-weight: bold;
	font-family: 'helvetica neue', 'myriad pro', helvetica, arial, sans-serif;
	font-weight: 700;
	line-height: 1.3em;
	font-size:2.6em;
}
/*-------------------------------------------------------------------------------------------*/
/* 4. WIDGETS */
/*-------------------------------------------------------------------------------------------*/

/* 4.2 Generic Widgets */
.widget {
	margin: 0 0 10px 0;
	font-size:12px;
}
.widget h2 {
	margin: 0 0 10px 0;
	padding:0 0 2px 3px;
	font:normal bold 20px Arial, Helvetica, sans-serif;
	color:#555;
	border-bottom:3px solid #e6e6e6;
}
.widget h3 {
	text-shadow:#fff 0 1px 0;
	font-size: 13px;
	font-weight: bold;
	border-top:1px solid #fff;
	border-left:1px solid #fff;
	background:#f1f1f1;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 0px;
	margin:0px;
	padding-bottom:0px;
}
.widget p {
	font:12px/20px Arial, Helvetica, sans-serif;
	margin-bottom:15px;
	padding:5px;
}
.widget ul {
	clear:both;
	padding-left:-20px;
	list-style-position:inside;
	list-style-type:disc;
	list-style-image:url(images/icon/newspaper.png);
}
ol li {
	clear:both;
	margin-left:-16px;
	padding-top: 3px;
	padding-bottom:3px;
	padding-left: 5px;
	padding-right: 5px;
	list-style-position:inside;
	list-style-type:disc;
	list-style-image:url(images/icon/newspaper.png);
	border-bottom: 1px solid #DADADA;
}
ol li:hover {
	background-color:#CCC;
}
.widget ul li {
	margin-right:10px;
}
.widget ul li a {
	padding: 0 0 0 5px;
	line-height: 22px;
	text-decoration: none;
}
.widget ul li a:hover {
	text-decoration:underline;
}
.widget ul ul {
	padding: 0 0 0 15px;
	border-top: none;
}
.widget_recent_comments li, #twitter li {
	padding: 6px 0;
	line-height: 18px;
	border-bottom: 1px solid #eee;
} /* RESET LI STYLING FOR RECENT COMMENT & TWITTER */
.widget_recent_comments li a, #twitter a {
	display: inline;
	padding: 0;
	line-height: 18px!important;
	background: none!important;
	border: none!important;
} /* RESET <A> STYLING FOR RECENT COMMENT & TWITTER */
#footer-widgets {
	border-top:1px solid #e6e6e6;
	padding:10px 0;
}
#footer-widgets .block {
	padding:20px 0 0 20px;
	width:210px;
	float:left;
}
/* 4.2 Specific Widgets */

/* WIDGET FORMS */
.searchform {
}
.widget input.s {
	float:left;
	width: 60%;
	padding: 7px 0 7px 7px;
	margin-right:5px;
	border-color: #ccc #efefef #efefef #ccc;
	border-width:1px;
	border-style:solid;
}
#footer-widgets .widget input.s {
	width: 55%;
}
.widget .screen-reader-text {
	display: none;
}
.widget input.submit {
	margin-left:5px;
	float:left;
}
/* FLICKR */
.widget_woo_flickr h3 {
}
.widget_woo_flickr h3 span {
	color:#0061D8;
}
.widget_woo_flickr h3 span span {
	color:#FF1183;
}
.widget_woo_flickr .flickr_badge_image {
	float: left;
	margin: 3px;
}
.widget_woo_flickr .wrap {
	position: relative;
	margin-bottom: 20px;
	padding: 0;
}
.widget_woo_flickr a img {
	float: left;
	margin: 0 0 8px 8px;
	display: block;
	border: #CECFC6 1px solid;
	padding: 3px;
}
.widget_woo_flickr a:hover img {
	border:#A8AA99 1px solid;
}
/* LIFESTREAM */
.widget_lifestream ul li {
	border-bottom: 1px solid #e0e6e6;
}
.widget_lifestream ul li a {
	border:none;
	background:none!important;
}
.widget_lifestream ul .lifestream_meta {
	color: inherit;
}
/* CALENDAR */
#wp-calendar {
	width:95%;
	margin-bottom:15px;
	clear:both;
	padding:0;
}
#wp-calendar caption {
	padding:0 0 10px;
}
#wp-calendar th, #wp-calendar td {
	text-align:center;
	background:rgba(0, 0, 0, .05);
	padding:5px;
}
#wp-calendar td {
	background:transparent;
}
#wp-calendar td, table#wp-calendar th {
	padding:3px 0;
}
/* Blog Author Widget */
.widget_woo_blogauthorinfo .avatar {
	padding: 5px;
	border: 1px solid #e6e6e6;
	background:#F8F8F8;
	background:rgba(255, 255, 255, 0.7);
}
.widget_woo_blogauthorinfo .left {
	float:left;
	margin:0 10px 5px 0;
}
.widget_woo_blogauthorinfo .right {
	float:right;
	margin:0 0 5px 10px;
}
/* 4.3 WooTabs */
#tabs {
	background:#2b2b2b;
	height:auto;
	display: block;
	padding:5px;
	margin-bottom:30px;
}
#tabs ul.wooTabs {
	padding:0px;
}
#tabs ul.wooTabs li {
	float: left;
	display:inline;
	color: #ffffff;
	margin:0px;
	cursor: pointer;
	margin-right:7px;
}
#tabs ul.wooTabs li a.selected, #tabs ul.wooTabs li a:hover {
	background:#F8F8F8;
	text-decoration:none;
}
#tabs ul.wooTabs li a {
	color:#777;
	display: block;
	float: left;
	padding: 8px;
	text-transform:uppercase;
	font:11px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#tabs .inside {
	background:#F8F8F8;
	padding:5px;
}
#tabs .inside li {
	background:#fff;
}
#tabs #tab-tags {
	padding:10px;
}
#tabs .inside ul {
	margin:0;
	border: 1px solid #e6e6e6;
	border-width:1px 0 1px 0;
}
#tabs .inside li {
	border:1px solid #e6e6e6;
	border-width:0 1px 1px 1px;
	padding:10px;
}
#tabs .inside li a {
	color:#555;
	font:bold 12px/18px Georgia, serif;
}
#tabs .inside a:hover {
}
#tabs .inside li span.meta {
	display:block;
	font:11px/20px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#777;
}
#tabs .inside li img.avatar, #tabs .inside li img.thumbnail {
	border: 1px solid #ddd;
	padding: 2px;
	background-color: #ffffff;
	float: left;
	margin: 0 8px 0 0;
}
/*
# Posts ##############
*/
.post-more {
	border:1px solid #E6E6E6;
	color:#868686;
	background-color: #f7f7f7;
	padding: 10px;
}
#breadcrumb {
}
.archive_header {
	display: block;
	float: left;
	width: 100%;
	margin:0 0 30px;
	padding:0 0 10px;
	font-size: 18px;
	font-weight: bold;
	border-bottom:#e6e6e6 5px solid;
}
.archive_header .catrss a {
	font-size: 14px;
	text-decoration: none;
	line-height: 28px;
}
.post {
	margin: 0 0 40px;
}
.post .title, .page .title {
	font:normal bold 24px/24px Arial, Helvetica, sans-serif;
	position:relative;
	margin: 0 0 15px;
}
.page .title {
	margin: 0 0 20px 0;
}
.post .title a:link, .post .title a:visited, .page .title a:link, .page .title a:visited {
	color:#222;
}
.post-meta {
	margin: 10px 0 25px 0;
	font:11px/11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}
.post-meta .comments a {
	padding: 0 0 0 20px;
	text-transform: uppercase;
}
.post-meta .small {
	text-transform:lowercase;
}
.post-meta, .post-meta .post-author a, .post-more {
	color:#868686;
}
.post-more {
	clear:both;
	text-transform:uppercase;
	border:1px solid #e6e6e6;
	border-width:4px 0 1px;
	padding:10px 0;
	font:11px/16px Arial, Helvetica, sans-serif;
}
.post-more a, .post-meta a {
	text-decoration:none;
}
.post-more a:hover, .post-meta a:hover {
	text-decoration:underline;
}
.post p.tags {
	background:url(images/ico-tag.gif) no-repeat center left;
	padding-left:25px;
	clear:both;
	margin-bottom:20px;
}
.post .post-embed {
	margin-bottom:30px;
}
.entry {
}
/* 3.1 Typographic Elements */

.entry h1 {
	border-bottom:1px solid #e6e6e6;
	margin-bottom:20px;
	padding-bottom: 20px;
}
.entry h2 {
	padding-bottom:20px;
}
.entry h3 {
	padding-bottom:10px;
}
.entry h4 {
}
.entry h5 {
}
.entry h6 {
}
.entry p {
	margin: 0 0 20px 0;
}
.entry blockquote {
	background:url(images/blockquote.png) no-repeat 0 12px;
	padding: 10px 20px 10px 50px;
	color: #444;
}
.entry blockquote p {
	font-style:italic;
}
.entry ul {
	margin: 0 0 15px 0;
	padding: 0 0 0 30px;
}
.entry ul ul {
	margin: 0;
}
.entry ul li {
	list-style-type: circle;
}
.entry ul ul li {
	list-style-type: disc;
}
.entry ol {
	margin: 0 0 15px 0;
	padding: 0 0 0 30px;
}
.entry ol ol {
	margin: 0;
}
.entry ol li {
	list-style-type: upper-latin;
}
.entry ol li ol li {
	list-style-type: lower-latin;
}
/* 3.2 Images */

.entry img, img.thumbnail {
	padding: 5px;
	border: 1px solid #e6e6e6;
	background:#F8F8F8;
	background:rgba(255, 255, 255, 0.7);
}
img.wp-smiley {
	padding: 0;
	border: none;
}
.alignleft {
	float: left;
	width: auto;
	margin: 5px 15px 5px 0;
}
.alignright {
	float: right;
	width: auto;
	margin: 5px 0 5px 15px;
}
.aligncenter {
	text-align: center;
	margin-bottom:15px;
}
img.aligncenter {
	margin-left:auto;
	margin-right:auto;
	display:block;
}
.entry .wp-caption {
	padding: 1px;
	text-align:center;
	background:#F8F8F8;
	background:rgba(255, 255, 255, 0.7);
	border: solid 1px #e6e6e6;
}
.entry .wp-caption img {
	margin:0;
	padding:4px 0;
	background:none;
	border:0;
}
.entry .wp-caption-text {
	margin:0;
	padding:0;
	font:11px/22px Arial, Helvetica, sans-serif;
	text-align:center;
}
/* 3.3 Pagination / WP-Pagenavi */

.nav-entries, .wp-pagenavi {
	clear:both;
	font-size:11px;
	padding:10px 15px;
	border:1px solid #e6e6e6;
	background:#fafafa;
	border-width:1px 0 4px;
}
.nav-entries a, .wp-pagenavi a:link, .wp-pagenavi a:visited, .wp-pagenavi .current, .wp-pagenavi .on, .wp-pagenavi a:hover, .wp-pagenavi span.extend, .wp-pagenavi span.pages {
	display: block;
	font:italic 12px/16px Georgia, serif;
	color:#777;
	text-decoration:none;
}
.nav-entries a:hover {
	text-decoration:underline;
}
.wp-pagenavi {
	margin: 0 !important;
	text-align: center !important;
}
.wp-pagenavi a:link, .wp-pagenavi a:visited {
	display: inline !important;
	text-decoration: none !important;
	background: #EEEEEE !important;
	background:rgba(0, 0, 0, 0.1) !important;
	color: #666 !important;
	padding: 3px 7px !important;
	border:1px solid #DDDDDD !important;
	border:1px solid rgba(0, 0, 0, 0.2) !important;
}
.wp-pagenavi .current, .wp-pagenavi .on, .wp-pagenavi a:hover {
	display:inline;
	padding: 3px 7px !important;
	background: #ddd !important;
	background:rgba(0, 0, 0, 0.1) !important;
	border:1px solid #bbb !important;
	border:1px solid rgba(0, 0, 0, 0.2) !important;
}
.wp-pagenavi span.extend, .wp-pagenavi span.pages {
	display:inline;
	background:none !important;
	border:none !important;
	color:#666 !important;
}
/*
# Images ##############
*/
.post img, #post_area img {
	background: #FFF;
	border: 1px solid #E6E6E6;
	padding: 5px;
}
.post .title {
	display:inline;
}
/*
# Footer Area
*/
#footer {
	width: 100%;
	background-color:#FFF;
}
/*
# Sidebar+Widgets ##########
*/
#welcome {
	margin-bottom:1em;
	background:#659726 url(images/bg-welcome.png) repeat-x left top;
	border-left:1px solid #659726;
	border-top:1px solid #659726;
	border-bottom:1px solid #568120;
	border-right:1px solid #568120;
	text-shadow:#568120 0 1px 0
}
#welcome .welcometext {
	color:#fff
}
#welcome .greeting {
	color:#fff;
	font-size:16px;
	padding:10px 15px 5px 15px
}
#welcome .welcomemessage {
	padding:5px 10px 15px 15px
}
#welcome a {
	color:#fff
}
#welcome a:hover {
	text-decoration:underline
}
#sidebar {
	position:relative;
	padding:0;
	margin:0;
	color:#424242
}
#sidebar #widgets {
	margin-bottom:1em
}
.wtitle {
	text-align:left;
	font-size:1.4em;
	text-transform:uppercase;
	font-size:1.1em;
	padding:5px 8px;
	background:#fff;
	border-bottom:1px solid #ddd
}
.widget {
	border:1px solid #ddd;
	border-right:1px solid #d1d1d1;
	border-bottom:1px solid #d1d1d1;
	background-color: #FFF;
}
.wtitle {
	text-shadow:#fff 0 1px 0;
	font-weight:700;
	border-top:1px solid #fff;
	border-left:1px solid #fff;
	background:#f1f1f1
}
/*
# Dark Widget  ##########
*/
.widget_woo_twitter  .wtitle, .widget_twitter  .wtitle {
	text-align:left;
	font-size:1.4em;
	text-transform:uppercase;
	font-size:1.1em;
	padding:5px 8px;
	background:#1a1a1a;
	border-bottom:1px solid #ddd;
	color: #FFF;
}
.widget_woo_twitter  .wtitle a, .widget_twitter  .wtitle a {
	color: #FFF;
}

#sidebar .wtitle_rev {
	text-shadow:#FAFAFA 0 1px 0;
	font-weight:700;
	border-top:1px solid #fff;
	border-left:1px solid #fff;
	background:#2b2b2b;
}
.widget ul {
	margin:10px
}
.widget {
	margin-bottom:1em
}
.textwidget {
	padding:15px
}
.widget ul li {
	list-style:none;
	display:block;
	padding:4px
}
.widget ul li a {
	color:#666
}
.widget ul li a:hover {
	text-decoration:underline
}
.widget ul li ul li {
	margin-left:20px;
	border:none;
	font-size:.9em
}
.page-nav {
	padding:15px
}
.page-nav .previous-entries {
	float:left
}
.page-nav .next-entries {
	float:right
}
.socialicons {
	text-align:right;
	line-height:20px;
	border:1px solid #ddd;
	background:#f1f1f1;
	text-align:left;
	margin-bottom:1em;
	font-weight:bold;
	font-size:11px;
	color:#999
}
.socialicons .socialeffect {
	height:24px;
	border-top:1px solid #fff;
	border-left:1px solid #fff;
	padding:7px 12px
}
.socialicons span {
	margin-right:13px;
	text-shadow:#fff 0 -1px 0
}
.socialicons a {
	margin-right:5px
}
.socialicons img {
	vertical-align:middle
}
/* CSS3 / Browser specific CSS */

.nav li ul li a {
	text-shadow:0 1px 0 #fff;
}
.nav a, .nav li.current_page_item, .nav li.current_page_parent {
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.nav li ul li a {
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
}
.button, .button:visited, .medium.button, .medium.button:visited {
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
}
.button, .button:visited, .reply a {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
	border: 1px solid rgba(0, 0, 0, .25);
	border-bottom-color: rgba(0, 0, 0, .35);
	padding: 4px;
	font-style: normal;
}
.button:hover, .reply a:hover {
	opacity:0.9;
}
#tabs {
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
#tabs ul.wooTabs li a.selected, #tabs ul.wooTabs li a:hover {
	border-top-right-radius:3px;
	border-top-left-radius:3px;
	-moz-border-radius-topright:3px;
	-moz-border-radius-topleft:3px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-top-left-radius:3px;
}
/*
# Posts #############
*/
/* POSTS */
.hentry {
	clear:both;
	overflow:hidden;
	margin-bottom:2.5em
}
.billboard {
	background:#f7f7f7;
	border:1px solid #eee;
	padding:100px 15px
}
.post-nav {
	clear:both;
	padding:5px 15px;
	background:#f7f7f7;
	margin-bottom:30px;
	font-size:11px;
	position:relative
}
.post-nav a, .post-nav a:visited {
	color:#999;
	text-decoration:none
}
.post-nav a:hover {
	color:#000;
	text-decoration:none
}
.post-nav .previous a {
	float:left;
	display:block;
	padding-left:24px;
	background:url(images/post-previous.gif) no-repeat left center
}
.post-nav .next a {
	float:right;
	display:block;
	padding-right:24px;
	text-align:right;
	background:url(images/post-next.gif) no-repeat right center
}
.copy {
	padding:0px 0px 25px 0px
}/* THUMB */
.post-thumb a {
	float:left;
	margin-right:20px
}
.post-thumb img {
	display:block;
	margin:0 0 0.8em
}
.post-header {
	width:100%;
	float:left;
	display:inline;
	;/* IE HACK */
}
.post-header.post-nothumb {
	width:100%
}
.post-title-section {
	position:relative
}
.post-title {
	margin-right:58px;
	float:left;
	position:relative
}
.post-title h2 {
	margin-bottom:5px;
	font-size:2em;
	line-height:1em;
	text-transform:none;
	letter-spacing:-.02em;
	padding:0 0 5px 0
}
.post-title h2 a {
	color:#000
}
.post-title h2 a:hover {
	text-decoration:underline
}
.post-comments a {
	float:right;
	margin-left:-50px;
	background:url(images/comments-bubble.png) no-repeat top center;
	width:45px;
	height:50px;
	display:block;
	font-weight:bold;
	font-size:1.3em;
	line-height:34px;
	text-align:center;
	position:relative;
	zoom:1
}
.post-comments a:hover {
	text-decoration:none;
	color:#000
}
.post-comments a span {
	padding-right:0px
}
.metabar {
	background: #EEE;
color: #444;
font-size: 0.9em;
font-style: normal;
line-height: 1.75em;
padding: 5px 8px;
}
.metabar a {
	color:#236c99;
	font-weight:bold;
}
.metabar a:hover {
	text-decoration: none;
	background-color: #f2f2f2;
}
.metabar em {
	background:#eee;
	color:#444;
	font-size:.9em;
	font-style:normal;
	padding:5px 8px;
	line-height:1.75em
}
.post-excerpt {
	margin:1em 0;
	color:#444;
	font-style:italic
}
.post-content {
}
.author-info {
	padding:15px;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee
}
.author-info small {
	color:#999
}
.author-info h3 {
	text-transform:capitalize;
	font-size:26px
}
.pic {
	text-align:left
}
.pic img {
	float:left
}
.post-author {
	margin:0 0 1em
}
.author-details {
	font-size:.85em
}
.author-descr {
	display:table;
	height:1%
}
.author, .auxilary a {
	
}
.auxilary a {
	color:#999
}
.post .entry {
	margin-bottom:1em;
	padding:1em 0;
	border-top:1px solid #eee
}
.post .entry h1, h2, h3, h4, h5 {
	padding-bottom:.8em
}
.post-footer {
	height:42px;
	background:#f7f7f7;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	padding:0 18px;
	overflow:hidden;
	margin-top:10px;
}
.post-footer a {
	color:#000;
	font-weight:bold
}
.post-footer .left {
	line-height:38px
}
.post-footer .left span {
	font-weight:bold;
	font-size:14px;
	text-align:center;
	padding:4px 0 8px 0;
	width:33px;
	margin-right:6px;
	display:inline-block;
	line-height:32px
}
.post-footer .right {
	padding:9px 0 0
}
.post-footer .right span {
	line-height:21px
}
.post-footer img {
	margin:0 0 0 2px
}
.tags {
	font-style:italic;
	color:#777;
	font-size:10px
}
/* Images box for the post **/
.image_box_left {
	background-color: #F3F3F3;
	border: thin solid #CCC;
	float: right;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 11px;
	text-align: center;
	margin-top: 5px;
	margin: 0 10px 10px 0;
}
.image_box {
	background-color: #F3F3F3;
	border: thin solid #CCC;
	float: right;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 11px;
	text-align: center;
	margin: 0 0 10px 10px;
	padding: 8px;
}
.image_box img {
	padding: 0px;
	margin: 0.5em 1em 1em 1px;

	clear:both;
}
.image_box p {
	width: inherit;
}

/*
 # Footer ##################
 */
#site-generator{position:relative;font-style:italic;margin-left:auto;margin-right:auto;text-align:center}#site-generator a{color: #111;display:inline-block;text-decoration:none;background:url(images/wordpress.png) center left no-repeat;padding-left:19px;line-height:16px;margin-left:1px}#site-generator a:hover{text-decoration:underline}

/* Readmore Links
---------------------------------- */
a.readmore {
	background: #3A6999;
	color: white;
	font-size: 0.8em;
	font-weight: bold;
	line-height: 1em;
	padding: 0.2em 0.3em;
	text-transform: uppercase;
	font-family:Arial, Helvetica, sans-serif;
}
a.readmore:hover {
	color:white;
	text-decoration: none;
	font-weight:bold;
}
#idc-container-parent {
	font-family:Arial, Helvetica, sans-serif;
}
#idc-container-parent p {
	font-family:Arial, Helvetica, sans-serif !important;
}


