/*
Theme Name: Reisreporter theme 
Theme URI: http://www.reisreporter.be
Description: Theme for the reisreporter online magazine.
Author: Thomas Loockx
Version: 0.1
*/

*
{
	border: 0;
	margin: 0;
	padding: 0;
}

body
{
	margin: 0;
	padding: 0;
	font: 13px arial, sans-serif;
	background-color: #666;
    font-family: arial, verdana, sans-serif, serif;
}

input
{
	border: 1px solid #aaa;
}

#wrapper
{
	margin: 0 auto;
	width: 983px;
	background-color: white;
	padding: 5px;
}

.alignleft
{
	float: left;
}

.alignright
{
	float: right;
}

a
{
    font-weight:bold;
    color:#DB9E06;
}

a:hover
{
	background-color:#C98506;
	color:white;
}

/******************************************************************************
 * HEADER
 ******************************************************************************/

#header
{
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 2px solid #f57215;
	border-bottom: 2px solid #f57215;
	margin-top: 5px;
	margin-bottom: 5px;
}

#header table
{
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: left;
}

/******************************************************************************
 * MAIN NAVBAR
 ******************************************************************************/

#main_navbar
{
	width: 100%;
	background: url("./img/grey_gradient.png") repeat-x 26px;
}

#main_navbar ul li
{
	list-style-type: none;
	display: inline;
	float: left;
	height: 26px;
	font: 16px Georgia, arial, helvetica, sans-serif;
}

#main_navbar ul li a
{
	color: #000;
	padding: 0.2em 1em;
	text-decoration: none;
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	border-left: 1px solid #fff;
}

#main_navbar ul li a:hover
{
	background-color: #999;
	color: white;
}

/******************************************************************************
 * SUB NAVBAR
 ******************************************************************************/

#sub_navbar ul
{
	padding-left: 0;
	margin-left: 0;
	background: url("./img/sub_nav_grad7.png") repeat-x 26px;
	color: white;
	width: 100%;
	font: 15px arial, helvetica, sans-serif;
	height: 26px;
}

#sub_navbar ul li 
{ 
	display: inline; 
	height: 26px;
}

#sub_navbar ul li a
{
	background: url("./img/sub_nav_grad7.png") repeat-x 26px;
	padding: 3.5px 10px;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
	color:white;
}

#sub_navbar ul li a:hover
{
		color: #DBDBDB;
}

/******************************************************************************
 * CONTENT 
 ******************************************************************************/

#content
{
	margin-top: 5px;
	width: 730px;
	float: left;
}

#eyecatcher
{
	width: 730px;
	height: 226px;
	background-color: #eee;
}

#eyecatcher_top
{
	width: 100%;	
	float: left;
}

#eyecatcher_top .right
{
	float: right;
}

/*
 * The eyecatcher's bottom takes images as background with width 730px and height 220px.
 */
#eyecatcher_bottom
{
	width: 100%;	
	float: left;
	height:201px;
}

#eyecatcher_text
{
	width: 410px;
	margin-right: 0;
	margin-left: auto;
	background-color: #222;	
	color: white;
	padding: 5px;
	float: right;
	
	/* transparancy */
	alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;
	text-align: justify;
        font-size: 11px;
	
}

#eyecatcher_text h2 a
{
    font-size: 12px;
	color: white;
	padding: 5px;
	padding-left:0px;
	text-decoration: none;
}

#eyecatcher_text a 
{
	color: white;
	padding-top:3px;
}

.transparent
{
	filter:alpha(opacity=80);
}

.post
{
	float: left;
	height: 130px;
	margin-top: 10px;
	clear: both;
	font-size: 13px;
	background-color: #eeeeee;
	text-align: justify;
}

.post img
{
	width: 122px;
	height: 84px;
	margin-right: 10px;
	border: 1px solid #666;
}

.thumbnail-link
{
    background-color:none !important;
    background:none !important;	
}

.post table
{
	border: 0;
	padding: 0;
}

.post_bottom
{
	padding: 10px;
	padding-top:0px;
}

.post_top_artikel
{
	background: url("./img/grey_gradient.png") repeat-x 26px;
	border-top: 2px solid #99d420; /* green */
	height: 26px;
	font-size: 11px;
	color: #555;
}

.post_top_artikel a,h2
{
	text-decoration: none; 
	font-size: 13px;
	color: #555;
	/*margin-left: 10px; */
}

.post_top_artikel h2
{
	text-decoration: none; 
	font-size: 13px;
	color: #555;
	margin-left: 10px;
}

.post_top_nieuws
{
	background: url("./img/grey_gradient.png") repeat-x 26px;


	border-top: 2px solid #f57215; /* orange */
	font-size: 11px;
	color: #555;
    padding-bottom:5px;
}

.post_top_nieuws a,h2
{
	text-decoration: none; 
	font-size: 13px;
	color: #555;
	padding-bottom:0px;
}

.post_top_nieuws h2
{
	text-decoration: none; 
	font-size: 13px;
	color: #555;
	margin-left: 10px;
}

.post_top_publireportage
{
	background: url("./img/grey_gradient.png") repeat-x 26px;
	border-top: 2px solid #2548a4; /* blue */
	font-size: 13px;
	color: #555;
	height: 26px;
}

.post_top_publireportage a,h2
{
	text-decoration: none; 
	font-size: 13px;
	color: #555;
}

.post_top_publireportage h2
{
	text-decoration: none; 
	font-size: 13px;
	color: #555;
	margin-left: 10px;
}

