﻿﻿/*************************************************/
/*                                               */
/*  Theme Name: Ondernemen. Juist nu!            */
/*  Description: Theme speciaal ontwikkeld       */
/*  voor "Ondernemen. Juist nu"                  */
/*  Version: 2.0 (Feb 2010)                      */
/*  Author: Gijs Rosengarten en Ebo Eppenga      */
/*  Author URI: http://www.ondernemenjuistnu.nl  */
/*  Tags: clean, white, widget ready, two        */
/*        columns, professional                  */
/*                                               */
/*************************************************/

img#wpstats {display:none}


/*************************************************/
/*                                               */
/*  Reset tags                                   */
/*  Standard html tag definitions                */
/*  template wide tags                           */
/*                                               */
/*************************************************/
body
{
	background: #FFFFFF url('images/structure/bg-body.gif') top center no-repeat;
	text-align: center;
	margin: 0;
	padding: 0;
}
* {
	font-family: georgia;
	color: #515756;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0 none;
	text-decoration: none;
	white-space: normal;
}
html, body
{
	line-height: normal;
}
hr
{
  border-top: 1px dashed #AAAAAA;
  width: 100%;
  height: 1px;
}
blockquote:before, blockquote:after, q:before, q:after {content: ''}
blockquote, q {quotes: "" ""}
ul {list-style-type: none}
ol {list-style-type: decimal}
.clear {clear: both}
.left {float: left;}
.right {float: right;}
.alignleft
{
	float: left;
	display: inline;
	margin-right: 10px;
	margin-bottom: 4px;
}
.alignright
{
	float: right;
	display: inline;
	margin-left: 10px;
	margin-bottom: 4px;
}
.aligncenter
{
	text-align: center;
	display: inline;
}
.alignnone {}
blockquote
{
	padding: 10px;
	padding-left: 40px;
	background: #f7fcea url(images/blockquote.png) no-repeat;
	background-position: 8px 8px;
	margin-bottom: 15px;
}
blockquote p
{
	font-family: georgia, arial;
	line-height: 1.5em;
	font-size: 12px;
	color: #7590a0;
}
blockquote *
{
	font-family: georgia, arial;
	line-height: 1.5em;
	font-size: 12px;
	color: #7590a0;
}
ins
{
	text-decoration: underline;
}
del
{
	text-decoration: line-through;
}
code
{
	color: #999;
	font-family: verdana;
	font-size: 11px;
	background: #eee;
}
p
{
	margin: 5px 0;
}



/*************************************************/
/*                                               */
/*  Page elements - header:                      */
/*  Logo, menu (categories), social media        */
/*                                               */
/*************************************************/
#top
{
	position: fixed;
	left: 0px;
	height: 4px;
	width: 100%;
	background-color: #7b776E;
}
#social_box
{
	position: fixed;
	margin-left: 238px;
	top: 0px;
	left: 50%;
	width: 260px;
	height: 120px;
	background: url('images/structure/bg-social.png') top center no-repeat;
	z-index: 666;
}
#social_box span
{
	margin: 15px 11px 11px 11px;
	font-size: 11px;
	display: block;
}
#social_box span img
{
	margin-left: 12px;
	float: left;
}
#container
{
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background: url('images/structure/bg-container.png') top center repeat-y;
}
#header
{
	width: 980px;
	height: 220px;
}
#accolade,
#logo
{
	float: left;
	display: inline;
	margin-top: 15px;
	margin-left: 0px;
}

/***  menu list ***/
ul.listcat
{
	width: 950px;
	height: 32px;
	margin: 0 auto;
	border-top: 1px dashed #AAAAAA;
	border-bottom: 1px dashed #AAAAAA;
	font-family: myriad, sans-serif;
	font-size: 14px;
	color: #AAAAAA;
}
ul.listcat li
{
	float: left;
	display: inline;
	border-right: 1px dashed #AAAAAA;
}
ul.listcat li.spacer
{
	padding: 8px 10px 10px 10px;
	display: block;
	width: 57px;
}
ul.listcat li.search
{
	padding: 3px 0px 4px 321px;
	display: block;
	width: 211px;
	border-right: none;
}
ul.listcat li a,
ul.listcat li a:link,
ul.listcat li a:active,
ul.listcat li a:visited
{
	font-family: myriad, sans-serif;
	padding: 8px 10px 10px 10px;
	display: block;
	color: #AAAAAA;
}
ul.listcat li a:hover
{
	background: #DDDDDD;
	color: #515756;
}

