/*
Theme Name: Markoen
Theme URI: http://www.jonasvorwerk.com/
Description: 
Version: 1.2
Author: Jonas Vorwerk
Tags: 

*/

/*
#content img {
	padding-bottom: 10px;
	padding-top: 10px;
}
*/

a img {
	border: none;
}

h1		{
  text-align: left;
  font-size: 150%;
 font-weight: bold;		  
  color: #0084C6;
  margin: 40px 20px 0px 36px;
}

h2	{
	text-align: left;
	font-size: 110%;
	font-weight: bold;		  
	color: #0084C6;
	margin: 20px 20px 0px 36px;
}

h2 a { color: #0084C6; }
h2 a:link { color: #0084C6; }
h2 a:visited { color: #0084C6; }
h2 a:hover { color: #007E94; }

#underline { color: #333; font-size: 9px; margin: 0px 0px 0px 37px; }
#underline a { color: #333; margin-left: 5px;}
#underline a:hover { color: #007E94; }

#submenu .pagenav{	padding: 4px 0px 4px 200px;	text-align: left; }
#submenu li {	list-style-type: none; list-style-image: none; float: left; }
#submenu ul li a { display: inline-block; text-decoration:none; color: #333; margin-right: 10px; }
#submenu ul li a:hover	{ color: #007E94; }
#submenu ul li.current_page_item a { color: #007E94;}

#ticker{
	background-image: url(images/ticker_bg.png);
	position: relative;
	height: 12px;
	padding: 5px 0px 5px 0px;
	font-size: 12px;
	margin: 5px 0px 5px 0px;
}

#ticker a { color: #464749; text-decoration: none;}
#ticker a:hover { color: #666; }


#footer{
	border-top: #b2b2b2 1px solid;
	clear: both;
	text-align: right;
	padding-top: 10px;
}

/* Captions & aligment */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft { float: left; }

.alignright { float: right; }

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions & aligment */

/* slideshow */
.slideshow img{
	width:672px;
}