.post_top_default
{
	background: url("./img/grey_gradient.png") repeat-x 26px;
	border-top: 2px solid #db214c;
	font-size: 13px;
	color: #555;
	height: 26px;
}

.post_top_default a,h2
{
	text-decoration: none; 
	font-size: 13px;
	color: #555;
}

.post_top_default h2
{
	text-decoration: none; 
	font-size: 13px;
	color: #555;
	margin-left: 10px;
}

.collapsed_posts
{
	float: left;
	width: 100%;
	clear: both;
	margin-top: 10px;
}

.collapsed_posts h2
{
	color: #333;
	font-size: 15px;
	width: 100%;
	padding: 7px;
}

.collapsed_posts ul
{
	margin-left: 40px;
}

.collapsed_posts li
{
	padding: 2px;
}

.collapsed_posts_time
{
	margin-left: 10px;
	margin-right: 10px;
}

.bullet_artikel
{
	list-style-image: url("./img/green_bullet.png");
}

.bullet_nieuws
{
	list-style-image: url("./img/orange_bullet.png");
}

.bullet_publireportage
{
	list-style-image: url("./img/blue_bullet.png");
}

.bullet_default
{
	list-style-image: url("./img/red_bullet.png");
}

/******************************************************************************
 * SIDEBAR 
 ******************************************************************************/

#sidebar
{
	
	margin-top: 3px;
	width: 240px;
	background-color: #f0f0f0;
	float: right;
	font-size: 12px;
}

.widget_recent_comments 
{
    margin-left:0px !important;
}

.widgettitle
{
	background: url("./img/sidebar_grad2.png") repeat-x 19px;

	font-size: 13px;
	/*padding: 5px;
	padding-left: 10px;
	padding-top:0px;*/
}

.widgettitle h2
{
    padding: 5px;
    padding-top:6px;
    padding-left:5px;
}

#sidebar ul
{
	/*width: 200px;*/
	margin: 0 auto; 
}

#sidebar li
{
	list-style-type: none;
    margin: 5px;
}

.textwidget
{
	text-align: justify;
}

/******************************************************************************
 * BOTTOM NAVIGATION 
 ******************************************************************************/

#navigation
{
	margin-top: 5px;
	padding: 5px;
}

/******************************************************************************
 * SINGLE POST 
 ******************************************************************************/

.addthisDiv
{
    padding-left:5px;
    padding-top:2px;   
    display:inline; 	
}

#picture_table
{	
	margin: 0 auto;
	padding: 10px;
}

#post_text
{
	text-align: justify;
}

#post_text p
{
	padding: 5px;
}

#post_text ul
{
	margin: 10px;
	margin-left: 30px;
}

#post_text ol
{
	margin: 10px;
	margin-left: 30px;
}

#post_text table
{
    margin: 5px;
}

#post_text table td
{
    font-size: 12px;
}

.nieuws_img
{
	margin-top: 10px;
	width: 100%;
}

.grey_box
{
	margin-top: 10px;
	background-color: #efefef; 
	padding: 5px;
}

.grey_box img
{
	width: 78px;
	height: 100px;
	float: left;
	padding: 5px;
}

.grey_box ul
{
	list-style: none;
}

.grey_box li, ol
{
	margin: 5px;
}

.title
{
	font-size: 17px;
	color: #555;
	background: url("./img/grey_gradient.png") repeat-x 26px;
}

.subtitle
{
	font-size: 15px;
	color: #555;
	background: url("./img/grey_gradient.png") repeat-x 26px;
}

.post_meta
{
	margin-left: 3px;
}

/******************************************************************************
 * FOOTER 
 ******************************************************************************/

#footer
{
	background-color: white;
	padding: 5px;
	margin: 0 auto;
	width: 980px;
	text-align: center;
	border-top: 2px solid #f57215;
}

/******************************************************************************
 * COMMENT FORM 
 ******************************************************************************/

#respond
{
	margin-top: 10px;
}

#commentform input
{
	border: 1px solid #aaa;
	margin: 2px;
}

#commentform label
{
}

#commentform textarea
{
	border: 1px solid #aaa;
	margin: 2px;
}

h3#comments
{
	font-size: 13px; 
	padding: 2px;
}


#commentlist img
{
	display: none;
}

.comment_box
{
	border: 1px dashed #f57215; /* orange */
	padding: 5px;
}

/******************************************************************************
* NEWSLETTER SUBSCRIPTION
******************************************************************************/

.newsletter_form
{
    padding:0px;
    margin:0px;
}
.required
{
    margin: 2px;
}

#email
{
    margin: 2px;
    margin-right: 20px;
}

#contactsubmit
{
    margin: 2px;
}

#newsletter_form h3
{
    font-size: 12px;
} 

/******************************************************************************
 * WPListCal - http://www.jonathankern.com/code/wplistcal
 ******************************************************************************/

.calendar_title
{
    font-size: 12px;
}

.calendar_date
{
    font-size: 11px;
}

.calendar_location
{
    font-size: 11px;
}

.calendar_content
{
    font-size: 11px;
}

a:hover.logolink 
{
    background-color:transparent;
}

/******************************************************************************
 * RECENT COMMENTS
 ******************************************************************************/
 
 .recentcomments a {
    font-size:12px;
 }
 
 .recentcomments 
 {
padding:3px !important;
    background-color:#dddddd !important;
    
 }
 
 .comment_author
 {
    padding:0;
    margin:0;
    display:inline;
    font-weight:bold;
 }
 
 .comment_author a
 {
    color:black !important;
    text-decoration:none;
 }