/*** email and search forms ***/
#srcform
{
	padding: 0px;
}
#emailform
{
	padding: 0 10px;
}
#srcform #srcinput,
#emailform #emailinput
{
	vertical-align: middle;
	display: inline;
	font-size: 11px;
	padding: 5px;
	width: 90%;
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
}
#srcform #srcinput:hover
{
	border: 1px solid #FF9000;
}
#srcform #srcinput:focus,
#emailform #emailinput:focus
{
	background: #F9F9F9;	
}
#srcform #srcbutton,
#emailform #emailbutton
{
	background: #FF9000;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	padding: 5px;
	font-size: 10px;
	font-weight: bold;
	cursor: pointer;
	height: 25px;
	width: 100%;
}
#srcform #srcbutton:hover,
#emailform #emailbutton:hover
{
	background: #FFFFFF;
	border: 1px solid #FF9900;
	color: #515756;
}

/***  content (left column) ***/
#column
{
	float: left;
	width: 595px;
	margin: 0 0 0 92px;
	background: #FFFFFF;
}

/***  sidebar (right column) ***/
#sidebar
{
	float: right;
	width: 250px;
	margin: 0;
}



/*************************************************/
/*                                               */
/*  Post header styling                          */
/*                                               */
/*************************************************/
.entry
{
	margin-bottom: 20px;
}
.entry h2
{
	line-height: 27px;
	font-size: 27px;
	font-weight: bold;
	color: #515756;
	font-family: myriad, sans-serif;
}
.entry h2 a,
.entry h2 a:link,
.entry h2 a:active,
.entry h2 a:visited
{
	font-family: myriad, sans-serif;
	color: #515756;
	text-decoration: none;
}
.entry h2 a:hover
{
	text-decoration: none;
	color: #7B776E;
}
.entry h2.icon a
{
	float: left;
	width: 530px;
	min-height: 72px;
}
.entry h2.icon img
{
	float: right;
	margin: 0 -30px 0 10px;
	width: 56px;
	height: 67px;
}
.info
{
	border-bottom: 1px solid #FF9000;
	margin-top: 5px;
	padding-bottom: 5px;
	display: block;
}
.info *
{
	font-size: 12px;
	line-height: 14px;
	color: #515756;
	font-family: myriad, sans-serif;
}
.info .date
{
	float: left;
}
.info .comments,
.result .rcomment
{
	float: right;
	margin-top: 14px;
}
.info .date a, .info .comments a, .result .rcomment a,
.info .date a:link, .info .comments a:link, .result .rcomment a:link,
.info .date a:active, .info .comments a:active, .result .rcomment a:active,
.info .date a:visited, .info .comments a:visited, .result .rcomment a:visited
{
	color: #AF6300;
	font-family: myriad, sans-serif;
	text-decoration: none;
}
.info .date a:hover, .info .comments a:hover, .result .rcomment a:hover
{
	color: #515756;
	text-decoration: none;
}
.info .comments a, .result .rcomment a
{
	background: url(images/ico-comment.gif) no-repeat;
	background-position: left center;
	padding-left: 20px;
}



/*************************************************/
/*                                               */
/*  Content layout (blog posts) - left column    */
/*                                               */
/*************************************************/
.post
{
	width: 570px;
	background: #FFFFFF;
}
.post a,
.post a:link,
.post a:visited,
.post a:active
{
	color: #AF6300;
	text-decoration: underline;
}
.post a:hover
{
	color: #AF6300;
	text-decoration: none;
}
.post-bottom
{
	width: 100%;
	height: 40px;
}
.content
{
	padding-top: 15px;
	font-size: 12px;
/*	margin-bottom: 40px;*/
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6
{
	line-height: 1.5em;
	margin: 0px 0px 5px 0px;
	padding: 0;
}
.content p
{
	line-height: 1.5em;
	margin: 0px 0px 10px 0px;
	padding: 0;
}
.content a.more-link
{
	font-family: myriad, sans-serif;
	font-size: 18px;
	line-height: 13px;
	text-decoration: none;
	display: block;
	float: right;
	text-align: right;
	clear: both;
	color: #515756;
	padding-right: 35px;
	margin-top: 20px;
	margin-left: 400px;
	margin-right: -30px;
	background: #FFFFFF url('images/structure/read-more.gif') top right no-repeat;
}
.content a.more-link:hover
{
	text-decoration: none;
	color: #7B776E;
}
.content h1
{
	font-size: 20px;
	color: #515756;
}
.content h2
{
	font-size: 18px;
	color: #515756;
}
.content h3 {
	font-size: 16px;
	color: #515756;
	font-weight: normal;
}
.content h4 {
	font-size: 14px;
	color: #515756;
}

/* CSS for UL/OL lists */
.content ol
{
	padding-left: 20px;
	margin: 5px 5px 20px 5px;
}
.content ul
{
	margin: 5px 5px 20px 5px;
}
.content ul ul,
.content ol ol
{
	margin: 5px 5px 5px 5px;
}
.content ol li
{
	line-height: 1.5em;
	margin-bottom: 5px;
}
.content ul li
{
	line-height: 1.5em;
	background: url(images/bullet.gif) no-repeat;
	background-position: left 6px;
	padding-left: 20px;
	margin-bottom: 5px;
}
.content img
{
	padding: 7px;
	border: 1px solid #CCCCCC;
}
.content img.photo
{
	padding: 0;
	border: none;
}

/*** caption styling ***/
.content p.wp-caption-text
{
	margin: 3px 0px 0px 0px;
	font-size: 10px;
	color: #CCCCCC;
}
.entry .content .wp-caption-dt
{
}
.entry .content .wp-caption-dd
{
	font-size: 11px;
	font-style: italic;
}
.entry .content .alignright .wp-caption-dd
{
	margin-left: 10px;
}



/*************************************************/
/*                                               */
/*  Result pages (search/category/tags)          */
/*                                               */
/*************************************************/
.result
{
	margin: 10px 0 40px 0;
	font-size: 12px;
}
.result h3
{
	line-height: 20px;
	font-size: 20px;
	font-weight: bold;
	color: #515756;
	font-family: myriad, sans-serif;
}
.result h3 a,
.result h3 a:link,
.result h3 a:active,
.result h3 a:visited
{
	font-family: myriad, sans-serif;
	color: #515756;
	text-decoration: none;
}
.result h3 a:hover
{
	text-decoration: none;
	color: #7B776E;
}



/*************************************************/
/*                                               */
/*  Post footer/sociable/comment form            */
/*                                               */
/*************************************************/
.hiddenInput
{
	display: none;
}
.contentForm input.input
{
	vertical-align: middle;
	display: inline;
	font-size: 11px;
	padding: 5px;
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	width: 100%;
}
.contentForm input.input:focus
{
	background: #F9F9F9;	
}
.contentForm input.formButton
{
	background: #FF9000;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	padding: 5px;
	font-size: 10px;
	font-weight: bold;
	cursor: pointer;
	height: 25px;
}
.contentForm input.formButton:hover
{
	background: #FFFFFF;
	border: 1px solid #FF9900;
	color: #515756;
}
.reply form
{
	width: 100%;
}
.reply fieldset
{
	margin: 0;
	padding: 0;
	width: 100%;
	display: inline;
}
.reply p
{
	margin-top: 10px;
	font-size: 11px;
}
.reply input
{
	vertical-align: middle;
	display: inline;
	font-size: 11px;
}
.replytext
{
	border: 1px solid #DDDDDD;
	width: 200px;
	padding: 5px;
}
.replytext:hover,
.replyarea:hover
{
	border: 1px solid #FF9900;
}
.replytext:focus,
.replyarea:focus
{
	background: #F9F9F9;
}
.reply textarea {
	vertical-align: middle;
	display: inline;
	font-size: 12px;
}
.reply label
{
	font-family: myriad, sans-serif;
	vertical-align: middle;
	display: inline;
	font-size: 12px;
	font-weight: bold;
	margin-left: 10px;
}
.replyarea
{
	border: 1px solid #DDDDDD;
	line-height: 1.5em;
	padding: 5px;
	width: 538px;
	height: 120px;
}
.replybutton
{
	background: #FF9000;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 0.7em;
	font-weight: bold;
	cursor: pointer;
	height: 20px;
}
.replybutton:hover
{
	background: #FFFFFF;
	border: 1px solid #FF9900;
	color: #515756;
}
.entry .sociable,
.entry .follow,
.entry .tags,
.entry #combox
{
	width: 550px;
	background-color: #EEEEEE;
	border-bottom: 1px solid #DDDDDD;
	border-top: 1px solid #DDDDDD;
	margin: 0px;
	padding: 10px;
	font-weight: normal;
	font-size: 12px;
	font-family: myriad, sans-serif;
}
.entry .sociable a,
.entry .follow a,
.entry .tags a,
.entry #combox a
{
	font-family: myriad, sans-serif;
	text-decoration: none;
	color: #AF6300;
}
.sociable a:hover,
.follow a:hover,
.tags a:hover,
#combox a:hover
{
	font-family: myriad, sans-serif;
	text-decoration: underline;
	color: #AF6300;
}
.sociable .sociable_tagline
{
	margin: 5px 0px 2px 5px;
	float: left;
}
.sociable .sociable_tagline strong
{
	font-size: 12px;
	font-weight: normal;
}
.follow a
{
	background: url(images/rss.png) no-repeat;
	background-position: left center;
	padding-left: 20px;
}
h3#respond,
h3#comments
{
	line-height: 14px;
	font-size: 14px;
	font-family: myriad, sans-serif;
	margin-bottom: 5px;
}
ol.commentlist {
	list-style-type: none;
	padding-bottom: 20px;
	border-bottom: 1px solid #FF9000;
	margin-bottom: 15px;
}
ol.commentlist li {
	background: #EEEEEE;
	border-bottom: 1px solid #DDDDDD;
	padding: 15px;
}
ol.commentlist li.alt {
	background: #FFFFFF;
	border-bottom: 1px solid #DDDDDD;
	padding: 15px;
}
.avatar {
	float: left;
	display: inline;
	width: 32px;
}
.avatar img
{
	border: 3px solid #ddddd4;
}
.commentbody
{
	float: left;
	display: inline;
	margin-left: 20px;
	width: 410px;
}
.commentbody em
{
	font-size: 11px;
}
p.comment_author,
p.comment_author a 
{
	font-weight: bold;
	color: #515756;
	font-size: 11px;
}
p.comment_author a:hover
{
	font-weight: bold;
}
p.comment_time
{
	line-height: 1.3em;
	color: #AAAAAA;
	font-size: 11px;
}
.comment_text
{
	margin-top: 15px;
	line-height: 1.6em;
}



/*************************************************/
/*                                               */
/*  Page navigation                              */
/*                                               */
/*************************************************/
.navigation
{
	padding: 10px 0px 10px 0px;
	font-size: 12px;
	line-height: normal;
	text-transform: uppercase;
	font-weight: bold;
}
.navigation a
{
	font-family: myriad, sans-serif;
	color: #7B776E;
}
.navigation a:hover
{
	text-decoration: underline;
}
.navleft
{
	float: left;
	width: 285px;
}
.navright
{
	float: right;
	width: 280px;
	text-align: right;
	padding-right: 30px;
}



/*************************************************/
/*                                               */
/*  sidebar layout - right column)               */
/*                                               */
/*************************************************/
.sidebar {
	float: left;
	width: 250px;
	font-size: 11px;
}
.box
{
	margin-top: 20px;
	width: 250px;
	font-size: 12px;
	background: #FFFFFF;
}
.box ul
{
	list-style-type: disc;
	margin-left: 15px;
}
.box ul li
{
	margin-bottom: 3px;
}
.boxContent
{
	border: 1px solid #CCCCCC;
}
.boxContent ul
{
	margin: 8px 10px 8px 22px;
}
.box a,
.box a:link,
.box a:active,
.box a:visited
{
	color: #AF6300;
	text-decoration: none;
}
}
.box a:hover
{
	color: #515756;
	text-decoration: none;
}
.box h2
{
	display: block;
	width: 248px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	height: 25px;
	background: #eee;
	color: #515657;
	line-height: 22px;
	font-weight: bold;
	text-indent: 7px;
	font-size: 14px;
	font-family: myriad, sans-serif;
}
.box h4,
.box h4 a
{
	font-size: 16px;
	line-height: 14px;
	color: #515756;
	font-weight: normal;
}

/*** feedbox ***/
.rssfeed {}
.rssfeedlinks
{
	margin-top: 10px;
	margin-bottom: 5px;
}
.rssfeedlinks a
{
	float: left;
	background: url(images/rss.png) no-repeat left;
	padding-left: 22px;
	margin-right: 40px;
}
.rssfeedlinks a:hover {
}
.subscribe form
{
	display: inline;
}
.subscribe fieldset
{
	display: inline;
}
.subscribe input
{
	display: inline;
	vertical-align: middle;
	font-size: 11px;
}
#rssinput
{
	width: 150px;
	height: 16px;
	padding: 3px;
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
}
#rssinput:focus {}
#rssbutton
{
	background: #FF9000;
	color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 0.7em;
	font-weight: bold;
	cursor: pointer;
	height: 20px;
}
#rssbutton:hover
{
	background: #FFF5E7;
	color: #515756;
}



/*************************************/
/*                                   */
/*  tabs (sidebar)                   */
/*                                   */
/*************************************/
.tabs
{
	margin-top: 20px;
	margin-left: 24px;
	width: 310px;
	overflow: hidden;
}
.tabs li
{
	float: left;
	display: inline;
	margin-right: 1px;
	text-align: center;
	overflow: hidden;
	font-size: 11px;
}
.tabs li a
{
	float: left;
	display: block;
	color: #515657;
	font-weight: bold;
	font-family: myriad, sans-serif;
	font-size: 14px;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 26px;
	height: 26px;
	background: #EEEEEE;
}
.tabs li a:hover
{
	display: block;
	background: #DDDDDD;
}
.tabs li a.selected
{
	display: block;
	background: #FF9000;
	color: #FFFFFF;
}
.tabs li a.selected:hover
{
	display: block;
	background: #FF9000;
	color: #FFFFFF;
	text-decoration: underline;
}

/*** TAB Content ***/
.tabcontent
{
	display: none;
	border: 1px solid #CCCCCC;
	overflow: hidden;
	font-size: 11px;
	width: 310px;
	margin-left: 24px;
}
.tabcontent a,
.tabcontent a strong
{
	color: #315772;
	line-height: 1.4em;
}
.tabcontent a:hover,
.tabcontent a:hover strong
{
	color: #515756;
	text-decoration: underline;
}
.tabcontent ul li
{
	display: block;
	border-bottom: 1px dotted #CCCCCC;
	color: #515756;
	line-height: 1.4em;
	font-size: 11px;
	padding: 5px;
}
.tabcontent ul li:hover
{
	background: #FFF5E7;
}
.tabcontent ul li a
{
	color: #315772;
	line-height: 1.4em;
}
.tabcontent ul li a:hover
{
	color: #515756;
}
.tabcontent ul li span
{
	display: block;
	color: #515756;
}
/***************** CSS For TAB Content *******************/
@media print {
	.tabcontent {
	display: block !important;
	}
}



/*************************************/
/*                                   */
/*  Footer                           */
/*                                   */
/*************************************/
#footer
{
	width: 100%;
	float: left;
	dislay: block
	position: relative;
}
#footer-top
{
	width: 100%;
	float; left;
	display: block;
	height: 21px;
	background: transparent url('images/structure/bg-footer.png') bottom center repeat-x;
}
#footer-top-dash
{
	width: 972px;
	height: 20px;
	margin: 0 auto;
	background: transparent url('images/structure/bg-footer-top.gif') bottom center no-repeat;
}
#footer-close
{
	width: 23px;
	height: 68px;
	position: relative;
	left: 45px;
	background: transparent url('images/structure/close.png') bottom center no-repeat;
}
#footer-content-container
{
	width: 100%;
	height: 360px;
	float: left;
	display: block;
	background-color: #7A766D;
}
#footercontent
{
	width: 950px;
	margin: 0 auto;
	height: 360px;
	border-left: 1px dashed #D1CFCB;
	border-right: 1px dashed #D1CFCB;
}
#footercontent .col
{
	width: 225px;
	float: left;
	display: block;
	margin: 10px 0 0 77px;
}
#footercontent .col *
{
	color: #D1CFCB;
	font-size: 15px;
	text-align: left;
	line-height: normal;
}
#footercontent .col p
{
	margin-top: 10px;
}
#footercontent .col ul
{
	margin-top: 5px;
}
#footercontent .col ul li
{
	font-size: 11px;
	margin-bottom: 10px;
}
#footercontent .col ul li strong
{
	font-size: 11px;
}
#footercontent table
{
	width: 100%;
	float: left;
}
#footercontent td,
#footercontent td a
{
	color: #D1CFCB;
	font-size: 11px;
}
#footercontent a,
#footercontent a:link,
#footercontent a:active,
#footercontent a:visited
{
	text-decoration: none;
}
#footercontent a:hover
{
	color: #F5F4F0;
	text-decoration: underline;
}



/*************************************/
/*                                   */
/*  Special post layout (WvdO)       */
/*                                   */
/*************************************/
.specialpost .post-top
{
	background: url('images/wvdo_balloon_top.gif') 0 0 no-repeat;
	height: 15px;
}
.specialpost .entry h2
{
	background: url('images/wvdo_balloon_content.gif') 0 0 repeat-y;
	padding: 0px 10px 0px 10px;
	font-family: arial, sans-serif;
	color: #515756;
	font-size: 18px;
}
.specialpost .entry h2 a,
.specialpost .entry h2 a:link,
.specialpost .entry h2 a:active,
.specialpost .entry h2 a:visited
{
	font-family: arial, sans-serif;
	color: #515756;
	font-size: 22px;
	text-decoration: none;
}
.specialpost .entry h2 a:hover
{
	font-family: arial, sans-serif;
	color: #515756;
	font-size: 22px;
	text-decoration: underline;
}
.specialpost .entry .date,
.specialpost .entry .info
{
	background: url('images/wvdo_balloon_content.gif') 0 0 repeat-y;
	padding: 0px 10px 0px 10px;
	font-family: arial, sans-serif;
	color: #AAAAAA;
	font-size: 11px;
	border: none;
}
.specialpost .entry .info a, .specialpost .entry .info a:link, .specialpost .entry .info a:active, .specialpost .entry .info a:visited,
.specialpost .entry .info .cat a, .specialpost .entry .info .cat a:link, .specialpost .entry .info .cat a:active, .specialpost .entry .cat .info a:visited,
.specialpost .entry .info .comments a, .specialpost .entry .info .comments a:link, .specialpost .entry .info .comments a:active, .specialpost .entry .comments .info a:visited
{
	font-family: arial, sans-serif;
	color: #AAAAAA;
	font-size: 11px;
	text-decoration: underline;
}
.specialpost .entry .info a:hover,
.specialpost .entry .info .cat a:hover,
.specialpost .entry .info .comments a:hover
{
	font-family: arial, sans-serif;
	color: #AAAAAA;
	font-size: 11px; 
	text-decoration: none;
}
.specialpost .post-header-close
{
	background: url('images/wvdo_balloon_bottom.gif') 0 0 no-repeat;
	height: 35px;
}
.specialpost .content
{
	padding: 0px 10px 10px 10px;
	font-family: arial, sans-serif;
	color: #515756;
	font-size: 12px;
}
.specialpost .content p,
.specialpost .content p strong,
.specialpost .content p b,
.specialpost .content a
{
	font-family: arial, sans-serif;
}
.specialpost .post-bottom
{
	border-top: 1px solid #FF9900;
}
.specialpost .content a.more-link
{
	font-weight: bold;
	font-family: arial, sans-serif;
	color: #AAAAAA;
	font-size: 12px; 
	text-decoration: underline;
	border: none;
	background: none;
	margin-top: 20px;
}
.specialpost .content a.more-link:hover
{
	font-weight: bold;
	font-family: arial, sans-serif;
	color: #AAAAAA;
	font-size: 12px; 
	text-decoration: none;
	border: none;
	background: none;
	margin-top: 20px;
}




